/*zbanner*/
.zbanner{
  width: 100%;
  height: 31.2vw;
  position:relative;
  overflow:hidden;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  margin-bottom: 4vw;
}
.zbanner>.warpper{
  position:absolute;
  bottom:10%;
  left:0;
  right:0;
}
.zbanner>.warpper>p{
  font-size: 36px;
  color: #fff;
}
.crumbs,.crumbs a{
  color: #fff;
  font-size: 14px;
}

/*zapply*/
.zapply{
  padding-bottom: 4vw;
}
.zapply .app_bom li{
  width: 49.2%;
  margin-bottom: 1.4vw;
  height: 16.2vw;
}

/*zproduct*/
.de-product-list{
  margin-top: 2vw;
}
.zprobg{
  padding-bottom: 4vw;
}

/*zcompany*/
.zcom_cont1{
  padding-top: 4vw;
  padding-bottom: 4vw;
  background:#f9f9f9;
  position:relative;
  overflow:hidden;
}
.zcom_cont1>div{position:relative;}
.zcom_cont1>h2{
  position:absolute;
  top: 0;
  left: 139px;
  color: #ececec;
  font-size: 260px;
  line-height: 220px;
  transform-origin: 0 0;
  transform: rotate(90deg);
}
.zcomc1_tit{
  margin-bottom: 1vw;
}
.zcomc1_tit>h3{
  font-size: 48px;
  color: #333333;
  font-style: italic;
  font-family: roboto_bold;
  margin-top: 1vw;
}
.zcomc1_tit>h3>span{
  color: #d6000f;
  font-family: roboto_bold;
}
.zcomc1_tit>h2{
  color: #333333;
  font-size: 28px;
  line-height: 29px;
}
.zcomc1_tit>small{
  font-size: 15px;
  color: #9f9f9f;
  font-family: roboto_reg;
}
.zcomc1{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.zcomc1_left{
  font-size: 16px;
  line-height: 35px;
  color: #818181;
  display:block;
  width: 47.5%;
}
.zcomc1_right{
  width: 47%;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.zcomc1_right li{
  width: 45%;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 1vw;
  padding-bottom: 0.6vw;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.zcomc1_right li span{
  line-height: 66px;
  font-size: 60px;
  color: #b71d21;
  font-style: italic;
  font-family: roboto_bold;
}
.zcomc1_right li p i{
  display:inline-block;
  margin-left:10px;
  background:#b71d21;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.zcomc1_right li small{
  display:block;
  font-size: 16px;
  color: #333333;
  height: 50px;
}
.zcomc1_right li b{
  position:relative;
  overflow:hidden;
  display:block;
  width: 70px;
  height: 70px;
}
.zcomc1_right li b img{
  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%);
}
.zcomc1_right li b:before{
  display:block;
  content: '';
  width: 100%;
  height: 100%;
  background:url("../images/zcomclicon.png") no-repeat center;
  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%);
  animation: rotate360 8s linear 0s infinite normal;
}


.zcom_cont2{
  padding:4vw 0;
}
.zcomc2_list{
  height: 19.7vw;
}
.zcomc2_list li{
  float:left;
  width: 300px;
  height: 100%;
  display:flex;
  -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;
}
.zcomc2_list li.mousein{
  width:calc(100% - 600px);
}
.zcomc2_text{
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:35px;
  width:300px;
  height: 100%;
  display:flex;
  justify-content: center;
  align-items: center;
  background:#fcfcfc;
  -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;
}
.zcomc2_list li:nth-of-type(2) .zcomc2_text{
  background:#eee;
}
.zcomc2_list li.mousein .zcomc2_text{
  background:#b71d21;
}
.zcomc2_text>div{
  width: 100%;
}
.zcomc2_text h3{
  font-size: 24px;
  color: #000000;
    -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-top:1.5vw;
}
.zcomc2_text>div>p{
  font-size: 14px;
  color: #999999;
  margin-bottom: 1.5vw;
  -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;
}
.zcomc2_list li.mousein .zcomc2_text>div>p{
  margin-bottom: 1vw;
}
.zcomc2_list li.mousein .zcomc2_text h3,.zcomc2_list li.mousein .zcomc2_text>div>p{
  color: #fff;
  text-align: left;
}
.zcomc2_text i{
  display:block;
  margin:0 auto;
  background:#b71d21;
  width: 24px;
  height: 3px;
  -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;
}
.zcomc2_list li.mousein .zcomc2_text i{
  margin-left: 0;
  background:#fff;
}
.zcomc2_text small{
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  text-align: left;
  display:none;
  height: 109px;
  margin-top: 0.8vw;
  -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;
}
.zcomc2_list li.mousein .zcomc2_text small{
  display:block;
}
.zcomc2_text img{
  margin:0 auto;
  -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;
}
.zcomc2_list li.mousein img.pic_red{
  display:none;
}
.zcomc2_text img.pic_white{
  position:relative;
  top:10px;
  opacity: 0;
  margin-left:0;
  display:none;
  filter:brightness(100);
}
.zcomc2_list li.mousein img.pic_white{
  top:0;
  opacity:1;
  display:block;
}


.zcomc2_pic{
  width:calc(100% - 200px);
  height: 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;
  display:none;
}
.zcomc2_list li.mousein .zcomc2_pic{
  width:calc(100% - 300px);
  display:block;
}

.zcom_cont3{
  background:url("../images/zcombg.jpg") no-repeat center;
  background-size:cover;
  padding:4vw 0;
  overflow:hidden;
}
.zcom_cont3_pic{
  width: 100%;
}
.zcom_cont3_pic img{
  max-width: 100%;
  margin:0 auto;
}

.zcom_cont4{
  padding:4vw 0;
  background:url("../images/zcombg2.jpg") no-repeat center;
  background-size:cover;
  overflow:hidden;
}
.zcom_cont4 .title h3,.zcom_cont4 .title h6,.zcom_cont4 .title small{
  color: #fff;
}
.zcom_cont4 .title h3{
  background:url(../images/titbgs.png) no-repeat left top;
}
.zcomc4_main{
  width:100%;
  height: 12.4vw;
  margin-top: 2vw;
  position: relative;
}
.zcomc4_main .swiper-slide>a{
  display:block;
  width: 100%;
  height: 100%;
}
.zcomc4_main .swiper,.zcomc4_main .swiper-slide>a b{
  width: 100%;
  height: 100%;
}
.zcomc4_main .swiper-button-next:after,.zcomc4_main .swiper-button-prev:after{
  display:none;
}
.zcomc4_main .swiper-button-next.swiper-button-disabled{
  opacity: 1;
  border:1px solid #fff;
  background:url("../images/projt_rs.png") no-repeat center;
}
.zcomc4_main .swiper-button-prev.swiper-button-disabled{
  opacity: 1;
  border:1px solid #fff;
  background:url("../images/projt_ls.png") no-repeat center;
}
.zcomc4_main .swiper-button-next{
  right: -5%;
  background:#d6000f url("../images/projt_rs.png") no-repeat center;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:1px solid #d6000f;
  -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;
}
.zcomc4_main .swiper-button-prev{
  left: -5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background:url("../images/projt_ls.png") no-repeat center;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background-color:#d6000f;
  border:1px solid #d6000f;
  -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;
}


/*ztech*/
.ztech_cont1{
  margin-bottom: 3vw;
}
.ztech_cont1>small{
  width:100%;
  display:block;
  margin-top: 1vw;
}
.ztech_cont1>small img{
  max-width: 100%;
  margin:0 auto;
}
.ztech_cont2{
  padding-top: 2vw;
  padding-bottom: 4vw;
  height: 25vw;
  position:relative;
}

.ztech_cont2 .swiper-button-next:after,.ztech_cont2 .swiper-button-prev:after{
  display:none;
}
.ztech_cont2 .swiper-button-next.swiper-button-disabled{
  opacity: 1;
  border:1px solid #b2b0b0;
  background:url("../images/techjt_r.png") no-repeat center;
}
.ztech_cont2 .swiper-button-prev.swiper-button-disabled{
  opacity: 1;
  border:1px solid #b2b0b0;
  background:url("../images/techjt_l.png") no-repeat center;
}
.ztech_cont2 .swiper-button-next{
  right: -5%;
  background:#d6000f url("../images/projt_rs.png") no-repeat center;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:1px solid #d6000f;
  -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;
}
.ztech_cont2 .swiper-button-prev{
  left: -5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background:url("../images/projt_ls.png") no-repeat center;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background-color:#d6000f;
  border:1px solid #d6000f;
  -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;
}

/*zcontact*/
.zcontact_cont1{
  background:url("../images/mapbg.jpg") repeat-x center bottom;
  padding: 4vw 0;
}
.zcontact_c1_map{
  width: 100%;
  overflow:hidden;
  position:relative;
  padding:45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display:flex;
  justify-content: flex-end;
  margin-top: 2vw;
}
.zcontact_c1_map #dituContent{
  width: 100%;
  height: 100%;
  position:absolute;
  left:0;
  top:0;
}
.zcontact_c1_text{
  background:#fff;
  position:relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:1.5vw 2vw;
  width: 30%;
}
.zcontact_c1_text h3{
  font-size: 32px;
  color: #333333;
}
.zcontact_c1_text li{
  border-bottom: 1px solid #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:2vw 0;
}
.zcontact_c1_text li:last-of-type{
  border-bottom: none;
}
.zcontact_c1_text li p{
  font-size: 20px;
  color: #333333;
  margin-top: 1vw;
  margin-bottom: 1vw;
}
.zcontact_c1_text li small{
  font-size: 16px;
  font-family: roboto_reg;
  color: #666666;
}

