/* common */
@media screen and (max-width: 700px) {
    img{max-width: 100%;}
}
@media screen and (min-width: 700px) {
    img{width: 100%;}
}
/* body{max-width: 375px;margin: 0 auto;} */
.m_title{display: flex;justify-content: space-between;}
.m_title h3{font-size: 16px;font-weight: bold;}
.m_title h3::before{content: "";width: 2px;height: 100%;background-color: #0B6CB2;margin-right: 5px;display: inline-block;vertical-align: bottom;}
.m_title span a{color: #999999;}

/* 产品列表 */
.m_ul{display: block;width: 100%;margin: 15px 0;overflow-y: hidden;overflow-x: auto;white-space: nowrap;}
.m_ul li{padding: 8px;box-sizing: border-box;border: 1px solid #EEEEEE;margin-right: 12px;display: inline-block;color: #999999;}
.m_ul li:last-child{margin-right: 0;}
.m_ul .active{border: 1px solid #0B6CB2;color: #0B6CB2;}

.m_list {overflow: hidden;display: none;}
.m_list li{width:calc( calc(100% - 15px) / 2 );margin-bottom: 15px; margin-right: 15px;float: left;}
.m_list img{display: block;height: 115px;max-width: 100%;margin:0 auto;}
.m_list li a{display: block;}
.m_list li:nth-child(2n){margin-right: 0;}
.m_list .p{font-weight: bold;line-height: 30px;}

.m_list.active{display: block;}



/* head */
.m_header {box-sizing: border-box;position: fixed;top: 0;left: 0;right: 0;z-index: 100;background-color: #FFFFFF;}
.m_header .nav{height: 60px;display: flex;justify-content: space-between;align-items: center;position: relative;}
.m_header .logo{width:86%;margin-right: 15px;}
.m_header .h3{font: 16px;font-weight: bold;}
.m_header .nav_left{display: flex;align-items: center;}
.m_header .nav_right{width:32px ;height: 27px;border: 1px solid #0B6CB2;display: flex;flex-direction: column;justify-content: center; align-items: center;}
.m_header .nav_right span{display: block; width:16px ;height: 1px;background-color: #0B6CB2;margin: 2px 0;transition: all 0.3s;}

.m_header .nav_right.active span:nth-child(1){transform: rotate(40deg);transform-origin:center center;width:20px ;margin:0 ;transition: all 0.3s; margin-bottom: -1px;}
.m_header .nav_right.active span:nth-child(2){display: none;transition: all 0.3s;}
.m_header .nav_right.active span:nth-child(3){transform: rotate(-40deg);transform-origin:center center;width:20px ;margin:0 ;transition: all 0.3s;}


/* 菜单 */
.m_menu{position: fixed;left: 0;right: 0;top: 60px;bottom: 0;background-color: rgba(0,0,0,0.6);z-index: 2000;}
.m_menu .menu_list{background-color: #FFFFFF;padding:0 15px;z-index: 888;box-shadow: 0 5px 10px rgba(0,0,0,0.2);max-height: 80vh;overflow-y: auto;}
.m_menu .menu_list a{display: block;width: 100%;}
.m_menu .menu_one{border-bottom: 1px solid #EEEEEE;}
.m_menu .menu_one:last-child{border-bottom: none;}
.m_menu .menu_one h3{font-size: 16px;font-weight: bold;display: flex;justify-content: space-between;align-items: center;padding: 15px 0;}
.m_menu .menu_one h3 i{font-size: 14px; color: #999999;display: inline-block;margin-right: 5px;}
.m_menu .menu_two{display: none;}
.m_menu .menu_two li{height: 38px;line-height: 38px;padding-left: 30px;box-sizing: border-box;}
.m_menu .menu_two li:hover{background-color: #EEEEEE;}


/* 搜索 */
.serch {display: flex;margin-top: 0px;}
.serch input[type="search"]{flex: 1; border: 1px solid #eeeeee;height: 30px;line-height: 30px;padding: 0 10px;box-sizing: border-box;}
.serch input[type="submit"]{width: 80px; background-color: #eeeeee;color: #333333;height: 30px;line-height: 30px;border: none;}

/* banner */
.m_banner .swiper-pagination-bullet{width: 5px;height: 5px;}

/* 关于我们 */
.m_about{box-sizing: border-box;}
.m_about .ab_center {padding: 15px 0;}
.m_about .ab_center .p{line-height: 24px;margin-top: 15px;}

/* 产品中心 */
.m_product .pro_center{box-sizing: border-box;}

/* 案例中心 */
.m_case .case_center{box-sizing: border-box;}
.m_case .m_list li{border-bottom: 1px solid #eeeeee;}


/* 新闻中心 */
.news_bg{position: relative;margin-bottom: 15px;}
.news_bg img{display: block;}
.news_bg .p{position: absolute;color: #FFFFFF; left: 0;right: 0;top: 0;bottom: 0;background-color: rgba(11, 108, 178, 0.8);display: flex;justify-content: center;align-items: center;flex-direction: column;}
.news_bg .p h3{font-size: 38px;}
.news_bg .p span{font-size: 20px;margin: 0 15px;}
.news_bg .p span:nth-child(1),.news_bg .p span:nth-child(5){color: rgba(255,255,255,.4);}
.news_bg .p span:nth-child(2),.news_bg .p span:nth-child(4){color: rgba(255,255,255,.8);}

.m_news .new_list {border-bottom: 1px solid #EEEEEE;}
.m_news .new_list .title{display: flex;margin:10px 0;}
.m_news .new_list .title span{display: inline-block;width: 80px;text-align: right;color: #999999;}
.m_news .new_list .title b{flex: 1;}
.m_news .new_list .txt {line-height: 24px;color: #999999;padding-bottom: 15px;}


/* 合作伙伴 */
.m_clients .clients_center{margin: 15px 0;}


/* 底部 */
.m_footer{margin-top: 15px;margin-bottom: 71px;}
.m_footer .foot_top {border-bottom: 1px solid #EEEEEE;}
.m_footer .foot_top img{display: block; width: 80px;height: 80px;}
.m_footer .foot_top{padding: 15px 0;display: flex;flex-direction: column;align-items: center;}
.m_footer .foot_top h3{font-size: 18px;font-weight: bold;color: #0B6CB2;padding: 10px 0;}
.m_footer .foot_copy{font-size: 12px;padding: 25px 0; text-align: center; color: #999999;line-height: 20px;}
.m_footer .foot_tel{position: fixed;left: 0;right: 0;bottom: 0;z-index: 1000; background-color: #FFFFFF; font-size: 12px;text-align: center; color: #999999;line-height: 20px;border-top: 1px solid #EEEEEE;font-size: 16px;}
.m_footer .foot_tel a{display: block;background-color: #0B6CB2;color: #FFFFFF;height: 40px;display: flex;justify-content: center;align-items: center;}
.m_footer .foot_tel i{margin-right: 5px;}

.m_footer .back_top {position: fixed;right: 30px;bottom: 15%;z-index: 999;display: block;width: 40px;height: 40px;background-color: #f4f4f4;line-height: 40px;text-align: center;}




/* ---------------内页------------------------ */
.nei_ul{display: block;width: 100%;margin: 15px 0;overflow-y: hidden;overflow-x: auto;white-space: nowrap;}
.nei_ul li a{padding:4px 8px;display: block; box-sizing: border-box;border: 1px solid #EEEEEE;}
.nei_ul li{margin-right: 12px;display: inline-block;color: #999999;}
.nei_ul li:last-child{margin-right: 0;}
.nei_ul .active a{border: 1px solid #0B6CB2;color: #0B6CB2;}

/* 关于我们 */
.about_center {line-height: 24px;}
.about_wh li{display: block;}
.about_wh li h3{padding: 5px 0;border-bottom: 1px solid #EEEEEE;}
.about_wh li .p{padding: 10px 0;}

.about_honor {overflow: hidden;} 
.about_honor li{float: left;margin-right:15px;width:calc(calc(100vw - 60px) / 3 );margin-bottom: 15px;} 
.about_honor li img{display: block;} 
.about_honor li:nth-child(3n){margin-right: 0;} 

.contact_center .img{margin: 15px 0;}
.contact_center .user li{margin: 10px 0;}


/* 产品详情 */
.nei_product .pro_detial .title{padding-bottom: 15px;border-bottom: 1px solid #333333;}
.nei_product .pro_detial .title h3{font-size: 16px;font-weight: bold;}
.nei_product .pro_detial .title .p{color: #999999;margin-top: 5px;}
.nei_product .pro_detial .title .p span{margin-right: 15px;}
.nei_product .pro_detial .title .p i{font-size: 13px;margin-right: 5px;}
.nei_product .pro_detial .content{padding: 15px 0;box-sizing: border-box;line-height: 24px;}
.nei_product .pro_detial .pages {margin: 15px 0;}
.nei_product .pro_detial .pages a{display: block;margin-bottom: 15px;border: 1px solid #EEEEEE;padding: 5px 10px;}

/* 新闻 */
.news_center {margin-top: 15px;}
.news_center .list_news li{margin-bottom: 15px;border-bottom: 1px solid #eeeeee;}
.news_center .list_news .title{line-height: 20px;display: flex;}
.news_center .list_news .title{line-height: 20px;display: flex;}
.news_center .list_news .title span{color: #999999;display: inline-block;width:80px;}
.news_center .list_news .title b{flex: 1;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news_center .list_news .txt{margin: 10px 0;line-height: 24px;color: #999999;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

/* 在线留言 */
.msg_center{margin-top: 30px;}
.msg_center .linemsg label{display: block;}
.msg_center .linemsg label span{display: block;font-weight: bold;margin:10px 0;}
.msg_center .linemsg input{width: 100%;height: 35px;line-height: 35px;border:1px solid  #EEEEEE;padding:0 10px;box-sizing: border-box;}
.msg_center .linemsg textarea{width: 100%;height: 60px;padding:5px 10px;box-sizing: border-box;resize: none;border:1px solid  #EEEEEE;}
.msg_center .linemsg .code{width: 110px;height: 35px;padding:10px;box-sizing: border-box;border:1px solid  #EEEEEE;}
.msg_center .linemsg .codeimg{width: 100px;height: 35px;display: inline-block;vertical-align: bottom;margin: 0 15px;}
.msg_center .linemsg b{font-weight: initial;}
.msg_center .linemsg .btn {display: flex;justify-content: center;margin: 30px 0;}
.msg_center .linemsg .btn input{width:100px;margin-right: 20px;font-size: 14px;cursor: pointer;transition: all 0.3s;}
.msg_center .linemsg .btn input:hover{background-color: #0B6CB2;color: #FFFFFF;transition: all 0.3s;}
.msg_center .linemsg .reset{cursor: pointer;}


/* 全局搜索 */
.nei_serch .sec_nav {border: 1px solid #EEEEEE;overflow: hidden; height: 30px;line-height: 30px;}
.nei_serch .sec_nav li{padding: 0 15px;float: left;cursor: pointer;}
.nei_serch .sec_nav li.active{color: #0B6CB2;}

.nei_serch .sec_wrapper{margin-top: 15px;}
.nei_serch .sec_wrapper .sec_list{overflow: hidden;display: none;}
.nei_serch .sec_wrapper .sec_list.active{display: block;}

.nei_serch .sec_wrapper .list_pro li{width: calc(calc(100vw - 45px) / 2);float: left;margin-right: 15px;margin-bottom: 15px;}
.nei_serch .sec_wrapper .list_pro li:nth-child(2n){margin-right: 0;}
.nei_serch .sec_wrapper .list_pro .p {padding: 10px 0;}

.nei_serch .sec_wrapper .list_news .title{display: flex;}
.nei_serch .sec_wrapper .list_news .title b{flex: 1;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.nei_serch .sec_wrapper .list_news .title span{width: 80px;color: #999999;display: block;}
.nei_serch .sec_wrapper .list_news li {border-bottom: 1px solid #eeeeee;margin-bottom: 15px;}
.nei_serch .sec_wrapper .list_news .txt {margin: 10px 0;line-height:24px;color: #999999;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}


.nei_serch .sec_wrapper .list_case li{width: calc(calc(100vw - 45px) / 2);float: left;margin-right: 15px;margin-bottom: 15px;border-bottom: 1px solid #eeeeee;}
.nei_serch .sec_wrapper .list_case li:nth-child(2n){margin-right: 0;}
.nei_serch .sec_wrapper .list_case a,.nei_serch .sec_wrapper .list_case img{display: block;}
.nei_serch .sec_wrapper .list_case .txt{padding: 10px 0;}

/* 信息标签 */

.label {padding: 10px 0;overflow: hidden;}
.label .la_li {float: left;margin-bottom: 10px; margin-right: 10px;background-color: #DEE9F2;border-radius: 5px;border: 1px solid #CCCECE;box-sizing: border-box;}
.label .la_li a{display: block;padding: 4px 8px;color: #787775;font-size: 12px;}
.label .la_li:hover a{background-color: #cfdfed;}
.label .la_li i{font-size: 12px;margin-right: 4px;color: #888888;}


/* 相关信息 */
.message .msg_tit{font-size: 16px;padding: 15px 0;}
.message .list{overflow: hidden;}
.message .pro_list .item{float: left;display: inline-block;width: calc(calc(100% - 30px) / 3);margin-right: 15px;margin-bottom: 10px;}
.message .pro_list .item:nth-child(3n){margin-right: 0;}
.message .list a,.message .list img{display:block;width: 100%;}
.message .pro_list .item p{line-height: 25px;font-size: 12px;}
.message .news_list .item{line-height: 35px;padding-right:15px;overflow: hidden;border-bottom:1px solid #eeeeee ;}
.message .news_list .item p{width: calc(100% - 80px);overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.message .news_list .item a{overflow: hidden;}
.message .news_list .item:last-child{border-bottom:none;}
/* 分页 */
.pagination{display: flex;justify-content: center;margin: 30px 0;}
.pagination .page-item{width: 30px;height: 30px;background-color: #EEEEEE;margin: 0 5px;}
.pagination .page-item .page-link{display: block;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.pagination .page-item.active{background-color: #0B6CB2;color: #FFFFFF;}
.pagination .page-item.active a{color: #FFFFFF;}
.pagination .page-item:hover{background-color: #0B6CB2;color: #FFFFFF;}
.pagination .page-item:hover a{color: #FFFFFF;}










