/* 通用 */

.hidden {
    display: none !important;
}

.mob-wrap {
    overflow: hidden;
}


/* 头部 */

.mob-head {
    background: #fff;
    padding: 10px 2%;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-end;
}

.mob-head .logo {
    width: 58%;
    margin-right: 2%;
}

.mob-head .logo img {
    max-width: 100%;
}

.mlogo-text {
    display: block;
    width: 46%;
}

.mlogo-text img {
    max-width: 100%;
}


/* 导航 */

.daohang {
    overflow-x: scroll;
    white-space: nowrap;
    justify-content: space-between;
    display: flex;
    background: #0f5db7;
    padding-left: 2rem;
}

.daohang li {
    height: 4.5rem;
    line-height: 4.5rem;
    color: #fff;
    padding: 0 2%;
}

.daohang li a {
    font-size: 13px;
    display: block;
    position: relative;
    height: 96%;
}

.daohang li a.linshi {
    border-bottom: 2px solid #fff;
}


/* banner */

.mob-banner .slick-dots li {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    opacity: 0.5;
    border-radius: 50%;
}

.mob-banner .slick-dots li.slick-active {
    opacity: 1;
    background-color: #ffffff;
}


/* 标题 */

.mob_titles {
    display: block;
    width: 96%;
    margin: 0 auto;
    text-align: center;
}

.mob_titles h2 {
    font-weight: bold;
    color: #000000;
    font-size: 1.8rem;
    line-height: 1;
}

.mob_titles h2 span {
    font-size: 2.5rem;
    color: #0055b4;
}

.mob_titles h3 {
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.25rem;
    color: #000000;
    line-height: 1;
    margin-top: 0.5rem;
}


/* 服务案例 */

.fw_case {
    display: block;
    padding: 3.5rem 0 4.5rem;
}

/*.case_lis {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 30px;*/
/*    margin-top: 6vw;*/
/*    background-color: #e8e9ea;*/
/*}*/

/*.case_lis .swiper-container {*/
/*    height: calc(30px + 10px);*/
/*    position: relative;*/
/*    align-items: center;*/
/*    display: flex;*/
/*    top: -5px;*/
/*    margin: -5px 0;*/
/*}*/

/*.case_lis ul {*/
/*    display: flex;*/
/*    width: 100%;*/
/*    background-color: #e8e9ea;*/
/*    height: 30px;*/
/*}*/

/*.case_lis li {*/
/*    display: flex;*/
/*    width: 25%;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    white-space: nowrap;*/
/*    position: relative;*/
/*    height: 30px;*/
/*}*/

/*.case_lis li+li::after {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 1px;*/
/*    height: 0.6rem;*/
/*    background-color: #838383;*/
/*    position: absolute;*/
/*    left: -0.5px;*/
/*    top: 50%;*/
/*    margin-top: -0.3rem;*/
/*}*/

/*.case_lis li a {*/
/*    display: block;*/
/*    width: calc(100% + 1em);*/
    /* height: 30px; */
/*    padding: 0 0.5em;*/
/*    text-align: center;*/
/*    line-height: 30px;*/
/*    font-size: 0.8rem;*/
/*    font-weight: normal;*/
/*    font-stretch: normal;*/
/*    letter-spacing: 0px;*/
/*    color: #000000;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    white-space: nowrap;*/
/*}*/

/*.case_lis li.swiper-on a {*/
/*    background-color: #0055b4;*/
/*    color: #ffffff;*/
/*    padding: 5px 0.5em;*/
/*}*/
.case_lis{
    display: block;
    width: 100%;
}

.case_lis ul{
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between;
    width: 96%;
    margin: 2% auto;
}

.case_lis li{
    display: block;
    width: 48%;   
    text-align: center;
    margin-top: 2%;
}
.case_lis li a{
    padding: 0 0.5em;
    text-align: center;
    line-height: 3;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
        background-color: #e8e9ea;
        display: block;
}

.case_lis li.on a{
    background-color: #0055b4;
    color: #ffffff;
}






.cases_con {
    display: block;
    margin-top: 15px;
}

.cases_con ul {
    display: flex;
}

.cases_con li {
    display: flex;
    width: 100%;    flex-flow: column-reverse;
}
.cases_con li:nth-child(n+2){
    display: none;
}
.cases_con li a.imgs {
    display: block;
    /*width: 62.5%;*/
    width: 100%;
    /*height: 66.5vw;*/
    background-color: #020202;
}

.cases_con li a.imgs img {
    width: 100%;
    height: 100%;
}

.cases_con li .wzs {
    display: block;
    /*width: 37.5%;*/
    width: calc(100% - 3rem);
    background-color: #f4f5f6;
    padding: 1.5rem 1.4rem 1rem 1.6rem;
    text-align: center;
}

.cases_con li .wzs h3 {
    /*font-size: 1.1rem;*/
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #1e1e1e;
    line-height: 3;
}

.cases_con li .wzs p {
    font-size: 0.7rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #5f5f5f;
    justify-content: space-between;
    text-align: left;
}

.cases_con li .wzs>a {
    display: inline-flex;
    /*width: 8rem;*/
    border: solid 1px rgba(158, 158, 158, 0.9);
    display: block;
    text-align: center;
    line-height: 2.4;
    margin: 2rem auto 0;
    font-size: 0.7rem;
    white-space: nowrap;
    padding: 0 1em;
    width: 10em;
    color: #5f5f5f;
}


/* 核心优势 */

.adv_box {
    display: block;
}

.adv_box .ggt {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}

