/*  */

.banner-bottom .container {
    width: 100%;
    padding: 0;
}

.banner-bottom .slides {
    position: relative;
    padding: 12rem 0;
    height: 692px;
}

body .banner-bottom .slides img {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 692px;
    object-fit: cover;
}

.banner-bottom .container .w3layouts-banner-info {
    position: relative;
    width: 1170px;
    margin: 0 auto;
    padding: 0 2rem;
}

body .banner-bottom .flex-direction-nav .flex-prev {
    right: calc((100% - 1170px)/2 + 4%);
    bottom: 10rem;
    top: unset;
}

body .banner-bottom .flex-direction-nav .flex-next {
    right: calc((100% - 1170px)/2);
    bottom: 10rem;
    top: unset;
}

body .w3-nav {
    position: absolute;
    top: 0;
    margin: 0;
    width: 100%;
}

.navbar-nav li img {
    width: 6.125rem;
}

.navbar-nav li i {
    display: inline-block;
    width: 1.25rem;
    background: url("../images/icon-query.png") no-repeat;
    height: 1.25rem;
    vertical-align: middle;
    margin-right: .625rem;
}

.lag-change,
.lag-change a {
    color: #fff;
    line-height: 54px;
}

.lag-change {
    padding-left: 1rem;
}

.lag-change a:hover {
    color: #0052a5;
}

@media(min-width:667px) {

    .border-add {
        border-right: 1px solid #bbb;
        border-left: 1px solid #bbb;
    }
    .w3-nav ul {
        height: 54px;
        display: inline-flex;
    }

    .w3-nav ul li {
        display: block;
        float: left;
        position: relative;
    }

    .w3-nav ul li,
    .w3-nav ul li a {
        line-height: 54px;
        height: 54px;
    }

    .w3-nav ul li a {
        overflow: hidden;
        display: inherit;
        position: relative;
    }

    .w3-nav ul li a::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        transform: translateX(calc(-100%));
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, .1);
        transition-duration: .4s;
    }

    .w3-nav ul li:hover a::after {
        transform: translateX(calc(0%));
    }

    .w3-nav ul li span:hover,
    .w3-nav ul li i:hover {
        color: #0052a5 !important;
    }

    .w3-nav ul li p {
        /* display: none; */
        margin: 5px 0;
    }

    .w3-nav ul li:hover p {
        /* display: block; */
        height: 2rem;
        line-height: 2rem;
        transition-duration: .4s;
        transform: translateY(0);
    }

    .li-child {
        position: absolute;
        z-index: 10;
        position: relative;
        
    }

    .li-child p {
        line-height: 0rem;
        overflow: hidden;
        position: relative;
        height: 0rem;
        background: rgba(0, 0, 0, .2);
        transition-duration: .4s;
        transform: translateY(-100%);
        font-size: 14px;
        padding: 0 10px;
        width: 188px;
        /* background-color: rgba(0, 0, 0, 0.3); */
    }

    .li-child p::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        transform: translateX(-100%);
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, .51);
        transition-duration: .4s;
    }

    .li-child p:hover::after {
        transform: translateX(0);
    }
    /* .li-child p:hover {
        color: #0052a5;
    } */

    .border-add::after {
        width: 6.125rem !important;
    }
}

@media(max-width:667px) {

    body .banner-bottom .flex-direction-nav .flex-next,
    body .banner-bottom .flex-direction-nav .flex-prev {
        display: none;
    }
    .li-child {
        display: none;
    }
}

.wthree-team-grid img{
    width: 100%;
}

/* 工程案例  */

.Case-pro {
    position: relative;
}
.Case-pro .w3-agile-blog-right-info {
    text-align: center;
    margin-top: 1rem;
}
#blog .w3-agile-blog-right {
    height: 13.5rem;
}
#blog  .w3-agile-blog-right-info{
    position: absolute;
    bottom: 0;
}

/* 分页 */
.pager {
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	border:1px solid #dddddd;
	border-radius:3px;
	display:inline-block;
	clear:both;
}
.pager a,.pager span {
	font-size:14px;
	color:#428bca;
	border-right:1px solid #dddddd;
	padding:4px 9px;
	float:left;
	text-decoration:none;
}
.pager span {
	color:#fff;
	background:#428bca;
}
.pager a:hover {
	color:#2a6496;
	background:#f2f2f2;
}
.pager a.last {
	border-right:0;
}
.pager .total{
    color:#2a6496;
    background: #f2f2f2;
}
