html,body{
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
ul,li{
    padding: 0;
    margin: 0;   
}
img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.text {
    width: 100%;
    height: 100%;
    display: flex;
    overflow: auto;
}

a{
    display: block;
    width: 100%;
    height: 100%;
}
i,em {
    font-style: normal;
}

li {
    list-style: none
}

.clear {
    clear: both;
}
.swiper-container{
    height: 100%;
}
.swiper-slide{
    width: 100%;
}
.Homepage {
    width: 100%;
    height: 100%;
    background: url('../images/tybg.png')center no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.navDiv {
    width: 100%;
    height: 95px;
    line-height: 95px;
    background: #04213C;
    font-size: 18px;
    color: #fff;
    display: flex;
    justify-content: center;
}

.navDivDiv {
    width: 92%;
    height: 100%;
    justify-content: space-between;
    display: flex;
}

.left {
    height: 100%;
    display: flex;
    align-items: center;
}

.left .logo1 {  
    height: 75px;
}

.left .logo2 {
    height: 30px;
    margin-left: 60px;
}

.right{
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}
.right .phone{
    width: 18px;
    height: 28px;
    margin-right: 5px;
}
.right .app-box{
    display: none;
    position: absolute;
    top: 80px;
    left: 0px;
    width: 100px;
    height: 120px;
    background: #fff;
    color: #000;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
}
.right .app-box .app{
    
}
.right:hover .app-box{
    display: block;
}

.conDiv {
    max-width: 94%;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card-list{
    width: 1024px;
    display: inline-block;
    align-items:center;
}
.card-list li{
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 220px;
    height: 220px;
    margin: 15px;
    transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -o-transition: transform 0.5s;
   
}
.card-list li a .title{
    position: absolute;
    top: 145px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}


.conDiv .rightdivul ul{
    overflow: hidden;
    margin-bottom: 20px;
}
.conDiv .rightdivul ul:nth-child(3){
    margin: 0;
}
.conDiv .rightdivul li {
    cursor: pointer;
    float: left;
    margin: 0 20px 0 0;
    width: 140px;
    height: 140px;
    transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -o-transition: transform 0.5s;
}


.conDiv .rightdivul li:last-child {
    margin-right: 0;
}

.conDiv ul li:hover {
    transform: scale(1.1);
}

