body {
    font-weight: 400;

}

.container-fluid1{ padding: 0 5%; position: relative;}
header{
    height: 0;
}
.header_o{
    background: #000;
    background:rgba(0,0,0,0.8);
    filter: alpha(opacity=80);}
.header{
    width: 100%;
    position: fixed;
    z-index:999;
    top: 0;
    left: 0;
    height:86px;
}
/*.header .active3{
    background:rgba(0,0,0,1);
}*/
.header .active3 ul li{
    color:#fff;
}
.header .active3 .header-setting-option .search-wrap button{
    color:#fff;
}
.header .active3 .dropdown a{
    color:#fff
}
.header .active3 .popper__arrow1{
    border-top: 5px solid #000;
}
.header .active3 .logo .logo1,.header .active .logo .logo1{
    display: none;
}
.header .active3 .logo .logo2,.header .active .logo .logo2{
    display: block;
}
.NavTop .logo .logo1{
    display: block;
}
.NavTop .logo .logo2{
    display: none;
}
.NavTop{
    height:86px;
    padding:0px 10%;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.NavTop.active{
    background: rgba(2, 10, 34, 0.8);}
.NavTop.active ul li{
    color:#fff;}

.NavTop ul{
    top: 0;
    width:900px;
    position: absolute;
    right: 20%;
    margin-left: -400px;
}
.NavTop ul li{
    float:left;
    color:#fff;
    line-height:86px;
    font-size:16px;
    width:11.11111%;
    font-weight: 700;
    font-family: arial;
    text-align: center;
}



.NavTop ul li span{
    display:block;
    width:0px;
    height:3px;
    background:#2b50f0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    margin-left:30px;
    margin-top:-4px
}
.NavTop ul li:hover span{
    width:100px;
    margin-left:0px
}
.NavTop ul li.active span{
    width:100px;
    margin-left:30px
}
/*.NavTop ul a:first-of-type li:hover m{
	margin-left:-15px
	}
.NavTop ul a:first-of-type li.active m{
	margin-left:-15px
	}*/
.sub_menu{
    display:block;
    height:0px;
    width:100%;
    position:absolute;
    top:86px;
    left:0px;
    background: #ffffff;
    background:rgba(0,31,60,0.9);
    filter: alpha(opacity=94);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    display:none;
}
.sub_menu.active{
    height:340px;
    background: #ffffff;
    background:rgba(0,31,60,0.9);
    filter: alpha(opacity=90);
    display:block;
}
.sub_menu.active{
    height:340px;}

.sub_menu ul{
    width:900px;
    margin:0px -125px;
    padding:30px 0;
    opacity:0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    margin-top:-40px;
}
.search-btn{ background: none; border: 0;}
.sub_menu.active ul{
    opacity:1;

    margin-top:0px
}

.sub_menu ul li{
    width:18%;
    margin-right:0;
    border-right:1px solid #e7e7e7;
    opacity:0;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    height:280px;
    text-align: left;
    font-weight: normal;
    text-align: center;
    text-transform: capitalize;
}

.sub_menu ul li:first-of-type{
    border-left:1px solid #043863;
}
.sub_menu.active ul li{
    border-right:1px solid #043863;
    opacity:1;
}
.sub_menu ul li ol{
    color:#fff;
    line-height:18px;
    margin:8px 0;
    font-size:13px;
    padding: 0;
}
.sub_menu ul li ol:hover{
    color:#fff;
}

.NavTop .logo{
    height: 55px;
    float: left;
    margin-top:15px;
    margin-right: 80px;
}
.NavTop .logo1.active{
    display:none
}

.NavTop .logo img{
    display: block;
    /*height: 100%;*/
    cursor: pointer;
}
.NavTop .logo .logo_over{
    display:none
}
.navBtn{
    display: none;
    width: 50px;
    height: 60px;
    margin-right: 20px;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    margin-top:15px;
    position:fixed;
    top:0px;
    right:260px;
    z-index:33333

}
.navBtn:hover{
    background: #ffffff;
    background: rgba(255,255,255,0.2);
    filter: alpha(opacity=20);
}

.navBtn span{
    display: block;
    width: 58%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 20%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.header .active4 span{
    background: #fff;
}
.navBtn span.active{
    background: #555;


}
.navBtn span:nth-of-type(1){
    margin-top: -10px;
}
.navBtn span:first-child{margin-top: -10px;}
.navBtn span:first-child+span+span{margin-top: 10px;}
.navBtn span:nth-of-type(3){
    margin-top: 10px;
}
.navBtn.active{
    background: #ffffff;
    background: rgba(255,255,255,0.2);
    filter: alpha(opacity=20);
}
.navBtn.active span{
    background:#333;}
.navBtn.active span:nth-of-type(2){
    opacity: 0;
}
.navBtn.active span:nth-of-type(1){
    margin-top: 0;
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
.navBtn.active span:nth-of-type(3){
    margin-top: 0;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
}
/*.header .active .search-wrap button{
    color: #000;
}*/

.selectLanguage span{
    line-height: 60px;
    color: #333;
    font-size: 14px;
    margin-left: 14px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.selectLanguage span.active{
    color: #ef7e1a;
}
.selectLanguage span:hover{
    color: #ef7e1a;
    text-decoration: underline;
}

.NavBox{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index:338;
    box-sizing: border-box;
    /*padding:80px 5%;*/
    padding-bottom: 0;
    display: none;


}
.Nav{

    background-size:cover;
    margin:0px auto;
    height:100%;
}
.Nav a{ color: #333;}
.Nav dl:nth-child(2):after,.Nav dl:nth-child(7):after,.Nav dl:nth-child(8):after {
    content: "+";
    position: absolute;
    top: 0;
    line-height: 53px;
    right: 26px;
    font-size: 20px;
}
.Nav dl:after {
    content: "";
    position: absolute;
    top: 0;
    line-height: 53px;
    right: 26px;
    font-size: 20px;
}
.Nav dl{
    position: relative;
    width: 25%;
    float: left;
    text-align:center;
    border-right:1px solid #eee;
    height:100%;
    -webkit-transition:all 0.4s linear;
    transition:all 0.4s linear;
    background:#fff;
    padding: 10px;
}
.Nav dl:hover{
    background:none;
}
.Nav dl dt h1{
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 2px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-bottom:15px;
    padding-top:64%;
    color:#333;
    cursor: pointer;
}
.Nav dl:hover h1{
    color:#fff;}
.Nav dl dt h1:before{
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.Nav dl:hover dt h1:before{
    margin-left:-100px;
    width: 200px;
}
.Nav dl dd h2{
    font-size: 15px;
    margin-top: 15px;
    letter-spacing: 1px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition:all 0.4s;
    transition:all 0.4s;
}
.Nav dl:hover h2{
    color: #ffffff;
    color: rgba(255,255,255,0.8);
    filter: alpha(opacity=80);}
.Nav dl dd h2:hover{
    text-decoration: underline;
}
.Nav dl p{
    font-size: 14px;
    color: #ccc;
    letter-spacing: 1px;
    margin-top: 6px;
    white-space: nowrap;
}
.Nav dl p:first-of-type(3){
    margin-top: 30px;
}
@media(max-width: 1440px){
    .navBtn {
        right: 180px;}
    .NavTop {
        padding: 0px 8%;}
    .industryBox {
        width: 90%;}
    .indexContactBigBox .box {
        width: 74%;}
    .indexContactBigBox .box li .right {
        width: 40%;
        left: 40%;}
    .indexContactBigBox .btn_n {
        width: 74%;}
    .a1_ban {
        height: 680px;}
    .w_all {
        width: 82%;}
    .xq .close {
        top: 3%;
        right:8%;}
    .p_bar2 .box .right{
        width:45%;}
}
.swiper-container{
    width: 100%;

}

.dropdown .dropdown-toggle::after{
    display: none;
}
button:focus{
    outline:none!important;
}
.dropdown{ width: 100px; text-align: center;   font-size: 16px; color: #fff;  position: relative;}
.dropdown a{ color: #fff; cursor: pointer;}
.dropdown a:hover ,.footer a:hover{
    color: #fff;
}
/*.dropdown-menu1{
    border-radius: 4px;
    display: none;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    top: 70px; left: 0;
    position: absolute;
    width: 120px;
    background: #0a446a;
}
.dropdown-menu1 a{ font-size: 14px;  color: #333; display: block; text-align: center; line-height: 35px;padding: 10px 0 !important;}
.dropdown-menu1 a:hover{ background: #ecf5ff; color: #004b94;}*/

.header-top-dropdown{
    float: right;
    margin-top: 10px;
}
.header-setting-option{
    float: left;
    padding-right: 15px;
}
.header-setting-option .search-wrap button {
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    text-align: center;
    background: none;
    border: 0;

}
i:focus{
    outline: none;
}


/*---- Banner ----*/

.slider.style-1 .owl-main .item {
    background: #000;
}

.slider.style-1 .owl-main .item img {
    opacity: 0.7;
}

.slider.style-1 .owl-main .item::after {
    content: '';
    height: 100%;
    width: 50%;
    left: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    border-radius: 0 100% 100% 0;
}

.slider.style-1 .owl-main .item::before {
    content: '';
    height: 40%;
    width: 10%;
    right: 0;
    z-index: 1;
    position: absolute;
    top: 30%;
    border-radius: 500px 0 0 500px;
}

.slider.style-1 .owl-main .caption {
    text-align: left;
    left: 11%;
    top: 25%;
    width: 650px;
    height: auto;
    padding-top: 35px;
    position: absolute;
    z-index: 9;
}

.slider.style-1 .owl-main .caption .display {
    font-size: 60px;
    line-height: 60px;
    color: #fff !important;
    margin: 20px 0;
    font-weight: 700;
}
.slider.style-1 .owl-main .caption p{
    max-width: 300px;
    color: #fff;
    position: relative;
    padding: 20px 0 0;
    font-size: 24px;

}

.slider.style-1 .owl-main .caption p::after {
    content: '';
    width: 50px;
    height: 4px;
    display: block;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: #fff;
}

.slider.style-1 .owl-main .caption h3 {
    height: 1.25rem;
    line-height: 1.25rem;
    margin-bottom: 1.875rem;
    color: #fff;
    margin-top: 1.875rem;
    font-weight: normal;
}
.slider.style-1 .owl-main .caption h3 span {
    font-size: 1.25rem;
    display: inline-block;
    color: #fff;
}
.slider.style-1 .owl-main .caption h3 i {
    display: inline-block;
    font-style: normal;
    width: 7px;
    height: 7px;
    border-radius: 3.5px;
    background: #fff;
    vertical-align: middle;
    margin: 0 0.5rem;
}

.slider.style-1 .owl-main .caption .content {
    font-size: 18px;
    color: #fff !important;
    margin-bottom: 40px;
}

.slider.style-1 .owl-main .caption a.contact_us {
    background: #fff;
    margin-left: 20px;
}

.slider.style-1 .owl-main .owl-dots {
    padding: 10px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50px;
    width: 40px;
    position: absolute;
    left: 95%;
    top: 44%;
    margin: 0;
    display: inline-block;
    z-index: 9;
}

.slider.style-1 .owl-main .owl-dots button {
    margin: 10px 0 !important;
    float: none;
    display: block;
}


/*---- Client ----*/

.clients {
    padding: 0;
}

.clients .client {
    display: inline-block;
    width: 100%;
}

.clients .client .item {
    float: left;
    text-align: center;

}


/*---- About Us ----*/

.about-us {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.about-us::before {
    content: '';
    position: absolute;
    left: 0;
    width: 30%;
    top: 0;
    height: 100%;
    display: block;
}

.about-us::after {
    content: '';
    position: absolute;
    width: 300px;
    top: 20%;
    left: 90%;
    height: 300px;
    background-image: url(../images/dotted-pattern.png);
    display: block;
}

.about-us .container-fluid {
    z-index: 4;
    position: relative;
}

.about-us .img-sec {
    position: relative;
    z-index: 9;
    width: 100%;
    transition: all 0.5s ease-in-out;
    height: auto;
    margin: -5px;
    border-radius: 100%;
    overflow: hidden;
    border: solid 50px #fff;
}

.about-us .img-sec::after {
    content: '';
    width: 80%;
    height: 80%;
    left: 0;
    top: 0px;
    margin: 10%;
    position: absolute;
    display: block;
    border: dashed 1px #fff;
    animation: rotating 20s linear infinite;
    border-radius: 100%;
    transform: translate(-8%, -8%);
    -ms-transform: translate(-8%, -8%);
}

.about-us .img-sec img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.about-us:hover .img-sec {
    transform: scale(1.05);
}

.about-us .content-sec {
    padding: 0 100px 0 0;
}
.about-us .content-sec p{
	text-align: justify;
}
.about-us .content-sec .heading {
    margin-bottom: 20px;
    display: block;
}

.about-us .counter-sec {
    margin-top: 50px;
}

.about-us .counter-column {
    border: solid 1px #e6e6e6;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 20px;
}

.about-us .counter-column .counter {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
}

.about-us .counter-column::before {
    content: '';
    width: 50px;
    height: 1px;
    right: 20px;
    bottom: 0;
    position: absolute;
    transition: all 0.2s ease-in-out;
}

.about-us .counter-column::after {
    content: '';
    width: 1px;
    height: 50px;
    right: 0px;
    bottom: 20px;
    position: absolute;
    transition: all 0.2s ease-in-out;
}

.about-us .counter-column:hover::before {
    right: 50px;
    bottom: 0px;
}

.about-us .counter-column:hover::after {
    right: 0px;
    bottom: 50px;
}

.about-us .counter-column .count_icon {
    margin-bottom: 20px;
}

.about-us .counter-column .count_icon i {
    display: block;
}

.about-us .counter-column .count_icon i::before {
    color: #262626;
    font-size: 50px;
    line-height: 1;
}

.about-us .counter-column .title {
    color: #797979;
}


/*---- Qualities ----*/

.qualities {
    position: relative;
    overflow: hidden;
    padding-top: 130px;
}

.qualities .container-fluid {
    z-index: 3;
    position: relative;
}

.qualities .column {
    transition: all 0.5s ease-in-out;
    border: solid 1px #e6e6e6;
    padding: 15px;
    padding-top: 65px;
    border-radius: 20px;
    background: #fff;
}
.qualities .column p{
    font-size: 12px;
}
.qualities .column .icon {
    transition: all 0.5s ease-in-out;
    display: inline-block;
    margin-bottom: 10px;
    position: absolute;
    top: -50px;
    left: 9%;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    text-align: center;
}

.qualities .column:hover .icon {
    background: #fff !important;
    left: 65%;
}

.qualities .column .icon i::before {
    transition: all 0.5s ease-in-out;
    font-size: 50px;
    color: #fff;
    line-height: 100px;
}

.qualities .column:hover .icon i::before {
    color: #262626;
}

.qualities .column h5 {
    position: relative;
    margin-bottom: 10px;
    display: block;
    transition: all 0.5s ease-in-out;
}

.qualities .column p {
    transition: all 0.5s ease-in-out;
    padding-bottom: 0px;
}

.qualities .column:hover p,
.qualities .column:hover h5 {
    color: #fff;
}


/*---- Services ----*/

.services {
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}

.services::before {
    content: '';
    position: absolute;
    width: 500px;
    top: 61%;
    left: 83%;
    height: 200px;
    background-image: url(../images/dotted-pattern.png);
    display: block;
    opacity: 0.2;
    z-index: 0;
}

.services .container-fluid {
    position: relative;
    z-index: 1;
    padding-right: 0px;
}

.services .service-slider .owl-stage-outer {
    padding-bottom: 50px;
}

.services .item {
    padding-right: 20px;
    border: solid 1px #e6e6e6;
    transition: all 0.5s ease-in-out;
    border-radius: 20px;
    padding: 25px;
    background: #fff;
}

.services .item i {
    display: block;
}

.services .item i::before {
    font-size: 50px;
    line-height: 60px;
    transition: all 0.5s ease-in-out;
}

.services .item:hover i::before {
    color: #fff !important;
}

.services .item h5 {
    margin: 15px 0 10px;
}

.services .item h5 a {
    display: inline-block;
    transition: all 0.5s ease-in-out;
}

.services .item p {
    padding-bottom: 0px;
    font-size: 14px;
    transition: all 0.5s ease-in-out;
}

.services .item .service_icon {
    display: inline-block;
}

.services .strong-border.c-1 {
    top: 40%;
    left: -10%;
    height: 700px;
    width: 700px;
    z-index: 0;
    background: none;
}

.services .circle.border.c-1 {
    top: 45%;
    left: 18%;
    height: 200px;
    width: 200px;
    z-index: 0;
    animation: rotating 50s linear infinite;
}

.services .item:hover p,
.services .item:hover h5 a {
    color: #fff !important;
}


/*---- Video ----*/

.video {
    position: relative;
    height: auto;
}

.video::before {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.8);
}

.video::after {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    background: url(../images/vdo-bg.jpg) no-repeat right center fixed;
    background-size: cover;
    object-fit: cover;
}

.video .vision {
    margin-bottom: 50px;
}

.play-sec {
    height: 500px;
    width: 500px;
    margin: 0px auto;
    position: relative;
    text-align: center;
}

.play-sec a {
    transform: translate(25%, 30%);
    -ms-transform: translate(25%, 30%);
    top: 25%;
    left: 30%;
    position: absolute;
    z-index: 9;
}

.play-sec a img {
    border-radius: 100%;
}

.video .play-sec::before {
    content: '';
    height: 100%;
    width: 100%;
    animation: rotating 20s linear infinite;
    display: block;
    border: dashed 1px #c9c9c9;
    position: absolute;
    border-radius: 100%;
    z-index: 3;
}

.video .play-sec::after {
    content: '';
    height: 60%;
    width: 60%;
    animation: rotating_reverse 20s linear infinite;
    display: block;
    border: dashed 1px #c9c9c9;
    position: absolute;
    border-radius: 100%;
    z-index: 4;
    margin: 20%;
}


/*---- Our Team ----*/

.our_team {
    position: relative;
    overflow: hidden;
}

.our_team::before {
    content: '';
    background: url(../images/bub-bg.png);
    top: 0;
    background-size: 100% auto;
    width: 20%;
    height: 100%;
    -webkit-animation: slide 55s linear infinite;
    position: absolute;
    right: 0;
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0
    }
    to {
        background-position: 0 -5000px
    }
}

.our_team .container-fluid::before {
    content: '';
    position: absolute;
    width: 85%;
    top: 40%;
    right: 25%;
    height: 800px;
    background-image: url(../images/dotted-pattern.png);
    display: block;
    opacity: 0.5;
    z-index: 0;
}

.our_team .heading-center {
    width: 100%;
}

.our_team .team-card {
    padding-right: 40px;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    border-radius: 20px;
    padding: 30px;
    background: #fff;
    transition: all 0.2s ease-in-out;
}

.our_team .team-card .pic-sec {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    z-index: 9;
    position: relative;
    margin: 0 auto;
}

.our_team .team-card .pic-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.our_team .team-card .member-detail {
    margin: 15px 0 10px;
}

.our_team .team-card .member-detail h5 {
    margin-bottom: 8px;
}

.our_team .team-card .member-detail h5 a:hover {
    color: #262626;
}

.our_team .team-card .member-detail h6 {
    font-size: 16px;
    font-weight: 400;
    color: #262626;
}

.our_team .team-card .description p {
    padding-bottom: 0px;
}

.our_team .team-card .social-links {
    margin-top: 20px;
    display: block;
}

.our_team .team-card .social-links ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.our_team .team-card .social-links ul li {
    display: inline;
    padding: 0px;
    margin: 0px;
    margin-right: 10px;
}

.our_team .team-card .social-links ul li a i::before {
    color: #797979;
    font-size: 14px;
}

.our_team .btn-sec {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.our_team .btn-sec .btn:hover {
    border: solid 1px #fff;
}


/*---- Portfolio ----*/

.portfolio {
    position: relative;
    padding-bottom: 0px;
    overflow: hidden;
}

.portfolio .container-fluid {
    text-align: center;
}

.portfolio::before {
    content: '';
    background-image: url(../images/dotted-pattern.png);
    bottom: 0;
    right: 0;
    width: 60%;
    position: absolute;
    z-index: 1;
    opacity: 0.5;
    height: 40%;
    display: block;
}

.portfolio .item {
    padding: 0 20px 40px 20px;
}
.portfolio .swiper-container{
    margin-top: 60px;
}
.portfolio .item .project {
    transition: all 0.5s ease-in-out;
    box-shadow: 0 50px 80px -30px rgba(0, 0, 0, .5);
    height: 245px;

    position: relative;
    overflow: hidden;
    z-index: 999;
}

.portfolio .item .project::after {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.55) 68%, rgba(0, 0, 0, 0.81) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.55) 68%, rgba(0, 0, 0, 0.81) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.55) 68%, rgba(0, 0, 0, 0.81) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#cf000000', GradientType=0);
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 80px;
    display: block;
}

.portfolio .item .project a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    outline: 0;
}

.portfolio .item .project a img {
    transition: all 0.5s ease-in-out;
    width: auto;

    object-fit: cover;
    position: absolute;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.portfolio .item .project .project-detail {
    position: absolute;
    bottom: 25px;
    left: 40px;
    z-index: 9;
    display: block;
    padding-top: 10px;
}

.portfolio .item .project .project-detail::after {
    content: '';
    height: 3px;
    border-radius: 5px;
    position: absolute;
    left: 0px;
    top: 0;
    display: inline-block;
    width: 0;
    transition: all 0.5s ease-in-out;
}

.portfolio .item .project:hover .project-detail::after {
    width: 80px;
}

.portfolio .item .project .project-detail h5 {
    color: #fff;
}
.portfolio .item .project .anlilogo{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
}
.logo_box{
    display: block;
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    text-align: center;

}
.item:hover .logo_box{
    background-color: rgba(0,0,0,.5);
}
.logo_table{
    width: 100%;
    height: 100%;
    display: table;
}

.portfolio .item .project .anlilogo img{
    margin: 0 auto;
    position: static;
    height: auto;
    max-width: 100% ;
    opacity: 0;
    -webkit-transform: translateY(120%) rotate(10deg);
    transform: translateY(120%) rotate(10deg);
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
}
.portfolio .item:hover .project .anlilogo img {
    height: auto;
   max-width: 100% ;
    opacity: 1;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(.6, .3, .1, 1);
    transition: transform 0.5s cubic-bezier(.6, .3, .1, 1);
}


.portfolio .strong-border {
    top: 40%;
    left: 10%;
    height: 600px;
    width: 600px;
    z-index: 0;
    background: none;
}


/*---- Blog Posts ----*/

.blog_post {
    position: relative;
}

.blog_post .container-fluid {
    position: relative;
}

.blog_post .blog_card {
    display: flex;
}

.blog_post .post-img {
    border-radius: 10px;
    overflow: hidden;
    width: 50%;
    float: left;
}

.blog_post .post-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.blog_post .post-detail {
    width: 50%;
    float: left;
    margin: 20px auto;
    border: solid 1px #e6e6e6;
    padding: 30px;
    background: #fff;
    position: relative;
    left: -50px;
    z-index: 9;
    padding-top: 50px;
    border-radius: 20px;
    overflow: hidden;
}

.blog_post .post-detail::before {
    content: '';
    width: 50px;
    height: 4px;
    border-radius: 5px;
    position: absolute;
    top: 30px;
    z-index: -1;
    transition: all 0.5s ease-in-out;
}

.blog_post .post-detail:hover::before {
    width: 150px;
    background: #262626;
}

.blog_post .post-detail .posted_on {
    transition: all 0.5s ease-in-out;

    color: #000;
    font-weight: bold;
}
.post-title h5{
    color: #797979;
    font-size: 14px;
    font-weight: 400;
}
.post-title h5 p{
    color: #797979;
    font-size: 14px;
}
.post-title h5 span{
    color: #797979;
    font-size: 14px;
}
.blog_post .post-detail:hover .posted_on {
    color: #262626;
}
.w14{
    width: 14.28%;
    text-align: center;
    padding: 0 10px;
}
.w14 .newbtn a{
    width: 100%;
    padding: 10px 0;
}
.blog_post .post-detail h5 {
    margin: 10px 0;
}

.blog_post .post-detail h5 a {
    color: #262626;
    display: block;
}
.blog_post .qiehuan{
    margin-top: 30px;
    padding: 0  37%;
    overflow: hidden;
    text-align: center;
}
.blog_post .qiehuan div{
    float: left;

}
.blog_post .qiehuan div .newbtn{
    width: 100%;
}
.newbtn.neb1 {
    text-align: right;
}
.newbtn.neb1 .btn{
    border-radius: 0;
}

.blog_post  .btn{
    border-radius: 0;
}
.blog_post .qiehuan div .newbtn{
    text-align:center;
}
/*---- Testimonials ----*/
.testimonials {
    position: relative;
    overflow: hidden;
    background: #262626;

}

.testimonials::before {
    content: '';
    background: url(../images/bub-bg.png);
    top: 0;
    background-size: auto;
    width: 100%;
    height: 100%;
    -webkit-animation: slide_vertical 55s linear infinite;
    position: absolute;
    right: 0;
}

@-webkit-keyframes slide_vertical {
    from {
        background-position: 0 0
    }
    to {
        background-position: -5000px 0px
    }
}

.testimonials .heading {
    margin-top: 25px;
}

.testimonials .heading h2 {
    line-height: 50px;
}

.testimonials .heading h2::after {
    background-color: #fff;
}

.testimonials .heading h2,
.testimonials .heading span {
    color: #fff !important;
}

.testimonials .owl-stage-outer {
    padding: 0 15px;
}

.testimonials .item {
    width: 94%;
    border-radius: 10px;
    display: inline-block;
    background: #fff;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    padding: 30px;
    border: solid 1px #e6e6e6;
}

.testimonials .item::after {
    content: '';
    background: url(../images/quotation.svg) no-repeat;
    background-size: 100% auto;
    width: 80px;
    height: 80px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 100px;
    opacity: 0.1;
}

.testimonials .item .comment-sec {
    color: #2b50f0;
    font-size: 18px;
    line-height: 20px;
    position: relative;
    font-weight: bold;
    margin-bottom: 25px;
}

.testimonials .item .client-sec {
    width: auto;
    display: inline-block;
}

.testimonials .item .client-sec .client-dp {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    overflow: hidden;
    float: left;
}

.testimonials .item .client-sec .client-dp img {
    border-radius: 100%
}

.testimonials .item .client-sec .client-detail {
    float: left;
    padding-left: 15px;
}

.testimonials .item .client-sec .client-detail .client-name {
    font-size: 16px;
    font-weight: 600;
}

.testimonials .item .client-sec .client-detail p {
    color: #262626;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 0px;
}

.testimonials .item:hover::before {
    transform: scale(1.2);
}

.testimonials .circle.strong-border {
    height: 800px;
    width: 800px;
    top: -200px;
    z-index: 0;
    right: -284px;
    border-color: #fff;
    left: auto
}


/*---- Footer ----*/

footer {
    padding-top: 100px;

    background: url(../images/world-map.png) no-repeat center center;
    background-size: auto;
    padding-bottom: 50px;
}

footer.contact-fot {
    padding: 0;
    min-height: auto;
    background: none;
}

.contact_info ul li {
    margin-bottom: 26px;
    display: inline-block;
    width: 100%;
}

.contact_info ul li:last-child {
    margin-bottom: 0;
}

.contact_info ul li .icon {
    width: 85px;
    height: 85px;
    line-height: 85px;
    margin-right: 20px;
    border: solid 1px #e6e6e6;
    padding: 0px;
    border-radius: 50%;
    text-align: center;
    float: left;
    transition: 0.5s;
}
.contact_info ul li .icon:hover{
    background-color: #2b50f0;
}
.contact_info ul li .icon i {
    width: 100%;
}
.contact_info ul li .icon:hover i::before{
    color: #fff!important;
}
.contact_info ul li .detail {
    float: left;
    width: 80%;
}

.contact_info ul li .detail h6 {
    font-weight: 500;
    color: #262626;
}

.contact_info ul li .detail .content {
    margin-top: 10px;
}

.contact_info ul li .detail .content span.value {
    color: #000;
}

.contact_info ul li .detail a {
    color: #000;
    display: inline-block;
}

.contact_info ul li .detail i {
    margin-right: 10px;
}

.contact_info ul li .detail i::before {
    font-size: 15px;
}

.contact-form {
    margin-bottom: 30px;
}

.contact-form input[type="text"],
.contact-form textarea {
    padding: 20px 30px !important;
    background: #fff;
    box-shadow: 5px 4px 10px #e8e8e8;
    border: none !important;
}

.contact-form button[type="submit"] {
    padding: 15px 40px !important;
}

footer .bottom {
    padding: 0;
    margin-top: 100px;
   
    border-top: solid 1px #e8e8e8;
}

footer .bottom .copyright {
    color: #262626;
    margin: 25px 0;
}

footer.contact-fot .bottom {
    margin: 0px;
}


/****---- Homepage 1 End ----****/


/****---- Inner page Common Css ----****/

.inner .circle.border.c-1.rotating {
    height: 200px;
    width: 200px;
    top: 15%;
    z-index: 0;
    right: -140px;
    left: auto;
}

.inner .circle.strong-border.c-2 {
    height: 300px;
    width: 300px;
    top: 20%;
    z-index: 0;
    right: -140px;
    left: auto;
}


/****---- Inner page Common Css ----****/

section.inner {
    padding: 100px 0;
}

.inner header {
    border-bottom: solid 1px #ededed;
    z-index: 99999;
    position: relative;
}

.inner header .navbar-toggler-icon {}

.inner header .navbar-expand-lg .navbar-nav .nav-link,
.inner header .navbar-nav .nav-item a.dropdown-toggle::after,
.inner header .navbar-nav .dropdown-menu .nav-item a {
    color: #262626 !important;
}

.inner .content-sec {
    margin-top: 0px;
}

.page-heading {
    padding: 80px 0;
    background: url(../images/banner-3.jpg) no-repeat center center;
    position: relative;
}

.page-heading h2, .page-heading h2 span {
    color: #fff !important;
}
.bot-erwei{
    padding: 50px 0;
}
.link-cont{
    text-align: center;
}
.intr-tit{
    line-height: 40px;
    text-align: center;
    margin-top: 25px;
    color: #fff;
    font-size: 16px;
    padding-bottom: 0;
}
.code-img,.link-site{
    margin: 0 17px;
}
.bot-erwei .code-img {
    display: inline-block;
    width: 120px;
    height: 120px;
}
 .bot-erwei .link-site {
    display: inline-block;
     width: 118px;
     height: 118px;
     border: 2px solid #fff;
     text-align: center;
     line-height: 111px;
    color: #fff;
    font-size: 16px;
    font-family: "Base-font";
    transition: all 0.3s ease 0s;
}
 .bannerpic{
     height: 100vh;
 }
.bot-erwei .link-site:hover {
    background-color: #fff;
    border: 2px solid #fff;
    color: #000;
    border-radius: 10px;
}
.page-heading::after {
    content: '';
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    background-size: 20% auto;
    z-index: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: slide-ver 80s linear infinite;
    position: absolute;
    right: 0;
    transition: all 0.5s ease-in-out;
    top: 0%;
}
.procontent{
    padding-bottom: 100px;
    background-color: #e9e9e9;
}
.page-heading .heading,
.page-heading nav {
    position: relative;
    z-index: 999;
}


/****---- About Us Start ----****/

.inner .about-us::before {
    content: none;
}

.inner .about-us .right-img {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.inner .about-us .counter-sec {
    margin-top: 30px;
}

.inner .about-us .counter-sec .counter-column {
    margin-bottom: 0;
}

.inner .about-us .content-sec .left-content {
    padding-right: 100px;
}

.inner .about-us .content-sec .left-content h5 {
    margin-bottom: 30px;
}

.inner .about-us .right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner .qualities {
    padding-top: 80px;
    position: relative;
}

.inner .qualities .circle.strong-border {
    height: 450px;
    width: 450px;
    top: 100px;
    z-index: 0;
    left: -100px;
}

.inner .qualities .circle.border.c-1.rotating {
    height: 200px;
    width: 200px;
    top: 0px;
    z-index: 0;
    right: -100px;
}

.inner .clients {
    padding: 100px 0 80px;
    border-top: solid 1px #f2f2f2;
}


/****---- About Us End ----****/


/****---- Services Start ----****/

.inner .services {
    padding-bottom: 60px;
}

.inner .services .container-fluid {
    padding: 0 10%;
}

.inner .services .container-fluid .item {
    margin-bottom: 40px;
}


/****---- Services End ----****/


/****---- Portfolio Start ----****/

.inner .portfolio {
    padding-bottom: 100px;
}

.inner .portfolio::before {
    top: 30%;
}

.inner .portfolio .strong-border {
    left: -10%;
    top: 20%;
}

.inner .portfolio.recent-work {
    background: #f2f2f2;
    padding-bottom: 0px;
}

.inner .portfolio.recent-work .content-sec {
    margin-top: 60px !important;
}

.inner .portfolio.recent-work::before {
    top: 30%;
    left: 80%;
}


/****---- Portfolio End ----****/


/****---- Portfolio Detail Start ----****/

.portfolio-detail {
    position: relative;
    overflow: hidden;
}

.portfolio-detail .img-sec {
    height: 540px;
    overflow-y: hidden;
}

.portfolio-detail .img-sec img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.portfolio-detail .about_project {
    border-bottom: solid 1px #e6e6e6;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.portfolio-detail .about_project .col-xs-12 {
    padding: 40px 0 0px 0;
}

.portfolio-detail .about_project .icon {
    display: block;
    width: 55px;
    float: left;
}

.portfolio-detail .about_project i::before {
    font-size: 40px;
    line-height: 55px;
}

.portfolio-detail .about_project .content {
    color: #262626;
}

.portfolio-detail .about_project .content .value {
    color: #797979;
    font-size: 18px;
}

.portfolio-detail .project_description {
    padding: 0px;
}

.portfolio-detail .project_description h4 {
    margin-bottom: 25px;
}

.portfolio-detail .project_description p:last-child {
    padding-bottom: 0px;
}


/****---- Portfolio Detail End ----****/


/****---- Blog Posts Start ----****/

.inner .blog_post {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}

.inner .blog_post .blog_card {
    display: block;
}

.inner .blog_post .post-img {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    float: left;
}

.inner .blog_post .post-detail {
    width: 90%;
    float: none;
    margin: 0 auto;
    border: solid 1px #e6e6e6;
    padding: 30px;
    background: #fff;
    position: relative;
    top: -50px;
    left: 0;
    z-index: 9;
    padding-top: 50px;
    border-radius: 20px;
    overflow: hidden;
}

.inner .blog_post .post-detail p:last-child {
    padding-bottom: 0px;
}

.inner .center {
    margin: 0px auto;
}
.blog_post .content-sec{
    display: none;
}
.blog_post .content-sec.show1{
    display: block;
}
/****---- Blog Posts End ----****/


/****---- Blog Posts Single Start ----****/

.single-post-detail {
    position: relative;
    overflow: hidden;
}

.single-post-detail .blog-detail .post-img {
    width: 100%;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.single-post-detail .blog-detail .post-img img {
    width: 100%;
}

.single-post-detail .blog-detail .post-detail {
    border: solid 1px #e6e6e6;
    background: #fff;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}

.single-post-detail .blog-detail .post-detail a {
    color: #797979;
}

.single-post-detail .post-detail .post-status {
    margin: 15px 0 5px;
    width: 100%;
    display: inline-block;
}

.single-post-detail .post-detail .post-status ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.single-post-detail .post-detail .post-status ul li {
    float: left;
    min-width: 50px;
    color: #797979;
    margin-right: 20px;
    font-size: 14px;
}

.single-post-detail .post-detail .post-status ul li span {
    vertical-align: text-bottom;
}

.single-post-detail .post-detail .post-status ul li:last-child {
    margin-right: 0;
}

.single-post-detail .post-detail .post-status ul li i::before {
    margin-right: 5px;
    font-size: 14px;
}

.single-post-detail .blog-detail .post-detail .about-post {
    padding: 30px;
    margin: 0px;
}

.single-post-detail .blog-detail .post-detail .about-post .special-quote {
    color: #fff;
    padding: 20px 20px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.single-post-detail .tags_share {
    background: #f4f4f4;
    padding: 10px;
    display: flow-root;
    width: 100%;
}

.single-post-detail .tags_share .title {
    font-size: 14px;
    color: #262626;
    float: left;
    padding: 10px;
}

.single-post-detail .tags_share .tags ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.single-post-detail .tags_share .tags ul li {
    margin: 0px 5px;
    display: inline-grid;
    float: left;
}

.single-post-detail .tags_share .tags ul li a {
    border-radius: 30px;
    border: solid 1px #e6e6e6;
    background: #fff;
    padding: 8px 15px;
    color: #797979;
    font-size: 14px;
}

.single-post-detail .tags_share .tags ul li a:hover {
    color: #fff;
}

.single-post-detail .tags_share .share_on {
    float: right;
}

.single-post-detail .tags_share .share_on .icons {
    margin: 7px 13px 7px 0px;
    width: auto;
    display: flex;
}

.single-post-detail .tags_share .share_on .icons a {
    margin: 0px 5px;
}

.single-post-detail .tags_share .share_on .icons a i::before {
    font-size: 14px;
    color: #c9c9c9;
}

.single-post-detail .author_sec {
    margin-top: 50px;
}

.single-post-detail .author_sec .author-pic {
    float: left;
    width: 15%;
    overflow: hidden;
    border-radius: 20px;
}

.single-post-detail .author_sec .author-pic img {
    width: 100%;
    height: auto;
}

.single-post-detail .author_sec .about-author {
    width: 83%;
    float: right;
}

.single-post-detail .author_sec .about-author .name_designation {
    width: auto;
    float: left;
}

.single-post-detail .author_sec .about-author .name_designation h6 {
    font-weight: 600;
}

.single-post-detail .author_sec .about-author .social_media {
    float: right;
}

.single-post-detail .author_sec .about-author .social_media ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.single-post-detail .author_sec .about-author .social_media ul li {
    display: inline;
    padding: 10px;
}

.single-post-detail .author_sec .about-author .social_media ul li:last-child {
    padding-right: 0;
}

.single-post-detail .author_sec .about-author .social_media ul li a {
    color: #c9c9c9;
}

.single-post-detail .author_sec .about-author .social_media ul li i::before {
    font-size: 14px;
}

.single-post-detail .author_sec .about-author .description {
    margin-top: 15px;
}

.single-post-detail .author_sec .about-author .description p {
    padding-bottom: 0;
}

.single-post-detail .comments {
    margin-top: 50px;
}

.single-post-detail .comments h5 {
    font-weight: 500;
}

.single-post-detail .comment-item {
    margin-top: 30px;
    display: inline-block;
    width: 100%
}

.single-post-detail .comments ol.comments-list {
    list-style: none;
    padding: 0 !important;
    margin: 0px;
}

.single-post-detail .comments ol.comments-list.reply {
    margin-left: 100px;
}

.single-post-detail .comments ol.comments-list.reply li {
    border-bottom: 0px;
    border-top: solid 1px #e6e6e6;
    padding-top: 30px;
}

.single-post-detail .comments ol li {
    padding-bottom: 15px;
    border-bottom: solid 1px #e6e6e6;
    display: inline-block;
}

.single-post-detail .comments ol li .visitor_pic {
    width: 100px;
    margin-right: 20px;
    float: left;
    border-radius: 100%;
    overflow: hidden;
}

.single-post-detail .comments ol li .visitor_description {
    width: 80%;
    float: left;
}

.single-post-detail .comments ol li .visitor_description a {
    font-weight: 600;
}

.single-post-detail .comments ol li .visitor_description .name_date {
    margin-bottom: 10px;
}

.single-post-detail .comments ol li .visitor_description .name_date h6 {
    font-weight: 600;
    color: #262626;
    float: left;
    display: block;
}

.single-post-detail .comments ol li .visitor_description .date {
    margin-left: 15px;
    padding-left: 15px;
    border-left: solid 1px #e6e6e6;
    display: inline;
    font-size: 14px;
}

.single-post-detail .comments ol li .visitor_description a {
    font-size: 14px;
}

.single-post-detail .comments ol li .visitor_description p {
    padding-bottom: 10px;
}

.single-post-detail .separator.left-align {
    margin-top: 10px;
    width: 80px;
    position: relative;
}

.single-post-detail .reply_form {
    margin-top: 50px;
}

.single-post-detail .reply_form form {
    margin-top: 30px;
}

.blog-sidebar {
    background: #fff;
}

.blog-sidebar .widget {
    margin-top: 30px;
    padding: 0px;
}

.blog-sidebar .widget .separator.left-align {
    margin-top: 10px;
    width: 80px;
    position: relative;
}

.blog-sidebar .widget .widget-content .post-item .post-content .post-status {
    min-width: 50px;
    color: #797979;
    margin-right: 30px;
    font-size: 14px;
}

.blog-sidebar .widget .widget-content .post-item .post-content .post-status i::before {
    margin-right: 5px;
    font-size: 16px;
}

.blog-sidebar .widget:first-child {
    margin-top: 0px;
}

.blog-sidebar .widget .widget-content {
    margin-top: 20px;
}

.blog-sidebar .widget .widget-content .search form {
    width: 100%;
}

.blog-sidebar .widget .widget-content .search form .form-group {
    margin-bottom: 0;
}

.blog-sidebar .widget .widget-content .search form .form-group input[type="text"] {
    width: 78%;
    height: 40px;
    background: none;
    padding: 5px 10px;
    float: left;
}

.blog-sidebar .widget .widget-content .search form .form-group button[type="submit"] {
    padding: 0 6px;
    width: 20%;
    border-left: none;
    height: 40px;
    border: none;
    float: right;
}

.blog-sidebar .widget .widget-content .search form .form-group button i {
    margin-left: 0;
}

.blog-sidebar .widget .widget-content .search form .form-group button i::before {
    font-size: 16px;
    color: #fff;
}

.blog-sidebar .widget .widget-content .search form .form-group button:focus,
.blog-sidebar .widget .widget-content form button:hover {
    outline: none;
    cursor: pointer;
}

.blog-sidebar .widget .widget-content .post-item {
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: solid 1px #e6e6e6;
    display: inline-flex;
}

.blog-sidebar .widget .widget-content .post-item:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0;
}

.blog-sidebar .widget .widget-content .post-item .post-img {
    width: 80px;
    height: 80px;
    float: left;
    overflow-x: hidden;
    margin-top: 8px;
    border-radius: 100%;
}

.blog-sidebar .widget .widget-content .post-item .post-img img {
    width: auto;
    height: 100%;
    object-fit: cover;
}

.blog-sidebar .widget .widget-content .post-item .post-content {
    margin-left: 10px;
    width: 70%;
    float: left;
}

.blog-sidebar .widget .widget-content .post-item .post-content a {
    color: #262626;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 8px;
    display: block;
    font-weight: 500;
}

.blog-sidebar .widget .widget-content .post-item .post-content .post-status {
    min-width: 50px;
    color: #797979;
    margin-right: 30px;
    font-size: 14px;
}

.blog-sidebar .widget .widget-content .post-item .post-content .post-status i::before {
    margin-right: 5px;
    font-size: 14px;
}

.blog-sidebar .widget .widget-content .tags {
    width: 100%
}

.blog-sidebar .widget .widget-content .tags ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.blog-sidebar .widget .widget-content .tags ul li {
    margin: 0px 10px 10px 0px;
    display: inline-grid;
    float: left;
}

.blog-sidebar .widget .widget-content .tags ul li a {
    border-radius: 30px;
    border: solid 1px #e6e6e6;
    background: none;
    padding: 8px 15px;
    color: #797979;
    font-size: 14px;
}

.blog-sidebar .widget .widget-content .tags ul li a:hover {
    color: #fff;
}


/****---- Blog Posts Single End ----****/


/****---- Team Start ----****/

.inner .our_team {
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
    background: none;
}

.inner .our_team .container-fluid::before,
.inner .our_team::before {
    content: none;
}

.inner .our_team .team-card {
    border: solid 1px #e6e6e6;
}


/****---- Team End ----****/


/****---- Contact Start ----****/

.inner .contact-us {
    position: relative;
    overflow: hidden;
}

.inner .contact-us .container-fluid {
    position: relative;
    z-index: 9999;
}

.inner .map {
    padding-top: 0px;
}

.inner .map,
.map iframe {
    width: 100%;
    height: 600px;
    border: 0px;
}


/****---- Contact End ----****/


/****---- Homepage 2 Start ----****/

.top-fold {
    position: relative;
}

.top-fold::before {
    content: '';
    height: 80%;
    display: block;
    width: 100%;
    top: 0px;
    position: absolute;
    z-index: 0;
}

.top-fold::after {
    content: '';
    height: 80%;
    display: block;
    width: 100%;
    top: 0px;
    position: absolute;
    z-index: 1;
    background-size: 15px;
    opacity: 0.5;
    background-image: url(../images/dotted-pattern.png);
}

header.header-2 {
    position: relative;
}

header.header-2 .navbar-nav .nav-item:hover>a,
header.header-2 .navbar-nav .nav-item:hover>a.dropdown-toggle::after,
header.header-2 .navbar-nav .nav-item.active>a,
header.header-2 .navbar-nav .nav-item.active a.dropdown-toggle::after {
    color: #fff;
}

header.header-2.sticky {
    position: absolute;
    z-index: 9999;
}

header.header-2 .navbar-toggler-icon {
    background: #fff !important;
}


/*---- Video and banner ----*/

.slider.style-2 {
    position: relative;
    z-index: 3;
    margin: 0 5%;
    background: #000;
}

.slider.style-2 .owl-main .item {
    position: relative;
}

.slider.style-2 .owl-main .item .img-sec {
    overflow: hidden;
}

.slider.style-2 .owl-main .item .img-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    float: right;
}

.slider.style-2 .owl-main .item::after {
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
}

.slider.style-2 .owl-main .caption {
    text-align: left;
    left: 0;
    right: 0;
    top: 25%;
    width: 700px;
    margin: 0px auto;
    text-align: center;
    height: auto;
    padding-top: 35px;
    position: absolute;
    z-index: 9;
}

.slider.style-2 .owl-main .caption .display {
    font-size: 60px;
    line-height: 70px;
    color: #fff !important;
    margin: 20px 0;
    font-weight: 700;
}

.slider.style-2 .owl-main .caption .content {
    font-size: 18px;
    margin-bottom: 40px;
    padding: 0;
    color: #fff !important;
}

.slider.style-2 .owl-main .caption a {
    color: #fff;
}

.slider.style-2 .owl-main .owl-dots {
    position: absolute;
    left: 0;
    top: 80%;
    margin: 0 auto;
    right: 0;
    width: auto;
    display: inline-block;
    z-index: 9;
}

.slider.style-2 .owl-main .owl-dots button {
    margin: 0 5px !important;
}


/*---- About 2 ----*/

.about-us.style-2 {
    padding: 100px 0;
}

.about-us.style-2::before {
    content: none;
}

.about-us.style-2::after {
    content: '';
    position: absolute;
    width: 300px;
    top: 20%;
    left: 0%;
    height: 450px;
    background-image: url(../images/dotted-pattern.png);
    display: block;
}

.about-us.style-2 .content-sec {
    margin-top: 0px;
    padding-right: 0px;
}

.about-us.style-2 .counter-sec {
    margin-top: 0px;
    padding-right: 100px;
}

.about-us.style-2 .counter-sec .col-lg-12 .counter-column {
    display: block;
    width: 50% !important;
    float: left;
    margin-bottom: 50px;
}

.about-us.style-2 .counter-sec .col-lg-12 .counter-column:last-child {
    margin-bottom: 0px;
}

.about-us.style-2 .counter-sec .col-lg-12:nth-child(even) .counter-column {
    float: right;
}

.about-us.style-2 .right-img {
    border-radius: 20px;
    overflow: hidden;
    height: 200px;
    width: 100%;
    margin: 30px 0;
}

.about-us.style-2 .right-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}


/*---- Services 2 ----*/

.services.style-2 {}

.services.style-2::before {
    width: 600px;
    height: 400px;
    left: 0 !important;
    right: 0 !important;
    border-radius: 800px 800px 0 0;
    top: 0;
    background: #262626 !important;
    opacity: 1;
    margin: 0px auto;
}

.services.style-2 .container-fluid {
    padding: 0 10%;
}

.services.style-2 .item:hover::before {
    content: '';
    background: url(../images/bub-bg.png);
    top: 0;
    background-size: 50% auto;
    z-index: 0;
    width: 100%;
    height: 20%;
    -webkit-animation: slide-ver 80s linear infinite;
    position: absolute;
    right: 0;
    transition: all 0.5s ease-in-out;
    top: 80%;
}

@-webkit-keyframes slide-ver {
    from {
        background-position: 0 0
    }
    to {
        background-position: -5000px 0
    }
}


/*---- Qualities 2 ----*/

.qualities-2 {
    border-bottom: solid 1px #f2f2f2;
}

.qualities-2 .column {
    padding: 0 30px 0 0px;
}

.qualities-2 .column .icon {
    margin-bottom: 20px;
}

.qualities-2 .column .icon i:before {
    font-size: 50px;
    line-height: 1;
}

.qualities-2 .column .detail h5 {
    margin-bottom: 10px;
}

.qualities-2 .column .detail p:last-child {
    padding-bottom: 0px;
}


/*---- Pricing ----*/

.pricing {
    background: #f2f2f2;
}

.pricing .container-fluid {
    padding: 0 20%;
}

.pricing .price_card {
    border-radius: 20px;
    float: left;
    text-align: center;
    background: #fff;
    padding: 50px;
}

.pricing .price_card .separator ul::before,
.pricing .price_card .separator ul::before {
    background: #fff;
}

.pricing .price_card .separator ul::after,
.pricing .price_card .separator ul::after {
    background: #fff;
}

.pricing .ultimate .features ul li {
    padding: 15px 0;
    color: #fff;
}

.pricing .ultimate .features ul li:last-child {
    border-bottom: none;
}

.pricing .plan-title {
    margin-bottom: 10px;
    display: block;
}

.pricing .plan-title h4 {
    color: #262626;
}

.pricing .price_amount {
    color: #797979;
    font-size: 20px;
}

.pricing .price_amount strong {
    font-size: 50px;
    font-weight: 600;
    padding: 0 5px;
}

.pricing .features {
    margin: 0px auto;
    width: 55%;
}

.pricing .features ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.pricing .features ul li {
    padding: 15px 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    color: #262626;
}

.pricing .features ul li.deactive {
    color: #bebebe;
}

.pricing .features ul li:last-child {
    border-bottom: none;
}

.pricing .purchase {
    margin-top: 10px;
    text-align: center;
}

.pricing .purchase a {
    border: none;
}

.pricing .ultimate {
    border: none;
    z-index: 9;
}

.pricing .ultimate .plan-title h4 {
    color: #fff;
}

.pricing .ultimate .plan-title .separator ul li {
    display: inline-block;
    width: 3px;
    height: 7px;
    background: #fff;
    margin: 0px 2px;
    padding: 0px;
}

.pricing .ultimate .price_amount {
    color: #fff;
    font-size: 20px;
}

.pricing .ultimate .price_amount strong {
    color: #fff !important;
    font-size: 50px;
    font-weight: 600;
}

.pricing .ultimate a.purchase_now {
    color: #fff;
    background-color: #262626;
}

.pricing .ultimate .features ul li {
    padding: 15px 0;
    color: #fff;
}

.pricing .ultimate .features ul li:last-child {
    border-bottom: none;
}


/*---- Blog Posts 2 ----*/

.blog_post.style-2 {
    position: relative;
}

.blog_post.style-2 .container-fluid {
    position: relative;
}

.blog_post.style-2 .blog_card {
    display: inline-block;
}

.blog_post.style-2 .post-img {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 12px 13px 0 rgba(0,0,0,0.2);

}

.blog_post.style-2 .post-detail {
    width: 100%;
    float: left;
    margin: 0;
    border: none;
    padding: 30px 0 0;
    background: none;
    position: relative;
    left: 0;
    z-index: 9;
    padding-top: 50px;
    border-radius: 0;
    overflow: hidden;
}

.blog_post.style-2 .post-detail h5 {
    margin: 10px 0 0;
}


/****---- Homepage 2 End ----****/

.video-fold {
    height: 800px !important;
    position: relative;
    overflow: hidden;
}

.video-fold::after {
    content: '';
    height: 110%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    z-index: 1;
    top: -10%;
    left: 0;
}

#myVideo {
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
}

.video-fold::after {
    content: '';
    height: 100%;
    width: 100%;
    background-image: url(../images/dotted-pattern.png);
    background-size: 8px 8px;
    position: absolute;
    z-index: 1;
    top: 0%;
    left: 0;
}

.video-fold .overley-content {
    position: absolute;
    top: 150px;
}

.video-fold .content .display {
    font-size: 80px;
    line-height: 90px;
    color: #fff;
    font-weight: 800;
}

.video-fold .content h5 {
    color: #fff;
    margin: 25px 0 30px 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
}

.video-fold .content .buttons a {
    color: #fff;
}

.video-fold .content .buttons a:last-child {
    margin-left: 10px;
}

.video-fold .play-sec {
    height: 100%;
    width: 100%;
}

.video-fold .play-sec a {
    position: relative;
    z-index: 9;
    left: 0;
    top: 0;
    transform: none;
    margin-top: 150px;
    display: inline-block;
}

.video-fold .play-sec .rays {
    top: -65px;
    left: 50%;
}


/****---- About Us Start ----****/

.our_team.inner {
    background: #fff !important;
}


/****---- About Us End ----****/


/****---- Error 404 Start ----****/

section#page-not-found {}

section#page-not-found {
    padding: 160px 0px;
}

section#page-not-found .img_sec {
    padding-top: 50px;
}

section#page-not-found .error-heading {
    margin-bottom: 30px;
}

section#page-not-found .error-heading img {
    z-index: 2;
    position: relative;
}

section#page-not-found .error-content {
    padding: 0px 20%;
}

section#page-not-found .error-content h4 {
    font-weight: 600;
}

section#page-not-found .error-content p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 30px;
}

section#page-not-found .error-content a {
    padding: 15px 25px;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
}


