body {
  font-family: '微软雅黑';
  font-size: 14px;
  color: #4c4b4b;
  margin: 0;
  background: #ffffff;
}
@font-face {
  font-family: Libre Baskerville;
  src: url('LibreBaskerville.otf');
}
body {
  font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', 'Microsoft YaHei',
    Arial, sans-serif;
  color: #2f2f2f;
}
a {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
a:hover {
  text-decoration: none;
}
ul {
  list-style: none;
}
.clear {
  clear: both;
}
.img-thumbnail {
  transition: opacity 0.7s;
}
.img-thumbnail:hover,
.opacity_img:hover {
  opacity: 0.75;
}

/*顶部信息*/
.top_bg {
  color: #fff;
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: #038741;
}
.top_bg2 {
  width: 100%;
  background: #fff;
}
.top_email {
  padding-top: 6px;
  color: #fff;
}
.top_email a {
  color: #fff;
}
.top_email a:hover {
  color: #21c149;
  text-decoration: none;
}
.language {
  float: right;
  height: 48px;
}
.language a {
  color: #cccccc;
}
/*顶部电话*/
.top_tel {
  float: left;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.top_tel_area {
  width: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #067e79;
}
.top_tel .top_tel_area span {
  font-size: 16px;
  font-weight: 700;
  color: #067e79;
}
.top_tel img {
  display: inline-block;

  margin-right: 8px;
  margin-top: 3px;
  width: 44px;
}
.top_tel span {
  color: #666;
  display: inline-block;
}
.top_tel p {
  margin: 0px;
  float: left;
  color: #067e79;
  font-size: 44px;
  font-weight: 400;
}

/*幻灯片*/
.flash img {
  width: 100%;
}
.flash ul.bxslider {
  list-style: none;
}
.flash div.bx-pager {
  bottom: 4%;
}
.flash div.bx-controls-direction {
  display: none;
}

/*产品搜索*/
.search_group {
  float: right;
  height: 40px;
  border: 1px #ddd solid;
  color: #f2f2f2;
  margin: 32px 0px 0px 0px;
}
.search_group input.form-control {
  border-radius: 0px;
  box-shadow: none;
  color: #585a5a;
  padding: 0px 0px 0px 15px;
  height: 40px;
  background: transparent;
  border: none;
}
.search_group input.form-control:focus {
  box-shadow: none;
}
#search_submit {
  background-color: #4e70c3;
  color: #fff;
  height: 40px;
  font-size: 16px;
  margin-top: -1px;
  border-radius: 0px;
}
#search_submit:hover {
  color: #fff;
  background-color: #444444;
  cursor: pointer;
}
/*产品分类横排*/
.index_product .left .index_product_2nav_box {
  height: 36px;
  line-height: 36px;
  margin-top: 15px;
  background-color: #eee;
  padding-left: 28%;
}
.index_product .left .index_product_2nav_box:hover {
  background-color: #0a7d78;
}
.index_product .left .index_product_2nav_box:hover .index_product_2nav {
  color: #fff;
}
.index_product .left .index_product_2nav {
  display: block;
  height: 40px;
  font-size: 14px;
  color: #767877;
  text-align: left;
}
.center_nav {
  clear: both;
  padding-top: 20px;
  text-align: center;
}
.center_nav_ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline-block;
}
.center_nav_ul > li {
  border: solid 1px #e1e1e1;
  margin-bottom: 8px;
  position: relative;
  float: left;
  margin: 0px 20px 10px 0px;
}
.center_nav_ul > li:last-child {
  background: none;
}
.center_nav_ul > li > a {
  text-decoration: none;
  color: #000000;
  display: block;
  text-align: center;
  padding: 10px 35px 10px 45px;
  font-family: 'Microsoft YaHei';
}
.center_nav_ul > li > a:hover,
.center_nav_ul li a.center_active {
  background: #4e70c3;
  color: #fff;
}
.services_icon h2 {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  margin-top: 18px;
}
.services_icon h2 {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  margin-top: 18px;
}
.services_icon {
  font-size: 54px;
  font-weight: 700;
  color: #333333;
  margin-top: 18px;
}
/*首页产品*/
.product_head h2 {
  text-align: center;
  margin-top: 50px;
  font-size: 32px;
  color: #444444;
}
.product_head span {
  display: block;
  text-align: center;
  margin-top: 16px;
  height: 24px;
}
.product_head p {
  display: block;
  height: 40px;
  background: url(../images/title_img.png) center center no-repeat;
}
.product_list {
  clear: both;
  padding: 25px 0px 0px 0px;
  margin-right: -15px;
  margin-left: -15px;
}
.product_list2 {
  padding-top: 20px;
}
.product_img {
  padding-left: 15px;
  padding-right: 15px;
}
.product_img img {
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-height: 300px;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 0px 0px 0px 0px;
}
.product_list2 div.product_img {
  min-height: 350px;
  margin-bottom: 10px;
}
.product_title {
  text-align: center;
  height: 32px;
  line-height: 32px;
}
.product_title a {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #2f2f2f;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product_title a:hover {
  text-decoration: none;
  color: #4e70c3;
}

/*首页-服务与优势*/
.process_col {
  font-size: 14px;
  text-align: center;
}
.process_col p {
  font-size: 14px;
  text-align: center;
}
.process_col h4 {
  font-size: 16px;
  border-bottom: #4e70c3 2px solid;
  padding-bottom: 10px;
  text-align: center;
  font-weight: 600;
}
.process_col h4 a {
  color: #fff;
}
.process_col h4 a:hover {
  color: #cfa970;
  text-decoration: none;
}
.process_col img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  -moz-transition: -moz-transform 0.5s ease-out;
  -o-transition: -o-transform 0.5s ease-out;
  -ms-transition: -ms-transform 0.5s ease-out;
}
.process_col img:hover {
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}

/*公司简介*/
.company_contentBox {
  display: flex;
  justify-content: space-between;
}
.about_index {
  padding: 0px 20px 150px 20px;
}
.about_content {
  line-height: 32px;
  margin-top: 80px;
}
.about_img {
  margin: 60px 0px 0px 30px;
  max-width: 550px;
  float: right;
}
a.about_btn {
  color: #000000;
  background: transparent;
  border-radius: 0px;
  border: 1px solid #000000;
  padding: 8px 36px;
  margin-top: 15px;
}
a.about_btn:hover,
a.about_btn:focus {
  background: #4e70c3;
  border: 1px solid #4e70c3;
}

/* 关于我们数字 */
.index_about {
  background: #fff;
  height: 151px;

  box-shadow: 0px 5px 16px 0px rgba(220, 220, 220, 0.21);
}
.index_about .index_about_img {
  text-align: center;
}
.index_about div {
  font-size: 16px;
  color: #3e3e3f;
}
.index_about .index_about_bottom {
  position: absolute;
  top: 180px;
  width: 90%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.index_about p {
  font-size: 18px;
  color: #3e3e3f;
}
.index_about p span {
  font-size: 48px;
  color: #3e3e3f;
}

/*案例展示*/
.team_slide {
  width: 100%;
  text-align: center;
}
.singel_team {
  width: 100%;
  background-color: #f1f1f1;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  display: inline-block;
}
.singel_team:hover {
  -webkit-box-shadow: 0px 3px 30px -5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 30px -5px rgba(0, 0, 0, 0.25);
}
.singel_team .team_img {
  overflow: hidden;
}
.singel_team .team_img img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.singel_team:hover .team_img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.singel_team .team_content {
  padding: 20px;
}
.singel_team .team_content span {
  font-size: 14px;
  color: #006ed9;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
.singel_team .team_content h4 {
  font-weight: 700;
  margin-bottom: 0px;
}
.singel_team .team_content p {
  margin-bottom: 20px;
}
.singel_team .team_content ul li {
  display: inline-block;
  margin: 0 3px;
}
.singel_team .team_content ul li a {
  font-size: 14px;
  color: #9b9faa;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.singel_team .team_content ul li:hover a {
  color: #fff;
  background-color: #006ed9;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
}

.team_slide .slick-arrow {
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #4e70c3;
  color: #4e70c3;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 5;
}
.team_slide .fa-angle-right.slick-arrow {
  left: auto;
  right: -30px;
}

.team_slide .slick-arrow:hover {
  color: #fff;
  background-color: #4e70c3;
  border-color: #4e70c3;
}

/* 新版新闻开始 */

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 8px 30px;
  transition: 0.3s;
  background-color: #000;
  margin-right: 3px;
  border-radius: 2px;
}
.tab button:hover {
  background-color: #0a7d78;
}
.tab button.active {
  background-color: #0a7d78;
}
.tab button a {
  font-size: 20px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 700;
  text-decoration: none;
}
.tab-content-box {
  padding-top: 80px;
}
.tabcontent {
  display: none;
  padding: 6px 12px;
}
.carousel {
  position: relative;
  width: 100%;
}
.carousel-slide-box {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.carousel-slide {
  display: flex;
  position: relative;
  left: 0;
  transition: transform 0.5s ease-in-out;
}
.carousel-slide .slide-box {
  flex: 0 0 calc(100% / 3); /* 每个盒子占据三分之一的宽度 */
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.carousel-slide .slide-box a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  padding: 10px;
  background-color: #fff;
}
.carousel-slide .slide-box img {
  width: 100%;
  height: 257px;
  object-fit: cover;
}
.carousel-slide .slide-box h6 {
  width: 100%;
  text-align: left;
}
.carousel-slide .slide-box span {
  width: 100%;
  color: #8f8f8f;
  text-align: left;
  margin-top: 20px;
}
.carousel-slide .slide-box h5 {
  width: 100%;
  height: 40px;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  margin: 0;
  margin-top: 20px;
}
.carousel-slide .slide-box .pContentBox {
  color: #8f8f8f;
  height: 60px;
  line-height: 20px;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.carousel-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  cursor: pointer;
  padding: 10px;
  background-size: cover;
  z-index: 1; /* 确保按钮在轮播图之上显示 */
  background-color: #f4f7fc;
}
.carousel-btn.left {
  background-image: url(../images/l2.png);
  left: -40px;
}
.carousel-btn.right {
  background-image: url(../images/r2.png);
  right: -40px;
}
.right_pagination {
  margin-right: 20px;
}
.pagination .left-page {
  background: url(../images/l2.png) no-repeat;
  background-size: cover;
}
.pagination .right-page {
  background: url(../images/r2.png) no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .carousel-slide {
    flex-direction: row;
    width: 100%;
  }
  .carousel-slide .slide-box {
    /* flex: 1;  */
    flex: 0 0 calc(100% / 1); /* 在小屏幕上，每个盒子占满宽度 */
    width: 100%;
  }
  .wap_left {
    display: none;
  }
}

/* 新版新闻结束 */

/*首页-新闻资讯*/
.index_foot_news {
  background-color: #f4f7fc;
  padding: 60px 0 60px 0;
}

.news_head {
  margin-bottom: 20px;
}
.news_head h2 {
  text-align: center;
  margin-top: 50px;
  font-size: 32px;
  color: #444444;
}
.news_head span {
  text-align: center;
  display: block;
  margin-top: 16px;
  height: 24px;
}
.news_index {
  clear: both;
  list-style: none;
  margin: 0px;
  padding: 20px 0px 0px 15px;
}
.news_index li {
  margin-bottom: 20px;
  padding: 25px 15px;
  min-height: 70px;
  border: 1px solid #ccc;
}
.news_index li span {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: #4e70c3;
  color: #fff;
  float: left;
  padding: 0px 2px;
  position: relative;
  left: -35px;
  top: -5px;
}
.news_index li span strong {
  display: block;
  font-size: 24px;
  padding-top: 5px;
}
.news_index li span i {
  display: block;
  font-size: 12px;
  font-style: normal;
  font-family: Arial;
}
.news_index li a {
  color: #333;
  font-size: 16px;
  margin-left: -20px;
}
.news_index li a:hover {
  text-decoration: none;
  color: #cfa970;
}
.news_index li em {
  width: 85%;
  font-style: normal;
  display: inline-block;
  line-height: 18px;
  color: #777;
  padding-top: 10px;
  margin-left: -20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_col {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}
.news_index2 {
  clear: both;
  list-style: none;
  margin: 0px;
  padding: 16px 0px 10px 0px;
}
.news_index2 li {
  color: #363534;
  border-bottom: 1px dashed #ccc;
  background: url(../images/li.png) no-repeat left 16px;
  line-height: 21px;
  padding: 11px 0px;
  padding-left: 13px;
}
.news_index2 li a {
  color: #363534;
}
.news_index2 li a:hover {
  text-decoration: none;
  color: #cd1409;
}

/*列表页-左侧栏目*/
.left_h3 {
  margin-top: 19px;
  font-size: 20px;
  color: #545454;
  line-height: 45px;
  border-bottom: 1px solid #ebebeb;
}
.left_h3 span {
  display: inline-block;
  height: 45px;
  border-bottom: 1px solid #0a7d78;
}
.left_column ul.left_nav_ul {
  list-style: none;
  padding: 0px;
  margin: 15px 0px 0px 0px;
  padding-bottom: 10px;
}
.left_column ul.left_nav_ul > li {
  margin-bottom: 5px;
  border-bottom: 1px solid #f2f2f2;
  background: url(../images/left_li.gif) 6px 12px no-repeat;
}
.left_column ul.left_nav_ul > li > a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  background: transparent;
  border-radius: 25px;
  padding: 6px 0px 6px 18px;
  margin-bottom: 8px;
}
.left_column ul.left_nav_ul > li > a:hover,
.left_column ul.left_nav_ul li a.left_active {
  color: #03b29c;
  background: transparent;
}
.downlist .left_contact {
  margin: 20px 0 20px 0;
}
.downlist .left_h3,
.caseList .left_h3,
.case .left_h3,
.knowledgelist .left_h3,
.knowledge .left_h3 {
  height: 50px;
  line-height: 50px;
}
.downlist .left_h3 span,
.caseList .left_h3 span,
.case .left_h3 span,
.knowledgelist .left_h3 span,
.knowledge .left_h3 span {
  height: 50px;
}
/*列表页-左侧二级栏目*/
.left_column ul.left_snav_ul {
  list-style: none;
  padding: 0px;
}
.left_column ul.left_snav_ul > li {
  margin-bottom: 7px;
  border-bottom: 1px solid #f2f2f2;
  background: url(../images/left_sli.gif) 15px 11px no-repeat;
}
.left_column ul.left_snav_ul > li > a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 5px 0px 5px 25px;
  background: transparent;
  border-radius: 25px;
  margin-bottom: 8px;
}
.left_column ul.left_snav_ul > li > a:hover {
  color: #03b29c;
  background: transparent;
}
.left_column ul.left_snav_ul > li:last-child {
  border: none;
}
.left_snav_ul_two {
  margin-left: 20px;
}
.left_snav_ul_three {
  margin-left: 30px;
}
/* 定义选中状态的样式 */
.left_nav_active {
  background-color: #03b29c !important; /* 可以根据需要修改背景色 */
}
.left_column .left_nav_ul .left_nav_active {
  color: #fff;
}
.left_column .left_nav_ul .left_nav_active:hover {
  color: #fff;
}
/*列表页-左侧新闻*/
.left_news {
  clear: both;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.left_news li {
  color: #545455;
  border-bottom: 1px dotted #dddddd;
  background: url(../images/li.png) no-repeat left 15px;
  line-height: 21px;
  padding: 10px 0px;
  padding-left: 14px;
}
.left_news li a {
  color: #2f2f2f;
}
.left_news li a:hover,
.left_news li a:focus {
  text-decoration: none;
  color: #03b29c;
}

/*列表页-左侧联系*/
.left_contact {
  margin: 30px 0px 35px 0px;
}
.left_contact p {
  clear: both;
  line-height: 24px;
}

/*列表页-横幅*/
.page_bg {
  margin-bottom: 0px;
}

/*列表页-面包屑*/
.bread_bg {
  background-color: #f3f3f3;
}
.bread_nav {
  padding: 15px 0px 15px 0px;
}
.bread_nav span {
  color: #0a7d78;
  padding-right: 6px;
}
.bread_nav a {
  color: #2f2f2f;
}
.bread_nav a:hover {
  color: #0a7d78;
  text-decoration: none;
}

/*列表页-右栏*/
.right_head {
  clear: both;
}
.right_head h2 {
  height: 50px;
  font-size: 20px;
  font-weight: normal;
  color: #545454;
  line-height: 50px;
  border-bottom: 1px solid #ebebeb;
}

.right_head h2 span {
  display: inline-block;
  height: 50px;
  border-bottom: 1px solid #0a7d78;
}
.right_contents {
  clear: both;
  padding: 15px 0px 15px 0px;
  line-height: 28px;
  overflow: auto;
}
/* .adoutBox .right_contents {
  padding: 15px 20%;
} */
.right_contents_h1 {
  margin: 0px;
  padding: 10px 0px;
  text-align: center;
  color: #000;
  font-size: 24px;
  color: #434343;
  font-weight: bold;
  line-height: 34px;
}
.right_contents img {
  max-width: 840px;
  height: auto !important;
}
.option .img-thumbnail {
  max-width: 100%;
}
.option_right {
  overflow: visible;
}
.arcinfo {
  text-align: center;
  margin-bottom: 5px;
}
.reimg img {
  max-width: 100%;
  height: auto !important;
}
/*列表页-右侧新闻*/
.right_new {
  clear: both;
  list-style: none;
  margin: 0px;
  padding: 0px 0px 20px 0px;
}
.right_new li {
  color: #898989;
  background: url(../images/li.png) no-repeat left 18px;
  font-size: 16px;
  line-height: 22px;
  padding: 12px 0px;
  padding-left: 13px;
  border-bottom: 1px dashed #e3e2e2;
}
.right_new li a {
  color: #2f2f2f;
}
.right_new li a:hover,
.right_new li a:focus {
  text-decoration: none;
  color: #0a7d78;
}
.right_new_time {
  float: right;
}
.relevant_new ul.right_new li {
  font-size: 14px;
}

/*列表页-右侧案例*/
.case_list {
  clear: both;
  padding: 25px 0px 0px 0px;
  margin-right: -15px;
  margin-left: -15px;
}
.case_list2 {
  padding-top: 20px;
}
.case_img {
  padding-left: 15px;
  padding-right: 15px;
  min-height: 270px;
}
.case_img img {
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-height: 270px;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 0px 0px 0px 0px;
}
.case_list2 div.case_img {
  min-height: 220px;
}
.case_title {
  text-align: center;
  height: 40px;
}
.case_title a {
  color: #2f2f2f;
}
.case_title a:hover {
  text-decoration: none;
  color: #4e70c3;
}

/*分页样式*/
.page {
  clear: both;
  padding: 20px 0px 20px 0px;
  text-align: center;
}
.page a {
  display: inline-block;
  font-family: Arial;
  font-size: 13px;
  border: #dbdbdb 1px solid;
  padding: 4px 9px;
  margin: 2px;
  margin-bottom: 5px;
  color: #31363c;
  text-decoration: none;
}
.page a:hover,
.page a:focus {
  font-family: Arial;
  font-size: 13px;
  border: #4e70c3 1px solid;
  padding: 4px 9px;
  color: #fff;
  background-color: #4e70c3;
}
.page .current {
  font-family: Arial;
  border: #4e70c3 1px solid;
  font-size: 13px;
  padding: 5px 9px;
  color: #fff;
  margin: 2px;
  background-color: #4e70c3;
}

/*产品详细页*/
.example-image-link {
  display: flex;
  justify-content: center;
}
.showpic_box,
.proinfo_box {
  margin: 30px 0px 20px 0px;
}
.product_h1 {
  margin: 0px;
  line-height: 22px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 1px dotted #cccccc;
}
.product_info {
  list-style: none;
  padding: 0px;
  margin-top: 10px;
}
.product_info p {
  line-height: 28px;
}
.product_btn {
  margin-top: 25px;
}
.product_btn .page-btn i {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../images/downico.png);
  background-size: cover;
}
#pic-page {
  text-align: center;
  margin-top: 10px;
}
#pic-page a {
  margin: 0 2px;
}
#pic-page a img {
  width: 40px;
  padding: 2px;
  border: solid #ccc 1px;
  margin-bottom: 5px;
}
#pic-page a:hover img,
#pic-page a.active img {
  border: solid #5280dd 1px;
}
.product_con {
  clear: both;
  border-top: 1px dotted #a9a9a9;
  margin: 10px 0px 20px 0px;
  padding: 20px 0px 0px 0px;
  line-height: 26px;
  overflow: auto;
}
.photo_con {
  clear: both;
  margin: 0px 0px 20px 0px;
  padding: 10px 0px 20px 0px;
  line-height: 26px;
  overflow: auto;
}
.product_con img,
.photo_con img {
  max-width: 840px;
}
.list_related {
  margin-top: 50px;
}
.list_related div.product_img {
  min-height: 280px;
}

