@charset "utf-8";

/* CSS Document */

body,
hr,
p,
blockquote,
dl,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
}


/*th, td{margin: 0; padding: 0;}*/

html {
    color: #666;
}

html,
body {
    width: 100%;
    min-width: 320px;
}

body,
button,
input,
select,
textarea {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑", "Microsoft Yahei", "Arial", "Verdana", "sans-serif";
    font-size: 14px;
    background: #fff
}

ul,
ol,
li,
dl,
dd,
dt {
    list-style: none;
}

em {
    font-style: normal;
}

a {
    text-decoration: none;
    outline: none;
    transition: all 0.7s;
}

a:hover {
    text-decoration: underline;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
}

label,
button {
    cursor: pointer;
}


/*解决IE图片缩放失真*/

img {
    -ms-interpolation-mode: bicubic;
}


/*清除浮动*/

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}


/*连续英文、数字换行*/

.wordwrap {
    word-break: break-all;
    word-wrap: break-word;
}


/*单行文字超出显示省略号*/

.omg {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

img {
    border: 0;
    vertical-align: middle;
}

a {
    color: #3a3a3a;
    text-decoration: none;
}

a:hover {
    text-decoration: none
}

.fl {
    float: left;
}

.fr {
    float: right;
}




/*首页*/
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}
.mingm {
    display: none !important;
}

.container {
    width: 95%;
    max-width: 1230px;
    margin: 0 auto;
}

#header {
    width: 100%;
    background: url("../images/topbg.gif")/*tpa=http://www.zhajiangbengc.com/skin/images/topbg.gif*/ left top repeat-x;
}

.header_span {
    width: 100%;
    height: 30px;
    overflow: hidden;
}

.header_span span {
    font-size: 14px;
    color: #a4a4a4;
    line-height: 30px;
    overflow: hidden;
}

#header .logo {
    display: inline-block;
    margin:20px 0;
    overflow: hidden;
}

#header .logo a {
    display: block;
}

#header .logo img {
    vertical-align: middle;
}

#header .top_code {
    display: none;
    float: right;
    width: 120px;
    height: 120px;
    margin-top: 10px;
    margin-right: 20px;
}

#header .top_code img {
    max-width: 100%;
    max-height: 100%;
}

.logo_desc {
    float: right;
    width: 350px;
    height: 60px;
    margin-top: 36px;
    background: url("../images/top_tel.png")/*tpa=http://www.zhajiangbengc.com/skin/images/top_tel.png*/ center no-repeat;
}

.h_search {
    width: 100%;
    padding: 4px 0;
}

.h_search .form1 {
    max-width: 1280px;
    margin: 0 auto;
    line-height: 59px;
}

.h_search .form_text1 {
    float: left;
    width: 75%;
    height: 50px;
    line-height: 28px;
    text-indent: 10px;
    outline: none;
    background: #f1f1f1;
    margin: 3px 0;
    font-size: 14px;
    border-radius: 0 0 0 4px;
}

.h_search .form_button1 {
    float: left;
    width: 25%;
    height: 50px;
    background: #1f6eb1;
    border: 0;
    outline: none;
    color: #FFF;
    margin: 3px 0;
    cursor: pointer;
    border-radius: 0 0 4px 0;
    font-size: 16px;
}

.h_search .form_button1:hover {
    background: #1f6eb1;
}


/*导航*/

#nav {
    background-color: #1f6eb1;
    width: 100%;
    box-shadow: 0px 3px 6px 0px rgba(127, 127, 127, 0.20);
    position: relative;
    z-index: 2;
}

#nav ul li {
    float: left;
    width: 15.1%;
    margin: 0 0.6%;
    position: relative;
}

#nav li:after {
    transition: 0.3s all;
    content: '';
    border-bottom: 2px solid #f5ad35;
    display: block;
    height: 0;
    left: 45%;
    position: absolute;
    width: 0%;
    bottom: 10px
}

#nav li:hover:after {
    width: 60%;
    left: 20%;
}

#nav ul li a {
    color: #fff;
    width: 98%;
    padding: 0 1%;
    font-size: 17px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    transition: all 0.4s;
    padding-bottom: 2px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    overflow: visible;
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
    transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
}

.active {
    background-color: #f5ad35;
}

#nav ul li a:hover {
    color: #ffffff;
    background-color: #f5ad35;
}

#nav ul li p {
    position: absolute;
    background: #1f6eb1;
    background: rgba(53, 129, 213, 0.8);
    top: 61px;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(30px);
    transition: .6s;
    width:210px;
   

}

#nav ul li:hover p {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

#nav ul li p a {
    height: 40px;
    line-height: 40px;
    text-align: left;
    font-size:14px;
    padding-left:10px;
}

#nav .top {
    display: none;
}

#nav .logo {
    display: none;
}

.web_nav {
    display: none;
    width: 90%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    font-weight: bold;
}

.btn-menu {
    display: block;
    float: right;
    position: relative;
    background: transparent;
    cursor: pointer;
    padding: 15px 0;
    width: 26px;
    height: 16px;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
    outline: none;
}

.btn-menu:before,
.btn-menu:after,
.btn-menu span {
    background-color: #ffffff;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after {
    content: '';
    position: absolute;
    top: 0;
    height: 1px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.btn-menu span {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%;
}

.btn-menu:before {
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
    -webkit-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
}

.btn-menu.active span {
    opacity: 0;
}

.btn-menu.active:before {
    background-color: #ffffff;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
    background-color: #ffffff;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}


/*首页搜索框*/

.index_search {
    font-size: 14px;
    height: 75px;
    line-height: 75px;
    background-color: #1f6eb1;
}

.index_search a {
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    padding-left: 10px;
}

.index_search a:hover {
    color: rgba(255, 255, 255, 1);
}

.index_search div span {
    color: #ffc71c;
    padding-right: 8px;
    padding-top: 2px;
}

.index_search div b {
    color: #FFF;
    font-weight: lighter;
}

input.search_bj4 {
    background: #FFF;
    margin-top: 13px;
    line-height: 45px;
    height: 45px;
    color: #a1a0a0;
    width: 318px;
    text-indent: 20px;
    border: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    transition: 0.5s;
}

.but4 {
    border-radius: 0px 3px 3px 0px;
    margin-top: 15px;
    height: 45px;
    color: #FFF;
    transition: all 0.4s linear 0s;
    background: url("../images/search_btn.png")/*tpa=http://www.zhajiangbengc.com/skin/images/search_btn.png*/ no-repeat center center #ffc71c;
    width: 100px;
    cursor: pointer;
    border: 0;
}

.but4:hover {
    background: url("../images/search_btn.png")/*tpa=http://www.zhajiangbengc.com/skin/images/search_btn.png*/ no-repeat center center #1f3846;
    padding-left: 5px;
}


/*首页banner*/

#banner {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0px auto;
}

#banner img {
    width: 100%;
}

#banner-inside {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    margin: 0px auto;
}

#banner-inside img {
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -1000px;
}

.proinfo_r_img {
    display: none;
}


/*公司简介*/

.huinengb {
    margin-top: 50px;
    min-width: 1200px;
    background: url("../images/about.jpg")/*tpa=http://www.zhajiangbengc.com/skin/img/about.jpg*/ center no-repeat;
    height: 526px;
}

.w100 {
    width: 100%;
}

.pubh2 {
    text-align: center;
    font-size: 26px;
    color: #010101;
}

.huinengbh2 {
    text-align: left;
}

.pubh2 em {
    font-size: 18px;
    color: #666666;
    display: block;
    padding-top: 5px;
}

.huinengbm {
    padding-left: 666px;
    width: 534px;
    padding-top: 70px;
}

.huinengb {
    margin-top: 50px;
    min-width: 1200px;
    background: url("../images/about.jpg")/*tpa=http://www.zhajiangbengc.com/skin/img/about.jpg*/ center no-repeat;
    height: 526px;
}

.huinengbh2 {
    text-align: left;
    font-weight: normal;
}

.huinengbdesc {
    color: #333333;
    line-height: 30px;
    height: 222px;
    padding-top: 30px;
    font-size: 14px;
}

.huinengbsub a {
    padding: 0 12px;
    color: #333333;
    font-size: 18px;
    margin-right: 12px;
    display: inline-block;
    height: 52px;
    line-height: 52px;
    border: 1px solid #0061b0;
}

.huinengbsub i,
.huinengbsub span {
    display: inline-block;
    height: 100%;
    vertical-align: top;
}

.huinengbsub i {
    width: 48px;
}

.huinengbsub .ai1 {
    background: url("../images/abouta.png")/*tpa=http://www.zhajiangbengc.com/skin/img/abouta.png*/ left center no-repeat;
    background-size: 32px auto;
}

.huinengbsub .ai2 {
    background: url("../images/aboutab.png")/*tpa=http://www.zhajiangbengc.com/skin/img/aboutab.png*/ left center no-repeat;
    background-size: 32px auto;
}

.huinengbsub .ai3 {
    background: url("../images/aboutac.png")/*tpa=http://www.zhajiangbengc.com/skin/img/aboutac.png*/ left center no-repeat;
    background-size: 32px auto;
}

.huinengbsub a:hover {
    background: #0061b0;
    color: #fff;
}

.huinengbsub a:hover .ai1 {
    background: url("../images/abouta_1.png")/*tpa=http://www.zhajiangbengc.com/skin/img/abouta_1.png*/ left center no-repeat;
    background-size: 32px auto;
}

.huinengbsub a:hover .ai2 {
    background: url("../images/aboutab_1.png")/*tpa=http://www.zhajiangbengc.com/skin/img/aboutab_1.png*/ left center no-repeat;
    background-size: 32px auto;
}

.huinengbsub a:hover .ai3 {
    background: url("../images/aboutac_1.png")/*tpa=http://www.zhajiangbengc.com/skin/img/aboutac_1.png*/ left center no-repeat;
    background-size: 32px auto;
}


/*首页第一块产品分类*/

.product {
    background: #f8f8f8;
    width: 100%;
    padding: 40px 0px;
    margin: 0px auto;
}

.product .bd {
    width: 95%;
    max-width: 1230px;
    height: 292px;
    margin: 0px auto;
    margin: 40px auto 40px;
    overflow: hidden;
}

.product .bd li {
    position: relative;
    display: block;
    float: left;
    width: 22.5%;
    height: 290px;
    background: url("../images/product-bg.png")/*tpa=http://www.zhajiangbengc.com/skin/images/product-bg.png*/ no-repeat;
    background-size: 100% 100%;
    background-position: left top;
    margin: 0 15px 0 15px;
    overflow: hidden;
}

.product .bd li>a {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}

