﻿@import "https://at.alicdn.com/t/font_2677065_8mkd9wwc32a.css" ;  
@charset "utf-8"; 
/*reset Css*/ 

body{
	background-color: #fff;/*整体背景颜色*/
	-webkit-touch-callout: none;/*-webkit-user-select: none;*//*禁止复制*/
	-webkit-text-size-adjust:100%;
	margin:0px;
	padding:0px;
	-webkit-tap-highlight-color:rgba(255,255,255,0);/*点击高亮效果*/
}
/*clearfix*/
.clearfix{*zoom:1}
.clearfix:before,
.clearfix:after{display:table;content:""}
.clearfix:after{clear:both}
body, button, input, pre, select, textarea{font-size: 14px;font-family:'microsoft yahei','helvetica neue',tahoma,'PingFang SC',arial,'hiragino sans gb',sans-serif;}
article, aside, audio, body, canvas, caption, details, div, figure, footer, header, hgroup, html, iframe, img, mark, menu, nav, object, section, span, summary, table, tbody, td, tfoot, thead, tr, video{margin: 0;padding: 0;border: 0;}
a, abbr, address, b, blockquote, cit, code, dd, del, dfn, dl, dt, em, fieldset, h1, h2, h3, h4, h5, h6, hr, i, ins, label, legend, li, ol, p, pre, q, samp, small, strong, sub, sup, ul{border: 0;vertical-align: baseline;margin: 0;padding: 0;}
article, aside, audio, canvas, figcaption, figure, figure img, footer, header, hgroup, nav, section, video{display: block;}
/* 默认合并表格边框 */
table{border-collapse:collapse;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
input,textarea{-webkit-appearance: none;border-radius:0;}
ol,ul,li{list-style: none;}
a, a:active{color:inherit;text-decoration:none;cursor:pointer;}
a{border:0;}
em,i{font-style:normal;}
/*End reset*/

/*public Css*/ 
*::before, *::after{box-sizing:border-box;}
*:focus{outline:none;}
/* 阻止windows Phone 的默认触摸事件 html{touch-action:none;-ms-touch-action:none;}*/
/*兼容iphone去除默认input表单默认设置*/
input[type="submit"],input[type="reset"],input[type="button"],button{-webkit-appearance: none;}

/*图片默认样式*/
img{border:0;vertical-align:middle;}
/*动画效果 所有属性获得过度*/
.move{transition-property:all,color;}
.move{
	transition-duration:0.3s,0s ;
	-moz-transition-duration:0.3s,0s; /* Firefox 4 */
	-webkit-transition-duration: 0.3s,0s; /* Safari and Chrome */
	-o-transition-duration: 0.3s,0s; /* Opera */	
}  
@keyframes fadeInDown {/*向下*/
  from {
    opacity:0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity:1;
    -webkit-transform: none;
    transform: none;
  }
  
}
.fadeInDown{visibility: visible; animation-duration: 1500ms; animation-name: fadeInDown;} 

@keyframes fadeInUp {/*向上*/
  from {
    opacity:0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity:1;
    -webkit-transform: none;
    transform: none;
  } 
}
 .fadeInUp{visibility: visible; animation-duration: 1500ms; animation-name: fadeInUp;} 
 
@keyframes fadeInLeft {/*向左*/
  from {
    opacity:0;
    -webkit-transform: translate3d(20%,0 , 0);
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity:1;
    -webkit-transform: none;
    transform: none;
  } 
}
 .fadeInLeft{visibility: visible; animation-duration: 1500ms; animation-name: fadeInLeft;} 
 
 @keyframes fadeInRight {/*向左*/
  from {
    opacity:0;
    -webkit-transform: translate3d(-20%,0 , 0);
    transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity:1;
    -webkit-transform: none;
    transform: none;
  } 
}
 .fadeInRight{visibility: visible; animation-duration: 1500ms; animation-name: fadeInRight;}
/*动画效果 所有属性获得过度*end*/


/*首页轮播*/
/*--- Banner ---*/
#web-bnr{display:none;margin-top:0px;}
#index-bnr{height: auto;margin-top:100px;}
.bnr-img{display:block;width:100%;height:auto; bobackground-position:center center !important;background-repeat:no-repeat !important;background-size:cover !important;position:relative;}
.iBnr1-box{ margin:0 auto; top:0px; z-index:100; position:absolute; width:100%;}
.t1{ width:1000px; margin:0 auto; margin-top:calc(calc(100vw * 70 / 384) - 130px); background:rgba(0,0,0,0.5); height:200px; padding-top:30px; padding-bottom:30px; text-align:center; border-radius:8px; text-align:center; color:#FFF;}
.t1 b{ color:#F30;font-size:40px;}
.t1 h3{ font-size:70px;color:#FFF; font-weight:bold;letter-spacing:6px}
.t1 span{ color:#FFF; font-size:30px;letter-spacing:6px}
.others b{ color:#F30;font-size:40px;text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
-webkit-text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
-moz-text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
*filter: Glow(color=#fff, strength=1);}
.others h3{ font-size:50px !important;color:#FFF; font-weight:bold;letter-spacing:6px}
.others span{ color:#FFF; font-size:30px;letter-spacing:6px}
.swiper-slide-active .iBnr1-box > * {opacity: 1;transform: none;} 
.iBnr1-box > * {opacity: 0;	transform: translateY(55px);transition: all 0.5s;} 
.index-bnr .bnr-img img{height:100%; width:100%;}
.index-bnr .swiper-pagination{font-size:0px;bottom:60px !important;opacity:.75;}
.index-bnr .swiper-pagination-bullet{width:10px;height:10px;border-radius:50%;background:#fff;position:relative;overflow:hidden;margin:0 8px;opacity:1;padding:0px;}
.index-bnr .swiper-pagination-bullet:after{content:"";width:0%;height:100%;background:#f00;position: absolute;left:0px;top:0px;opacity:0;}
.index-bnr .swiper-pagination-bullet-active{width:42px;border-radius:5px;}
.index-bnr .swiper-pagination-bullet-active:after{width:100%;opacity:1;	transition: width 3s linear;-moz-transition: width 3s linear;-webkit-transition: width 3s linear;-o-transition: width 3s linear;}
.index-bnr .bnr-bg{width:100%;height:100%;background-position:center center !important;background-repeat:no-repeat !important;background-size:cover !important;position:absolute;top:0px;left:0px;}
/*轮播结束*/

/*企业资质样式开始*/
.index_cert{ width:100%; background:#eee; height:670px; padding-top:0px;}
.index_cert_top{ text-align:center; width:1300px; margin:0 auto;}
.index_cert_top h2{ font-size:36px; font-weight:bold; color:#fff}
.index_cert_top h3{ font-size:22px; color:#fff; }
.index_caer_box{ width:1300px; margin:0 auto; height:470px; background:#fff; margin-top:45px; border-radius:10px;}
.index_caer_list{ width:1150px; height:270px;  background: #FFF; margin:0 auto; border-radius:10px;margin-top:30px; padding-left:22px;overflow:hidden;}
.index_caer_list ul{ height:230px; transition-duration:0s,0s !important;
	-moz-transition-duration: 0s,0s !important; /* Firefox 4 */
	-webkit-transition-duration: 0s,0s !important; /* Safari and Chrome */
	-o-transition-duration: 0s,0s !important; /* Opera */	}
.index_caer_list li{height:230px; margin-bottom:10px;}
.index_caer_list ul img{ height:230px; float:left; margin-left:15px; margin-right:10px;}
.caer_list{ height:240px; overflow:hidden;}
/*企业资质样式结束*/ 
/*弹窗*/
.js-lightBox{cursor: pointer; opacity: 1;}
.js-lightBox:hover{ outline: 4px solid #ff0000; outline-offset: -4px;} 
.lightBox-view img{ display: block;  display: none;border:0px;margin:0px !important;}
.lightBox-popupMask{  position: fixed;  background:black;  filter:alpha(opacity=80);/* IE */opacity:0.8;width:100%;height: 100%;z-index:9999;  display: none; background-image: url('../images/overlay.png');}
.lightBox-popup{
  display: none; 
  position: fixed;
  z-index:10000;
  top:0%;
  left:50%;
  height: 50%;
  background-color: white;
  /* margin-left:-500px; */
  border-radius: 10px;
  border:5px solid white;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../images/loading.gif'); 
  background-size: 8%;
}
.lightBox-description .lightBox-btn:hover{  filter:alpha(opacity=100);/* IE */ opacity: 1;}
.lightBox-prev-btn{	height:40px;width:50px;	display:block;left:300px;position:fixed;top:calc( 50% - 20px );	z-index:20000;}
.lightBox-next-btn{	display:block;z-index:20000;height:40px;width:50px;	position:fixed;right:300px;	top:calc( 50% - 20px );}
.lightBox-prev-btn.active{background: url('../images/prev.png') no-repeat;}
.lightBox-next-btn.active{background: url('../images/next.png') right  no-repeat;}
.lightBox-title{ padding-left:15px;}
.lightBox-prev-btn.disable{background: url('../images/prev.png') no-repeat;opacity: 0.1;cursor: default;}
.lightBox-next-btn.disable{ background: url('../images/next.png') right no-repeat; opacity: 0.1; cursor: default;}
.lightBox-view .lightBox-description{  position: absolute;bottom:0;right:0;left:0;height:30px;line-height:30px;  padding-left:0px;display:none;color:white;background-color: black;  filter:alpha(opacity=80);/* IE */ background:rgba(0,0,0,.8);
}
.lightBox-view .lightBox-description .lightBox-current-index{  margin-top:5px;display:block;font-style:italic;}
.lightBox-view .lightBox-description .lightBox-close{
  float: right;display: block;width:30px;height:30px;cursor: pointer;
  background-repeat: no-repeat;background-image: url('../images/close.png');
  background-position: center center;
}
.lightBox-description .btn-position{
  float: right;position:absolute;width:100%;top:-100px;height: 40px;
}
/*loop*/
.loop{width:100% ; background:#000; margin-top:0px; max-height:none; overflow:hidden; padding-bottom:20px;}
.loop_all{width:1300px; margin:0 auto; padding-top:10px; max-height:none; overflow:hidden;}
.loop_left{float:left; width:300px; color:#FFF; font-size:18px; padding-left:20px; max-height:none; overflow:hidden;}
.loop_left span{color:#FFF; font-size:18px; display:block; float:left; height:40px; line-height:40px;}
.loop_left a{color:#FFF; font-size:14px !important; display:block; float:left; clear:both; line-height:35px; height:35px; margin-left:15px; padding-left:0px; padding-right:10px; border-bottom:1px dashed #FF3300;}
.loop_left a i{float:left;-moz-transform: rotate(90deg);-webkit-transform: rotate(90deg);}
.loop_center{float:left;width:450px; text-align:left; line-height:25px;  max-height:none; overflow:hidden;}
.loop_center_text{text-align:left !important; color:#FFF !important;}
.loop_center_text b{font-size:30px !important; display:block; line-height:50px !important}
.loop_right{float:right;width:500px; padding-top:20px;  max-height:none; overflow:hidden;} 
.loop_right ul li{ float:left; width:50%; text-align:center; color:#fff}
.loop_right ul li img{ width:150px;}
.form-control{width:420px;margin:0 auto;height:30px;line-height:30px;margin-bottom:10px;border-radius:5px;color:#FFF;padding-left:20px;border:1px solid #FFF;background:#000;}
#contact-submit{width:442px;margin:0 auto;height:40px;line-height:40px; border:0px;background:#e61724;text-align:center;color:#FFF;font-size:18px !important;border-radius:5px;}
.copyright{ width:100%; margin-top:10px; padding-top:10px; border-top:2px solid #FFF; color:#FFF; text-align:center; clear:both;}
/*搜索栏样式开始*/ 
.index_search{ display:none;}
.pho_case{ display:none;}
/*搜索栏样式结束*/
/*底部菜单*/ 
.show_menu_ico{ padding:10px; padding-top:10px  !important; padding-bottom:10px  !important;} 
.btn{ width:50%; float:left; line-height:50px; margin-bottom:8px;}
.btn span{ width:40px; height:40px; border:5px #c1c6c6 solid; border-radius:100px; display:block; background:#3b3b3b; line-height:40px; }
.ico_left{ text-align:right}
.ico_right{ text-align:left}
.btn span .iconfont{color:#FFF !important;  font-size:20px !important;}
.ico_left span{ margin-left:5px; float:right; margin-right:4px; text-align:center !important;}
.ico_right span{ float:left; margin-right  :5px; margin-left:4px; text-align:center !important;}
.show_menu_ico{ width:400% !important; left:calc( -150% - 10px) !important; background:#000; margin-bottom:0px !important;}
.pho_cart_list{ display:none;}
.con_ico{ width:1320px; margin:0 auto; margin-top:20px;}
.con_ico ul li{ float:left; width:calc( 20% - 10px); margin-left:5px; margin-right:5px; margin-bottom:10px;}
.con_ico ul li img{ width:calc( 98% - 3px ); padding:2px; border:1px solid #CCC;}
/*手机底部导航*/
.pho_loop{ display:none; position:fixed; bottom:0px; z-index:10000; width:100%; background:#FFF; height:50px;}
.pho_loop ul li{ width:20%; float:left; color:#000; text-align:center; height:42px !important; display:block; padding-top:5px; padding-bottom:8px; position:relative;}
.pho_loop ul li a{ cursor:default}
.pho_loop ul li i{ font-size:20px; color:#099;}
.pho_loop ul li img{ position:absolute;margin-left: -25px;top:-23px; width:50px;}
.pho_loop ul li dt{ position:absolute; bottom:55px; width:100%; background:#FFF; border-radius:5px 5px 0px 0px; line-height:30px; z-index:-1000; padding-bottom:10px;left:-10px; padding:10px;display:none;box-shadow: 0px -2px 20px #888}
.loop_contact{ left:-20px !important;}
.pho_loop ul li dt a{ display:block;}
.show_menu_ico a{ display: inline-table !important;pointer-events: auto !important;  color:#000 !important; font-size:12px !important}
.pho_loop ul li:hover dt{ display:block !important;-webkit-transition: 0.5s;transition: 0.5s; }
.pho_loop ul li:hover img{transform:rotate(-180deg); 
-ms-transform:rotate(-180deg); /* Internet Explorer */
-moz-transform:rotate(-180deg); /* Firefox */
-webkit-transform:rotate(-180deg); /* Safari 和 Chrome */
-o-transform:rotate(-180deg); /* Opera */-webkit-transition: 0.5s;transition: 0.5s; color:#F00}
.dd{ margin-top:4px;}
/**分页代码开始*/
 .pages{ text-align:center; margin-top:10px; margin-bottom:30px; }
 .pages a{ display:inline-table; line-height:40px; text-align:center; border-radius:5px; font-size:16px; border:1px  solid #e2e1e1; background:#eeeeee; width:50px; margin-left:5px; margin-right:5px;}
 .thisclass,.pages a:hover{ background:#f2008d !important; color:#FFF; font-weight:bold; font-size:16px; border:1px solid #f2008d !important;} 
 /*分页代码结束*/
 
/**留言板样式*/ 
#msg_all{ width:100%; height:100%; position:fixed; z-index:1000000000; background:rgba(0,0,0,0.6); top:0px; display:none;}
#msg_input{ width:500px; max-height:none; overflow:hidden; padding-bottom:20px; border-radius:10px; border:4px solid #0193de; margin:0 auto; background:#FFF; top:calc(50% - 150px); position:relative;}
#input_top{ height:30px; line-height:30px; padding-top:8px;}
#input_top span{ float:left; margin-left:20px; color:#000; font-size:18px;}
#input_top i{ float:right; margin-right:10px;}
.qq-close{ font-size:30px !important; color:#C00}
.qq-closes{ font-size:20px !important; color:#C00; float:left; margin-right:6px; color:#06F}
.form-group{ width:100%; margin:0 auto;}
.form-controls{ width:calc( 100% - 20px); margin:0 auto; margin-top:10px; height:30px; line-height:30px; border:1px solid #06F; padding-left:20px;}
.form-group textarea{ height:80px !important;}
#code{ width:100px !important; margin-right:10px;}
#contact-submits{ width:100%; background:#0193de; height:30px; line-height:30px; text-align:center; border-radius:5px; border:0px;margin:0 auto; margin-top:6px; font-size:16px; color:#FFF;}
.index_searchs{ display:none;}


/*右侧客服代码*/

/*固定的悬浮窗*/
.yb_conct{position:fixed;z-index:9999999;top:200px;right:-147px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:200px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#ff4a00;}
.yb_bar .yb_phone{background:#ff4a00;}
.yb_bar .yb_QQ{background:#ff4a00;}
.yb_bar .yb_ke{background:#ff4a00;}
.yb_bar .yb_ercode{background:#ff4a00;}
.hd_qr{padding:0 39px 35px 39px;}
.yb_conct .iconfont{ padding-right:15px !important;}
.yb_QQ a img{color:#fff;  height:25px !important;float:left;}
.yb_QQ span{float:left;height:25px !important; clear:both; line-height:25px;}
.yb_conct dt{ display:block; height:25px; margin-bottom:10px; padding-left:20px;	}
.yb_ke a{ color:#FFF;display:block;}
.keqq{ font-size:30px !important; margin-left:13px;line-height:53px !important; color:#fff; float:left;font-weight:normal !important;}
.loop_msg {
    width: 130px;
    height: 30px;
    line-height: 30px;
    border: 0px;
    border-radius: 20px;
    text-align: center;
    background: #fff;
}
/*商桥样式
.nb-icon-inner-wrap,.nb-icon-wrap{ display:none !important;}*/
.phlinks{background:#ff4a00; display:none; position:fixed; z-index:1200000; top:calc(50vh - 60px); right:0px; width:28px; height:100px; border-radius:5px 0px 0px 5px; text-align:center; font-size:15px; font-weight:bold; color:#FFF; line-height:25px;}
@media all and (max-width:1100px){ 
.yb_conct{ display:none !important;} 
.phlinks{ display:block !important;}
.chat{ display:none !important;}
.yb_conct{ right:0px !important}
}
.mychat{ width:100%; height:80vh; position:fixed; bottom:0px; z-index:10000;}
.mychat_top{ background:url('/images/chatclose.png') no-repeat; width:100%; height:calc(100vw * 0.11); background-size:calc(100vw * 0.11); position:absolute; z-index:1000000; top:0px;}