/*按钮样式*/
.download_btn {
  float: right;
  display: block;
  margin: 10px 10px 20px 0px;
}
.page-btn {
  display: inline-block;
  float: left;
  background-color: #000511;
  border-radius: 0px;
  border: none;
  transition: background 0.3s;
  margin-right: 15px;
}
.page-btn:hover,
.page-btn:focus {
  background-color: #444444;
}
.grey-btn {
  border-radius: 0px;
  border: none;
  background-color: #e8e8e8;
}
.grey-btn:hover,
.grey-btn:focus {
  background-color: #ccc;
}

/*在线留言订购*/
.feedback {
  margin-top: 50px;
}
.form-horizontal .form-group {
  margin-right: -10px;
  margin-left: -10px;
}
.codeimg {
  margin: 0px 0px -10px -18px;
}

/*上一个下一个*/
.point {
  clear: both;
  margin: 20px 0px 40px 0px;
  padding-bottom: 40px;
  line-height: 22px;
}
.point span.to_prev {
  text-align: center;
}
.point span.to_prev a {
  color: #337ab7;
}
.point span.to_prev a:hover {
  color: #ea042b;
  text-decoration: none;
}
.point span.to_next {
  text-align: center;
}
.point span.to_next a {
  color: #337ab7;
}
.point span.to_next a:hover {
  color: #ea042b;
  text-decoration: none;
}

/*标签样式*/
.tags {
  margin: 18px 0px 10px 0px;
}
.tags a {
  margin: 0px 5px 8px 0px;
}
.tags_list {
  padding: 5px 10px 100px 10px;
}
.tags_ul {
  margin-top: 0px;
}
.tags_ul li {
  line-height: 28px;
  margin-bottom: 8px;
  padding-bottom: 10px;
}
.tags_ul h3 {
  font-size: 14px;
  padding: 0px;
  margin: 0px;
  line-height: 20px;
}
.tags_ul p {
  font-size: 13px;
  padding: 0px;
  margin: 0px;
  color: #777;
  line-height: 20px;
  padding-top: 8px;
}

/*网站地图*/
ul.ul_sitemap {
  margin: 30px 0px 40px 30px;
}
ul.ul_sitemap li {
  list-style: none;
  line-height: 26px;
  clear: both;
}
ul.ul_sitemap li a {
  color: #7d7d7d;
}
li.small_li_sitemap {
  clear: both;
  padding-left: 12px;
}
li.small_li2_sitemap {
  float: left;
  padding-left: 20px;
}

/*友情链接*/
.link_box {
  background-color: #4e70c3;
  padding: 20px 0px 10px 0px;
  text-align: center;
  color: #363f4d;
  font-size: 13px;
}
.link_box a {
  color: #363f4d;
  padding: 0px 0px 0px 10px;
  font-size: 13px;
}
.link_box a:hover {
  text-decoration: none;
  color: #4e70c3;
}
.link_box a:last-child {
  border-right: 0px;
}
.link_box button {
  display: none;
}
.link_title {
  font-size: 13px;
  margin-right: -6px;
}
.link_title:after {
  content: '：';
}

/*底部TAGS*/
.tags_box {
  background-color: #0a7d78;
  padding: 10px 0px 10px 0px;
  text-align: center;
  color: #fff;
  font-size: 13px;
}
.tags_box a {
  color: #fff;
  margin-right: 5px;
  line-height: 32px;
  font-size: 16px;
}
.tags_box a:hover {
  text-decoration: none;
  color: #fff;
}
.tags_box a:last-child {
  border-right: 0px;
}
.tags_box button {
  display: none;
}
.tags_title {
  font-size: 16px;
  margin-right: -6px;
}
.tags_title a {
  padding: 0px;
}
.tags_title:after {
  content: '：';
}

/*底部信息*/
footer {
  color: #fff;
  padding: 50px 0px 0px 0px;
  background-color: #000;
}
.copyright {
  padding: 40px 0;
  text-align: center;
  letter-spacing: 1px;
}
.copyright a {
  color: #ccc;
}
.footer_contact {
  line-height: 28px;
}

.footer_icon {
  padding-top: 10px;
}
.footer_icon a:hover {
  text-decoration: none;
}
.footer_content {
  margin: 0 auto;
}
.footer_icon img {
  width: 40px;
  height: 40px;
  margin: 0px 8px 8px 0px;
}
.footer_box {
  display: flex;
  align-items: center;
}
.footer_box h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
.footer_sitemap {
  color: #363f4d;
}
.footer_sitemap:hover,
.footer_sitemap:focus {
  color: #4e70c3;
  text-decoration: none;
}
.footer_qrcode_text,
.footer_qrcode {
  text-align: center;
  margin: auto;
  line-height: 32px;
  display: block;
  width: 100%;
}
/*底部分类*/
.footer_menu a {
  color: #fff;
  line-height: 24px;
}
.footer_menu a:hover {
  color: #4e70c3;
  text-decoration: none;
}
.footer_menu p i {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../images/footer_r.png);
  background-size: cover;
  margin-right: 20px;
}

/*底部翻译*/
.translate {
  background-color: #005188;
}
.translate_btn {
  width: 130px;
  margin: 0 auto;
  padding-top: 20px;
}

/*UEditor编辑器前端表格样式*/
table {
  margin-bottom: 10px;
  border-collapse: collapse;
  display: table;
}
td,
th {
  padding: 5px 10px;
  border: 1px solid #ddd;
}
caption {
  border: 1px dashed #ddd;
  border-bottom: 0;
  padding: 3px;
  text-align: center;
}
th {
  border-top: 1px solid #bbb;
  background-color: #f7f7f7;
}
table tr.firstRow th {
  border-top-width: 2px;
}
.ue-table-interlace-color-single {
  background-color: #fcfcfc;
}
.ue-table-interlace-color-double {
  background-color: #f7faff;
}
td p {
  margin: 0;
  padding: 0;
}

