@charset "utf-8";

/* CSS Document */
* {
  padding: 0px;
  margin: 0px; font-family:Arial;
}

*,
::after,
::before {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  list-style: none;
}

html {
  background: #fff;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

body,
html {
  height: 100%;
  width: 100%;
  font-size: 18px;
}

img {
  vertical-align: middle;
}


.container {
  width: 100%;
  max-width: 1440px;
  padding: 0 15px;
  margin: 0 auto;
}

.container1 {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.container2 {
  width: 100%;
  max-width: 1360px;
  padding: 0 15px;
  margin: 0 auto;
}

@media (max-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (max-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}


/* header */
.header {
  width: 100%;
  box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5%;
  background: #000;
  z-index: 20;
  transition: all .3s;
}

.header .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .box .logo {
  display: block;
}

.header .box .logo img {
  display: block;
  width: 451px;
}

.header .box .nav {
  display: flex;
  justify-content: flex-start;
  ;
  align-items: center;
}

.header .box .nav ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header .box .nav ul li {
  position: relative;
}

.header .box .nav ul li>a {
  display: block;
  height: 150px;
  line-height:220px;
  font-size: 20px;
  color: #fff;
  position: relative;
  box-sizing: border-box;
  padding: 0 20px;
}

.header .box .nav ul li .nav02 {
  width: 140%;
  position: absolute;
  background: rgba(255, 255, 255, .95);
  position: absolute;
  left: 50%;
  top: 97%;
  z-index: 999;
  transform-origin: 0 0 0;
  transform: scaleY(0.2) translateX(-50%);
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
  padding-bottom: 20px;
}

.header .box .nav ul li .nav02 a {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #666;
  line-height: 45px;
  position: relative;
  text-align: center;
}

.header .box .nav ul li .nav02 a:hover {
  color: #d70c1f;
  background: #fff;
}

.header .box .nav ul li:hover .nav02 {
  display: block;
  font-size: 36px;
  color: #1571ff;
  margin-top: 5px;
}

.header .box .nav ul li:hover .nav02 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px) translateX(-50%);
}

@media (max-width: 1680px) {
  .header .box .logo img {
    width: 300px;
  }

  .header .box .nav ul li>a {
    padding: 0 20px;
  }
}

.header:hover .box .nav li:hover>a {
  color: #d70c1f;
}


/* vi_box */
.vi_box {
  top: 0px;
  left: 0px;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
}

.vi_box .box {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vi_box .box video {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
  display: block;
}

.vi_box .box .video {
  position: relative;
  width: 70%;
  height: 68%;
}

.vi_box .box .video img.close {
  cursor: pointer;
  width: auto;
  position: absolute;
  right: -40px;
  top: -40px;
  transition: all .3s;
  pointer-events: painted;
}

.vi_box .box .video .close:hover {
  transform: rotate(135deg);
}

/*banner*/
.banner {
  width: 100%;
  height: 79vh;
  position: relative;
}

.banner .swiper-slide {
  width: 100%;
  height: 79vh;
  position: relative;
}

.banner .swiper-slide video {
  width: 100%;
  height: 79vh;
  position: relative;
  object-fit: cover;
}

.banner .swiper-slide .bo {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-size: 36px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner .banner_swiper .banner_pagination {
  bottom: 50px !important;
}

.banner .banner_swiper .banner_pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  margin: 0 5px;
}

.banner .banner_swiper .banner_pagination .swiper-pagination-bullet-active {
  background: #4394d0;
}

.ind01 {
  width: 100%;
  position: relative;
}

.ind01 .bg {
  width: 100%;
  position: relative;
}

.ind01 .bg img {
  width: 100%;
}

.ind01 .con {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 60px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ind02 {
  width: 100%;
  position: relative;
  padding: 60px 0 40px;
  background: #dedede;
}

.ind02 .con {
  width: 100%;
  position: relative;
  margin-top: 60px;
}

.ind02 .con ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.ind02 .con ul li {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 20px;
}

.ind02 .con ul li:nth-child(4n) {
  margin-right: 0;
}

.ind02 .con ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}

.ind02 .con ul li .img {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.ind02 .con ul li .img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

.ind02 .con ul li .img .hezi {
  padding-bottom: 100% !important;
}

.ind02 .con ul li .txt {
  width: 100%;
  height: 70px;
  padding: 10px 0;
  transition: all .3s;
}

.ind02 .con ul li .txt h1 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  position: relative;
}

.ind02 .con ul li:hover .txt h1 {
  color: #4394d0;
}

.ind02 .con ul li:hover .img img {
  transform: scale(1.1);
}

.ind03 {
  width: 100%;
  position: relative;
}

.ind03 .bg {
  width: 100%;
  position: relative;
}

.ind03 .bg img {
  width: 100%;
}

.ind03 .box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
}

.ind03 .con {
  width: 47%;
}

.ind03 .con .tit {
  width: 100%;
  background: #4394d0;
  font-size: 48px;
  font-weight: bold;
  position: relative;
  padding: 20px 0;
  color: #000;
  text-align: center;
}

.ind03 .con .txt {
  width: 100%;
  font-size: 25px;
  line-height: 32px;
  color: #fff;
  margin-top: 60px;
}

.ind03 .img {
  width: 100%;
  position: relative;
  margin-top: 60px;
}

.ind03 .img img {
  width: auto;
}

@media (max-width: 1680px) {
  .ind03 .con {
    width: 40%;
  }
}

.ind04 {
  width: 100%;
  position: relative;
  padding: 90px 0;
  background: #000;
}

.ind04 .con {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ind04 .con .txt {
  width: 30%;
  position: relative;
  padding: 30px 0;
}

.ind04 .con .txt .tit {
  font-size: 60px; font-weight:bold;
  color: #fff;
  transition: 0.3s;
}

.ind04 .con .txt .sum {
  font-size: 24px;
  color: #fff;
  line-height: 35px;
  margin-top: 30px;
}

.ind04 .con .txt .time {
  font-size: 30px;
  color: #fff;
  margin-top: 90px;
}

.ind04 .con .img {
  position: relative;
  width: 50%;
}

.ind04 .con .img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.6s;
}

.ind04 .con .img .hezi {
  padding-bottom: 100% !important;
}


.footer {
  padding: 80px 0 30px;
  position: relative;
  background: #d4d4d4;
}

.footer .fo01 {
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer .fo01 .f_logo {
  width: 50%;
  position: relative;
}

.footer .fo01 .f_logo img {
  width: auto;
}

.footer .fo01 .search {
  width: 500px;
  height: 50px;
  position: relative;
  background: #e7e7e7;
  border: 1px solid #828282;
}

.footer .fo01 .search form {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 45px;
  line-height: 45px;
}

.footer .fo01 .search input {
  width: 400px;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  outline: none;
  border: none;
  background: #e7e7e7;
  padding-left: 15px;
  margin-left: -5px;
  font-size: 24px;
}

.footer .fo01 .search button {
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  outline: none;
  border: none;
  background: #e7e7e7;
  padding-left: 5px;
}

.footer .fo01 .search button img {
  width: 25px;
}

.footer .fo02 {
  width: 100%;
  position: relative;
  font-size: 20px;
  color: #000;
  text-align: center;
}



.n_banner {
  width: 100%;
  position: relative;
  z-index: -1;
}

.n_banner img {
  width: 100%;
  display: block;
}

.n_menu {
  width: 100%;
  position: relative;
}

.n_menu ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: -70px;
  z-index: 1;
}

.n_menu li {
  width: 100%;
  margin-right: 2px;
  height: 70px;
  line-height: 70px;
  background: rgba(0, 0, 0, .5);
  transition: all .4s ease;
}

.n_menu li a {
  width: 100%;
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.n_menu li:hover,
.n_menu li.active {
  background: #0056b8;
}


.n_home {
  padding: 0;
  position: relative;
  z-index: 9;
  background: #f2f2f2;
}

.n_home .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.n_home ul {
  position: relative;
  flex-grow: 1;
}

.n_home ul li {
  display: block;
  font-size: 16px;
  color: #373941;
  float: left;
  line-height: 65px;
  margin-left: 30px;
  z-index: 1;
  position: relative;
  border-radius: 3px;
}

.n_home ul li a {
  display: block;
  color: #333;
  position: relative;
}

.n_home ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #0056b8;
  transition: .5s;
}

.n_home ul li:hover a {
  color: #0056b8;
}

.n_home ul li:hover a:before {
  width: 100%;
  color: #0056b8;
}

.n_home ul li.on a {
  color: #0056b8;
}

.n_home ul li.on a:before {
  width: 100%;
  color: #0056b8;
}

.n_home .home {
  left: 0;
  bottom: 0;
  font-size: 14px;
  color: #747679;
}

.n_home .home img {
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 10px;
  width: 13px;
}

.n_home .home span,
.n_home .home a,
.home i,
.n_home .home em {
  font-size: 14px;
  color: #333;
  transition: all 0.36s ease-in-out;
  font-style: normal;
}

.n_home .home i {
  margin: 0 5px;
  font-style: normal;
  width: 4px;
  height: 6px;
}

.n_home .home em {
  color: #333;
  font-style: normal;
}


.n_main {
  color: #333;
  background: #e5e5e5;
}

.n_main .n_title {
  font-size: 36px;
  text-align: center;
  margin: 0 auto 50px;
}

.n_tit {
  width: 100%;
  position: relative;
  font-size: 40px;
  font-weight: bold;
  color: #000;
  padding-bottom: 60px;
  margin-bottom: 60px; text-transform:uppercase;
}

.n_tit:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #b5b5b5;
}