.zcontact_cont2{
  padding: 4vw 0;
}


/*message*/
#formData{
  margin-top: 2vw;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#formData>textarea{
  width: 100%;
  height: 12vw;
  border:1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:20px 70px;
  font-size: 17px;
  color: #929292;
  background:#f9f9f9 url("../images/icon01.png") no-repeat 28px 20px;
}
#formData>textarea::placeholder,#formData input::placeholder{
  font-size: 17px;
  color: #929292;
}
#formData>input{
  background:#f9f9f9;
  color: #929292;
  border:1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 70px;
  font-size: 17px;
  line-height: 72px;
  width: 32%;
  margin-top: 2vw;
}
#formData>input[name=name]{
  background:#f9f9f9 url("../images/icon02.png") no-repeat 28px center;
}
#formData>input[name=tel]{background:#f9f9f9 url("../images/icon03.png") no-repeat 28px center;}
#formData>input[name=email]{background:#f9f9f9 url("../images/icon04.png") no-repeat 28px center;}
#formData>input[name=address]{background:#f9f9f9 url("../images/icon05.png") no-repeat 28px center;}
#formData>.code{
  background:#f9f9f9;
  border:1px solid #e5e5e5;
  width: 32%;
  margin-top: 2vw;
  display:flex;
  justify-content: space-between;
}
#formData>.code input{
  font-size: 17px;
  line-height: 72px;
  color: #929292;
  padding-left:70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 60%;
  background:none;
}
#formData>.code input[name=captcha]{background:url("../images/icon06.png") no-repeat 28px center;}
#formData>.code .verify{
  height: 100%;
  width: 40%;
  display:flex;
  justify-content: center;
  align-items: center;
  background: #f3fbfe;
}
#formData>.code .verify img{
  width: 100%;
}

