@charset "utf-8";@font-face{font-weight:400;font-style:normal;font-family:Century Gothic;src:url(//:) format("no404"),url(/public/tpl/blade_wxf_3045/font/GOTHIC.woff) format("woff"),url(/public/tpl/blade_wxf_3045/font/GOTHIC.ttf) format("truetype")}
img,object{max-width:100%}
img{-ms-interpolation-mode:bicubic;border:0}
img.mar_bottom{margin-bottom:20px}
body{background:#fff;color:#313131;font-size:16px;font-family:Arial,Helvetica,sans-serif;line-height:24px}
*,li,ol,ul{margin:0;padding:0}
li,ol,ul{float:left;list-style:none}
a{color:#1c6cb3}
a:hover{color:#38a8d5}
a,a:hover{text-decoration:none}
a.indent{padding-left:34px}
a.indent1{padding-left:54px}
.clear{clear:both;margin:0;padding:0;height:0;font-size:0;line-height:0;width:0}
p{padding:6px 0}
p.relate_names{font-size:.8em;color:#666;margin-top:40px}
p.sname{font-size:1.1em;color:#999;text-align:left;margin-bottom:20px}
h2{display:block;margin:0;padding:20px 0 50px 0;font-size:24px;line-height:25px;font-weight:400;color:#444}
.names h2{line-height:36px;margin-top:5px;padding:30px 0 0 0;font-size:1.8em;font-family:Century Gothic;text-align:left}
h3{font-size:20px;margin:0;line-height:26px}
.etw_hometitle{line-height:30px;margin-top:5px;padding:30px 0 20px 0;font-size:26px;text-align:center;color:#3d3d3d;font-family:Verdana}
.etw_hometitle a{color:#3a3a3a}
.etw_hometitle a:hover{color:#000}
.etw_hometitle3{width:100%;font-size:1.4em;color:#38a8d5;line-height:39px;border-bottom:3px solid #333;margin-bottom:20px}
.etw_hometitle1{line-height:30px;margin-top:5px;padding:30px 0 20px 0;font-size:36px;text-align:center;color:#3d3d3d;font-family:Century Gothic}
.etw_hometitle1 a{color:#3a3a3a}
.etw_hometitle1 a:hover{color:#000}
.etw_hometitle5{line-height: 30px;
margin-top: 5px;
padding: 30px 0 20px 0;
font-size: 36px;
text-align: center;
color: #fff;
font-family: Century Gothic;
border: 1px solid #2f3237;
width: 318px;
background: #2f3237;
margin: -43px auto 0 auto;}
.big_title{border-top:1px solid #ccc;text-align:center;margin:50px auto 20px auto}
.big_title strong{padding:0 20px;margin:-15px auto 0 auto;width:30%;font-size:1.5em;display:block;background:#fff;font-weight:400;line-height:30px}
.table{margin:15px 0 20px 0}
table,td{border:1px solid #999!important}
#etw_multimedia{width:130px;height:200px;background:url(/public/static/images/ETWicon.png) no-repeat left;background-position:left top;position:fixed;right:-18px;top:40%;z-index:888}
#etw_multimedia{animation-name:animation1;animation-duration:2s;animation-timing-function:1s;animation-iteration-count:10000;animation-direction:alternate}
@keyframes animation1{from{opacity:0}
to{opacity:1}
}


.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.centered-y {
  position: absolute;
  width: 100%;
  top: 50%;
  left:50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.centered-y h2{ color:#fff;}
.distribution-map {
  position: relative;
  width: 100%;
  padding: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
.distribution-map > img {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
.distribution-map .map-point {
  cursor: pointer;
  outline: none;
  z-index: 0;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
  -o-transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
  -webkit-transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out, height 0.25s ease-in-out, z-index 0.25s ease-in-out;
  -webkit-transition-delay: 0.25s, 0.25s, 0.25s, 0.25s;
  -webkit-transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
          transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
  background: rgba(26, 26, 26, 0.85);
  border: 5px solid #7fcff7;
}
.distribution-map .map-point .content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  width: 100%;
  height: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: overlay;
}
.distribution-map .map-point:active, .distribution-map .map-point:focus {
  margin: 0;
  padding: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  width: 300px;
  height: 220px;
  color: #e5e5e5;
  z-index: 1;
  -webkit-transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out, height 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out, height 0.25s ease-in-out;
}
.distribution-map .map-point:active .content, .distribution-map .map-point:focus .content {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.25s ease-in-out 0.25s, height 0 ease-in-out 0.25s, overflow 0 ease-in-out 0.25s;
  -o-transition: opacity 0.25s ease-in-out 0.25s, height 0 ease-in-out 0.25s, overflow 0 ease-in-out 0.25s;
  -webkit-transition: opacity 0.25s ease-in-out, height 0 ease-in-out, overflow 0 ease-in-out;
  -webkit-transition-delay: 0.25s, 0.25s, 0.25s;
  -webkit-transition: opacity 0.25s ease-in-out 0.25s, height 0 ease-in-out 0.25s, overflow 0 ease-in-out 0.25s;
          transition: opacity 0.25s ease-in-out 0.25s, height 0 ease-in-out 0.25s, overflow 0 ease-in-out 0.25s;
  overflow: hidden;
}
.distribution-map .map-point:active .content a:hover, .distribution-map .map-point:active .content a:active, .distribution-map .map-point:focus .content a:hover, .distribution-map .map-point:focus .content a:active {
  color: #afe1fa;
}


























.homelink{width:100%;max-width:1600px;margin:20px auto}
.etw_tags,.etw_tags1{width:45%;height:auto;float:left;margin-right:2%}
#video{width:96%;margin:20px 2% 30px 2%;text-align:center}
.video_bg{width:auto;border-left:2px solid #38a9d5;margin:0 auto;display:inline-block;padding-bottom:20px;position:relative}
.video_bg ul li:after,.video_bg ul li:before,.video_bg:after,.video_bg:before{content:"";display:block;position:absolute;width:0;height:0;transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-moz-transition:all .3s ease-in}
.video_bg:before{bottom:0;left:-2px;border-left:2px solid #474747}
.video_bg:after{top:-20px;right:-2px;border-right:2px solid #474747}
.video_bg:hover:after,.video_bg:hover:before{height:112px}
.video_bg ul li:hover .etw_video a,.video_bg:hover .etw_video a{background-image:url(../images/video_hov3.png);color:#474747}
.video_bg:hover,.video_bg:hover ul li{border-color:transparent}
.video_bg:hover ul li:after,.video_bg:hover ul li:before{width:120px}
.video_bg ul li{border-bottom:2px solid #38a9d5;margin:0 -20px;padding:0 20px}
.video_bg ul li:before{bottom:20px;left:-20px;border-bottom:2px solid #474747}
.video_bg ul li:after{top:0;right:-20px;border-top:2px solid #474747}
.etw_video{margin:10px 0 10px 15px}
.etw_video a{background:url(../images/video.png) no-repeat left;display:block;background-size:contain;padding:22px 30px 22px 80px;color:#38a9d5;font-size:1em}
.img_txt ul{width:100%}
.img_txt ul ol{width:50%;float:left;height: 208px;}
.img_txt ul ol li{padding:0 5px;width: 40%;}
#header{width:100%;height:auto;margin: 0 auto;background:#2f3237; max-width:1600px;}
#headerin{display:block;margin:0 auto;width:100%;max-width:1300px;height:auto;position:relative}
#etw_logo{width:284px;height:124px;float:left;position:absolute;}
#etw_language{float:right;margin:22px 0 0 0;padding-right:10px;width:115px;height:auto}
#etw_language a{padding:0 0 0 30px;color:#2f3237;font-size:12px;line-height:30px}
#etw_language .icon-angle-down{color:#fff;padding-top:3px}
#etw_language a:hover{color:#38a8d5}
.dropdown{float:left;display:block;width:100%}
#dropdownMenu1{border:0;color:#fff;background:0;font-size:.9em}
#etw_language .dropdown-menu{min-width:100px}
.top-nav{width:70%;text-align:center;float:right;margin:1px 0}
.navbar,.navbar-default,.navbar-default .navbar-collapse,.navbar-header,.navbar-nav{background:0;border:0;min-height:inherit;padding:0;margin:0;width:100%}
.navbar-default .navbar-nav li{width:auto;float:none;display:inline-block}
.navbar-default .dropdown-menu{z-index:1200}
.navbar-default .dropdown-menu li{width:100%;display:block}
.navbar-default .navbar-nav li a{padding:25px 15px 21px 15px;color:#fff;line-height:26px;font-size:.9em;display:block}
.navbar-default .dropdown-menu li a{font-size:16px;padding:0 15px 0 18px;color:#464a48}
.navbar-default .dropdown-menu li a.sechildren{font-size:14px;padding-left:30px;color:#888}
.navbar-default .dropdown-menu li.big_case a{padding-left:20px}
.navbar-default .navbar-nav li a.thisItem,.navbar-default .navbar-nav li a:hover{background:#38a8d5}
.navbar-default .dropdown-menu li a.thisItem,.navbar-default .dropdown-menu li a:hover{color:#38a8d5;background:#f5f5f5}
.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{background:#38a8d5;color:#fff}
.navbar-brand{display:none}
#etw_banner{width:100%;background:url(../images/banner.jpg) no-repeat top right;height:590px;position:relative;max-width:1600px;margin:10px auto;}
.etw_banner{height:320px!important}
.banner_txt{width:35%;float:left}
.banner_txt .etw_hometitle{text-align:left;color:#38a8d5;font-size:4em;text-transform:uppercase;line-height:60px}
.banner_txt span{color:#515151;font-size:1.4em;display:block;margin:20px 0 20px 16px;line-height:30px}
.etw_video1 a{width:149px;height:149px;position:absolute;top:44%;left:50%;background:url(../images/video.png) no-repeat}
.etw_video1 a:hover{background-image:url(../images/xingyu01.png)}
#container{width:100%;height:auto;margin:0 auto; max-width:1600px;}
.etw_bg{border:140px solid transparent;border-right:none;border-left:none;margin:10px auto;border-image: url(../images/bg1.jpg) 140 0 stretch;background: #38a8d5;}
.etw_bg3{border:58px solid transparent;border-right:none;border-left:none;margin:10px auto;}
.etw_bgno{border-top:none;max-width:1600px;width:100%;margin:30px auto 0 auto;}
.etw_bgno:nth-child(2n){border:none;background:#fff;color:#4c4c4c}
.solution{width:100%;}
.solution p{text-align:center}
.solution p a{color:#000;font-size:24px;font-weight:700}
.solution ul{width:100%;float:left;margin-right:2%;padding:2% 0 2% 10%;}
.solution ul:last-child{margin-right:0}
.solution ul li{width:16%;color:#000;line-height:26px;font-size:1.1em;margin:10px 9px}
.solution ul li a{color:#000;font-size:1.2em;padding:6px 0;display:block}
.solution ul li a:hover{color:#38a8d5;font-size:1.25em;transition:all .5s ease-in 0s;-webkit-transition:all .5s ease-in 0s;-moz-transition:all .5s ease-in 0s}
.solution ul li span{color:#38a8d5;display:inline-block;padding:6px 0}
.solution ul li.more{background:#38a8d5;width:auto;font-size:.7em;margin-top:6px;text-align:center}
.solution ul li.more a{padding:5px 10px}
.solution ul li.more a:hover{background:#1c6cb3;color:#fff}
.company_txt{width:96%;max-width:1000px;margin:40px auto 0 auto}
.abouthome{width:100%;height:180px;overflow:hidden}
.homemore{width:110px;height:14px;float:right;margin:7px 0}
.homemore a{color:#cc5a5b}
.homemore a:hover{color:#38a8d5}
.company_txt p{line-height:30px;color:#585858;text-align:left}
.company_txt h2{padding:47px 0 14px 0;font-weight:700;text-align:center}
.txt_left p{text-align:left; font-size:18px;font-family: Verdana;}
.company_img{text-align:center}
.company_img a{margin:10px;display:inline-block}
.company_img a:hover{transform:rotateY(30deg);transition:all .5s ease-out 0s}
#etw_container{width:100%;max-width:1530px;margin:0 auto}
#etw_container1{width:100%;max-width:1800px;margin:30px auto}
#etw_contentin{width:100%;height:auto;padding:40px 5%;margin:0 auto}
.about_format_sub1{display:none}
.about_format_sub{width:100%;overflow:hidden;margin:40px auto;box-shadow:1px 1px 10px #ccc;-moz-box-shadow:1px 1px 10px #ccc;-webkit-box-shadow:1px 1px 10px #ccc;padding:20px 20px 20px 30px}
.about_format_sub ul li.etw_pro_img{width:30%;margin-right:3%}
.about_format_sub ul li.etw_pro_name{width:65%}
.about_format_sub ul li.etw_pro_name a,.about_format_sub ul li.etw_pro_name1 a{font-size:1.3em;display:block;padding:10px 0}
.product_style{width:100%;clear:both;}
.product_style1{width: 100%;
clear: both;
max-width: 1960px;
margin: 0 auto;}
.product_style ul{overflow:hidden;width:100%;height:auto}
.product_style1 ul{overflow:hidden;width:100%;height:auto}
.product_style ul li{display:block;margin-bottom:32px;width:25%}
.product_style1 ul li{display:block;margin-bottom:32px;width:25%}
.product_style ul li ol{display:block;float:none;margin:0 auto;width:93%}
.product_style1 ul li ol{display:block;float:none;margin:0 auto;width:93%}
.product_style ul li ol li{margin:0;width:100%}
.product_style1 ul li ol li{margin:0;width:100%}
.product_style ul li ol li.product_img{text-align:center;width:40%;float:left}
.product_style1 ul li ol li.product_img{text-align:center;width:40%;float:left}
.etw_mainproduct ul li ol li.product_img .proimg{
    width: 95%;
    float: left;
    padding: 20px 40px 20px 0;
}
.product_style ul li ol p {
    font-size: 20px;
}
.product_style1 ul li ol p {
    font-size: 18px;
}
.product_style ul li ol li.product_img a img{width:100%}
.product_style ul li ol li.product_con{text-align:left;width:100%;float:right}
.product_style ul li ol li.product_con a{display:block;padding:12px 0;height:auto;color:#4f4e4e;font-size:16px;text-align:center}
.product_style ul li ol li.product_con a:hover{color:#1c6cb3}
.product_style ul li ol li.product_img{position:relative;overflow:hidden;height:auto;text-align:center}
.productstyle_sub{width:96%;clear:both;overflow:hidden;max-width:1400px;margin:0 auto}
.product_style1 ul li ol li.product_img a img{width:100%}
.product_style1 ul li ol li.product_con{text-align:left;width:100%;float:right}
.product_style1 ul li ol li.product_con a{display:block;padding:12px 0;height:auto;color:#4f4e4e;font-size:16px;text-align:center}
.product_style1 ul li ol li.product_con a:hover{color:#1c6cb3}
.product_style1 ul li ol li.product_img{position:relative;overflow:hidden;height:auto;text-align:center}
.product_style1 ul li ol li.product_img a:before{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.72);content:'';transition:transform .6s;transform:scale3d(3,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0)}
.product_style1 ul li ol li.product_img a:hover::before{transform:scale3d(1.9,1.4,0) rotate3d(0,0,1,45deg) translate3d(0,100%,0)}
.nav-tabs{margin-bottom:10px}
.nav-tabs li a{color:#fff;font-weight:700}
.nav-tabs li a:hover{color:#555}

/*.product_style1{width:100%;clear:both}
.product_style1 ul{overflow:hidden;width:100%;height:auto}
.product_style1 ul li{display:block;margin-bottom:32px;width:25%}
.product_style1 ul li ol{display:block;float:none;margin:0 auto;width:93%}
.product_style1 ul li ol li{margin:0;width:100%}
.product_style1 ul li ol li.product_img1{text-align:center;width:100%;float:left}
.product_style1 ul li ol li.product_img1 a img{width:100%}
.product_style1 ul li ol li.product_con1{text-align:left;width:100%;float:right}
.product_style1 ul li ol li.product_con1 a{display:block;padding:12px 0;height:auto;color:#4f4e4e;font-size:16px;text-align:center}
.product_style1 ul li ol li.product_con1 a:hover{color:#1c6cb3}
.product_style1 ul li ol li.product_img1{position:relative;overflow:hidden;height:auto;text-align:center}
.product_style1 ul li ol li.product_img1 a:before{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.72);content:'';transition:transform .6s;transform:scale3d(3,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0)}
.product_style1 ul li ol li.product_img1 a:hover::before{transform:scale3d(1.9,1.4,0) rotate3d(0,0,1,45deg) translate3d(0,100%,0)}
.productstyle1_sub{width:96%;clear:both;overflow:hidden;max-width:1400px;margin:0 auto}*/

.etw_related{margin-top: 30px;}
#etw_contentin .productstyle_sub{width:100%}
.etw_mainproduct{width:96%;max-width:1400px;margin:0 auto}
.etw_mainproduct .etw_hometitle{margin:0;padding-top:0;color:#fff}
.etw_mainproduct ul{margin-top:20px}
.etw_mainproduct ul li{width:100%;float:left;}
.etw_mainproductul li ol li.product_con a{padding:20px 0;}
.etw_mainproduct ul li:last-child{margin-right:0}
.etw_mainproduct ul li ol li.product_con{width:60%}
.etw_mainproduct ul li ol li.product_con a,.etw_mainproduct ul li p{color:#fff}
.other_pro ul li ol li.product_img{width:100%}
.other_pro ul li ol li.product_con{width:100%}
#etw_sidebar{float:left;width:30%}
#etw_productlist{width:100%;overflow:hidden;background:#f5f5f5;padding:4%}
.pro_title{text-transform:uppercase;font-size:2em;padding:10px 0;border-bottom:6px solid #38a8d5;margin:20px 0}
#etw_productlist ul li,#etw_productlist ul li ol{width:100%}
#etw_productlist ul li a{color:#313131;font-size:1.15em;padding:10px 0;display:block;width:100%}
#etw_productlist ul li a.thisItem,#etw_productlist ul li a:hover{color:#1c6cb3}
#etw_productlist ul li ol a{font-size:.9em;padding:8px 0 8px 30px}
#etw_right{float:right;width:65%}
.big_cate_format{width:100%;height:auto;margin:20px auto;text-align:center}
.big_cate_format a{font-size:1.6em;color:#fff;display:inline-block;padding:10px 20px;font-family:Century Gothic}
.etw_bgno:nth-child(2n) .big_cate_format a{background:#38a8d5}
.big_cate_format a:hover{color:#1c6cb3}
.etw_bgno:nth-child(2n) .big_cate_format a:hover{color:#000}
.big_cate_format1{margin:20px 0}
.big_cate_format1 a{color:#fff;font-size:1.4em}
.big_cate_format1 a:hover{color:#1c6cb3}
.product_style ul.no_list li{width:100%}
.product_style ul.no_list li ol{padding:0;width:100%;overflow:hidden}
.product_style ul.no_list li ol li,.product_style ul.no_list li ol li:hover{background:0}
.product_style ul.no_list li ol li.product_img{width:20%;border:1px solid #ccc}
.product_style ul.no_list li ol li.product_con{float:right;width:77%;padding:10px 20px 20px 0;color:#4c4c4c}
.product_style .etw_bgno:nth-child(2n-1) ul.no_list li ol li.product_con{color:#fff;}
.product_style ul.no_list li ol li.product_con a{height:auto;font-weight:400;padding-bottom:12px;text-align:left;font-size:25px;color:#000;}
.product_style .etw_bgno:nth-child(2n-1) ul.no_list li ol li.product_con a{color:#000;font-size:25px;}
.product_style ul.no_list li ol li.product_con span{color:#1c6cb3;display:inline-block;margin-bottom:12px}
.product_style ul.no_list li ol li.product_con a:hover{color:#1c6cb3}
.product_style .etw_bgno:nth-child(2n-1) ul.no_list li ol li.product_con a:hover{color:#1c6cb3}
.product_style ul.no_list1{width:98%!important;margin:0 auto!important;float:none}
.img_background{border-image: url("../images/bg1.jpg") 140 0 140 0;border: 140px solid transparent;
border-right: none;
border-left: none;
overflow: hidden;
background: #38a8d5;
margin: 10px auto;}

.product_style1 ul.no_list li{width:100%}
.product_style1 ul.no_list li ol{padding:0;width:100%;overflow:hidden}
.product_style1 ul.no_list li ol li,.product_style ul.no_list li ol li:hover{background:0}
.product_style1 ul.no_list li ol li.product_img{width:28%;margin: 0 4% 0 10%;}
.product_style1 ul.no_list li ol li.product_con,.product_style1 ul.no_list li ol li.product_con1{float:left;width:40%;padding:80px 20px 20px 0;color:#4c4c4c}
.product_style1 .etw_bgno:nth-child(2n-1) ul.no_list li ol li.product_con{color:#fff}
.product_style1 ul.no_list li ol li.product_con a,.product_style1 ul.no_list li ol li.product_con1 a{height:auto;font-weight:700;padding-bottom:7%;text-align:left;font-size:26px;color:#000;}
.product_style1 .etw_bgno:nth-child(2n-1) ul.no_list li ol li.product_con a{color:#fff;}
.product_style1 .etw_bgno:nth-child(2n-1) ul.no_list li ol li.product_con1 a{color:#000;}
.product_style1 ul.no_list li ol li.product_con span,.product_style1 ul.no_list li ol li.product_con1 span{color:#1c6cb3;display:inline-block;margin-bottom:12px}
.product_style1 ul.no_list li ol li.product_con a:hover,.product_style1 ul.no_list li ol li.product_con1 a:hover{color:#1c6cb3}
.product_style1 .etw_bgno:nth-child(2n-1) ul.no_list li ol li.product_con a:hover{color:#1c6cb3}
.product_style1 ul.no_list1{width:98%!important;margin:0 auto!important;float:none}
.con_all{float:right;padding:0 0 0 12px}
.img_right .con_all{padding-bottom:0;margin-top:20px}
.con_all a{display:block;width:150px;height:30px;border-radius:5px;background:#f1f1f1;color:#38a8d5;text-align:center;font-size:16px;line-height:30px}
.con_all a span{float:right;padding-right:10px;font-weight:700;font-size:14px;font-family:Arial,Helvetica,sans-serif}
.con_all a:hover{background:#eaeaea;color:#1c6cb3}
.product_style ul.no_list li ol li.product_con a.con_alls{margin:12px 0 0 30px;padding:0;width:150px;height:30px;border-radius:5px;background:#f1f1f1;color:#38a8d5;text-align:center;line-height:30px;font-weight:400}
.product_style ul.no_list li ol li.product_con a:hover.con_alls{background:#eaeaea;color:#1c6cb3}
.product_style ul.no_list li ol li.product_con a.con_alls span{float:left;padding:6px 0 0 10px;font-size:16px}
.other_pro{margin-top:40px}
.other_pro ul li{width:25%}
.other_pro ul li ol li.product_con a{height:auto;padding-bottom:12px;text-align:center;color:#3a3a3a;font-size:.9em;line-height:20px}
.other_pro ul li ol li.product_img a{overflow:hidden;display:block}
.other_pro ul li ol li.product_img a img{width:100%;border:0;transform:scale(1);transition:all 1s ease 0s}
.other_pro ul li ol li.product_img a:hover img{transform:scale(1.1);transition:all 1s ease 0s;width:100%;border:0}
.etw_protitle{padding:20px 0;font-size:26px;text-align:center;line-height:30px}
.relatedProducts{width:100%;height:auto}
.relatednames{padding:20px 0 10px 0;font-size:18px;color:#1f1d29}
.relatedProducts ul{width:100%;height:auto;border:1px solid #ccddde;box-shadow:#ccc 0 2px 10px;padding:10px 0}
.relatedProducts ul li{width:33%;height:auto}
.relatedProducts ul li a{padding:8px 10px 0 10px;display:block;height:42px;overflow:hidden;color:#333}
.relatedProducts ul li a.thisItem,.relatedProducts ul li a:hover{color:#38a8d5}
.homelink{width:100%;background:#515151;overflow:hidden;padding:3% 5%;margin-top:30px}
#etw_home_contact{width:28%;overflow:hidden;float:right}
#etw_home_contact .etw_hometitle{padding:0;margin-top:12px}
#etw_home_contact .etw_hometitle a{display:block;color:#fff;font-size:18px;text-align:left;font-family:Arial,Helvetica,sans-serif;font-weight:700}
#etw_home_contact .etw_hometitle a:hover{color:#38a8d5}
#etw_home_contactin{width:100%;margin:0 auto}
#etw_contactin{width:60%;float:left;padding:10px 0;color:#fff}
#etw_contactin p{padding:3px 0;font-size:.9em}
#etw_contactin p a{color:#f05353}
#etw_contactin p a:hover{color:#fff}
.qrcode2{float:left;margin-top:20px;width:40%}
#etw_contactin .share{width:100%;height:auto;padding-bottom:12px;overflow:hidden}
#etw_contactin .share a{background:#38a8d5;text-align:center;margin-right:3px;width:25px;display:block;float:left;border-radius:25px;height:25px;line-height:25px;color:#fff}
#etw_contactin .share a:hover{background:#1c6cb3;color:#fff}
#etw_contactin1{width:100%;height:auto;float:left;color:#fff;padding-left:4%}

#etw_contactin1 p{padding:3px 0}
#etw_contactin1 p a{color:#d33414}
#etw_contactin1 a,#etw_contactin a{color:#ea2457}
#etw_contactin1 a:hover{font-weight:700}
#etw_contactin1 p a:hover{color:#81b46d}
#etw_contactin1 p a.padd_left{padding-left:31px}
#etw_contactin1 p a.padd_left1{padding-left:53px}
.qrcode2{padding-bottom:12px}
#etw_contactin1 .share{width:100%;height:auto;padding-bottom:12px;overflow:hidden}
#etw_contactin1 .share a{background:#38a8d5;text-align:center;margin-right:3px;width:25px;display:block;float:left;border-radius:25px;height:25px;line-height:25px;color:#fff}
.nav-tabs li a:hover,.nav-tabs li.active a,.nav-tabs li.active a:focus,.nav-tabs li.active a:hover{background:#38a8d5;color:#fff}
#etw_contactin1 .share a:hover{background:#81b46d;color:#fff}

#etw_home_contact1 .etw_hometitle3 a{display:block;padding:20px 0;color:#333}
#etw_home_contact1 .etw_hometitle3 a:hover{color:#0f2d61}
#etw_home_contactin1 .nav-tabs li.active a{color:#fff;background:#38a8d5;padding:8px 10px;top:0}
.nav-tabs>li>a{padding:5px 10px;top:6px;background:#8dbed1;position:relative;color:#fff}


#etw_home_contact1{width:28%;overflow:hidden;float:right}
#etw_home_contact1 .etw_hometitle3{padding:0;}
#etw_home_contact1 .etw_hometitle3 a{display:block;color:#fff;font-size:18px;text-align:left;font-family:Arial,Helvetica,sans-serif;font-weight:700}
#etw_home_contact1 .etw_hometitle3 a:hover{color:#38a8d5}
#etw_home_contactin1{width:100%;margin:0 auto}
#etw_contactin1{width:60%;float:left;padding:10px 0;color:#fff}
#etw_contactin1 p{padding:3px 0;}
#etw_contactin1 p a{color:#f05353}
#etw_contactin1 p a:hover{color:#fff}



#etw_home_contact1{width:49%;overflow:hidden;padding:0 0 20px 6%;margin:0 auto;border-left:1px solid #ddd}
#etw_home_contactin1{width:100%;margin:0 auto;overflow:hidden}
#etw_home_contactin1 .nav-tabs{width:100%;border-bottom:3px solid #333;margin-bottom:10px}
#etw_home_contactin1 .nav-tabs li{margin:0 1% 0 0}
#etw_home_contactin1 .ys{color:#09F}
#etw_contactin1{width:100%;height:auto;float:left;color:#fff;}
#etw_contactin12{width:45%;float:left;color:#333}
#etw_contactin1 p{padding:3px 0}
#etw_contactin1 p a{color:#d33414}
#etw_contactin1 a:hover{font-weight:700}
#etw_contactin1 p a:hover{color:#81b46d}
#etw_contactin1 p a.padd_left{padding-left:31px}
#etw_contactin1 p a.padd_left1{padding-left:53px}



#etw_producttitle{margin:0 auto 6px auto;padding-bottom:5px;height:auto;color:#1f1d29;line-height:18px;font-size:.9em}
#etw_producttitle a{color:#000;color:#999;padding-right:6px}
#etw_producttitle li{display:inline-block}
#etw_producttitle li+li::before{padding:0 5px;color:#ccc;content:"/\00a0"}
#etw_producttitle a:hover{color:#3a3a3a}
#etw_producttitle small{display:inline}
.img_center{width:98%;clear:both;margin:10px auto 20px auto;padding:4px;text-align:center;max-width:820px}
.img_center img,.img_center1 img{display:block;margin:0 auto}
.etw_multi_photo{float:left;margin:0 0 20px 0;width:100%;height:auto}
.etw_multi_photo img{display:block;border:1px solid #ccc}
.etw_multi_photo a{margin-bottom:12px}
.etw_multi_photo ul{display:block;margin:12px 0 12px 0;width:100%;height:auto}
.etw_multi_photo ul li{display:block;padding:0 1% 10px 0;text-align:center;line-height:20px}
.etw_multi_photo ul li text{display:block;overflow:hidden}
.etw_multi_photo p{text-align:left}
.etw_pic{margin-bottom:40px;padding-bottom:20px;border-bottom:1px dashed #ccc;text-align:center}
.etw_pic a{display:block;width:100%}
.etw_pic img{margin:0 auto;border:1px solid #ccc}
.etw_pic2 ul,.etw_pic3 ul,.etw_pic4 ul,.etw_pic5 ul,.etw_pic6 ul{margin:0}
.etw_pic2 ul li{width:50%}
.etw_pic3 ul li{width:33%}
.etw_pic4 ul li{width:25%}
.etw_pic5 ul li{width:20%}
.etw_pic6 ul li{width:16.66%}
.right_pic{width:32%;float:right;margin:35px 0 40px 4%}
.img_right1{width:100%;float:left;border:1px solid #ccc;text-align:center;padding:4px}
.img_right1 img{width:auto;margin:0 auto;text-align:center;border:none}
.related_pic{width:100%;display:block;float:right;margin-bottom:10px}
.related_pic img{float:left;border:1px solid #ccc;padding:3px;margin-top:4px;width:100%}
.related_pic a{width:13.2%;float:left;display:block;margin-right:1%}
.etw_pdf{width:100%;height:auto;margin-bottom:12px}
.etw_pdf a{color:#red;display:block;line-height:24px;padding:0 12px 0 30px;background:url(../images/pdf.jpg) left no-repeat}
.etw_pdf a:hover{color:8d000d}
.about1{float:left;display:block;margin:10px 2% 10px 0;padding:10px 2%;width:49%;height:120px;border:1px solid #eee;border-radius:5px;box-shadow:3px 3px 3px #eee;float:left;overflow:hidden}
.about1:nth-child(2n){margin-right:0}
.img_right{text-align:center}
.img_left,.img_right{width:35%;float:right;padding:0 0 12px 2%}
.img1{width:24%}
.img_left{float:left;padding:0 2% 12px 0}
.img_left img,.img_right img{display:block;margin:0 auto;width:99%;border:1px solid #ccc}
.img_left a:hover img,.img_right a:hover img{border:1px solid #1c6cb3}
#qrcode2{float:left;width:43%;height:auto}
.etw_contact_left{margin:8px 0 0 0;width:100%}
.etw_contact_left a{color:#1c6cb3}
.etw_contact_left a:hover{color:#38a8d5}
.location{float:right;display:block;overflow:hidden;margin-top:30px;width:54%}
.form_inquiry{width:100%;float:left;background:#fff;border-radius:5px;max-width:530px}
.form_inquiry1{width:100%;height:auto;text-align:center;border-radius:5px}
#etw_set_feedback_form{overflow:hidden;margin:20px 0 12px 0;height:auto;border:1px solid #ccc;background:#fff;text-align:center}
#etw_form_title{overflow:hidden;padding-left:2%;background:#f0f0f0;text-align:left;font-weight:700;line-height:43px}
#floatchatiframe2011{margin:0 auto;width:100%;max-width:530px; background:#fff;}
#sitemap{width:100%;list-style:none}
#sitemap li{display:block;width:99%}
#sitemap li a{display:block;padding:5px 0 2px 10px;color:#333;line-height:24px}
#sitemap li.home_directory a{margin-bottom:5px;background:#fff;font-weight:700;line-height:30px}
#sitemap li.big_case a{color:#38a8d5;font-weight:700}
#sitemap li a.lists{padding-left:20px;color:#666;line-height:16px;width:50%;float:left}
#sitemap li a:hover{color:#195e30}
#footer{padding:20px 0;width:100%;height:auto;background:#fff}
#chatbox{z-index:999}
#etw_footin{margin:0 auto;width:98%;overflow:hidden;text-align:center}
#etw_homefooter{overflow:hidden;width:100%;height:auto;margin-bottom:16px}
#etw_homefooter a{padding:0 15px;border-left:1px solid #1c6cb3;color:#1c6cb3;line-height:14px;margin:6px 0}
#etw_homefooter a:hover{color:#38a8d5}
#etw_homefooter a:first-child{padding:0 15px 0 0;border-left:0}
#etw_coper{margin-top:10px;width:100%}
#etw_coper a{display:block;color:#1c6cb3}
#otherlink{clear:both;width:100%;height:auto}
#otherlink a{color:#1c6cb3;border:1px solid #1c6cb3;display:inline-block;padding:0 4px;font-size:12px;margin-right:10px}
#otherlink a span{opacity:.5;position:relative;top:0;font-size:13px}
#otherlink a:hover{color:#38a8d5}
#otherlink a:hover span{opacity:1;top:-2px;transition:all .3s ease-in-out}
.list-group{margin-top:30px;text-align:center}
.list-group a{padding:7px 10px 6px 10px;font-size:.9em;box-shadow:1px 2px 2px #ccc;white-space:normal;margin-bottom:5px}
.btn-anis-effect{position:relative;z-index:1;overflow:hidden;background-color:transparent;transition:.2s;transition-delay:.1s}
.btn-anis-effect:hover{transition-delay:.45s}
.btn-anis-effect:after,.btn-anis-effect:before{position:absolute;top:50%;z-index:-1;width:20px;height:20px;border-radius:50%;background:#434345;content:'';transition:.5s}
.btn-anis-effect:before{left:-20px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.btn-anis-effect:after{right:-20px;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%)}
.btn-anis-effect:hover:before{-webkit-animation:criss-cross-left .8s;animation:criss-cross-left .8s}
.btn-anis-effect:hover:after{-webkit-animation:criss-cross-right .8s;animation:criss-cross-right .8s}
.btn-anis-effect.btn-primary{color:#1c6cb3}
.btn-anis-effect.btn-primary:after,.btn-anis-effect.btn-primary:before{background:#1c6cb3}
.btn-anis-effect.btn-primary:hover,.list-group a.thisItem{border-color:#1c6cb3;background:#1c6cb3;color:#fff}
@-webkit-keyframes criss-cross-left{0%{left:-20px}
50%{width:20px;height:20px}
50%,to{left:50%}
to{width:375px;height:375px}
}
@keyframes criss-cross-left{0%{left:-20px}
50%{width:20px;height:20px}
50%,to{left:50%}
to{width:375px;height:375px}
}
@-webkit-keyframes criss-cross-right{0%{right:-20px}
50%{width:20px;height:20px}
50%,to{right:50%}
to{width:375px;height:375px}
}
@keyframes criss-cross-right{0%{right:-20px}
50%{width:20px;height:20px}
50%,to{right:50%}
to{width:375px;height:375px}
}
.grid-effect-apollo img{width:100%;cursor:pointer}
.grid-effect-apollo figure{position:relative;overflow:hidden;height:auto;background:#000;text-align:center}
.grid-effect-apollo figure img{position:relative;display:block;max-width:100%;opacity:.8}
figure.effect-apollo{background:#000}
figure.effect-apollo img{opacity:.95;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;-webkit-transform:scale3d(1.05,1.05,1);-moz-transform:scale3d(1.05,1.05,1);-o-transform:scale3d(1.05,1.05,1);transform:scale3d(1.05,1.05,1);-ms-transform:scale3d(1.05,1.05,1)}
.ie9 figure.effect-apollo img{transform:scale(1.05);-ms-transform:scale(1.05)}
.ie9 figure.effect-apollo figcaption:before{display:none}
figure.effect-apollo:hover img{opacity:.6;-webkit-transform:scale3d(1,1,1);-moz-transform:scale3d(1,1,1);-o-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1)}
.ie9 figure.effect-apollo:hover img{transform:scale(1);-ms-transform:scale(1)}
figure.effect-apollo:hover figcaption::before{-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);-moz-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);-o-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);-ms-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0)}

@media screen and (max-width:1500px){#etw_multimedia{display:none}
.navbar-default .navbar-nav>li>a{padding:25px 7px 21px 7px}
#etw_home_contactin1 .nav-tabs li.active a {top: 3px;}
.nav-tabs>li>a {top: 0;}
.nav-tabs li a{padding:10px}
}
@media screen and (max-width:1200px){
.img_txt ul ol {height: 250px;}
}
@media screen and (max-width:980px){.top-nav{width:72%;margin:26px 0 0 0}
#headerin{    height: 75px;}
.navbar-default .navbar-nav>li>a{padding: 0 4px;}
h2{padding:10px 0}
#etw_homefooter{overflow:hidden;width:100%;height:auto;margin-bottom:20px}
.img_left,.img_right{width:45%}
#etw_sidebar{display:none}
#etw_right{width:100%;float:none}
#etw_banner{background:0 0;margin:0 auto;width:96%;height:auto}
.banner_txt{width:70%}
.etw_video1 a{position:static;float:right;margin-top:5%}
.etw_tags,.etw_tags1{width:49%;border:none}
#etw_home_contact{width:100%;margin-top:20px}
#etw_home_contact .etw_hometitle a{font-size:.8em}
.nav-tabs{width:100%}
.nav-tabs li a{padding:10px 20px}
.solution ul li {width: 29%;}
#etw_banner { width: 100%; background: url(../images/banner.jpg) no-repeat top right;height: 240px;position: relative;max-width: 1600px;margin: 10px auto;}
.solution p{height: 40px;}
.img_txt ul ol {height: 341px;}
.img_txt ul ol li {width: 100%;}
}

@media screen and (max-width:768px){
#chatbox,#etw_contact,.etw_list,.location{display:none}
#qrcode2{width:100%}
.other_pro{border:0;width:100%}
.other_pro ul li{width:50%}
.other_pro ul li ol{padding:0 1%;width:98%}
.contact_left{width:50%;float:left}
.etw_hometitle{font-size:1.6em}
.big_cate_format a{font-size:1.4em}
.abouthome{width:100%;height:auto;overflow:hidden}
.company_txt p span,.company_txt p.hid,.homemore{display:none}
.etw_mainproduct .etw_hometitle{padding-top:30px}
.etw_mainproduct ul{margin-top:10px}
.etw_mainproduct ul li{width:46%}
.etw_mainproduct ul li ol li.product_con a{height:72px}
.product_style ul.no_list li ol li.product_img{width:40%}
.product_style ul.no_list li ol li.product_con{padding-top:0;width:57%}
.etw_products ul li{width:50%}
.relatedProducts ul li{width:50%}
.etw_mainproduct{margin-bottom:0}
.company_txt{margin:0 auto 20px auto;background:0 0;padding:0}
.company_txt .etw_hometitle{padding:10px 0 0 0}
.right_pic{margin-bottom:20px}
.related_pic a{width:19%}
.con_all{display:none}
.names h2{font-size:1.6em}
.etw_bg,.etw_bg3{border:none;}
.etw_bg3{margin: 79px auto;}
.solution{margin:10px auto;overflow:hidden}
.txt_left{display:none}
.form_inquiry{display:block;width:100%}
#etw_contactin1,.form_inquiry1{margin-left:5%;width:93%}
#etw_contentin{padding:20px 5% 0 5%}
#etw_home_contact1,.etw_tags1{width:96%;float:none;margin:0 auto 20px auto;height:auto;padding:0 0 15px 0}
#etw_home_contact1{margin-top:0;border-left:none}
#etw_contactin1,#etw_home_contact1 .location{width:90%;float:none;margin:0 auto;display:block}
#etw_home_contact1{padding-top:0;margin-top:0}
.product_style1 ul.no_list li ol li.product_con, .product_style1 ul.no_list li ol li.product_con1{width: 100%;padding: 20px 20px 20px 20px;}
.product_style1 ul.no_list li ol li.product_img {width: 62%;margin: 0 4% 0 20%;}

}
@media screen and (max-width:767px){#header{margin-top:0}
.top-nav{margin: 0;}
.top-nav,.etw_tags, .etw_tags1{width:100%;}
#etw_logo{width:120px;margin:10px 0 10px 10px;height:auto;position:static}
.container-fluid,.dropdown-menu,.top-nav{padding:0}
.navbar,.navbar-default{background:#38a8d5}
.navbar-toggle{width:40px;line-height:40px;font-size:20px;color:#fff;padding:3px 0 0 0;margin:0;border-radius:0;border:0;background:0}
.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background:0;color:#1c6cb3}
.navbar-default .navbar-nav li{display:block;width:100%;text-align:left}
.navbar-default .navbar-nav li a{border-bottom:1px solid #0075a9;color:#151515;background:#f8f8f8;line-height:36px;padding:0 10px}
.navbar-default .navbar-nav .open .dropdown-menu li a{color:#151515;background:#f8f8f8;font-size:14px}
.navbar-default .navbar-nav .open .dropdown-menu li a.sechildren{color:#888}
.navbar-default .navbar-nav li a.thisItem,.navbar-default .navbar-nav li a:hover{border-radius:0;color:#fff;background:#1c6cb3}
.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{background:#1c6cb3;color:#fff}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background:#1c6cb3}
.caret,.navbar-default .dropdown-menu,.qrcode2{display:none}
.other_pro ul li ol li.product_con a{height:80px}
.table-responsive{border:none}
.right_pic{width:100%}
.img_right1{width:40%}
.related_pic{width:57%}
.banner_txt{font-size:.8em}
.banner_txt span{margin:0 0 0 16px}
.solution ul{width:100%;margin:10px auto}
#etw_contactin1,#etw_home_contact1 .location{width:90%}
.company_txt p{text-align:left}
.home_video a{width:80px;height:80px;background-size:cover;margin:0 auto}
.video_bg ul li:hover,.video_bg:hover{border-color:inherit}
.video_bg ul li:after,.video_bg ul li:before,.video_bg:after,.video_bg:before{border:none}
.etw_video a{font-size:1.4em;line-height:30px;padding:10px 30px 10px 80px}
}
@media screen and (max-width:650px){.img_left,.img_right{width:100%;padding-left:0}
.product_style ul li{margin-bottom:12px}
.product_style ul li ol li.product_con a{font-size:14px}
.main_products ul.no_list li ol li.product_img {width: 100%;margin: 0;}
.solution ul li a {font-size: 1.2em;}
.solution ul li a:hover {font-size: 1.25em;}
.etw_pro ul li{margin-bottom:0}
.big_title{border-top:none;text-align:left;margin:20px auto 10px auto}
.big_title strong{padding:0;margin:0;width:100%;font-size:1.2em}
.etw_pic4 ul li,.etw_pic5 ul li{width:50%;padding:0 1% 10px 0}
.product_style ul.no_list{width:50%;float:left}
.product_style ul.no_list li ol{width:95%}
.product_style ul.no_list li ol li.product_img{width:100%}
.product_style ul.no_list li ol li.product_con{width:100%;padding:2px 0 10px 2px}
.product_style ul.no_list li ol li.product_con text{display:none}
.product_style ul.no_list li ol li.product_con a{text-align:center;font-size:1em;height:72px}
.product_style .etw_bgno:nth-child(2n-1) ul.no_list li ol li.product_con a {font-size: 20px;}
.about1{width:99%;height:auto}
.banner_txt{font-size:.7em;width:70%}
.etw_video1 a{background-image:url(../images/video1.png);width:80px;height:80px;margin:11% 20px 0 0}
.etw_video1 a:hover{background-image:url(../images/video1_hov.png)}
.company_img,#etw_producttitle{display:none}
.solution ul li {width: 42%;}
#etw_contactin1,.form_inquiry1{width:96%;float:none;margin:0 auto 20px auto;height:auto}
.solution p {font-size: 13px;}
.img_txt ul ol {height: 425px;}
}
@media screen and (max-width:480px){.banner_txt{display:none}
#etw_banner {height: 135px;}
.etw_pic2 ul li,.etw_pic3 ul li,.etw_pic4 ul li,.etw_pic5 ul li{margin:10px 0;padding:0;width:100%}
.etw_pic6 ul li{width:50%}
.product_style ul li{width:100%}
.product_style ul.no_list li ol li.product_con,.product_style ul.no_list li ol li.product_img,.relatedProducts ul li{width:100%}
.product_style ul.no_list li ol li.product_con .con_all,.product_style ul.no_list li ol li.product_con a.con_alls,.product_style ul.no_list li ol li.product_con text{display:none}
.other_pro{border:0;width:100%}
 .img-responsive {    width: 100%;}
.other_pro ul li{width:100%}
.other_pro ul li ol{padding:0;width:100%}
.other_pro ul li ol li.product_con a{height:auto}
.contact_left,.qrcode2{width:100%;float:none}
.qrcode2{margin:0 auto 15px auto}
.etw_mainproduct ul li{width:100%}
.etw_mainproduct ul li ol li.product_con a{height:auto}
#etw_contactin{width:100%;float:none;margin:0 auto}
.form_inquiry{width:100%}
.img_right1{width:100%}
.related_pic{width:100%}
#otherlink a{margin-right:2px}
#video{margin-bottom:0}
.video_bg{padding-bottom:0}
.video_bg,.video_bg ul li{border:none}
.video_bg ul li{padding:0}
.etw_video{margin:0}
.etw_video a{padding:0 0 90px 0;background-position:bottom center;background-size:65px 65px}
.solution ul li {width: 100%;padding: 0;}
#etw_contactin1,.etw_tags1,.form_inquiry1{width:96%;float:none;margin:0 auto 40px auto}
.img_txt ul ol {width: 100%;height: auto;}
.solution ul{padding:0;}
.about_format_sub ul li.etw_pro_img {
    width: 100%;}
}
@media screen and (max-width:360px){
etw_video1{padding-top: 25px;}
#etw_banner {height: 174px;}
}
#adsidebar{display:none!important;position:fixed;width:380px!important;height:280px!important;left:1%!important;top:242px!important;overflow:auto;box-shadow:#eee 3px 3px 3px;border:1px solid #06f;opacity:.9;background:#fff;font-size:16px;padding:0 3px}
a#sidebarclose {height: 40px !important; margin-bottom:10px}
#adsidebar p{padding:6px 3px;line-height:24px}
#adsidebar strong{padding:0;margin:0}
#adsidebar a{width:100%;float:left;font-size:1.5em}
#adsidebar a strong{font-family:Arial,Helvetica,sans-serif;font-size:14px;padding-left:8px}
.exh_content{padding:25px 5px 5px 15px;height:250px}
.exh_text{width:220px;height:auto;color:#333;line-height:1.5em;padding:0 9px 0 0;position:absolute;right:5px;top:33px;font-weight:400;text-align:left;z-index:999px;font-size:18px}
#adsidebar .exbi_title{background:#F0F0F0;text-align:left}
#adsidebar span{margin-left:10px;color:#333}


