
/*common-mobile.css*/
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input {
    -webkit-appearance: none;
    resize: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    border: none;
}

body {
    font-family: '微软雅黑', Microsoft YaHei, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
}

em,
i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #333;
    font-family: '微软雅黑', Microsoft YaHei, Tahoma, Arial, sans-serif;
}

a:hover,
a:visited,
a:link {
    text-decoration: none;
}

ul,
ol,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-family: Microsoft YaHei;
    font-weight: normal;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

:before,
:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    background: none;
    border: none;
}

.container {
    padding: 0 15px;
    margin: 0 auto;
    zoom: 1;
}

.clearfix:after,
.container:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.section {
    width: 100%;
    overflow: hidden;
}

.center {
    text-align: center;
}

.btn {
    display: inline-block;
    font-size: 14px;
    line-height: 34px;
    padding: 0 30px;
    border: 1px solid #888;
    border-radius: 5px;
    text-align: center;
}

.btn-default {
    border-color: #888;
}

.btn-white {
    border-color: rgba(255, 255, 255, .5);
    color: #fff;
}

/*iconfont*/
@font-face {
    font-family: "iconfont";
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot#iefix') format('embedded-opentype'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('../font/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-tel:before {
    content: "\e600";
}

.icon-right:before {
    content: "\e601";
}

.icon-all:before {
    content: "\e602";
}

.icon-jiantou:before {
    content: "\e603";
}

.icon-more:before {
    content: "\e604";
}

.icon-phone:before {
    content: "\e606";
}

.icon-address:before {
    content: "\e605";
}

.icon-top:before {
    content: "\e607";
}

.icon-close:before {
    content: "\e608";
}

/*header*/
.header {
    background: #fff;
    width: 100%;
    box-shadow: 3px 0 7px 0 rgba(0, 0, 0, .1);
}

.header-inner {
    overflow: hidden;
    padding: 8px 20px;
}

.header-logo {
    float: left;
}

.header-logo .logo {
    display: block;
    width: 102px;
    height: 34px;
    position: relative;
    overflow: hidden;
}

.header-tel {
    float: right;
    margin-right: 15px;
}

.header-tel a {
    display: block;
    width: 34px;
    height: 34px;
    font-size: 26px;
    line-height: 34px;
    text-align: center;
    color: #2c2c2c;
}

.header-toggle {
    width: 25px;
    height: 20px;
    background-color: transparent;
    border: none;
    display: block;
    float: right;
    cursor: pointer;
    margin-top: 7px;
    transition: all .3s;
}

.header-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: #0392ee;
    transition: transform .4s ease-out, opacity .2s;
}

.header-toggle span:nth-child(2) {
    margin: 7px 0;
}

#right-sidebar {
    width: 100% !important;
    ;
    max-width: 100% !important;
    background: #fff;
    padding-top: 50px;
}

.header-menu {
    padding: 20px;
    background: #fff;
}

.nav-item {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #6f6f6f;
    padding: 5px 40px 5px 0;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    transition: all .3s;
}

.nav-item i {
    position: absolute;
    right: 13px;
    top: 0;
    width: 14px;
    height: 40px;
    display: block;
    transition: all .4s;
}

.nav-item i::before,
.nav-item i::after {
    content: '';
    display: block;
    width: 14px;
    height: 2px;
    background: #d9d9d9;
    position: absolute;
    right: 0;
    top: 19px;
}

.nav-item i::after {
    transform: rotate(90deg);
    transition: all .3s;
}

.nav-drop {
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
}

.nav-drop a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 20px;
    margin-bottom: 5px;
    color: #6f6f6f;
}

#right-sidebar mip-accordion section[expanded=open] .nav-item {
    color: #353535;
}

#right-sidebar mip-accordion section[expanded=open] .nav-item i::after {
    transform: rotate(180deg);
    transition: all .3s;
}

mip-sidebar[side][open]+mip-fixed .header .header-toggle span:nth-child(2) {
    opacity: 0;
    transform: translateX(20px);
}

mip-sidebar[side][open]+mip-fixed .header .header-toggle span:nth-child(1) {
    transform: translate3d(0, 9px, 0) rotate(45deg);
}

mip-sidebar[side][open]+mip-fixed .header .header-toggle span:nth-child(3) {
    transform: translate3d(0, -9px, 0) rotate(-45deg);
}

.nav-item.active,
.nav-drop a.active,
#right-sidebar mip-accordion section[expanded=open] .nav-item.active {
    color: #0392ee;
}

.jiange {
    height: 50px;
    width: 100%;
}

/*footer*/
.c-foot {
    background: #222;
    padding: 35px 14px;
}