#formData>a{
  background:#b71d21;
  border:1px solid #b71d21;
  text-align: center;
  width: 32%;
  line-height: 72px;
  color: #fff;
  display:block;
  margin-top: 2vw;
  position:relative;
  overflow:hidden;
}
#formData>a span{
  position:relative;
  z-index: 10;
  padding-left: 42px;
  font-size: 22px;
  color: #fff;
  background:url("../images/plane.png") no-repeat left center;
}
#formData>a:before,#formData>a:after{
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
#formData>a:before{
  background: #df2b37;
}

#formData>a:after{
  background: #b1141f;
}
#formData>a:hover:before, #formData>a:hover:after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
#formData>a:hover:after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

/*zsearch*/
.zsearch{
  width:100%;
  text-align: center;
  display:flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;background-size:cover;
}
.zsearch img{
  margin:0 auto;
  margin-bottom: 3vw;
  opacity: 0.1;
  animation:opchange 2s linear 0s 1 normal;
  animation-fill-mode: forwards;
}
@keyframes opchange {
  0%{
    opacity: 0.1;
  }
  45%{
    opacity:0.8;
  }
  65%{
    opacity: 0.4;
  }
  100%{
    opacity:1;
  }
}

.zsearch form{
  background:#fff;
  border-radius: 30px;
  width: 800px;
  overflow:hidden;
  display:flex;
  justify-content: space-between;
}
.zsearch form input[name=keyword]{
  width: 80%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 35px;
  line-height: 60px;
  font-size: 16px;
  color: #a7a7a7;
}
.zsearch form input[name=keyword]::placeholder{
  font-size: 16px;
  color: #a7a7a7;
}
.zsearch form input[type=submit]{
  cursor: pointer;
  background:#b71d21 url("../images/sechicon_xs.png") no-repeat 32% center;
  width: 20%;
  color: #fff;
  font-size: 16px;
  text-align: left;
  padding-left:75px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -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;
}
.zsearch form input[type=submit]:hover{
  background:#e60012 url("../images/sechicon_xs.png") no-repeat 32% center;
}

