/*样式初始化及公共样式部分lpm*/

body {
    color: #666;
    font-size: 12px;
    margin: 0 auto;
    background-color: #fff;
    font-family: "Microsoft YaHei";
}

a {
    color: #666;
    text-decoration: none;
}


/*定义全局链接颜色lpm*/

a:hover {
    color: #ed6c00;
    text-decoration: none;
    border-bottom-style:
}


/*定义全局链接鼠标滑过颜色lpm*/

div,
ul,
li,
span,
p,
img,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 0px;
}


/*主要标签的样式初始化lpm*/

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}


/*清除左右浮动lpm*/

.fl {
    float: left;
}


/*定义左浮动lpm*/

.fr {
    float: right;
}


/*定义右浮动lpm*/

.cp img {
    border: 1px solid #C1C1C1;
    padding: 2px;
    background: #fff;
}


/*定义标签调用图片的边框样式lpm*/

.cp a:hover img {
    border: 1px solid #ed6c00;
    padding: 2px;
    background: #fff;
}


/*定义鼠标经过时边框的变化效果lpm*/

#copy {
    display: none;
}


/*隐藏后台自带版权DIVlpm*/

.box {
    width: 1100px;
    height: auto;
    margin: 0 auto;
    min-width: 1100px;
    overflow: hidden;
}


/*定义版面统一宽度lpm*/

.font_en {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}



.t1 {
    font-size: 20px;
    line-height: 40px;
    height: 110px;
    text-align: center;
    color: #333;
    background: url(../images/20170726111051_185120103.jpg) no-repeat center;
}

.t1 p {
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 20px;
}

.t1 p span {
    color: #ff8705;
}

.t2 {
    text-align: center;
}

.t2 p {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    line-height: 50px;
    background: url(../images/20170726150624_762832545.jpg) no-repeat center;
}

.t2 span {
    font-size: 14px;
}

/*抬头*/

.top_bg {
    width: 100%;
    height: 36px;
    background: #333;
    margin: 0 auto;
    color: #ccc;
}

.top_bg a {
    color: #ccc;
}

.top_bg a:hover {
    color: #ff8705;
}

#top {
    height: 36px;
    line-height: 36px;
}

.top_l {
    height: 36px;
}

.logo {
    padding: 26px 18px 0 0;
}

.name {
    padding-top: 32px;
    color: #000;
    font-size: 21px;
}

.name span{
    color: #000;
    font-size: 36px;
    font-weight: bold;

}

.name2 {
    padding: 58px 0 0 20px;
    font-size: 22px;
    color: #ff8602;
}

.tel {
    padding-top: 32px;
}

.tel_l {
    float: left;
}

.tel_r {
    float: left;
}

.tel_r dt {
    font-size: 18px;
}

.tel_r dl {
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    color: #ff8705;
}

/*导航*/

#head {
    height: 142px;
}

.nav_bg {
    width: 100%;
    height: 60px;
    background: #ff8705;
}

.nav li {
    position: relative;
    width: 157px;
    height: 60px;
    line-height: 60px;
    float: left;
    text-align: center;
    background: url(../images/20170726104609_1085320794.jpg) repeat-y right;

}

.nav li a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    display: block;
}

.nav li a:hover {
    background: url(../images/20170726104447_1961698259.jpg) repeat-x top;
    color: #fff;
}

.nav .a_nav a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: url(../images/20170726104447_1961698259.jpg) repeat-x top;
    color: #fff;
}

.menu ul {
    width: 121px;
    position: absolute;

    top: 60px;

    left: 0;
    z-index: 9999;

    opacity: 0;

    background: #ff9d00;



    -webkit-transition: opacity .25s ease .1s;

    -moz-transition: opacity .25s ease .1s;

    -o-transition: opacity .25s ease .1s;

    -ms-transition: opacity .25s ease .1s;

    transition: opacity .25s ease .1s;

}

.menu li:hover>ul {
    opacity: 1;
}



