.index-video {
    width: 100%;
    padding: 80px 0;
    overflow: hidden;
    background: #fff;
    background-size: cover;
}
.t60{margin-top:60px;}
.whatgeo h3{margin-bottom:20px;}
.whatgeo h4{margin-top:20px;margin-bottom:20px;}
.whatgeo p{color:#001434;}
.pb{color:#000;margin-bottom:20px;font-size:18px;}
.whatgeo .right{align-items:center;display:flex;}

.luoji{background: linear-gradient(135deg, #dbedfe 0%, #d4e9fe 100%);}

.pipei{background-color:#fff;border-radius:15px;overflow:hidden;position:relative;}
.pptu h4{margin-top:25px;font-weight:bold;margin-bottom:15px;margin-left:25px;z-index:2;position:relative;}
.pipei p{margin-left:25px;margin-right:25px;text-align:justify;z-index:2;position:relative;margin-bottom:150px;}
.pipei img{position:absolute;bottom:0px;left:0px;z-index:0;}

.chixu{background:url(geo5.png) left top no-repeat;color:#fff;overflow:hidden;border-radius:15px;margin-top:30px;margin-bottom:30px;}
.chixu h4{margin-top:25px;font-weight:bold;margin-bottom:15px;margin-left:25px;z-index:2;position:relative;}
.chixu p{margin-left:25px;margin-right:25px;text-align:justify;z-index:2;position:relative;margin-bottom:25px;}

.celue{background-color:#fff;border-radius:25px;overflow:hidden;position:relative;}
.celue p{margin-left:25px;margin-right:25px;text-align:justify;z-index:2;position:relative;margin-bottom:5px;}

.geor1{background-color:#fff;border-radius:15px;overflow:hidden;position:relative;display:flex;}
.geor1 p{margin-left:25px;margin-right:25px;text-align:justify;z-index:2;position:relative;margin-bottom:150px;}
.geor1 div:nth-child(1){flex:2;}
.geor1  div:nth-child(2){flex:3;}
.geor1 div img{max-width:83%;margin-top:5%;margin-right:5%;float:right;}
.geor2{margin-top:30px;margin-bottom:30px;}
.geor2 .left div{background-color:#fff;border-radius:15px;overflow:hidden;position:relative;}
.geor2 .left h4{margin-top:25px;font-weight:bold;margin-bottom:15px;margin-left:25px;z-index:2;position:relative;}
.geor2 .left p{margin-left:25px;margin-right:25px;text-align:justify;z-index:2;position:relative;margin-bottom:5px;}

.geor2 .right div{background-color:#fff;border-radius:15px;overflow:hidden;position:relative;}
.geor2 .right h4{margin-top:25px;font-weight:bold;margin-bottom:15px;margin-left:25px;z-index:2;position:relative;}
.geor2 .right p{margin-left:25px;margin-right:25px;text-align:justify;z-index:2;position:relative;margin-bottom:5px;}
.geor2 img{margin-bottom:20px;margin-top:15px;}

.geor3{background-color:#fff;border-radius:15px;overflow:hidden;position:relative;display:flex;}
.geor3  h4{margin-top:25px;font-weight:bold;margin-bottom:15px;margin-left:25px;z-index:2;position:relative;}
.geor3  p{margin-left:25px;margin-right:25px;text-align:justify;z-index:2;position:relative;margin-bottom:5px;margin-bottom:30px;}



.aikexue{background:url(geo10.png) right 50px no-repeat;}

.index-resource {
    padding: 60px 0 80px;
    background: #e9f0fd;
    overflow: hidden;
}

.index-resource .index-resource-content {
    margin: 46px 0 0;
    overflow: hidden;
    position: relative;
}

.index-resource .index-resource-content::before {
    background-image: -webkit-linear-gradient(left, #e9f0fd 20%, rgba(235, 237, 240, 0));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100px;
    z-index: 2;
}

.index-resource .index-resource-content::after {
    background-image: -webkit-linear-gradient(right, #e9f0fd 20%, rgba(235, 237, 240, 0));
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    z-index: 2;
}

.index-resource .index-resource-content .swiper {
    margin: 0 0 10px;
}

.index-resource .index-resource-content .swiper:last-child {
    margin-bottom: 0;
}

.index-resource .index-resource-content .swiper .swiper-slide {
    width: calc((100% - 20px) / 3);
}

#resource-swiper2,
#resource-swiper4 {
    width: calc(100% + (calc((100% - 20px) / 3)));
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#resource-swiper2 .swiper-slide,
#resource-swiper4 .swiper-slide {
    width: calc((100% - 20px) / 4);
}

.index-resource .index-resource-content .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.index-resource .index-resource-content img {
    border-radius: 10px;
    display: block;
}

@media (min-width: 768px) {
    .index-resource .index-resource-content .swiper {
        margin: 0 0 25px;
    }

    .index-resource .index-resource-content .swiper .swiper-slide {
        width: calc((100% - 50px) / 4);
    }
    
    #resource-swiper2,
    #resource-swiper4 {
        width: calc(100% + (calc((100% - 50px) / 4)));
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    
    #resource-swiper2 .swiper-slide,
    #resource-swiper4 .swiper-slide {
        width: calc((100% - 50px) / 5);
    }
}

@media (min-width: 992px) {
    .index-resource .index-resource-content .swiper .swiper-slide {
        width: calc((100% - 75px) / 5);
    }
    
    #resource-swiper2,
    #resource-swiper4 {
        width: calc(100% + (calc((100% - 75px) / 5)));
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    
    #resource-swiper2 .swiper-slide,
    #resource-swiper4 .swiper-slide {
        width: calc((100% - 75px) / 6);
    }
}
.index-title h3 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 38px;
}

.index-title p {
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    margin: 5px 0 0;
}

.index-title p a {
    color: #0e6fff;
}

@media (min-width: 992px) {
    .index-title h3 {
        font-size: 30px;
        line-height: 44px;
    }
    .index-title p {
        font-size: 20px;
        line-height: 34px;
    }
}

.geo_xinxi{background:url(zi_bg.jpg) left top no-repeat;background-size:cover;padding:40px;overflow:hidden;}
.geo_xinxi dt{font-size:20px;font-weight:bold;border-bottom:1px solid #ccc;line-height:3;margin-bottom:20px;}
.geoxl{width:50%;float:left;}
.geo_xinxi p{color:#333;line-height:2;font-size:16px;}
.geo_xinxi p span{display:block;color:#919397;}
.geoxl:nth-child(2){padding-left:15px;}
.geo_xinxi img{max-width:170px;margin-top:15px;}
.geo_hezuo{background:#fff;padding:15px 20px 5px 10px;overflow:hidden;border-radius:10px;margin-top:20px;}
.geo_hezuo dt{color:#2a6bf7;font-size:20px;border-bottom:1px solid #ccc;line-height:2;font-weight:bold;}
.geo_hezuo dd {display:flex; justify-content: space-between;align-items: center;margin:15px 0px;}
.geoform{background:linear-gradient(to bottom, #bed3ff 0%, #f1f5ff 100%);overflow:hidden;border-radius:15px;padding:30px 40px;}
.geoform dt{font-size:20px;font-weight:bold;border-bottom:1px solid #ccc;line-height:3;margin-bottom:20px;margin-top:10px;}
.geoform dd li{list-style:none;display:flex;margin-bottom:10px;}
.geoform dd li p{width:100%;}
.geoform dd li label{display:block;margin:11px 0px;color:#333;font-size:16px;}
.geoform dd li input{height:35px;line-height:35px;width:95%;border-radius:5px;border:1px solid #ccc;padding:0px 10px;font-size:14px;}
.geoform dd li:nth-child(1) input{width:98%;}
.geoform dd li select{width:98%;height:35px;line-height:35px;background:linear-gradient(to bottom, #f9fbff 0%, #dbe7fe 100%);border-radius:5px;border:1px solid #ccc;padding:0px 10px;}
.geoform dd li.noflex{display:block;}
.geoform dd li.noflex input{width:15px;height:15px;border-radius:5px;float:left;margin-right:8px;border:1px solid #ccc;margin-top:3px;}
.geoform dd li.noflex div{width:100%;overflow:hidden;}
.geoform dd li.noflex p{display:inline-block;float:left;width:auto;margin-right:15px;margin-bottom:16px;}
.geoform dd li input.submit{background:#2a6bf7;color:#fff;width:100%;margin-left:0px;border:0px;font-size:16px;height:40px;line-height:40px;}




.geo-solution {
    width: 100%;
    overflow: hidden;
    padding: 40px 0 60px;
    background:#fff;
}

.geo-solution .geo-solution-content {
    padding: 60px 0 0;
}

.geo-solution .geo-solution-content .row {
    margin: 0 -10px;
}

.geo-solution .geo-solution-content .row .col {
    padding: 0 10px;
}

.geo-solution .geo-solution-content .row .col:nth-child(1),
.geo-solution .geo-solution-content .row .col:nth-child(2),
.geo-solution .geo-solution-content .row .col:nth-child(3) {
    margin: 0 0 55px;
}

.geo-solution .geo-solution-content .item {
    width: 100%;
    height: 160px;
    border-radius: 4px;
	background:#0060ff;
    position: relative;
    color: #2f2f2f;
    padding: 40px 25px 0 25px;
}

.geo-solution .geo-solution-content .item p {
    line-height: 24px;
    margin: 10px 0 0;
    max-width: 400px;
	color:#fff;
}

.geo-solution .geo-solution-content .item h2 {
    line-height: 32px;
    font-size: 20px;
	color:#fff;
}
.geo-solution .geo-solution-content .item:hover h2,.geo-solution .geo-solution-content .item:hover p{color:#fafafa;}
.geo-solution .geo-solution-content .item .icon {
    width: 100px;
    float:left;
    animation: smo-service1 .5s steps(23) forwards;
    margin-right:15px;
    transition: all .5s ease-in-out;
}

.geo-solution .geo-solution-content .item:hover .icon {
    animation: smo-service2 .5s steps(23) forwards;
    
    transform: translateY(-10px);
}
.geo-solution .geo-solution-content .item{background:#0060ff;border-radius:0.4rem;box-shadow: 0 0 10px 3px rgba(217, 237, 246, 0.6);}
@keyframes smo-service1 {
    0% {
        background-position:0 -2300px;
    }
    to {
        background-position:0 0;
    }
}
@keyframes smo-service2 {
    0% {
        background-position:0 0;
    }
    to {
        background-position:0 -2300px;
    }
}

@media (min-width: 768px) {

    .geo-solution .geo-solution-content .row .col:nth-child(1),
    .geo-solution .geo-solution-content .row .col:nth-child(2) {
        margin-bottom: 30px;
    }

    .geo-solution .geo-solution-content .row .col:nth-child(3) {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {

    .geo-solution .geo-solution-content .row .col:nth-child(1),
    .geo-solution .geo-solution-content .row .col:nth-child(2) {
        margin: 0 0 55px;
    }

    .geo-solution .geo-solution-content .item .icon {
        width: 100px;
        height: 100px;
        right: 0;
        bottom: 0;
    }
    .geo-solution .geo-solution-content .item .icon  img{width:70px;}
    .geo-solution .geo-solution-content .item {
        display:flex;
    }
    @keyframes smo-service1 {
        0% {
            background-position:0 -4140px;
        }
        to {
            background-position:0 0;
        }
    }
    @keyframes smo-service2 {
        0% {
            background-position:0 0;
        }
        to {
            background-position:0 -4140px;
        }
    }
}




/*
 * 搜索引擎全新SEO优化解决方案
 */
.geo-develop {
    width: 100%;
    overflow: hidden;
    padding: 40px 0 60px;
    background: #c6e3ff;
}

.geo-develop .geo-develop-content {
    padding: 155px 0 0;
}

.geo-develop .geo-develop-content .col:nth-child(1),
.geo-develop .geo-develop-content .col:nth-child(2) {
    margin-bottom: 60px;
}

.geo-develop .geo-develop-content .item {
    border-radius: 10px;
    background: #ffffff;
    text-align: center;
    padding: 100px 0 0;
    position: relative;
    transition: all .5s ease-in-out;
	margin-bottom:150px;
	padding-bottom:40px;
}

.geo-develop .geo-develop-content .item:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}


.geo-develop .geo-develop-content .item.b0{margin-bottom:50px;}
.geo-develop .geo-develop-content .item .title {
    font-size: 18px;
    font-weight: bold;
	color:#0060ff;
    line-height: 30px;
}

.geo-develop .geo-develop-content .item .content {
    line-height: 30px;
    color: #868c96;
    margin: 4px 0 0;
	width:90%;margin-left:5%;
	height:60px;
}

.geo-develop .geo-develop-content .item .icon {
    width: 100%;
    height: 170px;
    top: -90px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
}
.geo-develop .geo-develop-content .item .icon img{max-height:100%;}
@media (min-width: 768px) {

    .geo-develop .geo-develop-content .col:nth-child(1),
    .geo-develop .geo-develop-content .col:nth-child(2) {
        margin-bottom: 0px;
    }
}

.fenxitag span{background:#f7f6fb;border-radius:15px;color:#000;margin:0px 4px;padding:6px 15px;display:inline-block;margin-bottom:8px;}
.fenxicon h3{font-size:25px;color:#000;margin-top:25px;}
.fenxicon p{color:#666666;font-size:18px;margin-top:10px;margin-bottom:30px;}
.fenxicon li{overflow:hidden;}
.fenxicon li:before{content:"";height:25px;width:25px;display:block;background:url(dui.png) left top no-repeat;background-size:cover;margin-top:3px;float:left;overflow:hidden;margin-right:10px;}
.fenxicon li div{overflow:hidden;margin-left:15px;}
.fenxicon li div b{font-size:16px;display:block;line-height:30px;}
.fenxicon li div p{font-size:14px;margin-bottom:10px;color:#666666;}
.t80{margin-top:100px;}
.fxitem{border:1px solid #fff;background:#eef6ff;border-radius:15px;border-radius:0.4rem;box-shadow: 0px 0px 10px 3px rgba(217, 237, 246, 0.6);margin-bottom:30px;padding:30px;}
.fxitem h3 img{margin-right:10px;}
.fxitem p:nth-child(2){margin:15px 0px;font-size:16px;}
.fxitem p:nth-child(3){line-height:30px;height:120px;font-size:14px;}


.geobgf{background:#dfeefe;padding-bottom:50px;}
.bjitem{background:#ddeeff;border-radius:10px;padding:25px;overflow:hidden;border:1px solid #fff;margin-bottom:20px;box-shadow: 0px 0px 10px 10px rgba(218, 232, 255, 0.8);}
.bjitem a{color:#0060ff;font-weight:bold;}
.bjitem b{font-size:20px;margin-bottom:10px;display:block;}
.bjitem p{font-size:16px;line-height:1.6;margin-bottom:20px;height:60px;line-height:20px;}
.bjitem li{line-height:2;}
.bjitem ul{margin-bottom:20px;}


.index-marketing {
    background-image: url(byseo21.png);
	text-align:center;
	
}
.app-bottom{height:auto;padding:60px 0px;}
.index-marketing h3 {
    color: #ffffff;
    font-size: 20px;
	display:inline-block;
}

.index-marketing a {
    width: 120px;
    height: 40px;
    color: #fff;
    padding: 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    display:inline-block;margin-right:100px;
    line-height: 40px;
    background: #0060ff;
}

.index-marketing a i {
    display: none;
}
.jxitem{overflow:hidden;margin-top:10px;width:100%;}
.jxcbox{width:90%; border-color: rgba(0, 110, 255, 0.15);margin-left:5%;
    box-shadow: 0px 0px 10px 10px rgba(235, 235, 235, 0.6);padding:20px;}
.swiper-button-next{position:absolute;right:0px;top:40%;z-index:3;}
.swiper-button-prev{position:absolute;left:0px;top:40%;z-index:3;}
.jxitem dt{height:30px;line-height:30px;font-weight:bold;font-size:20px;}
.jxitem dt font{color:#aaa;}
.jxitemtit{font-size:18px;margin:15px 0px;font-weight:bold;}
.jxitemdes{margin-bottom:15px;font-size:14px;}
.jxitemxg{line-height:2;}
.jxitemxg li{list-style:none;display:inline-block;text-align:center;width:33.33%;float:left;}
.jxitemxg li b{font-size:18px;}


@media (max-width: 768px) {

.app-banner .text h3 span{font-size:2rem;}
.index-video{padding:40px 0px;}
.t60 {
    margin-top: 10px;
}
.index-video-image img.t20{margin-top:20px;}
.pipei p{margin-bottom:180px;}
.celue{margin-bottom:30px;}
.geor1{display:block;}
.geor1 p{margin-bottom:20px;}
.geor2 .left{margin-bottom:30px;}
.geo-solution .geo-solution-content{padding-top:30px;}
.geo-solution .geo-solution-content .row .col{margin-bottom:25px !important;}
.geo-solution .geo-solution-content .item{height:auto;padding-bottom:20px;padding-top:15px;}
.geo-solution .geo-solution-content .item div:nth-child(2){overflow:hidden;}
.geo-solution .geo-solution-content .item h2{font-size:18px;}
.geo-solution .geo-solution-content .item p{font-size:14px;}
.geo-develop .geo-develop-content .item{margin-bottom:50px;}
.geo-develop .geo-develop-content .item .icon{height:100px;top:-50px;}
.geo-develop .geo-develop-content{padding:80px 0px 0px;}
.geo-develop .geo-develop-content .item{padding:60px 0px;}
.geo-develop .geo-develop-content .col{margin-bottom:60px !important;}
.geo-develop{padding-bottom:0px;}
.geo_xinxi{background-size:100% 100%;}
.geo_xinxi{padding:20px;}
.geo_xinxi dt{font-size:16px;line-height:2;}
.geoxl{width:100%;}
.geoxl:nth-child(2){padding-left:0px;}
.geo_hezuo dd img{width:25%;}
.geo_hezuo {margin-bottom:25px;}
.geoform{padding:20px;}
.geoform dt{font-size:18px;}
.geor1 div img,.celue img,.geor2 img{width:70%;margin-right:15%;margin-left:15%;}
}



.swiper-containerb .swiper-slide .jxitem img {
    width: 30px;
    margin-right: 10px;
}


.hangye {
    width: 100%;
    overflow: hidden;
    padding: 40px 0 60px;
    background:#fff;
}
.index-title p a.moretit{color:#0060ff;margin-bottom:20px;}
.hyitem{overflow:hidden;margin:25px 0px;float:left;}
.hyitem img{float:left;width:40%;margin-right:3%;border-radius:8px;}
.hyitemp{width:52%;float:left;}
.hyitemp dt{font-size:18px;font-weight:bold;}
.hyitemp dt a:hover{color:#0060ff}
.hyitemp .hydes{margin:10px 0px;color:#2f2f2f;}
.hyitemp .hytag{}
.hangyecon{margin-top:30px;}
.hytag span{background:#fcedde;color:#ffa24b;border:1px solid #ffa24b;padding:1px 10px;border-radius:5px;margin-right:5px;}
.hyitemp .hytime img{width:15px;float:left;margin-top:3px;}
.hyitemp .hytime{margin-top:10px;color:#2f2f2f;}
.hyitemp .hytime span{}
.hyritem li{width:100%;overflow:hidden;line-height:3;border-bottom:1px dotted #ccc;font-size:18px;}
.hyritem li span{float:right;color:#4e4e4e;}
.hyritem li img{float:left;margin-right:10px;margin-top:20px;}
.hyritem li a:hover{color:#0060ff}