.advertisement1 {
  width: 100%;
  position: relative;
  z-index: 9;
}
.advertisement2 {
  width: 100%;
  position: relative;
  z-index: 9;
}
.advertisement3 {
  width: 100%;
  position: relative;
  z-index: 9;
  margin-top: -109px;
  margin-bottom: -20px;
}
.index_about {
  height: 782px;
  background: #f8f8f8;

  overflow: hidden;
}
.index_about .title {
  padding-top: 78px;
}
.index_about .title ul {
  position: absolute;
  top: 94px;
  right: 0;
}
.index_about .title ul a {
  display: block;
  float: left;
  width: 90px;
  /* height: 28px; */
  padding-top: 10px;
  padding-bottom: 10px;
  background: none;
  text-align: center;
  line-height: 28px;
  color: #333333;
}
.index_about .title ul .xuanzhong {
  background: #4e70c3;
  color: #fff;
}
.index_about .title ul a:hover {
  background: #4e70c3;
  color: #fff;
}
.index_about .title ul a:nth-child(1) li {
  border-left: none;
}
.index_about .title ul a li {
  border-left: solid 1px #9b9b9b;
  line-height: 13px;
}
.index_about .index_about_img {
  /* width: 412px; */
  height: 315px;
  float: left;
}
.index_about .swiper-slide img {
  /* width: 412px; */
  height: 315px;
}
.index_about_img .swiper-button-prev,
.index_about_img .swiper-container-rtl .swiper-button-next {
  background: url('../images/arrow3.png') top center no-repeat;
  top: 422px;
  left: 414px;
  width: 39px;
  height: 39px;
  transition: all 0.2s ease-in-out;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg); /* IE 9 */
  -moz-transform: rotate(90deg); /* Firefox */
  -webkit-transform: rotate(90deg); /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
}
.index_about_img .swiper-button-prev:hover,
.index_about_img .swiper-container-rtl .swiper-button-next:hover {
  background: url('../images/arrow3_2.png') top center no-repeat;
}
.index_about_img .swiper-button-next,
.index_about_img .swiper-container-rtl .swiper-button-prev {
  background: url('../images/arrow4.png') top center no-repeat;
  top: 463px;
  left: 414px;
  width: 39px;
  height: 39px;
  transition: all 0.2s ease-in-out;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg); /* IE 9 */
  -moz-transform: rotate(90deg); /* Firefox */
  -webkit-transform: rotate(90deg); /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
}
.index_about_img .swiper-button-next:hover,
.index_about_img .swiper-container-rtl .swiper-button-prev:hover {
  background: url('../images/arrow4_2.png') top center no-repeat;
}

.index_about .index_about_p h2 {
  font-size: 26px;
  font-weight: 700;
  color: #333333;
  padding-top: 20px;
  margin-bottom: 20px;
}
.index_about .index_about_p p {
  text-align: left;
  font-size: 14px;
  line-height: 28px;
  height: 88px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.index_about .more_button {
  display: block;
  background: url('../images/arrow1.png') no-repeat;
  width: 98px;
  height: 38px;
  border: solid 1px #d1d1d1;
  transition: all 0.2s ease-in-out;
  float: right;
  margin-top: 40px;
}
.index_about .more_button:hover {
  background: url('../images/arrow2.png') no-repeat;
  border: solid 1px #4e70c3;
}
.index_about_bottom {
  height: 190px;
  background: #fff;
  margin-top: 22px;
}
.index_about_bottom .float_l {
  width: 33.33%;
  height: 100% !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index_about_bottom .float_l:hover {
  background-color: #0a7d78;
}
.index_about_bottom .float_l:hover .inline_flex .counter,
.index_about_bottom .float_l:hover .inline_flex span,
.index_about_bottom .float_l:hover .p {
  color: #fff;
}

.index_about_bottom .inline_flex {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
}
.index_about_bottom .inline_flex .counter {
  font-size: 48px;
  color: #6a6a6a;
  font-family: MyNewFont;
}
.index_about_bottom .inline_flex p {
  font-size: 14px;
  color: #6a6a6a;
  margin-top: 32px;
  margin-left: 12px;
}
.index_about_bottom .inline_flex span {
  font-size: 48px;
  color: #6a6a6a;
}
.index_about_bottom .float_l .p {
  font-size: 16px;
  color: #6a6a6a;
  margin-top: 14px;
}

.index_case {
  height: auto;
  padding-bottom: 46px;
}
.index_case .title {
  padding-top: 72px;
  margin-bottom: 42px;
  position: relative;
}
.index_case .title ul {
  position: absolute;
  top: 94px;
  right: 0;
}
.index_case .title ul a {
  display: block;
  float: left;
  width: 90px;
  /* height: 28px; */
  padding-top: 10px;
  padding-bottom: 10px;
  background: none;
  text-align: center;
  line-height: 28px;
  color: #333333;
}
.index_case .title ul .xuanzhong {
  background: #4e70c3;
  color: #fff;
}
.index_case .title ul a:hover {
  background: #4e70c3;
  color: #fff;
}
.index_case .title ul a:nth-child(1) li {
  border-left: none;
}
.index_case .title ul a li {
  border-left: solid 1px #9b9b9b;
  line-height: 13px;
}
.index_case .float_l {
  /* width: 291px; */
  /* margin-left: 11px; */
  transition: all 0.2s ease-in-out;
}
.index_case .float_l:hover {
  margin-top: -16px;
}
.index_case .content {
  margin-bottom: 38px;
}
.index_case .content .float_l:nth-child(1) {
  margin-left: 0px;
}

.index_case .float_l img {
  width: 100%;
  height: 217px;
  border: solid 1px #e1e4ed;
  display: block;
}
.index_case .float_l p {
  height: 54px;
  background: none;
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 54px;
  transition: all 0.2s ease-in-out;
}
.index_case .float_l:hover p {
  background: #4e70c3;
  color: #ffffff;
}
.index_contact {
  background: url('../images/shouye_lianxi.png') top center no-repeat;
  height: 505px;
}
.index_contact h3 {
  font-size: 22px;
  color: #333333;
  text-align: center;
  padding-top: 55px;
  margin-bottom: 10px;
}
.index_contact p {
  font-size: 14px;
  color: #aaaaaa;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.index_contact input {
  width: 360px;
  height: 50px;
  border: solid 1px #cfcfcf;
  font-size: 14px;
  color: #888888;
  padding: 0 22px;
  margin-left: 45px;
  margin-bottom: 15px;
}
.index_contact input::-webkit-input-placeholder {
  font-size: 14px;
  color: #888888;
}
.index_contact input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
  color: #888888;
}
.index_contact input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 14px;
  color: #888888;
}
.index_contact input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 14px;
  color: #888888;
}
.index_contact input:nth-child(1) {
  margin-left: 0;
}
.index_contact textarea {
  height: 129px;
  border: solid 1px #cfcfcf;
  font-size: 14px;
  color: #888888;
  padding: 18px 22px 18px 22px;
}
.index_contact textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #888888;
}
.index_contact textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
  color: #888888;
}
.index_contact textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 14px;
  color: #888888;
}
.index_contact textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 14px;
  color: #888888;
}
.index_contact .chongzhi {
  width: 178px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #343d42;
  border: none;
  margin-left: 418px;
  margin-right: 8px;
  margin-top: 18px;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.index_contact .tijiao {
  width: 178px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #f1940f;
  border: none;
  margin-top: 18px;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.index_news {
  height: 644px;
  margin-top: -16px;
}
.index_news .title {
  padding-top: 78px;
}
.index_news_nr .left {
  width: 475px;
  margin-right: 50px;
}
.index_news_nr .left img {
  width: 475px;
  height: 240px;
  display: block;
}
.index_news_nr .left .xinxi {
  width: 475px;
  height: 167px;
  background: #4e70c3;
}
.index_news_nr .left .xinxi .float_l:nth-child(1) {
  width: 88px;
  height: 88px;
  border: solid 1px #e3e6eb;
  margin-top: 33px;
  margin-left: 20px;
}
.index_news_nr .left .xinxi .float_l:nth-child(1) h6 {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.index_news_nr .left .xinxi .float_l:nth-child(1) p {
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.index_news_nr .left .xinxi .float_l:nth-child(2) {
  width: 310px;
  margin-top: 33px;
  margin-left: 20px;
}
.index_news_nr .left .xinxi .float_l:nth-child(2) h6 {
  font-size: 18px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.index_news_nr .left .xinxi .float_l:nth-child(2) p {
  font-size: 14px;
  color: #b7d8ff;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index_news_nr .right .xinxi {
  width: 645px;
  height: 167px;
}
.index_news_nr .right .xinxi .float_l:nth-child(2) {
  width: 88px;
  height: 88px;
  border: solid 1px #cfcfcf;
  margin-top: 16px;
}
.index_news_nr .right .xinxi .float_l:nth-child(2) h6 {
  font-size: 36px;
  color: #666666;
  font-weight: 700;
  text-align: center;
}
.index_news_nr .right .xinxi .float_l:nth-child(2) p {
  font-size: 14px;
  color: #666666;
  text-align: center;
}
.index_news_nr .right .xinxi .float_l:nth-child(1) {
  width: 496px;
  margin-right: 58px;
}
.index_news_nr .right .xinxi .float_l:nth-child(1) h6 {
  font-size: 18px;
  color: #333333;
  margin-top: 22px;
  padding-bottom: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  border-bottom: solid 1px #dddddd;
}
.index_news_nr .right .xinxi .float_l:nth-child(1) p {
  font-size: 14px;
  margin-top: 14px;
  color: #666666;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index_news_nr .right ul {
  padding-top: 0px;
}
.index_news_nr .right ul li {
  margin-top: 18px;
}
.index_news_nr .right ul li .float_l {
  font-size: 14px;
  color: #666666;
  text-indent: 2px;
  transition: all 0.2s ease-in-out;
  width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  background: url('../images/jiantou.png') no-repeat left -32px top 7px;
}
.index_news_nr .right ul li:hover .float_l {
  text-indent: 30px;
  color: #000;
  background: url('../images/jiantou.png') no-repeat left 0px top 7px;
}
.index_news_nr .right ul li .float_r {
  font-size: 14px;
  color: #666666;
  margin-right: 32px;
  transition: all 0.2s ease-in-out;
}
.index_news_nr .right ul li:hover .float_r {
  color: #000;
  margin-right: 2px;
}
.index_news_nr .right ul li {
  border-bottom: solid 1px #dddddd;
  padding-bottom: 18px;
}
.index_news_genduo {
  width: 50px;
  display: block;
  position: absolute;
  top: 100px;
  right: 6px;
  font-size: 16px;
  color: #888888;
  background: url('../images/index_news_genduo.png') top 5px right 2px no-repeat;
}

.float_l {
  float: left;
}
.float_r {
  float: right;
}
.clear {
  clear: both;
}
.center {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.header_top {
  width: 100%;
  height: 42px;
  background: #343d42;
}
.header_top .float_l {
  font-size: 14px;
  color: #ffffff;
  line-height: 42px;
}

.header_top .float_r p {
  font-size: 14px;
  color: #ffffff;
  line-height: 42px;
  margin: 0px;
}
.header_top .float_r a:nth-child(1) p {
  border-left: none;
}
.header_top_height {
  height: 42px;
}
.header-content .height {
  width: 100%;

  background: #fff;
}

.header-content .logo img {
  max-width: 100%;
  height: 100%;
  max-height: 74px;
}
.header-content .input {
  position: relative;
  margin-top: 42px;
}
.header-content .input input {
  width: 260px;
  height: 37px;
  border: solid 1px #cfcfcf;
  border-radius: 50px;
  font-size: 14px;
  color: #999999;
  padding: 0 50px 0 18px;
  background: url('../images/search.png') top 6px right 15px no-repeat;
}
.header-content .input input::-webkit-input-placeholder {
  color: #999999;
}
.header-content .input input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}
.header-content .input input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}
.header-content .input input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
}
.header-content .input button {
  display: block;
  width: 50px;
  height: 39px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
}

/*大屏幕样式*/
@media screen and (min-width: 769px) {
  .show {
    display: block;
  }
  .logo {
    margin-top: 25px;
    margin-bottom: 25px;
    max-width: 700px;
  }
  .logo_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .logo_a {
    display: block;
    height: 40px;
    border-right: 1px solid #000;
    margin: 0 20px;
  }
  .float_l.logo {
    display: flex;
    align-items: center;
  }
  /*导航样式*/
  .navbar {
    margin: 0px;
    margin: 0px;
    border: 0px;
    border-top: 1px #ddd solid;
    background-color: #000511;
    min-height: 50px;
  }
  .navbar-nav > li {
  }
  .navbar-nav > li:first-child {
  }
  .navbar-nav > li:last-child {
  }
  .navbar-nav > li > a {
    text-align: center;
  }
  .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 40px 20px 40px;
  }

  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a.active,
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: #0a7d78;
    color: #fff;
  }
  .navbar-brand {
    display: none;
  }
  /*导航-触发滚动*/
  .navbar-fixed-top {
    margin-top: 0px;
  }
  .navbar-fixed-top ul.navbar-nav > li > a {
    padding: 20px 40px 20px 40px;
  }
  /*导航二级菜单*/
  .nav_small {
    background-color: #eeeeee;
    padding: 10px 0px;
    padding-bottom: 15px;
    border-radius: 0px;
    border: none;
    box-shadow: none;
  }
  .nav_small > li > a,
  .nav_three > li > a,
  .nav_four > li > a {
    line-height: 20px;
    padding: 8px 18px;
    text-align: center;
    color: #000;
    font-size: 13px;
  }
  .nav_small > li > a:hover {
    color: #000;
    background-color: #dcdedd;
  }
  .dropdown-submenu {
    position: relative;
  }
  /* 导航三级菜单 */
  .nav_three {
    padding: 0;
  }

  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    /* 
    margin-left: 1px; */
  }

  #app_menudown,
  #search_btn {
    display: none;
  }
  .mfoot_box {
    display: none;
  }
  .header-content #searchform {
    padding-left: 180px;
  }
  .index_product .right .content .float_l:nth-child(3n) {
    margin-right: 0;
  }
  .nav_three_li {
    position: relative;
  }

  /* 导航四级菜单 */
  .nav_four {
    padding: 0;
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: -1px;
  }
  /* .dropdown-submenu > .dropdown-menu > .dropdown-menu{
    top: 0;
    left: 100%;
    margin-top: -1px;
     margin-left: 1px;
  } */
}