.footer_nav {
    padding-bottom: 25px;
}

.foot-item {
    display: block;
    font-size: 14px;
    color: #e0e0e0;
    line-height: 21px;
    padding: 14px 20px 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    position: relative;
    cursor: pointer;
}

.foot-item i {
    width: 12px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.foot-item i::before,
.foot-item i::after {
    content: '';
    display: block;
    width: 12px;
    height: 2px;
    background: rgba(255, 255, 255, .5);
    position: absolute;
    right: 0;
    top: 23px;
}

.foot-item i::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.foot-drop {
    padding: 12px 0 12px 20px;
}

.foot-drop a {
    display: block;
    padding: 4px 0;
    font-size: 13px;
    color: #b7b7b7;
    line-height: 20px;
}

.footer_nav section[expanded=open] .foot-item i::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.footer-share {
    text-align: center;
    margin-bottom: 20px;
}

.footer-share .mip-share-container {
    font-size: 0
}

.footer-share .mip-layout-size-defined .mip-fill-content {
    background: transparent;
    padding: 0;
}

.footer-share .c-share-list .c-line-clamp1 {
    display: none;
}

.footer-share .c-share-list .c-share-btn .c-img {
    border: none;
}

.foot-one {
    margin-bottom: 25px;
}

.foot-left {
    float: left;
    width: 23.75%;
}

.foot-right {
    float: right;
    width: 76.25%;
    padding-left: 20px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 20px;
}

.foot-right p {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
}

.foot-right p i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 20px;
}

.foot-two {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    line-height: 20px;
}

.foot-two a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    padding: 0 3px;
}

.c-footer {
    background: #111111;
    padding: 20px 14px 60px 14px;
    text-align: center;
}

.c-footer .copyright {
    margin-bottom: 5px;
}

.c-footer p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    line-height: 20px;
}

.c-footer p a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}

.c-footer .lastp {
    margin-top: 8px;
}

.c-footer .lastp mip-img {
    vertical-align: middle;
}

.c-footer .lastp a {}

.beianss {
    display: inline-block;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
}

/*客服*/
mip-fixed[type="bottom"].kffixed {
    width: 214px;
    left: 50%;
    right: auto;
    margin-left: -137px;
}

.kufuul {
    text-align: center;
    padding: 2px 0;
    width: 100%;
    height: 49px;
}

.kefu li {
    float: left;
    height: 45px;
    text-align: center;
    color: #fff;
    line-height: 45px;
    color: #fff;
    transition: all .4s;
}

.kfzx-tigg {
    width: 150px;
    height: 45px;
    display: block;
    float: left;
    line-height: 45px;
    opacity: 1;
    transition: 1s opacity;
}

.kfzx-enter {
    opacity: 0
}

.kf-zx {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 45px;
    text-align: center;
    background: rgba(47, 44, 236, 0.9);
}

.kf-zx mip-img {
    vertical-align: middle;
    margin-right: 10px;
}

.kefu .back {
    width: 60px;
}

mip-fixed.gotop {
    width: 60px;
    height: 45px;
    bottom: 2px !important;
    right: 50% !important;
    margin-right: -135px;
}

.gotop mip-gototop {
    width: 60px;
    height: 45px;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 0;
    font-size: 22px;
    display: block !important;
    text-align: center;
    color: #fff;
    line-height: 45px;
}

.click_show {
    width: 60px;
    background: rgba(0, 0, 0, 0.6);
    background: url(../images/pori_395.png) no-repeat center rgba(0, 0, 0, 0.6);
    background-size: contain;
    margin: 0 1px;
    position: relative;
}

.kfzx-enter+.click_show {
    background-image: url(../images/pori_394.png);
}

/*弹窗*/
#popup-lightbox {
    bottom: 0;
}

.npop_bg {
    width: 100%;
    height: 100%;
    position: relative;
}

