/* 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: #2957ac;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 #2957ac;color: #2957ac;}

.m_list {overflow: hidden;display: none;}
.m_list li{    width: calc( calc(100% - 19px) / 2 );
    margin-bottom: 15px;
    margin-right: 15px;
    float: left;
    border: 1px solid #c8c7cc;}
.m_list img{height: 210px;
    max-width: 100%;}
.m_list li a{display: block;
    text-align: center;
    margin: 0 auto;}
.m_list li:nth-child(2n){margin-right: 0;}
.m_list .p{font-weight: bold;line-height: 30px;}

.m_list.active{display: block;}

.erweimazx {
    margin-top: 0;
}
.searchbox {
    padding: 2% 0;
    border-bottom: 1px solid #dedede;
    background: #f8f8f8;
}
.text1 {
    width: 76%;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-left: 2%;
    padding-left: 2%;
    box-sizing: border-box;
    font-size: 20px;
    background: #2957ac;
    text-align: center;
}

.text1>a {
    color: #fff;
    font-weight: 600;
}

.ibtn>a {
    color: #fff;
}

.ibtn {
    width: 20%;
    height: 40px;
    line-height: 40px;
    float: right;
    background: #ff8214;
    color: #fff;
    font-size: 14px;
    margin-right: 2%;
    cursor: pointer;
    text-align: center;
}

.erweimazx img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
    height: auto;
}
.itl {
    position: relative;
    margin: 0.1rem auto;
    height: 35px;
    border-bottom: 1px solid #333;
    padding: 0 20px 0 10px;
}

.itl_more {
    position: absolute;
    /* top: 0.08rem; */
    right: 0;
    padding: 0 0.3rem;
    color: #000;
    font-size: 14px;
    display: inline-block;
    /* line-height: 0.3rem; */
}

.itl h2 {
    float: left;
    font-size: 16px;
    color: #333;
    margin:0 0;
}

.itl h3 {
    float: left;
    width: 40%;
    margin-top: 2px;
    line-height: 20px;
    color: #FFF;
    background: #2957ac;
    font-size: 14px;
    margin-left: 0.55rem;
    padding-left: 0.5rem;
    text-transform: uppercase;
    font-style: italic;
    transform: skew(-25deg, 0);
    -webkit-transform: skew(-25deg, 0);
}

.itl h3 span {
    display: block;
    transform: skew(24deg, 0);
    -webkit-transform: skew(24deg, 0);
}

.proliul {
    float: left;
    width: 100%;
    text-align: center;
    padding: 2% 0 0 2%;
    height: auto;
    margin-bottom: 16px;
}

.proliul a {
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
    display: inline-block;
    color: #ffffff;
    width: 40%;
    padding: 2% 0%;
    background: #2957ac;
    margin: 2% 2% 0 0;
    font-size: 16px;
}
.section {
    margin: 1.2rem 0;
    background: #fff;
}
.news {
    padding: 0 .5rem;
}

.news .cells {}

.news .cell {
    position: relative;
    overflow: hidden;
    padding: .75rem 0
}

.news .cell:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #c8c7cc;
}

.news .cell:first-child {
    padding-top: 0;
}

.news .cell:last-child:after {
    display: none
}

.news .cell-hd {
    float: right;
    width: 22%;
    height: 62px;
}

.news .cell-hd img {
    width: 100%;
    height: 100%
}

.news .cell-bd {
    float: left;
    width: 75%;
}

.news .cell-bd h3 {
    margin: 0;
    font-size: 15px;
    color: #303030;
    font-weight: normal;
    line-height: 1.3
}

.news .cell-bd p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #666;
}

.fix-sider {
    position: fixed;
    bottom: 0;
    z-index: 9;
    width: 100%;
}

.fix-sider .circle {
    display: table;
    width: 1.85rem;
    height: 1.85rem;
    background: #cc0000;
    border-radius: 50%;
    text-align: center;
}

.fix-sider .circle a {
    display: table-cell;
    vertical-align: middle;
    font-size: .5rem;
    color: #fff
}

.fix-sider .circle i {
    font-style: normal;
    color: #fff;
    font-size: .55rem;
    font-weight: bold;
}

.fix-sider .circle i.mui-icon {
    font-size: 1.25rem;
    line-height: 1;
    display: table-cell;
    vertical-align: middle;
}

.fix-sider .btn-gotop {
    margin-top: .25rem;
    display: none
}

.footer1 a:nth-child(1), .footer1 a:nth-child(2), .footer1 a:nth-child(3) {
    border-right: 1px solid #d01d1d;
}
.footer1 a {
    color: #FFFFFF !important;
    font-size: 15px !important;
    background: #2957ac;
    height: 45px;
    text-align: center;
    line-height: 45px;
    -webkit-box-flex: 1;
    width: 33%;
    float: left;
}
.footer1 a img{float: left;padding-top: 5px;padding-left: 10px;}
/* 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:85%;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 #2957ac;display: flex;flex-direction: column;justify-content: center; align-items: center;}
.m_header .nav_right span{display: block; width:16px ;height: 1px;background-color: #2957ac;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: 0 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: #2957ac;padding:10px 0 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: #2957ac;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 #2957ac;color: #2957ac;}

/* 关于我们 */
.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: #2957ac;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: #2957ac;}

.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: #2957ac;color: #FFFFFF;}
.pagination .page-item.active a{color: #FFFFFF;}
.pagination .page-item:hover{background-color: #2957ac;color: #FFFFFF;}
.pagination .page-item:hover a{color: #FFFFFF;}