/*小屏幕样式*/
@media screen and (max-width: 768px) {
  .header-content .height {
    padding: 10px 0;
  }
  .index_product .right {
    display: block !important;
  }
  .nav_three_li {
    position: relative;
  }
  .dropdown-submenu {
    position: relative;
  }
  .carousel-btn.left {
    left: -20px;
  }
  .carousel-btn.right {
    right: -20px;
  }
  .logo {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 550px;
  }
  .top_tel,
  .top_email,
  .footer_menu,
  .left_snav_ul,
  .header_top .float_l {
    display: none;
  }
  #searchform {
    display: none;
  }
  .search_group {
    margin: 15px 0px 15px 0px;
  }
  /*手机-导航搜索图标*/
  #search_btn {
    float: right;
    margin-top: 7px;
    padding: 8px 13px;
    font-size: 17px;
    border-radius: 4px;
    color: #fff;
  }
  #search_btn:hover,
  #search_btn:focus {
    cursor: pointer;
    background-color: #444444;
  }
  /*手机-导航样式*/
  .navbar {
    margin: 0px;
    border: 0px;
    min-height: 50px;
    background-color: #000511;
  }
  .navbar-default .navbar-brand {
    color: #fff;
    font-size: 16px;
  }
  .navbar-default .navbar-brand:hover,
  .navbar-default .navbar-brand:focus {
    color: #fff;
  }
  .navbar-toggle {
    border: none;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: none;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #444444;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .navbar-default .navbar-nav > li:last-child {
    border: none;
  }
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    justify-content: flex-start !important;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: #0a7d78;
    color: #fff;
  }
  #app_menudown {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 16px;
  }
  #app_menudown:hover {
    background-color: #444444;
  }
  .navbar-fixed-top {
    margin-top: 0px;
    opacity: 0.9;
  }

  /*手机-首页产品*/
  .index_product .left ul li {
    height: 42px;
    line-height: 42px;
  }
  .product_head h2 {
    margin-top: 30px;
    font-size: 25px;
  }
  .product_list2 div.product_img,
  .related_list div.product_img {
    min-height: 250px;
  }
  .case_list2 div.case_img {
    min-height: 200px;
  }
  .index_product {
    padding-bottom: 42px !important;
  }
  /*手机-首页简介*/
  .about_content {
    margin-top: 20px;
  }
  .about_index {
    text-align: center;
  }

  /*手机-首页新闻*/
  .news_index {
    padding-left: 0px;
  }
  .news_index li span {
    left: 0px;
    top: 0px;
    margin-right: 12px;
  }
  .news_index li a {
    margin-left: 0px;
  }
  .news_index li em {
    display: block;
    margin-left: 0px;
  }

  /* .page_bg,
  .center_nav,
  .about_img,
  .index_about {
    display: none;
  } */
  .index_about div {
    overflow: hidden;
  }
  .company_contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .index_about .index_about_bottom {
    width: 100%;
    flex-wrap: wrap;
    position: static;
    margin-bottom: 22px;
  }
  .tab button {
    padding: 8px 24px;
    margin-bottom: 6px;
    min-width: 160px;
  }
  .index_foot_news .tab {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .index_about_bottom .float_l {
    width: 50%;
    padding: 0;
  }
  .right_contents img,
  .product_con img,
  .photo_con img {
    max-width: 100%;
  }
  .right_contents_h1 {
    font-size: 18px;
    line-height: 24px;
  }
  .feedback {
    margin-top: 20px;
  }
  .proinfo_box {
    margin-bottom: 80px;
  }
  #pic-page a img {
    width: 35px;
  }
  #cmsFloatPanel {
    display: none;
  }
  .point span.to_prev,
  .point span.to_next {
    text-align: left;
    padding-bottom: 8px;
  }

  /*手机-底部信息*/
  .foot_logo {
    margin-bottom: 40px;
  }
  .footer_box {
    flex-direction: column;
  }
  .footer_menu_box {
    display: none;
  }
  footer {
    padding-top: 40px;
    padding-bottom: 25px;
  }
  .footer_contact {
    margin-bottom: 30px;
  }
  .footer_contact p {
    color: #fff;
  }
  .footer_contact p a {
    color: #fff;
  }
  .footer_menu {
    margin-bottom: 20px;
  }
  .footer_menu_first {
    margin-bottom: 8px;
  }
  .copyright {
    padding: 0px 10px 60px;
  }
  /*手机-友情链接*/
  .link_box {
    padding-left: 7px;
  }
  .link_box a {
    display: block;
    border-right: 0px;
    padding: 4px 0px;
  }
  .link_title {
    display: block;
  }
  .link_title:after {
    content: '';
  }
  .link_box button {
    display: inline-block;
    background-color: transparent;
    border: none;
    float: right;
    margin-top: -20px;
  }
  .link_box button:hover,
  .link_box button:focus {
    color: #4e70c3;
  }
  .link_list {
    display: none;
    padding-top: 7px;
  }

  /*手机-Tags标签*/
  .tags_box {
    padding-top: 10px;
    padding-left: 7px;
  }
  .tags_box a {
    display: block;
    margin-right: 0px;
    border-right: 0px;
    padding: 4px 0px;
  }
  .tags_title {
    display: block;
  }
  .tags_title:after {
    content: '';
  }
  .tags_box button {
    display: inline-block;
    background-color: transparent;
    border: none;
    float: right;
    margin-top: -20px;
  }
  .tags_box button:hover,
  .tags_box button:focus {
    color: #4e70c3;
  }
  .tags_rows {
    display: none;
    padding-top: 7px;
  }

  /*手机-底部按钮*/
  .mfoot_box {
    background-color: #fafafa;
  }
  .mfoot_nav {
    width: 25%;
    float: left;
    background-color: #000511;
    text-align: center;
    color: #fff;
  }
  .mfoot_nav:hover,
  .mfoot_nav:focus {
    background-color: #e4e4e4;
    cursor: pointer;
  }
  .mfoot_nav a {
    color: #fff;
    display: block;
  }
  .mfoot_nav a:hover,
  .mfoot_nav a:focus {
    text-decoration: none;
  }
  .mfoot_nav span {
    display: block;
    padding: 3px 0px 0px 0px;
  }
  .mfoot_share {
    width: 200px;
    padding: 5px;
  }
  .index_product .right .content .float_l {
    width: 47% !important;
  }
  .wap_content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .index_product {
    padding-bottom: 30px;
  }
  .index_product .right .content .float_l:nth-child(2n-1) {
    margin-left: 0;
  }
  .index_product .right .content .float_l:nth-child(6) {
    margin-right: 0;
  }
  .logo {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 550px;
  }
  .top_tel,
  .top_email {
    display: none;
  }
  #searchform {
    display: none;

    margin: 15px 0px 15px 0px;
  }
  .header-content .input {
    margin-top: 0;
    width: 100%;
  }
  /*手机-导航搜索图标*/
  #search_btn {
    float: right;
    margin-top: 7px;
    padding: 8px 13px;
    font-size: 17px;
    border-radius: 4px;
    color: #fff;
  }
  #search_btn:hover,
  #search_btn:focus {
    cursor: pointer;
    background-color: #444444;
  }
  .index_news_genduo {
    top: 32px;
  }
  .index_news {
    padding-top: 15px;
  }
  .newslists {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .copyright_p {
    display: none;
  }
}