.menu ul li {

    height: 0;
    width: 100%;
    overflow: hidden;
    background: none;
    -webkit-transition: height .25s ease .1s;

    -moz-transition: height .25s ease .1s;

    -o-transition: height .25s ease .1s;

    -ms-transition: height .25s ease .1s;

    transition: height .25s ease .1s;

}



.menu li:hover>ul li {

    height: 40px;
    line-height: 40px;
    overflow: visible;

}



.menu ul li a {

    width: 100%;
    height: 100%;
    display: block;
    border-bottom: 1px solid #fff;
    text-align: center;
    font-size: 14px;
    color: #fff;

}

.menu ul li a:hover {
    background: #ff9d00;
    color: #fff;
}


.menu ul li:last-child a {
    border: none;
}

.menu ul li table {
    width: 100% !important;
}

.menu ul li.cpzx td {
    width: 100%;
    height: 0;

    overflow: hidden;
    background: #045FBB;

    -webkit-transition: height .25s ease .1s;

    -moz-transition: height .25s ease .1s;

    -o-transition: height .25s ease .1s;

    -ms-transition: height .25s ease .1s;

    transition: height .25s ease .1s;
}


.menu li:hover>ul li.cpzx td {
    display: block;
    height: 41px;
    line-height: 40px;
    overflow: visible;
}

.menu ul li.cpzx a {
    border-bottom: 1px solid #83AFDE;
    height: 40px;
    text-align: left;
    padding-left: 25px;
    width: 175px;
}

.menu ul li.cpzx a:hover {
    background: #E6212A;
    color: #fff;
}

.menu li:hover ul li.cpzx {
    height: auto;
}




/*banner*/

#banner {
    height: 500px;
}

#banner_n {
    height: 350px;
}




.top20 {
    padding-top: 20px;
}

.top30 {
    padding-top: 30px;
}

.top10 {
    padding-top: 10px;
}

.top40 {
    padding-top: 40px;
}

.top50 {
    padding-top: 50px;
}


/*搜索*/

.search_nbg {
    width: 100%;
    height: 56px;
    margin: 0 auto;
    position: absolute;
    top: 579px;
    background: #ff8705;
    color: #fff;
}

.search_bg {
    width: 100%;
    height: 56px;
    margin: 0 auto;
    background: #ff8705;
    color: #fff;
}

.search_nbg a,
.search_bg a {
    color: #fff;
}

.search_nbg a:hover,
.search_bg a:hover {
    color: #000;
}

#search {
    width: 1100px;
    height: 56px;
    margin: 0 auto;
    line-height: 56px;


}

.search_01 {
    float: left;
    width: 700px;
    padding-left: 2px;
}

.search_01 a {
    padding-right: 10px;
}

.search_02 form {
    padding-left: 0;
}

.search_02 {
    height: 29px;
    width: 260px;
    overflow: hidden;
    margin-top: 14px;
    float: right;

}

.search-i {
    float: right;
    width: 51px;
    overflow: hidden;
    height: 29px;

}

.search-bg {
    float: left;
    width: 198px;
    height: 29px;
    overflow: hidden;
    padding-left: 10px;
    background: #fff;
}

.search_02 .ser_inp {
    width: 156px;
    background: none;
    border: none;
    outline: none;
    height: 28px;
    line-height: 28px;
}

.search_02 input::-webkit-input-placeholder {
    color: #d2d1d1;
}

.search_02 .ser_so {
    background: url(../images/search.jpg) center no-repeat;
    width: 51px;
    height: 29px;
    border: none;
}

/*产品*/
.prod_m {
    background: #f5f5f5;
    height: 390px;
    padding: 30px 32px 0 30px;
    position: relative;
    margin-top: 20px;
}

.prod_m a {
    display: block;
    width: 37px;
    height: 123px;
    position: absolute;
    top: 0;
    right: 10px;
    background: url(../images/20170726112047_886254603.jpg)no-repeat center;
}

.prod_mr {
    width: 560px;
}

.prod_mw p.prod_mwt1 {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    line-height: 60px;
}

