/* listgo.css*/
.hide {
    display: none;
}

.titleArticle {
    position: relative;
    margin: 25px auto 25px auto;
    width: 1280px;
}

.titleArticle h3 {
    float: left;
    font-size: 24px;
    line-height: 33px;
    color: #262626;
    padding-bottom: 14px;
    font-weight: 500;
}

.inner_nav {
    z-index: 4;
    position: relative;
    width: 1280px;
    margin: 10px auto;
}

.inner_nav {
    margin-bottom: 17px;
}

.innav_ul1,
.innav_ul2,
.innav_ul3 {
    width: 100%;
    list-style: none;
    position: relative;
    margin: 0px;
    padding: 0px;
}

.innav_ul3 li {
    float: left;
    background: #eeeeee;
    width: 152px;
    position: relative;
    padding-top: 5px;
    margin-right: 15px;
    margin-left: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.innav_ul3 li a.innav_a,
.innav_ul3 li a.innav3_a {
    display: block;
    width: 152px;
    line-height: 60px;
    height: 60px;
    text-align: center;
    margin: auto;
    padding-left: 2px;
    padding-right: 2px;
}

.innav_ul3 dl {
    position: absolute;
    z-index: 10;
    left: 1px;
    top: 65px;
    width: 135px;
    margin: 0px;
}

.innav_ul3 dl dd {
    border-bottom: 1px solid #fff;
    margin: 0px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 2px;
    height: 28px;
    line-height: 28px;
}

.innav_ul3 dl dd a {
    display: block;
    font-size: 12px;
    background: #d8e6f7;
    border: 1px solid #62a8ea;
    border-radius: 5px;
    padding-bottom: 8px;
    padding-left: 5px;
}

.innav_ul3 dl dd:hover,
.innav_ul3 dl dd.select {
    color: #fff;
}

.innav_ul3 dl dd:hover a,
.innav_ul3 dl dd.select a {
    color: #fff;
}

.innav_ul3 li h3 {
    color: #50545a;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
}

.innav_ul3 li h4 {
    color: #4276a4;
    font-size: 14px;
}

.marginTop {
    position: relative;
    top: 15px;
}

.innav_ul3 li:hover,
.innav_ul3 li.select {
    background: #4d87d1;
    color: #fff;
}

.innav_ul3 li:hover h3,
.innav_ul3 li.select h3,
.innav_ul3 li:hover h4,
.innav_ul3 li.select h4 {
    color: #fff;
}

.innav_ul2 li {
    float: left;
    margin-right: 5px;
    width: 330px;
}

.innav_ul2 li a.innav_a {
    display: block;
    width: 330px;
    height: 71px;
    text-align: center;
}

.innav_ul2 li h3 {
    color: #315eaa;
    font-size: 18px;
    padding-top: 10px;
}

.innav_ul2 li h4 {
    color: #999;
    font: 14px;
}

.innav_ul2 li:hover,
.innav_ul2 li.select {
    background: #4d87d1;
}

.innav_ul2 li:hover h3,
.innav_ul2 li.select h3,
.innav_ul2 li:hover h4,
.innav_ul2 li.select h4 {
    color: #fff;
}

#middle_div_sub {
    position: relative;
    height: auto !important;
    height: 310px;
    min-height: 310px;
    width: 1280px;
    margin: auto;
    background: #fff;
}

.topNews_div {
    background: #F7F7F7;
    padding: 10px;
}

.topNews_div {
    background: #F7F7F7;
    padding: 10px;
}

.topNews_div h3 {
    color: #6582a7;
    font: 16px/28px "";
}

.topNews_div ul {
    margin: 0px 0px 5px 0px;
    padding: 0px;
    list-style: none;
}

.topNews_div ul li {
    padding: 2px 0px 2px 0px;
    width: 30%;
    margin-right: 10px;
    border-bottom: 1px #ccc dotted;
    float: left;
}

.topNews_div ul li .title {
    position: relative;
    z-index: 2;
}

.topNews_div ul li .title_news {
    position: relative;
    z-index: 3;
    display: block;
    float: left;
    width: 100%;
    left: 5px;
    font-size: 13px;
}

.topNews_div ul li .date {
    position: relative;
    z-index: 3;
    color: #ccc;
    padding-left: 10px;
}

.topNews_div ul li .icon {
    position: relative;
    z-index: 3;
    display: block;
    float: left;
    width: 3px;
    height: 5px;
    background: url(/icon/icon_all.gif) no-repeat -135px -20px;
    top: 13px;
    overflow: hidden;
}

#officeList_div {
    background: #F7F7F7;
    padding: 10px;
}

#article_p {
    padding-bottom: 20px;
    line-height: 22px;
    clear: both;
    margin-top: 5px;
}

#article_p img {
    display: block;
    margin: auto;
    width: 300px;
    height: 300px;
}

.recommendProduct_UL_02 li {
    height: auto !important;
    min-height: 320px;
    height: 320px;
    float: left;
    width: 50%;
}

.recommendProduct_UL_02 li .left_pic {
    width: 250px;
    float: left;
    text-align: center;
    border: 1px #efefef solid;
    padding: 5px;
}

.recommendProduct_UL_02 li .middle_detail {
    height: 280px;
    overflow: hidden;
    width: 300px;
    float: left;
    padding-left: 10px;
    padding-bottom: 10px;
}