.npop_bg .pop {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -200px;
    width: 300px;
    height: 400px;
    background: url(../images/popbg.png) no-repeat left bottom #fff;
    background-size: contain;
    -webkit-box-shadow: 2px 3px 20px 0px rgba(0, 0, 0, .1);
    box-shadow: 2px 3px 20px 0px rgba(0, 0, 0, .1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 46px;
}

.npop_bg .colse_pop {
    width: 46px;
    height: 46px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
    color: rgba(0, 0, 0, .5);
    text-align: center;
    line-height: 46px;
}

.npop_bg .tit {
    font-size: 16px;
    color: #e10616;
    text-align: center;
    position: relative;
    z-index: 1;
}

.npop_bg .tit::before {
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(229, 229, 229);
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
}

.npop_bg .tit span {
    background: #fff;
    padding: 0 10px;
    line-height: 26.88px;
    font-size: 16px;
    line-height: 26px;
}

.npop_bg .cont_tel {
    font-size: 13px;
    color: #888888;
    line-height: 22.88px;
    text-align: center;
    margin-top: 5px;
    padding: 0px 10px;
}

.npop_bg .cont_tel .red {
    color: #e12116;
}

.npop_bg .pop_tit {
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    margin-top: 15px;
    font-weight: 400;
    color: #292929
}

.npop_bg .consult_now {
    margin-top: 26px;
    text-align: center;
}

.npop_bg .consult_now a {
    display: block;
    width: 150px;
    height: 35px;
    line-height: 33px;
    margin: 0 auto;
    font-size: 14px;
    color: #333;
    border: 1px solid #e12116;
    border-radius: 20px;
}

.npop_bg .pho {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

.pho_num {
    font-family: "Arial";
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.pho_num mip-img {
    vertical-align: middle;
    margin-right: 10px;
}

/*分页*/
.paging {
    text-align: center;
    margin: 30px 10px;
}

.paging .shangyi {
    display: none;
}

.paging a {
    display: inline-block;
    font-size: 13px;
    color: #7E7D7D;
    line-height: 32px;
    font-family: Arial;
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    border: solid #d6d8d9 1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-left: 5px;
}

.paging .paging_prev {
    background: url(../images/prev.png) no-repeat center #b5b8bc;
}

.paging .paging_next {
    background: url(../images/next.png) no-repeat center #b5b8bc;
}

.paging a:hover,
.paging .on {
    color: #fff;
    background-color: #0392ee;
}




/*case-banner*/
.case-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.case-banner .content {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: lighter;
}

.case-banner .content .m-fir {
    font-size: 14px;
    color: #c1c1c1;
}

.case-banner .content .m-sec {
    font-size: 18px;
    color: #fff;
}

.case-banner .center {
    position: absolute;
    bottom: 12%;
    left: 0;
    width: 100%;
}

/*sec-menu*/
.sec-menu {
    width: 100%;
    height: 40px;
    background: #0392ee;
}

.sec-menu .mip-nav-wrapper {
    height: 40px;
}

.sec-menu .mip-nav-wrapper .navbar-brand {
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    margin: 0;
    height: 40px;
    position: relative;
    padding: 0 27px;
}

.sec-menu .mip-nav-wrapper .navbar-brand i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 12px;
    height: 40px;
    background: url(../images/xiala.png) no-repeat right center;
    background-size: 12px 12px;
    transition: all .3s;
}

.sec-menu .mip-nav-wrapper .navbar-toggle {
    opacity: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.sec-menu .mip-nav-wrapper #bs-navbar {
    background: transparent;
}

body.noscroll .sec-menu .mip-nav-wrapper .navbar-brand i {
    transform: rotate(180deg);
}

.menu-bar {
    padding: 10px 27px 30px 27px;
    background: #313131;
}

.menu-bar li {
    border-bottom: 1px solid #444;
}

.menu-bar li a {
    display: block;
    line-height: 45px;
    text-align: left;
    color: #c4c4c4;
    font-size: 14px;
}

.menu-bar li.on a {
    color: #0392ee
}

/*case*/
.sec-case ul {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sec-case li {
    float: left;
    width: 50%;
    text-align: center;
    padding: 12px 12px;
    border-bottom: 1px solid #efefef;
}

.sec-case li:nth-child(odd) {
    border-right: 1px solid #efefef;
}

.sec-case .m-pic {
    width: 100%;
    overflow: hidden;
}

.sec-case .m-pic a {
    display: block;
}

.sec-case .m-cont {
    margin-top: 12px;
}

.sec-case .m-tit {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    color: #424242;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec-case .m-des {
    color: #999;
    font-size: 12px;
    line-height: 1.2;
    margin-top: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.case-center {
    margin: 26px 0 40px;
    text-align: center;
}


.fot_bag {
    background-image: url(../images/zui_bag.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.foot_new{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
}
.foot_new >span {
    display: flex;
    align-items: center;
    width: 50%;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
}
   
.foot_new>span p:nth-child(1) {
    font-size: 16px;
}
.foot_new>span p {
    color: white;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}
.foot_new span:nth-child(1) img{
    width: 40px;
}
.foot_new span:nth-child(2) img{
    width: 44px;
}
.foot_new span:nth-child(3) img{
    width: 50px;
}
.foot_new span:nth-child(4) img{
    width: 46px;
}

.foot_new span span:nth-child(1){
    display: flex;
    align-items: center;
    height: 60px;
}