/* .slide img{
	position: inherit;
    top: 0;
} */

.slide {
    border: 1px solid #ccc;
    box-shadow: black;
    margin: 0px;
}


/*轮播图*/

.ziti-x {
    padding: 0px 0px 200px 0px;
}

.ziti-x h3 {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 2px;
    text-shadow: 0 0 6px #000;
}

.ziti-x p {
    font-size: 28px;
    color: white;
}

.ziti-x .bg-1 {
    background-color: #33a1ff;
}

.ziti-x .bg-2 {
    background-color: #ea2323;
}

.ziti-x .bg-3 {
    background-color: #2542f7;
}

.ziti-x .bg-4 {
    background-color: #fff;
}

.bg-4-n {
    color: red !important;
    font-weight: bold;
    font-size: 64px;
}

.btn-info {
    border: none;
}


/*轮播图*/


/*Slogan*/

.Slogan {
    background-color: #f9f9f9;
    list-style: none;
}

.Slogan .SloganTitle {
    padding: 70px 0px 50px 0px;
    /*	color: #5f5f5f;*/
}

.Slogan .SloganTitle h2 {
    color: #5f5f5f;
    font-weight: bold;
}

.Slogan span {
    padding: 10px 0px;
    display: inline-block;
    /*	color: #da4949;*/
    color: #808080;
    font-size: 24px;
}

.Slogan .info {
    padding-top: 50px;
    color: #d4d4d4 !important;
}

.Slogan li b {
    font-size: 40px;
    color: #da4949;
}

.Slogan li b i {
    padding-left: 6px;
    font-style: normal;
}

.Slogan li a {
    font-style: normal;
}


/*Slogan*/


/*我们的服务*/

.Server {
    /*	background-color: #f9f9f9;*/
    padding-bottom: 40px;
}

.Server .Servers {
    margin: 20px 0px;
}

.Server span {
    padding: 10px 10px;
    font-size: 24px;
    color: #5f5f5f;
    font-weight: bold;
    display: block;
}

.Server img {
    width: 100px;
    height: 100px;
}

.Server h4 {
    padding: 10px 0px;
    margin: 0px;
}

.Server p {
    margin-left: 80px;
    margin-right: 80px;
}


/*我们的服务*/


/*我们的客户*/

.client {
    background-color: #f9f9f9;
    padding: 0px 0px;
}

.client .title {
    padding: 60px 0px;
    font-weight: bold;
}

.client-img {
    padding: 15px;
}

.client span {
    color: #5f5f5f;
}

.banner-img {
    position: relative;
}

.banner-img img {
    width: 100%;
}

.banner-text {
    position: absolute;
    top: 50%;
    right: 20px;
    text-align: center;
    left: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
}

.banner-wrapper:hover .banner-text {
    opacity: 1;
    transform: translateY(-50%);
}

.banner-inner {
    padding: 10px 20px;
    background: #f9f9f9;
    display: inline-block;
    border-radius: 4px;
}

.banner-inner h2 {
    color: #222;
    font-size: 14px;
    margin-bottom: 0;
    transition: .3s;
    font-weight: 500;
}

.banner-inner h2:hover {
    color: #df4243;
}

.banner-2-img a img {
    width: 100%;
}


/*swiper*/


/*swiper*/

.swiper-container {
    width: 74.5%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    height: auto;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    margin: 5px;
}

.img-d-s {
    padding-bottom: 60%;
    width: 100%;
    position: relative;
}

