* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: black;
}

b {
	font-weight: 700;
}

input,
button {
	outline: none;
	border: none;
}

body {
	font-family: "microsoft yahei";
}

/* 公用宽度 */
.mobpublic-width {
    width: 94%;
    margin: 0 auto;
}
/* 公用宽度结束 */

/* 公用标题 */
.mobile-title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.mobile-title h1 {
    font-size: 18px;
    font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 10px;
	color: #333333;
}

.mobile-title p {
    width: 85%;
	line-height: 2;
	color: #434343;
	font-size: 13px;
	text-align: center;
	letter-spacing: 2px;
    margin: 0 auto;
}

/* 公用标题结束 */

/* 页面加载效果 */
#loading {
    background: #FFFFFF;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
.loadingImage {
    position: relative;
    width: 30px;
    height: 30px;
    background: #2e98df;
    border-radius: 50px;
    animation: loadingImage 1.5s infinite linear;
}
.loadingImage::after {
    position: absolute;
    width: 50px;
    height: 50px;
    border-top: 10px solid #b160d1;
    border-bottom: 10px solid #b160d1;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-radius: 100%;
    content: '';
    top: -20px;
    left: -20px;
    animation: loadingImage_after 1.5s infinite linear;
}
@keyframes loadingImage {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes loadingImage_after {
    0% {
        border-top: 10px solid #2e98df;
        border-bottom: 10px solid #2e98df;
    }
    50% {
        border-top: 10px solid #b160d1;
        border-bottom: 10px solid #b160d1;
    }
    100% {
        border-top: 10px solid #2e98df;
        border-bottom: 10px solid #2e98df;
    }
}
/* 页面打开加载效果结束 */

/* 导航栏 */
.mobile-outer {
    width: 94%;
    height: 60px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.mobile-outer .logo {
    width: 35%;
    display: flex;
    align-items: center;
}

.mobile-outer .logo>a {
    display: block;
    width: 100%;
}

.mobile-outer .logo>a img {
    width: 100%;
}

.mobile-nav{
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
    height: 100%;
    background: #FFFFFF;
    transition: all ease 1.2s;
	z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transform: translateX(100%);
}

.mobile-nav.open{
    transform: translateX(0%);
}

.header-nav-btn {
    display: block;
    width: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header-nav-btn ul {
    width: 100%;
}

.header-nav-btn ul li {
    width: 100%;
    height: 5px;
    margin-top: 5px;
    background: #2380c4;
    border-radius: 12px;
}

.header-nav-btn ul li:first-child {
    margin-top: 0px;
}

.mobile-nav .close-img {
    display: block;
    position: fixed;
    width: 35px;
    height: 35px;
    background: url(../img/close.png) no-repeat;
    background-size: 100% 100%;
    top: 10px;
    right: 10px;
    z-index: 999;
    transition: transform ease-in 0.4s;
}

.mobile-nav .close-img:hover {
    transform: rotate(180deg);
}

.mobile-logo {
    width: 100%;
    height: 40px;
    text-align: center;
    margin: 40px 0px 30px 0px;
}

.mobile-logo>a {
    height: 100%;
}

.mobile-logo>a img {
    height: 100%;
}

.mobile-nav>ul {
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mobile-nav>ul li {
    height: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-nav>ul li a {
    letter-spacing: 2px;
    font-size: 17px;
    padding-bottom: 15px;
}

.mobile-nav>ul .nav-active>a {
    color: #2380c4;
    border-bottom: 3px solid #2380c4;
}
/* 导航栏结束 */

/* 轮播图 */
.swiper-container {
	width: 100%;
	height: 300px;
}

.slideimg-one {
    width: 100%;
    height: 100%;
    background: url(../img/idxbanner2-2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.slideimg-two {
    width: 100%;
    height: 100%;
    background: url(../img/idxbanner1-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.slideimg-three {
    width: 100%;
    height: 100%;
    background: url(../img/idxbanner3-3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
    --swiper-navigation-size:25px;
}
/* 轮播图结束 */


/* 首页 */

/* 服务领域 */
.mobbox1 {
    margin: 30px 0px;
}

.mob1case-top {
    display: flex;
    justify-content: space-between;
}

.mob1case-topbox-one {
    width: 49%;
    height: 130px;
    background-color: #e8f5ff;
    border-radius: 10px;
}

.mob1case-topbox-two {
    width: 49%;
    height: 130px;
    background-color: #f1fcf5;
    border-radius: 10px;
}

.mob1case-top-web {
    width: 90%;
    height: 100%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
}

.mob1case-top-app {
    width: 90%;
    height: 100%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
}

.mob1case-top-web-left,
.mob1case-top-app-left {
    width: 70%;
    margin-top: 22px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    text-align: justify;
}

.mob1case-top-web-right,
.mob1case-top-app-right {
    width: 25%;
    height: 100%;
    display: flex;
    align-items: center;
}

.mob1case-top-web-right img,
.mob1case-top-app-right img {
    width: 100%;
}

.mob1case-top-web-left h1{
    font-size: 14px;
    color: #2380c4;
    margin-bottom: 10px;
    font-weight: 600;
}

.mob1case-top-app-left h1  {
    font-size: 15px;
    color: #21984b;
    margin-bottom: 10px;
    font-weight: 600;
}

.mob1case-top-web-left p,
.mob1case-top-app-left p {
    color: #626262;
    font-size: 12px;
    line-height: 20px;
}

.mob1case-bot {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
}

.mob1case-bot-jump {
    display: block;
    width: 24%;
}

.mob1case-bot-bin {
    height: 100px;
    background-color: #f5f5f5;
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.mob1case-bot-bin .mob1case-bot-bin-img {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

.mob1case-bot-bin .mob1case-bot-bin-img img {
    width: 40%;
    height: 30px;
}

.mob1case-bot-bin p {
    font-size: 12px;
    line-height: 2;
    text-align: center;
}

/* 服务领域结束 */

/* 燃点案例 */
.mobbox2 {
    background-color: #f7f7f7;
    padding: 30px 0px;
}

.mob2case {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.mob2case-bin-jump {
    display: block;
    width: 45%;
    height: 110px;
    margin-bottom: 15px;
}

.mob2case-binone {
    background: url(../img/idx2-1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.mob2case-bintwo {
    background: url(../img/idx2-2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.mob2case-binthree {
    background: url(../img/idx2-3.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.mob2case-binfour {
    background: url(../img/idx2-4.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.mob2case-binfive {
    background: url(../img/idx2-9.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.mob2case-binsix {
    background: url(../img/idx2-10.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.mob2case-binseven {
    background: url(../img/idx2-11.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.mob2case-binnine {
    background: url(../img/idx2-12.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.mob2case-bin {
    width: 100%;
    height: 100%;
}

.mobbox2-btn {
    margin-top: 15px;
    text-align: center;
}

.mobbox2-btn>a {
    padding: 6px 26px 6px 30px;
    border-radius: 25px;
    background-color: #2380c4;
    color: #FFFFFF;
    font-size: 13px;
    letter-spacing: 2px;
}

/* 燃点案例结束 */

/* 燃点优势 */
.mobbox3 {
    width: 100%;
    height: auto;
    background: url(../img/mobile3back.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.mobbox3>.mobpublic-width {
    padding: 30px 0px 20px 0px;
}

.mobbox3 .mobile-title>* {
    color: #FFFFFF;
}

.mob3case {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mob3case-bin {
    width: 49%;
    display: flex;
    justify-content: flex-start;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 10px 0px;
    margin-bottom: 15px;
}

.mob3case-bin .mob3case-bin-left {
    width: 18%;
    margin: 0px 4px;
    display: flex;
    align-items: center;
}

.mob3case-bin .mob3case-bin-left img,
.mob3case-bintwo .mob3case-bin-left img {
    width: 100%;
}

.mob3case-bin .mob3case-bin-right,
.mob3case-bintwo .mob3case-bin-right {
    width: 82%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mob3case-bin .mob3case-bin-right h3,
.mob3case-bintwo .mob3case-bin-right h3 {
    font-size: 15px;
    margin-bottom: 5px;
}

.mob3case-bin .mob3case-bin-right p,
.mob3case-bintwo .mob3case-bin-right p {
    font-size: 12px;
    line-height: 16px;
}

.mob3case-bintwo {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 10px 0px;
    margin-bottom: 15px;
}

.mob3case-bintwo .mob3case-bin-left {
    width: 10%;
    margin: 0px 10px;
    display: flex;
    align-items: center;
}
/* 燃点优势结束 */

/* 免费咨询 */
.mobbox4 {
    margin: 30px 0px;
}

.mob4case .mob4case-one {
    display: flex;
    justify-content: space-between;
}

.mob4case-one-left {
    width: 24%;
}

.mob4case-one-right {
    width: 75%;
}

.mob4case .mob4case-left p>b {
    font-size: 13px;
}

.mob4case .mob4case-left p>span {
    color: red;
}

.mob4case-one-right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mob4case-one-right ul>li {
    width: 48%;
    background-color: #f0f0f0;
    color: #787878;
    line-height: 2;
    text-align: center;
    margin-bottom: 10px;
    font-size: 12px;
    border-radius: 4px;
}

.mob4case-two {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.mob4case-three {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.mob4case-iptbox {
    width: 75%;
}

.mob4case-iptbox>input {
    width: 100%;
    background-color: #f0f0f0;
    color: #787878;
    padding: 5px 0px 5px 0px;
    font-size: 12px;
    border-radius: 4px;
    text-align: center;
}

.mob4case-btn {
    margin-top: 30px;
    text-align: center;
}

.mob4case-btn>a {
    padding: 6px 26px 6px 30px;
    border-radius: 25px;
    background-color: #2380c4;
    color: #FFFFFF;
    font-size: 13px;
    letter-spacing: 2px;
}

.mob4case-one-right .backblue {
    background-color: #2380c4;
    color: #FFFFFF;
}
/* 免费咨询结束 */

/* 燃点新闻 */
.mobbox5 {
    background-color: #f7f7f7;
}

.mobbox5>.mobpublic-width {
    padding: 30px 0px;
}

.mob5case-bin {
    width: 100%;
    height: 100px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 15px;
}

.mob5case-bin-left {
    width: 30%;
    height: 86%;
    overflow: hidden;
    border-radius: 5px;
}

.mob5case-bin-left>img {
    width: 100%;
    height: 100%;
}

.mob5case-binbox {
    width: 63%;
}

.mob5case-bin-right h2 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.mob5case-bin-right p {
    font-size: 12px;
    line-height: 20px;
    color: #5a5a5a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mob5case-btn {
    margin-top: 30px;
    text-align: center;
}

.mob5case-btn>a {
    padding: 6px 26px 6px 30px;
    border-radius: 25px;
    background-color: #2380c4;
    color: #FFFFFF;
    font-size: 13px;
    letter-spacing: 2px;
}
/* 燃点新闻结束 */

/* 联系我们 */
.mobbox6 {
    width: 100%;
    height: auto;
    background: url(../img/mobilefoot.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.mobbox6 .mobpublic-width {
    padding: 30px 0px 20px 0px;
}

.mobbox6 .mobile-title>* {
    color: #FFFFFF;
}

.mob6case {
    display: flex;
    justify-content: space-between;
}

.mob6case-left {
    width: 80%;
}

.mob6case-left-txt {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
}

.mob6case-left-title {
    color: #ff8400;
    font-size: 13px;
    line-height: 20px;
    width: 25%;
}

.mob6case-left-txtin {
    width: 73%;
    color: #FFFFFF;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
}

.mob6case-right {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mob6case-right .mob6case-right-img {
    width: 100%;
}

.mob6case-right .mob6case-right-img img {
    width: 100%;
}

.mob6case-right>p {
    color: #FFFFFF;
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
}
/* 联系我们结束 */

/* 底部咨询 */
.mobbox7 {
    width: 100%;
    display: flex;
    justify-content: center;
}

.mobbox7 .mobbox7-jump {
    display: block;
    width: 50%;
}

.mobbox7-left {
    width: 100%;
    background-color: #ff8400;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0px;
}

.mobbox7-right {
    width: 100%;
    background-color: #ff3600;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0px;
}

.mobbox7-left>div,
.mobbox7-right>div {
    width: 20%;
    margin-right: 10px;
}

.mobbox7-left>div img,
.mobbox7-right>div img {
    width: 100%;
    height: 40px;
}

.mobbox7-left>p,
.mobbox7-right>p {
    font-size: 20px;
    color: #FFFFFF;
}
/* 底部咨询结束 */

/* 首页结束 */

/* 全网营销 */
.banner {
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.banner .banner-txt {
    width: 80%;
    margin: 0 auto;
}

.banner .banner-txt h1 {
    font-size: 18px;
    font-weight: 700;
	color: #FFFFFF;
    letter-spacing: 2px;
    line-height: 2;
}

.banner .banner-txt>div>img {
	margin: 10px auto;
}

.banner .banner-txt p {
	color: #FFFFFF;
	font-size: 13px;
    font-weight: 300;
    line-height: 24px;
	letter-spacing: 1px;
}

/* 全网建站-whole */
.mobwhoban  {
	background: url(../img/wholebanmob.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.wholebox {
    background-color: #f7f7f7;
    padding: 30px 0px 15px 0px;
}

.whocase-bin {
    width: 100%;
    height: 180px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.whocase-bin-two {
    height: 280px;
}

.whocase-bin-img {
    width: 47%;
    height: 100%;
}

.whocase-bin-imgone {
    background: url(../img/whmob1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.whocase-bin-imgtwo {
    background: url(../img/whmob2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.whocase-bin-imgthree {
    width: 100%;
    height: 50%;
    background: url(../img/whmob3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.whocase-bin-imgfour {
    background: url(../img/whmob4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.whocase-bin-imgfive {
    background: url(../img/whmob5.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.whocase-bin-imgsix {
    background: url(../img/whmob6.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.whocase-bin-txt {
    width: 53%;
    height: 100%;
    background-color: #FFFFFF;
}

.whocase-bin-txt-box {
    height: 100%;
    margin: 0px 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.whocase-bin-txt-top {
    height: 40px;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 5px;
}

.whocase-bin-txt-top-let {
    width: 15%;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.whocase-bin-txt-top-let img {
    width: 100%;
}

.whocase-bin-txt-top-rig {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.whocase-bin-txt-top-rig h3 {
    font-size: 15px;
    color: #2a84c5;
    font-weight: 700;
}

.whocase-bin-txt-top-rig p {
    font-size: 12px;
    color: #8c8c8c;
    font-weight: 300;
}

.whocase-bin-txt-btm {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px;
    text-align: justify;
    padding-top: 5px;
}

.whocase-bin-txt-two {
    width: 100%;
    height: 50%;
}

.whocase-bin-txt-two .whocase-bin-txt-top {
    display: flex;
    justify-content: center;
}

.whocase-bin-txt-two .whocase-bin-txt-top-let {
    width: 10%;
}
/* 全网营销结束 */