
/*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;
}

button {
    border: none;
    background: no-repeat;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

:before,
:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.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;
}

/*ab-banner*/
.sec-mobile {
    padding: 40px 0;
    width: 100%;
    overflow: hidden;
}

.pd_tit {
    text-align: center;
}

.pd_tit .m-tit {
    text-align: center;
    font-size: 20px;
    color: #353535;
    line-height: 26px;
    margin-bottom: 8px;
}

.pd_tit .m-sub {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

.pd_tit .m-des {
    text-align: center;
    font-size: 14px;
    color: #818181;
}

/*关于我们*/
.about1-top {
    padding: 40px 15px;
}

.about-cont .ab-h1 {
    text-align: center;
    font-weight: lighter;
    color: #333333;
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 13px;
    position: relative;
}

.about-cont .ab-h1:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    background: #0392ee;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}

.about-cont p {
    font-size: 14px;
    color: #444444;
    line-height: 24px;
    margin-top: 20px;
}

.about1-top p span {
    font-size: 16px;
    color: #0392ee;
}

.ino-ulbox {
    margin-top: 32px;
    padding: 0 15px;
}

.ino-bot {
    margin-bottom: 32px;
}

.ino-bot li {
    float: left;
    width: 50%;
    text-align: center;
}

.count-title {
    color: #444;
    font-size: 44px;
    display: inline-block;
}

.ino-bot li span {
    color: #444;
    font-size: 44px;
}

.ino-bot li .h2 {
    font-size: 12px;
    color: #777;
}

.ina-btn {
    padding-top: 13px;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/ino-bot.png) no-repeat center;
    height: 107px;
}

.ina-btn .h3 {
    color: #444;
    font-size: 44px;
    line-height: 44px;
}

.ina-btn .h4 {
    font-size: 12px;
    color: #777;
}

.about_1 .ino-ulbox {
    background: #fafafa;
    margin: 0;
    padding: 30px 0 8px
}

/*我们的定位*/
.about_2 {
    padding: 50px 0;
    background: url(../images/ab-twobg.png) no-repeat center;
    background-size: cover;
}

.about_2 .about-cont .ab-h1 {
    color: #fff;
}

.about_2 .about-cont p {
    color: white;
}

/*业务范围*/
.about_3 {
    padding: 40px 0 25px
}

.about3-list {
    margin-top: 20px;
}

.about3-list li {
    float: left;
    width: 50%;
    padding: 15px 2%;
}

.abt-pic {
    margin: 0 auto 10px auto;
    width: 40%;
}

.about3-list li .abt-tit {
    color: #333;
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
}

.about3-list li p {
    font-weight: lighter;
    font-size: 14px;
    color: #666;
    text-align: center;
}

/*价值观*/
.about_4 {
    background: #f1f2f4;
}

.abf-list {
    margin: 20% 0;
    position: relative;
}

.abf-list .m-line {
    width: 2px;
    height: 100%;
    background: #0392ee;
    position: absolute;
    left: 40%;
    top: 0;
}

.abf-left {
    float: left;
    width: 20%;
    margin-left: 10%;
}

.abf-right {
    width: 50%;
    float: right;
}

.abf-tit {
    color: #333;
    font-size: 20px;
    line-height: 20px;
    font-weight: lighter;
    padding-bottom: 18px;
    position: relative;
    margin-bottom: 10px;
}

.abf-tit:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    background: #0392ee;
    bottom: 0;
    left: 0;
}

.abf-right p {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    font-weight: lighter;
}

/*国内知名企业*/
.about-dot .mip-carousel-indicatorDot .mip-carousel-indecator-item {
    width: 10px;
    height: 10px;
    border: solid 2px #999999;
    border-radius: 50%;
    margin: 0 6px;
    background: transparent;
    transition: all .3s;
}

.about-dot .mip-carousel-indicatorDot .mip-carousel-activeitem {
    border-color: #0392ee;
}

.abaut-mar {
    margin-top: 30px;
}

.about_5 .mip-carousel-indicator-wrapper {
    margin-top: 10px;
}

/*海外和省外客户*/
.about_6 {
    background: #fafafa;
}

.about_6 .about-cont p {
    text-align: center;
    color: #666;
    margin-top: 10px;
    font-weight: lighter;
}

.about6-box {
    margin-top: 30px;
}

.abx {
    margin-bottom: 20px;
}

.abx-left {
    width: 23.2%;
    border-radius: 50%;
    float: left;
}

.abx-right {
    float: right;
    padding-left: 5%;
    width: 76%;
}

.abx-right .abx-font {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    font-weight: lighter;
    color: #666666;
    font-size: 13px;
}

.abaut6-mar {
    margin: 0 -3px;
}

.about6-item li {
    float: left;
    width: 33.333%;
    padding: 5px 3px;
}

.about6-item .m-pic {
    width: 100%;
    height: 60px;
    background: #fff;
    border: 1px solid #eee;
    text-align: center;
}

.about6-item .m-img {
    position: relative;
    width: 106px;
    height: 40px;
    margin: 10px auto;
}

.about_6 .mip-carousel-indicator-wrapper {
    margin-top: 18px;
}

/*企业资质*/
.about_7 .mip-carousel-indicator-wrapper {
    margin-top: 22px;
}

/*公司环境*/
.about_8 .mip-carousel-indicator-wrapper {
    margin-top: 18px;
}

.about_8 {
    margin-top: -40px;
}


.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;
}