.Aimg{
    width: 90px;
    height: 90px;
}
.main1{
    margin-top: 50px;
}
.main1 .main{
    display: flex;
    justify-content: space-between;
}
.main1 .left{
    background: url(../images/abus3.jpg) no-repeat;
    background-size: cover;
    background-position: 90%;
    /*width: 29%;*/
    /* border: 1px solid #333; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}

.main1 .left>div>.btns{
    height: 60px;
    width: 60px;
    border: 1px solid transparent;
    border-radius: 60px;
    position: relative;
    /* box-shadow: 1px 1px 1px 1px #eee; */
    transition: 0.5s;
    cursor: pointer;
}
.main1 .left>div>.btns>i{
    position: absolute;
    font-size: 20px;
    color: #0d3de5;
    top: 35%;
    left: 55%;
    transform: translate(-50%);
    transition: 0.5s;
}
.main1 .left>div>.btns:hover{
    background-color: #0d3de5;
    transition: 0.5s;
}
.main1 .left>div>.btns:hover>i{
    color: white;
    transition: 0.5s;
}
.main1 .left>div{
    position: relative;
}
.zsdiv{
    
display: -webkit-box;    
-webkit-box-orient: vertical;    
-webkit-line-clamp: 5; 
overflow: hidden;  
}
.zsa{
    background-color: #0d3de5;
    padding: 15px;
    color: #ffffff;
    margin-top: 35px;
    display: inline-block;
    text-align: center;
}
.bo {
	position: absolute;
	left: 0;
	top: 0;
}

.bo::before {
	content: "";
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	/* background-color: #0d3de5; */
    border:2px solid #0d3de5;

    /* border: 3px solid #fff; */
	animation: scale 2s infinite;
}

.bo::after {
	content: "";
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 50%;
    /* border: 1px solid #fff; */
	/* background-color: #0d3de5; */
    border:2px solid #0d3de5;
	animation: scale2 2s infinite;
}
@keyframes scale {
	0% {
		transform: scale(1);
		opacity: 0.9;
	}

	100% {
		transform: scale(1.3);
		opacity: 0;
	}
}

@keyframes scale2 {
	0% {
		transform: scale(1);
		opacity: 0.9;
	}

	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}
.main1 .right{
    /*width: 68%;*/
    /* border: 1px solid #333; */
}
.main1 .right .up{
    display: flex;
}
.main1 .right .up>.upleft{
    /* width: 50%; */
}
.main1 .right .up>.upright{
    width: 100%;
}
.main1 .right .up>.upright>p{
    font-size: 17px;
    color: #0d3de5;
}
.main1 .right .up>.upright>h6{
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
    margin: 10px 0;
}
.main1 .right .up>.upright>div{
    font-size: 15px;
}
.down1{
    margin: 100px 0;
}
.down1>ul{
}
.down1>ul>li .oldiv{
        padding: 20px;
    text-align: center;
    box-shadow: 0px 0px 4px 4px rgba(0, 0,0,.1);
    border-radius: 5px;
}
.down1>ul>li .ic{
    display: flex;
    justify-content: center;
}
.down1>ul>li .ic>img{
    width: 60px;
    height: 60px;
    border-radius: 60px;
    box-shadow: 0px 0px 3px 3px rgba(0, 0,0,.1);
}
.down1>ul>li h6{
    color: #000;
    font-size: 23px;
    margin: 15px 0;
}
.down1>ul>li div{
    font-size: 15px;
    color: #333;
}

@media (max-width:1400px){
    .down1>ul>li>h6{
        font-size: 18px;
    }
    .down1>ul>li>div{
        font-size: 12px;
    }
}
@media (min-width:1400px){
    .down1>ul>li>h6{
        font-size: 23px;
    }
    .down1>ul>li>div{
        font-size: 15px;
    }
}
.down1>ul>li{
    padding: 15px;
}

