.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flex-column {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}
.g-row {
    width: 1200px;
    margin: 0 auto;
}
/*标题*/
.header-title{
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
}
.header-title .english-text{
    font-size: 36px;
    font-weight: 300;
    color: #cccccd;
}
.header-title .english-text2{
    color: #7f6803;
}
.header-title .chinese-text{
    font-size: 34px;
    color: #000106;
    font-weight: 600;
}
.header-title .imgline{
    width: 310px;
    height: 1px;
	background: #afafaf;
	position: relative;
    margin-top: 6px;
}
.header-title .imgline span{
	display: block;
	height: 4px;
	width: 60px;
	background: #afafaf;
	position: absolute;
	left: 50%; 
	margin-left: -30px;
	top: -2px;
}
.header-title .p{
    font-size: 16px;
    color: #868686;
    margin-top: 12px;
    text-align: center;
    line-height: 150%;
}
.header-title .p2{
    color: #000000;
}
.s_down {
    box-shadow: 0 0 5px #888;
}


/*解决方案*/
@keyframes ghostUpdown{
    0%{margin-top:0;}
    25%{margin-top:15px;}
    50%{margin-top:0;}
    75%{margin-top:-15px;}
    100%{margin-top:0;}
}
@-webkit-keyframes ghostUpdown{
    0%{margin-top:0;}
    25%{margin-top:15px;}
    50%{margin-top:0;}
    75%{margin-top:-15px;}
    100%{margin-top:0;}
}
.section-item-1 {
    padding: 50px 0;
	background: #f2f2f2;
}
.section-item-1 .content {
    position: relative;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    padding: 70px 0;
}
.section-item-1 .content .box {
    position: relative;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0 5px;
}
.section-item-1 .content .box .img{
    position: relative;
    width: 231px;
    height: 220px;
}
.section-item-1 .content .box .img .img-icon{
    position: absolute;
    z-index: 1;
	top:0;
	left: 50%;
	margin-left: -90px;
    animation:ghostUpdown 3s linear infinite normal;
    -webkit-animation:ghostUpdown 3s linear infinite normal;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.section-item-1 .content .box .img .img-bg{
    position: absolute;
    bottom: 0px;
	border-radius: 5px 5px 0 0;
}

.section-item-1 .content .box .text{
    position: relative;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    padding-bottom: 10px;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.section-item-1 .content .box .text h3{
    font-size: 16px;
    color: #000000;
	font-weight: bold;
}
.section-item-1 .content .box .text .footer-icon{
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: -30px;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    border-radius: 50%;
    background-color: #ffc106;
}
.section-item-1 .content .box .box-hover{
    position: absolute;
    bottom: 0;
    display: none;
    width: 231px;
    height: 270px;
    border-radius: 5px;
    background-color: #e1cec5;
    z-index: 1;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 4s ease 0s;
}
.section-item-1 .content .box .box-hover .title-img{
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -50px;
    border-radius: 50%;
    background-color: #e1cec5;
}
.section-item-1 .content .box .box-hover .title-img img{

}
.section-item-1 .content .box .box-hover .cont-text{
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 225px;
    padding: 0 16px;
    margin-top: 45px;
}
.section-item-1 .content .box .box-hover .cont-text h3{
    font-size: 22px;
	font-weight: bold;
}
.section-item-1 .content .box .box-hover .cont-text p{
    font-size: 13px;
    font-weight: 600;
    margin-top: 15px;
    padding: 0 8px;
    line-height: 150%;
    text-align: center;
}
.section-item-1 .content .box .box-hover .cont-text .btn{
    font-size: 13px;
    color: #fff;
    padding: 10px 20px;
    background-color: #000000;
    border-radius: 25px;
    margin-top: 35px;
}
.section-item-1 .content .box:nth-child(1):hover .img .img-icon,
.section-item-1 .content .box:nth-child(1):hover .text .footer-icon,
.section-item-1 .content .box:nth-child(2):hover .img .img-icon,
.section-item-1 .content .box:nth-child(2):hover .text .footer-icon,
.section-item-1 .content .box:nth-child(3):hover .img .img-icon,
.section-item-1 .content .box:nth-child(3):hover .text .footer-icon,
.section-item-1 .content .box:nth-child(4):hover .img .img-icon,
.section-item-1 .content .box:nth-child(4):hover .text .footer-icon,
.section-item-1 .content .box:nth-child(5):hover .img .img-icon,
.section-item-1 .content .box:nth-child(5):hover .text .footer-icon{
    display: none;
}
.section-item-1 .content .box:nth-child(1):hover .box-hover,
.section-item-1 .content .box:nth-child(2):hover .box-hover,
.section-item-1 .content .box:nth-child(3):hover .box-hover,
.section-item-1 .content .box:nth-child(4):hover .box-hover,
.section-item-1 .content .box:nth-child(5):hover .box-hover{
    display: block;
    margin-top: 0;
    cursor: pointer;
}
.section-item-1 .datanumber{
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	text-align: center;
}
.datanumber .box{ width: 300px;}
.datanumber .number{ font-size: 32px;}
.datanumber .txt{ font-size: 14px; color: #999;}
/*方案分析*/
.f2-icon {
    background-image: url(../images/index/f2_icns.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
}
.f2-zxsc {
    background-position: 0 0;
}
.f2-dhxt {
    background-position: 0 -60px;
}
.f2-gyl {
    background-position: 0 -120px;
}
.f2-ptkj{ background-position: 0 -180px;}
.f2-fx {
    background-position: 0 -240px;
}
.f2-vip{background-position: 0 -300px;}
.f2-shop{background-position: 0 -360px;}
.f2-zxjy{background-image: url(../images/index/icns_zxjy.png);}
.f2-hygl{background-image: url(../images/index/icns_hygl.png);}
.f2-ktfx{background-image: url(../images/index/icns_ktfx.png);}
.f2-qynx{background-image: url(../images/index/icns_qynx.png);}
.f2-zstk{background-image: url(../images/index/icns_zstk.png);}
.f2-sqyy{background-image: url(../images/index/icns_sqyy.png);}
.f2-tbk{background-image: url(../images/index/icns_tbk.png);}
.f2-sypt{background-image: url(../images/index/icns_sypt.png);}
.f2-sdxt{background-image: url(../images/index/icns_sdxt.png);}
.f2-dlmjk{background-image: url(../images/index/icns_dlmjk.png);}
.f2-yxhd{background-image: url(../images/index/icns_yxhd.png);}
.f2-szhb{background-image: url(../images/index/icns_szhb.png);}
.f2-qklsc{background-image: url(../images/index/icns_qklsc.png);}
.f2-jys{background-image: url(../images/index/icns_jys.png);}
.f2-dzbqb{background-image: url(../images/index/icns_dzbqb.png);}
.f2-wk{background-image: url(../images/index/icns_wk.png);}
.f2-zl{background-image: url(../images/index/icns_zl.png);}
.f2-qb{background-image: url(../images/index/icns_qb.png);}

.f2-zbsc{background-image: url(../images/index/live_zbsc.png);}
.f2-lbhf{background-image: url(../images/index/live_lbhf.png);}
.f2-jyzb{background-image: url(../images/index/live_jyzb.png);}
.f2-dmhd{background-image: url(../images/index/live_dmhd.png);}
.f2-zxhd{background-image: url(../images/index/live_zxlz.png);}
.f2-jctx{background-image: url(../images/index/live_jctx.png);}
.f2-lwds{background-image: url(../images/index/live_lwds.png);}


.section-item-2{
	min-width: 1200px;
	width: 100%;
	position: relative;
	background: #f1f1f5 url(../images/index/bg_ds.jpg) center no-repeat;
	height: 960px;
	color: #fff;
	overflow: hidden;
	background-size: cover;
	background-color: #4f576b;
}
.section-item-2 a{
	color: #fff;
}
.section-item-2.bg_0 {
    background-image: url(../images/index/bg_ds.jpg);
}
.section-item-2.bg_1 {
    background-image: url(../images/index/bg_ls.jpg);
}
.section-item-2.bg_2 {
    background-image: url(../images/index/bg_cy.jpg);
}
.section-item-2.bg_3 {
    background-image: url(../images/index/bg_travel.png);
}

.m-dl2 {
    padding-top: 50px;
    padding-bottom: 30px;
}
.m-dt-t1 {
    text-align: center;
    font-size: 30px;
}
.m-dt-t2 {
    text-align: center;
    font-size: 18px;
    margin-top: 15px;
	margin-bottom: 40px;
}

.f2-l {
    min-height: 729px;
    padding-right: 30px;
    color: #fff;
    border-right: 4px solid #a9a9a9;
    border-color: rgba(255,255,255,.3);
}
.f2-r {
    padding-left: 58px;
    width: 1008px;
    min-height: 729px;
}
.f2-lul>li {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 16px;
    transition: background .2s linear;
}
.f2-lul>li:hover, .f2-lul>li.active {
    background-color: #2589ff;
    border-radius: 2px;
    font-weight: 700;
}
.f2-item {
    position: relative;
    display: none;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.f2-item.active {
    display: block;
}
.s-fs26 {
    font-size: 26px;
}
.g-mt10 {
    margin-top: 10px;
}
.f-ib {
    display: inline-block;
}
.f2-bd {
    font-size: 16px;
    line-height: 30px;
    margin-top: 17px;
}
.f2-rul {
    width: 100%;
    font-size: 0;
}
.f2-rul>li {
    display: inline-block;
    width: 14.28%;
    text-align: center;
    font-size: 12px;
}
.f2-rul>li i{display: block; margin: 0 auto;}
.f2-rul1 {
    width: 100%;
	font-size: 0;
    padding-top: 10px;
	margin-top: 40px;
    border-top: 1px dashed rgba(255,255,255,.2);
}
.f2-rul1>li {
	height: 140px; width: 140px;
    display: inline-block;
    margin-left: 130px;
    position: relative;
}
.f2-rul1>li:first-child {
    margin-left: 0;
}
.f2-rul1>li >img{ height: 100%; width: 100%;}
.f2-rul1-qr {
    position: absolute;
    background-color: #fff;
    border-radius: 4px;
    bottom: 0;
    height: 0;
    left: 0;
    right: 0;
    text-align: center;
    overflow: hidden;
    opacity: 0;
    filter: Alpha(opacity=0);
    font-size: 12px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.f2-rul1-qr>img {
    width: 90px;
    margin: 12px auto 9px;
}
.f2-rul1>li:hover .f2-rul1-qr {
    height: 140px;
    opacity: 1;
    filter: Alpha(opacity=100);
    color: #595961;
}

.f2-box{
	width: 100%;
	margin: 30px 0;
}
.f2-box>li {
    display: inline-block;
    margin-left: 50px;
    position: relative;
}
.f2-box>li:first-child {
    margin-left: 0;
}
.f2-box .box{
	border: 1px solid #fff;
	width: 270px;
	height: 270px;
	padding: 20px;
}
.f2-box .iconimg{ margin: 0 auto; height: 70px; width: 70px;}
.f2-box>li .box>p{text-align: center; font-size: 22px; line-height: 1;}
.f2-box .txtlist{
	margin-top: 20px; padding: 15px 10px 0; border-top: 1px solid #fff;
}
.f2-box .txtlist li{ line-height: 30px; font-size: 12px;}
.f2-box .txtlist li:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 6px; width: 6px; margin-right: 10px; border-radius: 50%; background: #fff;
}

/*案例*/
.section-item-3 {
    padding: 50px 0;
	background: #f2f2f2;
}
.section-item-3 .weapp-case-items {
    margin: 0 auto;
    text-align: center;
    font-size: 0;
    line-height: 1;
    width: 1300px;
}
.section-item-3 .weapp-case-item {
    display: inline-block;
    margin: 0 0 94px;
    width: 33.33%;
}
.section-item-3 .weapp-case-show {
    position: relative;
}
.section-item-3 .weapp-case-pc {
    position: relative;
    top: -12px;
    left: -46px;
    width: 272px;
}
.section-item-3 .weapp-case-mobi {
    position: absolute;
    width: 184px;
    right: 34px;
    top: 0;
    z-index: 0;
}
.section-item-3 .weapp-case-mobi, .section-item-3 .weapp-case-pc {
    display: inline-block;
    vertical-align: middle;
}
.section-item-3 .weapp-case-mobi>img, .section-item-3 .weapp-case-pc>img {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}
.section-item-3 .weapp-case-qr {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    width: 155px;
    height: 303px;
    border-radius: 30px;
    background-color: rgba(0,0,0,.6);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.section-item-3 .weapp-case-qr>img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 84%;
    border: 10px solid #fff;
    border-radius: 10px;
    background-color: #fff;
}
.section-item-3 .weapp-case-cont {
    margin: 5px 0 0;
}
.section-item-3 .weapp-case-name {
    margin: 0 0 9px;
    font-size: 20px;
    color: #404040;
}
.section-item-3 .weapp-case-desc {
    font-size: 16px;
    color: #b2b2b2;
}
.section-item-3 .weapp-case-show:hover .weapp-case-mobi .weapp-case-qr {
    z-index: 1;
    opacity: 1;
}


.section-item-4{ padding: 50px 0;}