/* 关于我们 */
.n_about {
  width: 100%;
  position: relative;
  padding: 60px 0 90px;
  color: #333;
  line-height: 30px;
  text-align: justify;
}

.n_about .n_txt {
  font-size: 16px;
  line-height: 30px;
  min-height: 350px;
  line-height: 30px;
  text-align: justify;
}

.n_about .n_txt img {
  max-width: 100%;
}




.n_news {
  padding: 0px 0 90px;
}

.n_news ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;justify-content: space-between;
}

.n_news ul li {
  width: 47%;
  margin-bottom: 30px;
  margin-right: 2%;
}

.n_news ul li:nth-child(2n) {
  margin-right: 0;
}

.n_news ul li a {
  width: 100%;
  transition: 0.6s;
  position: relative;
}
.n_news ul li .img {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.n_news ul li .img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

.n_news ul li .img .hezi {
  padding-bottom: 57% !important;
}
.n_news ul li .con {
  width: 100%;
  padding: .2rem 0;
  position: relative;
}

.n_news ul li .con h5 {
  font-size: 22px;
  line-height: 35px;
  height: 70px;
  color: #444;
  font-weight: bold;
  transition: .6s;
  text-align:left;
}

.n_news ul li .con h6 {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  margin: 0.1rem 0 0.1rem;
  transition: .6s;
}

.n_news ul li .con p {
  font-size: 14px;
  line-height: 22px;
  color: #888;
  transition: .6s;
}

.n_news ul li a:hover h5{
color:#d70c1f;
}




.n_products {
  width: 100%;
  position: relative;
  z-index: 9;
  padding-bottom: 60px;
}

.n_products .tit {
  width: 100%;
  position: relative;
  font-size: 32px;
  font-weight: bold;
  color: #000;
  padding: 60px 0 30px;
  margin-bottom: 50px;
}

.n_products .tit:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #b5b5b5;
}

