#topNew,#bottomNew {
    height: 40px;
    background: #333333;
    color: #bbb;
    font-size: 12px;
    width: 100%;
}
.w {
    width: 1200px;
    margin: 0 auto;
}
.left {
    float: left;
}
#topNew span,#bottomNew span {
    line-height: 40px;
    color: #b0b0b0;
}
.right {
    float: right;
}
#topNew li {
    padding: 0 0 0 20px;
    line-height: 40px;
    display: inline-block;
    *display: inline;
    float: right;
}

.hidden {
    display: none !important;
}
#topNew a {
    color: #b0b0b0;
    cursor: pointer;
}
.car {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #b0b0b0;
    background: #424242;
    padding: 0px 12px;
    margin-left: 20px;
}
.car:hover{ background: #03a67b; color: #fff; cursor: pointer }
.car:hover{-webkit-transition:all 0.3s ease-out; -moz-transition:all 0.3s ease-out;
-o-transition:all 0.3s ease-out; -ms-transition:all 0.3s ease-out; transition:all 0.3s ease-out;}
.header{    height: 80px;padding-top: 10px;}
.search {
    margin-top: 10px;
    margin-left:100px;
    border:4px solid #25b205;
}
.searchInput {
    width: 600px;
    height: 40px;
    border-left: #b5b5b5 solid 0px;
    border-right: none;
    border-top: #b5b5b5 solid 0px;
    border-bottom: #b5b5b5 solid 0px;
    line-height: 40px;
    padding-left: 10px;
}
.searchButton {
    height: 40px;
    width: 48px;
    border-left: #25b205 solid 2px;
    background: url('../images/sou_hover.png') no-repeat center #25b205;
    color:#fff;
    text-align: center;
    line-height: 40px;
    font-size: 26px;
    display: block;
    cursor: pointer;
}
.searchButton:hover{ background: url('../images/sou_hover.png') no-repeat center #03a67b ; }
.searchButton{-webkit-transition:background 0.3s ease-out; -moz-transition:background 0.3s ease-out; -o-transition:background 0.3s ease-out; -ms-transition:background 0.3s ease-out; transition:background 0.3s ease-out;}
.indexCon {
    width: 1200px;
    height: 390px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 50px;
}
.banner {
    width: 920px;
    height: 410px;
    float: left;
}
.banner img{  height: 100%; width: 100% }
.indexNotice {
    width: 260px;
    height: 410px;
}
.indexNotice {
    width: 250px;
    height: 410px;
    border: solid 1px #f5f5f5;
}

.indexNotice ul {
    width: 100%;
    float: left;
    height: 346px;
    overflow: hidden;
}
.indexNotice ul li {
    position: relative;
    padding:0px 15px 0px 25px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    width: 100%;
    overflow: hidden;

}
.indexNotice ul li a {
    color: #666;
    height: 32px;
    display: block;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dotted #ddd;
}
.indexNotice h3 {
    font-size: 16px;
    position: relative;
    width: 75%;
    margin-left: 15px;
    margin-top:10px;
    margin-bottom:10px;
    line-height: 20px;
    border-left:4px solid #ec7259;
    padding-left: 10px;
}
.indexNotice li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #333;
    position: absolute;
    left: 15px;
    top: 15px;
}
.swiper-container { width: 100%;height: 100%;}
.swiper-slide { background-position: center; background-size: cover;}
.swiper-pagination-bullet{ margin: 0px 10px;}
.swiper-pagination{ bottom: 20px;  right: 20px; }
.swiper-pagination-white .swiper-pagination-bullet-active{ background: #000 !important }
.swiper-pagination-white .swiper-pagination-bullet{ background: #000 !important }
.indexCon{    width: 1200px;height: 390px;margin: 0 auto;margin-top: 10px; margin-bottom: 50px;}
.swiper-container{ margin: 0 auto !important; }
.mainCon{ width: 100%; background: #f5f5f5; padding-top: 10px; overflow: hidden }
.box-hd {
    position: relative;
    height: 58px;

}
 .box-hd .title {
    margin: 0;
    font-size: 22px;
    font-weight: 200;
    line-height: 58px;
    color: #333;
}
.box-hd .more {
    position: absolute;
    top: 0;
    right: 0;
}
.box-hd .more .more-link {
    font-size: 16px;
    line-height: 58px;
    color: #424242;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.box-hd .more .more-link .iconfont {
    width: 12px;
    height: 12px;
    padding: 4px;
    margin-left: 8px;
    border-radius: 16px;
    font-size: 12px;
    line-height: 12px;
    background: #b0b0b0;
    color: #fff;
    vertical-align: 1px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
 .box-hd .more .more-link:hover {
    color: #189a80;
}
.box { margin-top: 10px; padding-bottom: 20px;overflow: hidden }
.box li{ width: 224px;margin-right: 20px; margin-bottom: 20px; height: 300px; float: left}
.box li:nth-child(5),.box li:nth-child(10){ margin-right: 0px !important; }
.box li{
    position: relative;
    z-index: 1;
    background: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-align: center;
}
.box li:hover {
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
}
.box li img{ width: 160px; height: 160px; vertical-align: middle; margin-top: 30px;}
.box-title{ margin: 20px 10px 5px 0px; }
.box a .box-supplier { color: #b0b0b0; }
.box a.box-title {  color: #333; }
.box-title,.box-supplier {
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.word-icon-logo{
    color: #568FEE;
    font-size: 32px;
    font-weight: 600;
    font-style: oblique;
    line-height: 60px;
    height: 60px;
    display: inline-block;
}
