.textc{
    text-align: center;
}
.justifyc{
    margin: 0 auto;
}
/* 页头 */
.navbar-default {
    background: none;
    transition: none;
}

header.active .navbar-default .navbar-brand .logo4{
    display: none!important;
}
.logoBlack{
    display: none;
}
header.active .navbar-default .navbar-brand .logoBlack{
    display: block!important;
}

header.active .navbar-default .navbar-nav .menu1,
header.active .navbar-nav a.open-search i {
    color: #000 !important;
}

header.active .navbar-default .navbar-nav .menu1:hover,
header.active .navbar-default .navbar-nav .active {
    color: #3D8DDC !important;
    border-bottom: 3px #3D8DDC solid;
}

.navbar-nav>li>a {
    color: #fff !important;
}
/* 页头结束 */

#index-project,
#index-news {
    background: #fff;
}

/* banner轮播 */

.swiperBanner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-slide {
    text-align: center;
    /* font-size: 18px; */
    /* background: #000; */
}

.bannerImg{
    width: 100%;
    object-fit:cover;
}
.bannerImg{
    width:100%;
    height:auto;
    min-height:100%;
    transition:1s linear 2s;
    transform:scale(1.2,1.2);
    }
.swiper-slide-active .bannerImg,.swiper-slide-duplicate-active .bannerImg{
    transition:6s linear;
    transform:scale(1,1);
}	


.swiper-button-prev,.swiper-button-next{
	opacity:.5;
}
/*
#swiper1:hover,.swiper-button-prev+.swiper-button-next{
	opacity:1;
	transition:.2s linear;
}
.swiper-pagination-bullet{
	background: #fff!important;
	opacity: .5!important;
}
	
.my-bullet-active{
  background: #ff6600!important;
  opacity: 1;
}
*/
.swiper-pagination-bullet{
	background: #fff!important;
	opacity: .5!important;
}

.swiper-pagination-bullet-active{
	background: #fff!important;
	opacity: 1!important;
}
/* banner轮播 */



/* 首页主营业务 */
.cls-item p {
    color: #666666 !important;
    font-size: 16px !important;
}

.cls-item:hover .bgimg {
	transform: scale(1.1,1.1);
    transition: all .3s ease;
}

.bgimg {
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all .3s ease;
}

@media screen and  (min-width: 1200px) {
	.swiper-container-horizontal>.swiper-pagination-bullets{
		bottom: 145px!important;
	}
	
	.contas{
		display:none ;
	}
	.zyyws{
		display:none ;
	}
	
	
    /* pc屏样式主营业务 */
    .displayNone {
        display: none;
    }

    .services-box {
        position: absolute!important;
        z-index: 999 !important;
        top: -430px;
        width: 100%;
        text-align: center;
    }

    .services-box-items {
        top: 0;
        margin-left: auto;
        margin-right: auto;
    }


    .row {
        width: 1170px;
        margin: auto;
    }
	
	.ywrow{
		width:1284px;
	}
	
    .cls-item {
        max-width: 204px;
        padding-top: 30px;
        border-radius: 10px;
        margin: 0 5px;
        background: rgba(255, 255, 255, 0.8);

    }

    .services-box .services-post h2:after {
        content: '';
        width: 100%;
        height: 1px;
        background: #cccccc;
        border: none;
        left: 0;
        margin-left: 0px;
    }
}
/* 首页主营业务结束 */

 /* 首页特色产品 */
 .tabs {
    padding: 10px;
    /* width: 90%; */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.tab-navs {
    /* border: 1px #000 solid; */
    width: 30%;
}
.tab-navv{
	color: #F9F9F9;
	font-size: 20px;
}
.tab-nav {
    background: url('../images/tab-nav.png');
    width: 320px;
    text-align: center;
    position: relative;
    cursor: pointer;
    /* background: linear-gradient(-16deg, rgba(0, 144, 255), rgba(0, 144, 255)); */
    color: #fff;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    box-shadow: 1px 1px 4px linear-gradient(#fff, #000);
    transition: all .3s ease;
}

.gradient {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    transform: skew(-25deg);
    background-image: -webkit-linear-gradient(0deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0));
    transition: all .3s ease;
    visibility: hidden;
}

