﻿.cl {
    zoom: 1;
}

.cl:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

#top {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}

.LavWrap,
.Lheader,
.LnavWrap {
    border-bottom: 1px solid #2f80ff;
}

.Lheader .Llogo {
    float: left;
    width: 209px;
    height: 34px;
    padding-top: 9px;
    padding-left: 10px;
    padding-bottom: 5px;
}

.Lheader-bg {
    float: right;
}


.Lheader-ul li {
    float: left;
    color: #fff;
}

.Lheader-ul li a {
    color: #fff;
    line-height: 48px;
    height: 48px;
    padding: 0px 10px;
}

.LSaaSmarket_buttom {
    float: right;
    padding-left: 15px;
}

.LSaaSmarket_buttom a {
    display: block;
    height: 48px;
    line-height: 48px;
    float: left;
    color: #fff;
    font-size: 14px;
    padding: 0px 20px;
    /* background: #03cdff; */
    margin-right: 1px;
}


.LnavWrap .ly-wrap {
    height: 96px;
    line-height: 96px;
    position: relative;
}

.Lnav>ul>li {
    display: inline-block;
    position: relative;
}

.Lnav>ul>li:first-child>a {}

.Lnav>ul>li>a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 0 15px;
    transition: all .3s ease;
    font-weight: normal;
    line-height: 38px;
    height: 38px;
    text-align: center;
}

.Lnav>ul>li:hover>a {
    color: #03cdff;
}

.Lnav>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.Lnav>ul>li>ul {
    position: absolute;
    left: 0;
    z-index: 999;
    background: #2c55dc;
    width: 140px;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    box-shadow: 2px 0 11px -3px rgba(0, 0, 0, .2);
    transition: all .5s ease;
    text-align: center;
}

.Lnav>ul>li>ul>li {
    display: block;
    line-height: 38px;
    position: relative;
}

.Lnav>ul>li>ul>li:last-child>a {
    border-bottom: 0;
}

.Lnav>ul>li>ul>li>a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    padding: 0 19px;
    border-bottom: 1px solid #ffffff26;
    transition: all .3s ease;
}

.Lnav>ul>li>ul>li:hover>a {
    background: #03cdff;
    color: #fff;
    border-color: 0;
}

.Lnav>ul>li>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.Lnav>ul>li>ul>li>ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 240px;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    background: #fff;
    box-shadow: 2px 0 11px -3px rgba(0, 0, 0, .2);
    transition: all .5s ease;
}

.Lnav>ul>li>ul>li>ul>li {
    display: block;
    position: relative;
}

.Lnav>ul>li>ul>li>ul>li:last-child>a {
    border-bottom: 0;
}

.Lnav>ul>li>ul>li>ul>li>a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #025596;
    padding: 14px 19px;
    border-bottom: 1px solid #E9E9E9;
    transition: all .3s ease;
}

.Lnav>ul>li>ul>li>ul>li:hover>a {
    background: #03cdff;
    color: #fff;
    border-color: 0;
}

.Lnav>ul>li:last-child>ul {
    left: auto;
    right: 0;
}


/*Lbanner*/
.Lbx-wrapper .Lbx-viewport {
    border: none;
    box-shadow: none;
    left: 0;
}

.Lbanner {
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: -9999999;
    height: 700px;
    overflow: hidden;
}