.prod_mw p.prod_mwt2 {
    font-size: 20px;
    color: #ff8705;
}

.prod_mw span {
    font-size: 14px;
    line-height: 28px;
    display: block;
    padding: 14px 60px 0 0;
}


.focus {
    width: 1038px;
    height: 380px;
    overflow: hidden;
    position: relative;
    z-index: 9
}

.focus ul {
    height: 100%;
    position: absolute;
}

.focus ul li {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.prod_ml img {
    width: 446px;
    margin-top: 17px;
}

.focus .btnBg {
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #000;
    display: none;
}

.focus .btn {
    display: none;
    position: absolute;
    width: 952px;
    padding-right: 50px;
    height: 23px;
    margin-left: -501px;
    left: 50%;
    bottom: 15px;
    text-align: right;
}

.focus .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 25px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}

.focus .btn span.on {
    background: #fff;
}

.focus .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 144px;
    background: url(../images/sprite.png) no-repeat 0 0;
    cursor: pointer;
}

.focus .pre {
    left: 0;
}

.focus .next {
    right: 0;
    background-position: right top;
}





.list {
    width: 240px;
    background: #f5f5f5;
}

.list_t {
    text-align: center;
    height: 72px;
    color: #fff;
    padding-top: 14px;
    background: url(../images/20170726113245_1951924900.jpg)no-repeat center;
}

.list_t p {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}

.list_b {
    height: 161px;
    background: url(../images/20170726112809_538898151.jpg)no-repeat center bottom;
    padding-top: 16px;
}

.list_b a {
    display: block;
    width: 105px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    border: 1px #fff solid;
    border-radius: 5px;
    margin: 5px auto 0 auto;
    font-size: 16px;
}

.list_b a:hover {
    background: #333;
}