.recommendProduct_UL_02 li .middle_detail p {
    margin: 0px;
}

.recommendProduct_UL_02 li .more a:link {
    position: relative;
    z-index: 2;
    display: block;
    width: 98px;
    height: 23px;
    background: url(/icon/icon_all.gif) no-repeat 0px -176px;
    margin: 8px auto 0px auto;
}

.recommendProduct_UL_02 li .more a:visited {
    position: relative;
    z-index: 2;
    display: block;
    width: 98px;
    height: 23px;
    background: url(/icon/icon_all.gif) no-repeat 0px -176px;
    margin: 8px auto 0px auto;
}

.recommendProduct_UL_02 li .more a:hover {
    position: relative;
    z-index: 2;
    display: block;
    width: 98px;
    height: 23px;
    background: url(/icon/icon_all.gif) no-repeat 0px -199px;
    margin: 8px auto 0px auto;
}

.recommendProduct_UL_03 {
    margin: 10px 0px 10px auto;
    padding: 0px;
    list-style: none;
}

.recommendProduct_UL_03 li {
    width: 33.3%;
    float: left;
    margin: 0px;
    padding: 20px 5px 10px 5px;
    height: auto !important;
    min-height: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid #f8f8f8;
}

.recommendProduct_UL_03 li .product_name {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #4045485e;
    margin-top: 8px;
}

.recommendProduct_UL_03 li a {
    color: #FFFFFF;
}

recommendProduct_UL_03 li .product_name:hover {
    background-color: #50545A;
}

.caseUL {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    list-style: none;
}

.caseUL li {
    float: left;
    width: 46%;
    margin-right: 10px;
    margin-left: 10px;
    border: 1px #ccc solid;
    margin-bottom: 10px;
    padding: 8px;
}

.caseUL li .pic img {
    border: 1px #ccc solid;
}

.caseUL li .pic {
    float: left;
    width: 250px;
}

.caseUL li .info {
    float: left;
    margin-left: 10px;
    padding: 5px;
    width: 145px;
}

.caseUL .product_name {
    display: block;
    padding: 5px;
    background: #E3F3FD;
    margin-top: 8px;
    clear: both;
    margin-top: 5px;
}

.caseUL .date {
    float: right;
}

/*产品内容页*/
#content_p {
    padding-bottom: 20px;
    line-height: 22px;
    clear: both;
    margin-top: 5px;
    width: 1280px;
    margin-bottom: 25px;
}

.prod_r {
    width: 100%;
    margin-top: 10px;
}

.pro_p {
    width: 100%;
    margin-top: 25px;
    padding-bottom: 25px;
}

#content_p .biaoti {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    line-height: 30px;
    text-align: center;
}

#news_date {
    width: 1280px;
    display: block;
    border-top: 1px solid #6d6969;
    height: 55px;
    padding-top: 7px;
}

#newsDate_left {
    float: left;
    width: 350px;
}

#newsDate_right {
    float: right;

}

#viewICON {
    position: relative;
    z-index: 3;
    display: block;
    float: left;
    width: 18px;
    height: 17px;
    top: 2px;
    overflow: hidden;
}

.bdshare-button-style0-16 {
    zoom: 1;
}

#box_head {
    width: 1280px;
    margin: 0 auto;
    height: 327px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}

#product_left_pic {
    width: 437px;
    float: left;
    margin-right: 10px;
    border-right: 1px #f3ebeb solid;
    height: 325px;
}

#product_left_pic a {

    padding: 2px;
}

#product_left_pic {
    text-align: center;
}

#product_right_detail {
    width: 840px;
    right: 0px;
    margin-left: 437px;
    height: 325px;
}

.menu {
    display: none;
}


@media (max-width:767px) {
    .menu {
        display: block;
    }

    .titleArticle h3 {
        float: left;
        font-size: 24px;
        line-height: 33px;
        color: #262626;
        padding-bottom: 14px;
        font-weight: 500;
        text-indent: 20px;
    }

    .inner_nav {
        width: 100%;
        margin: 0 auto;
    }

    #product_left_pic {
        width: 437px;
        float: left;
        margin-right: 10px;
    }

    #content_p {
        padding-bottom: 20px;
        line-height: 22px;
        clear: both;
        margin-top: 5px;
        width: 100%;
        margin-bottom: 25px;
    }

    #news_date {
        width: 100%;
        display: block;
        border-top: 1px solid #6d6969;
        height: 55px;
        padding-top: 7px;
    }

    #newsDate_left {
        float: left;
        width: 50%;
    }

    #box_head {
        width: 100%;
        margin: 0 auto;
        height: 327px;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    }

    #product_left_pic {
        width: 100%;
        float: left;
        margin-right: 10px;
    }

    #product_right_detail {
        width: 100%;
        right: 0px;
        margin-left: 0px;
        height: 325px;
		position: relative;
		display:none;
    }

    #middle_div_sub {
        position: relative;
        height: auto !important;
        height: 310px;
        min-height: 310px;
        width: 100%;
        margin: auto;
        background: #fff;
    }

    .recommendProduct_UL_03 li {
        width: 100%;
        float: left;
        margin: 0px;
        padding: 20px 5px 10px 5px;
        height: auto !important;
        min-height: 50px;
        height: 50px;
        text-align: center;
        border: 1px solid #f8f8f8;
    }


}