.tab-nav {
    margin-bottom: 20px;
	overflow:hidden;
}

.tab-nav:hover {
    box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .5);
    transition: all .5s ease;
}

.transf{
	transform: translateY(-6px);
}

.tab-nav:hover .gradient {
    visibility: visible;
    left: 100%;
    transition: all .5s ease;
}

.tab-items {
    position: relative;
    width: 60%;
    /* transition: all .5s ease; */
}

.tab-item {
    position: absolute;
    left: -100px;
    opacity: 0;
    width: 100%;
    height: 100%;
    transform:rotateY(-180deg);
    transition: all .7s ease-in-out;
	transform-style:preserve-3d;
    /* transition: all 1s ease-in-out; */
}

.swiper2 .swiper-slide{
    position: relative;
}

.tabImg{
    /* position: absolute; */
    /* width: 100%; */
    height: 100%;
}
@media screen and (min-width:935px){
    .tabImg{
        height: 330px;
    }
}
@media screen and (max-width:1028px){
    .blog-slider__content{
        display: none;
    }

}
.blog-slider__content > *{
    position: absolute;
    opacity: 0;
    transform: translateX(70px);
    transition: all .6s;
    white-space: nowrap;
    /* text-shadow:1px 1px 4px #999 ; */
}
@media screen and  (min-width:1320px){
    .blog-slider__content > *{
        font-size: 18px;
        font-weight: bold;
    }
	.contas{
		display:none ;
	}
	.zyyws{
		display:none ;
	}
	
}
.swiper2 .swiper-slide-active .blog-slider__content > * {
	opacity: 1;
	transform: none;
}

.blog-slider__content > div >span{
    color: #1299FF;
}

.swiper2 .swiper-slide-active .blog-slider__content > *:nth-child(1) {
	transition-delay: 0.8s;
}
.swiper2 .swiper-slide-active .blog-slider__content > *:nth-child(2) {
	transition-delay: 0.9s;
}
.swiper2 .swiper-slide-active .blog-slider__content > *:nth-child(3) {
	transition-delay: 1s;
}
.swiper2 .swiper-slide-active .blog-slider__content > *:nth-child(4) {
	transition-delay: 1.1s;
}
.swiper2 .swiper-slide-active .blog-slider__content > *:nth-child(5) {
	transition-delay: 1.2s;
}
.swiper2 .swiper-slide-active .blog-slider__content > *:nth-child(6) {
	transition-delay: 1.3s;
}
.swiper2 .swiper-slide-active .blog-slider__content > *:nth-child(7) {
	transition-delay: 1.4s;
}
.swiper2 .swiper-slide-active .blog-slider__content > *:nth-child(8) {
	transition-delay: 1.5s;
}

.jqr_text{
    left: 45%;
    top: -1.875em;
}
.rlsb_text{
    left: 71%;
    top: 25%;
}
.mj_text{
    left: 71%;
    top: 65%;
}
.jk_text{
    left: 42%;
    top: 102%;
}
.cgq_text{
    left:14%;
    top: 65%;   
}
.aq_text{
    top: 25%;
    left: 7%;
}
@media screen and (max-width:1185px){
    .jqr_text{
        left: 250px;
    }
    .rlsb_text,.mj_text{
        left: 450px;
    }
    .jk_text{
        left: 230px;
    }
    .cgq_text{
        left: 10px;
    }
    .aq_text{
        left: -5px;
    }
}


.dsjsj_text{
    left: 45%;
    top: -1.875em;
}
.dsjfx_text{
    left: 73%;
    top: 30%;
}
.dsjgl_text{
    left: 73%;
    top: 67%;
}
.yjs_text{
    left: 46%;
    top: 100%;
}
.yjj_text{
    left: 17%;
    top: 67%;
}
.dsjyfw_text{
    left: 12%;
    top: 30%;
}
@media screen and (max-width:1185px){
    .dsjsj_text{
        left: 230px;
    }
    .dsjfx_text{
        left: 455px;
    }
    .dsjgl_text{
        left: 390px;
    }
    .yjs_text{
        left: 100px;
    }
    .yjj_text{
        left: 40px;
    }
}



