/*左侧公用*/

.sideMenu {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #efefef;
    border-top: 0
}

.sideMenu h3 {
    cursor: pointer;
    line-height: 45px;
    border-bottom: 1px solid #f5f5f5;
    display: block;
    padding-left: 15px;
    position: relative;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.sideMenu h3 a {
    display: block;
}

.sideMenu h3:before {
    content: '+';
    font-size: 16px;
    color: #333;
    font-family: 'Kaiti';
    position: absolute;
    right: 15px;
    z-index: 999;
    width: 30px;
    text-align: center;
}

.sideMenu .cur:before {
    content: '-' !important;
    color: #fff !important
}

.sideMenu .cur {
    background: #ea3136;
    color: #fff
}

.sideMenu .cur a {
    color: #fff
}

.sideMenu dl {
    padding: 3px 10px 8px;
    color: #999;
    display: none;
    border: 1px solid #efefef;
    border-top: 0;
    /* 默认都隐藏 */
}

.sideMenu dl dt a:before {
    content: ''
}

.sideMenu dl dt a {
    line-height: 45px;
    border-bottom: 1px solid #f5f5f5;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    font-size: 14px;
    color: #666;
    font-weight: normal;
}

.sideMenu dl dt a:hover {
    background: #ea3136;
    color: #fff
}

.sideMenu dl dt .on {
    background: #ea3136;
    color: #fff
}

.sideMenu ul {
    padding: 8px 10px;
    color: #999;
    display: none;
    /* 默认都隐藏 */
}

.sideMenu ul li a:before {
    content: ''
}

.sideMenu ul li a {
    line-height: 50px;
    border-bottom: 1px solid #f5f5f5;
    display: block;
    padding-left: 15px;
    position: relative;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.sideMenu ul li a:hover {
    background: #f5f5f5;
    color: #333
}

.sideMenu ul li .on {
    background: #f5f5f5;
    color: #333
}


/* contact */
.ksmld_page_lxwm .info-list .c-info p {
    padding: 5px 0;
    font-size: 16px;
    color: #333;
}

.ksmld_page_lxwm .info-list .c-info .c-info-detail {
    color: #666;
    font-size: 16px;
    font-weight: bold;
}

.ksmld_page_lxwm .info-list .show_code {
    margin-top: -30px
}

.ksmld_page_lxwm .info-list .show_code img {
    padding: 5px;
    border: 1px solid #efefef;
    box-sizing: border-box;
    width: 138px;
}

.ksmld_page_lxwm .guest {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px
}

.ksmld_page_lxwm .xing {
    color: #f00;
    padding: 0 10px
}

.ksmld_page_lxwm label {
    width: 50%;
    display: inline-block;
    text-align: left;
    margin-bottom: 20px;
    position: relative;
    color: #999999;
    padding-left: 5%;
    box-sizing: border-box;
}

.ksmld_page_lxwm label span {
    position: absolute;
    left: 11%;
    top: 15px
}

.ksmld_page_lxwm input {
    padding: 12px 15px;
    height: auto;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    padding-left: 35px;
    width: 80%;
}

.ksmld_page_lxwm textarea {
    padding: 12px 15px;
    height: auto;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    padding-left: 35px;
    width: 80%;
}

.ksmld_page_lxwm .submit {
    padding: 10px 20px;
    background: #672f90;
    border: none;
    color: #fff;
    cursor: pointer;
    width: 20%;
    display: block;
    margin: 0 auto
}

.ksmld_page_lxwm .submit:hover {
    background: #672f90
}
.ksmld_page_lxwm {
    margin-bottom: 30px;
}

.ksmld_page_lxwm01 {
    background: url(../images/contact_bg1.jpg) no-repeat 0 0 #f4f4f4;
    padding: 15px 30px 0 250px;
    margin-top: 30px;
    height: 168px;
}

.ksmld_page_lxwm01 h4 {
    font-size: 24px;
    color: #01458e;
    margin: 15px auto;
    font-weight: normal;
}

.ksmld_page_lxwm01 p {
    line-height: 2;
    font-size: 16px;
}

.ksmld_page_lxwm02 {
    color: #333333;
    margin-top: 20px;
    font-size: 14px;
    background: #f5f5f5;
    padding: 24px 30px;
    margin-bottom: 30px;
}

.ksmld_page_lxwm02 dt {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
    display: block;
    color: #333;
    border-bottom: 2px solid #672f90;
    padding-bottom: 21px;
    box-sizing: border-box;
}

.ksmld_page_lxwm02 dd {
    margin: 20px 0px 0px;
    padding: 0px 0px 14px 70px;
    line-height: 47px;
    border-bottom-color: #DDDDDD;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-size: 17px;
    width: 48%;
    box-sizing: border-box;
}

.ksmld_page_lxwm02 dd:nth-child(odd) {
    float: right;
}

.ksmld_page_lxwm02 dd:nth-child(even) {
    float: left;
}

.ksmld_page_lxwm02 .tel {
    background: url(../images/lxwm/tel.png) no-repeat left top;
}

.ksmld_page_lxwm02 .web {
    background: url(../images/lxwm/web.png) no-repeat left top;
}

.ksmld_page_lxwm02 .add {
    background: url(../images/lxwm/add.png) no-repeat left top;
}

.ksmld_page_lxwm02 .web {
    background: url(../images/lxwm/web.png) no-repeat left top;
}

.ksmld_page_lxwm02 .wechat {
    background: url(../images/lxwm/wechat.png) no-repeat left top;
}

.ksmld_page_lxwm03 {
    margin-bottom: 30px;
}

.ksmld_page_lxwm03 .left {
    width: 40%;
    background-color: #f9f9f9;
    color: #333;
    float: left;
    height: 480px;
    text-align: center;
    box-sizing: border-box;
    padding: 30px 0;
    border: 1px solid #efefef;
}

.ksmld_page_lxwm03 .left dt img {
    width: 300px;
}

.ksmld_page_lxwm03 .left h1 {
    text-align: left;
    font-size: 24px;
    line-height: 3;
}

.ksmld_page_lxwm03 .left span {
    display: none;
}

.ksmld_page_lxwm03 .left dl {
    padding-left: 30px;
}

.ksmld_page_lxwm03 .left dd {
    line-height: 3;
    display: block;
    padding-left: 35px;
    text-align: left;
    font-size: 16px;
}

.ksmld_page_lxwm03 .right {
    background-color: #f9f9f9;
    color: #333;
    height: 480px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #efefef;
}

.ksmld_page_lxwm03 .right dt img {
    width: 300px;
}

.ksmld_page_lxwm03 .right h1 {
    text-align: left;
    font-size: 24px;
    line-height: 3;
}

.ksmld_page_lxwm03 .right span {
    display: none;
}

.ksmld_page_lxwm03 .right dl {
    padding-left: 30px;
}

.ksmld_page_lxwm03 .right dd {
    line-height: 3;
    display: block;
    padding-left: 35px;
    text-align: left;
    font-size: 16px;
}

.ksmld_page_lxwm03 .tel {
    background: url(../images/icons/tel_w.png) no-repeat 0 10px;
}

.ksmld_page_lxwm03 .add {
    background: url(../images/icons/add_w.png) no-repeat 0 10px;
}

.ksmld_page_lxwm03 .email {
    background: url(../images/icons/email_w.png) no-repeat 0 10px;
}

.ksmld_page_lxwm03 .phone {
    background: url(../images/icons/phone_w.png) no-repeat 0 10px;
}

.ksmld_page_lxwm03 .name {
    background: url(../images/icons/name_w.png) no-repeat 0 10px;
}

.ksmld_page_lxwm03 .fax {
    background: url(../images/icons/fax_w.png) no-repeat 0 10px;
}

.ksmld_page_lxwm03 .web {
    background: url(../images/icons/web.png) no-repeat 0 15px;
}

.ksmld_page_lxwm03 .wechat {
    background: url(../images/icons/wechat.png) no-repeat 0 10px;
}

.ksmld_page_lxwm03 .right {
    width: 60%;
    float: right;
}


/* 单页面 */

.ksmld_page p {
    line-height: 3;
    font-size: 16px;
    color: #333;
}

.ksmld_page dt {
    width: 502px;
    float: left;
}

.ksmld_page dd {
    width: 670px;
    float: left;
    margin-left: 28px;
    margin-top: 35px;
}

.ksmld_page dd h3 {
    font-weight: bold;
    font-size: 26px;
    height: 60px;
    line-height: 60px;
    color: #00427E;
}

.ksmld_page dd p {
    font-size: 16px;
}


/* 图片 */


/*图片模型(专用）排版*/

.ksmld_page_pic {
    text-align: center;
    padding: 20px 0;
}

.ksmld_page_pic ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0
}

.ksmld_page_pic ul li {
    margin-bottom: 20px;
    width: 31.3333333%;
    box-sizing: border-box;
    padding: 8px;
    cursor: pointer;
    border: 1px solid #dadada;
}

.ksmld_page_pic ul li img {
    width: 100%;
    box-sizing: border-box;
    height: 254px
}

.ksmld_page_pic ul li .tit {
    line-height: 3;
}


/*案例模型(专用）排版*/

.ksmld_page_cases {
    text-align: center;
    padding: 20px 0;
}

.ksmld_page_cases ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0
}