.list_bt span {
    margin-top: 20px;
    font-size: 23px;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.list_b2 {
    padding-top: 20px;
    border-bottom: 3px #ff8705 solid;
}

.list_b2 a {
    display: block;
    width: 204px;
    height: 60px;
    margin: 0 auto;
    font-weight: bold;
    color: #333;
    margin-bottom: 14px;
    padding: 2px;
    border: 1px #ccc solid;
    background: #fff;
}

.list_b2 a span {
    font-size: 14px;
    line-height: 60px;
    display: block;
    width: 103px;
    float: right;
    text-align: center;
    background: #eee;
}

.list_b2 a:hover {
    color: #ff8705;
}


.list_d {
    width: 210px;
    margin: 0 auto;
}


.list_d table td a {
    display: block;
    width: 182px;
    padding-left: 28px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    color: #333;
    background: #ccc url(../images/20170726113646_716360230.png)no-repeat 170px center;
    margin-top: 18px;
}

.list_d table td a:hover {
    color: #fff;
    background: #ff8705 url(../images/20170726113646_716360230.png)no-repeat 170px center;
}


.list_d a {
    display: block;
}

.list_d .list_a {
    width: 182px;
    padding-left: 15px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    color: #333;
    background: #ccc url(../images/20170726113646_716360230.png)no-repeat 170px center;
    margin-top: 18px;
}

.list_d .list_a:hover {
    color: #fff;
    background: #ff8705 url(../images/20170726113646_716360230.png)no-repeat 170px center;
}

.list_dd {
    background: #fff;
    border-radius: 5px;
    padding: 4px 0;
}

.list_dd a {
    line-height: 26px;
    padding-left: 16px;
    font-size: 13px;
}




.prod_d {
    width: 860px;
}

.prod_d ul {}

.prod_d ul li {
    float: left;
    width: 255px;
    margin-left: 30px;
}

.prod_d ul li a {}

.prod_d ul li img {
    width: 254px;
    height: 192px;
    border: solid 1px #ccc;
}

.prod_d ul li dt {
    display: block;
    width: 260px;
    height: 46px;
    font-size: 14px;
    color: #333;
    line-height: 46px;
    margin: 2px 0 30px;
    background: #ccc;
    text-align: center;
}

.prod_d ul li:hover dt {
    background: #ff8705;
    color: #fff;
}

.banner01 {
    width: 100%;
    height: 275px;
    background: url(../images/20200830101510_1678346061.jpg)no-repeat center;
}


/*优势*/
.adv_t {
    text-align: center;
}

.g_ys {
    height: 500px;
    margin-top: 30px;
    background: url(../images/20170726150143_2103636395.jpg)no-repeat center bottom;
}

.m_ys01 {
    height: 410px;
    border-top: 0;
    position: relative;
}

.m_ys01 p {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    padding: 50px 0 40px 170px;
}

.m_ys01 span {
    font-size: 16px;
    display: block;
    line-height: 33px;
    margin: 12px 0 0 40px;
    padding-left: 20px;
    background: url(../images/20170726143844_1522417494.jpg)no-repeat left 11px;
}

.m_ys01 a {
    display: block;
    float: left;
    position: absolute;
    width: 152px;
    height: 41px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    bottom: 34px;
    background: url(../images/20170726144808_1298542671.jpg)no-repeat center;
}

.g_ys .m_ys01 {
    background: url(../images/20200821184207_709674203.jpg) no-repeat center top;
}

.g_ys .m_ys02 {
    background: url(../images/20200821184207_582957203.jpg) no-repeat center top;
}

.g_ys .m_ys03 {
    background: url(../images/20200821184207_1420344513.jpg) no-repeat center top;
}

.g_ys .m_ys04 {
    background: url(../images/20170726141328_659191986.jpg) no-repeat center top;
}

.g_ys .ystab li {
    width: 271px;
    height: 80px;
    float: left;
    margin-left: 5px;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}

.ystab p {
    width: 171px;
    padding-left: 100px;
    height: 74px;
    line-height: 74px;
    background-color: #333;
}

.g_ys .ystab li.on p {
    background-color: #ff8705;
}

.g_ys .ystab li.on {
    background: url(../images/20170726143226_1467744517.jpg) no-repeat center bottom;
}

.g_ys .ystab li.on p.adv_wt1 {
    color: #231816;
}

.g_ys .ystab li.on span {
    color: #666;
}

ul.ystab.hd {
    width: 1100px;
    height: 80px;
}

.ystab1 {
    background: url(../images/20170726140546_1011625379.png) no-repeat 30px center;
}

.ystab2 {
    background: url(../images/20170726140944_179214432.png) no-repeat 30px center;
}

.ystab3 {
    background: url(../images/20170726141004_2094823115.png) no-repeat 30px center;
}

.ystab4 {
    background: url(../images/20170726141020_933143106.png) no-repeat 30px center;
}



/*应用领域*/

@-webkit-keyframes test {
    0% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(0, 5px)
    }

    100% {
        transform: translate(0, 0)
    }
}

.app_b {
    margin-top: 35px;
    overflow: hidden;
}

.app_b ul {}

.app_b ul li {
    float: left;
    width: 252px;
    margin-right: 29px;
}

.app_b ul li a {}

.app_b ul li img {
    width: 250px;
    height: 188px;
    border: solid 1px #ccc;
}

.app_b ul li dt {
    height: 46px;
    font-size: 14px;
    color: #333;
    line-height: 46px;
    text-align: center;
}

.app_b ul li:hover img {
    border: solid 1px #ff8705;
}

.app_b ul li:hover dt {
    color: #ff8705;
}

.app_b ul li:nth-child(4) {
    margin-right: 0px;
}


/*简介*/
.com_bg {
    width: 100%;
    height: 486px;
    padding-top: 44px;
    background: url(../images/20170726155030_1261899164.jpg) no-repeat center;
}

.com {
    background: #fff;
    height: 444px;
}

.com_r {
    width: 550px;
    padding: 32px;
}

.com_rw {
    font-size: 14px;
    line-height: 28px;
    padding-top: 14px;
}

.com_rw a {
    color: #333;
    font-size: 14px;
}