.IT_text{
    left: 40%;
    top: -6%;
}
.sebc_text{
    left: 73%;
    top: 28%;
}
.jxgl_text{
    left: 73%;
    top:  68%;
}
.jxypt_text{
    left: 45%;
    top: 100%;
}
.xx_text{
    left: 15%;
    top: 67%;
}
.ksxt_text{
    left: 15%;
    top: 28%;
}

/* 定制化软件*/
.gw_text{
    left: 40%;
    top: -6%;
}
.gzh_text{
    left: 68%;
    top: 8%;
}
.app_text{
    left: 75%;
    top:  45%;
}
.erp_text{
    left: 68%;
    top: 81%;
}
.logo_text{
    left: 38%;
    top: 100%;
}
.sc_text{
    left: 5%;
    top:  45%;
}
.fx_text{
    left: 12%;
    top: 81%;
}
.qt_text{
    left: 10%;
    top: 8%;
}






@media screen and (max-width:1185px){
    .IT_text,.jxgl_text{
        left: 400px;
    }
    .xx_text,.ksxt_text{
        left: 70px;
    }
}

.ylqx_text{
    left: 40%;
    top: -1.875em;
}
.hzda_text{
    left: 70%;
    top: 87%;
}
.yjkf_text{
    left: 15%;
    top: 87%;
}
@media screen and (max-width:1185px){
    .ylqx_text{
        left: 210px;
    }
    .hzda_text{
        left: 400px;
    }
    .yjkf_text{
        left: 40px;
    }
}

.khgx_text{
    left: 73%;
    top: 65%;
}
.rlzybg_text{
    left: 73%;
    top: 30%;
}
.cw_text{
    left: 13%;
    top: 30%;
}
.gyl_text{
    left: 12%;
    top: 70%;
}
.hy_text{
    left: 48%;
    top: 100%;
}
.qtdzh_text{
    left: 40%;
    top: -5%;
}
@media screen and (max-width:1185px){
    .khgx_text{
        left: 210px;
    }
    .hy_text{
        left: 455px;
    }
    .gyl_text{
        left: 390pxpx;
    }
    .cw_text{
        left: 90px;
    }
    .qtdzh_text{
        left: -45px;
    }

}
/* .item-cerrent {
    display: flex;
    align-items: center;
    opacity: 1;
    transform:rotateY(0deg);
    transition: all .7s ease-in-out;
} */

/* @keyframes rotate {
    0% {
        transform-origin:center;
        transform:rotate3d(0,0,1,0deg);
    }
    100% {
        transform-origin:center;
        transform:rotate3d(0,0,1,deg);
    }
} */

@media screen and  (max-width: 1200px) {
    .tab-nav{
        width: 250px;
		text-align: center;
    }
	.zyyw{
		display: none;
	}
	.conta{
		display: none;
	}
	/*    .tab-nav{
	        width: 250px;
	    } */
}


	
@media screen and  (max-width:850px){
	
	.conta{
		display: none;
	}
	.zyyw{
		display: none;
	}


	
	.tab-nav{
	  margin: auto;
	 margin-top: 15px;
	}
	.cc{
		font-size: 15px;
		
	}
	.ccc{
     margin: 0 10px 0 10px;
	}
	.row{
	  /* width: auto; */
	 margin: 0 10px 0 10px ;
	  margin-top: 10px;
	  
	}

    .tabs {
        display: block;
    }
    .tab-items,.tab-navs{
        position: relative;
        width: 100%;
		margin: 15px auto;
    }
    .tab-item{
        position: relative;
        left: 0;
        width: 100%;
        opacity: 1;
    }
    .tab-item img{
        position: relative;
        width: 100%;
    }
    .tab-navs{
       display: none;
    }
}
	
@media screen and  (max-width:400px){
/* 	.ag{
	  margin: auto;
	 margin-top: 15px;
	} */
	
	.ag{
	padding-left: 25%;
	
	 margin-top: 15px;
	}
	.zyyw{
		display: none;
	}
	.conta{
		display: none;
	}
}

