#Swiper {
    /* height: 500px; */
    width: 100%;
}

#Swiper .swiper-container {
    width: 100%;
    overflow: hidden;
}

#Swiper .swiper-pagination .swiper-pagination-bullet {
    width: 134px;
    height: 5px;
    border-radius: 0;
    background: #FFFFFF;
    opacity: 1
}

#Swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #00327D;
}

#Swiper img {
    width: 100%;
}

.tk-index-banner-box {
    width: 100%;
    position: relative;
}

.tk-index-banner-box img {
    width: 100%;
    height: 100%;
    border-radius:0px;  
}

#brands {
    background: #EBEEF1;
    opacity: 0.5;
    padding: 15px 0px;
} 

#brands .w1280 {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    align-items: center;
}

#brands .brand-item {
    float: left;
}

#text {
    padding-top: 100px;
    padding-bottom: 110px;

}

#text .title {
    font-size: 44px;
    font-weight: bold;
    color: #232222;
    text-align: center;
    padding-bottom: 60px;
}

#text .iloop {
    width: 100%;
    height: 610px;
    background-image: url(../imgs/bgSb.png);
    background-size: 100% 100%;   
    position: relative;
    transition: all .3s;
    margin-bottom:55px;
}  

#text .iloop:hover {
    box-shadow: 0px 19px 47px 7px rgb(0 0 0 / 9%);
}

#text .iloop img {
    position: absolute;
    right: 92px;
    top: 112px;
}

#text .iloop .iloop-index-title {
    font-size: 48px; 
    font-weight: bold;
    color: #232222;
}

#text .iloop .vic-tiele {
    padding-top: 30px;
    font-size: 32px;
    font-weight: 400;
    color: #232222;
}

#text .iloop .lan {
    padding-top: 40px;
    font-size: 24px;
    font-weight: bold;
    color: #00327D;
}

#text .iloop .txt {
    padding-top: 30px;
    width: 400px;
    font-weight: bold;
    font-size: 16px;
    color: #00327D;
    font-weight: 400;
    color: #505151;
}

#text .iloop button {
    background: #00327D;
    margin-top: 40px;
    border-radius: 999px;
    padding: 12px 40px;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 16px;
}
#text .iloop a.normalBtn {
    background: #00327D;
    margin-top: 40px;
    border-radius: 999px;
    padding: 12px 40px;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 16px;
    border:1px solid #00327D;  
}
#text .iloop a.normalBtn:hover {
    background: #fff;
    border:1px solide #00327D;
    margin-top: 40px;
    border-radius: 999px;
    padding: 12px 40px;
    font-weight: 400;
    color: #00327D;
    font-size: 16px;
}


#text .know {
    margin-top: 30px;
    width: 100%;
    height: 610px;
    background-size: 100%;
    position: relative;
    padding-left: 108px;
    position: relative;
    transition: all .3s;
}

#text .know:hover {
    box-shadow: 0px 19px 47px 7px rgb(0 0 0 / 9%);
}

#text .know .title {
    width: 38%;
    float: right;
    padding-top: 200px;
    text-align: left;
}

#text .know button {
    position: absolute;
    right: 21%;
    top: 340px;
    background: #00327D;
    margin-top: 50px;
    border-radius: 999px;
    padding: 12px 40px;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 16px;
}


#text .tincos {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

#text .tincos .tinco-item {
    margin-bottom: 20px;
    width: 49%;  
    height: 580px;
    background-size: 100% 100%;
    background-repeat:no-repeat;
    padding-left: 84px;
    padding-top: 240px;
}
#text .tincos .tinco-item:hover{
	box-shadow: 0px 19px 47px 7px rgb(0 0 0 / 9%);
}
#text .tincos .tinco-item .title {
    text-align: left;
    font-size: 38px;
    font-weight: bold;
    color: #232222;
    padding-bottom: 20px;
}

#text .tincos .tinco-item .txt {
    font-size: 22px;
    font-weight: 400;
    color: #232222;
    width: 300px;
}