/****---- Error 404 End ----****/

.page-not-found .text-center img.error {
    max-width: 600px !important;
    height: auto !important;
}

footer.small {
    background-image: none;
    min-height: auto !important;
    padding-top: 0px;
}

footer.small .bottom {
    margin-top: 0px;
}
.lh-nav-btn{position:absolute; right:10%; color:#fff; font-size:13px; z-index:1000; cursor:pointer;}
.lh-nav-btn>span{width:50px; height:23px; display:block; position:relative;}
.lh-nav-btn>span:before{content:''; display:block; width:80%; height:3px; background:#fff; position:absolute; right:0; top:50%; margin-top:-1px; transition:ease .65s; transform-origin:right center;}
.lh-nav-btn i:before{content:''; display:block; width:60%; height:3px; background:#fff; position:absolute; right:0; top:0; transition:ease .65s;}
.lh-nav-btn i:after{content:''; display:block; width:50%; height:3px; background:#fff; position:absolute; right:0; bottom:0; transition:ease .65s;}
.lh-nav-btn h2{margin-top:6px; font-size:16px; position:relative; color: #fff;}
.lh-nav-btn h2 em{font-size:16px; text-transform:uppercase;}
.lh-nav-btn:hover span:before{width:40%;}
.lh-nav-btn:hover i:before{width:80%;}
.lh-nav-btn:hover i:after{width:60%;}
.lh-nav-btn h2 em{position:absolute; left:0; top:0; transition:ease .65s; opacity:0; visibility:hidden;}
.lh-nav-btn h2 span{transition:ease .65s;}
.lh-nav-toggle{position:fixed; left:0; top:0; width:100vw; height:100vh; z-index:3; background:#001f3c; transition:ease .65s; opacity:0; visibility:hidden;}
.lh-nav-img{width:25%; height:100%; background-repeat:no-repeat; background-position:center center; background-size:cover; float:left; transform:translateX(-100%); transition:ease .65s;}
.lh-nav-img .swiper-container{height: 100%;}
.lh-nav-img img{ height: 100%;}
.lh-nav-item{float:right; width:75%; height:100%; display:flex; align-items:center; justify-content:flex-end; padding-right:5vw;}
.lh-nav-item>div{display:flex; width:100%;}
.lh-nav-item dl{float:left; flex:1; border: 0; background: none;}
.lh-nav-item dl::after{ display: none;}
.lh-nav-item dl dt a{font-size:22px; font-weight:bold; color:#fff; position:relative; font-family: arial; }
.lh-nav-item dl dt a:before{content:''; display:block; width:0; height:2px; background:#098ddf; float:left; margin-right:5px; position:relative; top:16px; transform-origin:left center; transition:ease .65s;}
.lh-nav-item dl dt a:hover{color:#098ddf;}
.lh-nav-item dl dt a:hover:before{width:20px;}
.lh-nav-item dl dt{margin-bottom:10vh; opacity:0;}
.lh-nav-item dl dd{line-height:48px; opacity:0; font-family: arial;}
.lh-nav-item dl dd a{color:#cccccc; font-size:16px; position:relative;}
.lh-nav-item dl dd a:before{content:''; display:block; width:0; height:1px; background:#098ddf; float:left; margin-right:5px; position:relative; top:22px; transform-origin:left center; transition:ease .65s;}
.lh-nav-item dl dd a:hover{color:#098ddf;}
.lh-nav-item dl dd a:hover:before{width:20px;}
.Nav .lh-nav-btn h2 em{opacity:1; visibility:visible;}
.Nav .lh-nav-btn h2 span{opacity:0; visibility:hidden;}
.Nav .lh-nav-btn>span:before{transform:scaleX(0);}
.Nav .lh-nav-btn i:before{transform:translate(0,10px) rotate(45deg); width:80%;}
.Nav .lh-nav-btn i:after{transform:translate(0,-10px) rotate(-45deg); width:80%;}
.Nav .lh-nav-toggle{visibility:visible; opacity:1;}
.Nav .lh-nav-img{transform:translateX(0);}
.Nav .lh-nav-item dl dt{animation:fadeInUp linear .35s forwards;opacity:1;}
.Nav .lh-nav-item dl dd{animation:fadeInUp linear .35s forwards; animation-delay:.1s; opacity:1;}
.Nav .lh-nav-item dl dd:nth-child(1){animation-delay:.2s;}
.Nav .lh-nav-item dl dd:nth-child(2){animation-delay:.3s;}
.Nav .lh-nav-item dl dd:nth-child(3){animation-delay:.4s;}
.Nav .lh-nav-item dl dd:nth-child(4){animation-delay:.5s;}
.Nav .lh-nav-item dl dd:nth-child(5){animation-delay:.6s;}
.Nav .lh-nav-item dl dd:nth-child(6){animation-delay:.7s;}
.selectLanguage {
    position: absolute;
    right: 60px;
    top: 15px;
    display: none;
}
.dropdown .dropdown-toggle::after{
    display: none;
}
button:focus{
    outline:none!important;
}


.dropdown-menu1{
    /*border-radius: 4px;*/
    display: none;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    top: 40px; left: 0;
    position: absolute;
    width: 120px;
    background: #0a446a;
}
.dropdown-menu1 a{ font-size: 14px;  color: #fff; display: block; text-align: center; line-height: 35px;}
.dropdown-menu1 a:hover{ background: #ecf5ff; color: #004b94;}
.Nav .lh-nav-toggle {
    visibility: visible;
    opacity: 1;
}
.pcpic{
    display: block;
}
.sjpic{
    display: none;
}
.overley-content h3{
    height: 1.25rem;
    line-height: 1.25rem;
    margin-bottom: 1.875rem;
    color: #fff;
    margin-top: 1.875rem;
    font-weight: normal;
}
.overley-content  h3 span {
    font-size: 1.25rem;

    display: inline-block;
    color: #fff;
}
.overley-content h3 i {
    display: inline-block;
    font-style: normal;
    width: 7px;
    height: 7px;
    border-radius: 3.5px;
    background: #fff;
    vertical-align: middle;
    margin: 0 0.5rem;
}
.index_website{ margin-top: 165px;}
@media(max-width: 767px) {
    .portfolio .item .project{
        height: 220px!important;
    }
    .fuwucon{
        padding-top: 40px!important;
    }
    .prolist{
        padding: 40px 0;
    }
    .kuang{
        margin-top: 30px;
        width: 100%;
        overflow:auto;
    }
    .nebkuang{
        width: 900px;
    }
    .nebkuang>div{
        width: 125px;
    }
    .pcpic{
        margin: 0 auto;
        display: none;
    }
    .sjpic{
        display: block;
    }
    .header{
        height: 70px;
    }
    .bottomnav{
        display: none;
    }
    .ewm1{
        width: 50%;
        margin-left: 0;
    }
    .bottomkeyword{
        display: none;
    }
    .lh-nav-btn {
        display: none;
    }
    .navBtn{
        display: block;
        right: 0px;
        margin-top: 0;
    }
    .NavTop ul{
        display: none;

    }
    .navBtn{
        display: block;
        right:1%;
        margin-right:0;
        margin-top:5px;}
    .navBtn:hover {
        background: rgba(255,255,255,0);
    }
    .navBtn.active{
        background:#111;
        right:0;
        margin-top:0px;
        width:60%;
        height:62px;}
    .navBtn.active span {
        background: #fff;
        width:30px;
        height:2px;
        margin-left: 60%;
        -webkit-transition: all 0s;
        transition: all 0s;
    }
    .NavBox{
        background:rgba(0,0,0,0.5);
        right:-100%;
        overflow: auto;
    }
    .Nav {
        padding: 20% 0 90% 0;
        width: 60%;
        float: right;
        background: rgba(255,255,255,0.96);


    }
    .Nav dl dt h1 {
        font-size: 15px;
        letter-spacing:0;
        padding-top:0;
        margin:auto;
        margin-bottom:0;
        width:85%;
        display:block;}
    .Nav dl:hover h1 {
        color:#333;}
    .Nav dl dd h2 {
        font-size: 13px;
        letter-spacing:0px;
        padding-left:8%;}
    .Nav dl:hover h2 {
        color:#666;
    }
    .about ul li h3 {
        margin-top: 10px;
        font-size:14px;}
    .Nav dl {
        width: 100%;
        margin-left: 0%;
        float: none;
        height: auto;
        margin: auto;
        text-align: left;
        border:none;
        border-bottom: 1px solid #eee;

    }
    .Nav dl dd{
        display:none;
        color:#333;}
    .Nav dl:hover {
        background:none;
    }
    .Nav dl dt h1:before {
        display:none;
    }
    .Nav dl dt h1:after {
        content:"";
        position:absolute;
        right:3%;
        top:10px;
        width:15px;
        height:9px;
        -webkit-transform:rotate(-90deg);
        transform:rotate(-90deg);
        opacity:0.6;
    }

}
/*PRODUCT*/
.banner{width:100%;position: relative}
.bannertext{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
     max-width:840px;
    padding-left: 10%;
    text-align: justify;
}
.bannertext h3{
    color: #fff;
    font-size: 40px;
}
.bannertext .proline{
    width: 100px;
    height: 10px;
    background-color: #fff;
    margin: 50px 0;
}
.bannertext p{
    color: #fff;
    line-height: 2;
}
.bannertext .fwlj{
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: block;
    margin-top: 20px;
    overflow: hidden;
    padding: 10px 15px;
    text-align: center;
    width: 300px;
}
.procontent{
    width: 100%;
}
.banner img{width:100%;}
.anlioutcon{width:1100px;margin:0 auto;padding:0 60px;}
.fw {
    border: 1px solid #d93d2e;
    border-radius: 5px;
    color: #d93d2e;
    display: block;
    margin: 20px auto 0;
    overflow: hidden;
    padding: 10px 15px;
    text-align: center;
    width: 100px;
}
.fw:hover{background:#d93d2e;border:1px solid #d93d2e;color:#fff;}
.clear{
    clear: both;
}

.pro-right{
    clear: both;
    width: 1100px;
}
.pro-top{
    overflow: hidden;;
    margin-bottom:20px
}
.pro-top img{
    float: left;
}
.prev-box{
    float: right;
}
.prev-box a{
    float: left;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px 15px;
}
.prev-box a.prev1{
    margin-right: 12px;
}

.prev-box a.next1{
    margin-left: 12px;
}
.pro-right{
    margin-bottom:50px;
}


/* pc端产品详情页焦点图 */
.pro-rightbj{
    border:1003px;
    position: absolute;
    margin-left: 49px;
}
.idx-focus{
    width:927px;
    /*padding:10px;*/
    margin: 0 auto;
}
.idx-focus,
.focus-pic li{
    width: 927px;
    position: relative;
    overflow: hidden;
}
.idx-foc-tmp{
    height: 848px;
    /*background: url("../images/companybj.png");*/
    width: 927px;
    margin: 0 auto;
}
.focus-pic{
    width: 927px;
    height: 524px;
    margin: 0 auto;
    margin-top:40px;
}
.focus-pic img{
    width: 927px;
    height: 524px;
    display: block;
    overflow: hidden;
}
.focus-pic li{
    float: left;
}
.focus-pic li img{

}
.focus-pic .bg{

}

.idx-focus .xtaber-tabs{
    width: 900px;
    margin:20px auto;
}
.idx-focus .xtaber-tabs li{
    float: left;
    position: relative;
    cursor: pointer;
    z-index: 3;
    margin: 10px;
    border:2px solid #fff;
}
.idx-focus .xtaber-tabs img{
    width: 250px;
    margin: 10px;
}
.idx-focus .xtaber-tabs .current{
    border:2px solid #D93D2E;
    margin: 10px;
}

.idx-focus .btn-prev,
.idx-focus .btn-next{
    background: url(../images/foc_btn.png) no-repeat;
    width: 31px;
    height: 50px;
    position: absolute;
    z-index: 4;
    top: 280px;
    _filter:Alpha(opacity=70);
}
.idx-focus .btn-prev{
    background-position: 0 0;
    left:10px;
}
.idx-focus .btn-next{
    background-position: -33px 0;
    right: 10px;
}
.ptopnav{overflow:hidden;padding-top:15px;padding-bottom:15px;border-bottom:1px solid #ddd;}
.ptopnav a{color:#333;}

.ptopnav ul li {
    color: #333;
    float: left;
    padding: 0 5px;
}

.pppsm{overflow:hidden;padding-top:20px;padding-bottom:20px;border-bottom:1px solid #ddd;margin-bottom:20px;}
.pppimgcon{float:left;width:300px;}
.pppimgcon img{width:100%;border:1px solid #ddd;}
.pro-bottom {
    float:right;
    margin-bottom: 20px;
    color:#777;
    width:750px;
}
.pro-bottom h5{margin:0;padding:0;}
.icon img{
    margin: 25px;

}
.xs1{
    display: block;
}
.xs2{
    display: none;
}
.qualities .column:hover .xs1{
    display: none;
}
.qualities .column:hover .xs2{
    display: block;
}
.item .service_icon .xs1{
    display: block;
}
.item .service_icon .xs2{
    display: none;
}
.item:hover .service_icon .xs1{
    display: none;
}
.item:hover .service_icon .xs2{
    display: block;
}
@media(max-width: 767px){
.bannertext h3{
    font-size: 24px;
}
.bannertext{
    width: 100%;
    max-width: 100%;
    padding: 0px 8%;
}

.bannertext p{
    font-size: 14px;
    line-height: 2;
}
    .bannertext .proline{
        margin: 20px 0;
    }
    .bannertext .fwlj{
        width: 100%;
    }
    .bot-erwei .code-img{
       
        margin: 10px auto;
    }
    .procontent{
        padding-bottom: 30px;
    }
}
/*产品列表*/
.bannernav{
    position: relative;
}
.bannertitle{
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.bannertitle h4{
    font-size: 50px;
    color: #fff;
    margin-bottom: 30px;
}
.bannertitle p{
    font-size: 24px;
    color: #fff;
}
.anlititle{
    line-height: 41px;
    padding-bottom: 0;
    position: relative;
}
.anlititle:after{
    content: '';
    width: 50px;
    height: 4px;
    display: block;
    border-radius: 5px;
    position: absolute;
    top: -15px;
    left: 0;
    z-index: 9;
    background-color: #2b50f0;
}
.prolist{
   margin: 100px 0;
}
.anlicon{
    margin-top: 100px;
}
.anlititle{
    font-size: 24px;
    color: #000;
}
/*案例*/
.prolist{ 
	position: relative;
	background: #fff;
	margin-top: 80vh;
	margin-bottom: 0!important;
	padding: 80px 0;
	overflow: hidden;
}
.prolist .ep-pages{
	 margin: 0;
}
.prolist  .anlicon{
	margin-top: 50px;
}
.banner_box {

    overflow: hidden;
    padding: 0;
     position: fixed;
     width: 100%;
    top: 0;
}
.n_banner{
	background: url(../images/n_banner06.png) center no-repeat;
    background-size: cover;
    height: 80vh;
}
.n_banner:after {
    z-index: 1;
    background: rgba(1,12,45,.8);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#canvans {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    display: block;
    background: url(../images/video-layer.png);
}
.n_banner .container-fluid{
	height: 100%;
}
.layui-col-xs12{
	width: 100%;
	height: 100%;
	display: block;
    box-sizing: border-box;
}
.table_cell {
    display: table-cell;
    vertical-align: middle;
}
.n_banner h3 {
    font-size: 4.375rem;
    color: #2b50f0;
    font-family: Impact;
    
}
.n_banner h4 {
    font-size: 1.875rem;
    color: #fff;
    margin: 1.875rem 0 1.25rem;
    
}
.n_banner h2 {
    font-size: 3.4375rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 1.75rem;
    
}
.n_banner h6 {
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #989898;
    color: rgba(255,255,255,0.4);
    text-transform: uppercase;
   
}
.n_banner .tables {
    display: table;
    table-layout: fixed;
    text-align: left;
    width: 100%;
    height: 100%;
}.n_banner01{
	height: 100vh;
	position: relative;
}
.n_banner01 h4{
	    font-size: 2.25rem;
    color: #fff;
    margin: 1.875rem 0 4rem;
    font-weight: bold;
    position: relative;
}
.n_banner01 h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2rem;
    height: 2px;
    background: #fff;
    width: 3rem;
}
.n_banner01 h6 {
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
}
.video_box {
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.video_box video {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    height: 100%!important;
  
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    filter: alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
}
.anlicon ul li a .pic{
	position: relative;
	overflow: hidden;
    text-align: center;
}
.case_box{
	display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 248px;
    z-index: 8;
    text-align: center;
    padding-top: 10%;
}
.case_table{
	display: table;
    width: 100%!important;
    height: 100%;
}
.case_table_cell{
	display: table-cell;
    vertical-align: middle;
}
.case_table_cell img{
	opacity: 0;
    -webkit-transform: translateY(120%) rotate(10deg);
    transform: translateY(120%) rotate(10deg);
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
}

.anlicon ul li:hover .case_table_cell img{
	opacity: 1;
	-webkit-transform: translateY(0) rotate(0);
	transform: translateY(0) rotate(0);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(.6, .3, .1, 1);
	transition: transform 0.5s cubic-bezier(.6, .3, .1, 1);
}
.effect-apollo::before,
.effect-apollo::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 101%;
	height: 102%;
	content: '';
	-webkit-transition: -webkit-transform 0.7s;
	transition: transform 0.7s;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 0) 100%);
}
.anlicon ul li{
	 margin-bottom: 30px;
}
.anlicon ul li .effect-apollo::before {
	opacity: 0;
	-webkit-transform: scale3d(2, 1, 1) rotate3d(0, 1, 0, 10deg) translate3d(100%, 0, 0);
	transform: scale3d(2, 1, 1) rotate3d(0, 1, 0, 10deg) translate3d(100%, 0, 0);
}

.anlicon ul li:hover .effect-apollo::before {
	opacity: 1;
	-webkit-transform: scale3d(2, 1, 1) rotate3d(0, 1, 0, 0deg) translate3d(0, 0, 0);
	transform: scale3d(2, 1, 1) rotate3d(0, 1, 0, 0deg) translate3d(0, 0, 0);
}

.anlicon ul li .effect-apollo::after {
	-webkit-transform: scale3d(2, 1, 1) rotate3d(0, 1, 0, 0deg) translate3d(-100%, 0, 0);
	transform: scale3d(2, 1, 1) rotate3d(0, 1, 0, 0deg) translate3d(-100%, 0, 0);
	opacity: 1;
}

.anlicon ul li:hover .effect-apollo::after {
	opacity: 0;
	-webkit-transform: scale3d(2, 1, 1) rotate3d(0, 1, 0, 10deg) translate3d(0, 0, 0);
	transform: scale3d(2, 1, 1) rotate3d(0, 1, 0, 10deg) translate3d(0, 0, 0);
}
.prolist .threeinfotext{
	padding: 30px;
	position: relative;
	background-size: cover;
    background-position: center bottom;
    background: #F8F8F8;
}
.prolist .case_more {
    position: absolute;
    z-index: 2;
    color: #333;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    text-decoration: underline;
    text-transform: capitalize;
    font-size: 12px;
}
.prolist .case_more em {
    display: inline-block;
    vertical-align: -3px;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background: url(../images/z_more.png) no-repeat center;
    background-size: 100% 100%;
}
/*.prolist .threeinfotext:before {
    content: "";
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.7);
    position: absolute;
    left: 0;
    top: 0;
}*/
.prolist .p1{
	font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.prolist .p2{
	color: #717171;
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
.prolist_detail{
	margin-top: 100vh;
	overflow: hidden;
	position: relative;
	background: #FFFFFF;
}
.detail_links{
	display: inline-block;

    overflow: hidden;
    margin: 2.5rem 0; ;
}
.detail_links a{
	padding: 0;
	display: inline-block;
    width: 16.875rem;
    height: 3.75rem;
    line-height: 3.75rem;
    -moz-border-radius: 1.4rem;
    -webkit-border-radius: 1.4rem;
    border-radius: 1.875rem;
    text-align: center;
    font-size: 1rem;
    color: #1f1815;
    margin-bottom: 1px;
    overflow: hidden;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    position: relative;
    background: #fff;
}
.detail_links a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -1px;
    right: -1px;
    height: 0;
    background: #d4042c;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.detail_ewm{
	overflow: hidden;
}
.detail_ewm .left{
	float: left;
}
.detail_ewm .right{
	float: left;
}
.detail_ewm .left .h3 img {
    width: 110px;
    height: 110px;
}
.detail_ewm .left h5 {
    margin-top: 12px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.detail_ewm .right{
    padding-left: 1.75rem;
    padding-top: 0.375rem;
}
.detail_ewm .right p {
    line-height: 46px;
    font-size: 1.1375rem;
    color: #fff;
    font-family: Bahnschrift;
}
.detail_ewm .right p a{
	    font-size: 1.375rem;
    color: #fff;
    font-family: Bahnschrift;
}
.detail_ewm .right  p svg {
    vertical-align: middle;
    margin: -3px 0.75rem 0 0;
}
.detail_line{
	height: 12px;
	background: url(../images/line3.jpg) repeat-x;
	-webkit-animation: scrollBad 5s linear infinite;
    -moz-animation: scrollBad 5s linear infinite;
    animation: scrollBad 5s linear infinite;
}
@keyframes scrollBad {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position:-170px 0 ;
    }
}
.show_detail_title{
	color: #2b50f0;
    padding: 30px 0;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 30px;
    overflow: hidden;
    display: block;
    width: 100%;
    font-weight: bold;
}
.show_detail_title .fl{
	float: left;
}
.show_detail_title i{ margin-right: 15px;}
.show_detail_title .fr{
	float: right;
}
#zhuti{
    width: 100%;
    padding: 20px 28px !important;
    background: #fff;
    box-shadow: 5px 4px 10px #e8e8e8;
    border: none !important;
    color: #757575;
    font-size: 14px;
}
#zhuti:focus{
    outline: none;
}

.show_detail-decript{ 
	line-height: 24px;
	color: #606060;
	font-size: 14px;
	margin-bottom: 30px;
	text-align: justify;
}

.show_detail-decript img{
    border-radius: 10px;
    border: 5px solid #0b0b0b;
}
.show_detail-decript p{
	text-align: justify;
	line-height: 24px;
	color: #606060;
	font-size: 14px;
	font-weight: normal;
}
.show_detail_content{
	border-radius: 10px;
    margin-bottom: 50px;
    width: -webkit-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: calc(100% - 0px);
    border: #0d0d0d 20px solid;
    background: #000;
}
.n_banner01 .right_pic {
    width: 55%;
    position: absolute;
    bottom: -2.75rem;
    right: 10%;
}
.show_detail_code{ 
	text-align: center;
	border-top: 1px solid #ddd;
	/*background: url(../images/cdbg1.jpg);*/	
	padding: 50px 0;
}
.show_detail_code li {
    display: inline-block;
    text-transform: uppercase;
    margin: 0 15px;
    vertical-align: top;
 
    width: 112px;
    height: 112px;
    line-height: 112px;
    border: 2px solid #dcdcdc;
    box-sizing: border-box;
  
}
.show_detail_code li a {
    display: block;
    width: 100%;
    height: 100%;
    font-weight: bold;
    font-family: "en";
}
.show_detail_code li.code {
    background: url(../images/line4.png) no-repeat center;
    background-size: cover;
    border: none;
    padding: 5px;
    line-height: 102px;
    
}
.show_detail_code li.code img{
	 width: 100%;
	 }
.show_detail_code h3 {
    color: #007bff;
    margin-top: 30px;
    font-size: 14px;
    font-weight: normal;
}
.show_detail_return{
	margin-bottom: 50px;
}
.show_detail_return a{
	
	    position: relative;
    background: #fff;
    font-family: 'Montserrat-Light';
    font-size: 14px;
    width: 200px;
    margin: auto;
    text-align: center;
    color: #999;
    display: block;
    height: 54px;
    border: 1px solid #e6e6e6;
    line-height: 54px;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.show_detail_return a::before {
    content: '';
    width: 20px;
    height: 17px;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 5px;
    background: url(../images/cbtn3.svg) center no-repeat;
}
.show_detail_return a:hover{
	background: #000;
	color: #fff;
}
.show_detail_return a:hover::before {
	background: url(../images/cbtn33.svg) center no-repeat;
	}
.bottom{
	    padding: 5rem 0 3.25rem;
}
.bottom ul{
	    min-height: 7.8125rem;
}
.foot_nav{
	position: relative;
}
.foot_nav li{ 
	width: 20%;
	display: inline-block;
}
.foot_nav:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 7.8125rem;
    margin-top: -3.90625rem;
    background: #e7e7e7;
}
.foot_code{ 
	text-align: center;
	position: relative;
	}
.foot_code li{
	    display: inline-block;
    margin: 0 1.875rem;
}
.foot_code li img{
	width: 5.625rem;
    height: 5.625rem;
}
.foot_code li h5 {
    font-size: 12px;
    color: #fff;
    height: 2rem;
    line-height: 2rem;
    font-weight: normal;
}
.foot_code:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 7.8125rem;
    margin-top: -3.90625rem;
    background: #fff;
}
.foot_text h3{
	height: 1.25rem;
    line-height: 1.25rem;
    margin-bottom: 1.875rem;
    color: #fff;
}
.foot_text h3 span{
	    font-size: 1.25rem;
   
    font-weight: bold;
    display: inline-block;
     color: #fff;
}
.foot_text h3  i{
	display: inline-block;
    font-style: normal;
    width: 7px;
    height: 7px;
    border-radius: 3.5px;
    background: #fff;
    vertical-align: middle;
    margin: 0 0.5rem;
}
.foot_text p{
	    font-size: 0.875rem;
    color: #fff;
    line-height: 1.5rem;
}
.foot_text{
	width: 80%;
	float: right;
}
.foot_nav a{
	color: #fff;
	line-height: 50px;
}
.copyright {
	padding: 2rem 0;
    border-top: rgba(255,255,255,.2) 1px solid;
    background: #01060d;
    position: relative;
}
.copyright h5 {
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    color: #ccc;
    line-height: 1.5rem;
    font-weight: normal;
}
.copyright ul li {
    display: inline-block;
    margin-right: 1.25rem;
}
.copyright ul li a {
    font-size: 12px;
    line-height: 1.875rem;
    color: #ccc;
}
.banquan{
	border-top: rgba(255,255,255,.2) 1px solid;
	padding: 2.25rem 0 2rem;
    font-size: 13px;
    color: #fff;
    background: #01060d;
    position: relative;
}
.beian{
	text-align: right;
}
.beian a{
	color: #fff;
}
.copyright ul li a:hover{
	color: #007bff;
}
.foot_nav li a:hover{
	color: #007bff;
}
.WebprocessPic_ul{
	width: 100%;
}
.WebprocessPic_ul li{
	width: 16.6%;
	height: 205px;
	margin-top: 26px;
	position: relative;
	background: url(../images/index_42.png) center top no-repeat;
	position: relative;
	cursor: pointer;
	float: left;
}
.WebprocessPic_ul li .back {
	width: 106px;
	height: 106px;
	position: absolute;
	left: 15px;
	top: 0px;
}
.WebprocessPic_ul li .img1 {
	display: block;
	width: 42px;
	height: 46px;
	margin: 0px auto;
	position: relative;
	z-index: 10;
	top: 34px;
	margin-bottom: 65px;
}
.WebprocessPic_ul li .img2 {
	display: block;
	width: 42px;
	height: 46px;
	margin: 0px auto;
	position: relative;
	z-index: 10;
	display: none;
	top: 34px;
	margin-bottom: 65px;
}
.WebprocessPic_ul li h2 {
	font-weight: normal;
	text-align: center;
	font-size: 24px;
	color: #fff;
	line-height: 35px;
}
.WebprocessPic_ul li p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 18px;
	padding-top: 15px;
}
.WebprocessPic_ul li:hover {
	background: url(../images/index_42.png) center top no-repeat;
}
.WebprocessPic_ul li:hover .img1 {
	display: none;
}
.WebprocessPic_ul li:hover .img2 {
	display: block;
}
.WebprocessPic_ul li:hover h2 {
	color: #fff;
}
.WebprocessPic_ul li:hover p {
	color: #fff;
}
.materll {
    top: 50px;
    position: absolute;
}
.detail_links a i{
    	margin-right: 15px;
    }

.kefu a{ color: #fff;}
.dn {
    display: none;
}
.kefu {
    position: fixed;
    top: 50%;
    left: 100%;
    margin-left: -68px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99
}
.kefu .item#goto{
    display: none;
}
.kefu .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #00a2ff;
    border-radius: 5px 0 0 5px;
    padding: 10px 0;
    font-size: 12px;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    white-space: nowrap
}

/*.kefu .item:hover {
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px)
}*/

.kefu .item.tel {
    position: relative
}

.kefu .item.tel .box{
    padding-right: 10px
}

.kefu .item.tel .num {
    padding: 0 20px;
    border-left: 1px solid #fff;
    font-size: 20px;
    line-height: 48px;
    font-weight: bold;
    font-family: arial;
}
.kefu .item.ewm{ position: relative; width: 70px; height: 70px;}

.kefu .item.ewm .num{ visibility: hidden;
    opacity: 0;
    z-index: -1;
    position: absolute;
    width: 100px;
    height: 100px;
    right: -200%;
    top: 0;
    background-color: #eee;
    overflow: hidden;
    transition: all .8s;
    -webkit-transition: all .8s;}

/*.kefu .item:hover.ewm {

}*/
.kefu .item.ewm:hover .num{
    visibility:visible;opacity:1;right:110%
}

.kefu .item:hover.tel {
    -webkit-transform: translateX(calc(68px - 100%));
    transform: translateX(calc(68px - 100%))
}

.kefu .item .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 40px 0 10px
}
.kefu .icon img{
    margin: 0;
}
.kefu .item .title {
    margin-top: 10px
}

.kefu .item+.item{
    margin-top: 5px
}
@media(max-width: 1440px){
    .NavTop ul{

        right: 15%;
    }

    .kefu .item .box{
        padding:0 5px;
    }
    .kefu .item{
        padding: 5px 0;
    }
    .kefu .item+.item {
        margin-top: 5px;
    }
    .kefu .item.ewm .box{
        padding:0 5px;
    }
    .kefu .item.ewm .box img{
        margin-top: 15px;
    }

         .kefu{
        margin-left: -58px;
    }
}
@media(max-width: 1366px){
    .NavTop ul{
        width: 800px;
        right: 14%;
    }
}
@media(max-width: 992px){
	.video_box {
	    display: none;
	}
	.n_banner h3 {
	    font-size: 2.375rem !important;
	    line-height: 2.375rem !important;
	}
	.n_banner h4 {
	    font-size: 1rem !important;
	    font-weight: normal;
	}
	.n_banner h2 {
	    font-size: 2rem;
	}
	.n_banner h6 {
	    font-size: 0.875rem;
	}
	.n_banner01  h3 {
    font-size: 2.5rem;
    margin-top: 0;
    }
    .n_banner01  h4 {
    font-size: 1.25rem;
        margin: 1rem 0 3rem;
    }
    .n_banner01 h6 {
    margin-bottom: 0;
    }
    .detail_links{
    	margin: 1rem 0;
    }
    .detail_links a{
    	width: 10rem;
    	height: 2.5rem;
    	line-height: 2.5rem;
    	font-size:.8rem;
    }
    
    .n_banner01 .right_pic {
        display: none;
    }
    .show_detail_code li{
    	width: 80px;
    	height: 80px;
    	line-height: 80px;
    }
    .show_detail_code li.code{
    	line-height: 70px;
    }
    .foot_nav{
    	text-align: center;
    }
    .foot_text{
    	width: 100%;
    	text-align: center;
    	margin-top: 2rem;
    }
    .bottom{
    	padding: 2rem 0 2rem;
    }
    .foot_code:before{
    	display: none;
    }
    .foot_nav:before{
    	display: none;
    }
    .banquan{
    	text-align: center;
    }
    .WebprocessPic_ul {
	width: 100%;
}
.WebprocessPic_ul li{
	width: 50%;
    padding: 0 5px;
}
.WebprocessPic_ul li:nth-child(2n+1) {
	float: left;
	margin-right: 0px;
	clear: left;
}
.WebprocessPic_ul li:nth-child(2n+2) {
	float: right;
	margin-right: 0px;
}
.materll{ display: none;}
.WebprocessPic_ul li h2{
	font-size: 14px;
}
.index_website{
	margin-top: 50px;
}
}
@media(max-width: 767px) {
    .kefu{
        display: none;
    }
    .blog_post .qiehuan{
        padding: 0;
    }
    .blog_post .qiehuan div{
        width: 33.33%;
    }
    .hz{
        display: none;
    }
}