/*320px到768px*/
@media screen and (min-width: 320px) and (max-width: 768px) {
  .col-mm-1,
  .col-mm-2,
  .col-mm-3,
  .col-mm-4,
  .col-mm-5,
  .col-mm-6,
  .col-mm-7,
  .col-mm-8,
  .col-mm-9,
  .col-mm-10,
  .col-mm-11,
  .col-mm-12 {
    float: left;
  }
  .col-mm-12 {
    width: 100%;
  }
  .col-mm-11 {
    width: 91.66666667%;
  }
  .col-mm-10 {
    width: 83.33333333%;
  }
  .col-mm-9 {
    width: 75%;
  }
  .col-mm-8 {
    width: 66.66666667%;
  }
  .col-mm-7 {
    width: 58.33333333%;
  }
  .col-mm-6 {
    width: 50%;
  }
  .col-mm-5 {
    width: 41.66666667%;
  }
  .col-mm-4 {
    width: 33.33333333%;
  }
  .col-mm-3 {
    width: 25%;
  }
  .col-mm-2 {
    width: 16.66666667%;
  }
  .col-mm-1 {
    width: 8.33333333%;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

img {
  border: 0;
}

a {
  text-decoration: none;
  color: #000;
}

ol,
ul {
  list-style: none;
}

input,
textarea {
  font-family: '微软雅黑';
}

ol,
ul,
li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
  background: transparent;
  border-collapse: collapse;
}

* {
  margin: 0;
  padding: 0;
  hide-focus: expression(this.hideFocus=true);
  /* for ie 5+ */
  outline: none;
  /* for firefox 1.5 + */
}
.flash img {
  width: 100%;
  margin-top: 100px;
}
.clear {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.container {
  max-width: 1366px;
  margin: 0 auto;
}

.containeral {
  max-width: 1366px;
  margin: 0 auto;
}

/*公共头部*/
.header {
  padding: 0;
  z-index: 10;
}

.header .header-container {
  background: #fff;
  width: 100%;
  position: relative;
  top: 0;
  -webkit-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}

.header .header-container .header-content {
  /* max-width: 1280px; */
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0px;
  /* height: 105px; */
}

.header .header-container .header-content > .left {
  float: left;
  position: relative;
  top: 38px;
}

.header .header-container .header-content > .left > ul > li {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}

.header .header-container .header-content > .left > ul > li > a {
  position: relative;
  display: block;
  color: #999;
}

.header .header-container .header-content > .left > ul > li > a:before {
  content: '';
  width: 0;
  height: 0;
  overflow: hidden;
  border-style: solid;
  border-width: 0 10px 8px;
  border-color: transparent transparent #fff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -21px;
}

.header .header-container .header-content > .left > ul > li > a .icon,
.header .header-container .header-content > .left > ul > li > a span,
.min-pdp-dialog
  .product-content
  .product-right
  .product-main
  .product-suit
  .product-single
  .single-show
  .btn
  i.icon {
  vertical-align: middle;
}

.header .header-container .header-content > .left > ul > li > a span {
  font-size: 14px;
}

.header .header-container .header-content > .left > ul > li > a:hover,
.header .header-container .nav-content .functional-area > .right > ul > li > a:hover {
  color: #fff;
}

.header .header-container .header-content > .left > ul > li > .sub-menu {
  padding: 30px 28px 35px;
  border-radius: 0;
  border: 1px solid #d8d8d8;
  text-align: left;
  top: -moz-calc(100% + 20px);
  top: calc(100% + 20px);
}

.header .header-container .header-content > .left > ul > li > .sub-menu:after {
  content: '';
  height: 6px;
  background: #000;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
}

.header .header-container .header-content > .left > ul > li > .sub-menu:before,
.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills
  > li
  > .sub-menu:before {
  content: '';
  position: absolute;
  top: -21px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.header .header-container .header-content > .left > ul > li.is-hover > a {
  color: #fff;
  z-index: 11;
}

.header .header-container .header-content > .left > ul > li.is-hover > a:before,
.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills
  > li.is-hover
  > a:before {
  opacity: 1;
}

.header .header-container .header-content > .left > ul > li.header-country > .sub-menu {
  width: 1060px;
  left: -25px;
  font-size: 0;
}

.header .header-container .header-content > .left > ul > li.header-country > .sub-menu > ul {
  display: inline-block;
  vertical-align: top;
  width: 250px;
}

.header .header-container .header-content > .left > ul > li.header-country > .sub-menu > ul > li {
  width: 100%;
  position: relative;
  padding-left: 23px;
  margin-top: 22px;
}

.header
  .header-container
  .header-content
  > .left
  > ul
  > li.header-country
  > .sub-menu
  > ul
  > li:nth-child(1) {
  margin-top: 0;
}

.header
  .header-container
  .header-content
  > .left
  > ul
  > li.header-country
  > .sub-menu
  > ul
  > li
  > a {
  color: #000;
  padding: 0;
}

.header
  .header-container
  .header-content
  > .left
  > ul
  > li.header-country
  > .sub-menu
  > ul
  > li
  > a
  .icon,
.header
  .header-container
  .header-content
  > .left
  > ul
  > li.header-country
  > .sub-menu
  > ul
  > li
  > a
  span,
.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills
  > li
  > .sub-menu
  .nav-sub-menu-bottom
  .nav-sub-menu-bottom-wrap
  .nav-sub-menu-bottom-content
  .our-selection,
.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills
  > li
  > .sub-menu
  .nav-sub-menu-bottom
  .nav-sub-menu-bottom-wrap
  .nav-sub-menu-bottom-content
  .products-recommended,
.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills
  > li
  > .sub-menu
  .nav-sub-menu-bottom
  .nav-sub-menu-bottom-wrap
  .nav-sub-menu-bottom-content
  .products-recommended
  > .left,
.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills
  > li
  > .sub-menu
  .nav-sub-menu-bottom
  .nav-sub-menu-bottom-wrap
  .nav-sub-menu-bottom-content
  .products-recommended
  > .right {
  display: inline-block;
  vertical-align: middle;
}

.header
  .header-container
  .header-content
  > .left
  > ul
  > li.header-country
  > .sub-menu
  > ul
  > li
  > a
  .icon {
  position: absolute;
  top: 2px;
  left: 0;
}

.header
  .header-container
  .header-content
  > .left
  > ul
  > li.header-country
  > .sub-menu
  > ul
  > li
  > a
  span {
  font-size: 14px;
}

.header
  .header-container
  .header-content
  > .left
  > ul
  > li.header-country
  > .sub-menu
  > ul
  > li
  > a:hover {
  color: #8c8c8c;
}

.header
  .header-container
  .header-content
  > .left
  > ul
  > li.header-country
  > .sub-menu
  > ul
  > li.has-icon
  > a
  span {
  font-weight: 700;
}

.header .header-container .header-content > .left > ul > li.header-counter-inquiry > a .icon {
  margin-right: 8px;
}

.header .header-container .header-content > .left > ul > li:after {
  content: '';
  width: 1px;
  height: 8px;
  background: #565656;
  position: absolute;
  top: 5px;
  right: 0;
}

.header .header-container .header-content > .left > ul > li:first-child {
  padding-left: 0 !important;
}

.header .header-container .header-content > .left > ul > li:last-child:after {
  content: '';
  width: 0;
}

.header .header-container .header-content > .left > ul > li.header-account > .sub-menu {
  width: 887px;
  left: -143px;
  font-size: 0;
}

.header .header-container .header-content > .left > ul > li.header-account > .sub-menu > .left,
.header .header-container .header-content > .left > ul > li.header-account > .sub-menu > .right {
  display: inline-block;
  vertical-align: top;
}

.header
  .header-container
  .header-content
  > .left
  > ul
  > li.header-account
  > .sub-menu
  > .left
  .title,
.header
  .header-container
  .header-content
  > .left
  > ul
  > li.header-account
  > .sub-menu
  > .right
  .title {
  color: #000;
  margin-bottom: 20px;
}

.header
  .header-container
  .header-content
  > .left
  > ul
  > li.header-account
  > .sub-menu
  > .left
  .title
  h3,
.header
  .header-container
  .header-content
  > .left
  > ul
  > li.header-account
  > .sub-menu
  > .right
  .title
  h3 {
  font-size: 18px;
  margin-bottom: 4px;
}

.header
  .header-container
  .header-content
  > .left
  > ul
  > li.header-account
  > .sub-menu
  > .left
  .title
  p,
.header
  .header-container
  .header-content
  > .left
  > ul
  > li.header-account
  > .sub-menu
  > .right
  .title
  p {
  font-size: 14px;
  margin-bottom: 0;
}

.header .header-container .header-content > .left > ul > li.header-account > .sub-menu > .left {
  width: 459px;
  padding-right: 81px;
}

.header
  .header-container
  .header-content
  > .left
  > ul
  > li.header-account
  > .sub-menu
  > .left
  > ul
  > li {
  position: relative;
  padding: 5px 32px 5px 0;
  margin-bottom: 2px;
}

.header
  .header-container
  .header-content
  > .left
  > ul
  > li.header-account
  > .sub-menu
  > .left
  > ul
  > li
  > a {
  padding: 0;
  color: #999;
}

.header
  .header-container
  .header-content
  > .left
  > ul
  > li.header-account
  > .sub-menu
  > .left
  > ul
  > li
  > a
  span,
.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills
  > li
  > a
  span {
  font-size: 16px;
}

.header
  .header-container
  .header-content
  > .left
  > ul
  > li.header-account
  > .sub-menu
  > .left
  > ul
  > li
  > a
  .icon {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 32px;
}

.header .header-container .header-content > .left > ul > li.header-account > .sub-menu > .right {
  padding-left: 79px;
}

.header
  .header-container
  .header-content
  > .left
  > ul
  > li.header-account
  > .sub-menu
  > .right:before {
  content: '';
  width: 1px;
  background: #d8d8d8;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -79px;
}

.header
  .header-container
  .header-content
  > .left
  > ul
  > li.header-account
  > .sub-menu
  > .right
  > ul {
  padding-top: 7px;
}

.header
  .header-container
  .header-content
  > .left
  > ul
  > li.header-account
  > .sub-menu
  > .right
  > ul
  > li {
  position: relative;
  margin-bottom: 23px;
  padding-left: 27px;
}

.header
  .header-container
  .header-content
  > .left
  > ul
  > li.header-account
  > .sub-menu
  > .right
  > ul
  > li
  .line-server,
.header
  .header-container
  .header-content
  > .left
  > ul
  > li.header-account
  > .sub-menu
  > .right
  > ul
  > li
  > a {
  font-size: 14px;
  color: #000;
  padding: 0;
}

.header
  .header-container
  .header-content
  > .left
  > ul
  > li.header-account
  > .sub-menu
  > .right
  > ul
  > li
  .line-server
  .icon,
.header
  .header-container
  .header-content
  > .left
  > ul
  > li.header-account
  > .sub-menu
  > .right
  > ul
  > li
  > a
  .icon {
  position: absolute;
  left: 0;
}

.header
  .header-container
  .header-content
  > .left
  > ul
  > li.header-account
  > .sub-menu
  > .right
  > ul
  > li
  .line-server
  .icon.icon-header-online-consultation,
.header
  .header-container
  .header-content
  > .left
  > ul
  > li.header-account
  > .sub-menu
  > .right
  > ul
  > li
  > a
  .icon.icon-header-online-consultation {
  top: -2px;
  left: -3px;
}

.header
  .header-container
  .header-content
  > .left
  > ul
  > li.header-account
  > .sub-menu
  > .right
  > ul
  > li
  .line-server
  .icon.icon-header-support-hotline,
.header
  .header-container
  .header-content
  > .left
  > ul
  > li.header-account
  > .sub-menu
  > .right
  > ul
  > li
  > a
  .icon.icon-header-support-hotline {
  top: -3px;
}

.header
  .header-container
  .header-content
  > .left
  > ul
  > li.header-account
  > .sub-menu
  > .right
  > ul
  > li
  .line-server
  .icon.icon-header-mail-consultation,
.header
  .header-container
  .header-content
  > .left
  > ul
  > li.header-account
  > .sub-menu
  > .right
  > ul
  > li
  > a
  .icon.icon-header-mail-consultation {
  top: 3px;
  left: 1px;
}

.header
  .header-container
  .header-content
  > .left
  > ul
  > li.header-account
  > .sub-menu
  > .right
  > ul
  > li
  .line-server:hover {
  text-decoration: none;
}

.header
  .header-container
  .header-content
  > .left
  > ul
  > li.header-account
  > .sub-menu
  > .right
  > ul
  > li
  > p {
  font-size: 14px;
  color: #999;
  margin-top: 12px;
  margin-bottom: 0;
}

.header
  .header-container
  .header-content
  > .left
  > ul
  > li.header-account
  > .sub-menu
  > .right
  > ul
  > li
  > p:last-child {
  margin-top: 6px;
}

.header .header-container .nav-content {
  max-width: 1366px;
  margin: 0 auto;
}

.header .header-container .nav-content > .logo {
  width: 0;
  height: 0;
  overflow: hidden;
}

.header .header-container .nav-content > .logo a img {
  width: 100%;
  margin-left: 5px;
}

.header .header-container .nav-content .nav-wrap {
  float: left;
}

.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills {
  position: static;
}

.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills
  > li {
  line-height: 56px;
  margin-right: 15px;
  -webkit-transition: margin-right 0.2s ease-in-out;
  -o-transition: margin-right 0.2s ease-in-out;
  -moz-transition: margin-right 0.2s ease-in-out;
  transition: margin-right 0.2s ease-in-out;
}

.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills
  > li
  > a {
  color: #333;
  padding: 0 16px;
  font-size: 16px;
}

/*.header .header-container .nav-content .nav-wrap .header-scroll .scroller-wrap .header-scroll-container>.nav-pills>li>a:before {
    content: '';
    width: 0;
    height: 0;
    overflow: hidden;
    border-style: solid;
    border-width: 0 10px 8px;
    border-color: transparent transparent #fff;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -10px;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}*/

.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills
  > li
  .sub-menu {
  border-radius: 0;
  padding: 0;
}

.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills
  > li
  .sub-menu
  a {
  line-height: normal;
  padding: 0;
}

.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills
  > li
  > .sub-menu {
  width: 100%;
  left: 0;
  border-bottom: 1px solid #e0e0e0;
  padding-top: 24px;
  max-height: -moz-calc(100vh - 140px);
  max-height: calc(100vh - 140px);
  overflow: auto;
}

.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills
  > li
  > .sub-menu.sub-menu-img {
  border: 0;
  padding: 0;
  overflow: visible;
}

.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills
  > li
  > .sub-menu
  > ul {
  max-width: 1320px;
  margin: 0 auto;
  font-size: 0;
  padding: 0 40px 38px;
}

.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills
  > li
  > .sub-menu
  > ul
  > li {
  min-width: 164px;
  margin-right: 9%;
  display: inline-block;
  vertical-align: top;
  line-height: normal;
}

.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills
  > li
  > .sub-menu
  > ul
  > li:last-child {
  margin-right: 0;
}

.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills
  > li
  > .sub-menu
  > ul
  > li
  a
  span {
  font-size: 14px;
  color: #000;
}

.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills
  > li
  > .sub-menu
  > ul
  > li
  > a {
  display: inline-block;
  margin-bottom: 15px;
  cursor: default;
}

.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills
  > li
  > .sub-menu
  > ul
  > li
  > a
  span {
  font-weight: 700;
}

.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills
  > li
  > .sub-menu
  > ul
  > li
  > .sub-menu {
  border: 0;
  display: block;
  position: relative;
}

.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills
  > li
  > .sub-menu
  > ul
  > li
  > .sub-menu
  > ul
  > li {
  margin-bottom: 15px;
}

.header .header-container .nav-content .functional-area > ul > li.nav-search,
.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills
  > li
  > .sub-menu
  > ul
  > li
  > .sub-menu
  > ul
  > li
  > a {
  display: inline-block;
}

.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills
  > li
  > .sub-menu
  .nav-sub-menu-bottom {
  position: relative;
  border-top: 1px solid #d8d8d8;
}

.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills
  > li
  > .sub-menu
  .nav-sub-menu-bottom
  .nav-sub-menu-bottom-wrap {
  max-width: 1320px;
  padding: 20px 20px 30px;
  margin: 0 auto;
}

.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills
  > li
  > .sub-menu
  .nav-sub-menu-bottom
  .nav-sub-menu-bottom-wrap
  .nav-sub-menu-bottom-content
  .our-selection {
  width: 270px;
  background: #000;
  padding: 20px;
  margin-right: 10px;
}

.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills
  > li
  > .sub-menu
  .nav-sub-menu-bottom
  .nav-sub-menu-bottom-wrap
  .nav-sub-menu-bottom-content
  .our-selection
  > ul
  > li {
  margin-bottom: 9px;
}

.footer .footer-sticky-nav .footer-sticky-nav-container .left span,
.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills
  > li
  > .sub-menu
  .nav-sub-menu-bottom
  .nav-sub-menu-bottom-wrap
  .nav-sub-menu-bottom-content
  .our-selection
  > ul
  > li
  a
  span {
  font-size: 14px;
  color: #fff;
}

.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills
  > li
  > .sub-menu
  .nav-sub-menu-bottom
  .nav-sub-menu-bottom-wrap
  .nav-sub-menu-bottom-content
  .our-selection
  > ul
  > li:first-child {
  margin-bottom: 10px;
}

.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills
  > li
  > .sub-menu
  .nav-sub-menu-bottom
  .nav-sub-menu-bottom-wrap
  .nav-sub-menu-bottom-content
  .our-selection
  > ul
  > li:first-child
  a
  span {
  font-weight: 700;
}

.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills
  > li
  > .sub-menu
  .nav-sub-menu-bottom
  .nav-sub-menu-bottom-wrap
  .nav-sub-menu-bottom-content
  .products-recommended {
  padding: 0 6% 0 30px;
}

.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills
  > li
  > .sub-menu
  .nav-sub-menu-bottom
  .nav-sub-menu-bottom-wrap
  .nav-sub-menu-bottom-content
  .products-recommended
  > .left {
  width: 140px;
  height: 140px;
  background: #ccc;
  margin-right: 30px;
}

.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills
  > li
  > .sub-menu
  .nav-sub-menu-bottom
  .nav-sub-menu-bottom-wrap
  .nav-sub-menu-bottom-content
  .products-recommended
  > .left
  a {
  height: 100%;
  display: block;
}

.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills
  > li
  > .sub-menu
  .nav-sub-menu-bottom
  .nav-sub-menu-bottom-wrap
  .nav-sub-menu-bottom-content
  .products-recommended
  > .right
  h4 {
  margin-bottom: 14px;
}

.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills
  > li
  > .sub-menu
  .nav-sub-menu-bottom
  .nav-sub-menu-bottom-wrap
  .nav-sub-menu-bottom-content
  .products-recommended
  > .right
  h4
  a {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills
  > li
  > .sub-menu
  .nav-sub-menu-bottom
  .nav-sub-menu-bottom-wrap
  .nav-sub-menu-bottom-content
  .products-recommended
  > .right
  p
  a {
  font-size: 14px;
  color: #999;
  line-height: normal;
  margin-bottom: 43px;
}

.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills
  > li
  > .sub-menu
  .nav-sub-menu-bottom
  .nav-sub-menu-bottom-wrap
  .nav-sub-menu-bottom-content
  .products-recommended
  > .right
  .learn-more
  span {
  font-size: 14px;
  color: #999;
}

.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills
  > li
  > .sub-menu
  .nav-sub-menu-bottom
  .nav-sub-menu-bottom-wrap
  .nav-sub-menu-bottom-content
  .products-recommended:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #d8d8d8;
  position: absolute;
  top: 0;
  margin-left: 3%;
}

.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills
  > li
  > .sub-menu
  .nav-sub-menu-bottom
  .nav-sub-menu-bottom-wrap
  .nav-sub-menu-bottom-content
  .products-recommended:last-child {
  padding: 0;
}

.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills
  > li
  > .sub-menu
  .nav-sub-menu-bottom
  .nav-sub-menu-bottom-wrap
  .nav-sub-menu-bottom-content
  .products-recommended:last-child:after {
  display: none;
}

.header
  .header-container
  .nav-content
  .nav-wrap
  .header-scroll
  .scroller-wrap
  .header-scroll-container
  > .nav-pills
  > li.is-hover
  > a {
  z-index: 11;
}

.header .header-container .nav-content .functional-area > ul > li,
.header .header-container .nav-content .nav-wrap .menu-mask {
  display: none;
}

.header .header-container .nav-content .functional-area {
  min-height: 40px;
  float: right;
  position: relative;
}

.header .header-container .nav-content .functional-area > ul > li.nav-search .form-input {
  position: relative;
  width: 280px;
  margin-top: 6px;
}

.header .header-container .nav-content .functional-area > ul > li.nav-search .form-input input {
  width: 100%;
  height: 40px;
  background: #fff;
  border: 0;
  color: #808080;
  padding: 20px 60px 20px 15px;
  border: 1px solid #c8c8c8;
}

.header
  .header-container
  .nav-content
  .functional-area
  > ul
  > li.nav-search
  .form-input
  input::-webkit-input-placeholder {
  font-family: 'Helvetica', 'PingFangSC-Regular', 'Arial', 'Times New Roman', '微软雅黑',
    'Microsoft YaHei', sans-serif;
  font-size: 14px;
  color: #808080;
  letter-spacing: 0;
}

.header
  .header-container
  .nav-content
  .functional-area
  > ul
  > li.nav-search
  .form-input
  input:-moz-placeholder {
  font-family: 'Helvetica', 'PingFangSC-Regular', 'Arial', 'Times New Roman', '微软雅黑',
    'Microsoft YaHei', sans-serif;
  font-size: 14px;
  color: #808080;
  letter-spacing: 0;
}

.header
  .header-container
  .nav-content
  .functional-area
  > ul
  > li.nav-search
  .form-input
  input:-ms-input-placeholder,
.header
  .header-container
  .nav-content
  .functional-area
  > ul
  > li.nav-search
  .form-input
  input::-ms-input-placeholder {
  font-family: 'Helvetica', 'PingFangSC-Regular', 'Arial', 'Times New Roman', '微软雅黑',
    'Microsoft YaHei', sans-serif;
  font-size: 14px;
  color: #808080;
  letter-spacing: 0;
}

.header
  .header-container
  .nav-content
  .functional-area
  > ul
  > li.nav-search
  .form-input
  input::placeholder {
  font-family: 'Helvetica', 'PingFangSC-Regular', 'Arial', 'Times New Roman', '微软雅黑',
    'Microsoft YaHei', sans-serif;
  font-size: 14px;
  color: #808080;
  letter-spacing: 0;
}

.header
  .header-container
  .nav-content
  .functional-area
  > ul
  > li.nav-search
  .form-input
  input.is-focus::-webkit-input-placeholder {
  font-size: 0 !important;
}

.header
  .header-container
  .nav-content
  .functional-area
  > ul
  > li.nav-search
  .form-input
  input.is-focus:-moz-placeholder {
  font-size: 0 !important;
}

.header
  .header-container
  .nav-content
  .functional-area
  > ul
  > li.nav-search
  .form-input
  input.is-focus:-ms-input-placeholder,
.header
  .header-container
  .nav-content
  .functional-area
  > ul
  > li.nav-search
  .form-input
  input.is-focus::-ms-input-placeholder {
  font-size: 0 !important;
}

.header
  .header-container
  .nav-content
  .functional-area
  > ul
  > li.nav-search
  .form-input
  input.is-focus::placeholder {
  font-size: 0 !important;
}

.header .header-container .nav-content .functional-area > ul > li.nav-search .form-input .icon {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 15px;
}

.header
  .header-container
  .nav-content
  .functional-area
  > ul
  > li.nav-search
  .form-input
  .icon:before {
  content: '';
  width: 34px;
  height: 34px;
  position: absolute;
  top: -50%;
  left: -50%;
}

.header .header-container .nav-content .functional-area > ul > li.nav-search > .sub-menu {
  width: 532px;
  right: 0;
  border-radius: 0;
  border: 1px solid #d8d8d8;
  padding: 0;
  text-align: left;
  max-height: -moz-calc(100vh - 140px);
  max-height: calc(100vh - 140px);
  overflow: auto;
}

.header .header-container .nav-content .functional-area > ul > li.nav-search > .sub-menu ul li a {
  padding: 0;
  display: inline-block;
}

.header
  .header-container
  .nav-content
  .functional-area
  > ul
  > li.nav-search
  > .sub-menu
  .search-related {
  text-align: right;
  padding: 30px;
  margin-bottom: 10px;
}

.header
  .header-container
  .nav-content
  .functional-area
  > ul
  > li.nav-search
  > .sub-menu
  .search-related
  > li {
  margin-bottom: 10px;
}

.header
  .header-container
  .nav-content
  .functional-area
  > ul
  > li.nav-search
  > .sub-menu
  .search-related
  > li
  > a {
  font-weight: 700;
  font-size: 14px;
  color: #000;
}

.header
  .header-container
  .nav-content
  .functional-area
  > ul
  > li.nav-search
  > .sub-menu
  .search-related
  > li
  > a
  span.related {
  color: #999;
}

.header
  .header-container
  .nav-content
  .functional-area
  > ul
  > li.nav-search
  > .sub-menu
  .search-results-title {
  padding: 0 30px 40px;
}

.header
  .header-container
  .nav-content
  .functional-area
  > ul
  > li.nav-search
  > .sub-menu
  .search-results-title
  .title-content {
  border-bottom: 2px solid #000;
  padding-bottom: 19px;
}

.header
  .header-container
  .nav-content
  .functional-area
  > ul
  > li.nav-search
  > .sub-menu
  .search-results-title
  .title-content
  span:first-child {
  float: left;
  font-size: 18px;
}

.header
  .header-container
  .nav-content
  .functional-area
  > ul
  > li.nav-search
  > .sub-menu
  .search-results-title
  .title-content
  span:last-child {
  float: right;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  top: 4px;
}

.header
  .header-container
  .nav-content
  .functional-area
  > ul
  > li.nav-search
  > .sub-menu
  .search-results-title
  .title-content
  span:last-child
  a {
  color: #000;
  cursor: auto;
}

.header
  .header-container
  .nav-content
  .functional-area
  > ul
  > li.nav-search
  > .sub-menu
  .search-results-list {
  padding: 0 40px;
}

.header
  .header-container
  .nav-content
  .functional-area
  > ul
  > li.nav-search
  > .sub-menu
  .search-results-list
  > li {
  position: relative;
  margin-bottom: 40px;
}

.header
  .header-container
  .nav-content
  .functional-area
  > ul
  > li.nav-search
  > .sub-menu
  .search-results-list
  > li
  .product-information {
  padding-left: 20px;
  padding-right: 175px;
  width: -moz-calc(100% - 102px);
  width: calc(100% - 102px);
}

.header
  .header-container
  .nav-content
  .functional-area
  > ul
  > li.nav-search
  > .sub-menu
  .search-results-list
  > li
  .product-information
  .price
  > span {
  display: block;
  font-size: 14px;
  font-weight: 700;
}

.header
  .header-container
  .nav-content
  .functional-area
  > ul
  > li.nav-search
  > .sub-menu
  .search-results-list
  > li
  .product-information
  .price
  .star {
  margin-top: 20px;
}

.header
  .header-container
  .nav-content
  .functional-area
  > ul
  > li.nav-search
  > .sub-menu
  .search-results-list
  > li
  .product-information
  .price
  .star
  ul
  > li {
  display: inline-block;
  margin-right: 4px;
}

.header
  .header-container
  .nav-content
  .functional-area
  > ul
  > li.nav-search
  > .sub-menu
  .search-results-list
  > li
  .btn-box {
  position: absolute;
  bottom: 0;
  right: 0;
}

.header
  .header-container
  .nav-content
  .functional-area
  > ul
  > li.nav-search
  > .sub-menu
  .search-results-list
  > li
  .btn-box
  .btn {
  min-width: 150px;
}

.header .header-container .nav-content .functional-area > ul > li.nav-search > .sub-menu .view-all {
  border-top: 1px solid #d8d8d8;
  padding: 30px 30px 40px;
  text-align: center;
}

.header
  .header-container
  .nav-content
  .functional-area
  > ul
  > li.nav-search
  > .sub-menu
  .view-all
  .btn {
  min-width: 200px;
}

.header .header-container .nav-content .functional-area > .right {
  position: absolute;
  top: -47px;
  right: 20px;
}

.header .header-container .nav-content .functional-area > .right > ul {
  font-size: 0;
  white-space: nowrap;
}

.header .header-container .nav-content .functional-area > .right > ul > li {
  position: relative;
  display: inline-block;
  padding: 0 15px 0 13px;
}

.header .header-container .nav-content .functional-area > .right > ul > li .is-logged-content,
.header .header-container .nav-content .functional-area > .right > ul > li > a {
  position: relative;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li
  .is-logged-content:before,
.header .header-container .nav-content .functional-area > .right > ul > li > a:before {
  content: '';
  width: 0;
  height: 0;
  overflow: hidden;
  border-style: solid;
  border-width: 0 10px 8px;
  border-color: transparent transparent #fff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  bottom: -21px;
}

.header .header-container .nav-content .functional-area > .right > ul > li > a {
  display: block;
  color: #999;
}

.header .header-container .nav-content .functional-area > .right > ul > li > a .icon,
.header .header-container .nav-content .functional-area > .right > ul > li > a span {
  vertical-align: top;
}

.header .header-container .nav-content .functional-area > .right > ul > li > a span {
  font-size: 14px;
}

.header .header-container .nav-content .functional-area > .right > ul > li > a .icon {
  margin-left: 9px;
}

.header .header-container .nav-content .functional-area > .right > ul > li:after,
.header .header-container .nav-content .functional-area > .right > ul > li:before {
  content: '';
  width: 1px;
  height: 8px;
  background: #565656;
  position: absolute;
  top: 5px;
}

.header .header-container .nav-content .functional-area > .right > ul > li:before {
  left: 0;
}

.header .header-container .nav-content .functional-area > .right > ul > li:after {
  right: 0;
}

.header .header-container .nav-content .functional-area > .right > ul > li:first-child {
  padding-left: 0;
}

.footer .footer-container .con-content > ul > li:first-child:before,
.header .header-container .nav-content .functional-area > .right > ul > li:first-child:before {
  display: none;
}

.header .header-container .nav-content .functional-area > .right > ul > li:last-child {
  padding-right: 0;
}

.footer .footer-container .con-content > ul > li:last-child:after,
.header .header-container .nav-content .functional-area > .right > ul > li:last-child:after {
  display: none;
}

.header .header-container .nav-content .functional-area > .right > ul > li > .sub-menu {
  border-radius: 0;
  border: 1px solid #d8d8d8;
  padding: 0;
  text-align: left;
  top: -moz-calc(100% + 20px);
  top: calc(100% + 20px);
}

.header .header-container .nav-content .functional-area > .right > ul > li > .sub-menu:after {
  content: '';
  height: 6px;
  background: #000;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
}

.header .header-container .nav-content .functional-area > .right > ul > li > .sub-menu:before {
  content: '';
  position: absolute;
  top: -21px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.is-hover
  .is-logged-content,
.header .header-container .nav-content .functional-area > .right > ul > li.is-hover > a {
  z-index: 11;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.is-hover
  .is-logged-content:before,
.header .header-container .nav-content .functional-area > .right > ul > li.is-hover > a:before {
  opacity: 1;
}

.header .header-container .nav-content .functional-area > .right > ul > li.header-login > a .icon {
  display: none;
  margin-left: 0;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-login
  .is-logged-content {
  display: none;
  vertical-align: top;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-login
  .is-logged-content
  p {
  cursor: pointer;
  color: #999;
  font-size: 14px;
  margin-bottom: 0;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-login
  .is-logged-content
  p
  a {
  color: #999;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-login
  .is-logged-content
  p
  a:last-child {
  text-decoration: underline;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-login
  .is-logged-content
  p
  a:hover,
.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-login
  .is-logged-content:hover
  p,
.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-login
  .is-logged-content:hover
  p
  a {
  color: #fff;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-login
  .is-logged-content
  .icon-box,
.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-login.is-logged
  > a,
.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-shopping-bag:after,
.header .header-container .nav-content .functional-area > .right > ul > li.nav-menu-btn {
  display: none;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-login
  > .sub-menu {
  width: 366px;
  right: -98px;
  padding-bottom: 5px;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-login
  > .sub-menu
  > .bottom,
.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-login
  > .sub-menu
  > .title,
.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-login
  > .sub-menu
  > ul {
  padding: 30px;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-login
  > .sub-menu
  > .title,
.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-login
  > .sub-menu
  > ul {
  border-bottom: 1px solid #dadada;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-login
  > .sub-menu
  > .title
  p {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-login
  > .sub-menu
  > .title
  p:nth-child(2)
  span {
  color: #d61b52;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-login
  > .sub-menu
  > .title
  p:nth-child(3) {
  color: #999;
  margin-bottom: 0;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-login
  > .sub-menu
  > ul
  > li {
  margin-bottom: 20px;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-login
  > .sub-menu
  > ul
  > li
  a {
  display: inline-block;
  padding: 0;
  font-size: 14px;
  color: #999;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-login
  > .sub-menu
  > .bottom
  a {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-login.is-logged
  .is-logged-content,
.header-simple .headerbar-account a {
  display: inline-block;
}

.header .header-container .nav-content .functional-area > .right > ul > li.header-shopping-bag > a {
  color: #f5f5f5;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-shopping-bag.is-full
  > a
  .icon.is-max:after,
.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-shopping-bag.is-full
  > a
  .icon.is-max:before {
  width: 19px;
  height: 19px;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-shopping-bag.is-full
  > a
  .icon.is-max:after {
  line-height: 19px;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-shopping-bag.is-full
  > a
  .icon:after,
.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-shopping-bag.is-full
  > a
  .icon:before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: -9px;
  right: -12px;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-shopping-bag.is-full
  > a
  .icon:before {
  background: #d51b51;
  border-radius: 50%;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-shopping-bag.is-full
  > a
  .icon:after {
  content: attr(data-value);
  font-size: 12px;
  -webkit-transform: scale(0.91666667, 0.91666667);
  -moz-transform: scale(0.91666667, 0.91666667);
  -ms-transform: scale(0.91666667, 0.91666667);
  -o-transform: scale(0.91666667, 0.91666667);
  transform: scale(0.91666667, 0.91666667);
  color: #fff;
  line-height: 18px;
  text-align: center;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-shopping-bag
  > .sub-menu {
  white-space: normal;
  right: -33px;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-shopping-bag
  > .sub-menu.sub-menu-empty {
  width: 714px;
  font-size: 0;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-shopping-bag
  > .sub-menu.sub-menu-empty
  .left {
  width: 297px;
  height: 100%;
  background: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 89px;
  padding-left: 30px;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-shopping-bag
  > .sub-menu.sub-menu-empty
  .left
  > h3 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 110px;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-shopping-bag
  > .sub-menu.sub-menu-empty
  .left
  > a {
  font-size: 12px;
  color: #000;
  text-decoration: underline;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-shopping-bag
  > .sub-menu.sub-menu-empty
  .right {
  min-height: 350px;
  width: 100%;
  padding: 30px 40px 5px 327px;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-shopping-bag
  > .sub-menu.sub-menu-empty
  .right
  > h4 {
  font-size: 18px;
  margin-bottom: 30px;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-shopping-bag
  > .sub-menu.sub-menu-full {
  width: 626px;
  padding-bottom: 35px;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-shopping-bag
  > .sub-menu.sub-menu-full
  .mincart-title {
  padding-left: 32px;
  padding-right: 20px;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-shopping-bag
  > .sub-menu.sub-menu-full
  .mincart-title
  > ul
  > li {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #000;
  height: 77px;
  line-height: 77px;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-shopping-bag
  > .sub-menu.sub-menu-full
  .mincart-title
  > ul
  > li:first-child {
  width: 342px;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-shopping-bag
  > .sub-menu.sub-menu-full
  .mincart-title
  > ul
  > li:nth-child(2) {
  text-align: center;
  width: 70px;
  background: #f5f5f5;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-shopping-bag
  > .sub-menu.sub-menu-full
  .mincart-title
  > ul
  > li:last-child {
  width: 160px;
  text-align: center;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-shopping-bag
  > .sub-menu.sub-menu-full
  .mincart-content {
  padding-left: 32px;
  padding-right: 20px;
  margin-bottom: 30px;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-shopping-bag
  > .sub-menu.sub-menu-full
  .mincart-total {
  background: #f5f5f5;
  height: 60px;
  line-height: 60px;
  margin-bottom: 30px;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-shopping-bag
  > .sub-menu.sub-menu-full
  .mincart-total
  span {
  float: right;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-shopping-bag
  > .sub-menu.sub-menu-full
  .mincart-total
  span:first-child {
  width: 118px;
  font-size: 18px;
  font-weight: 700;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-shopping-bag
  > .sub-menu.sub-menu-full
  .mincart-total
  span:last-child {
  width: 110px;
  font-size: 14px;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-shopping-bag
  > .sub-menu.sub-menu-full
  .mincart-btn {
  text-align: right;
  padding-right: 30px;
}

.header
  .header-container
  .nav-content
  .functional-area
  > .right
  > ul
  > li.header-shopping-bag
  > .sub-menu.sub-menu-full
  .mincart-btn
  .btn {
  min-width: 200px;
}
@media (min-width: 100px) {
  .header.header-fixed .header-container {
    position: fixed;
  }
  .header.header-fixed .header-container .header-content {
    visibility: hidden;
    position: absolute;
    z-index: -1;
  }
  .header.header-fixed .header-container .nav-content > .logo {
    width: 162px;
    height: inherit;
    -webkit-transition: width 0.2s ease-in-out;
    -o-transition: width 0.2s ease-in-out;
    -moz-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out;
    float: left;
    position: relative;
    /*top: 17px;*/
    margin-right: 40px;
  }
  .header.header-fixed .header-container .nav-content .four_list {
    display: none;
    /*margin-top: 14px;*/
  }
  .header.header-fixed .header-container .nav-content .four_listtwo {
    display: block;
    margin-top: 14px;
  }
  .header.header-fixed .header-container .nav-content .nav-wrap {
    margin-top: 15px;
  }
  .header.header-fixed
    .header-container
    .nav-content
    .nav-wrap
    .header-scroll
    .scroller-wrap
    .header-scroll-container
    > .nav-pills
    > li {
    margin-right: 10px;
    line-height: 52px;
  }
  .header.header-fixed
    .header-container
    .nav-content
    .nav-wrap
    .header-scroll
    .scroller-wrap
    .header-scroll-container
    > .nav-pills
    > li
    > a:before {
    bottom: -7px;
  }
  .header.header-fixed .header-container .nav-content .functional-area {
    padding: 13px 0;
    font-size: 0;
  }
  .header.header-fixed .header-container .nav-content .functional-area > .right,
  .header.header-fixed
    .header-container
    .nav-content
    .functional-area
    > .right
    > ul
    > li.header-login,
  .header.header-fixed
    .header-container
    .nav-content
    .functional-area
    > .right
    > ul
    > li.header-shopping-bag,
  .header.header-fixed .header-container .nav-content .functional-area > ul {
    display: inline-block;
    vertical-align: middle;
  }
  .header.header-fixed
    .header-container
    .nav-content
    .functional-area
    > .right
    > ul
    > li.header-login
    .is-logged-content
    .icon-box,
  .header.header-fixed
    .header-container
    .nav-content
    .functional-area
    > .right
    > ul
    > li.header-login
    > a
    .icon,
  .header.header-fixed .header-container .nav-content .functional-area > ul > li {
    display: block;
  }
  .header.header-fixed
    .header-container
    .nav-content
    .functional-area
    > ul
    > li.nav-search
    .form-input {
    width: 268px;
  }
  .header.header-fixed
    .header-container
    .nav-content
    .functional-area
    > ul
    > li.nav-search
    .form-input
    input {
    height: 40px;
    padding: 8px 52px 8px 12px;
  }
  .header.header-fixed
    .header-container
    .nav-content
    .functional-area
    > ul
    > li.nav-search
    .form-input
    input.is-focus::-webkit-input-placeholder {
    font-size: 0 !important;
  }
  .header.header-fixed
    .header-container
    .nav-content
    .functional-area
    > ul
    > li.nav-search
    .form-input
    input.is-focus:-moz-placeholder {
    font-size: 0 !important;
  }
  .header.header-fixed
    .header-container
    .nav-content
    .functional-area
    > ul
    > li.nav-search
    .form-input
    input.is-focus:-ms-input-placeholder,
  .header.header-fixed
    .header-container
    .nav-content
    .functional-area
    > ul
    > li.nav-search
    .form-input
    input.is-focus::-ms-input-placeholder {
    font-size: 0 !important;
  }
  .header.header-fixed
    .header-container
    .nav-content
    .functional-area
    > ul
    > li.nav-search
    .form-input
    input.is-focus::placeholder {
    font-size: 0 !important;
  }
  .header.header-fixed
    .header-container
    .nav-content
    .functional-area
    > ul
    > li.nav-search
    > .sub-menu {
    margin-top: 1px;
  }
  .header.header-fixed .header-container .nav-content .functional-area > .right {
    position: static;
    margin-left: 18px;
  }
  .header.header-fixed .header-container .nav-content .functional-area > .right > ul > li {
    display: none;
    padding: 0 18px;
  }
  .header.header-fixed
    .header-container
    .nav-content
    .functional-area
    > .right
    > ul
    > li.header-login
    .is-logged-content
    > p,
  .header.header-fixed
    .header-container
    .nav-content
    .functional-area
    > .right
    > ul
    > li.header-login
    > a
    > span,
  .header.header-fixed
    .header-container
    .nav-content
    .functional-area
    > .right
    > ul
    > li.header-shopping-bag
    > a
    > span,
  .header.header-fixed .header-container .nav-content .functional-area > .right > ul > li:after,
  .header.header-fixed .header-container .nav-content .functional-area > .right > ul > li:before {
    display: none;
  }
  .header.header-fixed
    .header-container
    .nav-content
    .functional-area
    > .right
    > ul
    > li.header-shopping-bag
    > a
    .icon {
    width: 21px;
    height: 22px;
    margin-left: 0;
  }
  .header.header-fixed
    .header-container
    .nav-content
    .functional-area
    > .right
    > ul
    > li.header-shopping-bag.is-full
    > a
    .icon:after,
  .header.header-fixed
    .header-container
    .nav-content
    .functional-area
    > .right
    > ul
    > li.header-shopping-bag.is-full
    > a
    .icon:before {
    width: 26px;
    height: 26px;
    font-size: 15px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: -14px;
    right: -17px;
  }
  .header.header-fixed
    .header-container
    .nav-content
    .functional-area
    > .right
    > ul
    > li.header-shopping-bag.is-full
    > a
    .icon:after {
    line-height: 26px;
  }
}

.nav-content {
  height: 59px;
}
.nav-content ul li {
  float: left;
  width: 125px;
  margin-right: 25px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  position: relative;
}
.nav-content ul li .nav_drop_down {
  display: none;
  position: absolute;
  top: 59px;
  left: 0;
  width: 100%;
}
.nav-content ul li:hover .nav_drop_down {
  display: block;
}
.nav-content ul li .nav_li {
  background: #fff;
  margin-bottom: 1px;
  font-size: 14px;
  color: #333333;
  height: 59px;
  line-height: 59px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.nav-content ul li:hover {
  border-bottom: solid 3px #4e70c3;
}
.nav-content ul .select {
  border-bottom: solid 3px #4e70c3;
}
.banner .banner_img {
  /*  background: url("../images/banner.png") top center no-repeat; */
  height: 593px;
}
#wrapper {
  z-index: 999;
}
.banner .swiper-pagination-bullet {
  border: solid 2px #fff;
  background: none;
  width: 14px;
  height: 14px;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.index_service_items {
  /* height: 593px; */
  padding-bottom: 70px;
  background-color: #f4f7fc;
}
.index_service_items .center {
  position: relative;
  margin-top: 50px;
}
.index_case .center {
  width: 1260px;
}
.index_service_items .title {
  padding-top: 70px;
  margin-bottom: 28px;
}
.index_service_items .title h6 {
  font-size: 22px;
  color: #333333;
  margin-bottom: 10px;
  text-align: left;
}
.index_service_items .title p {
  font-size: 14px;
  text-align: left;
  color: #999999;
  text-transform: uppercase;
}
/* .index_service_items .swiper-container {
  margin-right: -15px !important;
  margin-left: -15px !important;
} */
.index_service_items .swiper-slide {
  width: -100% !important;
}

.swiper-container-index_s .float_l {
  position: relative;
  height: 357px;
  /* width: 389px; */
  /* margin-left: 16px; */
  margin-top: 8px;
  transition: all 0.4s ease-in-out;
}
.swiper-container-index_s .float_l:hover {
  margin-top: 0px;
}
.swiper-container-index_s .swiper-slide .float_l:nth-child(1) {
  margin-left: 0px;
}
.swiper-container-index_s .float_l .button {
  position: absolute;
  bottom: 0;
  left: 16px;
  width: 99px;
  height: 38px;
  border: solid 1px #dddddd;
  background: url('../images/arrow1.png') top center no-repeat;
  transition: all 0.4s ease-in-out;
}
.swiper-container-index_s .float_l:hover .button {
  left: 287px;
  background: url('../images/arrow2.png') top center no-repeat;
}
.swiper-container-index_s .float_l img {
  width: 100%;
  height: 159px;
}
.swiper-container-index_s .float_l .text {
  height: 131px;
  border-bottom: solid 1px #eeeeee;
  padding: 0 20px;
}
.swiper-container-index_s .float_l .text h6 {
  font-size: 16px;
  color: #333333;
  padding-top: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.swiper-container-index_s .float_l .text p {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index_service_items .swiper-button-prev,
.index_service_items .swiper-container-rtl .swiper-button-next {
  background: url('../images/arrow3.png') top center no-repeat;
  top: 102px;
  left: initial;
  right: 50px;
  width: 39px;
  height: 39px;
  transition: all 0.2s ease-in-out;
}
.index_service_items .swiper-button-prev:hover,
.index_service_items .swiper-container-rtl .swiper-button-next:hover {
  background: url('../images/arrow3_2.png') top center no-repeat;
}
.index_service_items .swiper-button-next,
.index_service_items .swiper-container-rtl .swiper-button-prev {
  background: url('../images/arrow4.png') top center no-repeat;
  top: 102px;
  /* left: 1160px; */
  width: 39px;
  height: 39px;
  transition: all 0.2s ease-in-out;
}
.index_service_items .swiper-button-next:hover,
.index_service_items .swiper-container-rtl .swiper-button-prev:hover {
  background: url('../images/arrow4_2.png') top center no-repeat;
}

/* 产品分类 */

.navShow {
  background-color: #0a7d78 !important;
}
.navShow .index_product_2nav {
  color: #fff !important;
}

.index_product {
  /* background: url('../images/background1.png') top center no-repeat; */
  /* background-size: auto 100%; */
  background-color: #fff;
  min-height: 669px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.index_product .left {
  width: 241px;
  z-index: 99;
  position: relative;
}
.index_product .left .title {
  height: 95px;
  background: #0a7d78;
}
.index_product .left .title h6 {
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  padding-top: 22px;
  margin-bottom: 7px;
}
.index_product .left .title p {
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
}
.index_product .left ul li {
  background: #fff;
  text-align: center;
  line-height: 70px;
  font-size: 16px;
  color: #333333;
  border-top: none;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.index_product .left ul li .biglink {
  background: #0a7d78;
  font-size: 26px;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
.index_product .left > ul > li .biglink:nth-child(1) {
  margin-bottom: 30px;
}
.index_product .left ul > li:hover .biglink {
  border-color: #0a7d78;
  background: #0a7d78;
  color: #ffffff;
}
.index_product .left ul .li:hover {
  border-top: solid 1px #e1e1e1;
}
.index_product .left > ul > li:nth-child(2) {
  margin-top: 15px;
}

.second_level {
  width: 197px;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 240px;
  display: none;
}
.index_product .left ul li:hover .second_level {
  display: block;
}
.second_level .li {
  height: 45px;
  background: #f1940f;
  font-size: 14px;
  color: #fff;
  line-height: 45px;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.second_level .li:hover {
  background: #4e70c3;
}
.three_level {
  width: 197px;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 197px;
  display: none;
}
.index_product .left .second_level .li:hover .three_level {
  display: block;
}
.three_level div {
  height: 45px;
  background: #4e70c3;
  font-size: 14px;
  color: #fff;
  line-height: 45px;
  transition: all 0.2s ease-in-out;
}
.three_level div:hover {
  background: #f1940f;
}
.index_product .right {
  margin-left: 25px;
  width: 904px;
}
.index_product .right .title {
  margin-bottom: 30px;
  background-color: #eeeeee;
  display: flex;
  justify-content: flex-end;
}
.index_product .right .title h6 {
  font-size: 22px;
  color: #333333;
}
.index_product .right .title h6 span {
  font-size: 14px;
  color: #999999;
  text-transform: uppercase;
  margin-left: 10px;
}
.index_product .right .title .float_r {
  font-size: 26px;
  line-height: 70px;
  color: #000;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 20px;
}
.index_product .right .title .float_r i {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/nextpage.jpg);
  background-size: cover;
  margin-left: 10px;
}
.index_product .right .content .float_l {
  margin: 0 15px 15px 0;
  transition: all 0.2s ease-in-out;
}

.index_product .right .content .float_l img {
  border: solid 1px #e1e1e1;
  display: block;
  object-fit: contain;
  max-width: 289px;
}
.index_product .right .content .float_l p {
  height: 52px;
  padding: 0 15px;
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 52px;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.index_product .right .content .float_l:hover p {
  background: #4e70c3;
  color: #fff;
}
.advertisement4 {
  height: 237px;
  background: url('../images/advertisement4.png') top center no-repeat;
  margin-top: -42px;
}
.product_html_tj .title {
  padding-top: 50px;
}
.product_html_tj .float_l p {
  height: 52px;
  padding: 0 15px;
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 52px;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.product_html_tj .float_l:hover p {
  background: #4e70c3;
  color: #fff;
}
.banner .banner2_img {
  /* background: url(../images/inner_page_banner.png) top center no-repeat; */
  height: 390px;
}

.details_content {
}
.details_content h3 {
  font-size: 24px;
  color: #333333;
  text-align: center;
}
.details_content .shijian {
  text-align: center;
  border-top: dashed 1px #dddddd;
  border-bottom: dashed 1px #dddddd;
  height: 60px;
  line-height: 60px;
  margin-top: 32px;
}
.details_content .shijian span {
  font-size: 14px;
  color: #888888;
  margin: 0 19px;
}
.details_content .product_details_img {
  position: relative;
  margin-top: 50px;
}
.details_content .product_details_img .left_button {
  display: block;
  width: 44px;
  height: 44px;
  background: url(../images/arrow5_1.png) no-repeat;
  position: absolute;
  top: calc(50% - 22px);
  left: 62px;
  transition: all 0.2s ease-in-out;
}
.details_content .product_details_img .left_button:hover {
  background: url(../images/arrow5_2.png) no-repeat;
}
.details_content .product_details_img .right_button {
  display: block;
  width: 44px;
  height: 44px;
  background: url(../images/arrow6_1.png) no-repeat;
  position: absolute;
  top: calc(50% - 22px);
  right: 62px;
  transition: all 0.2s ease-in-out;
}
.details_content .product_details_img .right_button:hover {
  background: url(../images/arrow6_2.png) no-repeat;
}
.details_content .product_details_img img {
  display: block;
  width: 568px;
  height: 427px;
  margin: auto;
  border: solid 1px #eeeef0;
}
.label_nav {
  border-bottom: solid 1px #dedfe0;
  margin-top: 50px;
}
.label_nav h4 {
  width: 137px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  margin-right: 2px;
}
.label_nav h4:nth-child(1) {
  background-color: #4e70c3;
  color: #fff;
}
.label_nav h4:nth-child(2) {
  background-color: #f1940f;
  color: #fff;
}
.label_page_each {
  padding: 10px 18px 70px 18px;
  font-size: 14px;
  line-height: 40px;
  color: #333333;
  text-align: justify;
}
.label_page_each img {
  width: 100%;
}
.details_bottom {
  border-top: dashed 1px #dddddd;
  border-bottom: dashed 1px #dddddd;
  height: 126px;
}
.details_bottom .float_r {
  width: 410px;
  padding-top: 20px;
}
.details_bottom .float_r a {
  display: block;
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 40px;
}
.details_bottom .float_r a span {
  font-weight: 600;
}
.details_bottom .float_l {
  padding-top: 42px;
}
.details_bottom .float_l span {
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  float: left;
  line-height: 36px;
  margin-left: 20px;
}

.news_html .block {
  padding: 60px 0 0 34px;
  border-bottom: solid 1px #e1e2e3;
  height: 144px;
}
.news_html .block .riqi {
  width: 158px;
  transition: all 0.4s ease-in-out;
}
.news_html .block .riqi p:nth-child(1) {
  font-size: 52px;
  color: #333333;
  line-height: 40px;
  margin-bottom: 10px;
  font-family: MyNewFont;
  font-weight: 600;
}
.news_html .block .riqi p:nth-child(2) {
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
  font-family: MyNewFont;
  font-weight: 600;
}
.news_html .block .riqi .chankan {
  font-size: 14px;
  color: #777777;
}
.news_html .block .riqi .chankan img {
  display: block;
  float: left;
  padding-top: 4px;
}
.news_html .block .xinxi {
  width: 664px;
}
.news_html .block .xinxi h3 {
  font-size: 24px;
  color: #555555;
  line-height: 30px;
  margin-bottom: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.news_html .block .xinxi p {
  font-size: 14px;
  color: #777777;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news_html .block:hover .riqi {
  width: 200px;
}

@media (min-width: 768px) {
  .center,
  .index_contact textarea,
  .index_about_bottom {
    width: 750px;
  }
  .index_about .index_about_img {
    width: 100%;
  }
  .index_about .swiper-slide img {
    width: 100%;
  }
  .index_about_img .swiper-button-prev,
  .index_about_img .swiper-container-rtl .swiper-button-next {
    left: initial;
    right: 20px;
  }
  .index_about_img .swiper-button-next,
  .index_about_img .swiper-container-rtl .swiper-button-prev {
    left: initial;
    right: 20px;
  }
  .index_about .index_about_p {
    margin-left: 0;
    width: 100%;
  }
  .index_about_bottom,
  .index_about,
  .index_about_bottom .float_l {
    height: auto;
  }
  .index_about {
    height: auto;
  }
}

@media screen and (max-width: 768px) and (min-width: 320px) {
  .index_service_items .swiper-button-prev,
  .index_service_items .swiper-button-next {
    top: 50px;
  }
  .index_service_items {
    padding-bottom: 0;
  }
  .swiper-container-index_s .float_l .button {
    display: none;
  }
  .index_service_items .title {
    padding-top: 15px;
  }
  .index_product .right .content .float_l:nth-child(2n) {
    margin-right: 0;
  }
  .index_product .right .content .float_l:nth-child(3n) {
  }
  .second_level {
    top: 70px;
    z-index: 99;
    margin-left: 0;
  }
  .head_telephone {
    display: none;
  }
  .float_l.logo {
    margin: 0;
  }
  .index_case .title ul,
  .index_about .title ul {
    position: initial;
  }
  .index_product .left ul li {
    width: 46% !important;
  }
  .index_contact .chongzhi {
    margin-left: 0;
  }
  .index_contact .tijiao,
  .index_contact .chongzhi {
    float: left;
    width: 48%;
  }
  .index_news {
    height: auto;
  }
  .advertisement3 {
    margin-top: 0;
  }
  .foot .foot_logo img {
    height: auto;
  }
  .foot .foot_logo img,
  .foot .p {
    width: 100%;
  }
  .index_contact input,
  .index_contact textarea {
    width: 100%;
    margin-left: 0;
  }
  .index_news_nr .right ul li .float_l {
    width: 60%;
  }
  .index_news_nr .left,
  .index_news_nr .left img,
  .index_news_nr .left .xinxi,
  .index_news_nr .right .xinxi .float_l:nth-child(1) {
    width: 100%;
  }
  .index_news_nr .left .xinxi .float_l:nth-child(1) h6 {
    padding-top: 0;
  }
  .index_news_nr .right .xinxi .float_l:nth-child(1) h6 {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .index_news_nr .right .xinxi .float_l:nth-child(1) {
    width: 67% !important;
    margin-right: 20px;
  }
  .index_news_nr .right .xinxi {
    width: 100%;
    height: auto;
  }
  .index_news_nr .left .xinxi .float_l:nth-child(2) {
    width: 185px;
  }
  .index_news_nr .left .xinxi .float_l:nth-child(2) h6 {
    margin-top: 0;
  }

  .index_about .title ul a,
  .index_case .title ul a {
    width: 80px;
  }
  .index_about {
    height: auto;
  }
  .index_about_bottom .float_l,
  .index_about_bottom {
    height: auto;
  }
  .index_about .index_about_img {
    width: 100%;
    background-size: cover;
  }
  .index_about .swiper-slide img {
    width: 100%;
  }
  .index_about .more_button {
    display: none;
  }
  .index_service_items .center {
    margin-top: 0;
  }
  .index_about_img .swiper-button-prev,
  .index_about_img .swiper-container-rtl .swiper-button-next {
    display: none;
  }
  .index_about_img .swiper-button-next,
  .index_about_img .swiper-container-rtl .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 992px) {
  .sdn {
    display: none;
  }
  .ssj {
    display: block !important;
    position: relative;
  }
  .index_case .center {
    width: 100%;
  }

  .index_case .float_l img {
    height: auto;
  }
  .swiper-container-index_s .float_l img {
    height: auto;
  }
  .swiper-container-index_s .float_l {
    height: auto;
  }
}
.index_service_items.index_case .content .clear1 {
  display: none;
}
.index_service_items.index_case .content .clear1:nth-child(8n) {
  display: block;
  clear: both;
}

@media (min-width: 992px) {
  .index_about .index_about_img {
    width: 412px;
    height: 315px;
    float: left;
  }
  .index_about .swiper-slide img {
    width: 412px;
  }
  .index_about_img .swiper-button-prev,
  .index_about_img .swiper-container-rtl .swiper-button-next {
    left: 429px;
  }
  .index_about_img .swiper-button-next,
  .index_about_img .swiper-container-rtl .swiper-button-prev {
    left: 429px;
  }
  .index_about {
    height: auto;
  }
  .center,
  .index_contact textarea,
  .index_about_bottom {
    width: 970px;
  }
  .index_about .index_about_p {
    margin-left: 55px;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .index_contact textarea {
    width: 1170px;
  }
  .center,
  .index_about_bottom {
    width: 1200px;
  }
  .index_about_img .swiper-button-prev,
  .index_about_img .swiper-container-rtl .swiper-button-next {
    left: 429px;
  }
  .index_about_img .swiper-button-next,
  .index_about_img .swiper-container-rtl .swiper-button-prev {
    left: 429px;
  }

  .index_about_bottom .float_l:nth-child(1) {
    border-left: none;
  }
  .index_about .index_about_p {
    text-align: left;
    width: 50%;
    padding: 0 5%;
  }
  .index_about {
    height: 650px;
    background-color: #f3f3f3;
  }
  .index_about .index_about_img {
    width: 40%;
    height: 480px;
    float: left;
    background-size: cover;
  }
  .index_about .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .index_about_bottom {
    height: 190px;
  }
}

@media (max-width: 1200px) {
  .index_service_items.index_case .content .clear1 {
    clear: both;
  }
  .index_product .left {
    float: initial;
    width: 100%;
  }
  .index_product .left ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
  .index_product .left .index_product_three {
    display: none;
  }
  .index_product .left > ul > li:nth-child(2) {
    margin-top: 0;
  }
  .header-content .logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-height: 74px;
  }
  .header-content .logo a {
    display: inline-block;
    width: 48%;
  }
  .header-content .logo i {
    display: inline-block;
    width: 1px;
    height: 30px;
    background-color: #000;
    margin: 0 5px;
  }

  .index_product .right .content .float_l img {
    width: 100%;
  }
  .index_product .left ul li {
    display: inline-block;
    width: 32%;
    height: 50px;
    line-height: 50px;
    margin: 0;
    border-top: solid 1px #e1e1e1;
  }
  .index_product .left ul li .biglink {
    height: auto;
  }
  .index_product .right {
    margin-left: 0;
    width: 100%;
  }
  .index_product .float_l .title {
    display: none;
  }

  .index_product .right {
    margin-left: 0;
    width: 100%;
    margin-top: 30px;
  }
}
.contact_box {
  display: flex;
  justify-content: center;
}
.contact_box .ab_img {
  max-width: 500px;
}
.ab_img img {
  max-width: 100% !important;
  height: auto !important;
  display: inline-block;
}
.ab_img p {
  text-wrap: inherit !important;
}
.ab_img p span {
  text-wrap: inherit !important;
}
/* AB模板网新增分页样式 www.admibnuy.cn */
.pagebar {
  padding: 20px;
  overflow: hidden;
  clear: both;
}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  color: #333;
  font-size: 12px;
  padding: 10px 18px;
  margin: 0 2px;
  border-radius: 3px;
  line-height: 100%;
}
.pagination span {
  color: #333;
  font-size: 12px;
  padding: 7px 2px;
  margin: 0 2px;
  border-radius: 3px;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st {
  font-family: 宋体;
}
.text-secondary {
  text-align: center;
  padding: 20px 0;
}