.ksmld_page_cases ul li {
    margin-bottom: 20px;
    width: 31.3333333%;
    box-sizing: border-box;
    padding: 8px;
    cursor: pointer;
    border: 1px solid #dadada;
}

.ksmld_page_cases ul li:hover {
    box-shadow: 0 0 10px #999;
}

.ksmld_page_cases ul li img {
    width: 100%;
    box-sizing: border-box;
    height: 254px
}

.ksmld_page_cases ul li .tit {
    line-height: 3;
    text-align: center;
    font-size: 16px;
}

.ksmld_page_cases ul li .jj p::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #999;
    border-radius: 50%;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
}


/* partner */

.ksmld_page_pic_partner {
    text-align: center;
    padding: 20px 0;
}

.ksmld_page_pic_partner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0
}

.ksmld_page_pic_partner ul li {
    margin-bottom: 20px;
    width: 23%;
    box-sizing: border-box;
    padding: 8px;
    cursor: pointer;
    border: 1px solid #dadada;
}

.ksmld_page_pic_partner ul li img {
    width: 100%;
    box-sizing: border-box;
    max-height: 254px
}

.ksmld_page_pic_partner ul li .tit {
    line-height: 3;
}


/* tram */

.ksmld_page .team {
    display: flex;
    justify-content: space-between;
    background-color: #f5f5f5;
    padding: 24px 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.ksmld_page .team li {
    width: 100%;
    font-weight: bold;
}

.ksmld_page .team li .top {
    font-size: 18px;
    line-height: 2;
    color: #333;
}

.ksmld_page .team li .b {
    color: #672f90;
    font-size: 72px;
    position: relative;
}

.ksmld_page .team li .b em {
    position: absolute;
    font-size: 30px;
    top: 0;
    color: #333;
}

.ksmld_page .team li i {
    font-size: 18px;
    line-height: 2;
    color: #333;
}

.ksmld_page .team01 p {
    font-size: 18px;
    line-height: 3;
    text-indent: 30px;
}


/* Organization */

.ksmld_page .organization {
    background-color: #f5f5f5;
    padding: 24px 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.ksmld_page .organization img {
    float: left;
    width: 500px;
}

.ksmld_page .organization p {
    width: 550px;
    float: right;
    padding: 0 30px;
    font-size: 18px;
    line-height: 3;
    font-weight: bold;
    color: #333;
}


/* news */

.ksmld_news_l {
    margin-top: 20px;
}

.ksmld_news_l .left {
    width: 240px;margin-bottom: 30px;
}

.ksmld_news_l .left .tit {
    background: #672f90;
    height: 80px;
}

.ksmld_news_l .left .tit h3 {
    height: 75px;
    font-size: 24px;
    font-weight: normal;
    line-height: 75px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
}

.l_nav {
    border: 1px solid #f5f5f5;
}

.l_nav-one h3 {
    height: 50px;
    line-height: 50px;
    background: url(../images/icon05.png) no-repeat right center #fff;
    margin-bottom: 2px;
    overflow: hidden;
}

.l_nav-one h3 a {
    display: block;
    font-size: 15px;
    font-weight: normal;
    margin-right: 40px;
    margin-left: 18px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.l_nav-one h3.navcur,
.l_nav-one h3:hover {
    background: url(../images/icon06.png) no-repeat right center #672f90;
}

.l_nav-one h3.navcur a,
.l_nav-one h3:hover a {
    color: #fff;
}

.ksmld_news_l .right {
    width: 1010px;
}

.infolist-list dl {
    border: 1px solid #dedede;
    margin-bottom: 15px;
    padding: 22px 22px 22px 22px;
    background: #fff;
    overflow: hidden;
}

.infolist-list dt {
    width: 29.5%;
    float: left;
    margin-right: 2.8%;
}

.infolist-list dt img {
    width: 100%;
    display: block;
    border: 1px solid #efefef;
    box-sizing: border-box;
}

.infolist-list dd h4 {
    height: 40px;
    font-weight: normal;
    font-size: 18px;
    color: #154c64;
    line-height: 40px;
    margin-bottom: 5px;
    overflow: hidden;
}

.infolist-list h4 a {
    display: block;
    height: 40px;
    color: #4b4a4a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.infolist-list dl:hover {
    border: 1px solid #672f90;
}

.infolist-list dl:hover h4 a {
    color: #672f90;
}

.infolist-list-desc {
    max-height: 72px;
    font-size: 14px;
    line-height: 24px;
    color: #797979;
    margin-bottom: 28px;
    overflow: hidden;
}

.infolist-list-deta {
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    float: right;
    background: #b6b6b6;
    color: #fff;
}

.infolist-list-deta a {
    color: #fff;
}

.infolist-list dl:hover .infolist-list-deta {
    background: #672f90;
    border-color: #672f90;
}

.infolist-list dl:hover .infolist-list-deta a {
    color: #fff;
}


/* news详情页 */

.ksmld_news_show {
    background: #fff;
    padding: 18px 0;
}

.ksmld_news_show img {
    max-width: 100%;
}

.ksmld_news_show-tit {
    height: 38px;
    font-size: 24px;
    font-weight: normal;
    line-height: 38px;
    color: #4b4a4a;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ksmld_news_show-sour {
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #aaa;
    margin-bottom: 20px;
}

.ksmld_news_show-sour a {
    color: #aaa;
}

.ksmld_news_show-sour span {
    margin: 0 9px;
}
.ksmld_news_show-desc video{width: 100% !important; height: auto !important;}
.ksmld_news_show-text {
    padding: 16px 18px;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #d6d6d6;
    margin-bottom: 22px;
}

.ksmld_news_show-text-t1 {
    width: 78px;
    float: left;
    color: #342f2e;
    margin-right: -78px;
}

.ksmld_news_show-text-t2 {
    padding-left: 80px;
}

.ksmld_news_show {
    line-height: 2;
    font-size: 16px;
}
.ksmld_news_show .ksmld_news_show-desc  {max-width: 100%;width: 100%}
}

/* 相关推荐 */

.tuijian-tit {
    height: 55px;
    font-size: 24px;
    line-height: 55px;
    color: #4b4a4a;
}

.tuijian-list li {
    height: 46px;
    font-size: 14px;
    line-height: 46px;
    color: #4b4a4a;
    border-top: 1px dashed #dbdbdb;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tuijian-list li a {
    color: #4b4a4a;
}

.tuijian-list li span {
    float: right;
}

.tuijian-pagin-01 dl {
    margin-bottom: 24px;
}

.tuijian-pagin-01 dd {
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tuijian-pagin-01 dd b {
    float: right;
    font-weight: normal;
}

.tuijian-pagin-01 dd span {
    width: 60px;
    height: 32px;
    background: #a2a2a2;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}

.tuijian-pagin-01 dt {
    height: 1px;
    border-bottom: 1px dashed #b5b5b5;
    margin-left: 60px;
    padding-top: 2px;
    margin-bottom: 2px;
}

.tuijian-pagin-01 dd em {
    float: right;
    font-style: normal;
    padding-left: 20px;
    font-weight: normal;
}

.tuijian-pagin-01 dl a {
    color: #4b4a4a;
}

.tuijian-pagin-01-href {
    float: right;
    font-size: 18px;
    line-height: 32px;
}

.tuijian-pagin-01-href span {
    display: inline-block;
    padding: 0 6px;
    margin-left: 4px;
    background: #672f90;
}

.tuijian-pagin-01-href a {
    display: block;
    color: #fff;
}

.tuijian-pagin-01-key {
    min-height: 40px;
    border-top: 1px solid #672f90;
    font-size: 14px;
    line-height: 40px;
    color: #575556;
}

.tuijian-pagin-01-key a {
    color: #575556;
}

.tuijian-pagin-01-key span {
    display: inline-block;
    margin: 0 4px;
}


/* 搜索结果 */

.xnznr-page {
    text-align: center;
    margin-top: 25px;
}

.xnznr-page-main {
    margin-bottom: 30px;
}

.xnznr-page a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #aaa;
    vertical-align: middle;
    margin-right: 4px;
}

.xnznr-page a.cur {
    color: #fff;
    background: #124a62;
    border: 1px solid #124a62;
}

.xnznr-page a img {
    display: block;
}

.search_res-tit {
    border-bottom: 1px solid #ccc;
}

.search_res-tit h3 {
    height: 46px;
    text-align: left;
    line-height: 46px;
    background: #672f90;
    color: #fff;
    font-weight: normal;
    position: relative;
    top: 1px;
    font-size: 18px;
}

.search_res-main dl {
    padding: 23px 0;
    clear: both;
    border-bottom: 1px solid #cbcbcb;
    display: inline-block;
    width: 100%;
}

.search_res-main dt {
    width: 18%;
    padding-right: 23px;
    float: left;
}

.search_res-main dt img {
    width: 100%;
}

.search_res-main dd {
    float: left;
    width: 79%;
}

.search_res-main dd h4 {
    font-size: 18px;
    font-weight: normal;
}

.search_res-main dd h4 span {
    color: #f00;
}

.search_res-desc {
    line-height: 30px;
    height: 60px;
    padding-top: 8px;
    overflow: hidden;
}

.xnznr-page-main {
    text-align: center;
    margin-top: 25px;
}

.xnznr-page-main a,
.xnznr-page-main span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #aaa;
    vertical-align: middle;
    margin-right: 4px;
}

.xnznr-page-main .laypage_curr {
    color: #fff;
    background: #666;
    border: 1px solid #666;
}

.xnznr-page-main a img {
    display: block;
}


/* product */

.ksmld_product_l {
    margin-top: 20px;
}

.ksmld_product_l .left {
    width: 280px;
}

.ksmld_product_l .left .tit {
    background: #672f90;
    height: 68px;
}

.ksmld_product_l .left .tit {
    background: url(../images/icons/icon_pro.png) no-repeat 30px 25px #672f90;
    width: 100%;
    box-sizing: border-box;
    padding-left: 80px;
    padding-top: 20px;
    font-size: 24px;
    color: #fff;
    text-align: left;
    font-weight: bold;
}

.ksmld_product_l .left .tit span {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
}

.ksmld_product_l .left {
    margin-bottom: 20px;
    float: left;
}

.ksmld_product_l .left img {
    width: 100%;
    border: 1px solid #efefef;
}

.ksmld_product_l .right {
    width: 980px;
}

.ksmld_product_l .right ul {
    padding: 0;
    width: 100%;
}

.ksmld_product_l .right ul li {
    margin-bottom: 10px;
    width: 300px;
    margin-right: 30px;
    float: left;
    overflow: hidden;
    border: 1px solid #efefef;
    padding: 10px;
    box-sizing: border-box;
}

.ksmld_product_l .right ul li:nth-child(3n+0) {
    margin-right: 0;
}

.ksmld_product_l .right ul .pic {
    text-align: center;
    width: 100%;
    height: 209px;
    overflow: hidden;
}

.ksmld_product_l .right ul .pic img {
    width: 100%;
    height: 209px;
    display: block;
    box-sizing: border-box;
}

.ksmld_product_l .right ul .list .item {
    font-size: 16px;
    line-height: 2;
    color: #333;
}

.ksmld_product_l .right ul .list .title {
    font-weight: bold;
    font-size: 16px;
    line-height: 2.5;text-align: center;
}

.ksmld_product_l .right ul .list .Load {
    background: url(../images/reach.png) no-repeat 0 12px;
    font-size: 16px;
    padding-left: 30px;
}

.ksmld_product_l .right ul .list .distance {
    background: url(../images/payload.png) no-repeat 3px 8px;
    font-size: 16px;
    padding-left: 30px;
}


/* 产品详情页 */

.ksmld_product_show {
    background: #fff;
    padding: 18px 0;
}

.ksmld_product_show .left {
    width: 280px;
}

.ksmld_product_show .left .tit {
    background: #672f90;
    height: 68px;
}

.ksmld_product_show .left .tit {
    background: url(../images/icons/icon_pro.png) no-repeat 30px 25px #672f90;
    width: 280px;
    box-sizing: border-box;
    padding-left: 80px;
    padding-top: 20px;
    font-size: 24px;
    color: #fff;
    text-align: left;
    font-weight: bold;
}

.ksmld_product_show .left .tit span {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
}

.ksmld_product_show .right {
    width: 960px;
}

.ksmld_product_show_page .left {
    width: 500px;
    float: left;
    overflow: hidden;
    border: 1px solid #efefef;
}

.ksmld_product_show_page .left img {
    width: 100%;
    box-sizing: border-box;
}

.ksmld_product_show_page .right {
    width: 400px;
    float: right;
}

.ksmld_product_show_page .right h1 {
    font-size: 24px;
    color: #333;
    line-height: 2;
    border-bottom: 1px solid #f5f5f5;
    margin-top: 10px;
    font-weight: normal;
}

.ksmld_product_show_page .right h5 {
    font-size: 18px;
    color: #333;
    line-height: 2.5;
    font-weight: normal;
}

.ksmld_product_show_page .right .phone {
    background: url(../images/ico_phone.png) no-repeat 0 10px;
    font-size: 16px;
    padding-left: 50px;
    margin-top: 20px;
}

.ksmld_product_show_page .right .phone em {
    display: block;
    font-size: 30px;
    color: #ea3136;
    font-weight: bold;
}

.ksmld_product_show_page .right p {
    line-height: 2.5;
    font-size: 15px;
    color: #666666;
    box-sizing: border-box;
    position: relative;
}

.ksmld_product_show_page h4 {
    margin-top: 20px;
    color: #672f90;
    font-size: 24px;
    line-height: 2;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
}

.ksmld_product_show_page img {
    width: 100%;
}

.ksmld_product_show_list {
    margin-top: 20px;
    width: 100%;
    border: 1px solid #ddd;
    text-align: left;
}

.ksmld_product_show_list .hd {
    height: 50px;
    line-height: 50px;
    background: #f4f4f4;
    padding: 0 10px 0 20px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.ksmld_product_show_list .hd ul {
    float: left;
    position: absolute;
    left: 20px;
    top: -1px;
    height: 32px;
}

.ksmld_product_show_list .hd ul li {
    float: left;
    padding: 0 30px;
    cursor: pointer;
    font-size: 16px;
}

.ksmld_product_show_list .hd ul li.on {
    height: 50px;
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: 2px solid #fff;
}

.ksmld_product_show_list .bd ul {
    padding: 15px;
    zoom: 1;
}

.ksmld_product_show_list .bd li {
    height: 24px;
    line-height: 24px;
}

.ksmld_product_show_list .bd li .date {
    float: right;
    color: #999;
}

.ksmld_product_show_list .p1 {
    line-height: 2;
}

.ksmld_product_show_list .p2 {
    line-height: 2.5;
}

.ksmld_product_show_list .p2 table {
    margin: 0 auto;
    color: #262626;
    width: 100%
}

.ksmld_product_show_list .p2 table td {
    border: 1px solid #e5e5e5;
    line-height: 1.8rem;
    padding: 0.2rem;
    text-align: center;
    font-size: 1rem
}

.ksmld_product_show_list .p2 table td[colspan="2"] {
    background: #f5f5f5;
    text-align: left;
    font-weight: bold;
    padding-left: 10px
}

.ksmld_product_show_list .p2 table tr:first-child {
    text-align: center;
    background: #c00000;
    color: #fff;
    font-weight: bold;
}

.ksmld_product_show_list .p2 table .bold {
    font-weight: bold;
    background: #f5f5f5
}

.ksmld_product_show_list .p2 table a {
    font-weight: bold;
    font-size: 16px;
    color: #0064a0
}

.ksmld_product_show_list .p3 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.ksmld_product_show_list .p3 .list {
    width: 24%;
    margin-right: 1.3333333333333333%;
}

.ksmld_product_show_list .p3 .list .pic {
    border: 1px solid #efefef;
    padding: 5px;
}

.ksmld_product_show_list .p3 .list .pic img {
    width: 100%;
    height: 148px;
}

.ksmld_product_show_list .p3 .list:nth-child(4n+0) {
    margin-right: 0;
}

.ksmld_product_show_list .p3 .list .tit {
    line-height: 3;
    text-align: center;
}

.ksmld_product_show_list .p4 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.ksmld_product_show_list .p4 .list {
    width: 31.333333333333333%;
    margin-right: 2%;
}

.ksmld_product_show_list .p4 .list .pic {
    border: 1px solid #efefef;
    padding: 5px;
}

.ksmld_product_show_list .p4 .list .pic img {
    width: 100%;
    height: 248px;
}

.ksmld_product_show_list .p4 .list:nth-child(4n+0) {
    margin-right: 0;
}

.ksmld_product_show_list .p4 .list .tit {
    line-height: 3;
    text-align: center;
}