.Lbanner img {
    display: block;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.Lbanner li {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    height: 500px;
}



.Lindex-newsl {
    /* float: left; */
    width: 575px
    overflow: hidden;
}

.Lindex-newsr {
    width: 630px;
    float: right;
    overflow: hidden;
    background: #fff;
}

.Lindex-userr img {
    width: 536px;
    float: right;
    overflow: hidden;
    padding: 40px;
}


.Lindex-newsbg {
    padding: 10px 0px;
    width: 1220px;
    margin: 0 auto;
    margin-top: 646px;
}

/* .Lindex-news {
    width: 100%;
} */

/* .Lindex-newstitle h3 {} */

.Lindex-newstitle h3 span {
    font-size: 20px;
    color: #999999;
    text-transform: uppercase;
    font-family: "Arial";
    line-height: 20px;
    padding-top: 12px;
    display: block;
}

.Ltextlist {
    width: 100%;
    clear: left;
    display: block;
}

.Ltextlist ul {
    display: inline-block;
}

.Ltextlist ul li {
    padding: 26px 0;
    border-bottom: #cccccc solid 1px;
    transition: all ease 600ms;
    width: 570px;
}

.Ltextlist ul li font {
    display: block;
    float: left;
    color: #c4c4c4;
    background: #f8f8f8;
    padding: 2px 10px;
    margin-right: 20px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    background: #1875f0;
}

.Ltextlist ul li font strong {
    color: #fff;
    display: block;
    padding: 5px 0px;
}

.Ltextlist ul li font .Lyear {
    font-size: 19px;
}

.Ltextlist ul li font .Ldate {
    border-bottom: 1px solid #fff;
    font-size: 16px;
}

.Ltextlist ul li h3 em {
    display: block;
    font-size: 20px;
    color: #333333;
    line-height: 20px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}

.Ltextlist ul li p {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    padding-top: 14px;
    height: 38px;
    overflow: hidden;
}

.Ltextlist ul li:hover h3 em {
    color: #000;
}

.Ltextlist ul li:hover {
    margin-left: -4px;
}

.LbagData_experttitle_history {
    position: relative;
    padding-bottom: 30px;
    padding-top: 1px;
    text-align: center;
}

.LbagData_experttitle_history h1 {
    font-size: 28px;
    color: #000;
    line-height: 23px;
    font-weight: normal;
    padding-bottom: 6px;
}

.LbagData_experttitle_history em {
    font-size: 15px;
    color: #666;
    line-height: 15px;
    margin-top: 8px;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
}

.LbagData_experttitle_history a {
    position: absolute;
    /* right: 15px; */
    /* top: 20px; */
    /* background: #d71e24; */
    font-size: 14px;
    line-height: 18px;
    padding: 2px 10px;
    color: #73747b;
    text-transform: uppercase;
    border-radius: 100px;
    /* float: right; */
    right: 17%;
    padding-top: 18px;
}

.LbagData_experttitle_history_map {
    position: relative;
    padding-bottom: 30px;
    padding-top: 1px;
    text-align: left;
}

.LbagData_experttitle_history_map h1 {
    font-size: 28px;
    color: #000;
    line-height: 23px;
    font-weight: normal;
    padding-bottom: 6px;
}

.LbagData_experttitle_history_map em {
    font-size: 15px;
    color: #666;
    line-height: 15px;
    margin-top: 8px;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
}

.LSaaS {
    width: 1220px;
    margin: 0 auto;
    height: auto;
}

.LSaaS {
    padding-bottom: 20px;
}

.LSaaS li {
    float: left;
    position: relative;
    width: 24%;
    height: 428px;
    border: 1px solid #e7e7e7;
    margin-left: -2px;
    z-index: 10;
    background: #fff;
}

.LSaaS li:before {
    content: "";
    width: 0px;
    height: 2px;
    background: #1875f0;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 999;
    transition: 1s;
}

.LSaaS li .info {
    position: absolute;
    top: 70px;
    width: 100%;
    left: 0;
    transition: 0.5s;
}

.LSaaS li .info .img {
    width: 100%;
    height: 113px;
    text-align: center;
}

.LSaaS li .info h3 {
    font-weight: normal;
    color: #333;
    padding-top: 30px;
    padding-bottom: 25px;
    font-size: 20px;
    text-align: center;
}

.LSaaS li .info p {
    width: 155px;
    height: 48px;
    line-height: 24px;
    margin: 0 auto;
    color: #73747b;
    font-size: 14px;
    overflow: hidden;
}

.LSaaS li a.btn {
    position: absolute;
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: block;
    left: 95px;
    bottom: 50px;
    color: #fff;
    background: #1875f0;
    opacity: 0;
    border-radius: 2px;
    transition: 0.5s;
    font-size: 16px;
    text-align: center;
}

.LSaaS li.active {
    box-shadow: 0 2px 20px rgba(175, 175, 175, 0.3);
}

.LSaaS li.active:before {
    height: 2px;
}

.LSaaS li.active .info {
    top: 30px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.LSaaS li.active a.btn {
    opacity: 1;
}



.btn {
    display: inline-block;
    width: 100px;
    height: 32px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 32px;
    color: #009FD9;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer
}

.cloud-product-box {
    background: #f4f4f4
}

.color-blue {
    color: #009fd9
}

.cloud-product-ul {
    margin:  0 auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
    /* padding-bottom: 40px; */
}

.cloud-product-ul li {
    position: relative;
    width: calc(24% - 10px);
    height: 522px;
    float: left;
}


.cloud-product-single-top {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #f2f2f2
}

.cloud-product-name {
    font-size: 18px;
    color: #333;
    font-weight: 700
}

.cloud-product-single-bottom {
    width: 100%;
    height: 340px;
}

.empty-space {
    width: 100%;
}

.single-bottom-item {
    height: 340px;
    width: 100%
}

.single-bottom-item:first-child {
    border-right: 1px solid #eee
}

.bg-product-pic {}

.server-header-01 {
    /* background:url(../Images/product_header_icon_01.png) center no-repeat */
}

.server-header-02 {
    background: url(../Images/product_header_icon_02.png) center no-repeat
}

.server-header-03 {
    background: url(../Images/product_header_icon_03.png) center no-repeat
}

.server-header-04 {
    background: url(../Images/product_header_icon_04.png) center no-repeat
}

.server-header-05 {
    background: url(../Images/product_header_icon_05.png) center no-repeat
}

.server-header-active-01 {
    background: url(../Images/product_header_active_icon_01.png) center no-repeat
}

.server-header-active-02 {
    background: url(../Images/product_header_active_icon_02.png) center no-repeat
}

.server-header-active-03 {
    background: url(../Images/product_header_active_icon_03.png) center no-repeat
}

.server-header-active-04 {
    background: url(../Images/product_header_active_icon_04.png) center no-repeat
}

.server-header-active-05 {
    background: url(../Images/product_header_active_icon_05.png) center no-repeat
}

.product-introduce-title {
    margin-bottom: 14px;
    height: 22px;
    line-height: 22px;
    font-size: 22px;
    text-align: center;
    color: #fff;
    padding-top: 132px;
    overflow: hidden;
}

.product-introduce-title.normal-weight {
    font-weight: 400
}

.product-introduce-content {
    margin: 0 auto 26px;
    width: 180px;
    line-height: 14px;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.product-introduce-list {
    margin: 0 auto;
    padding-top: 28px;
    height: 135px;
    width: 66%;
    border-left: none;
    border-right: none;
}

.introduce-list-small {
    margin-bottom: 18px;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    height: 116px;
    overflow: hidden;
}

.normal-inner {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s
}

.active-inner {
    position: relative;
    display: none;
    height: 100%;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s
}

.inner-01 {
    background: url("../image/item01.jpg") center no-repeat;
    background-size: cover;
}

.inner-02 {
    background: url("../image/item02.jpg") center no-repeat;
    background-size: cover;
}

.inner-03 {
    background: url("../image/item03.jpg") center no-repeat;
    background-size: cover;
}

.inner-04 {
    background: url("../image/item04.jpg") center no-repeat;
    background-size: cover;
}



.active-inner-01 {
    background: url(../Images/producet_bg_01.jpg) center no-repeat;
    background-size: cover;
}

.active-inner-02 {
    background: url(../Images/producet_bg_02.jpg) center no-repeat;
    background-size: cover;
}

.active-inner-03 {
    background: url(../Images/producet_bg_03.jpg) center no-repeat;
    background-size: cover;
}

.active-inner-04 {
    background: url(../Images/producet_bg_04.jpg) center no-repeat;
    background-size: cover;
}



.cloud-product-ul li.active .active-inner {
    display: block;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.cloud-product-ul li.active .normal-inner {
    display: none;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.cloud-product-ul li {
    -webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, .08);
    -moz-box-shadow: 1px 1px 12px rgba(0, 0, 0, .08);
    box-shadow: 1px 1px 12px rgba(0, 0, 0, .08);
    -webkit-transition: width .15s linear;
    -o-transition: width .15s linear;
    -moz-transition: width .15s linear;
    transition: width .15s linear
}

.cloud-product-ul li.active {
    z-index: 9;
    width: calc(20% + 40px);
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
}

.active .product-introduce-content {
    color: #eff6ff
}

.active-product-introduce-title {
    color: #fff
}

.active .product-introduce-list {
    padding-top: 22px;
    border-color: #3f9ff9;
}

.introduce-list-large {
    margin: 0 auto;
    line-height: 28px;
    color: #ddebff;
    font-size: 14px;
    height: 114px;
    overflow: hidden;
}

.buy-link-btn {
    display: block;
    margin: 30px auto 0;
    width: 63%;
    height: 40px;
    line-height: 40px;
    background-color: #41b0ff;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.buy-link-btn01 {
    display: block;
    margin: 30px auto 0;
    width: 42%;
    height: 40px;
    line-height: 40px;
    background-color: #0084ff;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.buy-link-btn:hover {
    background-color: #41b0ff
}


.Lscenario_bg {
    margin-top: 40px;
    /* background: url(../Images/lscenariobg.jpg) 0 center no-repeat fixed; */
    background-color: #1e1e96;
    padding: 40px 0px;
}

.Lscenario_ul,
.Lscenario {
    width: 1220px;
    margin: 0 auto;
}

.Lscenario .Lscenario_p {
    display: block;
    margin-top: 5px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    height: 70px;
    overflow: hidden;
    text-indent: 2em;
}

.Lscenario_ul {}

.Lscenario_ul li {
    float: left;
    width: 25%;
}

.Lscenario_ul li {
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.Lscenario_ul li:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.Lscenario_ul .Lscenario_bg01 a {
    background: url(../Images/scene01.png) 0 center no-repeat;
    background-size: cover;
}

.Lscenario_ul .Lscenario_bg02 a {
    background: url(../Images/scene02.png) 0 center no-repeat;
    background-size: cover;
}

.Lscenario_ul .Lscenario_bg03 a {
    background: url(../Images/scene03.png) 0 center no-repeat;
    background-size: cover;
}

.Lscenario_ul .Lscenario_bg04 a {
    background: url(../Images/scene04.png) 0 center no-repeat;
    background-size: cover;
}

.Lscenario_ul li a {
    display: block;
    margin: 0px 5px;
    padding: 37px 30px;
}

.Lscenario_ul li a h1 {
    display: block;
    line-height: 49px;
    font-size: 24px;
    color: #fff;
    height: 49px;
    font-weight: normal;
}

.Lscenario_ul li a h1 img {
    width: 49px;
    height: 49px;
    vertical-align: middle;
    padding-right: 10px;
}

.Lscenario_ul li a strong {
    display: block;
    margin-top: 5px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    height: 54px;
    overflow: hidden;
}

.Lscenario_ul01 {}

.Lscenario_ul01 li {
    float: left;
    width: 25%;
}

.Lscenario_ul01 li a {
    display: block;
    margin: 0px 5px;
    padding: 37px 30px;
    text-align: center;
    padding-bottom: 0px;
}

.Lscenario_ul01 li a h1 {
    display: block;
    line-height: 49px;
    font-size: 18px;
    color: #000;
    height: 49px;
    font-weight: normal;
    text-align: center;
}

.Lscenario_ul01 li a img {
    width: 120px;
    height: 120px;
    vertical-align: middle;
    margin: 0 auto;
}

.Lscenario_ul01 li a strong {
    display: block;
    margin-top: 5px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    height: 73px;
    overflow: hidden;
}

.Llinks {
    background: #fff;
    padding: 10px 0px;
}

.Lscenario_ul02 {
    width: 1220px;
    margin: 0 auto;
    /* border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;*/
}

.Lscenario_ul02 li {
    float: left;
    width: 19.5%;
    /* border: 1px solid #dfdfdf; */
    /* margin-right: 3px; */
}

.Lscenario_ul02 li a {
    display: block;
    margin: 3px;
    padding: 10px 15px;
    text-align: center;
    /* padding-bottom: 0px; */
    border: 1px solid #eaeaea;
    /* width: calc(20% - 1px); border-left: 1px solid #dfdfdf;border-top: 1px solid #dfdfdf*/
    overflow: hidden;
}

.Lscenario_ul02 li a img {
    width: 242px;
    vertical-align: middle;
    margin: 0 auto;
    overflow: hidden;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.Lscenario_ul02 li:hover a img {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
}


.Lmap {
    background: #fff;
    padding: 40px 0px;
    text-align: center;
}

.Lmap01 {
    padding: 150px 0px 0px 0px;
    text-align: center;
}



.SaaSmarket_foot {
    margin-top: 20px;
    background-color: #215799;
    width: 100%;
    padding: 0px;
    overflow: hidden;
    padding: 20px 0px;
}

.SaaSmarket_foot_center {
    width: 1220px;
    margin: 0px auto;
    padding-bottom: 20px;
}

.SaaSmarket_foot_center li {
    float: left;
    /* padding: 35px 26px; */
}

.SaaSmarket_foot_phone {
    width: 210px;
}

.SaaSmarket_foot_phone i {
    display: block;
    width: 27px;
    height: 2px;
    background: #0569fe;
    margin-bottom: 18px;
}

.SaaSmarket_foot_phone h1 {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    padding-bottom: 10px;
    font-weight: normal;
}

.SaaSmarket_foot_phone p {
    display: block;
    font-size: 13px;
    color: #fff;
    line-height: 26px;
}

.SaaSmarket_foot_phone a {
    display: block;
    width: 100px;
    float: left;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}

.SaaSmarket_foot_center li img {
    margin: 0 auto;
    width: 110px;
    height: 110px;
}

.SaaSmarket_foot_center li span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding-top: 10px;
    overflow: hidden;
}

.SaaSmarket_foot_address {
    border-top: 1px solid #2b2b2b;
    padding: 30px;
    text-align: center;
}

.SaaSmarket_foot_address p {
    font-size: 14px;
    line-height: 31px;
    color: #9a9a9a;
}


.Government_cserverbg {
    background: url("../image/zqfw.jpg") center center no-repeat;
    height: 450px;
    background-size: cover;
    width: 100%;
    position: absolute;
    z-index: -9999;
    top: 0px;
    text-align: center;
}

.Government_cserverul {
    /* padding: 33px 0px; */
    padding-top: 380px;
    padding-bottom: 20px;
}

.Government_cserverul li {
    float: left;
    width: 16.666%;
    text-align: center;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    padding: 33px 0px;
}

.Government_cserverul li:hover {
    background: #f1f5ff;
    box-shadow: 0 0 20px #e5e5e5;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.Government_cserverul li a {
    display: block;
    border-radius: 100px;
    padding-top: 20px;
}

.Government_cserverul .Government_cserverulbg01 span {
    background: #ffcb1b;
}

.Government_cserverul .Government_cserverulbg02 span {
    background: #5190ff;
}

.Government_cserverul .Government_cserverulbg03 span {
    background: #2dc9fc;
}

.Government_cserverul .Government_cserverulbg04 span {
    background: #50d299;
}

.Government_cserverul .Government_cserverulbg05 span {
    background: #8357ff;
}

.Government_cserverul .Government_cserverulbg06 span {
    background: #ff6060;
}

.Government_cserverul li span {
    display: block;
    width: 65px;
    height: 65px;
    padding: 22px;
    border-radius: 100px;
    margin: 0 auto;
}

.Government_cserverul li span img {
    display: block;
}

.Government_cserverul li a p {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
}

.Government_cserverul li a b {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    font-weight: normal;
    padding-top: 5px;
}

.cserver_title {
    padding-bottom: 15px;
}

.cserver_title h3 {
    font-size: 24px;
    color: #333;
    float: left;
    font-weight: bold;
    line-height: 30px;
}

.cserver_title h3 span {
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
    font-family: "Arial";
    line-height: 20px;
    padding-left: 5px;
    font-weight: normal;
}

.cserver_title a {
    padding-top: 10px;
    float: right;
    line-height: 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #999;
}

.cserver_newsbg {
    padding-bottom: 20px;
}

.cserver_newsl {
    float: left;
    width: 48%;
    padding: 0px 1%;
}

.cserver_news {}

.cserver_list {
    clear: left;
    display: block;
}

.cserver_list ul {
    display: inline-block;
}

.cserver_list ul li {
    display: inline-block;
    padding: 5px 0;
    transition: all ease 600ms;
}

.cserver_list ul li img {
    float: left;
    display: inline-block;
    transition: all ease 600ms;
    width: 140px;
    height: 94px;
}

.cserver_list ul li a {
    float: right;
    border-bottom: #dedede solid 1px;
    width: 419px;
    height: 94px;
    padding-left: 15px;
}

.cserver_list ul li h3 em {
    display: block;
    font-size: 20px;
    color: #333333;
    line-height: 20px;
}

.cserver_list ul li p {
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    padding-top: 16px;
}

.cserver_list ul li:hover h3 em {
    color: #000;
}

.cserver_list ul li:hover {
    margin-left: -4px;
}

.Government_top {
    padding-top: 362px
}

.Government_news {
    background: url(../Images/government_rewsbg01.jpg) center center no-repeat;
    height: 450px;
    background-size: cover;
    width: 100%;
    position: absolute;
    z-index: -9999;
    top: 0px;
}

.Government_news_ul {
    display: block;
    margin: 0 -1%;
}

.Government_news_ul li {
    float: left;
    width: 48%;
    padding: 0px 1%;
}

.Government_news_ul li a {
    display: block;
    text-align: center;
    padding: 25px 15px;
}

.Government_news_ul li .a1 {
    display: block;
    text-align: center;
    background: url(../Images/government_img01.jpg) center center no-repeat;
    background-size: cover;
    /* padding: 15px; */
}

.Government_news_ul li .a2 {
    display: block;
    text-align: center;
    background: url(../Images/government_img01.jpg) center center no-repeat;
    background-size: cover;
}

.Government_news_ul li a h1 {
    display: block;
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    font-weight: normal;
    padding-bottom: 10px;
}

.Government_news_ul li a b {
    display: block;
    height: 1px;
    width: 50px;
    margin: 0 auto;
    background: #fff;
}

.Government_news_ul li a span {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    padding-top: 5px;
}


.Government_l {
    float: left;
    width: 865px;
}

.Government_r {
    float: right;
    width: 412px;
}


.overflow-hide {
    overflow: hidden;
}

.Government_tabs {
    padding: 0 10px;
    padding-top: 20px;
    text-align: center;
    margin: 0 auto;
    width: 498px;
}

.Government_tabs li a {
    color: #44b428;
}

.Government_tabs .on a {
    background: #44b428;
    color: #FFF;
}

.Government_tabs li {
    float: left;
    border-radius: 100px;
    line-height: 36px;
    font-size: 16px;
}

.Government_tabs li {
    margin-left: 21.2667px;
    cursor: pointer
}

.Government_tabs li a {
    display: block;
    width: 100%;
    border-radius: 100px;
    width: 140px;
    text-align: center;
    /* border: 1px solid #d71e24; */
    color: #000;
    background: #c1c0c5;
}

.Government_tabs li.on {
    background: #d71e24;
    color: #FFF;
}

.Government_tabs li>span {
    display: inline-block;
    vertical-align: middle;
}

.About_newsw_star {
    padding: 20px 0px;
}

.About_newsw_star li {
    padding: 25px 20px;
    background: #fff;
    margin-bottom: 20px;
    -webkit-transition: all 160ms;
    transition: all 160ms;
    box-shadow: 0 8px 10px 0 rgba(25, 84, 204, 0.15);
    border-radius: 5px;
}

.About_newsw_star li:hover {
    box-shadow: 0 8px 20px 0 rgba(25, 84, 204, 0.15);
}

.About_newsw_star .news_l {
    width: 229px;
    float: left;
    line-height: 1.5em;
    color: #939393;
    font-size: 20px;
    margin-right: 30px;
    background: #e8e8e8;
    display: block;
}

.About_newsw_star .About_newsw_star_l {
    width: 70px;
    text-align: center;
    float: left;
}

.About_newsw_star .About_newsw_star_l b {
    display: block;
    font-size: 42px;
    line-height: 34px;
    color: #a4a4a4;
    padding-bottom: 3px;
}

.About_newsw_star .About_newsw_star_l i {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #a4a4a4;
    font-style: normal;
}

.About_newsw_star .news_r {
    float: right;
    width: calc(100% - 70px);
}

.About_newsw_star .news_w {
    width: 920px;
}

.About_newsw_star .news_r img {
    display: block;
    width: 121px;
    height: 74px;
    float: left;
}

.About_newsw_star .news_r a {
    display: block;
    font: 18px/24px "Microsoft YaHei";
    color: #333;
    padding-bottom: 5px;
    height: 2;
    overflow: hidden;
}

.About_newsw_star .news_r a:hover {
    color: #1875f0;
}

.About_newsw_star .news_r font {
    display: block;
    color: #999999;
    font-size: 14px;
    /* padding-bottom: 10px; */
    height: 22px;
    overflow: hidden;
}

.About_newsw_star .news_r span {
    display: block;
    color: #1875f0;
    font: 14px/27px "Microsoft YaHei";
}

/*About_news stare*/
.About_newsw01_star li {
    padding: 20px;
    box-shadow: 0 8px 10px 0 rgba(25, 84, 204, 0.2);
    background: #fff;
    margin-bottom: 20px;
    -webkit-transition: all 160ms;
    transition: all 160ms;
    border-radius: 5px;
}

.About_newsw01_star li:hover {
    box-shadow: 0 8px 20px 0 rgba(25, 84, 204, 0.2);
}

.About_newsw01_star .news_r {
    float: right;
}

.About_newsw01_star .news_w {
    width: 920px;
}

.About_newsw01_star .news_r img {
    display: block;
    width: 121px;
    height: 74px;
    float: left;
}

.About_newsw01_star .news_r a {
    display: block;
    font: 18px/24px "Microsoft YaHei";
    color: #333;
    padding-bottom: 15px;
    overflow: hidden;
    height: 12px;
}

.About_newsw01_star .news_r a:hover {
    color: #1875f0;
}

.About_newsw01_star .news_r font {
    display: block;
    color: #999999;
    font: 14px/24px "Microsoft YaHei";
    padding-bottom: 10px;
    height: 38px;
    overflow: hidden;
}

.About_newsw01_star .news_r span {
    display: block;
    color: #1875f0;
    font: 14px/27px "Microsoft YaHei";
}


#marquee2 {
    width: 1220px;
    height: 41px;
    overflow: hidden;
    margin: 374px auto 0;
}

#marquee2 ul li {
    float: left;
    padding: 0 10px;
    line-height: 33px;
    color: #fff;
}



.LavWrap,
.Lheader,
.LnavWrap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.lastLogin {
    background: #4148e8;
}

.LoginD {
    background: #4148e8;
}

.LoginD span a {
    background: #4148e8;
}


.LavWrap,
.Lheader,
.LnavWrap {
    border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}

.lastLogin {
    background: #4148e8;
}

.LoginD {
    background: #4148e8;
}

.LoginD span a {
    background: #4148e8;
}

.Lwrit {
    /* position: absolute; */
    /* z-index: 88; */
    /* top: 263px; */
    /* transform: translateY(-60%); */
    width: 100%;
    /* text-align: center; */
    padding-top: 80px;
}

.Lwrit font {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    display: block;
    text-align: center;
    height: 100px;
    width: 100%;
    margin: 9px auto;
}

.Lwrit font strong {
    /* position: absolute; */
    /* left: calc( 100% - 85% ); */
    /* width: 100%; */
    /* top: -31px; */
    /* height: 100px; */
    /* text-align: center; */
}

.Lwrit_banner {
    position: absolute;
    z-index: 88;
    top: 263px;
    transform: translateY(-60%);
    width: 100%;
    text-align: center;
    /* padding-top: 80px; */
}

.Lwrit h1 {
    opacity: 0;
    font-size: 20px;
    color: #fff;
    display: block;
    line-height: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: normal;
    display: block;
}

.Lwrit_banner font {
    display: block;
    /* position: relative; */
    /* width: 100%; */
    text-align: center;
    display: block;
    text-align: center;
    /* height: 100px; */
    width: 100%;
    /* margin: 9px auto; */
}

.Lwrit_banner font strong {
    position: absolute;
    /* left: calc(100% - 68%); */
    width: 100%;
    top: -24px;
    height: 100px;
    display: block;
    font-weight: bold;
}

.Lwrit_banner h2,
.Lwrit_banner h3 {
    opacity: 0;
    font-size: 63px;
    color: #fff;
    line-height: 100px;
    padding-bottom: 10px;
    display: block;
    position: absolute;
}

.Lwrit h2,
.Lwrit h3 {
    opacity: 0;
    font-size: 63px;
    color: #fff;
    line-height: 100px;
    padding-bottom: 10px;
    display: block;
    font-weight: bold;
    width: 100%;
}

.Lwrit h4 {
    opacity: 0;
    margin: 0px;
    padding: 0px 10px;
    line-height: 36px;
    font-size: 20px;
    color: #fff;
    background: #0000546b;
    text-transform: uppercase;
    font-weight: normal;
    width: 210px;
    margin: 0 auto;
}

.bagData_projectbg_casebg {
    background: url("../Images/industrial_casebg01.png") center center no-repeat;
    height: 500px;
    background-size: cover;
    width: 100%;
    z-index: -1;
}

.lunbo_div {
    width: 35%;
    height: 544px;
    background-color: #f6f6f6;
    float: right;
    position: relative;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

.bm_content {
    width: 100%;
    height: 461px;
    border-radius: 3px;
    font-size: 14px;
    overflow: hidden;
}

.list_table {
    width: 1220px;
    margin: 0 auto
}

.list_table_ul {
    display: block;
    margin: 20p;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}


.list_table_ul li {
    display: block;
    background: #fff;
    /* margin: 10px 0px; */
    padding: 25px 0;
    color: #000;
    width: 50%;
    float: left;
    text-align: center;
}

.list_table_ul h1 {
    display: block;
    font-size: 14px;
    /* text-align: left; */
    /* width: 50%; */
    /* float: left; */
    /* text-align: center; */
    color: #666;
}

.list_table_ul b {
    display: block;
    font-size: 18px;
    /* text-align: left; */
    /* width: 50%; */
    /* float: left; */
    /* text-align: center; */
    color: #000;
}


.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 36px;
    text-indent: 15px;
    background: url(../Images/ellipsis.png) 15px center no-repeat;
}

.w650 {
    width: 650px;
}


.Government_font {
    display: block;
    width: 55%;
    margin: 0 auto;
    padding-top: 8%;
}

.Government_fontimg {
    display: block;
}

.Government_fontimg {
    display: block;
    width: 50%;
    margin: 0 auto;
    /* padding-top: 8%; */
}

.Government_fontimg li {
    display: block;
    float: left;
    width: 16.666%;
    text-align: center;
}

.Government_fontimg li img {
    display: block;
    margin: 0 auto;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.Government_fontimg li:hover img {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.Government_fontimg li .Government_fontimg01 {
    display: block;
    margin-top: -30px;
}

.Government_fontimg li .Government_fontimg02 {
    display: block;
    margin-top: -10px;
}

.Government_fontimg li .Government_fontimg03 {
    display: block;
    margin-top: -0px;
}

.Government_fontimg li .Government_fontimg04 {
    display: block;
    margin-top: -0px;
}

.Government_fontimg li .Government_fontimg05 {
    display: block;
    margin-top: -10px;
}

.Government_fontimg li .Government_fontimg06 {
    display: block;
    margin-top: -30px;
}



@-webkit-keyframes bounce-down {
    25% {
        -webkit-transform: translateY(-2px);
    }

    50%,
    100% {
        -webkit-transform: translateY(0);
    }

    75% {
        -webkit-transform: translateY(2px);
    }
}

@keyframes bounce-down {
    25% {
        transform: translateY(-2px);
    }

    50%,
    100% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(2px);
    }
}

.animate-bounce-down {
    background: #333;
    width: 100px;
    height: 100px;
    margin: 100px auto;
    -webkit-animation: bounce-down 1.5s linear infinite;
    animation: bounce-down 1.5s linear infinite;
}

@-webkit-keyframes bounce-up {
    25% {
        -webkit-transform: translateY(3px);
    }

    50%,
    100% {
        -webkit-transform: translateY(0);
    }

    75% {
        -webkit-transform: translateY(-3px);
    }
}

@keyframes bounce-up {
    25% {
        transform: translateY(3px);
    }

    50%,
    100% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(-3px);
    }
}

.animate-bounce-up {
    -webkit-animation: bounce-up 1.5s linear infinite;
    animation: bounce-up 1.5s linear infinite;
}




@media (max-width: 5280px) {
    .bagData_search {
        display: none;
    }

    .application_div_map_bg {
        padding-top: 100px;
    }

    .Government_cserverbg {
        height: 450px;
    }

    .Government_cserverul {
        padding-top: 380px;
        padding-bottom: 20px;
    }

    .Government_cserverul li a {
        padding-top: 20px;
    }

    .Government_font {
        width: 30%;
        padding-top: 1%;
    }

    .Government_fontimg {
        display: block;
    }

    .Government_fontimg {
        width: 43%;
    }


    .Lwrit_banner font strong {
        /* left: calc(100% - 56%); */
    }


}


@media (max-width: 1920px) {
    .Lwrit_banner font strong {
        /* left: calc(100% - 69%); */
    }

    .Government_cserverul {
        padding-top: 400px;
        padding-bottom: 50px;
    }

    .Government_cserverul li a {
        padding-top: 20px;
    }

    .Government_font {
        width: 55%;
        padding-top: 10%;
    }

    .Government_fontimg {
        display: block;
    }

    .Government_fontimg {
        width: 50%;
    }

    .Lwrit font strong {
        /* left: calc(100% - 69%); */
    }

    .bagData_search {
        display: block;
    }

    .application_div_map_bg {
        padding-top: 40px;
    }

}


@media (max-width: 1680px) {
    .Lwrit font strong {
        left: calc(100% - 80%);
    }

    .Lwrit_banner font strong {
        left: calc(100% - 70%);
    }

    .Government_font {
        width: 55%;
        padding-top: 10%;
    }
}

@media (max-width: 1440px) {
    .Government_font {
        width: 55%;
        padding-top: 12%;
    }

    .Lwrit_banner font strong {
        left: calc(100% - 74%);
    }

    .Government_cserverul {
        padding-top: 420px;
    }


}



@media (max-width: 1300px) {
    .bagData_search {
        display: none;
    }

    .Lwrit font strong {
        left: calc(100% - 70%);
        /* top: -91px; */
    }

    .Government_cserverbg {
        /* height: 450px; */
    }

    .Government_cserverul {
        padding-top: 400px;
    }

    .Government_font {
        display: block;
        width: 90%;
    }

    .Government_font {
        width: 75%;
        padding-top: 10%;
    }

    .Government_fontimg {
        width: 64%;
        padding-top: 0%;
    }

    .Government_fontimg li img {
        width: 100%;
    }

    .About_newsw03 .news_r span {
        padding-top: 0%
    }

    .LbagData_experttitle_history_map h1,
    .LbagData_experttitle_history_map em {
        text-align: center;
    }

    .Lindex-newsr,
    .inner-05,
    .SaaSmarket_foot_center li img {
        display: none;
    }

    .carousel {
        float: none;
        height: 62px;
    }

    .Lwrit font,
    .LSaaS,
    .Lscenario_ul,
    .Lscenario,
    .Lscenario_ul02,
    #marquee2,
    .Lindex-news,
    .Lindex-newsl,
    .Lindex-newsr {
        width: 100%;
        /* height: 60px; */
    }

    .Lindex-newsbg {
        width: 94%;
        margin: 0 3%;
        margin-top: 291px;
        padding: 0px;
    }

    .Lbanner {
        height: 340px;
    }

    .Lwrit font strong {
        /* left: 50px; */
        /* height: 50px; */
    }

    .Lwrit h2,
    .Lwrit h3 {
        width: 100%;
        font-size: 32px;
        line-height: 50px;
    }

    .Lwrit h4 {
        width: 100%;
        font-size: 14px;
        display: none;
    }

    /*.LbagData_experttitle_history a, .LnavWrap{ display:none;}*/
    .Ltextlist ul li h3 em {
        font-size: 16px;
    }

    .Ltextlist ul li p {
        padding-top: 10px;
    }

    .LSaaS li {
        width: 50%;
        border: 0px;
        border: 1px solid #e7e7e7;
        height: 300px;
    }

    .LSaaS li .info {
        width: 100%;
        top: 30px;
    }

    .Lscenario_ul02 li {
        width: 50%;
    }

    .Lscenario_ul02 li a img {
        width: 100%;
    }

    .Lscenario_ul li {
        width: 100%;
        padding-bottom: 10px;
    }

    .Lscenario_ul li a {
        padding: 15px 40px;
    }

    .Lscenario_ul li a h1 {
        font-size: 18px;
    }

    .Lscenario_ul li a h1 img {
        width: 40px;
        height: 40px;
    }

    .Lscenario_ul li a strong {
        margin-top: 0px;
        font-size: 12px;
    }

    .Lscenario_ul01 li {
        width: 50%;
    }

    /*.Lscenario .Lscenario_p,.LSaaSmarket_buttom,.Lheader-ul{ display:none;}*/
    .LbagData_experttitle_history em {
        padding: 0px 10px;
    }

    .LbagData_experttitle_history {
        padding-bottom: 15px;
        padding-top: 20px;
    }

    #softUse {
        width: 100%;
        height: 360px;
        display: none;
    }

    .cloud-product-ul li,
    .cloud-product-ul li.active {
        width: 50%;
        height: 322px;
    }

    .product-introduce-title {
        padding-top: 50px;
        font-size: 18px;
    }

    .product-introduce-list {
        margin: 0 auto;
        padding-top: 10px;
    }

    .introduce-list-small {
        margin-bottom: 0px;
        line-height: 20px;
        font-size: 12px;
    }

    .buy-link-btn01,
    .buy-link-btn {
        margin: 0px auto 0;
    }

    .active .product-introduce-list {
        padding-top: 0px;
    }

    .cloud-product-single-bottom {
        height: auto;
    }

    .Ltextlist ul li {
        padding: 10px 0px;
        width: 100%;
    }

    #marquee2 {
        width: 100%;
        margin: 99px auto 0;
        display: none;
    }

    .LSaaS li .info .img {
        width: 100%;
    }

    .LSaaS li a.btn {
        /* position:relative; */
        left: calc (100% - 60px);
        left: calc(100% - 148px);
        bottom: 28px;
    }

    .LSaaS li .info h3 {
        font-size: 18px;
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .LSaaS li .info p {
        line-height: 18px;
        font-size: 12px;
    }

    .SaaSmarket_foot_center li {
        width: 43%;
        padding-bottom: 0px;
        padding: 0;
    }

    .SaaSmarket_foot_center {
        width: 90%;
        padding: 30px 5% 15px 5%;
    }

    .SaaSmarket_foot_phone {
        width: 100%;
    }

    .SaaSmarket_foot_center li span {
        text-align: left;
        display: none;
    }

    .SaaSmarket_foot_address p {
        line-height: 20px;
        font-size: 14px;
    }

    .SaaSmarket_foot_address {
        padding: 15px 5%;
    }

    .Lwrit {
        /* top: 95px; */
        padding-top: 42px;
    }

    .Lwrit_banner {
        top: 257px;
    }

    .Llinks {
        padding: 20px 0px;
    }

    .Lheader-bg {
        margin-right: 65px;
    }

    .Lwrit font {
        height: 60px;
    }

    .Ltextlist ul {
        padding-bottom: 20px;
        width: 100%;
    }

    .SaaSmarket_foot {
        width: 100%;
        min-width: 100%;
    }


    .Lmap {
        overflow: hidden;
    }

    .list_table {
        width: 100%;
    }

    .lunbo_div {
        width: 100%;
        float: none;
    }

    .Government_cserverul li {
        width: 33.33333%;
        padding-bottom: 15px;
    }

    .Government_cserverul li span {
        width: 45px;
        height: 45px;
        padding: 14px;
        /* border-radius: 100px; */
        /* margin: 0 auto; */
    }

    .Government_cserverul li span img {
        display: block;
        width: 80%;
        margin: 0 auto;
    }

    .Government_cserverul li a p {
        font-size: 15px;
        line-height: 24px;
        color: #333333;
    }

    .Government_cserverul li a {
        padding-top: 5px;
    }

    .Government_cserverul li a b {
        font-size: 14px;
        padding-top: 0px;
    }

    .Government_cserverul {
        padding: 25px 0px;
        padding-top: 364px;
    }

    .cserver_newsl {
        float: none;
        width: 90%;
        padding: 0px 5%;
    }

    .cserver_list ul li img {
        width: 25%;
        height: auto;
    }

    .cserver_list ul li a {
        /* width: 72%; */
        height: none;
        /* padding-left: 3%; */
    }

    .cserver_list ul li h3 em {
        font-size: 16px;
        height: 20px;
        overflow: hidden;
    }

    .cserver_list ul li p {
        font-size: 12px;
        padding-top: 5px;
    }

    .cserver_list ul li a {
        height: auto;
        border-bottom: none;
        padding-left: 3%;
        width: 72%;
    }

    .cserver_list ul li {
        padding: 10px 0;
    }

    .w650 {
        width: 100%;
    }

    .Lwrit_banner font strong {
        top: 20px;
    }

    .Lwrit1 font strong {
        left: 0px;
    }

    .Lwrit1 h2 {
        width: 100%;
    }

    .bagData_projectbg_casebg {
        height: 350px;
    }

    .LSaaS li:before {
        background: #fff
    }

    .LbagData_experttitle_history_map {
        display: none;
    }

    .Lmap01 {
        padding: 0px 0px 0px 0px;
        text-align: center;
    }



    .Government_news {
        height: 250px;
        background-size: cover;
        width: 100%;
    }

    .Government_l,
    .Government_r,
    .bagData_expertlist865_l,
    .bagData_expertlist_l,
    .bagData_expertlistw_r {
        width: 96%;
        padding: 0px 2%;
    }

    .bagData_experttitle_history {
        width: 100%;
        padding: 10px 0;
        padding-bottom: 15px;
    }

    .bagData_experttitle_history h1 {
        font-size: 20px;
        margin-top: 0px;
    }

    .bagData_experttitle_history em {
        font-size: 13px;
        margin-top: 5px;
    }

    .Government_news_ul {
        padding: 0px 0;
    }

    .Government_news_ul li a h1 {
        font-size: 20px;
        padding-bottom: 5px;
    }

    .Government_news_ul li a b {
        width: 30px;
    }

    .Government_news_ul li a span {
        font-size: 13px;
        padding-top: 3px;
    }


    .About_newsw_star .news_r a {
        height: 47px;
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 0px;
    }

    .About_newsw_star .news_r font {
        font-size: 14px;
    }

    .About_newsw_star li {
        margin-bottom: 15px;
    }

    .About_newsw_star {
        padding: 0px;
    }


    .Government_tabs {
        width: 100%;
        padding: 15px 0;
    }

    .Government_tabs li {
        width: 33.33333%;
        margin: 0px;
        overflow: hidden;
    }

    .Government_tabs li a {
        width: 94%;
        margin: 0 1%;
    }

    .bagData_expert {
        width: 94%;
        padding: 5px 3%;
    }

    .Government_top {
        padding-top: 202px;
    }
}

@media (max-width: 981px) {

    .LbagData_experttitle_history a,
    .LnavWrap {
        display: none;
    }

    .Lscenario .Lscenario_p,
    .LSaaSmarket_buttom,
    .Lheader-ul {
        display: none;
    }

    .Government_cserverbg {
        /* height: 200px; */
    }
}

@media (min-width: 980px) and (max-width: 1300px) {
    .Government_top {
        padding-top: 163px;
    }
}


@media (max-width: 1680px) {}

@media (max-width: 1440px) {}

@media (max-width: 1024px) {
    .Government_cserverbg {
        height: 500px;
    }

    .Government_font {
        padding-top: 15%;
    }

    .Government_cserverul {
        padding-top: 400px;
    }

    .Government_fontimg {
        padding-top: 0%;
    }
}

@media (max-width: 992px) {

    .Government_cserverbg {
        height: 340px;
    }

}

@media (max-width: 768px) {

    .Government_cserverbg {
        height: 380px;
    }

    .Government_font {
        padding-top: 15%;
    }

    .Government_cserverul {
        padding-top: 330px;
    }

    .Government_fontimg {
        padding-top: 0%;
    }

}

@media (max-width:414px) {

    .Government_cserverbg {
        height: 230px;
    }

    .Government_font {
        padding-top: 20%;
    }

    .Government_cserverul {
        padding-top: 170px;
    }

    .Government_fontimg {
        padding-top: 3%;
    }
}

@media (max-width:375px) {

    .Government_cserverbg {
        height: 230px;
    }

    .Government_font {
        padding-top: 26%;
    }

    .Government_cserverul {
        padding-top: 170px;
    }

}