/*zproduct*/
.zpro_top{
  display:flex;
  justify-content: space-between;
  align-items: center;
  position:relative;
}

.zpro_sele>form{
  display:flex;
  justify-content: flex-end;
}
.zprofl_choose{
  margin-right: 20px;
  position:relative;
}
.chose_top{
  display:flex;
  justify-content: center;
  position:relative;
  z-index: 2;
  background:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:1px solid #b71d21;
  border-radius: 30px;
  padding:0 27px;
}
.chose_top>p{
  min-width: 160px;
  font-size: 18px;
  color: #333333;
  font-weight: lighter;
  line-height: 48px;
}
.chose_top>span{
  width: 20px;
  display:block;
  height: 48px;
  background:url("../images/down_icon.png") no-repeat center;
  cursor: pointer;
}

.chose_bom{
  display:none;
  position:absolute;
  background:#fff;
  width:calc(100% - 57px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top:100%;
  left:16px;
  z-index: 1;
  padding:0 27px;
  box-shadow:0 0 10px #ddd;
}
.chose_bom a{
  display:block;
  width: 100%;
  line-height: 35px;
  font-size: 14px;
  font-weight: lighter;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  cursor: pointer;
  border-bottom: 1px dashed #ddd;
  -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;
}
.chose_bom a:hover{
  color: #b71d21;
}
.chose_bom a:last-of-type{
  border-bottom:none;
}


.xh_search{
  margin-top: 31px;
  margin-right: 2vw;
  float:right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  width: 187px;
  overflow:hidden;
  display:flex;
  justify-content: space-between;
}
.xh_search input{
  line-height: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: lighter;
  color: #fff;
  width: 80%;
  background:none;
}
.headfix .xh_search{
  border-bottom: 1px solid #666;
}
.headfix .xh_search input{
  color: #666;
}


.xh_search input::placeholder{
  font-size: 16px;
  font-weight: lighter;
  color: #fff;
}
.headfix .xh_search input::placeholder{
  color: #666666;
}
.xh_search input[type=submit]{
  cursor: pointer;
  background:url("../images/prosearchicon.png") no-repeat center;
  width:20%;
  -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;
}
.headfix .xh_search input[type=submit]{
  background:url("../images/prosearchicons.png") no-repeat center;
}
.xh_search input:-webkit-autofill {
  box-shadow:0 0 0 1000px white inset !important;
}
.xh_search input:-internal-autofill-previewed,
.xh_search input:-internal-autofill-selected {
  -webkit-text-fill-color: #333 !important;
  transition: background-color 5000s ease-in-out 0s !important;
}



/*zpro_table*/
#productparam{
  border-collapse: collapse;
  width: 100%!important;
  word-break: break-all;
}
#productparam thead{
  color:#333333;
}
#productparam tr:first-of-type td:first-of-type{
  word-break: normal;
  min-width: 100px;
}
#productparam td{
  border :1px solid #333;
  padding:5px;
  text-align: center;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  background-color:#efefed;
}
#productparam input{
  width:100% !important;
}
#productparam input:focus{
  border:1px solid #237ED2;
}
.select-box {
  width:100%;
  position: relative;
}
.select-box .select-title {
  height: 20px;
  line-height: 20px;
  display: block;
  border: 1px solid #333333;
  cursor: pointer;
  white-space: nowrap;
  padding:3px 5px;
  background:#fff;
  font-size: 13px;
  border-radius: 5px;
  font-weight: normal;
}