#text .tincos .tinco-item button {
    background: #00327D;
    margin-top: 30px;
    border-radius: 999px;
    padding: 10px 30px;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 12px;
}

#text #Swiper1 {
    position: relative;
    width: 100%;
}

#Swiper1 .swiper-container {
    width: 100%;
    overflow: hidden;
}

#Swiper1 .swiper-container .swiper-wrapper {
    width: 100%;
}

#Swiper1 .swiper-pagination1 {
    position: absolute;
    bottom: -40px;
}

#Swiper1 .swiper-pagination1 {}

#Swiper1 .swiper-pagination1 .swiper-pagination-bullet {
    width: 134px;
    height: 5px;
    border-radius: 0;
    background: #9FA0A0;
    opacity: 1;
}

#Swiper1 .swiper-pagination1 .swiper-pagination-bullet-active {
    background: #00327D;
}

#Swiper1 img {
    width: 100%;
}

#text #Swiper2 {
    width: 100%;
    position: relative;
}

#Swiper2 .swiper-container {
    width: 100%;
    overflow: hidden;
}

#Swiper2 .swiper-button-prev2 {
    position: absolute;
    top: 50%;
    z-index: 20;
    width: 50px;
    height: 50px;
    background-image: url(../imgs/leftIc.png);
    background-size: 100%;
    cursor: pointer;
    transform: translate(0, -50%);
    left: 20px;
}

#Swiper2 .swiper-button-next2 {
    position: absolute;
    top: 50%;
    z-index: 20;
    right: 0;
    width: 50px;
    height: 50px;
    background-size: 100%;
    cursor: pointer;
    transform: translate(0, -50%);
    background-image: url(../imgs/rigIc.png);
    right: 20px;
}

#text .supports {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#text .supports .sup-item {
    width: 23.3%;
    height: 400px;
    background-size: 100% 100%;   
    text-align: center;
    background-repeat:no-repeat;
}

#text .supports .sup-item:hover img {
    padding-top: 70px;
}

#text .supports .sup-item:hover .mc {
    background: rgba(0, 0, 0, 0.5);
}


#text .supports .sup-item img {
    width: 80px;
    padding-top: 140px;
    transition: all 0.4s;
}

#text .supports .sup-item .msg {
    padding-top: 40px;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
	letter-spacing: 1px;
}

#text .supports .sup-item .mc {
    height: 100%;
    width: 100%;
    background: rgba(35, 34, 34, 0.32);
    transition: all 1s;
}
 
#text .supports .sup-item a.normalBtn {
    transition: all 0.4s;
    margin: 30px auto;
    display: none;
    background: #00327D;
    border-radius: 999px;
    padding: 10px 30px;
    font-weight: 400;
    width:50%;  
    color: #FFFFFF;
    font-size: 14px;
	letter-spacing: 1px;
    text-decoration: none;
}
#text .supports .sup-item:hover a.normalBtn {
    display: flex;  
}  
.index-4feture{
	 background: #00327D;
}
.index-4feture .ensure {
	display: flex;
}
.ensure .en-item {
    flex:1;
	display: flex;
	align-items: center;
	padding: 30px 0px;
} 

.ensure .en-item .item-logo {
    margin-right: 20px;
}

.ensure .en-item .item-logo img {
    height: 57px;
}

.ensure .en-item .msg1 {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 18px; 
}

.ensure .en-item .msg2 {
    font-weight: 400;
    font-size: 14px; 
    color: #FFFFFF;
}

.index-meet-box {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    text-align: right;
}

.index-meet-box:first-child {
    text-align: left;
}

.index-meet-box img.bg {
    width: 100%;
    height: 100%;
}

.index-meet-box img.look-hover-phone {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    display: none;
    cursor: pointer;
    opacity: 0;
}

.index-meet-box .index-meet-item-mask {
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.index-meet-box:hover .index-meet-item-mask {
    display: none;
    opacity: 0;
}

.index-meet-box:hover img.look-hover-phone {
    display: block;
    opacity: 1;
}