@import url(./innerslidebar.css);

/* ==========================================================================
   头部
   ========================================================================== */
.content {
  padding: 40px 0;
  position: relative;
  min-height: 300px;
}

.content img {
  max-width: 100%;
}

.wrapper {
  max-width: 1540px;
  /*min-width: 980px; */
  _width: 1540px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width:1600px) {
  .wrapper {
    max-width: 1440px;
  }
}

@media only screen and (max-width:1440px) {
  .wrapper {
    max-width: 1320px;
  }
}

@media only screen and (max-width:1200px) {
  .wrapper {
    max-width: 1100px;
  }
}

@media only screen and (max-width:920px) {
  .wrapper {
    max-width: 880px;
  }
}

.sub-banner {
  height: 300px;
}

.sub-banner .wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bgtitle1 {
  font-size: 48px;
  color: #fff;
  text-shadow: 0 1px 1px #fff;
}

.bgtitle2 {
  font-size: 30px;
  color: #fff;
  font-weight: 100;
  text-shadow: 0 1px 1px #fff;
}


@media only screen and (max-width:1440px) {
  .sub-banner {
    height: 300px;
  }

  .bgtitle1 {
    font-size: 38px;
  }

  .bgtitle2 {
    font-size: 20px;
  }
}

@media only screen and (max-width:920px) {
  .sub-banner {
    height: 200px;
  }

  .bgtitle1 {
    font-size: 28px;
  }

  .bgtitle2 {
    font-size: 18px;
  }
}

@media only screen and (max-width:768px) {
  .sub-banner {
    height: 150px;
  }

  .bgtitle1 {
    font-size: 24px;
  }

  .bgtitle2 {
    font-size: 16px;
  }
}






/* ==========================================================================
   产品
   ========================================================================== */
.pro_title {
  border-bottom: 1px solid #cbcbcb;

}

.pro_title .title {
  box-sizing: border-box;
  display: inline-block;
  color: #c40000;
  font-size: 16px;
  padding: 0 15px;
  border-bottom: 3px solid #c40000;
  text-transform: capitalize;
  height: 49px;
  line-height: 49px;
}

.prolist {
  margin-left: -10px;
}

.prolist li {
  width: calc(20% - 25px);
  margin-left: 25px;
  float: left;
  margin-top: 20px;
}

.prolist .pic {
  overflow: hidden;
  position: relative;
  height: auto;
  cursor: pointer;
}

.prolist .bgimg {
  width: 100%;
  height: 100%;
}

.prolist .upimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.prolist .pic:hover .upimg{
  transform: scale(1.08);
}

.prolist .protext {
  font-size: 16px;
  text-align: center;
  padding: 20px 0;
  white-space: nowrap;
}

@media only screen and (max-width:1440px) {
  .prolist li {
    width: calc(25% - 25px);
  }
}

@media only screen and (max-width:920px) {
  .prolist li {
    width: calc(33.33% - 25px);
  }
}

@media only screen and (max-width:768px) {
  .prolist li {
    width: calc(50% - 25px);
  }
}









/* ==========================================================================
   产品详情
   ========================================================================== */
.prodetails {
  margin-top: 30px;
}

.prodetails .pic {
  overflow: hidden;
  position: relative;
  height: auto;
  width: 50%;
  margin: 0 auto;
}

.prodetails .bgimg {
  width: 100%;
  height: 100%;
}

.prodetails .upimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.owl-prodetails .owl-prev,
.owl-prodetails .owl-next {
  width: 48px;
  top: 50%;
  transform: translateY(-50%);
  height: 48px;
  background: none;
  text-indent: 100px;
  overflow: hidden;
  padding: 0 !important;
  margin: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  filter: Alpha(Opacity=100);
  opacity: 1;
}

.owl-prodetails .owl-prev {
  position: absolute;
  left: 150px;
  background: url(../assets/vbg01.png) -0px -12px no-repeat !important;
}

.owl-prodetails .owl-prev:hover {
  background: url(../assets/vbg01.png) -50px -12px no-repeat !important;
}

.owl-prodetails .owl-next {
  position: absolute;
  right: 150px;
  background: url(../assets/vbg01.png) 0 -68px no-repeat !important;
}

.owl-prodetails .owl-next:hover {
  background: url(../assets/vbg01.png) -50px -68px no-repeat !important;
}


.urlbutton {
  display: flex;
  margin-top: 30px;
  margin-bottom: 100px;
}

.urlbutton .pic {
  width: 70%;
}

.urlbutton .pic:hover .uppic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .5);
}

.download{
  margin-bottom: 50px;
}

.downloadlist li{padding-left: 30px; position: relative;border-bottom: 1px solid #e9eef7;padding:10px;}
.downloadlist li .txtarea{width: calc(100% - 200px); float: left; margin-top: 15px}
.downloadlist li .txtarea i{position: absolute; left: 0;top: 25px;margin-top: 15px;}
.downloadlist li .txtarea h3{font-size: 14px;color: #020202; font-family:  PrimeRegular, microsoft yahei, Arial, Helvetica, sans-serif}
.downloadlist li .txtarea p{color: #999;font-size: 12px; display: none;}
.downloadlist li .right{float: right; vertical-align: bottom;margin-top: 10px;}
.downloadlist li .right a{color: #95b2c5;}
.downloadlist li .right a:hover{text-decoration: underline;}
.downloadlist li .right img{vertical-align: bottom; margin-right: 10px;}

@media only screen and (max-width:768px) {
  .downloadlist li .txtarea{width:100%; float: none;}
  .downloadlist li .right{float: none;margin-top: 10px;}
  .downloadlist li .right img{width: 30px;}
  }


/* ==========================================================================
   Empty空页面
   ========================================================================== */
.empty {
  max-width: 1280px;
  _width: 1280px;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
}

.empty-title {
  text-align: center;
  font-size: 30px;
  color: #000;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 40px;
}

.empty-main {
  padding: 10px 0;
}


/* ==========================================================================
   Pagination
   ========================================================================== */
#Lb_pager {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
  font-family: microsoft yahei;
}

#Lb_pager .pages a {
  display: inline-block;
  margin: 0 3px;
  padding: 0 13px;
  color: #333;
  cursor: pointer;
  line-height: 30px;
  height: 30px;
  border: 1px solid #cbcbcb;
}

#Lb_pager .pages .pgnext {
  padding: 0 15px;
}

#Lb_pager .pages .pgcurrent {
  color: #fff;
  cursor: default;
  background-color: #1174a3;
}

#Lb_pager .pages .pgempty {
  cursor: not-allowed;
}

#Lb_pager .pages .total {
  font-size: 16px;
  color: rgb(95, 95, 95);
  margin: 0 25px;
}

#Lb_pager .pages .page-jump {
  padding: 0 20px;
  margin: 0 10px;
}

#Lb_pager .pages a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1174a3;
}

@media only screen and (max-width:768px) {
  #Lb_pager .pages .total2 {
    margin-left: 20px;
  }
}