.com_rw a:hover {
    color: #ff8705;
}


/*荣誉资质*/
.honor_d table table td {
    width: 260px !important;
    height: 371px !important;
    padding: 0 0 25px 0 !important;
    background: url(../images/20170726160921_339001932.jpg) no-repeat center bottom;
}

.honor_d table table td img {
    width: 213px !important;
    height: 322px !important;
    padding: 0 30px !important;
}

.honor_d table table td a:nth-child(2) {
    display: none;
}

/*新闻*/

#news .convert2 {
    width: 1100px;
    height: 450px;
    margin: 0 auto;
}

#news .convert2 .tab {
    width: 252px;
    height: 30px;
    margin: 0 auto;
    padding-top: 14px;
}

#news .convert2 .tab a {
    display: block;
    color: #666;
    text-align: center;
    width: 118px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    float: left;
    border: 1px #ccc solid;
    margin-left: 12px;
}

#news .convert2 .tab a.on {
    background: #ff8705;
    color: #fff;
}

#news .convert2 .content {
    overflow: hidden;
    width: 1100px;
    height: 380px;
    position: relative;
    margin-top: 20px;
}

#news .convert2 .content ul {
    position: absolute;
    left: 0;
    top: 0;
    height: 380px;
}

#news .convert2 .content li {
    width: 1100px;
    height: auto;
    float: left;
}

#news .content td br {
    display: none;
}

#news .content td a {
    display: block;
    background: #ededee;
    line-height: 40px;
    width: 220px !important;
    color: #666;
    width: 220px !important;
}

#news .content td a:hover {
    display: block;
    background: #ff6633;
    color: #fff;
}

.news_l {
    float: left;
    width: 529px;
}

.news_l .news_div_item {
    position: relative;
}

.news_l .divdgweb_new_div_item {
    position: relative;
}

.news_l .news_div_item_pic {
    position: absolute;
    top: 0;
}

.news_div_item_pic {
    border: 1px #ccc solid;
    height: 340px;
    padding-top: 10px;
    overflow: hidden;
}

.news_div_item_pic img {
    width: 500px;
    height: 340px;
}

.news_l .news_div_item_content {
    line-height: 30px;
    width: 530px;
    padding-top: 10px;
    position: absolute;
    top: 300px;
    display: none;
}

.news_l .divdgweb_new_div_item_content {
    line-height: 20px;
    width: 530px;
    padding-top: 10px;
    position: absolute;
    top: 300px;
    display: none;
}

.news_l .news_div_item_body,
.news_l .divdgweb_new_div_item_body {
    color: #999;
    line-height: 22px;
    margin-top: 4px;
}

.news_l .news_div_item_a,
.news_l .divdgweb_new_div_item_a {
    color: #222;
    font-size: 16px;
}

.news_l .news_div_item_a:hover,
.news_l .divdgweb_new_div_item_a:hover {
    color: #ed6c00;
}


.news_l .news_div_item_date,
.news_l .divdgweb_new_div_item_date {
    position: absolute;
    right: 0;
    line-height: 15px;
    top: 279px;
    color: #999;
}

.news_l .news_div_item_date div,
.news_l .divdgweb_new_div_item_date div {
    float: left;
}


.news_r .news_div_item_date,
.news_r .divdgweb_new_div_item_date {
    position: absolute;
    right: 0;
    line-height: 15px;
    top: 5px;
    color: #999;
}

    {
    float: right;
    line-height: 15px;
    margin-top: 15px;
    color: #999;
}

.news_r .news_div_item_date div {
    float: left;
}

.news_r .divdgweb_new_div_item_date div {
    float: left;
}


.news_r {
    float: right;
    width: 533px;
}

.news_r .news_div,
.news_r .divdgweb_new_div {
    float: right;
    width: 420px;
    padding-top: 10px;
    padding-left: 120px;
    background: url(../images/20170726162540_519126425.jpg) no-repeat left top;
}