/* 首页特色产品结束 */
.classic{
    display: flex;
}

.classic_item{
/*  padding: 15px;  
   border-top: 1px rgba(143, 219, 255, .6) solid;
    border-bottom: 1px rgba(143, 219, 255, .6) solid;
    border-right: 1px  rgba(143, 219, 255, .6) solid; */
}

.classic_text{
    line-height: 30px;
    font-size: 16px;
}

.moreBtn{
    float: right;
    width: 80px;
    height: 30px;
    background: #0090FF;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.moreBtn:hover{
    color: #fff;
}

/** 首页新闻资讯 */
.news {
    border: 1px solid #AAAAAA;
    margin: 10px;
}

.scrollNews {
    height: 260px;
    /* line-height: 20px; */
    overflow: hidden;
    background: #FFFFFF;
    /* margin-bottom: 5px; */
}
.scrollNews li {
    /* height: auto; */
    padding-top: 18px;
    padding-left: 18px;
    border-bottom: 1px #E6E6E6 solid;
}
.scrollNews li a{
    display: block;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    line-height: 22px;
    margin-bottom: 10px;
}
.scrollNews p:first-child{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}
.scrollNews p:last-child{
    text-align: right;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
}
/* 首页新闻资讯结束 */

/* 页脚 */
.footer-detail {
    text-align: left;
    color: #fff;
    padding-bottom: 30px;
    margin-left: 10px;
}
.footer{
    background: url(../images/fooerbg.jpg)no-repeat center;
    background-size: cover;
    
}
@media screen and  (min-width:1090px) {
    .footer-detail:nth-child(2){
        padding-left: 200px;
    }
	.contas{
		display:none ;
	}
	.zyyws{
		display:none ;
	}
}


@media screen and  (min-width:1090px) {
    .footer-detail {
        margin-left: 0;
    }
	.contas{
		display:none ;
	}
	.zyyws{
		display:none ;
	}
}

.link p {
    width: 146px;
    height: 27px;
    border: 1px solid #999999;
    border-radius: 4px;
    line-height: 27px;
    text-align: center;
    font-size: 14px;
    color: #999999;
}

.link:hover p {
    border: 1px solid #3D8DDC;
    color: #3D8DDC;
}

.footer-detail>p:first-child {
    color: #fff;
}

.kache {
    background: url('../images/kache.png') no-repeat;
}

.dianhua {
    background: url('../images/dianhua.png') no-repeat;
    background-position-x: 2px;
}

.youxiang {
    background: url('../images/youxiang.png') no-repeat;
}

.weizhi {
    background: url('../images/weizhi.png') no-repeat;
    background-position-x: 2px;
}

.kache,
.dianhua,
.youxiang,
.weizhi {
    padding-left: 25px;
    background-position-y: 4px;
}

.footer-detail img {
    width: auto;
    height: auto;
}

.guanfangerweima {
    margin-right: 57px;
}

.guanfangerweima,
.vxgongzhonghao {
    width: 114px;
    position: relative;
}

.guanfangerweima::after {
    content: "官方二维码";
    color: #999999;
    width: 114px;
    position: absolute;
    left: 24px;
    bottom: -30px;
}

.vxgongzhonghao::after {
    content: "微信公众号";
    color: #999999;
    width: 114px;
    position: absolute;
    left: 24px;
    bottom: -30px;
}
/* 页脚接受 */

/* 关于我们about.html */
.aboutCom>div,.aboutUs>div{
    width: 100%;
    top: 30px;
    padding: 30px;
    
}

@media screen and  (min-width:992px){
    .aboutCom>div,.aboutUs>div{
        position: absolute;
        border: 1px #000 solid;
        height: 350px;
        top:24px;
    }
/* 	.contas{
		display:none ;
	}
	.zyyws{
		display:none ;
	} */

    .aboutCom>div{
        border-left:none;
    }

    .aboutUs>div{
        border-right:none;
        right: 0;
    }

}

