@font-face
{
  font-family: OPPOSans-L;
  src: url('../font/OPPOSans-L.ttf');
}

@font-face
{
  font-family: OPPOSans-R;
  src: url('../font/OPPOSans-R.ttf');
}
/*返回顶部*/
.backtop{
    display:none;
    position:fixed;
    right:0;
    bottom:20%;
    z-index: 100;
    border-radius: 10px 0 0 10px;
    background:#171717 url("../img/top.png") no-repeat center 10px;
    background-size:15px;
    width: 30px;
    height: 88px;
    cursor: pointer;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
  }
.backtop p{
  top:42px;
  left: -7px;
  color: #fff;
  font-size: 14px;
  width: 45px;
  position:absolute;
  transform: rotate(90deg);
}
.backtop:hover{
  background:#3167ad url("../img/top.png") no-repeat center 10px;
  background:url("../img/top.png") no-repeat center 10px,-moz-linear-gradient(-75deg, #3167ad, #8bc6ea);
  background:url("../img/top.png") no-repeat center 10px,-webkit-linear-gradient(-75deg,#3167ad,#8bc6ea);
  background:url("../img/top.png") no-repeat center 10px,-o-linear-gradient(-75deg, #3167ad, #8bc6ea);
  background-size:15px;
}
#scrollUp {
  bottom:82px; right:20px; color:#fff;
  width:44px; height:44px; border-radius:100%; z-index:450!important;
  background:url("../img/totops.png") no-repeat center;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
#scrollUp:hover{
  background:#3167ad url("../img/totop.png") no-repeat center;
  background:url("../img/totop.png") no-repeat center,-moz-linear-gradient(-75deg, #3167ad, #8bc6ea);
  background:url("../img/totop.png") no-repeat center,-webkit-linear-gradient(-75deg,#3167ad,#8bc6ea);
  background:url("../img/totop.png") no-repeat center,-o-linear-gradient(-75deg, #3167ad, #8bc6ea);
}

/*底部*/
.dibu-admin{
  color: #777777;
  font-size: 14px;
  text-align: center;
}
.footer{
  border-top:1px solid #ddd;
  padding:3vw 0;
  text-align: center;
}
.footer ul{
  display:flex;
  align-items: center;
  justify-content: center;
}
.footer ul li{
  margin:0 32px;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
  position:relative;
  top:0;
}
.footer ul li:hover{
  top:-5px;
}
.fot_code{
  display:flex;
  justify-content: center;
  margin-top: 2vw;
  margin-bottom: 2.5vw;
}
.fot_code>div{
  background:#f2f5f7;
  margin:0 10px;
  width: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:5px;
}
.fot_code>div>img{
  width:100%;
}
  .fot_code>div>p{
    font-size: 12px;
  }

/*zbanner*/
.zbanner{
  width: 100%;
  height: 25vw;
  position:relative;
  overflow:hidden;
}
.zbanner img{
  width: 100%;
  height: 100%;
  position:absolute;
  left:50%;
  top:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  object-fit: cover;
  -webkit-transition: 500ms 0s all ease;
  -moz-transition: 500ms 0s all ease;
  -ms-transition: 500ms 0s all ease;
  -o-transition: 500ms 0s all ease;
  transition: 500ms 0s all ease;
}
  .zbanner img:hover{
    width: 105%;
    height: 105%;
  }
.img_jz{
  display:block;
  overflow:hidden;
}
.img_jz>img{
  width:100%;
  height: 100%;
  object-fit: cover;
}

.ztitle{
  
  font-size: 36px;
  color: #282828;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding-top:3.5vw;
  padding-bottom: 1.5vw;
}
.zcom_cont>small{
  text-align:center;
  font-size: 20px;
  color: #282828;
  font-weight: bold;
  display:block;
  
}
.zcom_cont>small p{
  
}

.zcomul{
  padding:3vw 0;
}
.zcomul>b{
  float:left;
  width: 50%;
}
.zcomul>ul{
  float:right;
  width:46%;
}
.zcomul>ul li{
  display:flex;
  align-items: center;
}
.zcomul>ul li b{
  position:relative;
  width: 80px;
  height: 80px;
  margin-right:30px;
}
.zcomul>ul li b i{
  display:block;
  position:absolute;
  left:50%;
  top:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width:100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:1px dashed #282828;
  border-radius: 50%;
  animation:rotate 10s linear 0s infinite normal;
}
@keyframes rotate {
  0%{
    -webkit-transform: translate(-50%,-50%) rotate(0);
    -moz-transform: translate(-50%,-50%) rotate(0);
    -ms-transform: translate(-50%,-50%) rotate(0);
    -o-transform: translate(-50%,-50%) rotate(0);
    transform: translate(-50%,-50%) rotate(0);
  }
  100%{
    -webkit-transform: translate(-50%,-50%) rotate(360deg);
    -moz-transform: translate(-50%,-50%) rotate(360deg);
    -ms-transform: translate(-50%,-50%) rotate(360deg);
    -o-transform: translate(-50%,-50%) rotate(360deg);
    transform: translate(-50%,-50%) rotate(360deg);
  }
}
.zcomul>ul li b img{
  object-fit: none;
}
.zcomul>ul li:nth-of-type(2){
  margin: 3vw 0;
}
.zcomul>ul li div{
  display:block;
  width:440px;
}
.zcomul>ul li div>h4{
  
  font-size: 24px;
  color: #282828;
  text-transform: uppercase;
  font-weight: bold;
}
.zcomul>ul li div>small{
  
  font-size: 16px;
  color: #525252;
}

.zcom_cont2{
  background:url("../images/comlinebg.jpg") no-repeat center;
  background-attachment: fixed;
}
.zcom_cont2 ul{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 262px;
}
.zcom_cont2 ul li{
  position:relative;
  display:flex;
  align-items: center;
}
.zcom_cont2 ul li:before{
  width: 62px;
  height: 62px;
  display:block;
  content: '';
  position:absolute;
  left:-20px;
  top:-7px;
  background:url("../images/ciricon.png") no-repeat center;
}

.zcom_cont2 ul li span{
  color: #fff;
  font-weight: bold;
  font-size: 60px;
}
.zcom_cont2 ul li small{
  font-size: 18px;
  display:block;
  width:150px;
  color: #fff;
  margin-left: 18px;
}

.zcom_cont3{
  padding-top:2vw;
  padding-bottom: 4vw;
  height: 450px;
}
.swiper-history{
  height: 100%;
}
.swiper-history .swiper-slide{
  display:flex;
  align-items: center;
  cursor:pointer;
}
.his_main{
  width:100%;
  position:relative;
  text-align: center;
  cursor:pointer;
}
.his_main>span{

  font-size: 40px;
  color: #000000;
  display:block;
  width:100%;
  font-weight: bold;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.swiper-history .swiper-slide:hover .his_main>span{
  color: #0058b1;
}

.his_main>img{
  position:absolute;
  right:5px;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.swiper-history .swiper-slide:last-of-type .his_main>img{
  display:none;
}

.his_main>div{
  position:absolute;
  top:100%;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display:flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  justify-content: center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}

.swiper-history .swiper-slide:hover .his_main>div{
  top:77%;
}

.his_main>div>img{
  margin-bottom:15px;
}
.his_main>div>small{
  font-size: 14px;
  color: #000000;
  display: block;
  min-width: 295px;
}
.swiper-history .swiper-slide:nth-of-type(2n) .his_main>div{
 top:initial;
  bottom:100%;
}
  .swiper-history .swiper-slide:nth-of-type(2n):hover .his_main>div{
    top:initial;
    bottom:77%;
  }
  .swiper-history .swiper-slide:nth-of-type(2n) .his_main>div img{order:2;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top:15px;
  }
  .swiper-history .swiper-slide:nth-of-type(2n) .his_main>div small{order:1;}



.zcom_cont4 .swiper-aboutban img{
  width: 100%;
}

/*company-end*/

  /*contact*/
#dituContent{
  width:100%;
  height: 25vw;
}

.add_icon{
  display:flex;
  justify-content: center;
  flex-wrap:wrap;
  position:relative;
}
.add_icon>p{

  background:#fff;
  min-width: 370px;
  font-weight: bold;
  padding:10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:absolute;
  left:50%;
  bottom:112%;
  box-shadow: 0 0 10px #ddd;
  border-radius: 5px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.zmsg{
  background:#f2f5f7;
  padding:4vw 0;
}
.msg_tit{
  font-weight: bold;
  font-size: 32px;
  color: #282828;

}

.zmsg>.warpper{
  height: 676px;
  background:#fff;
  box-shadow: 0 0 10px #ddd;
}

#formData{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#formData input,#formData textarea{
  background:#f5f5f5;
  border:1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 10px;
  line-height: 62px;
  border-radius: 8px;
  width: 100%;
}
#formData>div{
  width: 48%;
}
#formData>div:first-of-type{
  width: 100%;
}
#formData textarea{
  height: 186px;
  padding:10px;
  line-height: 30px;
}
#formData label{
  display:block;
  line-height: 30px;margin-top: 8px;
  width: 100%;

  font-size: 12px;
  color: #b7b7b7;
  text-transform: uppercase;
}
#formData .submit{
  width:48%;
  display:block;
  background:#495058;
  line-height: 62px;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  margin-top:38px;

  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
  #formData .submit:hover{
    background:#285ba7; /* 一些不支持背景渐变的浏览器 */
    background:-moz-linear-gradient(-75deg, #285ba7, #84bde7);
    background:-webkit-linear-gradient(-75deg,#285ba7,#84bde7);
    background:-o-linear-gradient(-75deg, #285ba7, #84bde7);
  }

.zmsg_left{
  float:left;
  width: 70%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 82px;
  display:flex;
  align-items: center;
  justify-content: center;
}
.zmsg_right{
  width: 30%;
  float:right;
  background:url("../images/msg_right.jpg") no-repeat center;
  background-size:cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  display:flex;
  align-items: center;
  justify-content: center;
}
.zmsg_right>div{
  width: 80%;
}
.zmsg_right p{
  font-size: 14px;
  color: #495058;
  font-weight: bold;
  margin-top: 15px;

}
.zmsg_right ul li{
  margin-top: 1.5vw;
}
  .zmsg_right ul li:first-of-type{
    margin-top: 2vw;
  }

/*msg end*/
/*promotion*/
.promo_cont1{
  background:url("../images/promobg.jpg") no-repeat center;
  background-attachment: fixed;
  height: 15.5vw;
  margin-top: 2vw;
  margin-bottom: 4vw;
  display:flex;
  justify-content: center;
  align-items: center;
}
@font-face {
  font-family:kks;
  src:url("../font/kss.otf");
}
.promo_cont1 h3{
  color: #fff;
  font-size: 72px;
  font-family:kks;
  margin-bottom: 20px;
}
.promo_cont1 span{
  cursor:pointer;
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  display:block;
  width:151px;
  line-height: 42px;
  margin:0 auto;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}

.promo_cont1 span:hover{
  color: #fff;
  background:#285ba7; /* 一些不支持背景渐变的浏览器 */
  background:-moz-linear-gradient(-75deg, #285ba7, #84bde7);
  background:-webkit-linear-gradient(-75deg,#285ba7,#84bde7);
  background:-o-linear-gradient(-75deg, #285ba7, #84bde7);
}

/*promo弹框*/
  .procont1showbg{
    display:none;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
  }
.procont1show{
  position:absolute;
 left:50%;
  top:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background:#fff;
  padding:4vw 0;
  width: 52.5%;
  text-align: center;
}
.procont1show>h4{
  font-size: 36px;
  color: #282828;
  font-weight: bold;

}
.procont1show>small{
  color: #8e8e8e;
  font-size: 16px;
  display:block;

  margin:1vw auto;
}
#formData2{
  width: 37%;
  margin:0 auto;
}
#formData2 input{
  width: 100%;
  line-height: 62px;
  background:#f5f5f5;
  border:1px solid #e5e5e5;
  font-size: 14px;
  color: #bcbcbc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 15px;
  border-radius: 8px;
  text-align: center;
}
#formData2 input::placeholder{
  font-size: 14px;
  color: #bcbcbc;
  text-align: center;
  text-transform: uppercase;
}
#formData2 .submit{
  display:block;
  border-radius: 8px;
  background:#000000;
  width: 100%;
  line-height: 62px;
  text-align: center;
  color: #fff;
  font-size: 24px;

  text-transform: capitalize;
  margin-top: 22px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
#formData2 .submit:hover{
  color: #fff;
  background:#285ba7; /* 一些不支持背景渐变的浏览器 */
  background:-moz-linear-gradient(-75deg, #285ba7, #84bde7);
  background:-webkit-linear-gradient(-75deg,#285ba7,#84bde7);
  background:-o-linear-gradient(-75deg, #285ba7, #84bde7);
}
.promo_close{
  width: 30px;
  height: 30px;
  background:url("../images/close.png") no-repeat center;
  display:block;
  position:absolute;
  right:8px;
  top:8px;
  cursor:pointer;
}

.promo_cont2{
  padding-bottom: 2vw;
}
.promo_cont2>h3{
  font-size: 30px;
  color: #282828;

  text-transform: uppercase;
  padding-bottom: 1.5vw;
  font-weight: bold;
}
.zpromo_list1 ul{
  height: 643px;
}
.zpromo_list1 ul li{
  float:left;
  width:49.5%;
  height: 100%;
  margin-bottom:17px;
}
  .zpromo_list1 ul li:nth-of-type(2n){
    float:right;
  }
  .zpromo_list1 ul li a{
    display:block;
    width:100%;
    height:100%;
    position: relative;
    overflow:hidden;
  }
  .zpromo_list1 ul li a>img{
    min-width: 100%;
    min-height: 100%;
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%) scale(1);
    -moz-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    -o-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
  }

  .zpromo_list1 ul li a:hover>img{
    filter: brightness(0.75);
    -webkit-transform: translate(-50%,-50%) scale(1.05);
    -moz-transform: translate(-50%,-50%) scale(1.05);
    -ms-transform: translate(-50%,-50%) scale(1.05);
    -o-transform: translate(-50%,-50%) scale(1.05);
    transform: translate(-50%,-50%) scale(1.05);
  }
  .zpromo_list1 ul li a p{
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 28px;
    color: #fff;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    opacity: 0;
  }
  .zpromo_list1 ul li a:hover p{
    opacity: 1;
  }



  .zpromo_list2 div{
    float:left;
    width: 49.5%;
    border:1px solid #e6e6e6;
    height: 120px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 30px;
    display:flex;
    align-items: center;
    margin-top:15px;
  }
  .zpromo_list2 div:nth-of-type(even){
    float:right;
  }
.zpromo_list2 div>b{
  cursor: pointer;
  border:3px solid #83909b;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  margin-right: 28px;
  background:url("../images/zmo_jts.png") no-repeat center;
}
.zpromo_list2 div>b a{
  display:block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
  .zpromo_list2 div>h4 a{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
    font-size: 16px;
    max-width: 71%;
    color: #83909b;
    text-transform: capitalize;
    cursor: pointer;
  }
.zpromo_list2 div:hover>b{
  background:#83909b url("../images/zmo_jt.png") no-repeat center;

}

  /*promotion_end*/



.common-inner .inner-left .pro-sider {
  float: none;
}
.common-inner .inner-right {
  float: right;
  width: 870px;
  background: #fff;
  min-height: 800px;
  padding: 0 25px;
}
.common-inner .inner-right .rig-title {
  font-size: 18px;
  color: #0058b1;
  font-weight: bold;
  height: 54px;
  line-height: 60px;
  overflow: hidden;
  border-bottom: 1px solid #ededed;
}
.common-inner .inner-right .rig-title .crumbs {
  overflow: hidden;
  margin-top: 6px;
  float: right;
  padding-left: 25px;
  height: 48px;
  line-height: 54px;
  background: url(../images/home-icon.png) no-repeat left center;
  color: #b2b2b2;
  font-size: 13px;
  font-weight: normal;
  max-width: 400px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.common-inner .inner-right .rig-title .crumbs a {
  color: #b2b2b2;
}
.common-inner .inner-right .rig-title .crumbs a:hover {
  color: #237ed2;
  text-decoration: underline;
}
.common-inner .inner-right .search-result {
  height: 50px;
  line-height: 50px;
  background: #f5f5f5;
  margin: 12px 0 25px;
  padding: 0 17px;
  font-size: 14px;
  color: #595959;
}
.common-inner .inner-right .search-result span {
  color: #0058b1;
  font-weight: bold;
}
.common-inner .inner-right .search-result .search-record {
  float: right;
}
.common-inner .inner-right .search-list,
.common-inner .inner-right .de-product-list {
  overflow: hidden;
  min-height: 622px;
}
.common-inner .inner-right .search-list ul,
.common-inner .inner-right .de-product-list ul {
  margin: 0 -12px;
}
.common-inner .inner-right .search-list ul li,
.common-inner .inner-right .de-product-list ul li {
  border: 2px solid #fff;
  float: left;
  width: 270px;
  margin: 0 12px 25px;
}
.common-inner .inner-right .search-list ul li a,
.common-inner .inner-right .de-product-list ul li a {
  display: block;
}
.common-inner .inner-right .search-list ul li .img,
.common-inner .inner-right .de-product-list ul li .img {
  width: 268px;
  height: 200px;
  background: #e6e6e6;
  font-size: 0;
  line-height: 200px;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  overflow: hidden;
}
.common-inner .inner-right .search-list ul li .img img,
.common-inner .inner-right .de-product-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}
.common-inner .inner-right .search-list ul li .title,
.common-inner .inner-right .de-product-list ul li .title {
  font-size: 14px;
  padding: 0 18px;
  height: 80px;
  border: 1px solid #e6e6e6;
  border-top: none;
}
.common-inner .inner-right .search-list ul li .title h3,
.common-inner .inner-right .de-product-list ul li .title h3 {
  color: #595959;
  line-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-inner .inner-right .search-list ul li .title em,
.common-inner .inner-right .de-product-list ul li .title em {
  font-weight: bold;
  display: block;
  color: #ff8111;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-inner .inner-right .search-list ul li:hover,
.common-inner .inner-right .de-product-list ul li:hover {
  border-color: #268AE7;
}
.common-inner .inner-right .search-list ul li:hover .title,
.common-inner .inner-right .de-product-list ul li:hover .title {
  border-color: #fff;
}
.common-inner .inner-right .search-list ul li:hover .img img,
.common-inner .inner-right .de-product-list ul li:hover .img img {
  transform: scale(1.1);
}
.common-inner .inner-right .de-product-list {
  margin-top: 26px;
}
.common-inner .inner-right .de-about-content {
  padding: 30px 50px;
}
.common-inner .inner-right .de-about-content img {
  margin: 0 auto;
  max-width: 100%;
}
.common-inner .inner-right .de-about-content p {
  font-size: 14px;
  color: #595959;
  line-height: 24px;
}
.common-inner .inner-right .de-news-list {
  overflow: hidden;
  min-height: 644px;
  padding: 5px;
}
.common-inner .inner-right .de-news-list ul li {
  padding: 20px 15px;
  overflow: hidden;
  border-bottom: 1px solid #ededed;
}
.common-inner .inner-right .de-news-list ul li a {
  display: block;
}
.common-inner .inner-right .de-news-list ul li .img {
  float: left;
  width: 175px;
  height: 120px;
  text-align: center;
  line-height: 120px;
  font-size: 0;
}
.common-inner .inner-right .de-news-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.common-inner .inner-right .de-news-list ul li .box {
  float: right;
  width: 640px;
  font-size: 14px;
}
.common-inner .inner-right .de-news-list ul li .box h4 {
  color: #323232;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.common-inner .inner-right .de-news-list ul li .box p {
  color: #595959;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin: 15px 0 25px;
}
.common-inner .inner-right .de-news-list ul li .box .time {
  color: #999999;
  line-height: 1.1;
}
.common-inner .inner-right .de-news-list ul li .box .time span {
  display: block;
  float: right;
  font-size: 14px;
  color: #0058b1;
}
.common-inner .inner-right .de-news-list ul li:hover {
  box-shadow: 0 0 4px 2px rgba(104, 104, 104, 0.1);
}
.common-inner .inner-right .de-news-list ul li:hover .time span {
  color: #237ed2;
}
.common-inner .inner-right .news-detail-content {
  padding: 0 18px;
}
.common-inner .inner-right .news-detail-content .news-detail-title {
  padding-bottom: 15px;
  border-bottom: 1px dashed #ededed;
  text-align: center;
  margin-bottom: 15px;
}
.common-inner .inner-right .news-detail-content .news-detail-title .h3 {
  font-size: 18px;
  color: #323232;
  line-height: 24px;
  font-weight: bold;
  margin: 25px 0 10px;
}
.common-inner .inner-right .news-detail-content .news-detail-title .b {
  font-size: 13px;
  color: #999999;
  line-height: 20px;
}
.common-inner .inner-right .news-detail-content .news-detail {
  padding: 0 12px 30px;
}
.common-inner .inner-right .news-detail-content .news-detail p {
  font-size: 14px;
  color: #595959;
  line-height: 24px;
}
.common-inner .inner-right .news-detail-content .news-detail img {
  max-width: 100%;
  margin: 0 auto;
}
.common-inner .inner-right .news-detail-content .newsPage {
  padding: 0 12px;
  font-size: 16px;
  color: #323232;
  line-height: 30px;
  margin: 15px 0 30px;
}
.common-inner .inner-right .news-detail-content .newsPage a {
  color: #323232;
}
.common-inner .inner-right .news-detail-content .newsPage a:hover {
  color: #237ed2;
}
.common-inner .inner-right .de-honor-list {
  overflow: hidden;
  margin: 0 auto;
  margin-top: 24px;
  padding-top: 6px;
  min-height: 556px;
}
.common-inner .inner-right .de-honor-list ul {
  margin: 0 -5px;
}
.common-inner .inner-right .de-honor-list ul li {
  float: left;
  margin: 0 10px 30px;
  overflow: hidden;
  width: 270px;
  background: #f6f6f6;
}
.common-inner .inner-right .de-honor-list ul li a {
  display: block;
}
.common-inner .inner-right .de-honor-list ul li .img {
  width: 270px;
  height: 200px;
  text-align: center;
  line-height: 200px;
  font-size: 0;
  overflow: hidden;
}
.common-inner .inner-right .de-honor-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}
.common-inner .inner-right .de-honor-list ul li .title {
  text-align: center;
  height: 48px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 48px;
  font-size: 14px;
  color: #595959;
}
.common-inner .inner-right .de-honor-list ul li:hover {
  box-shadow: 0 0 4px 2px rgba(104, 104, 104, 0.1);
}
.common-inner .inner-right .de-honor-list ul li:hover .img img {
  transform: scale(1.1);
}
.common-inner .inner-right .de-job-list {
  overflow: hidden;
  padding-bottom: 19px;
  min-height: 645px;
  padding: 5px 5px;
}
.common-inner .inner-right .de-job-list ul li {
  overflow: hidden;
  padding: 0 55px 0 25px;
  height: 128px;
  border-bottom: 1px solid #ededed;
}
.common-inner .inner-right .de-job-list ul li .job-title {
  float: left;
  width: 260px;
  margin-right: 10px;
  padding-top: 38px;
}
.common-inner .inner-right .de-job-list ul li .job-title h3 {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 15px;
}
.common-inner .inner-right .de-job-list ul li .job-title p {
  font-size: 16px;
  color: #237ed2;
  line-height: 20px;
  font-weight: bold;
}
.common-inner .inner-right .de-job-list ul li .job-title p em {
  font-weight: normal;
  font-size: 12px;
}
.common-inner .inner-right .de-job-list ul li .job-info {
  float: left;
  width: 200px;
  padding-top: 38px;
}
.common-inner .inner-right .de-job-list ul li .job-info p {
  font-size: 13px;
  color: #b2b2b2;
  line-height: 20px;
  margin-bottom: 15px;
}
.common-inner .inner-right .de-job-list ul li .job-info p span {
  color: #737373;
}
.common-inner .inner-right .de-job-list ul li .job-btn {
  display: none;
  float: right;
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #237ed2;
  margin-top: 50px;
}
.common-inner .inner-right .de-job-list ul li:hover {
  box-shadow: 0 0 4px 2px rgba(104, 104, 104, 0.1);
}
.common-inner .inner-right .de-job-list ul li:hover .job-btn {
  display: block;
}
.common-inner .inner-right .jobs-info {
  padding: 40px 10px 30px;
  margin-bottom: 28px;
  border-bottom: 1px dashed #ededed;
}
.common-inner .inner-right .jobs-info .h3 {
  overflow: hidden;
  margin-bottom: 15px;
}
.common-inner .inner-right .jobs-info .h3 .job-name {
  float: left;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  width: 450px;
}
.common-inner .inner-right .jobs-info .h3 .job-price {
  float: right;
  font-weight: bold;
  font-size: 24px;
  color: #237ed2;
  line-height: 1.1;
  max-width: 360px;
}
.common-inner .inner-right .jobs-info .h3 .job-price em {
  font-weight: normal;
  font-size: 16px;
}
.common-inner .inner-right .jobs-info .p {
  font-size: 13px;
  color: #999999;
  line-height: 20px;
  margin-bottom: 10px;
}
.common-inner .inner-right .jobs-info .p span {
  color: #595959;
}
.common-inner .inner-right .jobs-info .btn {
  padding-top: 10px;
  overflow: hidden;
}
.common-inner .inner-right .jobs-info .btn a {
  display: block;
  width: 230px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  background: #237ed2;
  font-size: 14px;
}
.common-inner .inner-right .jobs-info .btn a:hover {
  background: #0058b1;
}
.common-inner .inner-right .jobs-info-content {
  padding: 0 20px 30px;
  overflow: hidden;
}
.common-inner .inner-right .jobs-info-content h3 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 10px;
}
.common-inner .inner-right .jobs-info-content p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.common-inner .inner-right .newsPage {
  padding: 0 20px;
  font-size: 16px;
  color: #323232;
  line-height: 30px;
  margin: 15px 0 30px;
}
.common-inner .inner-right .newsPage a {
  color: #323232;
}
.common-inner .inner-right .newsPage a:hover {
  color: #237ed2;
}
.common-inner .inner-right .apply-job {
  overflow: hidden;
  margin-top: 20px;
}
.common-inner .inner-right .apply-job .job-tr {
  overflow: hidden;
}
.common-inner .inner-right .apply-job .job-tr .tr-over {
  overflow: hidden;
}
.common-inner .inner-right .apply-job .job-tr .error {
  padding-left: 75px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #f00;
}
.common-inner .inner-right .apply-job .job-tr .tr-title {
  float: left;
  width: 50px;
  min-height: 20px;
  text-align: right;
  font-size: 14px;
  color: #808080;
  margin-right: 25px;
  line-height: 40px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont {
  float: left;
  width: 640px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont h3 {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 40px;
  font-weight: bold;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont input[type=text] {
  line-height: 38px;
  font-size: 14px;
  color: #333;
  display: block;
  padding: 0 10px;
  width: 618px;
  height: 38px;
  border: 1px solid #e6e6e6;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont input[name='captcha'] {
  font-size: 14px;
  line-height: 38px;
  color: #333;
  width: 190px;
  float: left;
  margin-right: 30px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont .verify {
  cursor: pointer;
  float: left;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont .verify img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont textarea {
  font-size: 14px;
  color: #333;
  display: block;
  height: 170px;
  line-height: 20px;
  padding: 5px 10px;
  width: 618px;
  border: 1px solid #e6e6e6;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont.radio-cont {
  line-height: 40px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont.radio-cont input[type=radio] {
  margin-right: 10px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont.radio-cont label {
  margin-right: 30px;
  color: #4c4c4c;
  line-height: 40px;
  font-weight: bold;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont a.submit {
  display: block;
  width: 190px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #237ed2;
  color: #fff;
  font-size: 15px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont a.submit:hover {
  background: #0058b1;
}
.common-inner .inner-right .de-message {
  overflow: hidden;
  padding: 0 5px;
}
.common-inner .inner-right .de-message .tips {
  font-size: 13px;
  line-height: 55px;
  color: #737373;
}
.common-inner .inner-right .de-message .mes-form {
  overflow: hidden;
}
.common-inner .inner-right .de-message .mes-form .form-tr {
  overflow: hidden;
}
.common-inner .inner-right .de-message .mes-form .form-tr input {
  display: block;
  width: 658px;
  padding: 0 10px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #e6e6e6;
}
.common-inner .inner-right .de-message .mes-form .form-tr textarea {
  display: block;
  width: 658px;
  padding: 5px 10px;
  height: 168px;
  border: 1px solid #e6e6e6;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code {
  overflow: hidden;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code input {
  width: 188px;
  float: left;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code .verify {
  cursor: pointer;
  float: left;
  margin-left: 25px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code .verify img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.common-inner .inner-right .de-message .mes-form .form-tr .submit {
  margin-top: 15px;
  display: block;
  width: 190px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #237ed2;
  color: #fff;
  font-size: 15px;
}
.common-inner .inner-right .de-message .mes-form .form-tr .submit:hover {
  background: #0058b1;
}
.common-inner .inner-right .de-message .mes-form .form-tr .error {
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #f00;
  padding: 0 5px;
}
.common-inner .inner-right .de-contact {
  overflow: hidden;
}
.common-inner .inner-right .de-contact .contact-list {
  overflow: hidden;
  margin: 25px 0 35px;
}
.common-inner .inner-right .de-contact .contact-list ul li {
  min-height: 28px;
  padding-left: 50px;
  float: left;
  width: 365px;
  font-size: 14px;
  color: #595959;
  line-height: 20px;
  padding-top: 8px;
  margin-bottom: 14px;
  word-wrap: break-word;
}
.common-inner .inner-right .de-contact .contact-list ul li span {
  display: block;
  float: left;
  color: #999;
}
.common-inner .inner-right .de-contact .contact-list ul li.icon-01 {
  background: url(../images/contact-icon-01.png) no-repeat left top;
}
.common-inner .inner-right .de-contact .contact-list ul li.icon-02 {
  background: url(../images/contact-icon-02.png) no-repeat left top;
}
.common-inner .inner-right .de-contact .contact-list ul li.icon-03 {
  background: url(../images/contact-icon-03.png) no-repeat left top;
}
.common-inner .inner-right .de-contact .contact-list ul li.icon-04 {
  background: url(../images/contact-icon-04.png) no-repeat left top;
}
.common-inner .inner-right .de-contact .contact-list ul li.icon-05 {
  background: url(../images/contact-icon-05.png) no-repeat left top;
}
.common-inner .inner-right .de-contact .contact-list ul li.icon-06 {
  background: url(../images/contact-icon-06.png) no-repeat left top;
}
.common-inner .inner-right .de-contact .contact-map {
  overflow: hidden;
}

.inner-contact {
  width: 260px;
  margin-top: 18px;
}
.inner-contact .title {
  height: 80px;
  background: url(../images/i-pro-title.jpg) no-repeat center;
  text-align: center;
  line-height: 1;
  overflow: hidden;
}
.inner-contact .title h3 {
  margin-top: 20px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 5px;
}
.inner-contact .title em {
  font-size: 13px;
  color: #728dbc;
}
.inner-contact .contact-box {
  min-height: 180px;
  border: 1px solid #ededed;
  border-top: none;
  background: #fff;
  padding: 20px 20px 10px;
  padding-right: 5px;
}
.inner-contact .contact-box .contact-item {
  overflow: hidden;
  padding-left: 60px;
  font-size: 14px;
  color: #595959;
  line-height: 20px;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.inner-contact .contact-box .contact-item .act {
  float: left;
  width: 60px;
  margin-left: -60px;
  color: #808080;
}
.prodect-Info {
  overflow: hidden;
  background: #f6f6f6;
  min-height: 500px;
  padding-bottom: 48px;
}
.prodect-Info .info-crumbs {
  overflow: hidden;
  height: 54px;
  line-height: 58px;
  font-size: 14px;
  color: #999;
  padding-left: 28px;
  background: url(../images/home-icon.png) no-repeat 5px center;
}
.prodect-Info .info-crumbs a {
  color: #595959;
}
.prodect-Info .info-crumbs a:hover {
  color: #237ed2;
  text-decoration: underline;
}
.prodect-Info .info-main {
  overflow: hidden;
  background: #fff;
  padding: 25px 25px 20px;
  margin-bottom: 25px;
}
.prodect-Info .info-main .info-preview {
  float: left;
  width: 350px;
}
.prodect-Info .info-main .info-main-rig {
  float: right;
  width: 775px;
  overflow: hidden;
}
.prodect-Info .info-main .info-main-rig .title {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 18px 0;
}
.prodect-Info .info-main .info-main-rig .price {
  height: 65px;
  background: #f6f6f6;
  line-height: 65px;
  padding: 0 20px;
  color: #ff8111;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
}
.prodect-Info .info-main .info-main-rig .price span {
  font-size: 14px;
  color: #808080;
  font-weight: normal;
  margin-right: 25px;
}
.prodect-Info .info-main .info-main-rig .de-list {
  overflow: hidden;
  padding: 0 20px;
  min-height: 150px;
  max-height: 223px;
}
.prodect-Info .info-main .info-main-rig .de-list .list-item {
  overflow: hidden;
  padding-left: 60px;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  word-wrap: break-word;
  margin-bottom: 10px;
}
.prodect-Info .info-main .info-main-rig .de-list .list-item .item-title {
  width: 60px;
  float: left;
  margin-left: -60px;
  color: #808080;
}
.prodect-Info .info-main .info-main-rig .order-btn {
  overflow: hidden;
  padding: 0 10px;
}
.prodect-Info .info-main .info-main-rig .order-btn .submit {
  display: block;
  width: 155px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #237ed2;
  color: #fff;
  font-size: 14px;
}
.prodect-Info .info-main .info-main-rig .order-btn .submit:hover {
  background: #0058b1;
}
.prodect-Info .info-center {
  overflow: hidden;
}
.prodect-Info .info-center .infoCenter-left {
  float: left;
  width: 260px;
}
.prodect-Info .info-center .infoCenter-left .pro-sider {
  float: none;
}
.prodect-Info .info-center .infoCenter-right {
  float: right;
  width: 870px;
  background: #fff;
  padding: 0 25px;
  min-height: 800px;
}
.prodect-Info .info-center .infoCenter-right .center-title {
  font-weight: bold;
  font-size: 18px;
  color: #0058b1;
  line-height: 60px;
  margin-bottom: 20px;
  height: 59px;
  border-bottom: 1px solid #ededed;
}
.prodect-Info .info-center .infoCenter-right .center-content {
  overflow: hidden;
  padding-bottom: 30px;
}
.prodect-Info .info-center .infoCenter-right .center-content img {
  max-width: 100%;
}
.prodect-Info .info-center .infoCenter-right .center-content table {
  max-width: 100%;
}
.prodect-Info .info-center .infoCenter-right .center-content table.contentTab {
  font-family: '微软雅黑';
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 20px;
}
.prodect-Info .info-center .infoCenter-right .center-content table.contentTab tr th {
  width: 50%;
  text-align: center;
  font-size: 15px;
  color: #262626;
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
  line-height: 48px;
  font-weight: bold;
}
.prodect-Info .info-center .infoCenter-right .center-content table.contentTab tr td {
  line-height: 45px;
  color: #595959;
  font-size: 15px;
  text-align: center;
  border: 1px solid #e6e6e6;
}
.prodect-Info .info-center .infoCenter-right .newsPage {
  font-size: 16px;
  color: #323232;
  line-height: 30px;
  margin: 15px 0 30px;
}
.prodect-Info .info-center .infoCenter-right .newsPage a {
  color: #323232;
}
.prodect-Info .info-center .infoCenter-right .newsPage a:hover {
  color: #237ed2;
}
#MagnifierWrap2 {
  position: relative;
  width: 350px;
}
.MagnifierMain {
  position: relative;
  width: 350px;
  height: 350px;
  font-size: 0;
  text-align: center;
  line-height: 350px;
  border: 1px solid #e6e6e6;
}
.MagnifierMain.video {
  cursor: pointer;
}
.MagnifierMain.video::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-left: -35px;
  margin-top: -35px;
  z-index: 1;
  background: url(../images/media-icon.png) no-repeat center;
  background-size: 100% auto;
}
.play-video {
  width: 350px;
  height: 350px;
  border: 1px solid #e6e6e6;
}
.play-video iframe {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.MagnifierMain img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.MagnifierDrag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ccc;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: move;
}
.MagnifierPop {
  position: absolute;
  top: 0;
  overflow: hidden;
  background: #fff;
}
.MagnifierImg {
  position: absolute;
  top: 0;
  left: 0;
}
.spec-items {
  position: relative;
  width: 292px;
  height: 69px;
  overflow: hidden;
  padding-top: 20px;
  margin: 0 auto;
}
.spec-items ul {
  width: 500%;
  position: absolute;
  top: 20px;
  left: 0;
}
.spec-items ul * {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.spec-items li {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  float: left;
  overflow: hidden;
  margin-right: 5px;
  border: 2px solid #fff;
  font-size: 0;
  cursor: pointer;
}
.spec-items li[data-type=video] {
  position: relative;
}
.spec-items li[data-type=video]::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  background: url(../images/video-icon.png) no-repeat center;
  background-size: 100% auto;
}
.spec-items li.on {
  border: 2px solid #268ae7;
}
.spec-items li img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
span.spe_leftBtn,
span.spe_rightBtn {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 20px;
  height: 69px;
  line-height: 69px;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  color: #ddd;
  cursor: default;
  background-color: #f9f9f9;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
span.on {
  background-color: #f9f9f9;
  color: #0058b1;
  cursor: pointer;
}
span.spe_leftBtn {
  left: 0;
  background: url(../images/p-detail-left.png) no-repeat center;
}
span.spe_leftBtn.on {
  background: url(../images/p-detail-left-active.png) no-repeat center;
}
span.spe_rightBtn {
  right: 0;
  background: url(../images/p-detail-right.png) no-repeat center;
}
span.spe_rightBtn.on {
  background: url(../images/p-detail-right-active.png) no-repeat center;
}
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin:2vw 0;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 5px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #237ed2;
  background: #237ed2;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  display:none;
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: none;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: none;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}

/*newproduct*/
  .warpper2{
    width: 1600px;
    margin:0 auto;
  }
.no-goods{padding-bottom:4vw;}
.probannerbg{
  border-top: 1px solid #f0f0f0;
  padding:3vw 0;
}
.probanner{
  height: 16.5vw;
  display:flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: 1s 0s all linear;
  -moz-transition: 1s 0s all linear;
  -ms-transition: 1s 0s all linear;
  -o-transition: 1s 0s all linear;
  transition: 1s 0s all linear;
  background-size:100%!important;
}
.probanner:hover{
  background-size:105%!important;
}
.probanner>h3{
  text-transform: uppercase;
  color: #fff;
  
  font-size: 48px;
  font-weight: bold;
}

.newpro_list_ul ul li{
  float:left;
  width: 22%;
  margin-right:4%;
  margin-bottom: 1vw;
}
.newpro_list_ul ul li:nth-of-type(4n){
  margin-right: 0;
}
.newpro_list_ul ul li a{
  display:block;
}
.newpro_list_ul ul li a>b{
  display:block;
  width:100%;
  height: 18.3vw;
  position:relative;
  overflow:hidden;
  border-radius: 8px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.newpro_list_ul ul li:hover a>b{
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  -o-transform: rotate(6deg);
  transform: rotate(6deg);
}
.newpro_list_ul ul li a>b>img{
  position:absolute;
  left:50%;
  top:50%;
  min-width: 120%;
  min-height:120%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
  .newpro_list_ul ul li:hover a>b>img{
    -webkit-transform:translate(-50%,-50%) rotate(-6deg);
    -moz-transform:translate(-50%,-50%) rotate(-6deg);
    -ms-transform:translate(-50%,-50%) rotate(-6deg);
    -o-transform:translate(-50%,-50%) rotate(-6deg);
    transform:translate(-50%,-50%) rotate(-6deg);
  }
.newpro_list_ul ul li a>p{
  font-size: 24px;
  line-height: 60px;
  color: #495057;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
}

/*pro detail*/
  .zproinfo{
    border-top: 1px solid #f0f0f0;
    padding: 3vw 0;
  }
  .zproinfo_left{

    width: 96%;
  }
  .zproinfo_right{
  
    width: 96%;
  }

  .zproinfo_left .swipertop{
    width: 100%;
    height: 41.6vw;
  }
  .zproinfo_left .swipertop .swiper-slide{
    height: 100%;
  }
  .zproinfo_left .swipertop .swiper-slide b{
    height: 100%;
  }
  .zproinfo_left .swipertop .swiper-slide b img{
    object-fit: contain;
    height: initial;
  }

  .z_othercolor_btn>span{
    float:left;
    font-size: 24px;
    color: #495057;
    
  }
  .z_othercolor_btn>div{
    float:right;
    width:46px;
    height: 76px;
    position:relative;
  }
  .z_othercolor_btn>div .swiper-button-next{
    width: 10px;
    height: 100%;
    top:0;
    right:0;
    margin-top: 0;
    background:url("../images/zprojt2.png") no-repeat center;
  }
  .z_othercolor_btn>div .swiper-button-prev{
    width: 10px;
    height: 100%;
    left:0;
    top:0;
    margin-top: 0;
    background:url("../images/zprojt.png") no-repeat center;
  }
  .swiperbom{
    height: 114px;
  }
  .swiperbom .swiper-slide>div{
    width: 100%;
    height: 100%;
    border:1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display:flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .swiperbom .swiper-slide b{
    border-radius: 50%;
    width: 86px;
    height: 86px;
  }
  .swiperbom .swiper-slide b i{
    color: #fff;
    opacity: 0;
    position:absolute;
    left:50%;
    top:50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: rgba(23, 23, 23, 0.3);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
  }
  .swiperbom .swiper-slide:hover b i,  .swiperbom .swiper-slide.swiper-slide-thumb-active b i{
    opacity: 1;
  }


  .swiperbom .swiper-slide.swiper-slide-thumb-active>div{
    border:1px solid #515151;
  }

  .zproinfo_right>b{
    width: 100%;
    height: 34.1vw;
  }
  .zproinfo_right>b img{
    -webkit-transition: 400ms 0s all linear;
    -moz-transition: 400ms 0s all linear;
    -ms-transition: 400ms 0s all linear;
    -o-transition: 400ms 0s all linear;
    transition: 400ms 0s all linear;
  }
  .zproinfo_right:hover>b img{
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
  }



  .zproinfo_right ul{
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .zproinfo_right ul li{
    color: #495057;
    line-height: 50px;
  }
  .zproinfo_right ul li small{
    font-size: 24px;
    
  }
  .zproinfo_right ul li span{
    font-size: 24px;
    
  }

  .zpro_size{
    display:block;
  }
  .zpro_size>div{
    min-height: 89px;
  }
  .zpro_size p{
    border:2px solid #999999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .zpro_size i{
    font-size: 16px;
    color: #999999;
    
  }
  .zpro_more{
    display:block;
    border:1px solid #495057;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 207px;
    line-height: 45px;
    padding-left:65px;
    
    font-size: 18px;
    color: #495057;
    background:url("../images/zpromore.png") no-repeat 33px center;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
  }
  .zpro_more:hover{
    border:1px solid transparent;
    color: #fff;
    background:url("../images/zpromores.png") no-repeat 33px center,-moz-linear-gradient(-75deg, #3167ad, #8bc6ea);
    background:url("../images/zpromores.png") no-repeat 33px center,-webkit-linear-gradient(-75deg,#3167ad,#8bc6ea);
    background:url("../images/zpromores.png") no-repeat 33px center,-o-linear-gradient(-75deg, #3167ad, #8bc6ea);
  }

  /*top*/
  .ztop_list{
    padding-bottom: 4vw;
  }
  .ztop_list_ul ul li{
    position:relative;
    width: 100%;
    height: 708px;
  }

  .ztop_list_ul ul li>div{
    position:absolute;
    width: 47.5%;
  }
  .ztop_list_ul ul li>div>a{
    display:block;
    width:100%;
    height: 427px;
    overflow:hidden;
  }
  .ztop_list_ul ul li>div>a img{
    width:100%;
    height:100%;
    object-fit: contain;
    transition: 600ms 0s all ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

  }
  .ztop_list_ul ul li>div>a:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  .ztop_left{
    height:427px;
  }
  .ztop_list_ul ul li>div:first-of-type{
    left:0;
    top:0;
  }
  .ztop_list_ul ul li>div:nth-of-type(2){
    right:0;
    top:0;
  }
  .ztop_list_ul ul li>div:nth-of-type(3){
    right:0;
    bottom:0;
  }
  .ztop_list_ul ul li>div:nth-of-type(4){
    left:0;
    bottom:0;
    text-align:right;
  }
  .ztop_right{
    height: 282px;
    display:flex;
    align-items: center;
  }

  .ztop_left_list>small{
    display:block;
    font-size: 14px;
    color: #9d9d9d;
  }

  .ztop_kuang{
    position:absolute;
    right: 10%;
    bottom: 24%;
    background: rgba(255, 255, 255, 0.9);
    padding:27px 30px;
    border-radius: 12px;
  }
  .ztop_kuang>h3{
    font-size: 36px;
    color: #3e3629;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
  }
  .ztop_kuang>p{
    font-size: 16px;
    color: #7c7c7c;
    margin-bottom: 5px;
    text-transform: uppercase;
  }

  .ztop_right>div>h4{
    font-size: 24px;
    color: #495057;
    
    position:relative;
    font-weight: bold;
  }
  .ztop_right>div>h4:after{
    display:block;
    content: '';
    width:100px;
    height: 2px;
    background:#495057;
    position:absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .ztop_list_ul ul li>div:nth-of-type(4)>div>h4:after{
    left:102%;
  }
  .ztop_list_ul ul li>div:nth-of-type(2)>div>h4:after{
    right:102%;
  }
  .ztop_right>div>small{
    display:block;
    font-size: 16px;
    color: #666666;
    font-weight: lighter;
    margin-bottom: 23px;
    margin-top:10px;
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 2;*/
    /*overflow: hidden;*/
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    text-align:left;

  }

.ztop_right>div>a{
    display:block;
    width: 154px;
    line-height: 40px;
    background:#f5f5f5;
    border-radius: 20px;
    font-size: 14px;
    color: #281f1b;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
  }
  .ztop_right>div:hover>a{
    color: #fff;
    background:-moz-linear-gradient(-75deg, #3167ad, #8bc6ea);
    background:-webkit-linear-gradient(-75deg,#3167ad,#8bc6ea);
    background:-o-linear-gradient(-75deg, #3167ad, #8bc6ea);
  }
  .ztop_list_ul ul li>div:nth-of-type(4)>div>a{
    margin-left:auto;
    margin-right: 0;
  }

  /*goods*/



  /*zgoodslist*/
  .zgoods_list li{
    float:left;
    width: 18.2%;
    height: 17.8vw;
    margin-right:2.2%;
    margin-bottom: 2.2vw;
  }
  .zgoods_list li:nth-of-type(5n){
    margin-right:0;
  }
  .zgoods_list li a{
    display:block;
    width:100%;
    height:100%;
    position:relative;
    overflow:hidden;
    transition:350ms 0s all ease;
    top:0;
  }
  .zgoods_list li a:hover{
    top:-10px;
    box-shadow:  0 6px 5px #747474;
  }
  .zgoods_list li a>b{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
  }
  .zgoods_list li a>i{
    position: absolute;
    right:0;
    top:0;
    background:#495057;
    color: #fff;
    font-size: 18px;
    font-style: italic;
    text-transform: uppercase;
    display:block;
    width: 67px;
    text-align: center;
    line-height: 32px;
    border-radius: 0 0 0 16px;
  }
  .zgood_tit{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    box-sizing: border-box;
    padding:17px;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
  }
  .zgood_tit>h3{
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .zgood_tit>p{
    font-size: 18px;
    color: #fff;
  }
.zgood_tit>span{
  text-align: center;
  border-radius: 20px;
  width:60%;
  display:block;
  margin:0 auto;
  text-transform: uppercase;
  line-height: 30px;
  color: #fff;
  background: rgba(221, 221, 221, 0.7);
  font-size: 14px;
  overflow:hidden;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  height:0;
}
.zgoods_list li a:hover .zgood_tit>span{
  height: 30px;
  margin-top:5px;
}
.zgood_tit>span:hover{
  background:-moz-linear-gradient(-75deg, #3167ad, #8bc6ea);
  background:-webkit-linear-gradient(-75deg,#3167ad,#8bc6ea);
  background:-o-linear-gradient(-75deg, #3167ad, #8bc6ea);
}

.zgood_top_tit{
  
  font-size: 16px;
  color: #282828;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: bold;
  padding-top:3vw;
}

.zgoods_typebg{
  margin-top:3vw;
  margin-bottom:2vw;
  display:flex;
  justify-content: space-between;
}

.zgoods_style>span{
  float:left;
  
  line-height: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background:#e9ecef;
  font-size: 16px;
  color: #282828;
  padding:0 15px;
  border:1px solid #ced4da;
  border-right:none;
  text-transform: capitalize;
  border-radius:20px 0 0 20px;
}

.zgoods_btn_style1{
  display:block;
  background:#fff url("../img/clear.png") no-repeat 20px center;
  padding-left:45px;
  border-radius: 20px;
  line-height: 36px;
  height: 36px;
  padding-right:20px;
  color: #495057;
  border:1px solid #ced4da;
  font-size: 16px;
  cursor:pointer;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.zgoods_btn_style1:hover{
  background:#e9ecef url("../img/clear.png") no-repeat 20px center;

}

.zgoods_btn_style{
  border-radius: 20px;
  line-height: 36px;
  height: 36px;
  background:#495057 url("../img/check.png") no-repeat 20px center;
  padding-left:45px;
  padding-right: 20px;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  font-size: 16px;
  cursor:pointer;
  
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.zgoods_btn_style:hover{
  background:url("../img/check.png") no-repeat 20px center,-moz-linear-gradient(-75deg, #3167ad, #8bc6ea) ;
  background:url("../img/check.png") no-repeat 20px center,-webkit-linear-gradient(-75deg,#3167ad,#8bc6ea) ;
  background:url("../img/check.png") no-repeat 20px center,-o-linear-gradient(-75deg, #3167ad, #8bc6ea) ;

}


/*regional*/
.region_type{
  display:flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5vw;
}
.region_type>a{
  display:block;
  
  padding:0 14px;
  margin:8px;
  font-size: 18px;
  color: #495057;
  text-transform: capitalize;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:1px solid #495057;
  line-height: 42px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  border-radius: 20px;
}

.region_type>a:hover,.region_type>a.active{
  background:#495057;
  color: #fff;
}


.region_list_ul ul li{
  float:left;
  width: 23.5%;
  height: auto;
  margin-right: 2%;
  margin-bottom: 2vw;
}
.region_list_ul li:nth-of-type(4n){
  margin-right: 0;
}
  .region_list_ul ul li a{
    display:block;
    position:relative;
    overflow:hidden;
    width:100%;
    height: 100%;
  }
  .region_list_ul ul li a>img{
    width: 100%;

    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
  }
 

  .region_list_ul ul li a div{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    text-align:center;
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    /*overflow:hidden;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:10px 20px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
  }
  .region_list_ul ul li a:hover div{
    background:-moz-linear-gradient(-75deg, rgba(49, 103, 173, 0.7), rgba(139, 198, 234, 0.7));
    background:-webkit-linear-gradient(-75deg, rgba(49, 103, 173, 0.7), rgba(139, 198, 234, 0.7));
    background:-o-linear-gradient(-75deg,  rgba(49, 103, 173, 0.7), rgba(139, 198, 234, 0.7));
  }

  .region_list_ul ul li a p{
    font-size: 15px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
  }
  .region_list_ul ul li a h4{
    font-size: 18px;
    color: #fff;
  }

  .map{
    width: 100%;
    height: 23vw;
  }
  .map>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }




  /*mobile_title*/
.mobile_title{
  text-align: center;
  padding:10vw 0;
  padding-top: 17vw;
  width: 100%;
}
.mobile_title01{
  padding-top: 10vw;
}
.mobile_title h4{
  font-family: OPPOSans-R;
  font-size: 20px;
  font-weight:bold;
  color: #000000;
}
.mobile_title small{
  font-family: OPPOSans-L;
  display:block;
  margin:0 auto;
  line-height: 15px;
  text-align: center;
  font-size: 14px;
  color: #000000;
  margin-top: 1.2vw;
}

.swiper-mobile{
  width: 100%;
  height: 100%;
}

.swiper-mobile>.pro-next{
  background:url("../images/m_right.png") no-repeat center;
  background-size:11px;
}
.swiper-mobile>.pro-prev{
  background:url("../images/m_left.png") no-repeat center;
  background-size:11px;
}
.swiper-mobile .myframe{
  text-transform: uppercase;
  font-style: normal;
  top: initial;
  height: initial;
  font-size: 14px;
  font-family: OPPOSans-L;
  letter-spacing: 1px;


  /*20220929*/

}
.exp img{
  width: 100%;
}

.index2_mobile{
  width: 100%;
  height: 51vw;
}
.swiper-in2m{
  width: 100%;
  height: 100%;
}
.whitebtn-next{
  background:url("../images/m_right.png") no-repeat center;
  background-size:11px;
}
.whitebtn-prev{
  background:url("../images/m_left.png") no-repeat center;
  background-size:11px;
}
.swiper-in2m .swiper-slide{
  display:flex;
  justify-content: center;
  align-items: center;
}
.swiper-in2m .swiper-slide>div{
  text-align:center;
}
.swiper-in2m .swiper-slide h3{
  color: #fff;
  text-align: center;
  margin-bottom: 3vw;
  padding-top: 6px;
  font-size: 20px;
  opacity: 1;
  text-transform: uppercase;
  font-weight: normal;
  font-family: OPPOSans-R;
}
/*.swiper-in2m .swiper-slide .exp{*/
  /*position:relative;*/
  /*margin:0 auto;*/
  /*bottom:initial;*/
  /*left:initial;*/
  /*-webkit-transform: none;*/
  /*-moz-transform: none;*/
  /*-ms-transform: none;*/
  /*-o-transform: none;*/
  /*transform: none;*/
/*}*/
.exp{
  position:absolute;
  left:50%;
  letter-spacing: 1px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 55px;
  bottom: 9%;
  display:block;

}




.m_btn{
  font-family: OPPOSans-L;
  margin:0 auto;
  margin-top: 10vw;
  text-transform: uppercase;
  color: #fff;
  padding:5px 0;
  background:#0e050a;
  width: 203px;
  text-align: center;
}

.fot_mob{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:9vw;
  margin-bottom: 11vw;
}
.fot_mob a{
  text-align:left;
  display:block;
  font-size: 15px;
  color: #292929;
  margin-top: 3vw;
  font-family: OPPOSans-R;
}


.new_add{
  display:flex;
  align-items: center;
}
.new_add small{
  font-size: 20px;
  display:block;
  margin-left:15px;
}

.ztheme_list_ul h3{
  font-weight: bold;
  font-size: 20px;
  color: #333;
}
.ztheme_list_ul ul li>div>a{
  height: 387px;
}