.crumb {
  width: 100%;
background-image:linear-gradient(to bottom, #fff , rgba(255,255,255,0));
  padding: 16px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  color: #333;
}
.crumb > div {
  display: flex;
  align-items: center;
}
.crumb > div a {
  color: #333;
}
.banner {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.banner img {
  width: 100%;
}
.banner .banner_info {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
.banner .banner_info .subtit {
  font-weight: 400;
  text-align: center;
  color: #004ea2;
}
.banner .banner_info .tit {
  font-weight: 600;
  text-align: center;
  color: #004ea2;
}
.products_main {
  padding: 100px 0;
}
.products_main .wrap .tit {
  font-weight: 500;
  text-align: left;
  color: #004ea2;
}
.products_main .wrap .main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.products_main .wrap .main > div {
  flex: 0 0 calc((100% - 120px)/2);
}
.products_main .wrap .main > div:nth-child(2n - 1) {
  float: left;
  margin-top: 80px;
}
.products_main .wrap .main > div:nth-child(2n) {
  float: right;
}
.products_main .wrap .main > div .image {
  background-image: url(/static/cn/img/product_list1_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  width: 100%;
  position: relative;
  height: 350px;
  border-radius: 10px;
  overflow: hidden;
}
.products_main .wrap .main > div .image > a {
  display: flex;
  justify-content: center;
    align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.products_main .wrap .main > div .image > a img {
  vertical-align: middle;
  max-height: 90%;
  max-width: 90%;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
}
.products_main .wrap .main > div:hover img {
  transform: scale(1.05);
}
.products_main .wrap .main > div .image .foot {
  position: absolute;

  /*width: 500px;*/
/*  height: 100px;*/
bottom:20px;
right: 20px;
  display: inline-block;
}

.products_main .wrap .main > div .image .foot > a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
   color: #004EA2;
   min-width: 120px;
    margin: auto;
   padding:7px 22px;
    justify-content: center;
    border: 1px solid #004EA2;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    background:#004EA2;
    color: #fff;
}
.products_main .wrap .main > div .image .foot .toPage{
  position: absolute;
  right: -15%;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%) translateX(50%);
  
  
}
.products_main .wrap .main > div .image .foot .toPage{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 100%;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  
  display: none;
}
.products_main .wrap .main > div .image .foot > a:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-image: linear-gradient(to right, #005db8 , #299bf3);
    transition: all 0.4s linear;
}
.products_main .wrap .main > div:hover .image .foot > a:after{
    width: 100%;
}
.products_main .wrap .main > div:hover  .image .foot > a{
    border-color: transparent !important;
    color: #fff !important;
}
/*.products_main .wrap .main > div .image .foot .toPage svg {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.products_main .wrap .main > div .image .foot .toPage:hover a {
  background-color: #004ea2;
}
.products_main .wrap .main > div .image .foot .toPage:hover a svg {
  transform: rotate(180deg);
}
.products_main .wrap .main > div .image .foot .toPage:hover a svg path {
  fill: #ffffff;
}*/
.products_main .wrap .main > div .mes {
  margin-top: 24px;
  font-weight: 300;
  text-align: left;
  color: #333333;
  line-height: 1.5;
}
.products_main .wrap .main > div:nth-child(1) .image {
  background-position: 0% 0%;
}
.products_main .wrap .main > div:nth-child(2) .image {
  background-position: 95% 95%;
}
.products_main .wrap .main > div:nth-child(3) .image {
  background-position: 65% 65%;
}
.products_main .wrap .main > div:nth-child(4) .image {
  background-position: 35% 35%;
}
.products_main .wrap .main > div:nth-child(5) .image {
  background-position: 50% 50%;
}
.products_main .wrap .main > div:nth-child(6) .image {
  background-position: 30% 30%;
}
.products_main .wrap .main > div:nth-child(7) .image {
  background-position: 80% 80%;
}
.products_main .wrap .main > div:nth-child(8) .image {
  background-position: 95% 95%;
}
.products_main .wrap .main > div:nth-child(9) .image {
  background-position: 15% 15%;
}



.toPage a {
      color: #004EA2;
     display: flex;
  align-items: center;
    margin: auto;
   padding:10px 20px;
    justify-content: center;
    border: 1px solid #004EA2;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.toPage a:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-image: linear-gradient(to right, #005db8 , #299bf3);
    transition: all 0.4s linear;
}
.toPage a svg {
  margin-left: 8px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.toPage a:hover path{
 fill:#ffffff ;
}
.toPage a:hover:after{
    width: 100%;
}
.toPage a:hover{
    border-color: transparent !important;
    color: #fff !important;
}







@media only screen and (max-width: 1600px) {
  .products_main {
    padding: 5.2083vw 0;
  }
  
 
  .products_main .wrap .main > div:nth-child(2n - 1) {
    margin-top: 7.2917vw;
  }
}
@media only screen and (max-width: 1440px) {
 
  
  .products_main .wrap .main > div {
    flex: 0 0 calc((100% - 80px)/2);
  }
}
@media only screen and (max-width: 1200px) {
  .products_main .wrap .main > div {
    flex: 0 0 calc((100% - 30px)/2);
  }
 
   .products_main .products_listbox .products_listbox_r .list .image {
    
    height: 100px;
    
   }
}
@media only screen and (max-width: 1000px) {
  .banner {
    margin-top: 100px;
  }
  .crumb {
    top: 0;
  }
  .crumb > div a {
    flex: 0 0 auto;
  }
  .crumb > div a:last-child {
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 768px) {
  .products_main .wrap .main > div {
    flex: 0 0 100%;
  }
  .products_main .wrap .main > div {
    margin-top: 7.2917vw;
  }
  .products_main {
    padding: 40px 0;
  }
  .banner {
    margin-top: 13.33vw;
  }
  .banner img {
    height: 240px;
    object-fit: cover;
  }
}