.adv_box .ggt .mob_titles {
    margin: 0;
    margin-left: 3%;
    width: auto;
    padding-top: 7%;
    padding-bottom: 5%;
    display: inline-flex;
    flex-flow: column;
    align-items: center;
}

.adv_box .ggt .mob_titles h2 {
    color: #ffffff;
    font-size: 1.16rem;
}

.adv_box .ggt .mob_titles h2 span {
    color: #f0ff00;
    font-size: 1.5rem;
}

.adv_box .ggt .mob_titles h3 {
    color: #ffffff;
    font-size: 0.62rem;
}

.advs {
    padding-bottom: 3.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.advs ul {
    display: block;
    width: 100%;
}

.advs li {
    display: flex;
    width: 100%;
}

.advs li a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    flex-flow: column;
}

.advs li .imgs {}

.advs li .imgs img {
    max-width: 100%;
}

.advs li .wzs {
    width: 98%;
    margin-left: 2%;
}

.advs li .wzs h2 {
    display: block;
    background-repeat: no-repeat;
    background-position: left 1vw;
    background-size: 14vw auto;
    border-bottom: 1px solid #e5e5e5;
    padding: 0.25rem 0 0.35rem 15vw;
}

.advs li .wzs>p {
    width: 90%;
    display: block;
    margin-top: 1.25rem;
}

.advs li .wzs h2 p:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #000000;
}

.advs li .wzs h2 p:nth-child(2) {
    font-size: 0.7rem;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #c6c6c6;
}

.advs li .wzs>p {
    font-size: 0.75rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #333333;
    display: block;
    padding-left: 1.2rem;
    position: relative;
}

.advs li .wzs>p::before {
    content: "";
    display: block;
    width: 1.5vw;
    height: 1.5vw;
    background-color: #0055b4;
    position: absolute;
    left: 0;
    top: 1vw;
}

.advs li:nth-child(1) {
    padding-top: 1rem;
}

.advs li:nth-child(1) .imgs {
    display: none;
}

.advs li:nth-child(2) {
    padding-top: 0.25rem;
    position: relative;
    margin-top: 10%;
}

.advs li:nth-child(2) .imgs {
    display: block;
    position: absolute;
    width: 29.2rem;
    height: 22.6rem;
    left: calc(100% - 6.3rem);
    top: 30vw;
    margin-top: -22.6rem;
}

.advs li:nth-child(3) {
    padding-top: 2%;
}

.advs li:nth-child(3) .wzs {
    align-self: flex-end;
    margin-bottom: 5px;
    padding-top: 2%;
}

.advs li:nth-child(3) .wzs>p {
    width: 96%;
}

.advs li:nth-child(4) {
    padding-top: 5%;
}

.advs li:nth-child(4) a {
    flex-flow: column-reverse;
}

.advs li:nth-child(4) .imgs {
    margin-top: 3%;
}


/* 公司简介 */

.about_box {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ab_tit {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.ab_tit .mob_titles {
    width: 96%;
    margin: 0 auto;
    padding-top: 7%;
    padding-bottom: 5%;
}

.ab_tit .mob_titles h2 {
    color: #ffffff;
}

.ab_tit .mob_titles h2 span {
    color: #f0ff00;
}

.ab_tit .mob_titles h3 {
    color: #ffffff;
}

.ab_w {
    display: block;
    font-size: 0.8rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    width: 96%;
    margin: 25px auto 0;
    overflow: hidden;
}

.ab_ggt {
    display: flex;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 5%;
    position: relative;
    bottom: -5%;
}

.ab_ggt img {
    width: 100%;
    height: auto;
}


/* 新闻 */

.mob-news {
    background: #fff;
    margin-top: 20px;
    padding: 0;
}

.mob-news .mob-title {
    justify-content: center;
}

.mob-news .mob-title p {
    text-align: center;
}

.mob-news .mob-title h3 {
    text-align: center;
}

.news_list1 {
    padding: 0 10px;
    margin-top: 2.07rem;
}

.news_list1 li {
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 20px;
}

.news_list1 li a.img {
    display: block;
    width: 46%;
}

.news_list1 li a.img img {
    display: block;
    width: 100%;
}

.ntime {
    color: #666666;
    font-size: 12px;
}

.xwnr {
    width: 52%;
}

.xwnr a {
    color: #000000;
    font-size: 12px;
    display: block;
}

.news_list1 li .nmore {
    display: block;
    color: #666666;
    font-size: 12px;
    margin-top: 5px;
}

.ncon {
    color: #999999;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 0;
}

.news_list1 li:last-child {
    border-bottom: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/* 底部支持 */

.support {
    text-align: center;
    padding: 10px 0;
    font-size: 1rem;
    color: #ffffff;
    line-height: 30px;
    background-color: #0055b4;
    letter-spacing: 1px;
}

.support a {
    color: #ffffff;
}


/* 底部悬浮 */

.sun_footer {
    position: fixed;
    z-index: 999;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #DBDBDB;
    left: 0;
}

.sun_footer li {
    width: 20%;
    text-align: center;
    float: left;
    padding-top: 5px;
}

.sun_footer li .img {
    height: 20px;
    width: 20px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.sun_footer li .img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.sun_footer li .img:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sun_footer li p {
    text-align: center;
    color: #666;
    font-size: 12px;
    line-height: 25px;
}

/* 内页 */
.page-sort .page-sort-title{
    font-size: 16px;
}
.page-sort .first-sort>li>a{
    font-size: 12px;
}
.page-news-list li h4{
    font-size: 16px;
}
.page-news-list li p{
    font-size: 12px;
}
.product-detail .detail-title{
    font-size: 16px;
}

.page-product-list li .wz h3{
    overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; 
}
.page-news-list li h4{
    overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; 
}