*{ margin:0px; padding:0px; list-style:none;border:0;}
html{ font-size:14px; }
body{
 margin:0;
 padding:0;
 background-color:#f3f4f7 !important;
 overflow-x:hidden;
 
}
div,img,h3,h4,p,dd,dl,em{margin: 0; padding: 0; border: 0;}
h1{font:bold 1.26em Arial, Sans-Serif;letter-spacing:0px;margin:0;padding:0}
h2{font:bold 1.7em Arial, Sans-Serif;letter-spacing:-1px;font-size:16px;color:#000;background:inherit;margin:0 0 5px;padding:0}
p{margin:0 auto}
ul,li{list-style:none;margin:0;padding:0}
form{margin:0}
input{outline: none;cursor: none;}
input:focus{outline: none;cursor: none;}
a{text-decoration:none;}
a:hover{text-decoration:none; color:#c01701;transition:all 0.2s linear 0s;}
.clear{font-size:0; line-height:0;clear: both;overflow: hidden; zoom: 1;}
.fr{float:right;}
.fl{float:left;}

.yuanbao{    width: 1.5vw;
    float: left;
    position: relative;
    margin-right: 10px;
    top: 3px;}
.xyuanbao{    width: 1vw !important;
    left: 0.5vw;
    position: relative;
    margin-right: 10px;
    top: 3px;}
.nyyuanbao{    width: 1vw !important;
    left: 0.5vw;
    position: relative;
    margin-right: 10px;
    top: -2px;}

.menuTop {background-color: #1a80ff; color: #fff; width: 260px; height: 50px; padding-left: 20px; line-height: 50px; cursor: pointer;font-size:15px;border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
.menuTop img{position: relative;top:6px;padding-right: 10px;}

.yes{display: block;}
.no{display: none;}

.canshu{font-size:13px;border-top: 1px solid #eee;}
.canshu dd{font-size: 15px;
    padding-top: 25px;
    padding-bottom: 10px;
    color: #333;
    font-weight: bold;}
.canshu ul{margin: 22px 0;
    overflow: hidden;}
.canshu ul li{width: 32%;
    line-height: 20px;
    float: left;
    padding-right: 1%;
    color: #333;
    font-size: 14px;
    text-align: center;}
.canshu ul li a{color:#666;}
.canshu ul li img{display: block;
    width: 33px;
    margin: 0 auto;}

.yichuI{height:auto;padding: 9%;margin: 0vw 0;}
.yichuI ul{}
.yichuI ul li{margin-bottom: 10px;}
.yichuI ul li a{color: #666;
    font-size: 14px;}
.yichuI ul li img{width: 20px;position: relative;margin-right: 10px;
    top: 5px;}

.list{width: 210px;border-bottom:solid 1px #316a91;margin:40px auto 0 auto;display:none;}
.list ul li{background-color:#467ca2; border:solid 1px #316a91; border-bottom:0;}
.list ul li a{padding-left: 10px;color: #fff; font-size:12px; display: block; font-weight:bold; height:36px;line-height: 36px;position: relative;
}
.list ul li .inactive{ background:url(images/off.png) no-repeat 184px center;}
.list ul li .inactives{background:url(images/on.png) no-repeat 184px center;} 
.list ul li ul{display: none;}
.list ul li ul li { border-left:0; border-right:0; background-color:#6196bb; border-color:#467ca2;}
.list ul li ul li ul{display: none;}
.list ul li ul li a{ padding-left:20px;}
.list ul li ul li ul li { background-color:#d6e6f1; border-color:#6196bb; }
.last{ background-color:#d6e6f1; border-color:#6196bb; }
.list ul li ul li ul li a{ color:#316a91; padding-left:30px;}

.map-service{position:relative;height:32vw;background-size: cover;}
.map-service-right{padding-top:0px;text-align: center;position: absolute;}
.map-service-right h3{font-size: 2.4em;color: #fff;text-align: center;margin-bottom: 5px;}
.map-service-right p{font-size: 18px;color: #fff;text-align: center;line-height: 45px;margin-bottom: 60px;}
.china-map{width:55%;height:26vw;background:url(../images/map.png) center no-repeat;position:absolute;margin:3vw auto 3vw auto;border-radius: 30px;float:right;right:25%;background-size: cover;}
.region-list{position:absolute;left:0;top:0}

@-webkit-keyframes warn{
0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}
100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}
}
@-moz-keyframes warn{
0%{-moz-transform:scale(0);transform:scale(0);opacity:1}
100%{-moz-transform:scale(1);transform:scale(1);opacity:0}
}
@-o-keyframes warn{
0%{-o-transform:scale(0);transform:scale(0);opacity:1}
100%{-o-transform:scale(1);transform:scale(1);opacity:0}
}
@keyframes warn{
0%{-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0);opacity:1}
100%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0}
}
.area-box .dot{position:absolute;left:0;width:10px;height:10px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:#ffffff;opacity:1;filter:alpha(opacity=100)}
.area-box .pulse{position:absolute;top:-28px;left:-28px;height:66px;width:66px;border:2px solid #ffffff;-webkit-border-radius:48px;-moz-border-radius:48px;border-radius:48px;-webkit-box-shadow:0 0 4px #ffffff,0 0 10px #ffffff inset;-moz-box-shadow:0 0 4px #ffffff,0 0 10px #ffffff inset;box-shadow:0 0 4px #ffffff,0 0 10px #ffffff inset;opacity:.12;filter:alpha(opacity=0);-webkit-animation:warn 2s ease-out both;-moz-animation:warn 2s ease-out both;-o-animation:warn 2s ease-out both;animation:warn 2s ease-out both;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite;background:0 0}
.area-box .delay-01{-webkit-animation-delay:0;-moz-animation-delay:0;-o-animation-delay:0;animation-delay:0}
.area-box .delay-02{-webkit-animation-delay:.4s;-moz-animation-delay:.4s;-o-animation-delay:.4s;animation-delay:.4s}
.area-box .delay-03{-webkit-animation-delay:.8s;-moz-animation-delay:.8s;-o-animation-delay:.8s;animation-delay:.8s}
.area-box .delay-04{-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s;-o-animation-delay:1.2s;animation-delay:1.2s}
.area-box .delay-05{-webkit-animation-delay:1.6s;-moz-animation-delay:1.6s;-o-animation-delay:1.6s;animation-delay:1.6s}
.area-box .delay-06{-webkit-animation-delay:2s;-moz-animation-delay:2s;-o-animation-delay:2s;animation-delay:2s}
.area-box .delay-07{-webkit-animation-delay:2.4s;-moz-animation-delay:2.4s;-o-animation-delay:2.4s;animation-delay:2.4s}
.area-box .delay-08{-webkit-animation-delay:-.4s;-moz-animation-delay:-.4s;-o-animation-delay:-.4s;animation-delay:-.4s}
.area-box .delay-09{-webkit-animation-delay:-.8s;-moz-animation-delay:-.8s;-o-animation-delay:-.8s;animation-delay:-.8s}
.area-box .delay-10{-webkit-animation-delay:-1.2s;-moz-animation-delay:-1.2s;-o-animation-delay:-1.2s;animation-delay:-1.2s}
.area-box .delay-11{-webkit-animation-delay:4s;-moz-animation-delay:4s;-o-animation-delay:4s;animation-delay:4s}
.region-list.active .area-box .dot{background:#ffffff;}
.region-list.active .area-box .pulse{border-color:#ffffff;top:-39px;left:-39px;height:88px;width:88px;-webkit-box-shadow:0 0 12px #ffffff,0 0 20px #ffffff inset;-moz-box-shadow:0 0 12px #ffffff,0 0 20px #ffffff inset;box-shadow:0 0 12px #ffffff,0 0 20px #ffffff inset}
.region-list.waite .area-box .dot{background:#ffffff}
.region-list.waite .area-box .pulse{border-color:#ffffff}
.show-regin{position:absolute;left:2px;height:0;top:0;width:11px;opacity:0;-o-transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out}
.online-node .show-regin,.region-list:hover .show-regin,.underline-node .show-regin,.waite-node .show-regin{height:127px;opacity:1}
.show-regin span{width:80px;position:absolute;left:8px;top:-11px;padding:6px 10px;font-size:14px;color:#ccc;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;text-align:center;white-space:nowrap;}
.postition-10 .show-regin span{left:0}
.postition-6 .show-regin span{left:-72px}
.area-box{z-index:77}
.show-regin{z-index:66}
.region-list.active .show-regin span{position:relative;color:#ccc}
.region-list.waite .show-regin span{color:#ccc}
.postition-1{left:13vw;top:5.2vw}
.postition-2{left:17.6vw;top:18vw}
.postition-3{left:34vw;top:27.5vw}
.postition-4{left:72.2vw;top:16.35vw}
.postition-5{left:60.2vw;top:14.8vw}
.postition-6{left:45vw;top:20.5vw}
.postition-7{left:29.6vw;top:9.4vw}
.postition-7.region-list.active .area-box .pulse{top:-50px;left:-50px;width:110px;height:110px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}
.postition-8{left:41.6vw;top:1.2vw}
.postition-9{left:91.2vw;top:24.6vw}
.postition-9.region-list.active .area-box .pulse{top:-50px;left:-50px;width:110px;height:110px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}
.postition-10{left:55.2vw;top:31.5vw}
.postition-11{left:85vw;top:32vw}
.postition-13{left:83vw;top:5.2vw}
.douhao{width:0}

.banner {background: url(/images/yiwu/banner.gif) no-repeat center center;width:100%;height:44vw;float: left;margin-left: 0px;top: 0px;background-size: cover;margin-bottom: 60px;position: relative;}
.banner h2{font-size:3.2vw;margin: 10% auto;position: relative;text-shadow: 6px 5px 6px #000;
    top: 16.5vw;
    width: 1280px;
    text-align:center;
    color:#fff;}
.banner p{font-size: 18px;color:#666;text-align: left;margin-top: 0%;margin:0% auto;width: 1280px;line-height: 32px;}
.more{margin: 0% auto;
    width: 1280px;}
.more a{display: inline-block;
    padding: 0 1.5vw;
    margin-top: 4vw;
    border: #1a80ff 1px solid;
    font-size: .9vw;
    color: #1a80ff;
    overflow: hidden;
    width: 9vw;
    line-height: 3vw;
    border-radius: 35px;}
.more a img {
    background: none;
    position: relative;
    top: 0.65vw;
    margin-right: 0.5vw;
    padding: 0;
    border-radius: 0;
    width: 2vw;
    float: right;
}

#ticker
    {height: 15.5em; padding: 0.6em 0; margin: 0 0 3.8em 0; border-top:0px solid #efefef; border-bottom:0px solid #efefef; position: relative;}
  #ticker .cursor
    {display: inline-block; background: #565c61; width: 0em; height: 1em; text-align: center;}
  #ticker p
    {margin-bottom: 0.8em;}
  #ticker code
    {margin: 0.4em 0.4em; display: block;}
  #ticker .next 
    {position: absolute; bottom: 1em;}

/* 隐藏鼠标点击这些元素时出现的光标 */
div, span, p {
    caret-color: transparent;
}

.shuru{background: none;border: 0;color: #fff;font-size: 40px;font-weight: bold;margin-bottom: 35px;}

.main{ width: 1280px;margin:0 auto;overflow: hidden;}

.menuall {background: url(../images/mall.jpg);width:100%;height:583px;position: relative;}
.menuall h2{position: absolute;color: #fff;font-size: 30px;left: 50%;margin-left: -50%;width: 100%;text-align: center;top: 200px;background: none;}

.yuwuban {background: url(/images/yiwu/yiwubanner.jpg) no-repeat;width:658px;height:331px;position: relative;float: left;margin-left: 10px;top: 0px;background-size: cover;margin-bottom: 10px;}
.yuwuban h2{font-size: 1.5vw;
    margin-left: 7%;
    text-align: left;
    color:#222;
    display: inline-block;margin-top: 17%;}
.yuwuban p{font-size: 16px;color:#666;text-align: left;margin-top: 1%;margin-left: 10%;}

.menu { width: 280px; height: 441px; margin: 0px auto;/*overflow-y: scroll;*/float:left;}
.topnei{width: 1280px;margin:10px auto 0px auto;    height: 430px;overflow: hidden;}
.fenlei{float:left;background: #fff;margin-top: 0px;
    z-index: 999;
    position: relative;
    box-shadow: 1px 2px 18px -5px #dfdfdf;height: 429px;
    padding: 0%;}
.fenleiy{float:left;width: 1000px;}

.dlxq{float: right;background: #fff;width: 280px;padding: 20px;margin-bottom: 10px;}

.dlxq1 {
    border-bottom: 1px solid #eee;
    overflow: hidden;
    background: url(../images/yiwu/idx4_hover_bg.png) center no-repeat;
    border-radius: 10px;
    padding-bottom: 35px;
    margin-bottom: 125px;
}
.dlxq1 img{float: left;
    margin-top: 25px;
    padding-left: 15px;}
.dlxq1r{margin-left:5vw;
    margin-top: 35px;}
.dlxq h4{font-size: 0.9vw;text-align: center;font-weight:normal;
    line-height: 36px;
    margin: 15px 0;}
.dlxq1r a{color: #fff;margin-right: 10px;font-size: 18px;
    font-weight: bold;}

.dlxq2{padding:10px 0 0px 0;width: 100%;border-top: 1px solid #ddd;
    margin: 0 auto;
    background-size: cover;}
.dlxq2 h4{font-size: 16px;line-height: 24px;color:#222;padding: 5px 0 10px 0;}
.dlxq2 dl{}
.dlxq2 dl dt{color:#777;font-size: 13px;line-height:30px;}
.dlxq2 dl dt img{width:10px;position: relative;
    top: 1px;
    margin-right: 5px;}

.dlxq3{border-top: 1px solid #eee;margin-top: 10px;margin-left: 20px;
    padding-top: 10px;}
.dlxq3 img{width: 30px;float: left;margin-right: 5px;}
.dlxq3 dd{color: #333;font-weight:normal;font-size: 14px;line-height: 26px;}

.sankuan{width: 658px;margin: 10px 0 0 10px;}
.sankuan ul{}
.sankuan ul li{width: 172px;float: left;margin-right: 10px;height:auto;padding: 20px 20px;background-size: cover;text-align: center;}
.sankuan ul li:nth-child(3){margin-right:0;}
.sankuan ul li img{width: 35px;
    margin-right: 15px;
    position: relative;
    top: 5px;
    display: inline;}
.bg1{background: #fff;;}
.bg2{background: #fff;;}
.bg3{background: #fff;;}
.sankuan ul li h4{color: #222;
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
    display: inline;
    position: relative;
    top: -.7vw;}
.sankuan ul li p{font-size: 12px;color: #888;}
.m_head {
        display: none;
        height: 50px;
        overflow: hidden;
        padding: 0 2%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: 10;
        background: #1a80ff;
        border-bottom: 1px solid #eee;
}
.m_nav {
        display: none;
        position: fixed;
        z-index: 199;
        width: 100%;
        height: 100%;
        background: #fff;
        top: 0;
        right: -100%;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s;
        overflow: hidden;
        box-sizing: border-box;
}
@media(max-width:760px){
.banner h2 {
        font-size:5.2vw;
        margin: 10% auto;
        position: relative;
        text-shadow: 6px 5px 6px #000;
        top: 16.5vw;
        width: 100%;
        text-align: center;
        color: #fff;
    }
.topnei {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: 0 2%;
}
.fenlei {
    float: left;
    background: #fff;
    margin-top: 0px;
    z-index: 999;
    position: relative;
    box-shadow: 1px 2px 18px -5px #dfdfdf;
    height: auto;
    padding: 0%;
    width: 100%;
}
.menuTop {
    background-color: #1a80ff;
    color: #fff;
    width: 95%;
    height: 50px;
    padding-left: 20px;
    line-height: 50px;
    cursor: pointer;
    font-size: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.yichuI {
    height: auto;
    padding: 5%;
    margin: 0vw 0;
}
.yichuI ul {
    overflow: hidden;
}
.yichuI ul li {
    margin-bottom: 10px;
    width: 33.3%;
    float: left;
}
.yichuI ul li img {
    width: 4vw;
    position: relative;
    margin-right: 1vw;
    top: 1vw;
}
.yichuI ul li a {
    color: #666;
    font-size: 3vw;
}
.dlxq3 {
    border-top: 1px solid #eee;
    margin-top: 0px;
    margin-left: 20px;
    padding-top: 12px;
}
.fenleiy {
        float: left;
        width: 100%;
        margin-top: 4vw;
}
.yichutongyong {
    width: 100%;
    margin: 3vw auto 2vw auto;
    overflow: hidden;
}

.yichutongyong {
    width: 100%;
    margin: 3vw auto 2vw auto;
    overflow: hidden;
}

.sc3 {
    width: 100%;
    margin: 0px auto 30px auto;
}
.dijudz {
    width: 100%;
    margin: 0 auto;
}
.m_head {
        display: block;
        height: 50px;
        overflow: hidden;
        padding: 0 2%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: 10;
        background: #fff;
        border-bottom: 1px solid #eee;
}
.m_nav {
        display: block;
        position: fixed;
        z-index: 199;
        width: 100%;
        height: 100%;
        background: #fff;
        top: 0;
        right: -100%;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s;
        overflow: hidden;
        box-sizing: border-box;
}    
.m_head .mlt {
        float: left;
        height: 100%;
        /* display: none; */
}
.m_head .mlt img {
        display: block;
        height: 30px;
        margin-top: 10px;
}
.m_head .img {
        width: 50px;
        float: right;
}
.m_head .img img {
        display: block;
        width: 100%;
        width: 40px;
        margin-top: 6px;
    }
.m_out {
        width: 50px;
        float: right;
        max-width: 50px;
        margin-right: 3%;
    }   
.m_navbox {
        width: 100%;
        box-sizing: border-box;
        /* float: right; */
        background: #fff;
        /* height: calc(100% - 80px); */
        box-sizing: border-box;
        padding: 20px 0;
        overflow: auto;
        box-sizing: border-box;
    }    
.banner {
    background: url(/images/yiwu/banner.gif) no-repeat center center;
    width: 100%;
    height: 44vw;
    float: left;
    margin-left: 0px;
    top: 0px;
    background-size: cover;
    margin-bottom: 3vw;
    position: relative;
    margin-top: 0vw;
}    
  
.yuwuban {
    background: url(/images/yiwu/yiwubanner.jpg) no-repeat;
    width: 100%;
    height:160px;
    position: relative;
    float: none;
    margin-left: 0px;
    top: 0px;
    background-size: cover;
    margin-bottom: 10px;
    overflow: hidden;
}
.lubo_box li {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px;
    opacity: 0;
    filter: alpha(opacity = 0);
}
   
.dlxq {
    float: right;
    background: #fff;
    width: 100%;
    padding:0px;
    margin-bottom: 10px;
}    
 .dlxq h4 {
    font-size: 3.9vw;
    text-align: center;
    font-weight: normal;
    line-height: 36px;
    margin: 15px 0;
}   
.canshu {
    font-size: 13px;
    border-top: 1px solid #eee;
    margin-top:9vw;
}    
.dlxq1r a {
    color: #fff;
    margin-right: 15vw;
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
}
.dlxq1r {
    margin-left: 0vw;
    margin-top:0vw;
    text-align: center;
}
 .sankuan {
    width: 100%;
    margin: 10px 0 0 0px;
}   
.sankuan ul li {
    width: 32%;
    float: left;
    margin-right: 7px;
    height: auto;
    padding: 0px 0px;
    background-size: cover;
    text-align: center;
    padding-bottom: 7vw;
}
.sankuan ul li h4 {
    color: #222;
    font-size: 3.5vw;
    line-height: 6vw;
    font-weight: normal;
    display: inline;
    position: relative;
    top: 1vw;
}
.sankuan ul li img {
    width: 18%;
    margin-right: 8px;
    position: relative;
    top: 18px;
    display: inline;
}

.dlxq1 {
    border-radius: 0px;
    overflow: hidden;
    padding-bottom:0px;
    background: url(../images/yiwu/idx4_hover_bg.png) center no-repeat;
    background-size: cover;
    border-radius: 10px;
    width:auto;
    margin: 0 5%;
    height: 10vw;
    line-height:10vw;
}    
.portlet-body{width: 100%;
    overflow-y: scroll;}  
.postition-9{left:84.2vw;top:22.6vw}    
    
}