.n_products .box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.n_products .le {
  width: 20%;
  position: relative;
}

.n_products .re {
  width: 78%;
  position: relative;
}

aside {
  width: 100%;
  position: relative;
}

.navMenubox h1 {
  width: 100%;
  font-size: 30px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}
.navMenubox h1 a{
  width: 100%;
  font-size: 26px;
  color: #000;
}

.navMenu>li {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

.navMenu .second {
  padding-left: 35px;
}

.navMenu>li>a {
  display: block;
  overflow: hidden;
  line-height: 60px;
  color: #000;
  transition: all .3s;
  position: relative;
  font-size: 18px;
  text-decoration: none;
}

.navMenu>li>a.first {
    
  line-height: 30px;
}

.navMenu li a .arrow {
  display: block;
  float: left;
  margin-top: 25px;
  margin-right: 10px;
  display: inline;
  width: 8px;
  height: 11px;
  text-shadow: none;
}

.navMenu>li>a.active,
.navMenu>li>a:hover {
  color: #000;
  font-weight: bold;
}

.navMenu>li>ul.sub-menu,
.navMenu>li>ul.sub-menu>li>ul.sub-menu {
  list-style: none;
  clear: both;
  margin-bottom: 15px;
}

.navMenu>li>ul.sub-menu li a .arrow {
  margin-top: 18px;
}

.navMenu>li>ul.sub-menu li:last-child {
  border: none;
}

.navMenu>li>ul.sub-menu li>a {
  display: block;
  font-size: 14px;
  line-height: 45px;
  color: #666;
  clear: both;
  text-decoration: none;
}

.navMenu>li>ul.sub-menu li>a.active,
.navMenu>li>ul.sub-menu li>a:hover,
.navMenu>li>ul.sub-menu>li>.active a,
.navMenu>li>ul.sub-menu>li>a.active>span {
  color: #000;
  font-weight: bold;
}


.prolist ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.prolist ul li {
  width: 22%;
  margin-bottom: 30px;
  margin-right: 4%;
}

.prolist ul li:nth-child(4n) {
  margin-right: 0;
}

.prolist ul li .chan a {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.prolist ul li .img {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.prolist ul li .img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

.prolist ul li .img .hezi {
  padding-bottom: 100% !important;
}

.prolist ul li .txt {
  width: 100%;
  height: 45px;
  padding: 10px 0;
  transition: all .3s;
}

.prolist ul li .txt h1 {
  font-size: 14px;
  font-weight: 700;
  color: #555;
  position: relative;
}

.prolist ul li .chan:hover .txt h1 {
  color: #4394d0;
}

.prolist ul li .chan:hover .img img {
  transform: scale(1.1);
}

.prolist ul li .jia {
  margin-top: 20px;
  opacity: 0;
}

.prolist ul li:hover .jia {
  opacity: 1;
}

.prolist ul li .jia {
  border: 1px solid #555;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  color: #555;font-size: 14px;font-weight: 700;
}

.prolist ul li .jia a:hover {
  border: 1px solid #4394d0;
  color: #4394d0;
}

.prolist ul li .jia img {
  margin-right: 15px;
}

.prolist ul li .jian {
  margin-top: 20px;
  opacity: 0;
}

.prolist ul li:hover .jian {
  opacity: 1;
}

.prolist ul li .jian a {
  border: 1px solid #db0909;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  color: #db0909;
}

.prolist ul li .jian a:hover {
  border: 1px solid #db0909;
  color: #db0909;
}

.prolist ul li .jian img {
  margin-right: 15px;
}



.compare {
  width: 210px;
  border: 1px solid #999;
  background: #fff;
  border-radius: 15px;
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 100;
}

.compare .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  padding: 0 10px;
  background: #4394d0;
  color: #fff;
  font-size: 18px;
  border-radius: 15px 15px 0 0;
}

.compare .tit img {
  width: 20px;
  margin-left: 15px;
}

.compare .lists {
  width: 90%;
  margin: 0 auto;
}

.compare .lists ul {
  width: 100%;
  max-height: 450px;
  overflow-y: auto;
  position: relative;
}

.compare .lists ul li {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #999;
  background: #fff;
}

.compare .lists ul li .chan {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.compare .lists ul li .chan .remove {
  width: 20px;
  cursor: pointer;
}

.compare .lists ul li .chan .remove img {
  width: 20px;
  height: 20px;
}

.compare .lists ul li .img {
  position: relative;
  width: 35%;
  cursor: pointer;
}

.compare .lists ul li .img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

.compare .lists ul li .img .hezi {
  padding-bottom: 100% !important;
}

.compare .lists ul li .txt {
  width: 60%;
  padding: 10px 0;
}

.compare .lists ul li .txt h1 {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.compare .start {
  width: 90%;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  padding: 0 10px;
  background: #4394d0;
  color: #fff;
  font-size: 15px;
  border-radius: 15px;
}

.compare .delete {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  padding: 0 10px;
  background: #eaeaea;
  color: #333;
  font-size: 15px;
  border-radius: 0 0 15px 15px;
}

.compare .delete img {
  width: 20px;
  margin-right: 10px;
}



.n_pro_detail {
  width: 100%;
  position: relative;
  z-index: 9;
  padding: 60px 0;
  line-height: 30px;
}

.n_pro_detail .tit {
  width: 100%;
  position: relative;
  font-size: 32px;
  font-weight: bold;
  color: #4394d0;
  padding-bottom: 20px;
}

.n_pro_detail .box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; margin-top: 30px;
}

.n_pro_detail .le {
  width: 55%;
  position: relative;
}

.n_pro_detail .le img {
  max-width: 100%;
}

.n_pro_detail .re {
  width: 41%;
  position: relative;
}

.n_pro_detail .re img {
  max-width: 100%;
}

.n_pro_detail .jia {
  width: 300px; margin-top: 20px;
}

.n_pro_detail .jia a {
  border: 1px solid #333;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  color: #333;
}

.n_pro_detail .jia a:hover {
  border: 1px solid #4394d0;
  color: #4394d0;
}

.n_pro_detail .jia img {
  margin-right: 15px;
}

.n_pro_detail .jian {
  margin-top: 20px;
  opacity: 0;
}



.n_compare {
  width: 100%;
  position: relative;
  z-index: 9;
  padding-bottom: 60px;
}

.n_compare .top {
  width: 100%;
  position: relative;
  font-size: 32px;
  font-weight: bold;
  color: #000;
  padding: 60px 0 30px;
  margin-bottom: 50px;
}

.n_compare .top:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #b5b5b5;
}

.n_compare .item {
  width: 100%;
  margin-bottom: 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.n_compare .item .img {
  position: relative;
  width: 20%;
  overflow: hidden;
}

.n_compare .item .img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

.n_compare .item .img .hezi {
  padding-bottom: 100% !important;
}

.n_compare .item .con {
  width: 77%;
  padding: 10px 0;
  transition: all .3s;
}

.n_compare .item .con .tit {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.n_compare .item .con .tit .remove {
  border: 1px solid #999;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 5px;
}

.n_compare .item .con .tit .remove img {
  width: 20px;
  margin-right: 5px;
}

.n_compare .item .con .txt {
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.n_compare .delete {
  width: 220px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  padding: 0 10px;
  background: #eaeaea;
  color: #333;
  font-size: 15px;
  border-radius: 10px;
  margin-left: auto;
}

.n_compare .delete img {
  width: 20px;
  margin-right: 10px;
}

table,
table tr,
table th,
table td {
  text-align: center;
  border: 1px solid #999;
  border-collapse: collapse;
  font-size: 14px;
}

table th {
  height: 60px;
  line-height: 60px;
  background: #e2f7ed;
}

table td {
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
}

table {
  width: 100% !important;
}



.n_contact {
  width: 100%;
  position: relative; background:#000;
}

.n_search {
  width: 100%;
  position: relative;
  z-index: 9;
  padding-bottom: 60px;
  margin-top: 60px;
}

.n_search .search {
  width: 100%;
  height: 50px;
  position: relative;
  background: #e7e7e7;
  border: 1px solid #828282;
}

.n_search .search form {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 45px;
  line-height: 45px;
}

.n_search .search input {
  width: 95%;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  outline: none;
  border: none;
  background: #e7e7e7;
  padding-left: 15px;
  margin-left: -5px;
  font-size: 24px;
}

.n_search .search button {
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  outline: none;
  border: none;
  background: #e7e7e7;
  padding-left: 5px;
}

.n_search .search button img {
  width: 25px;
}

.n_search .box {
  width: 100%;
  border-top: 1px solid #ccc;
  margin-top: 40px;
  padding-top: 40px;
}

.n_search .item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.n_search .item .img {
  position: relative;
  width: 20%;
  overflow: hidden;
}

.n_search .item .img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

.n_search .item .img .hezi {
  padding-bottom: 100% !important;
}

.n_search .item .con {
  width: 77%;
  padding: 10px 0;
  transition: all .3s;
}

.n_search .item .con .tit {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.n_search .item .con .tit .remove {
  border: 1px solid #999;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 5px;
}

.n_search .item .con .tit .remove img {
  width: 20px;
  margin-right: 5px;
}

.n_search .item .con .txt {
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.n_search .item .con .jia {
  width: 260px;
  margin-top: 50px;
  opacity: 1;
}

.n_search .item:hover .jia {
  opacity: 1;
}

.n_search .item .con .jia a {
  border: 1px solid #333;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  color: #333;
}

.n_search .item .con .jia a:hover {
  border: 1px solid #4394d0;
  color: #4394d0;
}

.n_search .item .con .jia img {
  margin-right: 15px;
}

.n_search .item .con .jian {
  width: 260px;
  margin-top: 50px;
  opacity: 1;
}

.n_search .item:hover .jian {
  opacity: 1;
}

.n_search .item .con .jian a {
  border: 1px solid #db0909;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  color: #db0909;
}

.n_search .item .con .jian a:hover {
  border: 1px solid #db0909;
  color: #db0909;
}

.n_search .item .con .jian img {
  margin-right: 15px;
}

.n_search .delete {
  width: 220px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  padding: 0 10px;
  background: #eaeaea;
  color: #333;
  font-size: 15px;
  border-radius: 10px;
  margin-left: auto;
}

.n_search .delete img {
  width: 20px;
  margin-right: 10px;
}