#swiper1 img {
    height: 650px;
}

.customer {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
}

.customerItem {
    display: flex;
}

.flexLeft {
    padding: 50px 80px 50px 20px;
}

.flexLeft .border {
    justify-content: left;
}

.flexLeft h3 {
    text-align: left;
    /* font-size: ; */
}

.flexLeft p {
    text-align: left;
}

.websiteName {
    color: #000;
    font-weight: 500;
    font-size: 35px;
    padding-left: 10px;
}

.websiteContent {
    padding-top: 15px;
    line-height: 30px;
    font-size: 18px;
    padding-left: 10px;
}

.customer24 {
    color: #666;
    padding-right: 10px;
    border-right: 0.5px solid #ccc;
    line-height: 25px;
}

.customer24 span {
    color: #E91E63;
}

.customerZh {
    color: #E91E63;
    padding: 0 10px;
    line-height: 25px;
}

.customerInput {
    display: flex;
    align-items: center;
}

.customerInput input {
    width: 150px;
    height: 25px;
    border-radius: 12px;
    border: 1px solid #ccc;
    padding-left: 5px;
}

.customerInput input:focus {
    border: 1px solid #ccc;
    border-radius: 12px;
}

input::-webkit-input-placeholder {
    color: #ccc !important;
    padding-left: 5px;
    font-size: 12px;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ccc !important;
    padding-left: 5px;
    font-size: 12px;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ccc !important;
    padding-left: 5px;
    font-size: 12px;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ccc !important;
    padding-left: 5px;
    font-size: 12px;
}

.secondNav .navbar-right {
    float: left !important;
}

.secondNav li a {
    color: #666;
}

.secondNav li {
    padding: 5px;
}

.secondNav li a:hover {
    color: #E91E63;
    background: none;
    border-bottom: 2px solid #E91E63;
}

.secondNav li:hover {}

.secondNav .active {
    border-bottom: 2px solid #E91E63;
}

.swiper-container1 img {
    height: 350px;
}

.swiper-container1 .swiper-slide {
    position: relative;
}

.swiper-container1 .partnerTitle {
    height: 350px;
    width: 100%;
    font-size: 30px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
}

.swiper-container1 .swiper-slide:hover .partnerTitle {
    visibility: visible;
}

.menuTab {
    text-align: right;
    padding-right: 50px;
    color: #999;
}

.menuTab span {
    color: #E91E63;
}

#swiper-wrapper1 {
    display: flex;
    flex-wrap: wrap;
}

#swiper-wrapper1 .swiper-slide {
    width: 33.33%;
    padding: 10px;
}

#swiper-wrapper1 .hzhbImg {
    position: relative;
}

.newsItem {
    position: relative;
}

.newsItem img {
    height: 450px;
}

.newsDec {
    position: absolute;
    top: 450px;
    background: #F2F2F2;
    width: 100%;
    padding: 5px 0 5px 15px;
}

.newsDecTitle {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 31px;
    padding-top: 10px;
}

.newsDecDate {
    color: #fff;
    font-size: 14px;
    color: #666;
    line-height: 25px;
}

.newsDecp {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    height: 25px;
}

.newsDecp p {
    text-align: left;
    font-size: 14px !important;
}

.newsDecp span {
    text-align: left;
    font-size: 14px !important;
}

.blog1-w3ls {
    display: flex;
    padding: 15px 0 30px;
    border-bottom: 1px dashed #202020;
    margin: 5px 0;
    align-items: center;
}

.blog1-w3ls:first-child {
    padding-top: 0;
}

