/*单页*/
/*用于公司简介等页面*/
.kgwz_page {
    margin: 0 auto 20px
}

.kgwz_page p {
    font-size: 16px;
    line-height: 30px;
    text-indent: 20px
}

/*联系我们专用页面*/
.kgwz_page_lxwm {
    margin: 0 auto 20px
}

.kgwz_page_lxwm dl {margin-bottom: 20px}

.kgwz_page_lxwm dl dt {
    font-size: 22px;
    line-height: 50px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #efefef
}

.kgwz_page_lxwm dl dd {
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 0 0;
    width: 100%;

}

.kgwz_page_lxwm dl dd:nth-child(odd) {
    float: right
}

.kgwz_page_lxwm dl dd:nth-child(even) {
    float: left
}

.kgwz_page_lxwm dl dd img {
    float: left;
    margin-right: 10px
}
.kgwz_page_lxwm #container{width: 100%;height: 400px;}
/*在线留言页面专用*/
.kgwz_page_zxly {
    font-size: 16px;
    line-height: 40px
}

.kgwz_page_zxly #main_book {
    border: 1px solid #f5f5f5;
    margin: 20px auto;
    background: url(../images/lxwm/message_bg.jpg) no-repeat center bottom #fff;
    padding: 40px 5%;
}

.kgwz_page_zxly #main_book h1{ font-size: 20px; line-height: 50px }


.kgwz_page_zxly #main_book td{ text-align: left; padding: 0 20px 0 0 }

