@charset "utf-8";
/* 左侧公用 */
.l_menu{ width: 100%;}
.l_menu dt{ width: 100%; height: 98px;background: #0f5aac;text-align: center;color: #fff;box-sizing: border-box;padding-top: 25px;}
.l_menu .sub_title{font-size: 14px;font-family: Arial, Helvetica, sans-serif;line-height: 2;text-transform: uppercase;}
.l_menu .sup_title{font-size: 24px;color: #fff;}
.l_menu dd{border: 1px solid #efefef;width: 100%;padding:0 20px 10px;box-sizing: border-box;}
.l_menu dd a{width: 100%;line-height:45px;text-align: left;display: block;font-size: 16px;border-bottom: 1px solid #efefef;margin: 15px auto;}
.l_menu dd a:hover{background: #ffae00;color: #fff;}
.l_menu dd a:hover::before{color: #fff;}
.l_menu dd a::before{content: '>';font-family: 'KAITI';padding:0 10px 0 10px; color: #999999;}
.l_menu dd a.navcur{background: #ffae00;color: #fff;}
.l_menu dd a.navcur::before{color: #fff;}
/* end */
/* jx925_product */
.jx925_product{margin-top: 1rem;}
.jx925_product .right{ width: 100%;box-sizing: border-box;}
.jx925_product .right .t{font-size: 1.6rem;border-bottom: 1px solid #efefef;margin-bottom: 1rem;line-height: 2;font-weight: bold;position: relative;color:#008ed0;}
.jx925_product .right .t .more{position: absolute;right: 0;font-size: 1.2rem;top: 0.5rem;font-weight: normal;color: #999;}
.jx925_product .right ul{display: flex;flex-wrap: wrap;justify-content: flex-start;}
.jx925_product .right ul li{width: 49%;padding: 0.5rem;box-sizing: border-box;text-align: center;border: 1px solid #efefef;margin-right:2%;margin-bottom: 20px;}
.jx925_product .right ul li:nth-child(2n+0){margin-right: 0;}
.jx925_product .right ul li .pic{width: 100%;padding-bottom: 0.5rem;border-bottom: 1px solid #efefef;}
.jx925_product .right ul li img{width: 100%;}
.jx925_product .right ul li .title{text-align: center;line-height: 1.5;font-size: 1.2rem;}

.jx925_con{margin: 1rem auto;}
/* jx925_news */
.jx925_news .con,.jx925_about .con{box-sizing: border-box;}

.jx925_news{width: 100%;margin-top: 1rem;border-top: 2px solid #efefef;padding-top: 1rem;}
.jx925_news .pic_item{display: flex;flex-wrap: wrap; justify-content: space-between;width: 100%; box-sizing: border-box;border-bottom: 1px dotted #efefef;margin-bottom:1rem;}
.jx925_news .pic{width: 100%;}
.jx925_news .pic img{width: 100%;}
.jx925_news .item{width: 100%;}
.jx925_news .item .date{font-size: 1.2rem;line-height: 2;color: #999;}
.jx925_news .item .date p{font-size: 1.6rem;font-weight: bold;line-height: 2;}
.jx925_news .item .item_t{font-size: 1.5rem;line-height: 2;}
.jx925_news .item .item_d{font-size: 1.2rem;line-height: 2; color: #999;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.jx925_news .pic_item:hover{background: #f9f9f9;}


.jx925_news ul{display: flex;flex-wrap: wrap; justify-content: space-between;width: 100%; box-sizing: border-box;}
.jx925_news ul li{width: 100%;}
.jx925_news ul li .item_t{font-size: 1.5rem;line-height: 2.5;}
.jx925_news ul li .item_d{font-size: 1.2rem;line-height: 2; color: #999;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;margin-bottom: 1rem;}
.jx925_news ul li .date{text-align: right;color: #999;line-height: 2;position: relative;}
.jx925_news ul li .date::before{content: '';width: 100px; height: 1px;background: #efefef;position: absolute;left: 0;top: 50%;}

/* jx925_about */
.jx925_about{width: 100%;margin-top: 1rem;border-top: 2px solid #efefef;padding-top: 1rem;}

.jx925_about p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden;font-size: 1.3rem;text-indent: 30px;line-height: 2; color: #666666;}
.jx925_about img{width: 100%;}