.newsDate {
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsDateItem {
    padding: 15px 25px;
    background: #F2F2F2;
}

.newsDateDay {
    font-size: 38px;
    line-height: 45px;
    font-weight: 500;
    color: #333;
    text-align: center;
}

.newsDateYear {
    font-size: 14px;
    font-weight: normal;
    padding-top: 5px;
}

.blog-text-w3ls p {
    font-size: 14px;
    line-height: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;
}

.blog-text-w3ls h4 {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}

.more {
    display: flex;
    align-items: center;
    padding-top: 70px;
}

.moreNews {
    padding: 8px 30px;
    background: #fff;
    color: #015BA9;
    border: 1px solid #015BA9;
    border-radius: 5px;
}

.moreNews a {
    color: #015BA9;
    font-size: 18px;
}

.moreNews:hover {
    cursor: pointer;
}

.toolbar {
    width: 52px;
    position: fixed;
    right: 1%;
    top: 50%;
    margin-top: -115px;
    z-index: 999;
}

.toolbar dd {
    width: 51px;
    height: 51px;
    margin-bottom: 1px;
    position: relative;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin-top: 4px;
    border: #ebebeb solid 1px;
    background-color: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.toolbar .slide-tel {
    display: block;
    width: 0;
    height: 53px;
    line-height: 53px;
    font-size: 24px;
    font-weight: bold;
    font-family: arial;
    color: #FFF;
    position: absolute;
    padding: 0 0 0 53px;
    top: -1px;
    right: -2px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
}

a:visited {
    text-decoration: none;
}

.toolbar dd i {
    width: 51px;
    height: 51px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.toolbar dd i span {
    width: 35px;
    height: 35px;
    display: block;
    margin: 10px 0 0 10px;
    /* background: url(../images/rightfixicon.png) no-repeat 0 0; */
}

.toolbar .top:hover {
    background-color: #0195df;
    border-radius: 100%;
    left: -1px;
    top: -1px;
}

.toolbar .pop-code {
    width: 160px;
}

.toolbar .pop {
    position: absolute;
    right: 90px;
    top: -65px;
    background: #0195df;
    display: none;
}

.toolbar .pop-code h3 {
    height: 52px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}

.toolbar dd.gottop {
    display: none;
}

.toolbar .slide-tel {
    display: block;
    width: 0;
    height: 53px;
    line-height: 53px;
    font-size: 24px;
    font-weight: bold;
    font-family: arial;
    color: #FFF;
    position: absolute;
    padding: 0 0 0 53px;
    top: -1px;
    right: -2px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
}

.toolbar .pop {
    position: absolute;
    right: 90px;
    top: -65px;
    background: #0195df;
    display: none;
}

.toolbar .pop-code {
    width: 160px;
}

.toolbar .pop-code img {
    width: 120px;
    height: 120px;
    display: block;
}

.toolbar .pop-code h3 {
    height: 52px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}

.toolbar .pop-code h3 b {
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.toolbar .qq a {
    width: 52px;
    height: 52px;
    cursor: pointer;
    display: block;
}

.toolbar .qq:hover {
    background-color: #0195df;
    border-radius: 100%;
    top: -1px;
    left: -1px;
}

.toolbar .qq:hover span {
    background: url(../images/msgW.png) no-repeat 0 0;
    background-size: 30px 30px;
}

.toolbar .tel:hover {
    background: #0195df;
}

.toolbar .tel:hover span {
    background: url(../images/phoneW.png) no-repeat 0 0;
    background-size: 30px 30px;
}

.toolbar .code:hover span {
    background: url(../images/qrcodeW.png) no-repeat 0 0;
    background-size: 30px 30px;
}

.toolbar .top:hover span {
    background: url(../images/top.png) no-repeat 0 0;
    background-size: 30px 30px;
}

.toolbar .code:hover {
    background-color: #0195df;
    border-radius: 100%;
    top: -1px;
    left: -1px;
}

.toolbar .tel span {
    background: url(../images/phoneG.png) no-repeat 0 0;
    background-size: 30px 30px;
}

.toolbar .qq span {
    background: url(../images/msgG.png) no-repeat 0 0;
    background-size: 30px 30px;
}

.toolbar .code span {
    background: url(../images/qrcodeG.png) no-repeat 0 0;
    background-size: 30px 30px;
}

.toolbar .top span {
    background: url(../images/top1.png) no-repeat 0 0;
    background-size: 30px 30px;
}

#homeNews {
    padding-left: 80px;
    min-height: 556px;
}
.service-grid-agileits img{
    transition: all 1.5s;
}
.service-grid-agileits img:hover{
    transform: scale(1.2); 
}
.areasTitle{
    font-size: 22px;
    font-weight: 500;
    padding-top: 15px;
}
.areasTitle a{
    color: #000;
}


@media screen and (max-width: 768px) {
    #swiper1 img {
        height: 280px;
    }
    .swiper-pagination-bullet{
        width: 25px !important;
        height: 3px !important;
    }
    .page_certificate {
        margin-top: 40px;
    }
    .customer {
        display: none;
    }
    .services-agileits-w3layouts {
        padding: 20px 0;
    }
    .services-agileits-w3layouts h3 {
        margin-bottom: 10px;
        font-size: 25px;
    }
    .services-agileits-w3layouts P {
        margin-bottom: 15px;
        font-size: 22px;
    }
    .service-grid-agileits {
        width: 100%;
        padding: 10px 0;
    }
    .service-grid-agileits2{
        padding-top: 10px !important;
    }
    .zhgcbImg,
    .zhyqbImg {
        height: 300px;
        border-radius: 0px;
    }
    .zhyqbImg h2 {
        font-size: 45px !important;
    }
    .zhgcbImg h2 {
        font-size: 45px !important;
    }
    .contactUsContent {
        display: unset;
        padding: 20px 0;
    }
    .contactUsLeft,
    .contactUsRight {
        width: 100%
    }
    .contactUsLeft {
        padding: 0;
    }
    .contactUsRight {
        padding: 0;
    }
    .contactUsRight h3 {
        font-size: 22px;
        padding-top: 15px;
        text-align: center;
    }
    .contactUsRight p {
        font-size: 14px;
        line-height: 30px;
    }
    .contactUsRight div {
        padding-top: 20px;
    }
    .homeContactUsMore {
        text-align: center;
    }
    .contactUsLeft img {
        height: 300px;
    }
    .trend-w3layouts h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .trend-w3layouts P {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .swiper-container1 img {
        height: 300px;
    }
    #swiper-wrapper1 {
        display: block;
    }
    
    #swiper-wrapper1 .swiper-slide {
        width: 100%;
        padding: 10px;
    }
    .newsItem img {
        height: 280px;
    }
    .newsDec {
        top: 280px;
        padding: 5px;
    }
    .newsDecTitle {
        font-size: 14px;
    }
    .newsDecTitle div {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .newsDecDate {
        font-size: 12px;
    }
    #homeNews {
        padding-left: 0;
        margin-top: 120px;
        min-height: 330px;
    }
    .blog-text-w3ls h4 {
        font-size: 16px;
    }
    .newsContent {
        font-size: 12px !important;
    }
    .newsDateItem {
        padding: 5px 10px;
    }
    .newsDateDay {
        font-size: 30px;
    }
    .blog1-w3ls {
        padding: 10px 0;
    }
    .blog-text-w3ls {
        padding-left: 5px;
    }
    .more {
        padding-top: 20px;
        justify-content: center;
    }
    .jjly{
        background: none !important;
    }
    .flexLeft{
        padding: 0 15px;
    }
    .flexLeft .border {
        justify-content: center;
    }
    
    .flexLeft h3 {
        text-align: center;
        /* font-size: ; */
    }
    
    .flexLeft p {
        text-align: center;
    }
    .services-agileits-w3layouts{
        padding: 30px 0 !important;
    }
    .flexLeft .content{
        font-size: 16px !important;
    }
    .flexRight{
        padding: 10px;
    }
    .websiteDec{
        padding: 30px 0 !important;
        background: url(./images/bg1.png) no-repeat center center;
        background-size: 100% 100% !important;
    }
    .websiteWidth{
        width: 100% !important;
    }
    .websiteName{
        font-size: 25px !important;
    }
    .websiteContent{
        font-size: 16px !important;
    }
    .areasTitle{
        font-size: 18px;
    }
    .service-grid-agileits img{
        width: 100% !important;
    }
}

@media screen and (max-width: 374px) {
    #swiper1 img {
        height: 200px;
    }
}