.now-position {
    margin: 5px 0px 10px 0px;
    padding: 15px;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 3px 3px 6px #767676;
}

.list-banner {
    margin-top: 20px;
}

.now-position a {
    color: #1971DE
}

.left-item {
    width: 225px;
    margin-bottom: 20px;
}

.left-item h2 {
    color: #FFF;
    text-align: center;
    background-color: #1971DE;
    padding: 5px 0px;
    height: 35px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    line-height: 35px;
    text-transform: uppercase;
}

.left-item ul {
    background-color: #FFF;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-bottom: 15px;
    box-shadow: 3px 3px 6px #767676;
}

.left-item ul li {
    border-bottom: 1px solid #cbcbcb;
    height: 40px;
    padding-left: 10px;
    overflow: hidden;
}

.left-item ul li a {
    line-height: 40px;
}

.list-news ul li {
    height: 25px !important;
    border-bottom: none;
    overflow: hidden;
}

.list-news ul li a {
    line-height: 25px !important;
}

.list-news ul li em {
    background-color: #888686;
    color: #FFF;
    padding: 0px 7px;
}

.list-left {
    float: left;
    width: 225px;
    margin-top: 0;
}


/*栏目菜单*/
.left-item ul.cate li{
    height: auto;
    overflow: hidden;
    padding-bottom: 4px;
}
.left-item ul.cate li.on ul,.left-item ul.cate li ul.on{
    display: block;
}
.left-item ul.cate li i{
    cursor: pointer;
    font-size: 12px;
    width: 20px;
    background-color: #FD6901;
    display: inline-block;
    text-align: center;
    color: #FFF;
    margin-right: 5px;
}
.left-item ul.cate h3{
    height: 30px;
}
.left-item ul.cate li ul,.left-item ul.cate li ul li{
    border: 0px;border-radius: 0px;
    box-shadow:0px 0px 0px;
    text-indent: 10px;
}
.left-item ul.cate li ul{
    display: none;
}
.left-item ul.cate li ul li{
    height: 25px;
    
}
.left-item ul.cate li ul li .mycolor{
    margin-right: 5px;
}
#left-contact .text {
    background-color: #FFF;
    box-shadow: 3px 3px 6px #767676;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-bottom: 20px;
    padding: 8px
}

#left-contact .img {
    background: url(../images/olds/d3-1-6.png) no-repeat center #fff;
    display: block;
    width: 200px;
    height: 105px;
    margin: 0 auto;
}

#left-contact .text p {
    line-height: 22px;
    font-size: 14px;
    margin-top: 15px;
}

.list-right{
    width: 765px;
    float: right;
}

 .right-item {
    height: auto;
    overflow: hidden;
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 3px 3px 6px #767676;
    margin-bottom: 20px;
    padding: 20px;
}

 .right-item h3,
 .right-item h1 {
    line-height: 38px;
    border-bottom: 2px solid #1971de;
    font-size: 16px;
    font-weight: bold;
    color: #383838;
    margin-bottom: 10px;
}

 .right-item h1 {
    font-size: 20px;
    text-align: center;
}

.biaozhu {
    text-align: center;
    margin: 10px;
    font-size: 16px;
}

 .right-item ul li {
    width: 220px;
    height: 200px;
    float: left;
    margin: 15px 10px;
    text-align: center;
}

 .right-item ul li h5 {
    height: 40px;
    overflow: hidden;
}

 .right-item ul li img {
    width: 218px;
    height: 158px;
    border: 1px solid #DDD;
    margin-bottom: 10px;
}

 .right-item ul.news li {
    float: left;
    margin-left: 13px;
    _margin-left: 5px;
    height: 35px;
    line-height: 40px;
    border-bottom: 1px dashed #d3d3d3;
    width: 350px;
    text-align: right;
    margin: 0px 6px;
    overflow: hidden;
}

 .right-item ul.news li a {
    float: left;
    height: 35px;
    overflow: hidden;
}

.black {
    border-bottom-color: #383838 !important
}


/*新闻带图的样式*/

 .right-item ul.news-img li {
    width: 100%;
    border-bottom: 1px solid #DDD;
    margin: 10px 0px;
    height: 180px;
}

 .right-item ul.news-img li .left {
    width: 220px;
    float: left;
    height: 160px;
}

 .right-item ul.news-img li .right {
    width: 490px;
    _width: 490px;
    float: right;
}

 .right-item ul.news-img li .right h2 {
    margin: 0px 0px 10px 0px;
}

 .right-item ul.news-img li .right p {
    margin: 10px 0px;
    font-size: 14px;
}

 .right-item ul.news-img li .right .intro {
    font-size: 14px;
    line-height: 22px;
    height: 100px;
    overflow: hidden;
}


/*案例带图的样式*/

 .right-item ul.case li {
    width: 160px;
}

 .right-item ul.case li img {
    width: 158px;
    height: 158px;
    border: 1px solid #DDD;
    margin-bottom: 10px;
}


/*内容页*/

.pre-next span {
    display: block;
    font-size: 16px;
    margin: 5px 0px;
    margin-bottom: 0px;
}

#content {
    font-size: 14px !important;
    line-height: 26px;
    min-height: 400px;
    border-bottom: 1px dashed #DDD;
    position: relative;
    padding-bottom: 30px;
    
}
#content #product-detail{
    text-indent: 20px;
}


#content img{max-width: 725px;margin: 0 auto;text-align: center;display: block;margin: 10px;}

#content .top {
    border-bottom: 1px solid #DDD;
    height: 25px;
}

#content .show-product {
    margin: 20px auto;
    height: 350px;
}

#content .show-product img{margin: 0px;}

#content .show-product .left {
    width: 310px;
    height: 350px;
    position: relative;
}

#content .show-product .left #bigimg {
    text-align: left !important;
    width: 302px;
    height: 252px;
}

#content .show-product .left #bigimg img {
    width: 300px;
    height: 250px;
    border: 1px solid #EEE;
}

#content .show-product .left .smallimgs {}

#content .show-product .left .smallimgs li {
    width: 45px;
    height: 45px;
    border: 1px solid #EEE;
    float: left;
    margin-right: 10px;
}

#content .show-product .left .smallimgs li:hover {
    border: 1px solid #21c2f8;
    cursor: pointer;
}

#content .show-product .left .smallimgs img {
    width: 45px;
    height: 45px;
}

#content .show-product .right {
    width: 400px;
    z-index: 1
}

#content .show-product h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    height: 28px;
    float: left;
    border: none;
}

#content .show-product .intro {
    height: 100px;
    clear: both;
    overflow: hidden;
}

#content .show-product .lianxi p {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

#content .show-product .lianxi #contact-num {
    font-size: 28px;
    color: #fd6901;
}

#goGbook {
    font-size: 16px;
    color: #FFF;
    display: block;
    margin: 30px 10px;
    padding: 10px 15px;
    background-color: #fd6901;
    width: 170px;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease-out;
}
#Gbook{
    margin-top: 30px;
}
#product-detail,#info-detail {
    min-height: 400px;
    margin: 20px 0px; 
}




/*jQzoom*/

.jqzoom {
    border: 1px solid black;
    float: left;
    position: relative;
    padding: 0px;
    cursor: pointer;
}

.jqzoom img {
    float: left;
}

div.zoomdiv {
    z-index: 900 !important;
    overflow: hidden;
    display: block;
    visibility: visible;
    position: absolute;
    top: 0px;
    left: 310px !important;
}

div.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 70px !important;
    height: 70px !important;
    border: 1px solid #aaa;
    background: #FFF 50% top no-repeat;
    ;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}