/* 
    展示图hover效果
    人工智能rgzn.html 
    大数据dsj.html
    教育jiaoyu.html
*/
.proList>div{
	position:relative;
}
.proList>div>div img{
    transform: scale(1,1);
    transition: .3s ease-in-out;
    transition-delay: .2s;
}
.proList>div>div:hover img{
    transform: scale(1.1,1.1);
    transition: .3s ease-in-out;
}
@media screen and (max-width:1120px){
    .proList div {
        text-align: center;
    }
}
@media screen and (min-width: 1120px){
    .proList{
        position: relative;
        width: 100%;
        height: auto;
    }
    .proList>div{
        width: 100%;
        height: 100%;
        padding-top: 90%;
        position: relative;
    }
    .proList>div>div{
        
        margin-top: -83%;
        position: absolute;
    }
    .proList>div>div:nth-child(1){
        z-index: 99;
        left: 45%;
        top: 95%;
    }
    .proList>div>div:nth-child(2){
        z-index: 99;
        left: 72%;
        top: 115%;
    }
    .proList>div>div:nth-child(6){
        z-index: 99;
        left: 15%;
        top: 115%;
    }   
    .proList>div>div:nth-child(3){
        left: 72%;
        top: 140%;
    }
    .proList>div>div:nth-child(5){
        left: 15%;
        top: 140%;
    }
    .proList>div>div:nth-child(4){
        left: 45%;
        top: 165%;
    }
    .proDetail{
        width: 400px;
        /* height: 250px; */
        position: absolute;
        left: -110%;
        z-index: 0;
    }
}