.img-d-s img {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.swiper-container01 .swiper-slide img {
    margin: 0px;
}


/*我们的客户*/


/*公司动态*/

.news {
    /*	background-color: #f9f9f9;*/
}

.news span {
    font-size: 30px;
    font-weight: bold;
}

.news .title {
    padding: 40px 0px;
    color: #5f5f5f;
}

.card-style-1 {
    background-color: var(--white);
    margin-bottom: 25px;
}

.card-style-1 figure {
    margin: 0;
}

.card-style-1 img {
    width: 100%;
    height: 220px;
}

.card-style-1 .circle {
    position: relative;
    bottom: 25px;
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    margin-bottom: -30px;
    background-color: #fd5c63;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-radius: 50%;
}

.card-style-1 h5 {
    text-align: center;
    font-size: 1rem;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    color: var(--dark);
    height: 35px;
}

.card-style-1 .date {
    display: block;
    font-size: 0.8rem;
    text-align: center;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
}

.card-style-1 p.content {
    font-family: Muli, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: var(--gray-dark);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.card-style-1 a.view-detail {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 0.9rem;
    font-weight: 700;
    color: inherit;
    text-align: center;
    border-top: 1px solid #dee2e6;
}

.card-style-1 a.view-detail:hover {
    text-decoration: none;
}


/*公司动态*/


/*地图部分*/


/*MAP*/

.map {
    background-color: #f9f9f9;
}

.map-img {
    /*background: url(../images/map.png) no-repeat;*/
    background-color: #9E272F;
    background-position: 450px 0;
    padding: 50px 0;
}

.Map-Form {
    background-color: #FFFFFF;
    padding: 0px 30px 20px 30px;
    border-radius: 10px;
    box-shadow: darkgrey 10px 10px 50px 5px;
}

.Map-Form h3 {
    background: url(../images/CONTACT US.png) no-repeat 0 0;
    font-size: 35px;
    font-weight: bold;
    line-height: 40px;
    color: rgba(22, 22, 22, 1);
    opacity: 1;
    padding-top: 40px;
    background-size: 90%;
}

.Map-Form .btn {
    border-radius: 2rem;
    background-color: #9E272F;
    border-color: #9E272F;
    font-size: 17px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 5px;
    opacity: 1;
    padding: 5px 50px;
}

.Map img.gps {
    max-width: 30px;
    min-width: 20px;
}

.Map img.map-logo {
    margin: 0 10px;
}

.Map span.name {
    height: 36px;
    font-size: 26px;
    font-weight: 800;
    line-height: 36px;
    color: rgba(34, 32, 33, 1);
    -webkit-text-stroke: 1 rgba(34, 32, 33, 1);
    text-stroke: 1 rgba(34, 32, 33, 1);
    letter-spacing: 1px;
    opacity: 1;
    vertical-align: middle;
}

.imgg {
    padding-top: 38px;
}


/*MAP*/


/*地图部分*/


/*seoaudits.html 地图部分*/

.Map {
    background: url(../images/map.png);
    background-color: #9E272F;
    background-position: 450px 0;
    background-repeat: no-repeat;
    padding: 50px 0;
}


/*手机端部分*/

@media (max-width: 575.98px) {
    /*手机轮播图字体部分*/
    .ziti-x {
        text-align: center !important;
        padding: 0px;
    }
    .ziti-x h3 {
        font-size: 20px;
        font-weight: bold;
    }
    .ziti-x p {
        font-size: 12px;
    }
    .ziti-x .bg-1 {
        font-size: 10px;
    }
    .ziti-x .bg-2 {
        font-size: 10px;
    }
    .ziti-x .bg-3 {
        font-size: 10px;
    }
    .ziti-x .bg-4 {
        font-size: 10px;
    }
    .Slogan .SloganTitle h2 {
        font-size: 24px;
    }
    /*手机我们服务部分*/
    .Server p {
        margin-left: 10px;
        margin-right: 10px;
        color: black;
        font-size: 1rem;
        font-weight: 400;
    }
    .bg-4-n {
        font-size: 12px;
    }
}

@media (max-width: 1199.98px) and (min-width: 992px) {
    .ziti-x {
        text-align: center !important;
        padding: 0px 0px 60px 0px;
    }
    /*.navbar-expand-lg .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }*/
}

@media (max-width: 991.98px) and (min-width: 768px) {
    .ziti-x h3 {
        font-size: 30px;
        font-weight: bold;
    }
    .ziti-x {
        text-align: center !important;
        padding: 0px 0px 20px 0px;
    }
    .bg-4-n {
        color: red;
        font-weight: bold;
        font-size: 48px;
    }
}