.main2{
    margin-top: 140px;
}

.main2 .main{
    display: flex;
}
.main2 .left{
    width: 39%;
    /* border: 1px solid #333; */
    position: relative;
}
.main2 .left .Aimg{
    position: absolute;
    top: 46%;
    left: -6%;
    bottom: 19%;
    width: 70px;
    height: 70px;
    opacity: 0.3;
    z-index: -5;
}
.main2 .left>p{
    font-size: 17px;
    color: #0d3de5;
    font-weight: 600;
}
.main2 .left>h6{
    font-size: 45px;
    line-height: 45px;
    font-weight: 600;
    margin: 25px 0;
    color: #000;
}
.main2 .left>div{
    font-size: 24px;
    color: #333;
    margin: 15px 0;
    background-color: #fff;
}
.main2 .left>button{
    padding: 15px 50px;
    color: white;
    background-color: #0d3de5;
    border: 0;
    border-radius: 5px;
    transition: 0.5s;
    margin-top: 30px;
}
.main2 .left>button:hover{
    background-color: #eff0f4;
    color: #0d3de5;
    transition: 0.5s;
}
.main2 .right{
    width: 60%;
    /* border: 1px solid #333; */
    position: relative;
}
.main2 .right>img{
    position: absolute;
    height: 90px;
    width: 90px;
    top: -8%;
    right: 5%;
    z-index: 20;
}
.main2 .right .swiper{
    width: 100%;
    overflow: hidden;
    border-radius: 15px;

}
.main2 .right .swiper img{
    border-radius: 15px;
    width: 100%;
}
.main3{
    margin-top: 50px;
}
.main3>.container{
    padding: 0;
}
.main3 .up{
    text-align: center;
}
.main3 .up>p{
    font-size: 17px;
}
.main3 .up>h6{
    font-size: 45px;
    line-height: 45px;
    font-weight: 600;
}
.main3 .down{
    margin-top: 40px;
}
.main3 .down>ul{
    display: flex;
    margin: 0;
    justify-content: space-between;
}
.main3 .down>ul>li{
    width: 30%;
    padding: 0;
    background-color: #7f7f7f;
    border-radius: 15px;
    color: white;
    cursor: pointer;
    transition: 0.5s;
    background-repeat: no-repeat;
    border-radius: 8px;
    height: 450px;
    margin: 15px 0 ;
}
.cflg{
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.1);
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 8px;
    padding: 15px;
    justify-content: end;
    
}
.ljka{
    width: 100%;
}
.main3 .down>ul>li:nth-child(1){
    background-size: cover;
    background-position: 70%;
}
.main3 .down>ul>li:nth-child(2){
    background-size: cover;
    background-position: 70%;
}
.main3 .down>ul>li:nth-child(3){
    background-size: cover;
    background-position: 30%;
}
.main3 .down>ul>li:nth-child(4){
    background-size: cover;
    background-position: 100%;
}
.main3 .down .con>p{
    font-size: 15px;
}
.main3 .down .con>h6{
    font-size: 23px;
    margin: 10px 0;
    font-weight: 600;
}
.main3 .down .con button{
    border: 0;
    background-color: #0d3de5;
    padding: 5px 40px;
    border-radius: 25px;
    color: white;
    font-weight: 600;
    margin: 20px 0;
}
.main3 .down .con>button:hover{
    background-color: #eff0f4;
    color: #0d3de5;
}
.main3 .down .con>div{
    display: flex;
    justify-content: space-between;
    padding: 5px;
}
.main3 .down .con>div>span>p:nth-child(1){
    font-size: 15px;
}
.main3 .down .con>div>span>p:nth-child(2){
    font-size: 18px;
    font-weight: 600;
}
em{font-style:initial}
.social-media i{
	color:#0d3de5;
	font-size: 32px;
}
.nbanner img{width:100%}
.none{display:none;}
.main4{
    margin-top: 50px;
    display: none;
}
.fl-accordion-content p span{
    color: #000 !important;
}
.main4 .up{
    text-align: center;
    margin-bottom: 40px;
}
.main4 .up>p{
    font-size: 17px;
}
.main4 .up>h6{
    font-size: 45px;
    font-weight: 600;
}
.main4 .down{
    position: relative;
    background-color: #fff;     
}
.main4 .down .Aimg{
    position: absolute;
    width: 80px;
    height: 80px;
    opacity: 0.5;
    bottom: -8%;
    left: -4%;
    z-index: -23;
}
.main4 .down>ul{
    display: flex;
    justify-content: space-between;
    margin: 0;
}
.main4 .down>ul>li{
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    box-shadow: 0px 0px 2px 2px rgba(0, 0,0,.1);
    padding: 20px 40px;
    border-radius: 15px;
    border: 3px solid transparent;
    transition: 0.5s;
    z-index: 30;
}
.main4 .down>ul>li:hover{
    border: 3px solid #0d3de5;
    transition: 0.5s;
}
.main4 .down>ul>li>h6{
    font-size: 23px;
    font-weight: 300;
    color: black;
    padding: 20px 0;
}
.main4 .down>ul>li>p{
    font-size: 15px;
    color: #333;
    padding: 20px;
}
.main4 .down>ul>li>a{
    border: 0;
    background-color: white;
    color: #0d3de5;
    margin-bottom: 40px;
    transition: 0.5s;
}
.main4 .down>ul>li>a:hover{
    color: #000;
    transform: translateY(-50%);
    transform: 0.5s;
}
.main4 .down>ul>li>.m3ic>img{
    width: 60px;
    height: 60px;
    border-radius: 60px;
    box-shadow: 0px 0px 3px 3px rgba(0, 0,0,.1);
}
.main4 .down>ul>li:nth-child(2){
    background-color: #0d3de5;
}
.main4 .down>ul>li:nth-child(2)>button{
    border: 0;
    background-color: #0d3de5;
    color: white;
    margin-bottom: 40px;
    transition: 0.5s;
}
.main4 .down>ul>li>button:hover{
    transform: translateY(-50%);
    transform: 0.5s;
}
.main4 .down>ul>li:nth-child(2)>h6{
    font-size: 23px;
    font-weight: 300;
    color: white;
    padding: 20px 0;
}
.main4 .down>ul>li:nth-child(2)>p{
    font-size: 15px;
    color: white;
    padding: 20px;
}
.main5{
    margin-top: 150px;
}
.main5 .main{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main5 .left{
    width: 47%;
}
.main5 .right{
    width: 47%;
    position: relative;
}
.main5 .right>.Aimg{
    position: absolute;
    top: 45%;
    right: -4%;
    opacity: 0.5;
    z-index: -23;
}
.main5 .left>p{font-size: 17px;color: #0d3de5;font-weight: 600;}
.main5 .left>h6{
    font-size: 45px;
    line-height: 45px;
    color: #000;
    font-weight: 600;
    margin: 35px 0;
}
.main5 .left>.lines>.line{
    padding: 15px 0;
    position: relative;
}
.main5 .left>.lines>.line>.di{
    width: 100%;
    height: 3px;
    background-color: #ddd;
}
.main5 .left>.lines>.line>.bl{
    position: absolute;
    top: 14%;
    left: 0;
    text-align: right;
}
.main5 .left>.lines>.line>.bl>.fg{
    height: 3px;
    background-color: #0d3de5;
    /* width: 0; */
}
.main5 .left>.lines>.line:nth-child(1)>.bl{width: 0;}
.main5 .left>.lines>.line:nth-child(2)>.bl{width: 0;}
.main5 .left>.lines>.line:nth-child(3)>.bl{width: 0;}
.main5 .left>.lines>.line:nth-child(4)>.bl{width: 0;}
.main5 .left>.lines>.line p{
    font-weight: 600;
    color: #000;
    font-size: 15px;
    margin-bottom: 10px;
    height: 60px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.main5 .right>ul{
    display: flex;
    margin: 0;
    justify-content: center;
}
.main5 .right>ul>li{
    width: 45%;
    /* border: 1px solid green; */
    margin: 10px;
    text-align: center;
    padding:40px;
    box-shadow: 0px 0px 2px 2px rgba(0, 0,0,.1);
    border-radius: 5px;
    border: 3px solid transparent;
    transition: 0.5s;
}
.main5 .right>ul>li>.m5ic>img{
    width: 60px;
    height: 60px;
    border-radius: 60px;
    box-shadow: 0px 0px 3px 3px rgba(0, 0,0,.1);
}
.main5 .right>ul>li>p{
    font-size: 15px;
    color: #333;
}
.main5 .right>ul>li>h6{
    font-size: 23px;
    font-weight: 600;
    color: #000;
    margin: 15px 0;
}
.main5 .right>ul>li:nth-child(2){
    margin: 0 10px;
    margin-top: 30px;
    background-color: #0d3de5;
}
.main5 .right>ul>li:nth-child(2)>h6{
    color: white;
}
.main5 .right>ul>li:nth-child(2)>p{ 
    color: white;
}
.main5 .right>ul>li:nth-child(4){
    margin: 0 10px;
    margin-top: 30px;
    background-color: #fff;
}
.main5 .right>ul>li:hover{
    border: 3px solid #0d3de5;
    transition: 0.5s;
}
.main6{
    background-color: #545558;
    margin-top: 40px;
}
.main6 ul{
    display: flex;
    margin: 0;
}
.main6 ul>li{
    width: 47%;
    background-color: #0f0f10;
    margin: 15px ;
    border-radius: 10px;
    padding: 60px 40px;
    color: white;
    border: 3px solid transparent;
    transition: 0.5s;
}
.main6 ul>li:hover{
    border: 3px solid #0d3de5;
    transition: 0.5s;
}
.main6 ul>li:nth-child(2){
    background-color: #0d3de5;
}
.main6 ul>li>p{
    font-size: 15px;
    /* padding: 10px 0; */
}
.main6 ul>li>div{
    display:flex;
    margin-top: 20px;
}
.main6 ul>li>div>img{
    width: 60px;
    height: 60px;
    border-radius: 60px;
}
.main6 ul>li>div>div{
    margin: auto 15px;
}
.main6 ul>li>div>div>h6{font-size: 18px;color: white;}
.main6 ul>li>div>div>p{font-size: 15px;color: #0d3de5;}
.main6 ul>li:nth-child(2)>div>div>p{
    color: white;
}
.main6 button{
    background-color: #0d3de5;
    padding: 15px 35px;
    border: 0;
    color: white;
    border-radius: 5px;
    position: relative;
    left: 45%;
    transform: translateX(-50%);
    margin: 30px 0 80px 0;
    transition: 0.5s;
}
.main6 button:hover{
    background-color: #eff0f4;
    color: #0d3de5;
    transition: 0.5s;
}
.main6 .m6txt{
    width: 100%;
    padding: 60px 0;
    margin-top: 20px;
}
.main6 .m6txt>p{
    color: #0d3de5;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
}
.main6 .m6txt>h6{
    font-size: 45px;
    color: white;
    text-align: center;
    padding: 15px 0;
}
.main7{
    margin-top: 50px;
}

.main7 .up>p{font-size: 17px;font-weight: 600;color: #0d3de5;}
.main7 .up>h6{font-size: 45px;font-weight: 600;color: #000;margin-top: 30px;}
.main7 .up{text-align: center;}

.main7 .down{
    margin: 60px 0;
}
/* .main7 .down>div{display: flex;justify-content: space-around;align-items: center;} */
/* .main7 .down>div>.txt{
    width: 60%;
}
.main7 .down>div>.img{
    width: 39%;
    height: 100%;
} */

.m7cp{
    /* width: 30%; */
    /* border: 1px solid #000; */
    box-shadow: 0px 0px 3px 3px rgba(0, 0,0,.1);
    padding:  20px 30px;
    border-radius: 5px;
}
.m7col{
    padding: 12px;
    margin: 15px 0;
}
.m7cp>a{
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.m7cp:hover>a{
    color: #0d3de5;
}
.m7cp>p{
    color: #939393;
    font-size: 15px;
    margin: 10px 0 20px 0;
}
.m7cp>button{
    margin-bottom: 20px;
    border: 0;
    background-color: white;
    border-bottom: 2px solid #0d3de5;
    font-weight: 600;
}
.m7cp img{
    width:100%;
    height:300px;
    object-fit: cover;

}
.swiper-button-lock{
    display:block;
}
.m7cp .txt a{
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.m7cp .txt p{
    color: #939393;
    font-size: 15px;
    margin: 10px 0 20px 0;    
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 26px;
}
.m7cp .txt button{
    margin-bottom: 20px;
    border: 0;
    background-color: white;
    border-bottom: 2px solid #0d3de5;
    font-weight: 600;
}
.main8{
    margin: 150px 0;
    cursor: pointer;
}

.main8 .main{
    cursor: pointer;
    background-color: #0d3de5;
    border-radius: 15px;
    padding:10px 80px 100px 80px;
    z-index: -99;
}
.main8 .main>div{
    position: relative;
}
.main8 .main .Aimg{
    position: absolute;
    width: 100px;
    height: 100px;
    bottom:-43%;
    left: 52%;
    z-index: 0;
}
.main8 .main .left{
    width: 48%;
}
.main8 .main .left>h6{
    font-size: 45px;
    color: white;
    font-weight: 600;
    margin: 60px 0;
}
.main8 .main .left>div button{
    padding: 15px 45px;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    margin: 15px 0;
    width: 100%;
}

.main8 .main .left>div{
    width: 90%;
    display: flex;
    justify-content: space-between;
}

.main8 .main .right{
    position: absolute;
    top: -63%;
    right: 3%;
    z-index: 8;
}
.main8 .main .right>img{
    width: 400px;
    object-fit: cover;
    border-radius: 15px;
    z-index: 9;
}
.main8 .main .round{
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    background-color: #f89047;
    border: 0;
    top: -92%;
    right: -6%;
    z-index: 0;
}
.main0 .container-fluid{
    padding: 0;
}
.main0 .swiper .swiper-slide{
    width: 20%;
    height: 230px;
}
.main0 .swiper .swiper-slide>img{
    width: 100%;
    height: 100%;
}
.zz{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0,0,.3);
    z-index: 99;
    display: none;
}
.zz>.vo{
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    top: 30%;
    transform: translateY(-50%);
}
.zz>.vo>video{
    width: 40%;
}
.zz>.close{
    width: 100%;
    display: flex;
    justify-content: end;
    margin-top: 70px;
}
.zz>.close>i{
    font-size: 50px; 
    color: white;
    padding: 20px;
    transition: 0.5s;
    cursor: pointer;
}
.zz>.close>i:hover{
    color: #000;
    transition: 0.5s;
}
.pmain,.pmain992{
    display: none;
}
.main1 .main .m1zz{
    display: none;
}
.dbutton1{
    background-color: white;
    color: #0d3de5;
    transition: 0.5s;
}
.dbutton1:hover{
    border: 1px solid white !important;
    color: white;
    background-color: #0d3de5;
    transition: 0.5s;
}
.dbutton2{
    background-color: #0d3de5;
    color: white;
    border: 1px solid white !important;
    transition: 0.5s;
}
.dbutton2:hover{
    background-color: white;
    color: #0d3de5;
    transition: 0.5s;
}