.news_r .news_div_item,
.news_r .divdgweb_new_div_item {
    width: 420px;
    height: 128px;
    position: relative;
}


.news_r .news_div_item_a,
.news_r .divdgweb_new_div_item_a {
    color: #222;
    font-size: 14px;
}

.news_r .news_div_item_a:hover,
.news_r .divdgweb_new_div_item_a:hover {
    color: #ed6c00;
}

.news_r .news_div_item_content,
.news_r .divdgweb_new_div_item_content {
    float: left;
    line-height: 22px;
    width: 420px;
}

.news_r .news_div_item_body,
.news_r .divdgweb_new_div_item_body {
    color: #999;
    padding-top: 10px;
}

/*版权*/
.footer_bg {
    background: #333;
    font-size: 14px;
    color: #fff;
}

.footer_bg a {
    color: #fff;
    font-size: 14px;
}

.footer_bg a:hover {
    color: #ff0;
}

.footer_nav {
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: url(../images/20170726163053_1829963554.jpg)repeat-x center bottom;
}

.footer_l {
    width: 400px;
    padding: 30px 0 0 0;
}

.fl li {
    float: left;
    padding: 0 20px;
}

.fl p {
    text-align: center;
    line-height: 34px;
}

.footer_l img {
    width: 144px;
}

.footer_r {
    width: 740px;
    height: 210px;
    line-height: 30px;
    padding: 20px 0 0 30px;
    background: url(../images/20170726163108_1811631638.jpg)repeat-y left top;
}

.links p {
    float: left;
}

.linkTagcs {
    width: 1200px;
    height: auto;
}

.linkTagcs ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.linkTagcs li {
    list-style: none;
    margin: 0px;
    padding-right: 10px;
    line-height: 24px;
    float: left;
}

.linkTagcs li a {
    color: #333;

}

.linkTagcs li img {
    border: 0px;
}


.linkTagcs1 {
    width: 790px;
    height: auto;
}

.linkTagcs1 ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.linkTagcs1 li {
    list-style: none;
    margin: 0px;
    padding-right: 15px;
    line-height: 30px;
    float: left;
}

.linkTagcs1 li a {
    color: #fff;
    word-break: break-all;
}

.linkTagcs1 li img {
    border: 0px;
}


/*内页*/
.strong_title {
    display: none;
}

#bodycon {
    padding: 70px 0 20px 0;
}

.banner_com {
    background: url(../images/20170727092754_1644106587.jpg) center no-repeat;
    width: 100%;
    height: 350px;
}

.banner_prod {
    background: url(../images/20200821173318_180402366.jpg) center no-repeat;
    width: 100%;
    height: 350px;
}

.banner_news {
    background: url(../images/20170726194134_1548484512.jpg) center no-repeat;
    width: 100%;
    height: 350px;
}

.banner_cont {
    background: url(../images/20170726193510_1074572096.jpg) center no-repeat;
    width: 100%;
    height: 350px;
}


/*内页新闻*/

.pro_list_box_item_zdy {
    width: 840px;
    float: left;
    height: 135px;
    text-align: left;
    padding-bottom: 20px;
    padding-top: 20px;
    overflow: hidden;
    border-bottom: #efefef solid 1px;
}

.pro_list_box_item_zdy:hover {
    background: #f9f9f9;
}

.pro_list_box_item_l_zdy {
    width: 205px;
    height: 135px;
    float: left;
}

.pro_list_box_item_l_zdy a img {
    width: 205px;
    height: 135px;
}

.pro_list_box_item_r_zdy {
    width: 600px;
    height: 135px;
    margin-left: 20px;
    float: left;
}

.pro_list_box_item_r_zdy a p {
    height: 30px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    border: none;
    font-family: "Microsoft YaHei";
}

.pro_list_box_item_r_zdy a div {
    color: #555;
    height: 74px;
}

.content_more_a_zdy {
    width: 90px;
    height: 30px;
    background: url(../images/20170726172116_1376704971.jpg);
    display: block;
}

