@charset "utf-8";
@font-face{font-weight:400;font-style:normal;font-family:fontawesome;src:url(//:) format("no404"),url(../font/fontawesome-webfont.woff) format("woff"),url(../font/fontawesome-webfont.ttf) format("truetype")} 

/*basic*/
img,object{max-width:100%}
img{-ms-interpolation-mode:bicubic;border:0}
*{margin:0;padding:0}
li,ol,ul{list-style:none}
strong{font-weight:700; font-size:0.9375rem; color:#333}
p{margin:0;padding:0 0 1.3rem}
a.links{color:#888; font-style:italic; text-decoration:underline;}
a.links:hover{text-decoration:none; color:#000}
a.links1{ font-weight:700; padding-right:0.4rem; font-size:1.25rem}

body{font-family:"Microsoft Yahei",'微软雅黑','arial';color:#474747; line-height:1.65; font-size:1rem; letter-spacing:0.5px}
hr{border-top:1px #ddd dashed; margin:1rem 0}
table{margin:5px 0 0;width:100%;}
.table-responsive{margin-bottom:15px}
table,td{border:1px solid #aaa!important}
.table>tbody>tr{background-color:#fff}
.table>tbody>tr:nth-of-type(odd){background-color:#fff}
.table-hover>tbody>tr:hover,.table>tbody>tr:nth-of-type(odd):hover{background-color:#fff}  
.table .top{background:#e5e5e5!important;}  
.table>tbody>tr>td{vertical-align:middle;padding:10px;font-size:14px;line-height:18px; text-align:center} 
.table>tbody>tr>td:nth-child(1){ text-align:left; }
.table .top td{ border-right:1px #aaa solid !important}
.table>tbody>tr:last-child>td,.table>tbody>tr>td:last-child{ border:1px #aaa solid !important }
.etw_hometitle,h2{padding:1rem 0 1rem;font-size:1.4rem; color:#222;font-weight:700; margin: 0;}  
.etw_hometitle{ padding-top:0}
h3{font-size:1.1rem; color:#888; padding:0; margin:-0.6rem 0 1.3rem 0}

inquiry,u.inquiry{text-decoration: none; color:#666;}
u.inquiry:after{content:"INQUIRY"; display:inline-block;background:#e3e4e5; color:#666;text-align: center;line-height: 1;padding:4px 10px;font-size:12px; margin:0 auto; width:88px}
u.inquiry:hover:after{background:#285a92; color:#fff;} 
#etw_top{position:fixed;width:35px;height:35px;right:55px;bottom:150px;text-align:center; background:#f35d0b;z-index:100;cursor:pointer; color:#fff; font-weight:700; line-height:28px; border-radius:50%}
#etw_top a{color:#fff} 
#etw_top:hover{transition:all ease-in-out .3s;-moz-transition:all ease-in-out .3s;-webkit-transition:all ease-in-out .3s;-o-transition:all ease-in-out .3s;-ms-transition:all ease-in-out .3s;background:#174277; } 
.ys{ font-size:1rem; color:#222; font-weight:700}
.clearfix{clear:both;}

/*头部*/
#header{width:14%;position:fixed; top:0; left:0; z-index:10; background: #fff; float:left;} 
#headerin{width:100%; margin:0px auto;  max-width:265px;}  
#etw_logo{width:104px; height:103px; float:left; margin:2.2rem 2rem 1rem 28%} 
.navbtn{margin-top:1rem;}
#etw_language{float:left; height:30px; margin-left:0.5rem;text-align: center;margin-bottom: 1rem;width: 100%;}
#etw_language .dropdown-item{display:inline-block;width:auto; font-size:0.75rem; line-height:22px; padding:0;color:#222; min-width:auto;margin-right: 0.5rem;}
#etw_language .dropdown-item:hover{color:#d62317 !important; text-decoration:underline; background:none !important}


.top-nav{width:100%; float:left; text-align:left; margin-top:1.5rem; border-top:1px #ccc solid}
.navbar{padding:0}
.navbar-collapse{justify-content:center;}
.navbar-light .navbar-nav{ width:100%; float:left; display:block !important}
.navbar-light .navbar-nav .nav-link{display:block;  color:#0f0f0f; font-size:0.9135rem; padding:0.7rem 0 0.7rem 2.75rem; line-height:1rem;  position:relative; border-bottom:1px #ccc solid; font-weight:500} 
.navbar-light .navbar-nav .nav-link:before{ position:absolute; content:"\f0da"; color:#0f0f0f; font-size:0.875rem; right:2rem; top:0.7rem; font-family:fontawesome}
.dropdown-toggle::after{ position:static !important; content:normal !important}
.navbar-light .navbar-nav .active .nav-link,.navbar-light .navbar-nav .nav-link:hover{background-color:none;color:#ec1848;}
.navbar-light .navbar-nav .dropdown-item{font-weight:300; font-size:0.8375rem; line-height:1.125rem;color: #fff; padding: 0.6rem 1.5rem; border-bottom: 1px #fff solid;} 
.navbar-light .navbar-nav  .dropdown-menus .dropdown-item{font-weight:700;} 
.navbar-light .navbar-nav  .dropdown-menus li ol li .dropdown-item{font-weight:300; padding-left:2.5rem} 
.dropdown-item{white-space:normal; min-width:16rem;} 
.dropdown-menu{top: -9%; right: -97%; left:auto; background:#d85859; border-radius:0; padding:0}
.dropdown-item.active, .dropdown-item:active{background-color: #ce1314 !important;}
.dropdown-item:focus,.dropdown-item:hover{background-color: #ce1314 !important; color:#fff !important}
.etw_video {
    cursor: pointer;
    position: relative;
}

.etw_video:before {
    border-radius: 50%;
    font-family: fontawesome;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 253%);
    position: absolute;
    content: "\f04b";
    width: 50px;
    height: 50px;
    padding: 9px 0 0 18px;
    color: #fff;
    background: #0093d2;
    font-size: 1.25rem;
}

.etw_video:hover:before {
    background: #144290;
}

  
a.etw_video {
    cursor: pointer;
    position: relative;
}

a.etw_video:before {
    border-radius: 50%;
    font-family: fontawesome;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 351%);
    position: absolute;
    content: "\f04b";
    width: 50px;
    height: 50px;
    padding: 10px 0 0 5px;
    color: #fff;
    background: #0093d2;
    font-size: 1.25rem;
	z-index:500
}

a.etw_video:hover:before {
    background: #144290;
}
a.etw_video1 {
    cursor: pointer;
    position: relative;
}

a.etw_video1:before {
    border-radius: 50%;
    font-family: fontawesome;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 240%);
    position: absolute;
    content: "\f04b";
    width: 50px;
    height: 50px;
    padding: 10px 0 0 5px;
    color: #fff;
    background: #0093d2;
    font-size: 1.25rem;
	z-index:500
}

a.etw_video1:hover:before {
    background: #144290;
}



/*首页附加样式*/
#etw_banner{position: relative; width:100%; margin:0 auto; }
#etw_banner img{width:100%; text-align:center; margin:0 auto;}  
#etw_banner .banner_txt{width:100%; position:absolute; left:1.5rem; top:21%; max-width:270px; text-align:center}  
#etw_banner .banner_txt h1{font-size:1.5rem; color:#fff;  line-height:2rem; letter-spacing:1px;font-weight: 600;}  
#etw_banner .banner_txt h1 span{ display:block} 

.banner_nei{ width:100%; height:auto; margin:0 auto; background:url(../images/banner01.jpg) top center no-repeat; padding:2rem 0; overflow:hidden;}
 
.etw_mainproducts{width:100%; margin:0 auto; } 
.etw_mainproducts ul{width:100%; display:flex; flex-wrap:wrap;}
.etw_mainproducts ul>li{width:15.83%; margin:0 1% 1.5rem 0; position:relative;}
.etw_mainproducts ul>li:nth-child(6n){margin-right:0} 
.etw_mainproducts ul>li>ol,.etw_mainproducts>ul>li>ol>li{width:100%;} 
.etw_mainproducts ul>li>ol>li.product_img{text-align:center;} 
.etw_mainproducts ul>li>ol>li.product_img img{ width:100%} 
.etw_mainproducts ul>li>ol>li.product_con{ position:absolute; top:12%; left:0; right:0; margin:0 auto; z-index:1}
.etw_mainproducts ul>li>ol>li.product_con a{display:block; font-size:1.5rem; line-height:1.5rem; font-weight:700; color:#fff; text-align:center}
.etw_mainproducts ul>li:hover>ol>li.product_con a{color:#ce2943; }
 
.etw_homelink .etw_hometitle{ color:#0f0f0f; font-size:1.5rem; line-height:1.7rem; font-weight:600; letter-spacing:5px;  padding:0 0 0.9rem 0; position:relative; text-align:center; margin:0 0 2.6rem 0}
.etw_homelink .etw_hometitle:before{ position:absolute; content:""; width:100px; height:3px; background:#ce1314; left:0; right:0; bottom:0; margin:0 auto;}
.etw_homelink{width:94%; height:auto; margin:0 auto;  max-width:1335px} 
.etw_homelink ul{width:100%; display:flex; flex-wrap:wrap} 
.etw_homelink ul>li{ width:49.2%; margin-right:1.6%;  background:#cd1314; padding-bottom:1rem}
.etw_homelink ul>li:nth-child(2){ background:#125f8b; margin-right:0}
.etw_homelink ul>li>.titles{ width:100%; display:block; background:url(../images/solution01.jpg) top center no-repeat; position:relative}
.etw_homelink ul>li:nth-child(2)>.titles{ background:url(../images/solution02.jpg) top center no-repeat}
.etw_homelink ul>li>.titles>a{ display:block; color:#fff; font-size:1.5rem; line-height:1.7rem;  letter-spacing:5px; font-weight:600; text-align:center; padding:5.4rem 0; z-index:1; position:relative; height:199px; overflow:hidden}
.etw_homelink ul>li>.titles:before{ position:absolute; content:""; width:100%; height:100%; background:rgba(0,0,0,.64); left:0; top:0;}
.etw_homelink ul>li:hover>.titles:before{ background:none}
.etw_homelink ul>li:hover>.titles>a{ color:#ce1314}
.etw_homelink ul>li .list{ width:100%; padding:1.25rem 0 0 13.125rem; position:relative}
.etw_homelink ul>li .list:before{ position:absolute; content:""; width:128px; height:53px; background:url(../images/icon01.png) left top no-repeat; left:2.5rem; top:2.2rem}
.etw_homelink ul>li:nth-child(2) .list:before{ width:141px; height:54px; background:url(../images/icon02.png) left top no-repeat}
.etw_homelink ul>li .list>ul{ width:50%; float:left}
.etw_homelink ul>li .list>ul>li{ width:100%; background:none !important; padding-bottom:0.5rem}
.etw_homelink ul>li .list>ul>li>a,.etw_homelink ul>li .list>ul>li>span{ display:block; color:#fff; font-size:1rem; font-weight:700; padding-bottom:0.2rem}
.etw_homelink ul>li .list>ul>li>ol,.etw_homelink ul>li .list>ul>li>ol>li{ width:100%;}
.etw_homelink ul>li .list>ul>li>ol>li>a,.etw_homelink ul>li .list>ul>li>ol>li>span{ display:block; color:#fff; font-size:0.875rem; line-height:1.125rem; padding-bottom:0.2rem}
.etw_homelink ul li a:hover{ text-decoration:underline} 


.content1{ width:94%; margin:0 auto; max-width:1110px;}
.content1 .etw_hometitle{ color:#000; font-size:1.5rem; line-height:1.7rem; padding:2rem 0 0.9rem 0; margin:0 0 1.6rem 0; border-bottom:1px #ccc solid; font-weight:500; letter-spacing:4px}
.content1 .etw_hometitle a{ color:#000}
.content1 .etw_hometitle a:hover{ color:#ce1314}


.company{width:46.5%; height:auto; float:left}
.company img{width:100%; float:left; margin-bottom:1.25rem} 
.company p{ color:#000; font-size:1rem; line-height:1.4rem;} 
.company  .more a{ display:block; color:#fff; font-size:1rem; text-align:center; background:#ce1314; width:100px; line-height:35px; border-radius:4px;}
.company  .more a:hover{ color:444; text-decoration:none} 


.etw_homelink1{ width:46.5%; height:auto; float:right}
.lefts{ width:60%; float:left}
.etw_homelink1 p{ width:100%; color:#000; font-size:1rem; line-height:1.3rem; padding-bottom:1.6rem}
.etw_homelink1 ul{ width:100%; float:left}
.etw_homelink1 ul>li{ width:100%; margin:0 0 0.7rem 0; padding:0.2rem 0 0.8rem 40px; color:#000; font-size:0.9135rem; font-weight:400; border-bottom:1px #ccc solid;position:relative} 
.etw_homelink1 ul>li:before{ position:absolute; content:"1"; font-size:1rem; width:26px; height:23px; background:#ce1314; text-align:center; line-height:23px; color:#fff; left:0; top:0.4rem; font-weight:600}
.etw_homelink1 ul>li:nth-child(2):before{content:"2";}
.etw_homelink1 ul>li:nth-child(3):before{content:"3";}
.etw_homelink1 ul>li:nth-child(4):before{content:"4";}
.etw_homelink1 ul>li:nth-child(5):before{content:"5";}
.etw_homelink1 ul>li:nth-child(6):before{content:"6";}
.etw_homelink1 ul>li:nth-child(7):before{content:"7";}
 

#etw_bottom{ width:100%; height:auto; margin:0 auto; background:#e9eaee; padding:3rem 0 2rem 0; overflow:hidden} 
#etw_bottom .row{ width:58%; float:left}
#etw_bottom ul{ width:100%; float:left; margin-bottom:0}
#etw_bottom ul>li{ width:100%; float:left;} 
#etw_bottom ul>li>a,#etw_bottom ul>li>span{ color:#ce1314; display:block; font-size:1.5rem; padding:0 0 1.3rem 0} 
#etw_bottom ul>li>ol,#etw_bottom ul>li>ol>li{ width:100%; float:left}
#etw_bottom ul>li>ol>li>a{ display:block; color:#363636; font-size:0.875rem; padding:0 0 0.6rem 20px; position:relative}
#etw_bottom ul>li>ol>li>a:before{ position:absolute; content:"\f105"; color:#000; font-weight:700; left:0; top:-5px; font-size:1.125rem; font-family:fontawesome}
#etw_bottom ul li a:hover{ color:#ce1314; text-decoration:underline}
#etw_bottom ul>li>ol>li>a:hover:before{ color:#ce1314; }

.etw_contactin{ width:40%; float:right}
.etw_contactin img{ width:18%; float:left;}
.etw_contact{ width:78%;  float:right; color:#363636; line-height:1.8rem}
.etw_contact a{ color:#363636}
.etw_contact a:hover{ color:#ce1314; text-decoration:underline}

.smalllink{ width:100%; padding:0.8rem 0 0.4rem; border-top:1px #ccc solid; border-bottom:1px #ccc solid; margin-bottom:1.7rem;padding-top: 0;}
.smalllink .title{ display:inline-block; width:100px; float:left; color:#ce1314; font-size:1.25rem; font-weight:700;} 
.smalllink ul{width: calc(100% - 100px); display:flex; flex-wrap:wrap;margin-bottom: 0;}
.smalllink ul li{ width:auto; margin-right:1rem;}
.smalllink ul li:last-child{ margin-right:0}
.smalllink ul li a{ display:block; color:#000; font-size:0.75rem; line-height:1.25rem; padding-top:0.5rem; position:relative;padding-bottom: 1rem;}
.smalllink ul li a:before{ position:absolute; content:""; width:100%; height:3px; background:#ce1314; left:0; top:-0.2rem; display:none}
.smalllink ul li a:hover,.smalllink ul li a.dq{ color:#ce1314; }
.smalllink ul li a:hover:before,.smalllink ul li a.dq:before{ display:block}
 

/*container*/
#container{ width:86%; float:right; background:url(../images/cbg.jpg) repeat-y #fff} 
.content{width:94%;  max-width:1335px; margin:0 auto;}
.etw_content{width:94%;  max-width:1060px; margin:0 auto;}
#etw_right{width:73%; float:left;} 
#etw_sidebar{width:24%; float:right;} 
#etw_sidebar .etw_hometitle{display:block; color:#ec1848; text-align:left; font-size:1.25rem; padding:0 0 0.5rem 0; margin:0.5rem 0 0 0;}

.etw_productlist{width:100%; float:left;  padding:1rem 1rem; margin-bottom:2rem; border:1px #dedede solid}
.etw_productlist ul,.etw_productlist ul li,.etw_productlist ul li ol li,.etw_productlist ul li ol li{width:100%; float:left}
.etw_productlist ul>li>a{display:block; font-size:1rem; color:#ce1314; font-weight:600; line-height:1rem; padding:12px 0 12px 0; border-bottom:1px #e3e3e3 solid; }  
.etw_productlist ul>li>ol>li>a{font-size:0.8135rem; display:block; line-height:1rem; color:#666; padding:10px 0 10px 1.4rem; border-bottom:1px #e3e3e3 solid; position:relative}
.etw_productlist ul>li>ol>li>a:before{ position:absolute; content:"\f105"; color:#000;  font-size:1rem; font-family:fontawesome;  left:0.4rem; top:10px; font-weight:700}
.etw_productlist ul>li>ol>li:last-child>a{ border-bottom:none}
.etw_productlist ul li a:hover,.etw_productlist ul li a.dq{color:#ce1314; text-decoration:underline;}
.etw_productlist ul>li>a.dq:before,.etw_productlist ul li a:hover:before{ color:#ce1314}
 

/*快速导航*/
#etw_producttitle{margin:0px auto 0px; height:auto; color:#a6a6a6; overflow:hidden; padding:0; font-size:0.8135rem; width:auto; float:left}
#etw_producttitle a{color:#333; padding-right:0.2rem; }
#etw_producttitle li{display:inline-block}
#etw_producttitle ol{margin-bottom:0}
#etw_producttitle li+li::before{padding:0 0.7rem 0 0.4rem;color:#666;content:"/"; font-size:0.875rem; font-family:fontawesome}
#etw_producttitle a:hover{color:#0774bd; text-decoration:underline;} 



/*其他公用样式*/
.smalltitle{font-size:2rem; display: block; color: #333; line-height: 2.2rem; margin:10px 0 20px 0; text-align:center; font-weight:700;}
.smalltitle1,.smalltitle2{font-size:1.0625rem; display: block; color: #333; font-weight:700; line-height: 1.125rem; margin:5px 0 5px 0;}
.smalltitle2{font-size:1.3rem; color:#44525d;  margin:10px 0 8px 0; font-weight:700; position:relative; padding-left:40px;} 
.smalltitle2:before{ position:absolute; content:"\f085"; color:#ec1848; font-size:1.3rem; left:0; top:1px; font-family:fontawesome}
.smalltitle3:before{content:"\f002";}
.protitle{ display:block; font-size:1.125rem; font-weight:700; color:#333; padding:0 0 0 35px; position:relative}
.protitle a{ color:#333}
.protitle a:hover{ color:#ec1848}
.protitle:before{ position:absolute; content:"\f101"; font-size:1rem; left:0; top:1px; font-weight:700; color:#ec1848; font-family:fontawesome}
.protitle:after{ position:absolute; content:"\f101"; font-size:1rem; left:15px; top:1px; font-weight:700; color:#ec1848; font-family:fontawesome}

.protitle1{ display:block; margin:0 auto; font-size:1.5rem; font-weight:700; color:#333; text-align:center; width:60%; position:relative; padding:0.8rem 0; border-bottom:1px #ddd solid}
.protitle1 span{display:block; width:auto; padding:0 1.5rem; background:#f2f2f2}
.protitle1:before{position:absolute; content:""; left:0; right:0; margin:0 auto; bottom:-3px; width:120px; height:6px; background:#ec1848}

.mores a{ display:block; color:#ec1848; text-align:left; font-size:0.8135rem; font-weight:300; text-decoration:underline; margin-top:-5px;}
.mores a:hover{ color:#222; text-decoration:none} 

.item1{width:100%; height:auto; float:none; padding:8px 0 15px 0} 
.item1 li{width:auto; height:auto; float:none; padding-bottom:20px; display:block; color:#151f48; font-size:1rem; font-weight:300}
.item1 li ol{text-align:left; padding:0 0 2px 38px; line-height:20px;  font-size:0.875rem;font-weight:300; color:#666; width:auto; float:none;}
.item1 li p{color:#666; padding:10px 0 0 0; font-size:0.875rem;}
.item1 li img{width:auto; margin-right:4px;} 

ul.item{width:97%; padding-bottom:18px; float:none;}
ul.item li{list-style: decimal;margin:4px 0 5px 20px; line-height:21px;width:97%; float:none} 
ul.item li.last{margin-left:22px;} 
ul.item li ol{display:block; width:100%; margin:4px 0 3px 0; padding-left:0; color:#474747;  line-height:20px;}

.proitem{padding:0 0 8px  1rem; float:none; width:auto; overflow:hidden}
.proitem>li{width:100%; line-height:20px; padding:0 0 7px 15px; position:relative; }
.proitem>li::before{position:absolute; content:"";  left:0; top:8px; width:4px; height:4px; background:#ec1848; border-radius:50%;}
 

.etw_products{width:100%; height:auto; float:left}
.etw_products>ul{width:100%; display:flex; flex-wrap:wrap}
.etw_products>ul>li{width:48.5%; float:left; margin:0 3% 1.25rem 0} 
.etw_products>ul>li:nth-child(2n){margin-right:0} 
.etw_products>ul>li .product_img{width:100%; float:left;}
.etw_products>ul>li .product_img img,.etw_products1>ul>li>ol>li.product_img{width:100%}  
.etw_products>ul>li .product_con{width:100%; float:right; padding:0 0 0.5rem 0;}  
.etw_products>ul>li .product_con a{color:#222; font-size:0.9375rem; line-height:1.125rem; display: block; padding:1rem 0 0.8rem 0; font-weight:500; text-transform:uppercase}
.etw_products>ul>li .more a{display:block;  line-height:28px;  text-align:left; color:#2d4a9a;  font-weight:300; margin-top:10px; font-size:0.875rem; padding:0} 
.etw_products>ul>li .more a:hover{color:#000; text-decoration:underline}  
.etw_products>ul>li .product_con a:hover{color:#2d4a9a; text-decoration:underline}  
.etw_products>ul>li .product_con span{display:block; font-size:0.875rem; line-height:1.25rem; color:#888; padding-right:3%}

.etw_products1{width:100%; height:auto; float:left}
.etw_products1 ul{ width:100%; display:flex; flex-flow: wrap; margin-bottom:0}
.etw_products1 ul>li{ width:32%; margin:0.5rem 2% 1rem 0; padding:1rem; border:5px #ededed solid; border-radius:2px;}
.etw_products1 ul>li:nth-child(3n){ margin-right:0}
.etw_products1 ul.four>li{ width:23.5%;}
.etw_products1 ul.four>li:nth-child(3n){ margin-right:2%}
.etw_products1 ul.four>li:nth-child(4n){ margin-right:0}
.etw_products1>ul>li>ol,.etw_products1>ul>li>ol>li{ width:100%}
.etw_products1>ul>li>ol>li.product_img{text-align:center;}
.etw_products1>ul>li>ol>li.product_img img{ width:100%} 
.etw_products1>ul>li>ol>li.product_con{ display:block; font-size:0.875rem; line-height:1.25rem; padding:0.8rem 0 1rem 0; color:#888;}
.etw_products1>ul>li>ol>li.product_con a{ display:block; text-align:center; font-size:1rem; line-height:1.3rem; color:#000; margin:0 0 0.8rem 0; border-top:1px #ddd dashed;  border-bottom:1px #ddd dashed; padding:0.6rem; font-weight:700}
.etw_products1>ul.application>li>ol>li.product_con a{ border:none; margin-bottom:0.4rem; padding:0; font-size:1rem}
.etw_products1>ul>li:hover>ol>li.product_con a{ color:#ce1314; border-color:#ec1848}  
.etw_products1>ul>li>ol>li.product_con .more a{ display:block; width:100%; color:#fff; text-align:center; border:none; margin-top:1.5rem; background:#ce1314; border-radius:5px; padding:0.8rem 0; font-weight:300}
 

.img_center{width:100%;clear:both;margin:0.3rem auto 1rem auto;text-align:center; }
.img_center img{border:1px #dedede solid}
.img_left,.img_right{width:45%;float:right; margin:20px 0 14px 4%; text-align:center;}
.img_left{float:left;margin:0 3% 15px 0;width:50%}
.sswidth{width:20%; min-width:150px;}
.swidth{width:24.25%; min-width:150px;}
.smwidth{width:32%; margin-top:8px}
.mswidth{width:45%; margin-bottom:25px}
.mwidth{width:38%; min-width:150px;}
.img_left img,.img_right img{display:block; width:100%; border:4px #eee solid}
a.qury{width: 110px;line-height: 30px;font-size: 14px;color: #fff;display: block;float: left; width: 100px;background: #b7303e;margin-left: 10px;opacity: .7;margin-top:12px;}
a.qury:hover{opacity: 1;}
.etw_photo{margin:0 0 0.5rem 0;width:100%;height:auto;} 
.etw_photo ul{display:flex;width:100%;height:auto; flex-flow: wrap;}
.etw_photo ul li{display:block;margin:0 2% 15px 0;text-align:center;}
.etw_photo ul li img{display:block; width:100%; border:1px #dedede solid; padding: 4px;position: relative;} 
.etw_photo ul.nopic li img{border:none} 
.etw_photo ul li a{color:#333;}
.etw_photo ul li span{display:block; font-size:0.8135rem; line-height:1.125rem}
.etw_photo ul li p{display:block;}
.etw_pic2 ul,.etw_pic3 ul,.etw_pic4 ul,.etw_pic5 ul,.etw_pic6 ul{margin:0}
.etw_pic2 ul li{width:49%}
.etw_pic3 ul li{width:32%}
.etw_pic4 ul li{width:23.5%}
.etw_pic5 ul li{width:18.4%;font-size:12px;}
.etw_pic6 ul li{width:15%;font-size:12px;}
.etw_pic2 ul li:nth-child(2n),.etw_pic3 ul li:nth-child(3n),.etw_pic4 ul li:nth-child(4n),.etw_pic5 ul li:nth-child(5n),.etw_pic6 ul li:nth-child(6n){margin-right:0}
.etw_pic2 ul li:nth-child(2n+1),.etw_pic3 ul li:nth-child(3n+1),.etw_pic4 ul li:nth-child(4n+1),.etw_pic5 ul li:nth-child(5n+1),.etw_pic6 ul li:nth-child(6n+1){clear:both;}
figure{margin:0 0 0.3rem 0}

.left_pic{width:40%; height:auto; float:right; margin:0 0 20px 4%;}
.left_pics{width:100%; height:auto; float:left; } 
.left_pics img{width:100%; text-align:center;}
.left_pics a{cursor:default} 
.related_pic{width:100%; height:auto; float:right;  text-align:center}
.related_pic a{width:18%; height:auto; float:left; margin:10px 2% 0 0; display:block; text-align:center; color:#666; font-size:12px;}
.related_pic a:nth-child(5n){margin-right:0}
.related_pic a img{width:100%; } 

.right_con{width:52%; float:right}
.right_con h2{ padding-top:0; margin-top:0}

#etw_set_feedback_form{overflow:hidden;height:auto;width:100%; float:left;  text-align:center; margin:0 0 1.2rem 0; padding:0}
#etw_form_title{text-align:left;color:#333;font-size:1.2rem;padding:0px;position: relative; font-weight: bold;}
#floatchatiframe2011{margin: 0 -15px;}
#etw_form_title span{padding-right:5px}
#etw_form{width:100%}
.indent{ padding-left:30px}
#etw_bottom #etw_set_feedback_form{ margin-top:-15px;} 

.other_pro{width:100%;margin:10px 0 0 0;overflow:hidden;}
.other_pro ul{ width:100%; display:flex; flex-wrap:wrap}
.other_pro ul>li{width:23.5%;margin:0 2% 0 0;overflow:hidden}
.other_pro ul li:nth-child(4n){margin-right:0}
.other_pro ul li ol{width:100%}
.other_pro ul li ol li.product_img{width:100%}
.other_pro ul li ol li.product_img img{width:100%;border:1px solid #cdcdcd}
.other_pro ul li ol:hover li.product_img img{border-color:#888}
.other_pro ul li ol li.product_con{width:100%;margin:0 auto;line-height:18px;text-align:center}
.other_pro ul li ol li.product_con a{color:#333;display:block;line-height:16px;padding:8px 2px;font-size:13px}
.other_pro ul li ol:hover li.product_con a{color:#05497a;;text-decoration:underline}

/*底部*/
#footer{ width:86%; float:right; background:#e9eaee; border-top:2px #ce1314 solid;padding-bottom: 1.5rem;}
#etw_footin{margin:0 auto; text-align:center;   width:94%; max-width:1335px;}
#etw_homefooter .content{text-align: center;}
#etw_homefooter{height:auto; padding:1.5rem 0 0.5rem;  text-align:left; position:relative;}
#etw_homefooter a{padding:0 3rem 0 0;color:#363636; margin:0px;position:relative;font-size:1rem;}
#etw_homefooter a:hover{color:#d22543; text-decoration:underline;}
#etw_coper a{display:block;color:#222; margin-top:1rem;font-size:0.875rem;}
#otherlink{clear:both;width:100%;height:auto;}
#otherlink a{color:#222; font-size:0.625rem; display:inline-block;padding:0.05rem 0.3rem; margin-right:0.875rem; border:1px #222 solid;}
#otherlink a span{opacity:.5;position:relative;top:0;font-size:0.875rem;}
#otherlink a:hover{color:#d22543;border:1px #d22543 solid; text-decoration: none;}
#otherlink a:hover span{opacity:1;top:-3px;transition:all .3s ease-in-out} 

/*video*/

.videoall ul li{width:31%;float:left;margin:15px 3% 5px 0;}
.videoall ul li a{display:block;text-align:center; line-height:18px; font-size:14px;color:#000}
.videoall ul li:nth-child(3n){margin:15px 0px 5px}
.videoall ul li:nth-child(3n+1){ clear:both}
.videoall ul li a span{display:block;margin-bottom:10px;}
.videoall ul li a span{display:block;position:relative;color:#fff;font-size:26px;}
.videoall ul li a span:before{border-radius:50%;font-family:fontawesome;top:50%;left:50%;transform:translate(-50%,-50%);position:absolute;content:"\f04b";width:50px;height:50px;padding:15px 0 0 7px; color:#c9161c; background:#fff}
.videoall ul li a span:hover:before{background:#c9161c;color:#fff;} 

.etw_videos1{margin-top:0;border:1px solid #ccc}
.etw_videos2{width:28%;margin-top:20px}
#etw_map{width:100%;margin:0 auto; padding-bottom:2rem}
#etw_map .name{width:100%;color:#ec1848;background:#eee;margin-top:6px;line-height:20px;display:block;margin-bottom:4px;font-size: 1rem;text-decoration: none;padding: 0.5rem;}
#etw_map a{color:#333;text-decoration:underline;width:100%;display:block;font-size: 0.875rem;padding: 0.25rem 0.5rem;}
#etw_map a:hover{text-decoration:none}
#etw_map .name a{color:#1d3154;margin:0;font-weight:700;text-decoration:none;font-size: 1rem;}
#etw_map .name a:hover{text-decoration:underline;color: #ec1848;}
#etw_map .list_m{ width:100%; height:auto; margin-bottom:15px; overflow:hidden}
#etw_map .list_m a{ width:50%; display:block; float:left; color:#888; text-decoration:none; line-height:20px; padding:5px 0; padding-left:12px;}
#etw_map .list_m a:nth-child(2n+1){ clear:both}
#etw_map .list_m a:hover{text-decoration:underline; color:#0c3b64}
#etw_map a.subname{ width:100%; display:block; text-decoration:underline;padding-left:0px;}


@media (max-width: 1500px) { 
	#etw_banner .banner_txt h1{font-size: 1.25rem;}
}

@media (max-width: 1199.98px) {  
	#etw_language{width: auto;float: right;}
	.etw_mainproducts ul>li>ol>li.product_con a{font-size: 1.125rem;line-height: 1.5rem;}
#header,#container,#footer{ width:100%} 
#container{ margin-top:151px; background:#fff}
#headerin{ max-width:100%}
#etw_logo{ margin:1.5rem 0 1.5rem 1.5rem}
.top-nav{ width:auto; float:right; margin:1.5rem 1rem 0 0}
.navbar-light .navbar-nav{ display:flex !important}
.navbar-light .navbar-nav .nav-link::before{ display:none}
.dropdown-menu{top:100%; right:auto; left:0;}
#etw_banner .banner_txt{ max-width:70%!important}
#etw_banner .banner_txt h1 span{ display:inline}
.etw_homelink ul > li{ width:100%; margin:0 0 1rem 0}

}

@media (max-width: 991.98px) {
	.top-nav{background:#f4f4f4; text-align:left; width:100%; margin:0}
	.navbar-light .navbar-nav .nav-link{ border-right:none; border-bottom:1px #f5bdc7 solid; padding: 0.4rem 1.4rem 0.5rem 1rem; line-height: 1.5rem; margin-left:0}
	.navbar-nav .dropdown-menu{ border:none; border-radius:0; margin-top:-1px;}
	.navbar{padding:0.05rem 0rem 0;}
	.navbtn{margin:3rem 1rem 0 0}
	.navbar-light .navbar-nav .active .nav-link:before,.navbar-light .navbar-nav .nav-link:hover:before,#etw_sidebar{ display:none} 
	#header{position: relative;}
	#container{margin-top:0;} 
#etw_language{padding-right:0;width: auto;float: right;display: none;}
.etw_mainproducts ul > li > ol > li.product_con span{display:none}
.etw_mainproducts ul > li > ol > li.product_con{height:75px;}
#etw_right{width:100%; padding-left:0}
.pt-5, .py-5 { padding-top: 1.5rem !important;}
#etw_banner .banner_txt{ top:25%} 
#etw_bottom .row,.etw_contactin{ width:100%; float:left} 
.etw_products1 ul.four>li{ width:32%;}
.etw_products1 ul.four>li:nth-child(4n){ margin-right:2%}
.etw_products1 ul.four>li:nth-child(3n){ margin-right:0}
	.videoall ul>li:nth-of-type(n){width: 49%;margin-right: 2%;clear: none;}
	.videoall ul>li:nth-of-type(2n){margin-right: 0;}
}

@media (max-width: 767.98px) {#etw_language,.company img,#etw_banner{display:none;} 
	.smalllink ul li a:hover:before, .smalllink ul li a.dq:before{display: none;}
#etw_homefooter a{font-size:0.875rem;}  
	.etw_hometitle, h2{font-size:1.2rem; margin-top: 0.5rem;} 
	.etw_products1 ul > li,.etw_products1 ul.four>li{width:48%; margin-right:4%}
	.etw_products1 ul > li:nth-child(3n),.etw_products1 ul.four>li:nth-child(3n){margin-right:4%}
	.etw_products1 ul > li:nth-child(2n),.etw_products1 ul.four>li:nth-child(2n){margin-right:0} 
	.etw_mainproducts ul > li{width:32%; margin:0 2% 1.125rem 0}
	.etw_mainproducts ul > li:nth-child(3n){margin-right:0}
	.other_pro ul > li,.etw_smaple ul>li{ width:48%; margin-right:4%; margin-bottom:1rem}
	.other_pro ul > li:nth-child(4n),.etw_smaple ul > li:nth-child(3n){ margin-right:4%}
    .other_pro ul > li:nth-child(2n),.etw_smaple ul > li:nth-child(2n){ margin-right:0}
	.etw_contactin,.etw_productlists,.company_txt,.etw_homelink > ul{ width:100%} 
 
	#etw_bottom ul li{ font-size:1rem}
	.details > ul > li{ width:33.25%; margin:2px 0.05% 0 0}
	.details > ul > li:nth-child(3n){ margin-right:0} 
	.mswidth{ margin:0 auto 25px auto; float:none; width:65%}
	.right_con,.etw_homelink1,.company{ width:100%}
}

@media (max-width: 575.98px) {.companyname,.etw_contactin ul li img{display:none;} 
.etw_contactin ul li p{ text-align:left}
.etw_contactin ul li{ border:none; padding-left:0}
	#etw_homefooter a,#etw_coper a{font-size:0.6rem;padding-right: 1rem;}
.etw_products ul>li,.etw_products1 ul>li,.img_left, .img_right,.left_pic,.etw_products > ul.three > li,.etw_mainproducts ul.twopro > li{width:100% !important; margin-right:0;}
	.etw_mainproducts ul > li{width:48%; margin:0 2% 1.125rem 0}
	.etw_mainproducts ul > li:nth-child(3n){margin-right:2%;}
	.etw_mainproducts ul > li:nth-child(2n){margin-right:0;}
.etw_mainproducts ul > li > ol > li.product_con{ height:auto}
	.smwidth,.etw_contactin ul li{width:100% !important;}   
	.etw_pic3 ul li:nth-child(2n),.etw_pic4 ul li:nth-child(2n){margin-right:0;}
	.etw_pic3 ul li,.etw_pic4 ul li{width:49%;margin-right:2%;} 
.etw_productlists,.company,.etw_contactin{width:100%; padding-bottom:1rem; margin:0}
#etw_bottom ul li{ width:100%;}
.row{ margin-left:0 !important; margin-right:0 !important}
.equipment ul li,.etw_products1 ul > li{ width:100%; margin-right:0 !important}
.equipment ul li:nth-child(1), .equipment ul li:nth-child(3){ border-right:1px #dedede solid}
.equipment ul li:nth-child(1){ border-bottom:none}
	.etw_homelink ul>li .list{padding: 7rem 0.5rem 0.5rem;}
	.etw_homelink ul>li .list:before{width: 100%;left:0;background: url(../images/icon01.png) center top no-repeat;}
	.etw_homelink ul>li:nth-child(2) .list:before {width: 100%;background: url(../images/icon02.png) center top no-repeat;}
	.videoall ul>li:nth-of-type(n){width: 100%;margin-right: 0%;clear: none;}
}