.select-box ul {
  border: 1px solid #b71d21;
  position: absolute;
  min-width: 100%;
  background: #fff;
  max-height:170px;
  overflow-y: auto;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
}
.select-box ul::-webkit-scrollbar{
  width:2px; /*滚动条宽度*/
}
.select-box ul::-webkit-scrollbar-thumb{
  background-color:#f1d2d3; /*滑道*/
  -webkit-border-radius:2px; /*滑道圆角宽度*/
}
.select-box ul li {
  width:100%;
  height: 30px;
  line-height: 30px;
  list-style: none;
  cursor: pointer;
  text-align: left;
  font-size: 14px;
  color: #333333;
  word-break: normal;
  font-weight: lighter;
  -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-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 10px;
}
.select-box ul li:hover{
  background: #b71d21;
  color: #fff;
}
.select-box ul li.current {
  background: #b71d21;
  color: #fff;
}
.select-box ul li a{
  font-size: 14px;
  color: #333333;
  font-weight: lighter;
}
.select-box ul li:hover a{
  color: #fff;
}
.none {
  display: none;
}
.block {
  display: block;
}
.pdf{
  display: block;
  width:32px;
  height:40px;
  overflow: hidden;
  margin: 0 auto;
}
.pdf img{
  width:100%;
  height:100%;
  object-fit: contain;
}




.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;
}
.common-inner .inner-right .de-contact .contact-map #dituContent {
  width: 785px;
  height: 475px;
  margin: 0 auto 30px;
}
.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-top: 2vw;
}
.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;
  margin:0 10px;
  height: 36px;
  background:#f5f5f5;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  color: #757575;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  background: #b71d21;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #f5f5f5 url(../images/prev.png) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #b71d21 url(../images/prev-hover.png) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #b71d21;
}
.de-page-mian .page-inner a.next {
  background: #f5f5f5 url(../images/next.png) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #b71d21 url(../images/next-hover.png) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #b71d21;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
  display:none;
}
.de-page-mian .page-inner span {
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
  display:none;
}
.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;
}


.nav_menu{
  float:right;
  position: relative;
  display: block;
  width: 34px;
  height: 30px;
  margin-top: 33px;
  margin-left: 10px;
}

.nav_menu i{
  width: 28px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  right: 0;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}
.headfix .nav_menu i{
  background-color: #828384;
}

.nav_menu .a1{top:0;}
.nav_menu .a3{top:10px;}
.nav_menu_click .a1{
  top: 6px;
  width: 28px;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.nav_menu_click .a3{
  top: 6px;
  width: 28px;
  transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.nav_ul{
  position:fixed;
  right:-100%;
  top:80px;
  width:275px;
  background:#fff;
  z-index: 1000;
  height: 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;
}
.nav_ulfix{
  right:0;
}
.nav_ul>li{
  border-bottom: 1px solid #e6e6e6;
}
.nav_ul>li>a{
  font-size: 16px;
  color: #5f5f5f;
  padding: 0 34px;
  line-height: 38px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav_ul>li.active>a{
  background: url(../images/activeicon.png) no-repeat 10px center;
  color: #e60012;
}
.mpro_menu{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 38px;

}
.mpro_menu>a{
  width: calc(100% - 38px);
  line-height: 38px;
  font-size: 16px;
  color: #5f5f5f;
  padding-left:34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav_ul>li.active .mpro_menu>a{
  background: url(../images/activeicon.png) no-repeat 10px center;
  color: #e60012;
}

.mpro_menu>span{
  width:38px;
  height: 100%;
  background: url(../images/mjt.png) no-repeat center;
}
.mpro_menu>span.rotate{
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mpro_list{
  display:none;
}
.mpro_list a{
  display:block;
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:45px;
  padding-right: 10px;
  border-top: 1px solid #e0e0e0;
  background: #f5f5f5;
  color: #717171;
  font-size: 14px;
  line-height: 34px;
}