.proDetail h3{
    text-align: center;
    color: #0091ff;
    font-weight: bold;
}
.proDetail{
    color: #999;
}
@media screen and (min-width:1120px){
    .ring-list{
        margin-top: -93%;
        display: block!important;
    }
}
.ring-list {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.ring-list li {
    margin-top: -6%;
    margin-left: -6%;
    padding-top: 12%;
    width: 12%;
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(143, 219, 255, .6);
}

li {
    list-style: none;
}

.ring-list.act li {
    -webkit-animation: ripple 4s linear infinite;
    -moz-animation: ripple 4s linear infinite;
    -ms-animation: ripple 4s linear infinite;
    -o-animation: ripple 4s linear infinite;
    animation: ripple 4s linear infinite
}
.ring-list.act .ring2 {
    -webkit-animation: ripple 4s linear infinite;
    -moz-animation: ripple 4s linear infinite;
    -ms-animation: ripple 4s linear infinite;
    -o-animation: ripple 4s linear infinite;
    animation: ripple 4s linear infinite;
    animation-delay: .8s;
}
.ring-list.act .ring3 {
    -webkit-animation: ripple 4s linear infinite;
    -moz-animation: ripple 4s linear infinite;
    -ms-animation: ripple 4s linear infinite;
    -o-animation: ripple 4s linear infinite;
    animation: ripple 4s linear infinite;
    animation-delay: 1.6s;
}
.ring-list.act .ring4 {
    -webkit-animation: ripple 4s linear infinite;
    -moz-animation: ripple 4s linear infinite;
    -ms-animation: ripple 4s linear infinite;
    -o-animation: ripple 4s linear infinite;
    animation: ripple 4s linear infinite;
    animation-delay: 2.4s;
}
.ring-list.act .ring5 {
    -webkit-animation: ripple 4s linear infinite;
    -moz-animation: ripple 4s linear infinite;
    -ms-animation: ripple 4s linear infinite;
    -o-animation: ripple 4s linear infinite;
    animation: ripple 4s linear infinite;
    animation-delay: 3.2s;
}

@keyframes ripple {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    100% {
        opacity: 0;
        transform: scale(7.9)
    }

}

.text-desc{
    position: absolute;
    left: 0; 
    top: 0; 
    background-color: rgba(0, 0, 0, .5); 
    height: 100%; 
    opacity: 0; 
    width: 100%; 
    /* padding: 20px; */
}

.port-1{
    float: left; 
    width: 100%; 
    height: 100%;
    position: relative; 
    overflow: hidden; 
    text-align: center; 
    border: 4px solid rgba(255, 255, 255, 0.9);
    /* border-radius: %; */
}

.port-1{
    margin-bottom: 25px;
}

.image-box img{
    height: 100%;
    width: 100%;
    transition: 0.5s;
}

.port-1 .text-desc{
    opacity: 0.9; 
    top: -100%; 
    transition: 0.5s; 
    color: #fff; 
    padding: 0px 20px 20px;
}

.text-desc h3,.text-desc p{
    color: #fff;
    font-size: 16px;
}

.text-desc h3{
    margin-top: 10px;
    font-size: 20px!important;
}

.port-1:hover img{
    transform: scale(1.2);
}

.port-1.effect-2 .text-desc{
    top: auto; 
    bottom: -85%;
}

.port-1.effect-2:hover .text-desc{
    bottom: 0;
    padding: 20px 20px 20px;
}

/* 展示图hover效果 结束 */

/* 教育jiaoyu.html */
.newlesson h3{
    font-weight: 400;
}

.lessonImg,.lessonImg img{
    width: 100%;
}
.inRow{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 18px;
}
.inRow>div{
    display: flex;
    justify-content: space-between;
}
.inRow,.inRow div{
    color: #9A9A9A;
    /* padding: 0; */
}

.zan{
    margin-right: 5px;
}

.zan,.comment{
   font-size: 14px;
}

.zan a,.comment a{
    display: inline-block;
}

.zan:hover span,.comment:hover span{
    color: #000000;
}

.lessonPrice{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.price{
    color: #FF0000;
    font-size: 14px;
}

.discount{
    width: 67px;
    height: 18px;
    background: #FFD2D2;
    border-radius: 4px;
    color: #FF0000;
    text-align: center;
}   

.afterCancel::after{
    display: none;
}

.coursesTab{
    width: 100%;
    margin: 20px auto;
}
.coursesTab>div{
    width: 198px;
    display: flex;
    justify-content:space-around;
    margin: 0 auto;
    cursor: pointer;
}
.coursesTab>div>div{
    width: 99px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #0090FF;
    border: 1px solid #0090FF;
}
.coursesTab>div>div:first-child{
    border-radius: 15px 0px 0px 15px;;
}
.coursesTab>div>div:last-child{
    border-radius: 0px 15px 15px 0px;
}
.coursesCerrent{
    font-weight: 400;
    color: #FFFFFF!important;
    background: #0090FF;
    transition: all .5s ease-out;
}
.courses{
    width: 100%;
    min-height: 625px;
}

.courses .newlesson{
    opacity: 1;
    transition: all 2s ease-out;
}

.coursesTabCerrent{
    height: 0!important;
    opacity: 0!important;
    overflow: hidden;
    transition: all 2s ease-out;
}
/* 教育jiaoyu.html 结束 */

/* 联系我们 */
#XuemaiPosition{
    width: 100%;
    height: 100vh;
    border-radius: 10px;
    margin: 0 auto;
}
@media screen and (max-width:1000px){
    #XuemaiPosition{
        height: 40vh;
    }
}

/* 子页面 */
.demoImg{
    cursor: pointer;
    overflow: hidden;
}
.demoImg img{
    transform: scale(1,1);
    transition: .3s ease-in-out;
}
.demoImg:hover > img{
    transform: scale(1.1,1.1);
    transition: .3s ease-in-out;
}
.demoImg:hover+div>h2{
    color: #0091ff;
    transition: .3s ease-in-out;
}
.fz999{
    color: #999999;
}
.mt20{
    margin-top: 20px;
}

.gsys div{
    text-align: center;
}
@media screen and (min-width:1000px){
    .gsys{
        width: 70%;
        display:flex;
        justify-content: space-around;
    }
}
@media screen and (max-width:400px){
    .gsys{
        width: 100%;
    }
    .gsys div{
        float: left;
        margin: 5px 25px;
    }
    .gsys::after{
        display: block;
        clear: both;
        content: "";
        visibility: hidden;
        height: 0;
        *zoom: 1;
    }
}