.xwlb_img {
    width: 199px !important;
    height: 151px !important;
    overflow: hidden;
}


.xwlb_img img {
    max-height: 145px !important;
}

.shopmrsc a img,
.pro_list_box_item_l_zdy a img {
    border: 1px solid #C1C1C1;
    padding: 2px;
    background: #fff;
}

.shopmrsc a p {
    color: #333;
}

.shopmrsc p:hover,
.pro_list_box_item_r_zdy a p:hover {
    color: #ed6c00;
}

.shopmrsc .xwlbnr,
.xw {
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

.pro_list_box_item_r {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    padding-left: 10px;
}

.pro_list_box_item_r strong {
    color: #333;
    font-weight: normal;
    line-height: 36px;
}

.pro_list_box_item_r a {
    color: #025da5 !important;
}

.pro_list_box_item_r a:hover {
    color: #f46c28;
}

.pro_list_box_item_l img {
    width: 205px;
    height: 135px;
}

.shopmrsc p.xwlbbt {
    font-size: 14px;
}

/*内页小导航*/
.mianbxContent {
    width: 840px !important;
    text-align: left !important;
    height: 29px !important;
    line-height: 25px !important;
    margin-bottom: 10px !important;
    border-bottom: 1px #eee solid !important;
    padding-bottom: 15px;
}



/*内页产品参数*/
ul {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

.propic_show_left {
    width: 350px;
    float: left;
    text-align: center;
}

.MagicThumb .ls_smallimg,
#xianshixiaotu {
    width: 350px;
}

.propic_show_right {
    width: 457px;
    height: 276px;
    float: right;
    text-align: left;
    padding-top: 10px;
    position: relative;
    font-size: 14px;
    line-height: 28px;
    font-family: "Microsoft YaHei";
}

.pro_detail_title {
    padding-bottom: 0px;
}

.propic_show_piclist {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 208px;
}

.propic_show_piclist li {
    width: 70px;
    float: left;
    margin-right: 4px;
}

.propic_show_piclist li img {
    width: 66px;
    border: 1px solid #ccc;
    padding: 1px;
}

.dgweb_list_item_box {
    border-bottom: 1px #eee dashed;
    line-height: 30px;
}

.propic_show_right .pro_detail_title {
    font-size: 16px;
    display: block;
}

.pcontent_title_h4 {
    height: 30px;
    text-align: center;
}

.pcontent_title_h4 h4 strong {
    font-size: 16px;
    color: #333;
}

#igetxt ul li h3 {
    font-family: "Microsoft YaHei";
    padding: 0px 10px !important;
}

.product_content img {
    max-width: 740px;
}

.pro_all_class {
    width: 100% !important;
    height: 60px !important;
    padding-left: 60px;
    margin-bottom: 10px !important;
    border-bottom: none !important;
}

.pro_all_class a {
    display: block;
    float: left;
    width: 82px;
    height: 36px;
    font: 14px/36px "Microsoft YaHei";
    margin-right: 27px;
    text-align: center;
    border: 1px #3f3f3f solid;
}

.pro_all_class a:hover {
    border: 1px #e42b20 solid;
}

.product_content {
    padding-top: 10px;
}

#bodycontent #tianxieone,
#bodycontent #tfour,
#bodycontent #liuyanshenming {
    border: 0 !important;
}

#bodycontent #lytijiao {
    border: 0 !important;
}

/*产品详情*/
.cpxq {
    line-height: 24px;
    font-size: 14px;
}

.cpxq table {
    border-collapse: collapse;
    width: 100% !important;
    margin-top: 14px;
}

.cpxq table td {
    border: 1px #ccc solid !important;
    text-align: center !important;
    line-height: 30px !important;
}

.cpxq p b {
    font-size: 16px;
    line-height: 40px !important;
}

.cpxq_fl {
    float: left;
    width: 600px;
}

.cpxq_fr {
    float: right;
    width: 330px;
    margin-top: 60px;
}