.kgwz_page_zxly .xing{ color:#f00; padding: 0 10px }

.kgwz_page_zxly  input{ border: 1px solid #ccc; line-height: 30px; min-width: 200px }
.kgwz_page_zxly  textarea{ border: 1px solid #ccc; line-height: 30px; min-width: 200px }
.kgwz_page_zxly .submit {
    padding: 10px 30px;
    background: #fb8200;
    border: none;
    color: #fff;
    cursor: pointer;
}

.kgwz_page_zxly .submit:hover {
    background: #fb8200
}


/*上下列表*/
.kgwz_sxlb {
    margin: 20px auto
}

.kgwz_sxlb ul {}

.kgwz_sxlb li {
    width: 24%;
    box-sizing: border-box;
    margin-right: 1.3333333333333333333333333333333%;
    float: left;
    top: 0;
    position: relative;
    transition: top 0.5s;
    text-align: center;
    margin-bottom: 10px
}

.kgwz_sxlb li:nth-child(4n+0) {
    margin-right: 0
}

.kgwz_sxlb li:hover {
    top: -5px;
}

.kgwz_sxlb li img {
    width: 250px;
    height: 100px;
    padding: 5px;
    border: 1px solid #efefef
}

.kgwz_sxlb li h5 {
    line-height: 30px;
}

/*左右列表*/

.kgwz_zylb {
    margin: 20px auto
}


.kgwz_zylb .left{ width: 230px; }

.kgwz_zylb .left .top{color: #fff;font-size: 14px; text-transform: uppercase;text-align: left;box-sizing: border-box;background: #0e6eb8;padding: 20px 0;padding-left: 20px; }
.kgwz_zylb .left .top strong{font-size: 24px;display: block;font-weight: 100}
.kgwz_zylb .left .top span{position: relative;font-size: 16px;color: #fff;line-height: 200%}
.kgwz_zylb .left ul{padding: 10px;border: 1px solid #f3f3f3}
.kgwz_zylb .left ul li{margin-bottom: 9px auto;padding: 4px 0; }
.kgwz_zylb .left ul li a{background:#fff;line-height: 47.5px;font-size: 14px;padding-left: 10px;box-sizing: border-box;display: block;position: relative;color: #333;border-bottom: 1px solid #efefef}
.kgwz_zylb .left ul li a:before{content: '>';font-family: 'Kaiti';font-size: 16px;color: #333;position: absolute;right: 10px;top:0px}
.kgwz_zylb .left ul li a:hover{background:#0e6eb8;color: #fff;display: block; }
.kgwz_zylb .left ul li a:hover:before{color: #fff}
.kgwz_zylb .left ul li .on{background:#0e6eb8;color: #fff }
.kgwz_zylb .left ul li .on:before{color: #fff}


.kgwz_zylb .right{ width: 940px; }
.kgwz_zylb .right ul{display: flex; flex-wrap: wrap; justify-content: space-around;}
.kgwz_zylb .right ul li{ margin-bottom: 20px;box-sizing: border-box;border: 1px solid #efefef}
.kgwz_zylb .right ul li .pic{height: 190px;width: 280px; line-height: 0;box-sizing: border-box;}
.kgwz_zylb .right ul li .pic img{  width: 100%}
.kgwz_zylb .right ul li h5{background: #fafafa;color: #333;line-height: 35px;text-align: center; box-sizing: border-box;position: relative;font-size: 16px}
.kgwz_zylb .right ul li a:hover h5{background: #029d42;color: #fff}

.kgwz_zylb .right {
    width: 940px;
    margin: 0 0 0 30px
}
.kgwz_zylb .right .tit {
    font-size:24px;
    border-bottom: 1px dashed #efefef;
    line-height: 50px;
    width: 100%;
    color: #0e6eb8;
    margin-bottom: 10px
}
.kgwz_zylb .right dl {
    border: 1px solid #dedede;
    margin-bottom: 15px;
    padding: 22px 50px 22px 22px;
    background: #fff;
    overflow: hidden;
}

.kgwz_zylb .right dt {
    width: 29.5%;
    float: left;
    margin-right: 5.8%;
}

.kgwz_zylb .right dt img {
    width: 100%;
    display: block;
}

.kgwz_zylb .right dd h4 {
    height: 40px;
    font-weight: normal;
    font-size: 18px;
    color: #333;
    line-height: 40px;
    margin-bottom: 5px;
    overflow: hidden;
}

.kgwz_zylb .right h4 a {
    display: block;
    height: 40px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.kgwz_zylb .right dl:hover {
    border: 1px solid #ccc;
}

.kgwz_zylb .right dl:hover h4 a {
    color: #fb8200;
}

.kgwz_zylb .right-desc {
    max-height: 72px;
    font-size: 14px;
    line-height: 24px;
    color: #797979;
    margin-bottom: 28px;
    overflow: hidden;
}

.kgwz_zylb .right-deta {
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    float: right;
    background: #b6b6b6;
    color: #fff;
}

.kgwz_zylb .right-deta a {
    color: #fff;
}

.kgwz_zylb .right dl:hover .kgwz_zylb .right-deta {
    background: #17494a;
    border-color: #17494a;
}

.kgwz_zylb .right dl:hover .kgwz_zylb .right-deta a {
    color: #fff;
    background: #f07f2e
}

/*详情页*/

.kgwz_zylb .left2 {
    width: 100%;
    float: left;
}

.kgwz_zylb .left2 h1 {
    padding-top: 16px;
    color: #333;
    font-size: 22px;
    line-height: 40px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
    font: 22px/63px "Microsoft Yahei";
    font-weight: bold;
}

.kgwz_zylb .left2 .info_con_tit .n_tit {
    text-align: left;
    color: #999;
    border-bottom: 1px dashed #999;
    height: 44px;
    line-height: 44px;
    font-size: 14px
}

.kgwz_zylb .left2 .info_con_tit .n_tit .m_qrinfo a {
    background: url(../images/tel0.gif) no-repeat left top;
    height: 45px;
    display: inline-block;
    font-size: 0px;
    width: 24px;
}

.kgwz_zylb .left2 .info_con_tit .n_tit .m_qrinfo a:hover {
    background: url(../images/tel1.gif) no-repeat left top;
}

.kgwz_zylb .left2 .info_con_tit .n_tit a {
    color: #BCBBBB;
}

.kgwz_zylb .left2 .info_con_tit .n_tit span .cur {
    color: #000;
}

.kgwz_zylb .left2 .info_con_tit {
    font-family: "Microsoft Yahei";
    line-height: 24px;
    margin-bottom: 15px;
}

.kgwz_zylb .left2 .info_con_tit span {
    margin-right: 20px;
}

.kgwz_zylb .right2 {
    width: 250px;
    float: right;
    text-align: center;
}

.kgwz_zylb .right2 .top {
    height: 100px;
    background: #0266b2;
    text-align: left;
}

.kgwz_zylb .right2 .top b {
    color: #fff;
    font-size: 24px;
    padding: 15px 0 0 20px;
    display: block;
}

.kgwz_zylb .right2 .top em {
    color: #fff;
    font-size: 30px;
    padding: 0 0 0 20px;
    font-style: inherit;
}

.kgwz_zylb .right2 .bottom {
    height: 100px;
    background: url(../images/p_tel.png) no-repeat #005bac;
    background-position: 10px 30px;
}

.kgwz_zylb .right2 .bottom b {
    color: #fff;
    font-size: 16px;
    display: block;
    text-align: left;
    text-indent: 70px;
    padding: 30px 0 0 0
}

.kgwz_zylb .right2 .bottom em {
    text-align: left;
    display: block;
    font-size: 24px;
    color: #fff;
    font-style: inherit;
    font-weight: bold;
    text-indent: 70px
}

.kgwz_zylb .right2 ul {
    border: 1px solid #efefef;
    padding: 20px 0
}

.kgwz_zylb .right2 ul a {
    width: 90%;
    margin: 0 auto 10px;
    border-bottom: 1px dotted #efefef;
    line-height: 40px;
    text-align: left;
    position: relative;
    text-indent: 30px;
    display: inline-block;
}

.kgwz_zylb .right2 ul a:before {
    content: "";
    width: 5px;
    height: 5px;
    border: 1px solid #b8b8b8;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 12px;
}

.kgwz_zylb .right2 ul .current {
    color: #0266b2;
    font-weight: bold;
    background: #f5f5f5;
    display: inline-block;
}

.kgwz_zylb .right2 ul a:hover {
    color: #0266b2;
    font-weight: bold;
    background: #f5f5f5;
    display: inline-block;
}


/*下一篇、下一篇*/
.sx {
    line-height: 30px;
    overflow: hidden;
    margin: 15px 0px;
    padding: 0 0;
}

.sx span {
    overflow: hidden;
    height: 30px;
    display: block;
    margin: 0 0 10px 0
}

.sx a {
    color: #201618;
}


/*左右排版产品图片模块*/
.kgwz_zylb .right3{ width: 940px;float: right; }
.kgwz_zylb .right3 ul{display: flex; flex-wrap: wrap; justify-content: flex-start;}
.kgwz_zylb .right3 ul li{ margin-bottom: 20px;box-sizing: border-box;border: 1px solid #efefef;margin-right: 40px;width: 280px;}
.kgwz_zylb .right3 ul li:nth-child(3n+0){margin-right: 0;}
.kgwz_zylb .right3 ul li .pic{width: 280px; line-height: 0;box-sizing: border-box;}
.kgwz_zylb .right3 ul li .pic img{  width: 100%}
.kgwz_zylb .right3 ul li h5{background: #fafafa;color: #333;line-height: 35px;text-align: center; box-sizing: border-box;position: relative;font-size: 16px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.kgwz_zylb .right3 ul li a:hover h5{background: #0e6eb8;color: #fff}

/*产品详情页*/
.kgwz_zylb .right3 .l {
    float: left;
    width: 460px;
}

.kgwz_zylb .right3 .l img {
    width: 100%;
    border: 1px solid #efefef;box-sizing:  border-box;
}

.kgwz_zylb .right3 .r {
    float: right;
    width: 460px;
}

.kgwz_zylb .right3 .r h1 {
    font-size: 20px;
    color: #0e6eb8;
    line-height: 50px;
    border-bottom: 1px solid #efefef
}

.kgwz_zylb .right3 .r p {

    line-height: 35px;
    font-size: 14px;
    color: #666
}

.kgwz_zylb .right3 .r p strong{
    font-weight: bold;
    color: #0e6eb8;
    font-size: 16px;
    display:block;
}

.kgwz_zylb .right3 .r .tel .dianhua {
    height: 100px;
    background: url(../images/p_tel.png) no-repeat #0e6eb8;
    background-position: 30px 20px;
    position: relative;
    padding:  0 30px;
}

.kgwz_zylb .right3 .r .tel .dianhua b {
    color: #fff;
    font-size: 16px;
    display: block;
    text-align: left;
    text-indent: 70px;
    padding: 20px 0 0 0
}

.kgwz_zylb .right3 .r .tel .dianhua em {
    text-align: left;
    display: block;
    font-size: 24px;
    color: #fff;
    font-style: inherit;
    font-weight: bold;
    text-indent: 70px
}

.kgwz_zylb .right3 .r .tel a {
    padding: 5px 20px;
    background: #fff;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 40px;
    color: #333
}

.kgwz_zylb .right3 .tit {
    font-size: 16px;
    border-bottom: 1px solid #efefef;
    line-height: 40px;
    width: 100%;
}

.kgwz_zylb .right3 .tit strong {
    font-size: 18px;
    line-height: 40px;
    color: #0e6eb8;
    border-bottom: 2px solid #0e6eb8;
    display: inline-block;
    padding: 0 10px
}

.kgwz_zylb .right3 p {
    padding: 10px
}


/*左右排版图片模块图片4:3*/
.kgwz_zylb .right4 {
    width: 940px;
    float: right
}
.kgwz_zylb .right4 img{ width: 100%; }


/*模块图片4:3详情页*/
.kgwz_zylb .right4 .l {
    float: left;
    width: 500px;
}

.kgwz_zylb .right4 .l img {
    width: 100%;
    border: 1px solid #efefef;
}

.kgwz_zylb .right4 .r {
    float: right;
    width: 400px;
}

.kgwz_zylb .right4 .r h1 {
    font-size: 20px;
    color: #fb8200;
    line-height: 50px;
    border-bottom: 1px solid #efefef
}

.kgwz_zylb .right4 .r p {
    padding: 10px;
    line-height: 35px;
    font-size: 14px;
    color: #999
}

.kgwz_zylb .right4 .r .tel .dianhua {
    height: 100px;
    background: url(../images/p_tel.png) no-repeat #fb8200;
    background-position: 10px 20px;
    position: relative;
}

.kgwz_zylb .right4 .r .tel .dianhua b {
    color: #fff;
    font-size: 16px;
    display: block;
    text-align: left;
    text-indent: 70px;
    padding: 20px 0 0 0
}

.kgwz_zylb .right4 .r .tel .dianhua em {
    text-align: left;
    display: block;
    font-size: 24px;
    color: #fff;
    font-style: inherit;
    font-weight: bold;
    text-indent: 70px
}

.kgwz_zylb .right4 .r .tel a {
    padding: 5px 20px;
    background: #fb8200;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 40px;
    color: #fff
}

.kgwz_zylb .right4 .tit {
    font-size:24px;
    border-bottom: 1px dashed #efefef;
    line-height: 50px;
    width: 100%;
    color: #0e6eb8;
    margin-bottom: 10px
}
.kgwz_zylb .right3 .tit {
    font-size:24px;
    border-bottom: 1px dashed #efefef;
    line-height: 50px;
    width: 100%;
    color: #0e6eb8;
    margin-bottom: 20px
}

.kgwz_zylb .right4 p {
    padding: 10px
}

.kgwz_zylb .right3{}
.kgwz_zylb .right3 table {
    margin: 0 auto;
    color: #262626;
    width: 100%;
    text-transform: uppercase;
}

.kgwz_zylb .right3 table td {
    border: 1px solid #e5e5e5;
    line-height: 2rem;
    padding: 0.4rem;
    text-align: center;
    font-size: 0.875rem
}

.kgwz_zylb .right3 table tr:first-child {
    text-align: center;
    background: #595657;
    color: #fff;
    font-weight: bold;
}




.kgwz_zylb .right3 table a {
    font-weight: bold;
    font-size: 16px;
    color: #0064a0
}



/*解决方案*/
.kgwz_solution_m {
    margin:30px auto;
}


.kgwz_solution_m_con {
    display: flex;
    flex-direction: column;

    position: relative;
}


.kgwz_solution_m_con .bd {
    width: 100%;
    z-index: 9;
    position: relative;
    padding: 20px 0; 
    border-bottom: 1px dotted #ccc
}

.kgwz_solution_m_con .bd .left {
    float: left;
    width: 400px;
    position: absolute;
}

.kgwz_solution_m_con .bd .left em {
    width: 400px;
    height: 320px;
    border: 1px solid #efefef;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 98
}

.kgwz_solution_m_con .bd .left a {
    border: 1px solid #efefef;
    position: absolute;
    left: 0;
    bottom:-80px;
    z-index: 98;
    background: #333;
    padding: 10px 20px;
    color: #fff
}

.kgwz_solution_m_con .bd .left dl {
    width: 400px;
    height: 320px;
    position: relative;
    background: #d9221a;
    z-index: 99;
    box-sizing: border-box;
    padding: 30px;
    color: #fff
}

.kgwz_solution_m_con .bd .left dl dt {
    font-size: 30px;
    line-height: 60px;
    background: url(../images/dl_t.png) right no-repeat;
}

.kgwz_solution_m_con .bd .left dl dd {
    font-size: 14px;
    line-height: 30px;
}

.kgwz_solution_m_con .bd .right {
    width: 845px;
    height: 400px;
    float: right;
    position: relative;
}

.kgwz_solution_m_con .bd .right img {
    width: 100%;
    min-height: 400px
}
/*单页专用*/
.kgwz_page{}
.kgwz_page p{text-indent: 20px; line-height: 30px; font-size: 16px;}

/*图片模型01*/
.kgwz_page_pic{ width: 940px; }
.kgwz_page_pic ul{display: flex; flex-wrap: wrap; justify-content: space-around;}
.kgwz_page_pic ul li{ margin-bottom: 10px;width:33.333333% ;box-sizing: border-box;padding: 5px}
.kgwz_page_pic ul li .pic{width: 100%; border: 1px solid #efefef;line-height: 0;box-sizing: border-box;}
.kgwz_page_pic ul li .pic img{width: 100%;box-sizing: border-box;}
.kgwz_page_pic ul li h5{background: #3e3f45;color: #fff;line-height: 40px;text-align: center;box-sizing: border-box;position: relative;font-size: 16px}
.kgwz_page_pic ul li a:hover h5{background: #f07f2e}
