 @charset "utf-8";
 .insidebg {
     height: 200px;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
 }
 /* 搜索 */
 /*  
 .search {
     background-color: #f2f2f2;
     padding: 30px 0;
     border-bottom: 1px solid #eeeeee;
 }
 
 .search_box {
     display: flex;
     justify-content: space-between;
     align-items: center;
 }
 
 .search_box_l {
     display: flex;
     align-items: center;
 }
 
 .search_box_l span {
     color: #000000;
     font-size: 14px;
 }
 
 .search_box_l a {
     margin: 0 5px;
 }
 
 .search_box_r {
     display: flex;
     align-items: center;
 }
 
 .search_box_r input {
     width: 170px;
     height: 35px;
     border-radius: 17px 0 0 17px;
     border: 1px solid #cfcfcf;
     color: #7b7b7b;
     padding-left: 20px;
     font-size: 14px;
 }
 
 .search_box_r a {
     width: 44px;
     height: 35px;
     line-height: 35px;
     text-align: center;
     border-radius: 0 17px 17px 0;
     background-color: #2c3e6f;
     color: #fff;
 }
 
 .search_box_r a i {
     font-size: 24px;
 } */
 /* 面包屑导航 */
 
 .breadcrumb {
     padding: 18px 0;
     display: flex;
     align-items: center;
     border-bottom: 1px dashed #eeeeee;
 }
 
 .breadcrumb1 {
     display: flex;
     align-items: center;
     font-size: 14px;
     color: #666;
     margin-right: 8px;
 }
 /*  
 .breadcrumb1::before {
     content: '';
     display: inline-block;
     width: 10px;
     height: 20px;
     background-color: #fe0629;
     margin-right: 8px;
 } */
 
 .breadcrumb1 i {
     color: #fe0629;
     margin-right: 8px;
 }
 
 .breadcrumb2>a {
     font-size: 14px;
     color: #666;
 }
 
 .breadcrumb2>a:hover {
     color: #fe0629;
 }
 
 .breadcrumb2>a>i {
     font-size: 14px;
     color: #666;
     margin: 0 3px;
 }
 
 .breadcrumb2>a:last-child i {
     display: none;
 }
 /* 产品列表 */
 
 .prolist {
     margin-top: 20px;
     display: flex;
     justify-content: space-between;
 }
 
 .prolist_l {
     width: 240px;
 }
 
 .prolist_list_title {
     height: 80px;
     line-height: 80px;
     padding-left: 40px;
     font-size: 24px;
     color: #fff;
     background-color: #2c3e6f;
     margin-bottom: 2px;
 }
 
 .prolist_list_ct .prolist_list_item {
     margin-bottom: 2px;
     background-color: #ececeb;
     height: 50px;
     line-height: 50px;
     padding-left: 40px;
     display: flex;
     align-items: center;
 }
 
 .prolist_list_item>span {
     height: 100%;
     width: 160px;
     font-size: 16px;
     color: #000;
     transition: all .4s;
 }
 
 .prolist_list_item>i {
     height: 100%;
     width: 40px;
     text-align: center;
     font-size: 20px;
     color: #666;
 }
 
 .prolist_list_ct>a:hover {
     background-color: #2c3e6f;
 }
 
 .prolist_list_ct>a:hover span {
     color: #fff;
 }
 
 .prolist_tel_txt {
     background-color: #2c3e6f;
     display: flex;
     padding: 12px 0;
     flex-direction: column;
     align-items: center;
 }
 
 .prolist_tel_t {
     display: flex;
     align-items: center;
 }
 
 .prolist_tel_t>i {
     font-size: 30px;
     color: #fff;
     margin-right: 8px;
 }
 
 .prolist_tel_t>span {
     font-size: 14px;
     color: #fff;
 }
 
 .prolist_tel_b {
     font-size: 28px;
     font-weight: 700;
     color: #fff;
 }
 
 .prolist_r {
     width: 930px;
 }
 /* 新闻列表 */
 
 .newslist {
     display: flex;
     flex-wrap: wrap;
 }
 
 .newslist>a {
     width: 100%;
     margin-bottom: 22px;
     padding: 40px 40px 20px 40px;
     border: 1px solid #dedede;
     transition: all .4s;
 }
 
 .newsitem_t {
     display: flex;
     justify-content: space-between;
     align-items: center;
 }
 
 .newsitem_t_img {
     width: 253px;
	 height: 150px;
    overflow: hidden;
 }
 
 .newsitem_t_txt {
     width: 570px;
 }
 
 .newsitem_t_txt h6 {
     font-size: 18px;
     color: #000;
     font-weight: 400;
 }
 
 .newsitem_t_txt p {
     margin-top: 15px;
     font-size: 14px;
     color: #797979;
     line-height: 24px;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 3;
     overflow: hidden;
 }
 
 .newsitem_b {
     display: flex;
     justify-content: flex-end;
 }
 
 .newsitem_b button {
     width: 90px;
     height: 30px;
     line-height: 30px;
     text-align: center;
     background: #b6b6b6;
     color: #fff;
     transition: all .4s;
 }
 
 .newslist>a:hover {
     border: 1px solid #2c3e6f;
 }
 
 .newslist>a:hover .newsitem_t_txt>h6 {
     color: #2c3e6f;
 }
 
 .newslist>a:hover .newsitem_b button {
     background-color: #2c3e6f;
 }
 /* 分页按钮 */
 
 .page {
     margin-top: 20px;
     display: flex;
     justify-content: center;
     align-items: center;
 }