/*浮动QQ*/
.back-top-container {
    display: block;
    position: fixed;
    right: 50px;
    bottom: 50px;
    cursor: pointer;
    z-index: 99999;
}

.back-top {
    opacity: 0.8;
    width: 32px;
    height: 32px;
    z-index: 10000000;
    background: #ff8705 url(../images/20170726194816_1301710440.png) center center no-repeat;
}

.back-top:hover {
    opacity: 1;
}

.back-top-text {
    margin-top: 3px;
    padding-left: 7.5px;
    width: 32px;
    border: 1px solid #000;
    border-radius: 5px;
    background: #fff;
}

.back-top:hover {
    opacity: 1;
}

.yb_conct {
    position: fixed;
    z-index: 9999999;
    top: 100px;
    right: -127px;
    cursor: pointer;
    transition: all .3s ease;
}

.yb_conct a {
    color: #fff;
    text-decoration: none;
}

.yb_conct a:hover {
    color: #ff0;
}

.yb_bar ul li {
    width: 180px;
    height: 53px;
    font: 16px/53px 'Microsoft YaHei';
    color: #fff;
    text-indent: 54px;
    margin-bottom: 1px;
    border-radius: 3px;
    transition: all .5s ease;
    overflow: hidden;
}

.yb_bar .yb_top {
    background: #ff8705 url(../images/20170726194816_1301710440.png) no-repeat 0 0;
}

.yb_bar .yb_phone {
    background: #ff8705 url(../images/20170726194816_1301710440.png) no-repeat 0 -57px;
}

.yb_bar .yb_QQ {
    text-indent: 0;
    background: #ff8705 url(../images/20170726194816_1301710440.png) no-repeat 0 -113px;
}

.yb_bar .yb_ercode {
    /*height:200px;*/
    background: #ff8705 url(../images/20170726194816_1301710440.png) no-repeat 0 -169px;
}

.hd_qr {
    padding: 0 29px 25px 29px;
}


.yb_QQ a,
.yb_phone a {
    display: block;
    text-indent: 54px;
    font-size: 16px;
    width: 100%;
    height: 100%;
    color: #fff;
}

/*内页简介*/
.comm {
    background: url(../images/20200905105547_1237885933.jpg) no-repeat right bottom;
    border-bottom: 1px #ccc dashed;
}

.comm_t {
    height: 110px;
    padding-top: 32px;
    background: url(../images/20170726203030_457178445.jpg) no-repeat center;
}

.comm_tl {
    width: 216px;
    text-align: right;
    color: #fff;
    font-size: 20px;
}

.comm_tl p {
    font-size: 34px;
}

.comm_tr {
    width: 800px;
    font-size: 20px;
    line-height: 34px;
    color: #333;
}

.comm_w {
    font-size: 14px;
    line-height: 28px;
    padding: 40px 0 50px 0;
}

.dgweb_list_item {
    width: 274px !important;
}


/*内页产品*/
.prodn_t {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding: 10px 0;
    margin-bottom: 16px;
    text-align: center;
    border-bottom: 1px #ccc dashed;
}

.prodn_d a {
    display: block;
    float: left;
    margin: 0 14px 16px 14px;
    width: 252px;
    height: 220px;
}

.prodn_d a img {
    width: 246px;
    height: 182px;
    padding: 2px;
    border: 1px #ccc solid;
}

.prodn_d a p {
    font-size: 14px;
    text-align: center;
    line-height: 40px;
}





/*links*/
.links {
    width: 100%;
    overflow: hidden;
}

.links_en {
    width: 1100px;
    min-width: 1200px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: bold;
    color: #ff8705;
    line-height: 62px;
}

.links_m {
    width: 102px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    color: #666666;
}

.links_line {
    width: 100%;
    position: absolute;
    border-bottom: dashed 1px #ccc;
    margin-top: -15px;
}

.links_d {
    width: 1100px;
    margin: 0 auto;
    min-width: 1100px;
    padding: 10px 0;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 20px;
}

.links_d a {
    font-size: 14px;
}