.product .bd li .img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    margin: 0px auto 0px auto;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.product .bd li .name {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 60px;
    overflow: hidden;
    background: #1f6eb1;
    color: #fff;
    text-align: center;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.product .bd li .name p a {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product .bd li .name span a {
    color: #fff;
    display: block;
    background: url("../images/product-line.png")/*tpa=http://www.zhajiangbengc.com/skin/images/product-line.png*/ no-repeat;
    background-position: center bottom;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    padding: 0 10px 12px;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product .bd li:hover .img {
    margin-top: 0px;
}

.product .bd li:hover .name {
    height: 110px;
    background: #1f6eb1;
}

.product .arrow {
    margin: 0px auto;
    text-align: center;
}

.product .arrow a {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 28px;
    border: 1px solid #ddd;
    border-radius: 30px;
    margin: 0px 10px;
    overflow: hidden;
    cursor: pointer;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.product .arrow a:hover {
    background-color: #1f6eb1;
    border: 1px solid #1f6eb1;
}

.product .arrow a:hover img {
    margin-top: -28px;
}

.h_tlt1 {
    width: 100%;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

.h_tlt1 h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
}

.sy_gg {
    width: 100%;
}

.sy_gg img {
    max-width: 100%;
    height: auto;
}


/*首页产品*/

.index_pro {
    min-height: 500px;
}

.index_xm_pro {
    text-align: center;
    width: 460px;
    border-bottom: 2px #555659 solid;
    margin: 20px auto;
    padding-bottom: 25px;
    position: relative;
}

.index_xm_pro:after {
    content: '';
    position: absolute;
    left: 50%;
    height: 6px;
    background: #1f6eb1;
    bottom: -4px;
    width: 50px;
    transition: all 0.4s;
    margin-left: -25px;
}

.index_xm_pro span {
    text-align: center;
}

.index_xm_pro span:nth-child(1) {
    font-size: 34px;
    color: #1f6eb1;
    text-align: center;
    font-weight: bold;
    padding-right: 5px;
}

.index_xm_pro span:nth-child(2) {
    color: #999;
    font-size: 18px;
}

.index_xm_pro:hover:after {
    width: 300px;
    margin-left: -150px;
}

.index_xm_txt {
    line-height: 30px;
    color: #1f6eb1;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}
.pro_a{width: 260px;
    float: left;}
.pro_a img{ display: block; width: 260px;}
.pro_a ul li {
    width: 100%;
    height: 54px;
    background-color: #f0f0f0;
    line-height: 54px;
    border-bottom: 1px solid #FFFFFF;
    position: relative;
    background-image: url("../images/ib.png")/*tpa=http://www.zhajiangbengc.com/skin/images/ib.png*/;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 230px;
}

.pro_a ul li a {
    display: block;
    padding-left: 20px;
    color: #3a434c;
}

.pro_a ul li:hover {
    background-color: #296dac;
    background-image: url("../images/iw.png")/*tpa=http://www.zhajiangbengc.com/skin/images/iw.png*/;
}

.pro_a ul li:hover a {
    color: #FFFFFF;
}

.pro_a ul li.active {
    background-color: #296dac;
    background-image: url("../images/iw.png")/*tpa=http://www.zhajiangbengc.com/skin/images/iw.png*/;
}

.pro_a ul li.active a {
    color: #FFFFFF;
}
.pro_bd .xgcp li {
    float: left;
    width: 30%;
    margin-right: 4.5%;
    margin-bottom: 20px;
    height: 304px;
}

.pro_bd .xgcp li:nth-child(3n) {
    margin-right: 0px;
}

.pro_bd .xgcp li>div {
    display: block;
    background: #fff;
    padding-bottom: 10px;
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 6px 0px rgba(127, 127, 127, 0.30);
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.pro_bd .xgcp li a .pro_img {
    text-align: center;
    width: 100%;
    height: 214px;
    background: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}

.pro_bd .xgcp li a .pro_img img {
    vertical-align: middle;
    max-width: 95%;
    max-height: 95%;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.pro_bd .xgcp li a .pro_img .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.pro_bd .xgcp li a p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pro_bd .xgcp li a p:after {
    content: '';
    display: block;
    width: 90%;
    height: 2px;
    margin: -5px auto 0;
    background: #1f6eb1;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.pro_bd .xgcp li:hover>div {
    margin-top: -5px;
    box-shadow: 0px 5px 10px 5px #e1dddd;
}

/*首页产品展示*/

.h_products {
    width: 100%;
    min-height: 500px;
    overflow: hidden;
}

.h_products_in {
    width: 90%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 10px 0 10px;
}

.h_products .pro_bd {
    width: 940px;
    float: right;
}

.h_more {
    width: 120px;
    margin: 20px auto 30px;
    display: block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #1f6eb1;
    text-align: center;
    font-size: 14px;
    color: #1f6eb1;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.h_more:hover {
    background: #1f6eb1;
    color: #fff;
}


/*首页优势*/

.w1400 {
    width: 1230px;
    margin: 0 auto;
}

.index_youshi_all {
    background: url("../images/index_youshi_bj.jpg")/*tpa=http://www.zhajiangbengc.com/skin/img/index_youshi_bj.jpg*/ no-repeat top center;
    padding: 60px 0;
    height: auto;
    overflow: hidden;
    display: none;
}

.youshi_title {
    text-align: center;
    margin: 0 auto;
}

.youshi_title p:nth-child(1) {
    width: 400px;
    display: block;
    float: left;
}

.youshi_title p:nth-child(1) span,
.youshi_title p:nth-child(2) span {
    display: block;
}

.youshi_title p:nth-child(1) span:nth-child(1) {
    font-size: 45px;
    font-weight: bold;
    color: #000;
    letter-spacing: 4px;
}

.youshi_title p:nth-child(1) span:nth-child(2) {
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
}

.youshi_title p:nth-child(2) {
    display: block;
    float: left;
    border: 1px #000 solid;
    padding: 5px;
    color: #000;
    margin-top: 8px;
}

.youshi_title p:nth-child(2) span:nth-child(1) {
    font-size: 29px;
}

.youshi_title p:nth-child(2) span:nth-child(2) {
    font-size: 13px;
    text-transform: uppercase;
}

.youshi_all_content {
    padding: 30px;
    background: #FFF;
    margin-top: 50px;
    height: auto;
    overflow: hidden;
}

.youshi_all_content a {
    display: block;
    padding: 20px;
    width: 530px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    border: 1px solid #efefef;
}

.youshi_all_content a:nth-child(2n+1) {
    float: left;
}

.youshi_all_content a:nth-child(2n) {
    float: right;
}

.youshi_all_content a img {
    margin-bottom: 30px;
}

.ys_title b {
    display: block;
    float: left;
    background: #2a2b30;
    height: 88px;
    width: 88px;
    line-height: 88px;
    font-size: 28px;
    margin-right: 15px;
    text-align: center;
    color: #FFF;
    transition: all 0.4s;
    font-family: Arial, Helvetica, sans-serif;
}

.ys_title div {
    height: 48px;
    line-height: 28px;
    padding: 20px 0;
}

.ys_title div span {
    display: block;
}

.ys_title div span:nth-child(1) {
    font-size: 26px;
    font-weight: bold;
}

.ys_title div span:nth-child(2) {
    font-size: 12px;
    text-transform: uppercase;
}

.youshi_all_content a ul {
    margin-top: 36px;
}

.youshi_all_content a li {
    font-size: 17px;
    color: #616161;
    height: 30px;
    line-height: 30px;
    font-weight: lighter;
}

.youshi_all_content a li i {
    display: block;
    float: left;
    background: url("../images/dot1.png")/*tpa=http://www.zhajiangbengc.com/skin/img/dot1.png*/ no-repeat left center;
    width: 9px;
    height: 9px;
    margin-top: 10px;
    margin-right: 10px;
    transition: all 0.4s;
}

.youshi_all_content a:hover li i {
    background: url("../images/dot1.png")/*tpa=http://www.zhajiangbengc.com/skin/img/dot1.png*/ no-repeat -11px center;
}

.youshi_all_content a:hover .ys_title b {
    background: #ffc71c;
}

.youshi_all_content a:hover {
    color: #000;
    -moz-box-shadow: 1px 2px 20px #ececec;
    -webkit-box-shadow: 1px 2px 20px #ececec;
    box-shadow: 1px 2px 20px #ececec;
}

.youshi_all_content a:after {
    content: '';
    position: absolute;
    transition: all 0.4s;
    left: 35%;
    width: 0;
}

.youshi_all_content a:hover:after {
    height: 1px;
    width: 100%;
    background: #e6e6e6;
    left: 0px;
    bottom: 0px;
}

.youshi_all_content a img {
    width: 610px;
    height: 200px;
    transition: all 0.4s;
}

.youshi_all_content a:hover img {
    transform: scale(1.1, 1.1)
}

.youshi_all_content a .ys_img {
    width: 610px;
    height: 200px;
    overflow: hidden;
    margin-bottom: 30px;
}

.ys_title b {
    display: block;
    float: left;
    background: #2a2b30;
    height: 88px;
    width: 88px;
    line-height: 88px;
    font-size: 28px;
    margin-right: 15px;
    text-align: center;
    color: #FFF;
    transition: all 0.4s;
    font-family: Arial, Helvetica, sans-serif;
}

.ys_title div {
    height: 48px;
    line-height: 28px;
    padding: 20px 0;
}

.ys_title div span {
    display: block;
}

.ys_title div span:nth-child(1) {
    font-size: 26px;
    font-weight: bold;
}

.ys_title div span:nth-child(2) {
    font-size: 12px;
    text-transform: uppercase;
}

.youshi_all_content a ul {
    margin-top: 36px;
}

.youshi_all_content a li {
    font-size: 17px;
    color: #616161;
    height: 30px;
    line-height: 30px;
    font-weight: lighter;
}

.youshi_all_content a li i {
    display: block;
    float: left;
    background: url("../images/dot1.png")/*tpa=http://www.zhajiangbengc.com/skin/img/dot1.png*/ no-repeat left center;
    width: 9px;
    height: 9px;
    margin-top: 10px;
    margin-right: 10px;
    transition: all 0.4s;
}

.youshi_all_content a:hover li i {
    background: url("../images/dot1.png")/*tpa=http://www.zhajiangbengc.com/skin/img/dot1.png*/ no-repeat -11px center;
}

.youshi_all_content a:hover .ys_title b {
    background: #1f6eb1;
}

.youshi_all_content a:hover {
    color: #000;
    -moz-box-shadow: 1px 2px 20px #ececec;
    -webkit-box-shadow: 1px 2px 20px #ececec;
    box-shadow: 1px 2px 20px #ececec;
}

.youshi_all_content a:after {
    content: '';
    position: absolute;
    transition: all 0.4s;
    left: 35%;
    width: 0;
}

.youshi_all_content a:hover:after {
    height: 1px;
    width: 100%;
    background: #e6e6e6;
    left: 0px;
    bottom: 0px;
}

.youshi_all_content a img {
    width: 528px;
    height: 200px;
    transition: all 0.4s;
}

.youshi_all_content a:hover img {
    transform: scale(1.1, 1.1)
}

.youshi_all_content a .ys_img {
    width: 528px;
    height: 200px;
    overflow: hidden;
    margin-bottom: 30px;
}


/*公司简介*/

.index_about_pro {
    text-align: center;
    width: 460px;
    border-bottom: 2px #555659 solid;
    margin: 0 auto 55px;
    padding-bottom: 25px;
    position: relative;
}

.index_about_pro:after {
    content: '';
    position: absolute;
    left: 50%;
    height: 6px;
    background: #1f6eb1;
    bottom: -4px;
    width: 50px;
    transition: all 0.4s;
    margin-left: -25px;
}

.index_about_pro span {
    text-align: center;
}

.index_about_pro span:nth-child(1) {
    font-size: 34px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    padding-right: 5px;
}

.index_about_pro span:nth-child(2) {
    color: #999;
    font-size: 18px;
}

.index_about_pro:hover:after {
    width: 300px;
    margin-left: -150px;
}

.index_about_all {
    background: url("../images/index_about_bj.jpg")/*tpa=http://www.zhajiangbengc.com/skin/img/index_about_bj.jpg*/ no-repeat top center;
    padding: 70px 0 0px;
}

.w1300 {
    width: 1200px;
    margin: 0 auto;
    font-size: 17px;
    color: #FFF;
    line-height: 36px;
    text-align: center;
    font-weight: lighter;
}

.about_more {
    background: #f5ad35;
    width: 200px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
    border-radius: 30px;
    transition: all 0.4s;
    margin-top: 40px;
}

.about_more:hover {
    background: #f00;
    width: 250px;
    letter-spacing: 5px;
    color: #ffffff;
}

.about_font {
    width: 500px;
    padding: 120px 0 0 0;
}

.about_font p:nth-child(1) {
    font-size: 26px;
    color: #006e61;
    font-weight: bold;
    margin-bottom: 15px;
}

.about_nr {
    height: 120px;
    color: #969696;
    font-size: 14px;
    line-height: 25px;
}

.about_font .about_btn li {
    margin: 25px 10px 10px;
    padding: 25px;
    height: 45px;
    width: 65px;
    border: 1px #01b19c solid;
    display: block;
    float: left;
    font-size: 14px;
    transition: all 0.4s;
}

.about_font .about_btn li p {
    font-size: 14px;
}

.about_font .about_btn li p b {
    font-family: impact;
    font-size: 25px;
}

.about_font .about_btn li:nth-of-type(1) {
    margin-left: 60px;
}

.about_font .about_btn li:hover {
    background: #0b9174;
    color: #fff;
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -webkit-box-shadow: 0px 5px 15px #c9c9c9;
    -moz-box-shadow: 0px 5px 15px #c9c9c9;
    box-shadow: 0px 5px 15px #c9c9c9;
}

.about_font .about_btn li:hover p {
    color: #FFF
}

.video {
    background: url("../images/video_bj.png")/*tpa=http://www.zhajiangbengc.com/skin/img/video_bj.png*/ no-repeat center top;
    height: 400px;
    text-align: center;
    padding: 15px 0 0 15px;
    margin-top: 50px;
}


/*合作流程*/

.index_xm_pro2 {
    text-align: center;
    width: 510px;
    border-bottom: 2px #ececec solid;
    margin: 0 auto;
    padding-bottom: 25px;
    position: relative;
}

.index_xm_pro2:after {
    content: '';
    position: absolute;
    left: 50%;
    height: 6px;
    background: #1f6eb1;
    bottom: -4px;
    width: 50px;
    transition: all 0.4s;
    margin-left: -25px;
}

.index_xm_pro2 span {
    text-align: center;
}

.index_xm_pro2 span:nth-child(1) {
    font-size: 34px;
    color: #282828;
    text-align: center;
    font-weight: bold;
    padding-right: 5px;
}

.index_xm_pro2 span:nth-child(2) {
    color: #999;
    font-size: 18px;
    text-transform: uppercase
}

.index_xm_pro2:hover:after {
    width: 250px;
    margin-left: -125px;
}

.index_xm_pro2_sub {
    text-align: center;
    width: 510px;
    border-bottom: 2px #ececec solid;
    margin: 0 auto;
    padding-bottom: 25px;
    position: relative;
}

.index_xm_pro2_sub:after {
    content: '';
    position: absolute;
    left: 40%;
    height: 6px;
    background: #f5ad35;
    bottom: -4px;
    width: 10%;
    transition: all 0.4s
}

.index_xm_pro2_sub span {
    text-align: center;
}

.index_xm_pro2_sub span:nth-child(1) {
    font-size: 34px;
    color: #282828;
    text-align: center;
    font-weight: bold;
    padding-right: 5px;
}

.index_xm_pro2_sub span:nth-child(2) {
    color: #999;
    font-size: 18px;
    text-transform: uppercase
}

.index_xm_pro2_sub:hover:after {
    width: 50%;
    left: 25%;
}

.liucheng_hz {
    width: 1220px;
    margin: 20px auto;
    position: relative;
    height: 300px;
    padding-left: 10px;
}

.liucheng_hz:before {
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    background: #1f6eb1;
    width: 100%;
    top: 50%;
    z-index: 99
}

.liucheng_hz li {
    width: 200px;
    height: 220px;
    padding: 40px 0;
    display: block;
    float: left;
    text-align: center;
    position: relative;
    transition: all 0.4s
}

.liucheng_hz li:nth-child(1) i:nth-child(1) {
    display: block;
    background: url("../images/lc_1.png")/*tpa=http://www.zhajiangbengc.com/skin/img/lc_1.png*/ no-repeat 0 top;
    width: 88px;
    height: 74px;
    margin: 0 auto;
    transition: all 0.4s
}

.liucheng_hz li i:nth-child(2) {
    z-index: 100;
    left: 115px;
    position: absolute;
    top: 134px;
    display: block;
    background: url("../images/dot2.png")/*tpa=http://www.zhajiangbengc.com/skin/img/dot2.png*/ no-repeat left -29px;
    height: 21px;
    margin: 0 auto;
    width: 10px;
    transition: all 0.4s
}

.liucheng_hz li:hover {
    background: #1f6eb1;
}

.liucheng_hz li:hover i:nth-child(2) {
    background: url("../images/dot2.png")/*tpa=http://www.zhajiangbengc.com/skin/img/dot2.png*/ no-repeat left 0
}

.liucheng_hz li:nth-child(1):hover i:nth-child(1) {
    background: url("../images/lc_1.png")/*tpa=http://www.zhajiangbengc.com/skin/img/lc_1.png*/ no-repeat -111px top;
}

.liucheng_hz li span {
    font-size: 44px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    left: 70px;
    top: 185px;
}

.liucheng_hz li p {
    font-size: 20px;
    text-align: center;
    top: 240px;
    position: absolute;
    text-align: center;
    width: 200px;
    transition: all 0.4s;
    font-weight: lighter;
}

.liucheng_hz li:hover {
    color: #ffffff
}

.liucheng_hz li:hover p {
    top: 245px
}

.liucheng_hz li:nth-child(2) i:nth-child(1) {
    display: block;
    background: url("../images/lc_2.png")/*tpa=http://www.zhajiangbengc.com/skin/img/lc_2.png*/ no-repeat 0 top;
    width: 64px;
    height: 74px;
    margin: 0 auto;
    transition: all 0.4s
}

.liucheng_hz li:nth-child(2):hover i:nth-child(1) {
    background: url("../images/lc_2.png")/*tpa=http://www.zhajiangbengc.com/skin/img/lc_2.png*/ no-repeat -79px top;
}

.liucheng_hz li:nth-child(3) i:nth-child(1) {
    display: block;
    background: url("../images/lc_3.png")/*tpa=http://www.zhajiangbengc.com/skin/img/lc_3.png*/ no-repeat 0 top;
    width: 80px;
    height: 74px;
    margin: 0 auto;
    transition: all 0.4s
}

.liucheng_hz li:nth-child(3):hover i:nth-child(1) {
    background: url("../images/lc_3.png")/*tpa=http://www.zhajiangbengc.com/skin/img/lc_3.png*/ no-repeat -119px top;
}

.liucheng_hz li:nth-child(4) i:nth-child(1) {
    display: block;
    background: url("../images/lc_4.png")/*tpa=http://www.zhajiangbengc.com/skin/img/lc_4.png*/ no-repeat 0 top;
    width: 76px;
    height: 74px;
    margin: 0 auto;
    transition: all 0.4s
}

.liucheng_hz li:nth-child(4):hover i:nth-child(1) {
    background: url("../images/lc_4.png")/*tpa=http://www.zhajiangbengc.com/skin/img/lc_4.png*/ no-repeat -97px top;
}

.liucheng_hz li:nth-child(5) i:nth-child(1) {
    display: block;
    background: url("../images/lc_5.png")/*tpa=http://www.zhajiangbengc.com/skin/img/lc_5.png*/ no-repeat 0 top;
    width: 73px;
    height: 74px;
    margin: 0 auto;
    transition: all 0.4s
}

.liucheng_hz li:nth-child(5):hover i:nth-child(1) {
    background: url("../images/lc_5.png")/*tpa=http://www.zhajiangbengc.com/skin/img/lc_5.png*/ no-repeat -94px top;
}

.liucheng_hz li:nth-child(6) i:nth-child(1) {
    display: block;
    background: url("../images/lc_6.png")/*tpa=http://www.zhajiangbengc.com/skin/img/lc_6.png*/ no-repeat 0 top;
    width: 60px;
    height: 74px;
    margin: 0 auto;
    transition: all 0.4s
}

.liucheng_hz li:nth-child(6):hover i:nth-child(1) {
    background: url("../images/lc_6.png")/*tpa=http://www.zhajiangbengc.com/skin/img/lc_6.png*/ no-repeat -79px top;
}


/*首页文章*/

.h_title {
    width: 94%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    margin: 15px 3% 15px;
    padding: 0 0 10px;
    border-bottom: 1px solid #dedede;
}

.h_title h3 {
    float: left;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 20px;
    padding-left: 20px;
    position: relative;
    margin:0px;
}

.h_title h3:before {
    content: '';
    display: block;
    width: 3px;
    height: 18px;
    background: #333;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 0;
}

.h_title h3 a {
    color: #1f6eb1;
    font-size: 24px;
}

.h_title h3 img {
    display: block;
    width: 2px;
    height: 24px;
    float: left;
    margin: 3px 18px 3px 0;
    padding: 0;
}

.h_title h3 span {
    display: inline-block;
    color: #999;
    font-size: 14px;
    font-family: "Arial";
    font-style: italic;
    margin: 0 0 0 14px;
    font-weight: normal;
}

.h_title a {
    display: inline-block;
    float: right;
    color: #1f6eb1;
    font-size: 14px;
}

.h_title a img {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 4px;
}

.h_article {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 30px 0 30px;
    background: #fff;
}

.h_article .art_l,
.h_article .art_r {
    width: 100%;
    overflow: hidden;
    margin: 0 3% 0 0;
    padding: 0;
    border: 1px solid #e7eaf1;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 37, 55, 0.05);
}

.h_article .art_l {
    float: left;
}

.h_article .art_r {
    float: right;
    margin: 0;
}

.art_list {
    width: 94%;
    height: 212px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 0 0 0;
    box-sizing: border-box;
}

.art_list ul li {
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    margin: 0;
    padding: 0 0 0 12px;
    background: url("../images/art_tb.jpg")/*tpa=http://www.zhajiangbengc.com/skin/images/art_tb.jpg*/ 8px center no-repeat;
    box-sizing: border-box;
}

.art_list ul li a {
    display: inline-block;
    width: 75%;
    color: #666;
    font-size: 14px;
    text-indent: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.art_list ul li span {
    display: inline-block;
    width: 20%;
    color: #999;
    font-family: "Arial";
    font-size: 12px;
    float: right;
    text-align: right;
}

.art_list ul li a:hover {
    color: #1f6eb1;
    text-decoration: underline;
}

.art_list ul.downlist {
    float: left;
    width: 100%;
}

.art_list ul.downlist li {
    width: 50%;
    height: 34px;
    overflow: hidden;
    line-height: 34px;
    margin: 0;
    box-sizing: border-box;
    color: #fff;
    padding: 0 0 0 0;
    float: left;
    margin-bottom: 7px;
    background: none;
}

.art_list ul.downlist li a {
    text-align: center;
    display: inline-block;
    width: 75%;
    color: #fff;
    background: #cecece;
    font-size: 14px;
    text-indent: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 0 0 2px 2px;
    padding: 0 5% 0 5%;
    position: relative;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.art_list ul.downlist li a:hover {
    color: #fff;
    text-decoration: none;
    background: #1f6eb1;
}

.link {
    width: 100%;
    padding-bottom: 30px;
    background: #fff;
}

.link .link_con {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 15px 10px;
}

.link .link_con span {
    display: block;
    background: url("../images/pecv.png")/*tpa=http://www.zhajiangbengc.com/skin/images/pecv.png*/ left center no-repeat;
    padding-left: 25px;
    font-size: 15px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    margin-bottom: 5px;
}

.link .link_con p {
    font-size: 12px;
    color: #555;
    line-height: 24px;
    padding: 0 15px 0 0;
}

.link .link_con p a {
    font-size: 12px;
    color: #555;
}

.zixun {
    display: block;
    width: 700px;
    height: 50px;
    overflow: hidden;
    margin: 10px auto;
}

.zixunbtn {
    width: 300px;
    height: 40px;
    line-height: 40px;
    border: #f5ad35 solid 3px;
    border-radius: 50px;
    text-align: center;
    display: block;
    margin: 10px auto;
    background: #0b5a9f;
    font-size: 14px;
    color: #fff;
    float: left;
    margin: 0 10px;
}

.zixunbtn:hover {
    background: #f5ad35;
    border: #0b5a9f solid 3px;
    color: #fff;
}

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.livechat-girl {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: fixed;
    bottom: 0;
    right: 40px;
    opacity: 0;
    -webkit-box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .3);
    box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .3);
    z-index: 700;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    cursor: pointer;
    -webkit-transition: all 1s cubic-bezier(.86, 0, .07, 1);
    transition: all 1s cubic-bezier(.86, 0, .07, 1)
}

.livechat-girl:focus {
    outline: 0
}

.livechat-girl.animated {
    opacity: 1;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px)
}

.livechat-girl:after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-image: linear-gradient(to bottom, #26c7fc, #26c7fc);
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 50
}

.livechat-girl .girl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 50
}

.livechat-girl .animated-circles .circle {
    background: rgba(38, 199, 252, .25);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    z-index: 49;
    transform: scale(1);
    -webkit-transform: scale(1)
}

.livechat-girl .animated-circles.animated .c-1 {
    animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards
}

.livechat-girl .animated-circles.animated .c-2 {
    animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards
}

.livechat-girl .animated-circles.animated .c-3 {
    animation: 3s scaleToggleThree cubic-bezier(.25, .46, .45, .94) forwards
}

.livechat-girl.animation-stopped .circle {
    opacity: 0!important
}

.livechat-girl.animation-stopped .circle {
    opacity: 0!important
}

.livechat-girl .livechat-hint {
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -20px;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all .3s cubic-bezier(.86, 0, .07, 1);
    transition: all .3s cubic-bezier(.86, 0, .07, 1)
}

.livechat-girl .livechat-hint.show_hint {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 1
}

.livechat-girl .livechat-hint.hide_hint {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.livechat-girl .livechat-hint.rd-notice-tooltip {
    max-width: 1296px!important
}

.livechat-girl .livechat-hint.rd-notice-tooltip .rd-notice-content {
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis
}
.side-contact p{ border-bottom: 1px dashed #cccccc;
    font-size: 14px;
    line-height: 25px;
    }
.side-contact p:hover{border-bottom: 1px dashed #3487d5;}
.side-contact p:nth-child(1) { font-size: 18px; color: #3487d5;}

@media only screen and (max-width:1599px) {
    .livechat-girl .livechat-hint.rd-notice-tooltip {
        max-width: 1060px!important
    }
}

@media only screen and (max-width:1309px) {
    .livechat-girl .livechat-hint.rd-notice-tooltip {
        max-width: 984px!important
    }
}

@media only screen and (max-width:1124px) {
    .livechat-girl .livechat-hint.rd-notice-tooltip {
        max-width: 600px!important
    }
}

.rd-notice-tooltip {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    font-size: 14px;
    border-radius: 3px;
    line-height: 1.25;
    position: absolute;
    z-index: 65;
    max-width: 350px;
    opacity: 1
}

.rd-notice-tooltip:after {
    position: absolute;
    display: block;
    content: '';
    height: 20px;
    width: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 50
}

.rd-notice-tooltip .rd-notice-content {
    background: 0;
    border-radius: 3px;
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 60;
    padding: 20px;
    font-weight: 400;
    line-height: 1.45
}

.rd-notice-type-success {
    background-color: #1f6eb1;
    -webkit-box-shadow: 0 5px 10px 0 rgba(38, 199, 252, .2);
    box-shadow: 0 5px 10px 0 rgba(38, 199, 252, .2)
}

.rd-notice-type-success .rd-notice-content {
    background-color:#1f6eb1
}

.rd-notice-type-success:after {
    background-color:#1f6eb1;
    -webkit-box-shadow: 0 5px 10px 0 rgba(38, 199, 252, .2);
    box-shadow: 0 5px 10px 0 rgba(38, 199, 252, .2)
}

.rd-notice-position-left {
    margin-left: -20px
}

.rd-notice-position-left:after {
    right: -6px;
    top: 50%;
    margin-top: -10px
}

.rd-notice-tooltip.single-line .rd-notice-content {
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    white-space: nowrap
}

.foot1 {
    background-color: #525252;
    width: 100%;
}

.foot1 .fb_b {
    padding: 10px 0 30px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
}

.foot1 .fb_b a {
    color: #ffffff;
}

.foot2 {
    background-color: #525252;
    width: 100%;
    padding: 40px 0 30px;
    color: #ffffff;
    font-size: 12px;
}

.foot2 ul li {
    float: left;
    width: 29%;
    margin-right: 3%;
    background: #555555;
    padding: 10px 1%;
}

.foot2 ul li:nth-child(3n) {
    margin-right: 0px;
}

.foot2 ul li .icon {
    width: 50px;
    height: 50px;
    float: left;
}

.foot2 ul li.f1 .icon {
    background: url("../images/f_icon1.png")/*tpa=http://www.zhajiangbengc.com/skin/images/f_icon1.png*/ top center no-repeat;
}

.foot2 ul li.f2 .icon {
    background: url("../images/f_icon2.png")/*tpa=http://www.zhajiangbengc.com/skin/images/f_icon2.png*/ top center no-repeat;
}

.foot2 ul li.f3 .icon {
    background: url("../images/f_icon3.png")/*tpa=http://www.zhajiangbengc.com/skin/images/f_icon3.png*/ top center no-repeat;
}

.foot2 ul li .wz {
    float: left;
    width: 80%;
}

.foot2 ul li .wz p {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.foot2 ul li .wz span {
    display: block;
    font-size: 12px;
    color: #fff;
    padding-top: 10px;
    height: 35px;
    overflow: hidden;
}

.foot2 ul li:hover {
    background: #1f6eb1;
}


/*网站客服*/

.kfleft {
    z-index: 998;
    top: 10%;
    width: 155px;
    height: 426px;
    background-image: url("../kf/fuchuanglefts.png")/*tpa=http://www.zhajiangbengc.com/skin/kf/fuchuanglefts.png*/;
    display: block;
    position: fixed;
    left: 0;
}

.f1 {
    margin-top: 20px;
    cursor: pointer;
}

.f2 {
    margin-top: 20px;
    cursor: pointer;
}

.f3 {
    margin-top: 20px;
    cursor: pointer;
}

.close {
    width: 24px;
    height: 200px;
    float: left;
    cursor: pointer;
}

.fr1 {
    float: right;
    margin-top: 15px;
    cursor: pointer;
}

.fr2 {
    float: right;
    margin-top: 20px;
    cursor: pointer;
}

.fr3 {
    float: right;
    margin-top: 22px;
    cursor: pointer;
}

.scrollsidebar {
    z-index: 999;
    top: 10%;
    display: block;
    position: fixed;
    right: 0;
    bottom: 50%;
}

.side_content {
    width: 158px;
    height: 468px;
    overflow: hidden;
    float: left;
    background-image: url("../kf/fuchuangrights.png")/*tpa=http://www.zhajiangbengc.com/skin/kf/fuchuangrights.png*/;
    background-position: right 0%;
    background-repeat: no-repeat;
}

.side_content .side_list {
    width: 158px;
    overflow: hidden;
}

.show_btn {
    width: 40;
    height: 182px;
    overflow: hidden;
    display: none;
    margin-top: 200px;
    float: left;
    cursor: pointer;
    display: block;
    position: fixed;
    right: 0;
    bottom: 50%;
    z-index: 998;
}

.side_title {
    display: none;
}


/*悬浮链接*/

.suspension {
    position: fixed;
    z-index: 999999999;
    right: 0;
    bottom: 120px;
    width: 70px;
    height: 240px;
}

.suspension-box {
    position: relative;
    float: right;
}

.suspension .a {
    display: block;
    width: 55px;
    height: 40px;
    padding: 10px 0 5px;
    background-color: #1f6eb1;
    margin-bottom: 4px;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    text-align: center;
    border-radius: 2px;
}

.suspension .a.active,
.suspension .a:hover {
    background: #1f6eb1;
}

.suspension .a .i {
    display: inline-block;
    width: 44px;
    height: 44px;
    background-image: url("../images/side_icon.png")/*tpa=http://www.zhajiangbengc.com/skin/images/side_icon.png*/;
    background-repeat: no-repeat;
}

.suspension .a-service .i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../images/suspension-bg.png")/*tpa=http://www.zhajiangbengc.com/skin/images/suspension-bg.png*/;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.suspension .a span {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding-top: 4px;
}

.suspension .a-service-phone .i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../images/suspension-bg.png")/*tpa=http://www.zhajiangbengc.com/skin/images/suspension-bg.png*/;
    background-repeat: no-repeat;
    background-position: -27px 0;
}

.suspension .a-qrcode .i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: -56px -12px;
}

.suspension .a-cart .i {
    background-position: -88px 0;
}

.suspension .a-top .i {
    background-position: -132px 0;
}

.suspension .a-top {
    background: #D2D3D6;
    display: none;
}

.suspension .a-top:hover {
    background: #c0c1c3;
}

.suspension .d {
    display: none;
    width: 260px;
    background: #fff;
    position: absolute;
    right: 67px;
    border: 1px solid #E0E1E5;
    border-radius: 3px;
    box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}

.suspension .d .arrow {
    position: absolute;
    width: 8px;
    height: 12px;
    /*background:url(../images/side_bg_arrow.png) no-repeat;*/
    right: -8px;
    top: 31px;
}

.qrcode-img img {
    width: 150px;
    margin: 0 auto;
}

.suspension .d-service {
    top: 0;
}

.suspension .d-service-phone {
    top: 50px;
}

.suspension .d-qrcode {
    top: 78px;
}

.suspension .d .inner-box {
    padding: 8px 22px;
}

.suspension .d-service-item {
    padding: 4px 0;
}

.suspension .d-service .d-service-item {
    border-bottom: none;
}

.suspension .d-service-item .circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: #F1F1F3;
    display: block;
    float: left;
}

.suspension .d-service-item .i-qq {
    width: 44px;
    height: 44px;
    background: url("../images/side_con_icon03.png")/*tpa=http://www.zhajiangbengc.com/skin/images/side_con_icon03.png*/ no-repeat center 15px;
    display: block;
    transition: all .2s;
    border-radius: 50%;
    overflow: hidden;
}

.suspension .d-service-item:hover .i-qq {
    background-position: center 3px;
}

.suspension .d-service-item .i-tel {
    width: 44px;
    height: 44px;
    background: url("../images/side_con_icon02.png")/*tpa=http://www.zhajiangbengc.com/skin/images/side_con_icon02.png*/ no-repeat center center;
    display: block;
}

.suspension .d-service-item p {
    float: left;
    width: 150px;
    line-height: 22px;
    font-size: 15px;
}

.suspension .d-service .d-service-item p {
    float: left;
    width: 112px;
    line-height: 44px;
    font-size: 15px;
    margin-left: 12px;
}

.suspension .d-service-item .text {
    float: left;
    width: 150px;
    line-height: 22px;
    font-size: 15px;
    margin-left: 12px;
}

.suspension .d-service-item .text .number {
    font-family: Arial, "Microsoft Yahei", "HanHei SC", PingHei, "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.suspension .d-service-intro {
    padding-top: 10px;
}

.suspension .d-service-intro p {
    float: left;
    line-height: 27px;
    font-size: 12px;
    width: 50%;
    white-space: nowrap;
    color: #888;
}

.suspension .d-service-intro i {
    background: url("../images/side_con_icon01.png")/*tpa=http://www.zhajiangbengc.com/skin/images/side_con_icon01.png*/ no-repeat center center;
    height: 27px;
    width: 14px;
    margin-right: 5px;
    vertical-align: top;
    display: inline-block;
}

.suspension .d-qrcode {
    text-align: center;
    width: 160px;
}

.suspension .d-qrcode .inner-box {
    padding: 10px 0;
}

.suspension .d-qrcode p {
    font-size: 14px;
    color: #999;
    padding-top: 5px;
}


/*-------------------内页开始-------------------*/

.sub_address {
    height: 70px;
    background: url("../images/sub_address_bj.jpg")/*tpa=http://www.zhajiangbengc.com/skin/img/sub_address_bj.jpg*/ repeat-x left bottom;
    margin-bottom: 10px;
}

.sub_lm_all {
    width: 1230px;
    margin: 0 auto;
    height: 70px;
    line-height: 70px;
    color: #666666;
}

.sub_lm_all span {
    display: block;
}

.sub_lm_all span:nth-child(1) {
    position: relative;
    font-size: 24px;
    color: #282828;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
    padding-left: 20px;
}

.sub_lm_all span:nth-child(1):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 30px;
    background: #1f6eb1;
}

.sub_lm_all span:nth-child(2) i {
    display: block;
    background: url("../images/home.png")/*tpa=http://www.zhajiangbengc.com/skin/img/home.png*/ no-repeat left top;
    width: 17px;
    height: 17px;
    float: left;
    margin: 27px 5px 0 0;
}

.sub_lm_all a:hover {
    color: #1f6eb1;
}

.ny_tjcp {
    width: 100%;
    padding: 40px 0;
}

.ny_tjcp .product {
    padding: 0;
}

.ny_tjcp .product .bd {
    width: 100%;
    margin: 0 auto 30px;
}

.ny_tjcp .product .bd li {
    background: none;
}

.ny_tjcp .product .bd li .name span {
    color: #fff;
    display: block;
    background: url("../images/product-line.png")/*tpa=http://www.zhajiangbengc.com/skin/images/product-line.png*/ no-repeat;
    background-position: center bottom;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    padding: 0 10px 12px;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ny_banner {
    width: 100%;
    overflow: hidden;
}

.ny_banner .slideshow {
    height: 310px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block;
}

#tool {
    display: none;
}
.pro_namem{ display: none;}

@media (max-width: 1199px) and (min-width: 1001px) {
    .ny_banner .slideshow {
        height: 320px;
    }
}

@media screen and (max-width: 1000px) {
    .ny_banner .slideshow {
        height: 280px;
    }
}

@media screen and (max-width: 760px) {
    .ny_banner .slideshow {
        height: 170px;
        margin-top: 0rem;
    }
}

@media screen and (max-width: 480px) {
    .ny_banner .slideshow {
        height: 126px;
    background-size: 200%;
    }
}

.ny_tlt1 {
    width: 100%;
    margin-bottom: 30px;
}

.ny_tlt1 p {
    font-size: 24px;
    color: #1f6eb1;
    text-align: center;
}

.ny_tlt1 span {
    display: block;
    font-size: 14px;
    font-weight: lighter;
    color: #999;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.ny_news_con2 .about_wz {
    width: 100%;
    font-size: 13px;
    line-height: 30px;
    color: #555;
}

.ny_zycp {
    background: #f1f1f1;
    padding: 20px 15px;
    margin-bottom: 25px;
    margin-top: 20px;
}

.h_products-nav {
    float: left;
    width: 260px;
    border: 1px solid #efefef;
    background: #f3f3f3;
}

.h_products-nav-tit {
    text-align: center;
    overflow: hidden;
    line-height: 70px;
    color: #fff;
    background: #1f6eb1;
    font-size: 30px;
    border-radius: 15px 15px 0px 0px;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    width: 100%;
    height: 70px;
}

.h_products-nav ul li {
    width: 100%;
    height: 54px;
    background-color: #f0f0f0;
    line-height: 54px;
    border-bottom: 1px solid #FFFFFF;
    position: relative;
    background-image: url("../images/ib.png")/*tpa=http://www.zhajiangbengc.com/skin/images/ib.png*/;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 230px;
}

.h_products-nav ul li a {
    display: block;
    padding-left: 20px;
    color: #3a434c;
}

.h_products-nav ul li:hover {
    background-color: #296dac;
    background-image: url("../images/iw.png")/*tpa=http://www.zhajiangbengc.com/skin/images/iw.png*/;
}

.h_products-nav ul li:hover a {
    color: #FFFFFF;
}

.h_products-nav ul li.active {
    background-color: #296dac;
    background-image: url("../images/iw.png")/*tpa=http://www.zhajiangbengc.com/skin/images/iw.png*/;
}

.h_products-nav ul li.active a {
    color: #FFFFFF;
}

.h_products_pr {
    width: 940px;
    float: right;
}


/*内页产品分类*/

.product-category {
    float: left;
    width: 260px;
}

.product-nav {
    width: 100%;
    border: 1px solid #efefef;
    background: #f3f3f3;
}

.product-nav-tit {
    text-align: center;
    overflow: hidden;
    line-height: 70px;
    color: #fff;
    background: #1f6eb1;
    font-size: 30px;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    width: 100%;
    height: 70px;
}

.product-nav ul li {
    width: 100%;
    height: 54px;
    background-color: #f0f0f0;
    line-height: 54px;
    border-bottom: 1px solid #FFFFFF;
    position: relative;
    background-image: url("../images/ib.png")/*tpa=http://www.zhajiangbengc.com/skin/images/ib.png*/;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 230px;
}

.product-nav ul li a {
    display: block;
    padding-left: 20px;
    color: #3a434c;
}

.product-nav ul li:hover {
    background-color: #296dac;
    background-image: url("../images/iw.png")/*tpa=http://www.zhajiangbengc.com/skin/images/iw.png*/;
}

.product-nav ul li:hover a {
    color: #FFFFFF;
}

.product-nav ul li.active {
    background-color: #296dac;
    background-image: url("../images/iw.png")/*tpa=http://www.zhajiangbengc.com/skin/images/iw.png*/;
}

.product-nav ul li.active a {
    color: #FFFFFF;
}

.side-contact {
    margin-top: 20px;
    color: #575757;
    font-size: 12px;
    line-height: 30px;
}

.side-contact img {
    width: 100%;
    display: block;
}

.side-title {
    font-size: 18px;
    font-weight: bold;
    color: #3487d5;
    border-bottom: 1px solid #dddddd;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.side-title:after {
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 3px;
    background-color: #296dac;
    bottom: -2px;
}

.side-title span {
    color: #999999;
    font-size: 12px;
    font-weight: normal;
    margin-left: 10px;
}

.side-contact img {
    margin-bottom: 15px;
}

.product-news {
    margin-top: 20px;
    width: 100%;
}

.product-news-tit {
    font-size: 18px;
    font-weight: bold;
    color: #3487d5;
    border-bottom: 1px solid #dddddd;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.product-news-tit:after {
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 3px;
    background-color: #296dac;
    bottom: -2px;
}

.product-news ul li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #cccccc;
}

.product-news ul li a {
    display: block;
    color: #3a434c;
}

.product-news ul li:hover {
    border-bottom: 1px dashed #296dac;
}

.product-news ul li:hover a {
    color: #296dac;
}

.product-news ul li.active {
    border-bottom: 1px dashed #296dac;
}

.product-news ul li.active a {
    color: #296dac;
}

.syFocusThumb .prev {
    display: inline-block;
    vertical-align: middle;
    width: 10%;
    height: 40px;
    background-repeat: no-repeat;
    background-color: #fff;
    background-image: url("../images/pre.png")/*tpa=http://www.zhajiangbengc.com/skin/images/pre.png*/;
    background-position: center center;
    background-size: initial;
    border-right: 1px solid #f1f1f1;
}

.syFocusThumb .next {
    display: inline-block;
    vertical-align: middle;
    width: 10%;
    height: 40px;
    background-repeat: no-repeat;
    background-color: #fff;
    background-image: url("../images/next.png")/*tpa=http://www.zhajiangbengc.com/skin/images/next.png*/;
    background-position: center center;
    background-size: initial;
    border-left: 1px solid #f1f1f1;
}

.syFocusThumb {
    POSITION: relative;
    WIDTH: 100%;
    margin: 20px auto;
    padding-top: 60px;
}

.pagination {
    POSITION: absolute;
    TEXT-ALIGN: left;
    CLEAR: both;
    TOP: 0;
    LEFT: 0px;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 20px 0px #eaeaea;
    overflow: hidden;
}

.thumbWrap {
    POSITION: absolute;
    WIDTH: 80%;
    OVERFLOW: hidden;
    TOP: 0;
    LEFT: 10%;
}

.holder {
    WIDTH: 4000px
}

.holder I {
    CURSOR: pointer;
    font-style: normal;
    display: inline-block;
    width: 80px;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    position: relative;
    padding: 0 5px;
    vertical-align: top;
    border-radius: 0 4px 0 4px;
    overflow: hidden;
    margin: 0 2px;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.holder I:first-child {
    width: 50px;
}

.prev {
    POSITION: absolute;
    WIDTH: 10%;
    TOP: 0;
    CURSOR: pointer;
    LEFT: 0
}

.next {
    POSITION: absolute;
    WIDTH: 10%;
    TOP: 0;
    CURSOR: pointer;
    RIGHT: 0;
}

.pagination I.selected {
    background-color: #ffb440;
    color: #fff;
}

.pagination I.selected a {
    color: #ffffff;
}

.sliderwrapper {
    width: 100%;
    padding-left: 5px;
    text-align: left;
}

.toc {}

.toc a {
    color: #1f6eb1;
}

.contentdiv {
    font-size: 0;
    margin: 0 10px;
}

.contentdiv:first-child {
    display: none !important;
}

.contentdiv a {
    text-align: center;
    border-radius: 2px;
    display: inline-block;
    vertical-align: top;
    padding: 8px 2%;
    color: #76838f;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    width: 8%;
    transition-duration: .3s;
    -ms-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    background: #f1f1f1;
    margin: 10px 5px 0 0;
}

.contentdiv a:hover {
    background: #afafaf;
    color: #fff;
}

.hidebtn {
    float: right;
    display: block;
    width: 80px;
    height: 20px;
    line-height: 20px;
    box-shadow: 0px 0px 20px 0px #eaeaea;
    background: #dedede;
    margin: 0 auto 20px;
    font-size: 12px;
    color: #555;
    text-align: center;
    cursor: pointer;
}

.ny_content_wrap {
    background: #ffffff;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom:20px;
}

.ny_content {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.ny_content .content_right {
    float: right;
    width: 100%;
}

.ny_content .content_right2 {
    float: none;
    width: 100%;
    padding: 0;
    padding-bottom: 30px;
}

.ny_content .content_right .bread_nav {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.ny_content .content_right .bread_nav div {
    width: 100%;
    text-align: left;
    color: #777;
    overflow: hidden;
    font-size: 12px;
}

.ny_content .content_right .bread_nav div>em {
    display: inline-block;
    width: 25px;
    height: 40px;
    background: url("../images/dw.png")/*tpa=http://www.zhajiangbengc.com/skin/images/dw.png*/ center center no-repeat;
    vertical-align: top;
}

.ny_content .content_right .bread_nav div a {
    color: #555;
}

.ny_content .content_right .bread_nav div a:hover {
    color: #0256ac
}

.ny_content .content_right .conn {
    color: #555;
    font-size: 16px;
    line-height: 28px;
    z-index: 1;
    position: relative;
    float: right;
    width: 940px;
}

.ny_content .ny_news_con2 {
    min-height: 300px;
}

.ny_content .content_right .conn .ny_news_con img,
.ny_content .content_right .conn .ny_news_con table,
.ny_content .content_right .conn .ny_news_con tr,
.ny_content .content_right .conn .ny_news_con td,
.ny_content .content_right .conn .ny_news_con p,
.ny_content .content_right .conn .ny_news_con span,
.ny_content .content_right .conn .ny_news_con div,
.ny_content .content_right .conn .ny_news_con video,
.ny_content .content_right .conn .ny_news_con embed {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    white-space: normal;
    word-break: break-all;
}


/*内页产品展示*/

.ny_products {
    width: 100%;
}

.ny_products .pro_bd {}

.ny_products .pro_bd ul li {
    float: left;
    width: 300px;
    margin-right: 20px;
    height: 270px;
}

.ny_products .pro_bd ul li:nth-child(3n) {
    margin-right: 0px;
}

.ny_products .pro_bd ul li>div {
    display: block;
    background: #fff;
    position: relative;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 6px 0px rgba(127, 127, 127, 0.30);
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.ny_products .pro_bd ul li a .pro_img {
    text-align: center;
    width: 100%;
    height: 218px;
    background: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}

.ny_products .pro_bd ul li a .pro_img img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.ny_products .pro_bd ul li a .pro_img .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.ny_products .pro_bd ul li a p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #1f6eb1;
}

.ny_products .pro_bd ul li:hover>div {
    margin-top: -5px;
    box-shadow: 0px 5px 10px 5px #e1dddd;
}

.ny_products .pro_bd ul li a:nth-child(2) {
    width: 64%;
    float: left;
}

.ny_products .pro_bd ul li a:nth-child(3) {
    width: 36%;
    float: right;
    background-color: #f5ad35;
}

.ny_products .pro_bd ul li a:nth-child(3) p {
    background-color: #f5ad35;
}

.ny_products .pro_bd ul li:hover a:nth-child(3) p {
    background-color: #f00;
}


/*内页相关文章*/

.ny_tlt2 {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.ny_tlt2 p {
    float: left;
    font-size: 18px;
    color: #1f6eb1;
    text-align: left;
    padding-right: 20px;
    padding-left: 10px;
    font-weight: bold;
}

.ny_tlt2:before {
    content: '';
    width: 2px;
    height: 17px;
    background: #1f6eb1;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
}

.ny_xgwz {
    background: #ffffff;
    padding: 20px 0;
}

.ny_xgwz ul li {
    float: left;
    width: 49%;
    margin-bottom: 10px;
    position: relative;
    background: #f1f1f1;
}

.ny_xgwz ul li a {
    display: block;
    float: left;
    width: 68%;
    padding: 5px 0 5px 5%;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    color: #666;
}

.ny_xgwz ul li span {
    display: block;
    float: right;
    width: 20%;
    color: #999;
    text-align: right;
    padding: 5px 5% 0 0;
}

.ny_xgwz ul li:nth-child(odd) {
    float: left;
}

.ny_xgwz ul li:nth-child(even) {
    float: right;
}

.ny_xgwz ul li:before {
    content: '';
    width: 10px;
    height: 1px;
    background: #1f6eb1;
    position: absolute;
    left: 10px;
    top: 50%;
}

.ny_xgwz ul li:hover {
    background: #1f6eb1;
    color: #fff
}

.ny_xgwz ul li:hover:before {
    background: #ffffff;
}

.ny_xgwz ul li:hover a,
.ny_xgwz ul li:hover span {
    color: #ffffff;
}


/*内页新闻列表*/

.new_inside {
    width: 100%;
}

.new_inside ul {
    width: 100%;
    padding: 0;
}

.new_inside ul li {
    margin-bottom: 20px;
    position: relative;
}

.new_inside ul li .news_wrap {
    display: block;
    background: #ffffff;
    padding: 24px;
    position: relative;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    box-shadow: 0px 0px 6px 0px rgba(127, 127, 127, 0.10);
    border-bottom: 1px dotted #dedede;
}

.new_inside ul li .news_time {
    position: absolute;
    left: 24px;
    top: 24px;
    width: 90px;
    text-align: center;
    background: #f1f1f1;
    overflow: hidden;
}

.new_inside ul li .news_time p {
    font-size: 24px;
    font-weight: bold;
    color: #1f6eb1;
    height: 48px;
    line-height: 48px;
}

.new_inside ul li .news_time span {
    font-size: 14px;
    color: #fff;
    display: block;
    background: #1f6eb1;
}

.new_inside ul li .news_con {
    padding-left: 120px;
}

.new_inside ul li .news_con p {
    font-size: 15px;
    font-weight: bold;
    color: #1f6eb1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new_inside ul li .news_con span {
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 22px;
    padding-top: 5px;
    height: 45px;
    overflow: hidden;
}

.new_inside ul li .news_wrap:hover {
    transform: rotateX(360deg);
    background: #1f6eb1;
}

.new_inside ul li .news_wrap:hover p a,
.new_inside ul li .news_wrap:hover span {
    color: #fff;
}

.new_inside ul li .news_wrap:hover .news_time p {
    color: #1f6eb1;
}

.article_inside {
    width: 100%;
}

.article_inside ul {
    width: 100%;
    padding: 0;
}

.article_inside ul li {
    margin-bottom: 20px;
}

.article_inside ul li .news_wrap {
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 24px;
    position: relative;
    box-shadow: 0px 0px 20px 0px #eaeaea;
}

.article_inside ul li .news_time {
    position: absolute;
    left: 24px;
    top: 24px;
    width: 90px;
    text-align: center;
    padding: 10px 0;
    overflow: hidden;
    border-radius: 4px 0 4px 0;
}

.article_inside ul li .news_time p {
    font-size: 24px;
    font-weight: bold;
    color: #1f6eb1;
    padding-bottom: 5px;
    position: relative;
}

.article_inside ul li .news_time p:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    background: #1f6eb1;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
}

.article_inside ul li .news_time span {
    font-size: 16px;
    color: #1f6eb1;
}

.article_inside ul li .news_con {
    padding-left: 110px;
}

.article_inside ul li .news_con p {
    font-size: 15px;
    font-weight: bold;
    color: #1f6eb1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article_inside ul li .news_con span {
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 22px;
    padding-top: 5px;
    height: 45px;
    overflow: hidden;
}

.article_inside ul li .news_wrap:hover {
    background: #1f6eb1;
}

.article_inside ul li .news_wrap:hover p {
    color: #fff
}

.article_inside ul li .news_wrap:hover p a {
    color: #fff
}

.article_inside ul li .news_wrap:hover span {
    color: #fff
}

.article_inside ul li .news_wrap:hover p:after {
    background: #ffffff;
}

.down_inside {
    width: 100%;
}

.down_inside ul {
    width: 100%;
    padding: 0;
}

.down_inside ul li {
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
    background: #ffffff;
    padding: 15px;
    box-shadow: 0px 0px 20px 0px #eaeaea;
    width: 28%;
    margin-right: 3%;
}

.down_inside ul li:nth-child(3n) {
    margin-right: 0px;
}

.navm {
    display: none;
}

.down_inside ul li .news_con {}

.down_inside ul li .news_con p {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #dedede;
    margin-bottom: 15px;
}

.down_inside ul li .news_con p a {
    display: block;
    width: 65%;
    float: left;
    height: 40px;
    line-height: 40px;
    color: #333;
    font-weight: bold;
}

.down_inside ul li .news_con p span {
    display: block;
    width: 30%;
    float: right;
    height: 40px;
    line-height: 40px;
    text-align: right;
    color: #999;
}

.down_inside ul li .news_con a.xz {
    display: block;
    width: 120px;
    height: 40px;
    background: #1f6eb1;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 2px;
    margin: 0 auto;
}

.down_inside ul li:hover {
    background: #1f6eb1;
}

.down_inside ul li:hover .news_con p a {
    color: #fff
}

.down_inside ul li:hover p span {
    color: #fff
}

.down_inside ul li:hover a.xz {
    background: #fff;
    color: #1f6eb1;
}

.down_btn a {
    display: block;
    width: 160px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background: #1f6eb1;
    line-height: 40px;
    text-align: center;
    margin: 40px auto 0;
    border-radius: 2px;
}

.down_btn a:hover {
    background: #1f6eb1;
}

.ny_content .content_right .conn .ny_news_tlt {
    text-align: center;
    font-size: 20px;
    color: #555;
    padding: 10px 0;
}

.ny_news_time {
    text-align: center;
    font-size: 12px;
    color: #999;
    padding-bottom: 10px;
    border-bottom: 1px dashed #dedede;
    margin-bottom: 10px;
}

.ny_news_ye {
    padding-top: 30px;
}

.ny_news_ye p {
    height: 35px;
    line-height: 35px;
    background: #f1f1f1;
    margin-bottom: 10px;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_left .show_menu {
    width: 100%;
}

.page_list {
    margin-bottom: 30px;
}

.ly_msg h3 {
    display: none;
}

.content_right .conn .pro_name {
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    color: #1f6eb1;
    margin-bottom: 10px;
}

.content_right .conn .proshow1 {
    padding-top: 40px;
    position: relative;
    padding-bottom: 20px;
    background: #ffffff;
}

.content_right .conn .proshow1 .js-silder {
    float: left;
    width: 45%;
    margin-top: 0 !important;
    background: #ffffff;
}

.proshow1 .js-silder .silder-main-img {
    width: 100%;
    text-align: center;
    height: 400px;
}

.proshow1 .js-silder .silder-main-img img {
    max-width: 80% !important;
    max-height: 100%;
    vertical-align: middle
}

.proshow1 .js-silder .silder-main-img .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.proshow1 .prodesc p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}

.proshow1 .prodesc p.bt {
    font-size: 20px;
    font-weight: normal;
    color: #b5b5b5;
}

.content_right .conn .proshow1 .prodesc {
    float: right;
    width: 51%;
}

.content_right .conn .proshow1 .prodesc p.desc {
    height: auto;
    overflow: hidden;
    color: #999;
}

.content_right .conn .proshow1 .pro_btn {
    padding-top: 30px;
    overflow: hidden;
}

.content_right .conn .proshow1 .pro_btn1 {
    display: block;
    width: 40%;
    margin-right: 20px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #1f6eb1;
    border-radius: 2px;
    float: left;
    border: 1px solid #fff;
}

.content_right .conn .proshow1 .pro_btn2 {
    display: block;
    width: 50%;
    margin-right: 0;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    background: #7b7b7b;
    color: #fff;
    border-radius: 2px;
    float: left;
    border: 1px solid #fff;
}

.content_right .conn .proshow1 .pro_btn2 em {
}

.content_right .conn .proshow1 .pro_btn1:hover {
    background: #fff;
    border: 1px solid #1f6eb1;
    color: #1f6eb1;
}

.content_right .conn .proshow1 .pro_btn2:hover {
    background: #fff;
    border: 1px solid #7b7b7b;
    color: #7b7b7b;
}

.content_right .conn .xgcp li {
    float: left;
    width: 30%;
    margin-right: 4.5%;
    margin-bottom: 30px;
    height: 320px;
}

.content_right .conn .xgcp li:nth-child(3n) {
    margin-right: 0px;
}

.content_right .conn .xgcp li>div {
    display: block;
    background: #fff;
    padding-bottom: 10px;
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 6px 0px rgba(127, 127, 127, 0.30);
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.content_right .conn .xgcp li a .pro_img {
    text-align: center;
    width: 100%;
    height: 230px;
    background: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}

.content_right .conn .xgcp li a .pro_img img {
    vertical-align: middle;
    max-width: 95%;
    max-height: 95%;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.content_right .conn .xgcp li a .pro_img .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.content_right .conn .xgcp li a p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_right .conn .xgcp li a p:after {
    content: '';
    display: block;
    width: 90%;
    height: 2px;
    margin: -5px auto 0;
    background: #1f6eb1;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.content_right .conn .xgcp li:hover>div {
    margin-top: -5px;
    box-shadow: 0px 5px 10px 5px #e1dddd;
}

.list_zx {
    display: block;
    width: 90%;
    height: 30px;
    margin: 5px auto;
}

.list_zx a {
    display: block;
    width: 90px;
    margin: 0 1%;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    font-size: 10px;
    color: #fff;
    text-align: center;
}

.list_zx a:nth-child(1) {
    background: #1f6eb1;
    float: left;
}

.list_zx a:nth-child(2) {
    background: #f5ad35;
    float: right;
}

.tags_title {
    border-bottom: 1px solid #DDD;
    margin: 0 0 30px;
}

.tags_title span {
    width: 80px;
    padding: 0 15px;
    font-size: 16px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    margin-bottom: -1px;
    background: #f8f8f8;
    color: #333;
    display: block;
    margin-left: 5px;
    border: 1px solid #DDD;
    border-bottom: 1px solid #f8f8f8;
    font-weight: bold;
}

.proshow2 {
    padding-top: 20px;
}

.proshow2 .prodetail_con {
    float: right;
    width: 100%;
}

.proshow2 .prodetail_con .tags_title {
    margin: 0;
}

.proshow2 .prodetail_con .content {
    padding: 30px 0;
}

.proshow2 .prodetail_con .content img {
    max-width: 80%;
    height: auto !important;
}

.contact .tags_title {}

.contact .tags_title span {
    float: left;
    width: auto;
    cursor: pointer;
}

.contact .tags_title span.ron {
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
    border-bottom: 1px solid #DDD;
    color: #666;
    font-weight: normal;
}

.contact .content2 {
    display: none;
}

.contact .content1 ul {}

.contact .content1 ul li {
    float: left;
    width: 27%;
    margin: 10px;
    border: 1px solid #DDD;
    background: #ffffff;
    border-radius: 15px;
    padding: 2%;
}

.contact .content1 ul li:hover {
    background: #f8f8f8;
}

.contact .content1 ul li:nth-child(3n) {
    margin-right: 0;
}

.contact .content1 ul li a {
    display: block;
}

.contact .content1 ul li.lx1 em {
    background: url("../images/contact_tel.png")/*tpa=http://www.zhajiangbengc.com/skin/images/contact_tel.png*/ center center no-repeat;
    display: block;
    width: 200px;
    height: 200px;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin: 10px auto;
}

.contact .content1 ul li.lx2 em {
    background: url("../images/contact_email.png")/*tpa=http://www.zhajiangbengc.com/skin/images/contact_email.png*/ center center no-repeat;
    display: block;
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin: 10px auto;
}

.contact .content1 ul li.lx3 em {
    background: url("../images/contact_address.png")/*tpa=http://www.zhajiangbengc.com/skin/images/contact_address.png*/ center center no-repeat;
    -webkit-animation: bounce-up 1.4s linear infinite;
    animation: bounce-up 1.4s linear infinite;
    display: block;
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin: 10px auto;
}

.contact .content1 ul li .wz {
    float: left;
    width: 100%;
}

.contact .content1 ul li .wz p {
    font-size: 16px;
}

.contact .content1 ul li .wz span {
    font-size: 16px;
}

.contact .content1 ul li .wz span a {
    font-size: 16px;
}

.lx_dz {
    width: 100%;
    overflow: hidden;
    margin: 50px auto 20px;
    padding: 0;
}

.lx_dz .dz_map {
    width: 97%;
    height: 370px;
    overflow: hidden;
    margin: 0 auto;
    padding: 1%;
    border: 1px solid #d9d9d9;
}

.lx_dz .dz_map iframe {
    width: 100%;
}

.lx_dz .dz_map iframe body {
    width: 100%;
}

.page_list {
    text-align: center;
    padding-top: 20px;
}

.page_list a {
    display: inline-block;
    padding: 0 10px;
    background: #ddd;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 5px;
    border-radius: 2px;
}

.page_list a:hover {
    background: #1f6eb1;
    color: #ffffff;
}

.page_list a.pnnum1 {
    background: #0256ac;
    color: #ffffff;
}

.page_list input {
    display: inline-block;
    padding: 0 5px;
    background: #1f6eb1;
    width: 40px !important;
    height: 30px !important;
    line-height: 30px;
    text-align: center;
    margin: 0 5px;
    color: #fff;
    cursor: pointer;
}

.page_list .p_input {
    display: inline-block;
    padding: 0 5px;
    background: #ddd;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 5px;
    color: #555;
    cursor: default;
}

.cpzx .ly_msg {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 20px;
    padding: 0;
}

.cpzx .ly_msg h3 {
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    margin: 0 auto;
    padding: 0;
    border-bottom: 1px solid #dfdfdf;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.cpzx .ly_msg ul {
    width: 100%;
    overflow: hidden;
    margin: 20px auto;
    padding: 0;
    /* box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;*/
}

.cpzx .ly_msg ul li {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 12px;
    padding: 0;
}

.cpzx .ly_msg ul li h4 {
    width: 17%;
    height: 34px;
    overflow: hidden;
    line-height: 34px;
    margin: 0;
    padding: 0 20px 0 0;
    color: #333;
    font-size: 14px;
    text-align: right;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cpzx .ly_msg ul li .msg_ipt1,
.ly_msg ul li .msg_tara {
    width: 83%;
    overflow: hidden;
    margin: 0;
    padding-right: 20px;
    background: url("../images/tb_img.png")/*tpa=http://www.zhajiangbengc.com/skin/images/tb_img.png*/ top right no-repeat;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cpzx .ly_msg ul li .msg_ipt1 {
    height: 34px;
}

.cpzx .ly_msg ul li .msg_tara {
    height: 118px;
}

.cpzx .msg_ipt1 input,
.msg_tara textarea {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 8px 15px;
    color: #666;
    font-size: 12px;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cpzx .msg_ipt1 input {
    height: 34px;
    line-height: 16px;
}

.cpzx .msg_tara textarea {
    height: 118px;
    line-height: 20px;
    resize: none;
}

.cpzx .ly_msg ul li .msg_ipt2 {
    width: 120px;
    height: 34px;
    overflow: hidden;
    margin-right: 10px;
    padding: 0;
    float: left;
}

.cpzx .msg_ipt2 input {
    display: block;
    width: 120px;
    height: 34px;
    overflow: hidden;
    line-height: 16px;
    margin: 0;
    padding: 8px 15px;
    color: #666;
    font-size: 12px;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cpzx .ly_msg ul li a.yzm_img {
    display: block;
    width: 90px;
    height: 34px;
    overflow: hidden;
    margin: 0;
    padding-right: 20px;
    background: url("../images/tb_img.png")/*tpa=http://www.zhajiangbengc.com/skin/images/tb_img.png*/ top right no-repeat;
    float: left;
}

.cpzx .ly_msg ul li .msg_btn {
    width: 83%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: left;
}

.cpzx .msg_btn input {
    display: block;
    width: 100px;
    height: 34px;
    overflow: hidden;
    line-height: 32px;
    margin: 20px 15px 0 0;
    padding: 0;
    background-color: #f0f0f0;
    color: #333;
    font-size: 13px;
    text-align: center;
    border: 1px solid #ccc;
    float: left;
}

.cpzx .ly_msg ul li .msg_ipt12 {
    width: 83%;
    height: 34px;
    overflow: hidden;
    margin: 0;
    padding-right: 20px;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cpzx .msg_ipt12 input {
    height: 34px;
    line-height: 16px;
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 8px 15px;
    color: #666;
    font-size: 12px;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cpzx .ly_msg ul li h4 {
    width: 10%;
    height: 45px;
    font-size: 12px;
}

.cpzx .ly_msg ul li .msg_ipt1,
.ly_msg ul li .msg_tara {
    width: 90%;
}

.cpzx .ly_msg ul li .msg_ipt1,
.ly_msg ul li .msg_tara {
    width: 90% !important;
}

.cpzx .ly_msg ul li .msg_ipt1 {
    height: 47px;
}

.cpzx .msg_ipt1 input {
    height: 45px;
    line-height: 45px;
}

.cpzx .ly_msg ul li .msg_ipt12 {
    width: 90% !important;
    height: 45px !important;
}

.cpzx .msg_ipt12 input {
    height: 45px;
}

.cpzx .ly_msg ul li .msg_ipt1 select {
    height: 45px !important;
}

.cpzx input {
    border-radius: 2px;
    border: 1px solid #fff !important;
    background: #f1f1f1;
}

.cpzx textarea {
    border-radius: 2px;
    border: 1px solid #fff !important;
    background: #f1f1f1;
}

.cpzx select {
    border-radius: 2px;
    border: none !important;
    background: #f1f1f1;
    outline: none;
    text-indent: 10px;
}

.cpzx input:focus,
.cpzx textarea:focus {
    border: 1px solid #dedede !important;
}

.cpzx .ly_msg ul li a.yzm_img img {
    height: 100% !important;
}

.cpzx .msg_btn input {
    width: 150px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
}

.cpzx .msg_btn input:first-child {
    background: #1f6eb1;
    color: #fff;
    outline: none;
}

.cpzx .msg_ipt2 input {
    height: 45px;
}

.cpzx .ly_msg ul li .msg_ipt2 {
    height: 45px;
}


/*productinfo css*/

#wrap {
    width: 1230px;
    margin: 0 auto;
    margin-bottom: 40px;
}

#proinfo_01 {
    width: 100%;
    margin: 0 auto;
}

#proinfo_l {
    width: 100%;
    float: left;
}

.bigImg {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.bigImg li {
    width: 100%;
    height: auto;
    border: 1px solid #f1f1f1;
}

.bigImg li img {
    width: 100%;
    height: 100%;
    display: block;
}

.smallImg {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 12px;
    overflow: hidden;
}

.smallImg li {
    width: 32.6%;
    height: auto;
    float: left;
    margin-right: 1%;
    position: relative;
    cursor: pointer;
}

.smallImg li:after {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    content: '';
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.smallImg li:last-child {
    margin-right: 0;
}

.smallImg li img {
    width: 100%;
    height: 100%;
}

.smallImg li.on:after {
    background: none;
}


/*屏幕电脑*/

@media (max-width:1199px) {
    .container {
        width: 95%;
    }
    #header .logo {
        width: 52%;
    }
    #header .logo img {
        max-height: 100%;
        max-width: 100%;
    }
    .logo_desc {
        width: 30%;
    }
    .index_search {
        display: none;
    }
    .search-box {
        width: 27%;
    }
    .search-box .input-search {
        width: 100%;
    }
    .search-box .input-search input {
        width: 95%;
        padding-left: 4%;
    }
    #nav {}
    .swiper-slide {
        height: 400px;
    }
    .h_news {
        width: 95%;
        padding: 30px 0 20px;
    }
    .h_news .news_bd {
        padding-top: 20px;
    }
    .h_products .pro_bd ul li {
        width: 30%;
    }
    .h_products .pro_bd ul li:nth-child(3n) {
        margin-right: 0px;
    }
    .h_products .pro_bd ul li:nth-child(4n) {
        margin-right: 3.5%;
    }
    .h_products .pro_bd ul li:nth-child(12n) {
        margin-right: 0;
    }
    .h_title {
        margin: 30px auto 20px;
    }
    .art_list ul li a {
        width: 65%;
    }
    .art_list ul li span {
        width: 25%;
    }
    .h_title h3 span {
        display: none;
    }
    .con_right_about {
        top: 60px;
        height: 190px;
    }
    .ny_content .content_right {
        width: 98%;
    }
    .ny_content .content_right2 {
        width: 98%;
    }
    .ny_products .pro_bd ul li {
        width: 30%;
    }
    .ny_products .pro_bd ul li a .pro_img {
        height: 300px;
    }
    .content_right .conn .xgcp li {
        width: 30%;
    }
    .content_right .conn .xgcp li a .pro_img {
        height: 300px;
    }
    #link {
        width: 96%;
    }
    .ny_content {
        width: 100%;
    }
    .contact .content1 ul li a .wz {
        width: 60%;
    }
    .silder-main {
        min-height: inherit;
    }
}


/*中等屏幕*/

@media (max-width:992px) {
    #header .logo {
        width: 65%;
    }
    .top_code {
        display: none;
    }
    .h_products .pro_bd ul li {
        width: 47%;
    }
    .h_products .pro_bd ul li:nth-child(2n) {
        margin-right: 0;
    }
    .h_products .pro_bd ul li:nth-child(3n) {
        margin-right: 4%;
    }
    .h_products .pro_bd ul li:nth-child(6n) {
        margin-right: 0;
    }
    .h_article {
        padding: 30px 0 0;
    }
    .h_article .art_l {
        float: none;
        width: 100%;
    }
    .h_article .art_r {
        float: none;
        width: 100%;
    }
    .h_title {
        margin: 20px auto 10px;
    }
    .h_article .art_l,
    .h_article .art_r {
        margin-bottom: 15px;
    }
    .suspension {
        display: block;
        height: auto;
    }
    .suspension .a-service {
        display: none;
    }
    .suspension .a-qrcode {
        display: none;
    }
    .suspension .a-service-phone {
        border-radius: 50%;
        width: 20px;
        height: 20px;
        padding: 10px;
        font-size: 0;
        background: #f1391f;
        color: #f1391f;
        box-shadow: 0px 0px 6px 0px rgb(241, 57, 31);
    }
    .suspension .a-service-phone i {}
    .suspension .a-service-phone:hover {
        background: #f1391f;
    }
    .suspension .a-service-phone span {
        display: none;
    }
    .suspension .a-top {
        border-radius: 50%;
        width: 20px;
        height: 20px;
        padding: 10px;
        font-size: 0;
    }
    .suspension .a-top .i {
        width: 20px;
        height: 20px;
        background-image: url("../images/suspension-bg.png")/*tpa=http://www.zhajiangbengc.com/skin/images/suspension-bg.png*/;
        background-position: -30px -24px;
    }
    .suspension .d-service-phone {
        display: none !important;
    }
    #KFRightScreen {
        display: none !important;
    }
    #KFCenterScreen {
        display: none !important;
    }
    #KFBoxTitle {
        display: none !important;
    }
    .custombox {
        display: none !important;
    }
    .foot2 ul li {
        width: 98%;
        float: none;
        margin-bottom: 15px;
        overflow: hidden;
    }
    .ny_products .pro_bd ul li {
        width: 47%;
    }
    .ny_products .pro_bd ul li:nth-child(2n) {
        margin-right: 0;
    }
    .ny_products .pro_bd ul li:nth-child(3n) {
        margin-right: 4%;
    }
    .ny_products .pro_bd ul li:nth-child(6n) {
        margin-right: 0;
    }
    .down_inside ul li {
        width: 45%;
        padding: 1%;
    }
    .down_inside ul li:nth-child(2n) {
        margin-right: 0;
    }
    .down_inside ul li:nth-child(3n) {
        margin-right: 3%;
    }
    .down_inside ul li:nth-child(6n) {
        margin-right: 0;
    }
    .page_list td span {
        display: none;
    }
    .page_list td #firstpage {
        display: none;
    }
    .page_list td #endpage {
        display: none;
    }
    .page_list a {
        margin-right: 5px;
    }
    .page_list {
        font-size: 0;
        color: #fff;
        margin-bottom: 0;
    }
    .page_list input {
        display: none !important;
    }
    .page_list a {
        font-size: 12px;
    }
    .content_right .conn .xgcp li a .pro_img {
        height: 170px;
    }
    .ny_content .ny_news_con {
        min-height: 150px;
    }
}


/*小屏幕*/

@media (max-width:880px) {
    .ming {
        display: none !important;
    }
    .mingm {
        display: block !important;
    }
    #header .logo {
        width: 30%;
        display: block;
        margin-right: 54px;
    }
    #header .logo a {
        text-align: center;
    }
    .logo_desc div.tel {
        display: none;
    }
    .h_search {
        width: 100%;
        padding: 0;
    }
    .logo_desc {
        display: none;
        width: 50%;
        float: left;
        margin-top: 6px;
    }
    .h_search .form_text1 {
        width: 70%;
        height: 35px;
        font-size: 12px;
    }
    .h_search .form_button1 {
        width: 30%;
        height: 35px;
        font-size: 12px;
    }
    #navToggle {
        padding: 25px 15px;
        margin-right: -6px;
        display: inline-block;
        float: right;
    }
    #navToggle span {
        position: relative;
        width: 25px;
        height: 1px;
    }
    #navToggle span:before,
    #navToggle span:after {
        content: '';
        position: relative;
        width: 100%;
        height: 1px;
        left: 0;
    }
    #navToggle span,
    #navToggle span:before,
    #navToggle span:after {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: block;
        background: #4f4f4f;
    }
    #navToggle span:before {
        top: 8px;
    }
    #navToggle span:after {
        bottom: 10px;
    }
    #navToggle.open span:before {
        top: 10px;
        -webkit-transform: translateY(-11px) rotate(-45deg);
        -moz-transform: translateY(-11px) rotate(-45deg);
        -ms-transform: translateY(-11px) rotate(-45deg);
        -o-transform: translateY(-11px) rotate(-45deg);
        transform: translateY(-11px) rotate(-45deg);
    }
    #navToggle.open span:after {
        bottom: 12px;
        -webkit-transform: translateY(10px) rotate(45deg);
        -moz-transform: translateY(10px) rotate(45deg);
        -ms-transform: translateY(10px) rotate(45deg);
        -o-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }
    #navToggle.open span {
        background: none;
    }
    #navToggle.open span:before,
    #navToggle.open span:after {
        background: #4f4f4f;
    }
    #nav {
        transform: translateX(100%);
    }
    #nav .container {
        width: 100%;
    }
    #nav {
        display: block;
        position: fixed;
        top: 0px;
        box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 99999999;
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        overflow-y: auto;
        top: 0;
        transform: translateX(100%);
    }
    #nav.open {
        transform: translateX(0);
        overflow-X: hidden;
        transition: all ease 0.5s;
        -webkit-transition: all ease 0.5s;
        transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    }
    #nav.open .top {
        display: block;
        height: 60px;
        padding: 20px;
        box-sizing: border-box;
    }
    #nav.open .top .closed {
        width: 30px;
        height: 30px;
        vertical-align: middle;
        float: right;
        cursor: pointer;
    }
    #nav.open .logo {
        display: block;
        width: 100%;
        margin: -20px auto 0;
    }
    #nav.open .logo img {
        height: 60px;
        display: block;
        margin: 10px auto;
    }
    #nav.open ul {
        margin-top: -60px;
    }
    #nav.open ul li {
        width: 96%;
        padding: 0 2%;
        border-bottom: 1px solid #f5f5f5;
        transform: translateY(0);
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
        transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    }
    #nav.open .ul li {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    #nav.open ul li:nth-child(0) {
        -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
        transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    }
    #nav.open ul li:nth-child(1) {
        -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
        transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    }
    #nav.open ul li:nth-child(2) {
        -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
        transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    }
    #nav.open ul li:nth-child(3) {
        -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
        transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    }
    #nav.open ul li:nth-child(4) {
        -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
        transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    }
    #nav.open ul li:nth-child(5) {
        -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
        transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    }
    #nav.open ul li:nth-child(6) {
        -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
        transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    }
    #nav.open ul li:nth-child(7) {
        -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
        transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    }
    #nav.open ul li:nth-child(8) {
        -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
        transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    }
    #nav.open ul li a {
        display: block;
        text-decoration: none;
        color: #333;
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        width: 100%;
    }
    #nav.open ul li a.active:after {
        width: 25%;
    }
    #nav ul li a:hover:after {
        width: 25%;
    }
    #nav ul li a.active:after {
        width: 25%;
    }
    #banner {
        margin: 0px auto 0px auto;
    }
    .swiper-slide {
        height: 205px;
    }
    .swiper-slide1 {
        background-image: url("../images/banner_sj1.jpg")/*tpa=http://www.zhajiangbengc.com/skin/images/banner_sj1.jpg*/;
    }
    .swiper-slide2 {
        background-image: url("../images/banner_sj2.jpg")/*tpa=http://www.zhajiangbengc.com/skin/images/banner_sj2.jpg*/;
    }
    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    .swiper-container-horizontal>.swiper-pagination {
        bottom: 10px;
    }
    .product {
        padding: 20px 0px;
    }
    .product .bd {
        height: 200px;
    }
    .product .bd li {
        height: 200px;
    }
    .product .bd li .img {
        margin: 10px auto 0px auto;
    }
    .product .bd li:hover .img {
        margin-top: 0;
    }
    .product .bd li .name {
        bottom: -21px;
    }
    .product .bd li .name p a {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .product .bd li .name span a {
        font-size: 12px;
    }
    .down_inside ul li .news_con p a {
        float: none;
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }
    .down_inside ul li .news_con p span {
        width: 100%;
        float: none;
        text-align: center;
        height: 20px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .down_inside ul li .news_con a.xz {
        height: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .contact .content1 ul li {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .contact .content1 ul li a .wz {
        width: 75%;
    }
    .contact .content1 ul li a .wz p {
        float: left;
        width: 100%;
        line-height: 26px;
        padding-right: 10px;
    }
    .contact .content1 ul li a .wz span {
        float: left;
        width: 100%;
        line-height: 26px;
    }
    .contact .content1 ul li.lx3 a .wz span {
        float: left;
        line-height: 30px;
    }
    .lx_dz {
        margin: 20px auto 20px;
    }
    .lx_dz .dz_map {
        height: 270px;
    }
    .ny_xgwz ul li {
        width: 100%;
    }
    .ny_xgwz ul li a {
        width: 58%;
        padding: 5px 0 5px 10%;
    }
    .ny_xgwz ul li span {
        width: 24%;
    }
}


/*手机*/

@media (max-width:767px) {
    .w1400 {
        width: 100%;
        margin: 0 auto;
    }
    .index_xm_pro {
        width: 96%;
        height: 20px;
        border-bottom: solid 2px #d6d6d6;
        margin: 0 auto;
        position: relative;
        text-align: center;
        color: #999999;
        font-size: 18px;
        text-transform: uppercase;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .index_xm_pro:after {
        content: '';
        position: absolute;
        left: 50%;
        height: 6px;
        background: #1f6eb1;
        bottom: -4px;
        width: 50px;
        transition: all 0.4s;
        margin-left: -25px;
    }
    .index_xm_pro span {
        text-align: center;
    }
    .index_xm_pro span:nth-child(1) {
        font-size: 20px;
        color: #1f6eb1;
        text-align: center;
        font-weight: bold;
        padding-right: 5px;
    }
    .index_xm_pro span:nth-child(2) {
        color: #999;
        font-size: 16px;
    }
    .index_xm_pro:hover:after {
        width: 300px;
        margin-left: -150px;
    }
    .index_xm_txt {
        font-size: 15px;
    }
    .index_about_pro {
        width: 90%;
        height: 20px;
        border-bottom: solid 2px #d6d6d6;
        margin: 0 auto;
        position: relative;
        text-align: center;
        color: #999999;
        font-size: 18px;
        text-transform: uppercase;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .index_about_pro:after {
        content: '';
        position: absolute;
        left: 50%;
        height: 6px;
        background: #1f6eb1;
        bottom: -4px;
        width: 50px;
        transition: all 0.4s;
        margin-left: -25px;
    }
    .index_about_pro span {
        text-align: center;
    }
    .index_about_pro span:nth-child(1) {
        font-size: 20px;
        color: #ffffff;
        text-align: center;
        font-weight: bold;
        padding-right: 5px;
    }
    .index_about_pro span:nth-child(2) {
        color: #999;
        font-size: 16px;
    }
    .index_about_pro:hover:after {
        width: 300px;
        margin-left: -150px;
    }
    .logo_desc {
        display: none;
    }
    .ming {
        display: none !important;
    }
    .mingm {
        display: block !important;
        margin-top: 0rem;
    }
    #banner {
        margin: 0rem auto 0px auto;
    }
    #header {
        width: 95%;
        display: block;
        z-index: 2;
        background: #fff;
        padding: 0 2.5%;
        border-bottom: 1px solid #f8f8f8;
    }
    .container {
        width: 95%;
    }
    .header_span {
        display: none;
    }
    #header .logo {
        width: 80%;
        margin:0px;
        margin-top:4px;
    }
    .logor {
        display: none;
    }
    .h_tlt1 p {
        font-size: 20px;
        height: 30px;
        line-height: 30px;
    }
    .h_tlt1 span {
        font-weight: lighter;
        color: #ccc;
        font-size: 18px;
        height: 30px;
        line-height: 30px;
    }
    .h_tlt1:before {
        display: none;
    }
    .flickerplate {
        height: 240px;
    }
    .h_news .news_bd .news_tj {
        display: none;
    }
    .h_news .news_bd ul {
        width: 100%;
        float: none;
    }
    .h_news .news_bd ul li .news_con span {
        line-height: 18px;
        height: 36px;
    }
    .h_news .news_bd ul li .news_con {
        padding-left: 106px;
    }
    .h_products_in {
        padding: 0;
        width: 96%;
    }
    .h_products .pro_bd {
        margin-top: 10px;
        width: 100%;
    }

    .h_more {
        width: 90px;
        margin: 10px auto 10px;
    }
    .index_xm_txt{margin-bottom: 0;}
    .pro_a {
        display: block;
        width: 100%;
    }
    .product-nav-tit{ display: none;}
    .pro_a img{ display: none;}
    .pro_a ul li {
        width: 46%;
        height: 30px;
        background-color: #f0f0f0;
        line-height: 30px;
        border-bottom: 1px solid #FFFFFF;
        position: relative;
        background-image: url("../images/ib.png")/*tpa=http://www.zhajiangbengc.com/skin/images/ib.png*/;
        background-repeat: no-repeat;
        background-position-y: center;
        background-position-x: 230px;
        float: left;
        margin: 1% 2%;
    }
    .pro_a ul li a {
        display: block;
        color: #3a434c;
        text-align: center;
    }
    .youshi_title {
        width: 100%;
        height: 3rem;
    }
    .youshi_title img {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    .index_youshi_all {
        padding: 20px 0;
    }
    .youshi_all_content {
        padding: 0;
        background: #FFF;
        margin-top: 0;
        height: auto;
        overflow: hidden;
        width: 100%;
    }
    .youshi_all_content a {
        display: block;
        padding: 5%;
        width: 90%;
        margin-bottom: 10px;
        position: relative;
        overflow: hidden;
        border: 1px solid #efefef;
    }
    .youshi_all_content a img {
        width: 100%;
        height: auto;
        transition: all 0.4s;
    }
    .youshi_all_content a .ys_img {
        width: 100%;
        height: 8.5rem;
        overflow: hidden;
        margin-bottom: 1rem;
    }
    .ys_title b {
        display: block;
        float: left;
        background: #2a2b30;
        height: 3rem;
        width: 3rem;
        line-height: 3rem;
        font-size: 1rem;
        margin-right: 1rem;
        text-align: center;
        color: #FFF;
        transition: all 0.4s;
        font-family: Arial, Helvetica, sans-serif;
    }
    .ys_title div {
        height: 3rem;
        line-height: 1.5rem;
        padding: 0;
    }
    .ys_title div span:nth-child(1) {
        font-size: 1rem;
        font-weight: bold;
        height: 1.5rem;
        overflow: hidden;
    }
    .ys_title div span:nth-child(2) {
        font-size: 1rem;
        text-transform: uppercase;
        /* word-wrap: break-word; */
        height: 1.5rem;
        overflow: hidden;
    }
    .youshi_all_content a ul {
        margin-top: 1rem;
        border-top: 1px solid #efefef;
    }
    .youshi_all_content a li {
        font-size: 1rem;
        color: #616161;
        height: 1.5rem;
        line-height: 1.5rem;
        font-weight: lighter;
        overflow: hidden;
    }
    .index_about_all {
        background: url("../images/index_about_bj.jpg")/*tpa=http://www.zhajiangbengc.com/skin/img/index_about_bj.jpg*/ no-repeat top center;
        padding: 1rem 0 0px;
    }
    .w1300 {
        width: 90%;
        margin: 0 auto;
        font-size: 1rem;
        color: #FFF;
        line-height: 1.5rem;
        text-align: center;
        font-weight: lighter;
    }
    .about_more {
        background: #f5ad35;
        width: 165px;
        height: 2rem;
        line-height: 2rem;
        text-align: center;
        color: #ffffff;
        display: block;
        margin: 0 auto;
        text-transform: uppercase;
        border-radius: 30px;
        transition: all 0.4s;
        margin-top: 1rem;
    }
    .video {
        background: url("../images/video_bj.png")/*tpa=http://www.zhajiangbengc.com/skin/img/video_bj.png*/ no-repeat center top;
        height: 11rem;
        text-align: center;
        padding: 0;
        margin-top: 1rem;
        overflow: hidden;
    }
    .video img {
        width: 170%;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }
    .index_xm_pro2,
    .liucheng_hz {
        display: none;
    }
    .product {
        margin-top: 2rem;
    }
    .product .bd {
        width: 95%;
        max-width: 1230px;
        height: 13rem;
        margin: 0px auto;
        margin: 0px auto 1rem;
        overflow: hidden;
    }
    #nav ul li p {
        display: none;
    }
    .product-category {
        display: none;
    }
    .ny_content .content_right .conn {
        width: 100%;
    }
    .foot1 .wz {
        float: none;
        width: 100%;
        margin: 0;
        padding-top: 20px;
        text-align: center;
        line-height: 24px;
    }
    .foot1 a.zxfk {
        float: none;
        margin: 15px auto 0;
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .foot2 {
        padding: 20px 0;
    }
    .link .container {
        width: 95%;
        margin: 0 auto;
    }
    .link .link_con {
        width: 96%;
        padding: 15px 2%;
    }
    .ny_tlt1 {
        margin-bottom: 15px;
        display: none;
    }
    .ny_news_con2 .about_img {
        float: none;
        width: 100%;
    }
    .ny_news_con2 .about_wz {
        float: none;
        width: 100%;
        padding-top: 0;
        margin-top: -10px;
    }
    .ny_zycp {
        padding: 10px 15px;
        margin-top: 15px;
        line-height: 22px;
    }
    .ny_news_con2 .about_img {
        display: none;
    }
    #demo {
        height: 205px;
    }
    #demo #indemo ul li a .pro_img {
        height: 148px;
    }
    .contentdiv a {
        width: 27%;
    }
    .ny_products .pro_bd ul li {
        width: 49.5%;
        height: auto;
        margin-right: 1%;
        margin-bottom: 1%;
        overflow: hidden;
    }
    .ny_products .pro_bd ul li:nth-child(3n) {
        margin-right: 1%;
    }
    .ny_products .pro_bd ul li:nth-child(2n) {
        margin-right: 0px;
    }
    .ny_products .pro_bd ul li a {
        padding-bottom: 0px;
    }
    .ny_products .pro_bd ul li a .pro_img {
        height: 150px;
    }
    .ny_products .pro_bd ul li a p {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
    .ny_products .pro_bd ul li a p:after {
        margin: -2px auto 0;
    }
    .ny_products .pro_bd ul li a .pro_img {
        height: 120px;
    }
    .ny_products .pro_bd ul li a span {
        width: 88px;
        height: 26px;
    }
    .ny_products .pro_bd ul li a span i {
        height: 26px;
    }
    .ny_products .pro_bd ul li a:hover p {
        height: 40px;
        line-height: 40px;
    }
    .ny_content .content_right2 {
        padding-bottom: 0;
    }
    .ny_content .ny_news_con {
        min-height: 100px;
    }
    .new_inside ul li .news_wrap {
        padding: 10px;
    }
    .new_inside ul li .news_time {
        top: 11px;
        left: 14px;
    }
    .ny_news_ye {
        font-size: 12px;
    }
    .sub_address {
        height: 40px;
        background: url("../images/sub_address_bj.jpg")/*tpa=http://www.zhajiangbengc.com/skin/img/sub_address_bj.jpg*/ repeat-x left bottom;
        margin-bottom: 0px;
    }
    .sub_lm_all {
        width: 100%;
        margin: 0 auto;
        height: 40px;
        line-height: 40px;
        color: #666666;
    }
    .sub_lm_all span {
        display: block;
    }
    .sub_lm_all span:nth-child(1) {
        position: relative;
        font-size: 18px;
        color: #282828;
        height: 30px;
        line-height: 30px;
        margin-top: 5px;
        padding-left: 10px;
        width: 30%;
    }
    .sub_lm_all span:nth-child(1):after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 4px;
        height: 30px;
        background: #1f6eb1;
    }
    .sub_lm_all span:nth-child(2) {
        display: block;
    }
    .sub_lm_all span:nth-child(2) i {
        margin: 10px 5px 0 0;
    }
    .article_inside ul li .news_wrap {
        padding: 10px;
    }
    .article_inside ul li .news_time {
        top: 11px;
        left: 14px;
    }
    .content_right .conn .xgcp li {
        width: 47%;
        height: 180px;
    }
    .content_right .conn .xgcp li:nth-child(2n) {
        margin-right: 0px;
    }
    .content_right .conn .xgcp li:nth-child(3n) {
        margin-right: 3%;
    }
    .content_right .conn .xgcp li:nth-child(6n) {
        margin-right: 0;
    }
    .content_right .conn .xgcp li a {
        padding-bottom: 30px;
    }
    .content_right .conn .xgcp li a .pro_img {
        height: 150px;
    }
    .content_right .conn .xgcp li a p {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
    }
    .content_right .conn .xgcp li a .pro_img {
        height: 120px;
    }
    .content_right .conn .xgcp li a span {
        width: 88px;
        height: 26px;
    }
    .content_right .conn .xgcp li a span i {
        height: 26px;
    }
    .content_right .conn .xgcp li a:hover p {
        height: 40px;
        line-height: 40px;
    }
    .ny_content .content_right {
        float: none;
        width: 98%;
        padding: 1%;
    }
    .ny_content .content_right .bread_nav {
        overflow: visible;
        height: auto;
        line-height: 24px;
    }
    .ny_content .content_right .bread_nav h2 {
        float: none;
        width: 100%;
    }
    .ny_content .content_right .bread_nav div {
        float: none;
        width: 100%;
        text-align: left;
        line-height: 15px;
        padding: 10px 0 7px;
    }
    .ny_content .content_right .bread_nav div>em {
        height: 15px;
    }
    .h_products .pro_bd .xgcp2 {
        height: 170px;
        overflow: hidden;
        margin-bottom: 20px;
        padding-top: 10px;
    }
    .h_products .pro_bd .xgcp li {
        width: 47%;
        height: 214px;
    }
    .h_products .pro_bd .xgcp li:nth-child(2n) {
        margin-right: 0px;
    }
    .h_products .pro_bd .xgcp li:nth-child(3n) {
        margin-right: 4.5%;
    }
    .h_products .pro_bd .xgcp li:nth-child(6n) {
        margin-right: 0;
    }
    .h_products .pro_bd .xgcp li a {
        padding-bottom: 30px;
    }
    .h_products .pro_bd .xgcp li a .pro_img {
        height: 150px;
    }
    .h_products .pro_bd .xgcp li a p {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
    }
    .h_products .pro_bd .xgcp li a .pro_img {
        height: 120px;
    }
    .h_products .pro_bd .xgcp li a span {
        width: 88px;
        height: 26px;
    }
    .h_products .pro_bd .xgcp li a span i {
        height: 26px;
    }
    .h_products .pro_bd .xgcp li a:hover p {
        height: 40px;
        line-height: 40px;
    }
    .h_products .pro_bd .xgcp li>div {
        display: block;
        background: #fff;
        padding-bottom: 10px;
        position: relative;
        background: #fff;
        box-shadow: 0px 0px 6px 0px rgba(127, 127, 127, 0.30);
        -webkit-transition: all .25s;
        -moz-transition: all .25s;
        -ms-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
    }
    
    .h_products .pro_bd .xgcp li a .pro_img {
        text-align: center;
        width: 100%;
        height: 130px;
        background: #fff;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        overflow: hidden;
    }
    
    .h_products .pro_bd .xgcp li a .pro_img img {
        vertical-align: middle;
        max-width: 95%;
        max-height: 95%;
        -webkit-transition: all .25s;
        -moz-transition: all .25s;
        -ms-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
    }
    
    .h_products .pro_bd .xgcp li a .pro_img .iblock {
        display: inline-block;
        height: 100%;
        width: 0;
        vertical-align: middle
    }
    
    .h_products .pro_bd .xgcp li a p {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        text-align: center;
        color: #555;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .h_products .pro_bd .xgcp li a p:after {
        content: '';
        display: block;
        width: 90%;
        height: 2px;
        margin: -5px auto 0;
        background: #1f6eb1;
        -webkit-transition: all .25s;
        -moz-transition: all .25s;
        -ms-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
    }
    
    .h_products .pro_bd .xgcp li:hover>div {
        margin-top: -5px;
        box-shadow: 0px 5px 10px 5px #e1dddd;
    }
    
    .list_zx {
        display: block;
        width: 90%;
        height: 30px;
        margin: 5px auto;
    }
    
    .list_zx a {
        display: block;
        width: 90px;
        margin: 0 1%;
        height: 30px;
        line-height: 30px;
        border-radius: 3px;
        font-size: 10px;
        color: #fff;
        text-align: center;
    }
    
    .list_zx a:nth-child(1) {
        background: #1f6eb1;
        float: left;
    }
    
    .list_zx a:nth-child(2) {
        background: #f5ad35;
        float: right;
    }
    .ly_msg ul li h4 {
        display: none;
    }
    .cpzx .ly_msg ul li div {
        width: 100% !important;
    }
    .cpzx .ly_msg ul li .msg_ipt1,
    .ly_msg ul li .msg_tara {
        width: 100% !important;
    }
    .cpzx .ly_msg ul li .msg_ipt12 {
        width: 100% !important;
    }
    .ly_msg ul li div.msg_ipt2 {
        width: 30% !important;
    }
    .ly_msg ul li span {
        display: none;
    }
    .ly_msg {
        margin: 0 auto 0 !important;
    }
    .cpzx .msg_btn input {
        width: 49%;
        margin-right: 0;
    }
    .cpzx .msg_btn input:first-child {
        margin-right: 2%;
    }
    .content_right .conn .proshow1 {
        padding-top: 0;
    }
    .proshow1 .js-silder .silder-main-img {
        height: 300px;
    }
    .content_right .conn .proshow1 .js-silder {
        float: none;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .content_right .conn .proshow1 .prodesc {
        float: none;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding-top: 15px;
    }
    .content_right .conn .proshow1 .prodesc p.desc {
        height: 74px;
    }
    .content_right .conn .proshow1 .pro_btn {
        padding-top: 15px;
    }
    .content_right .conn .proshow1 .pro_btn1 {
        height: 44px;
        line-height: 44px;
    }
    .content_right .conn .proshow1 .pro_btn2 {
        height: 44px;
        line-height: 44px;
    }
    .content_right .conn .proshow1 .pro_btn2 em {
        display: none;
    }
    .tags_title {
        margin: 20px 0 30px;
    }
    .proshow2 .prodetail_con {
        width: 100%;
    }
    .proshow2 {
        padding-top: 0;
    }
    .proshow2 .prodetail_con .content {
        padding: 10px 0;
    }
    .contact .content1 ul li {
        float: none;
        width: 90%;
        margin-right: 0;
        margin-bottom: 20px;
        overflow: hidden;
    }
    .contact .content1 ul li.lx1 em {
        background: url("../images/contact_tel.png")/*tpa=http://www.zhajiangbengc.com/skin/images/contact_tel.png*/ center center no-repeat;
        display: block;
        width: 4rem;
        height: 4rem;
        border: 1px solid #ddd;
        border-radius: 50%;
        margin: 0.5rem;
        float: left;
        background-size: 100%;
    }
    .contact .content1 ul li.lx2 em {
        display: block;
        width: 3rem;
        height: 3rem;
        border: 1px solid #ddd;
        border-radius: 50%;
        margin: 0.5rem;
        float: left;
    }
    .contact .content1 ul li.lx3 em {
        display: block;
        width: 3rem;
        height: 3rem;
        border: 1px solid #ddd;
        border-radius: 50%;
        margin: 0.5rem;
        float: left;
    }
    .contact .content1 ul li .wz {
        float: left;
        width: 15rem;
    }
    #proinfo_l {
        width: 100%;
        float: left;
    }
    .kfleft,
    .show_btn,
    .scrollsidebar,
    .livechat-girl,
    .foot2 {
        display: none;
    }
    .proinfo_r_img {
        display: block;
        margin: 0 auto;
    }
    /*底部固定工具条*/
    #tool {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 900;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        background: #1f6eb1;
        width: 100%;
        height: 68px;
    }
    ul.toollist {
        position: fixed;
        z-index: 900;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
        width: 100%;
        height: 48px;
        padding: 10px 0;
        background: #1f6eb1;
    }
    .toollist li {
        float: left;
        width: auto;
        height: 100%;
        width: 25%;
        position: static!important;
        margin: 0;
        border-radius: 0!important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 1;
        box-flex: 1;
        -webkit-box-sizing: border-box;
        box-shadow: none!important;
        background: none;
    }
    .toollist li a {
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        display: block;
        text-decoration: none;
        padding-top: 2px;
        position: relative;
        color: #fff;
    }
    .toollist li a img {
        width: 24px;
        height: 24px;
    }
    .toollist li a p {
        margin: 1px 0 1px 0;
        font-size: 14px;
        display: block !important;
        line-height: 18px;
        text-align: center;
        color: #fff;
    }
    .navm {
        display: block;
        width: 100%;
        height: 60px;
        background: #1f6eb1;
        margin-top: 3rem;
    }
    .navm ul {
        width: 100%;
        height: 100%;
    }
    .navm ul li {
        width: 25%;
        float: left;
        text-align: center;
        height: 60px;
    }
    .navm ul li a {
        color: #fff;
        display: block;
        width: 100%;
        text-align: center;
        height: 60px;
        line-height: 60px;
        font-size: 18px;
    }
    .zixun {
        display: block;
        width: 306px;
        height: 120px;
        overflow: hidden;
        margin: 0px auto;
    }
    .zixunbtn {
        width: 300px;
        height: 40px;
        line-height: 40px;
        border: #f5ad35 solid 3px;
        border-radius: 50px;
        text-align: center;
        display: block;
        margin: 10px auto;
        background: #0b5a9f;
        font-size: 14px;
        color: #fff;
        float: none;
        margin: 10px 0;
    }
    .zixunbtn:hover {
        background: #f5ad35;
        border: #0b5a9f solid 3px;
        color: #fff;
    }
    .list_zx {
        display: block;
        width: 90%;
        height: 30px;
        margin: 5px auto;
        overflow: hidden;
    }
    
    .list_zx a {
        display: block;
        width: 70px;
        margin: 0 1%;
        height: 30px;
        line-height: 30px;
        border-radius: 3px;
        font-size: 10px;
        color: #fff;
        text-align: center;
    }
    
    .list_zx a:nth-child(1) {
        background: #1f6eb1;
        float: left;
    }
    
    .list_zx a:nth-child(2) {
        background: #f5ad35;
        float: right;
    }
    .content_right .conn .xgcp li a {
        padding-bottom: 0;
    }
    .pro_name{display: none;}
    .pro_namem{ display: block;
        text-align: center;
        border-bottom: 1px solid #ccc;
        line-height: 50px;
    }
    .content_right .conn .proshow1 .pro_btn {
        padding-top: 0;
        width: 80%;
        margin: 0 auto;
    }
    .content_right .conn .proshow1 .pro_btn1 {
        height: 44px;
        line-height: 44px;
        width: 40%;
        margin: 0 3%;
    }
    .content_right .conn .proshow1 .pro_btn2 {
        height: 44px;
        line-height: 44px;
        width: 40%;
        margin: 0 3%;
    }
}