/*全局*/
body { font-family:Arial,sans-serif; color:#888;}
#backstage-headArea a:hover, #backstage-bodyArea a:hover, #backstage-footArea a:hover { text-decoration:underline;}
#backstage-headArea .backstage-widgetsettings-tools a:hover, #backstage-bodyArea .backstage-widgetsettings-tools a:hover, #backstage-footArea .backstage-widgetsettings-tools a:hover { text-decoration:none;}
/*head*/
#outerContainer_1430356448345 .row>div[class^="col-"] { padding:5px 0;}
.sitewidget-prodsearch .prodsearch-button, .sitewidget-prodsearch .prodsearch-button button { height: 32px;}
.sitewidget-prodsearch .prodsearch-input input { height: 32px; line-height: 32px;}
#column_1430358085940 { height:20px;}
#outerContainer_1430356448345 {border-bottom:1px solid rgba(0, 0, 0, 0.0392157)}
.sitewidget-text-20150430092632 .sitewidget-bd a { display:inline-block; padding:0 5px; font-size:12px; color:#919191; border-left:1px solid #ccc;}
.sitewidget-text-20150430092632 .sitewidget-bd a:first-child { border-left:0 none;}


.sitewidget-position .sitewidget-bd a { color:#666;}
.thumblist-scroll #thumblist li a.zoomThumbActive { border:1px solid #F4BF1E}
/*nav*/
.widget-smartmenu-style0 { background:#fff; border-bottom:1px solid #eee; border-top:1px solid #eee;}
.nav>li {border-left:1px solid #eee;border-right:1px solid #eee; margin-left:-1px;}
.nav>li:hover {box-shadow:6px 0 0 rgba(0, 0, 0, 0.03), -6px 0 0 rgba(0, 0, 0, 0.03)}
.widget-smartmenu-style0 .nav>.on { background:none;}
.nav>li>a { position:relative; }
.nav>li>a:after { background:#F4BF1E; color:#F4BF1E; content:""; height:2px; left:0; top:-2px; opacity:1; position:absolute; transition:width 0.2s ease 0s; width:0;}
.nav>li:hover>a:after, .nav>li.on>a:after{ width:100%;}
.nav .navi-has-sub>a { background:none;}
.nav .sub-nav { padding:0; transition:aopacity 0s ease 0s, margin-top 0.3s ease 0s; box-shadow:4px 4px 0 rgba(0, 0, 0, 0.04); background:#fff!important; border:1px solid #eee; border-radius: 0;}
.nav .sub-nav li a { font-weight:normal!important; font-size:14px;}
.nav>li>ul>li>ul{ margin-top:-43px!important;} 
.sm-clean-vertical li, .sm-clean ul li { position:relative; border-top:1px solid #eee; margin-top:-1px;}
.sm-clean-vertical a, .sm-clean ul a { padding:7px 15px}
.nav .sub-nav li a:after { background:#F4BF1E; color:#F4BF1E; content:""; width:2px; left:0; top:-2px; opacity:1; position:absolute; transition:height 0.2s ease 0s; height:0;}
.nav .sub-nav li:hover>a:after{ height:100%;}
.sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted { color:#8a8a8a; background:none;}
ul.sm li { z-index:4;}

.sitewidget-text-20150430110646 .sitewidget-bd { font-size:24px; text-align:center; color:#747474}
.sitewidget-text-20150430110718 .sitewidget-bd { font-size:13px; color:#747474; margin-top:10px;}
.sitewidget-button-20150430110735 .backstage-component-btn{ position:relative; width:auto!important; padding: 0 60px 0 70px!important; background:#F4BF1E; display:inline-block; color:#fff; font-weight:bold;
font-size:16px; border-radius:10px; box-shadow:0 -3px 0 rgba(0, 0, 0, 0.1) inset; }
.sitewidget-button-20150430110735 .backstage-component-btn:after { position:absolute; width:17px; height:14px; content:''; left: 42px; top: 23px; background: url(/cloud/jpBnkKRomSkjikr/msg.png) no-repeat;}
.sitewidget-button .backstage-component-btn { display:inline-block; text-align:center; color:#fff; background:#F4BF1E; box-shadow:0 -3px 0 rgba(0, 0, 0, 0.1) inset; width: 100px; height: 36px; line-height: 36px; border-radius: 5px;}

#outerContainer_1430364011439 { padding:80px 0; margin-bottom:20px; background:url(/cloud/jiBnkKRomSkjlki/yellow-cab.jpg) no-repeat right top; background-size:cover;}
#outerContainer_1430364011439 .sitewidget-pictureNew a { position:relative; display:block;}
#outerContainer_1430364011439 .sitewidget-pictureNew a:after{ position:absolute; width:100px; height:100px; content:''; left: -40px; top: -42px; border:4px solid #F4BF1E; border-radius:60px;}
#outerContainer_1430364011439 .sitewidget-pictureNew .picture-wrap { overflow:inherit!important;}
#outerContainer_1430364011439 div[id^="column_"]:hover img { 
  -webkit-animation: swing 2s;
   -moz-animation: swing 2s;
  animation: swing 2s;

} 
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/*sitewidget-prodGroupCategory*/
.sitewidget-prodGroupCategory .with-submenu li { padding: 12px 0 12px 5px; border-top: 1px dotted #ededed;}
.sitewidget-prodGroupCategory .with-submenu li:first-child { border-top:0 none;}
.sitewidget-prodGroupCategory .sitewidget-bd > .with-submenu > li > a:hover { color:#333; font-weight:bold}
.sitewidget-prodGroupCategory .with-submenu li.li-with-ul { padding: 0 0 0 0px;}
.sitewidget-prodGroupCategory .with-submenu li.openedd { padding-bottom:0px;}
.sitewidget-prodGroupCategory .with-submenu li.on > a { color:#f4bf1e}
.sitewidget-prodGroupCategory .sitewidget-bd > .with-submenu > li.on > a { color:#333;font-weight:bold}
.sitewidget-prodGroupCategory .with-submenu li.li-with-ul > .with-submenu { margin-top:10px;}
.sitewidget-prodGroupCategory .with-submenu li.li-with-ul > a { display:inline-block; margin: 12px 0 12px 5px;}
.sitewidget-prodGroupCategory .with-submenu li.openedd > a { margin-bottom:0;}
.sitewidget-prodGroupCategory .with-submenu li.li-with-ul li { padding-left: 46px; border-top:1px dotted #ededed; border-bottom:0 none; background: url(/cloud/ooBnkKRoiSokjrjn/lidian.png) no-repeat 30px center;}
.slight-submenu-wrap .slight-submenu-button { left: auto; right: 8px; top:17px; height:14px; background:url(/cloud/knBnkKRoiSqkijjn/lidown.png) no-repeat center center;}
.sitewidget-prodGroupCategory .with-submenu li.openedd .slight-submenu-button { background:url(/cloud/loBnkKRoiSqkijjn/liup.png) no-repeat center center}
.sitewidget-prodGroupCategory .with-submenu li.li-with-ul li a { display:inline;}

.sitewidget-articlecategory .sitewidget-hd, .sitewidget-prodGroupCategory .sitewidget-hd{ height:39px; line-height:39px; background:rgb(244, 191, 30); border-bottom:2px solid rgb(219, 171, 26); padding-left: 15px; border-top-left-radius: 7px; border-top-right-radius: 7px;}
.sitewidget-articlecategory .sitewidget-hd>h2, .sitewidget-prodGroupCategory .sitewidget-hd>h2 { color:#fff; font-size:14px; font-family:Arial; line-height: 39px; text-align: left; }
.sitewidget-articlecategory .sitewidget-bd, .sitewidget-prodGroupCategory .sitewidget-bd {  padding: 0 10px; border:1px solid #ccc; border-top:0 none;}

/*产品列表*/
.prodlist-fix-style li:hover .prodlist-box-hover { box-shadow:0 0 0; }
.prodlist-fix-style li .prodlist-box-hover { /* padding:0; */}
.prodlist-wrap li:before { position:absolute; content:''; left: 10px; width:10px; height:2px; background:#F4BF1E; transition: width 0.5s;}
.prodlist-wrap li:after { position:absolute; content:''; left: 10px; width: 2px; height:10px; background:#F4BF1E; top:0; transition: height  0.5s;}
.prodlist-wrap li:hover:before { width:100px;}
.prodlist-wrap li:hover:after { height:100px;}
.prodlist-wrap .prodlist-pro-name { color:#666;}
.prodlist-parameter-wrap { border-top:3px solid #f3f3f3; background:#fcfcfc; padding: 5px 10px 5px;}
.prodlist-parameter-wrap .prodlist-pro-name:hover { color:#F4BF1E}
.pro-detail-inquirewrap .pro-detail-inquirebtn { background:#F4BF1E}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
background:none; color:#F4BF1E; border:1px solid #ddd;
}
.sitewidget-relatedProducts .sitewidget-hd h2:before { display:inline-block; margin-right:20px; vertical-align:middle; content:''; width:121px; height:11px; display: inline-block; background:url(/cloud/jrBnkKRomSqjlpj/title1.png) no-repeat;}
.sitewidget-relatedProducts .sitewidget-hd h2:after { display:inline-block;margin-left:20px;  vertical-align:middle;content:''; width:121px; height:11px; background:url(/cloud/jiBnkKRomSqjnpj/title2.png) no-repeat;}
.pro-detail-inquirewrap .pro-detail-basket {color: #666;  padding: 8px 20px;margin-right:15px;  background: #efefef;} 
.sitewidget-prodlist .prodlist-parameter-btns .prodlist-pro-buynow-btn{display:inline-block;width:100%;height:32px;line-height:32px;background:#999;color:#fff;font-size:14px;text-align:center;text-decoration:none}
.prodlist-wrap .prodlist-parameter-btns  .prodlist-pro-inquire{width:100%;height:32px;background:#999;color:#fff;font-size:14px; text-align:center}
.thumblist-scroll-btns span[class*="thumblist-"] { color:#888; background:none;}

/*产品详情*/
.pro-detials-listshow .fll, .pro-detials-listshow .flr { width:45%;  height:22px; line-height:22px; padding:4px 0; text-align:center!important; border-radius:10px; overflow: hidden; border:1px solid #ddd;text-overflow: ellipsis; white-space: nowrap;}
.pro-detials-listshow .flr { padding:4px 0;}

/*文章列表*/
.sitewidget-articlecategory .with-submenu li { padding: 12px 0 12px 5px; border-top: 1px dotted #ededed;}
.sitewidget-articlecategory .with-submenu li:first-child { border-top:0 none;}
.sitewidget-articlecategory .sitewidget-bd > .with-submenu > li > a:hover { color:#333; font-weight:bold}
.sitewidget-articlecategory .with-submenu li.li-with-ul { padding: 0 0 0 0px;}
.sitewidget-articlecategory .with-submenu li.openedd { padding-bottom:0px;}
.sitewidget-articlecategory .with-submenu li.on > a { color:#f4bf1e}
.sitewidget-articlecategory .sitewidget-bd > .with-submenu > li.on > a { color:#333;font-weight:bold}
.sitewidget-articlecategory .with-submenu li.li-with-ul > .with-submenu { margin-top:10px;}
.sitewidget-articlecategory .with-submenu li.li-with-ul > a { display:inline-block; margin: 12px 0 12px 5px;}
.sitewidget-articlecategory .with-submenu li.openedd > a { margin-bottom:0;}
.sitewidget-articlecategory .with-submenu li.li-with-ul li { padding-left: 46px; border-top:1px dotted #ededed; border-bottom:0 none; background: url(/cloud/ooBnkKRoiSokjrjn/lidian.png) no-repeat 30px center;}
.slight-submenu-wrap .slight-submenu-button { left: auto; right: 8px; top:17px; height:14px; background:url(/cloud/knBnkKRoiSqkijjn/lidown.png) no-repeat center center;}
.sitewidget-articlecategory .with-submenu li.openedd .slight-submenu-button { background:url(/cloud/loBnkKRoiSqkijjn/liup.png) no-repeat center center}
.sitewidget-articlecategory .with-submenu li.li-with-ul li a { display:inline;}


.article-title-ellipsis { margin-bottom:5px; padding-left: 25px; background: url('/cloud/nmBnkKRoiSijkmjn/good.gif') no-repeat 0 8px;}
.articlelist-item { margin-bottom:20px;}
.sitewidget-articledetail .articledetail-cont *{ text-align:left!important;}
.articledetail-title h1 { margin-top:20px;}
.pager li { float:left; width:45%;}
.pager li.next { float:right;}
.pager li a { width:95%; height:23px; overflow:hidden; padding: 5px 0;}

/*contact us*/
.sitewidget-graphicNew-20150506140904 li { list-style:none; padding-left:25px; background:url('/cloud/orBnkKRoiSijkmjo/cicon.gif') no-repeat;}
.sitewidget-graphicNew-20150506140904 li + li { background-position: 0 -67px;}
.sitewidget-graphicNew-20150506140904 li + li + li +li { background-position: 0 -115px;}
.sitewidget-graphicNew-20150506140904 li + li + li +li+li { background-position: 0 -197px;}
.sitewidget-graphicNew-20150506140904 li + li + li +li+li+li { background-position: 0 -269px;}
#outerContainer_1430882060051, #outerContainer_1430891488318, #outerContainer_1430892298695, #outerContainer_1430979882679, #outerContainer_1430882076123, #outerContainer_1430882075892,  #outerContainer_1430882076566, #outerContainer_1430892534452, #outerContainer_1430882075622 { border-top:4px solid #f1f1f1; background:#fcfcfc; padding-bottom:20px; border-bottom:1px solid #eee;}
.sitewidget-position .web-crumbs-title strong { font-size:20px; font-weight:normal; font-family:'PT Sans';}
.sitewidget-text-20150504171418 .sitewidget-bd:before { display:inline-block; margin-right:20px; vertical-align:middle; content:''; width:121px; height:11px; display: inline-block; background:url(/cloud/jrBnkKRomSqjlpj/title1.png) no-repeat;}
.sitewidget-text-20150504171418 .sitewidget-bd:after { display:inline-block;margin-left:20px;  vertical-align:middle;content:''; width:121px; height:11px; background:url(/cloud/jiBnkKRomSqjnpj/title2.png) no-repeat;}

/*foot*/
.sitewidget-quickNav-20150608150842 a { margin:0 5px;}
@media (min-width: 1600px) {
 #column_1433725603883 { width:18%;}
 #column_1433229455872 { width:32%;}
}


@media (max-width: 989px) {
  .nav .sub-nav { border:0 none;}
  .nav>li>ul>li>ul { margin-top:0!important;}
.navigation-thumb-parent { margin-bottom:10px; background-color: #fff; border-bottom:1px solid #ededed;}
.navigation-thumb-current strong { color: #666;}
.sitewidget-navigation-20150430100526 .nav .sitewidget-main-nav { line-height:46px!important;}
.nav>li { background:none;}
.nav>li>a:after {transition:width 0.7s ease 0s;}
.sitewidget-prodGroupCategory .sitewidget-hd .sitewidget-prodGroupCategory-settedtitle { display: none;}
}
@media (max-width: 540px) {
  .sitewidget-text-20150504171418 .sitewidget-bd:after, .sitewidget-text-20150504171418 .sitewidget-bd:before { display:none;}
}