*{
    margin: 0;
    padding: 0;
}
.centent{
    width: 100vw;
    max-width: 100%;
    height: 100vh;
}
/*头部*/
.head{
    position:fixed;
    top: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    background: #ffffff;
    z-index:5;
}
.head-left{
    display: flex;
    align-items: center;
    width: auto;
    margin-left: 20px;
}
.head-right{
    display: flex;
    align-items: center;
    width: auto;
    margin-right: 40px;
}
.tx{
    width: 45px;
    height: 45px;
    margin-left: 20px;
}
.tx>a>img{
    width: 100%;
    height: 100%;
    border-radius: 360%;
}
.nc{
    margin-left: 15px;
}
.nc>p{
    color: #03A9F4;
    font-size: 16px;
}
.nr{
    margin-right: 20px;
}
.nr>a{
    text-decoration:none;
    color: rgb(44, 43, 43);
}
.nr>a>p{
    color: rgb(44, 43, 43);
    font-size: 16px;
}
.main{
    width: 100%;
    margin-top: 60px;
    display: flex;
}
.main-left{
    height: 100vh;
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
}
.main-right{
    display: flex;
    height: 100vh;
    flex: 1.5;
    justify-content: center;
    align-items: center;
}
.main-left-n{
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.main-left-n-s{
    font-size: 20px;
    color: #444950;
}
.main-left-n-x{
    font-size: 20px;
    margin-top:40px;
    color: #637792;
    width: 100%;
}
.main-left-n-xx{
    display: flex;
    flex-direction: column;
    font-size: 18px;
    margin-top:25px;
    color: #637792;
    width: 100%;
}
/* 图标栏居中修复 */
.main-left-n-tu{
    width: 100%;
    display: flex;
    justify-content: center; /* 由 end 改为 center */
    margin-top:25px;
}
.main-left-n-tu>a{
    text-decoration:none;
    margin: 12px;
}
.main-left-n-tu>a>i{
    color: #03a9f4;
    font-size: 25px;
}
.main-left-n-an{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
}
.main-left-n-an>a{
    text-decoration:none;
}
.main-left-n-an-anniu{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 50px;
    color: #ffffff;
    font-size: 17px;
    box-shadow: 0px 0px 10px #93c5df;
    background-image: linear-gradient(80deg, #006dfe,#03a9f4);
    border-radius: 8px;
    margin-bottom: 15px;
}
a{
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select:none;
    -moz-user-focus: none;
    -moz-user-select: none;
}
.main-right-background {
    display: flex;
    width: 90%;
    max-width: 90%;
    height: auto;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}
.main-right-background>img{
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    border-radius: 15px;
}
.dongtaidbt{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    color: #0a274d;
}
.dongtai{
    width: 100%;
    max-width: 100%;
    height: auto;
    display: flex;
    margin-top: 25px;
    justify-content: center;
}
.dongtai-nr{
    width: 90%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
.dongtai-zhu{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: auto;
}
.dongtai-zhu-k{
    width: 90%;
    height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: 0px 5px 25px #e7e5e5;
}
.dongtai-zhu-k-img{
    width: 100%;
    max-width: 100%;
    height: 320px;
    border-radius: 10px 10px 0px 0px;
}
.dongtai-zhu-k-img>img{
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 10px 10px 0px 0px;
    object-fit: cover;
}
.dongtai-zhu-k-time{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}
.dongtai-zhu-k-time>p{
    width: 90%;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #8492a6;
}
.dongtai-zhu-k-bt{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dongtai-zhu-k-bt>p{
    width: 90%;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #475669;
}
.dongtai-zhu-k-bt>p>a{
    text-decoration: none;
    color: #475669;
}
.dongtai-zhu-k-bt>p>a:hover{
    color: #42aeff;
}
.dongtai-zhu-k-bq{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    border-radius: 0px 0px 10px 10px;
}
.dongtai-zhu-k-bq-k{
    width: 90%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dongtai-zhu-k-bq-k>p{
    width: 60px;
    height: 25px;
    font-size: 10px;
    background: #ddf0ff;
    text-align: center;
    line-height: 25px;
    border-radius: 360px;
    color: #42aeff;
}
.dongtai-zhu-k-bq-k-yuedu{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.dongtai-zhu-k-bq-k-yuedu>i{
    font-size: 17px;
    color: #42aeff;
}
.dongtai-zhu-k-bq-k-yuedu>p{
    font-size: 16px;
    margin-left: 5px;
    color: #42aeff;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.qixiabt{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    margin-top: 25px;
    color: #0a274d;
}
.qixia{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.qixia-k{
    width: 70%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
.qixia-k-zhu{
    width: 25%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
.qixia-k-zhu-ka{
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px 5px 10px 10px;
    box-shadow: 0px 5px 25px #e7e5e5;
}
.qixia-k-zhu-ka>a{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}
.qixia-k-zhu-ka-topy{
    width: 100%;
    height: 3px;
    background: #03a9f4;
    border-radius: 5px 5px 0px 0px;
}
.qixia-k-zhu-ka-zhong{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.qixia-k-zhu-ka-zhong>p{
    font-size: 15.5px;
    color: #475669;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 5px;
    margin-right: 5px;
}
.qixia-k-zhu-ka-zhong-n{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.qixia-k-zhu-ka-zhong-n>p{
    font-size: 13px;
    color: #475669;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 5px;
    margin-right: 5px;
}
.qixia-k-zhu-ka-zhong-img{
    width: 70px;
    height: 70px;
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 360px;
    margin-top: 25px;
}
.qixia-k-zhu-ka-zhong-img>img{
    width: 100%;
    height: 100%;
    border-radius: 360px;
    object-fit: cover;
}
/* 旗下网站标题动画 */
.qixiabt{
    position: relative;
    animation:myfirsjs 0.9s;
    -webkit-animation:myfirsjs 0.9s;
}
@keyframes myfirsjs {
    0%  {opacity:0;bottom:-500px;}
    50% {bottom:500px;}
    100% {bottom:0px;}
}
/* 顶部颜色条动画 */
@-webkit-keyframes gogo {
    0%{background:rgb(0, 238, 255);}
    25%{background:rgb(255, 0, 200);}
    50%{background:rgb(255, 145, 0);}
    75%{background:rgb(255, 17, 0);}
    100%{background: rgb(0, 238, 255);}
}
.qixia-k-zhu-ka-topy{
    -webkit-animation:gogo 10s infinite linear;
}
.qixia-k-zhu-ka{
    transition:all 0.25s linear 0s;
}
.qixia-k-zhu-ka:hover{
    box-shadow: 0px 0px 10px #e7e5e5;
    transform: translate(0,5px);
}
/* 响应式布局 */
@media screen and (max-width: 1200px) {
    .qixia-k-zhu{
        width: 33.3%;
    }
    .qixia-k{width: 90%;}
}
@media screen and (max-width: 1000px) {
    .qixia-k-zhu{width: 50%;}
}
@media screen and (max-width: 560px) {
    .qixia-k{width: 98%;}
}
.qixia-k-zhu{
    position: relative;
    animation:myfirsjs 1.0s;
    -webkit-animation:myfirsjs 1.0s;
}
/* 底部版权 */
.footer{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 200px;
    margin-top: 50px;
    background: #303846;
}
.Copyright{
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    color: #ffffff;
    font-size: 15px;
    background: #303846;
}
.Copyright>p{
    margin-top: 20px;
    margin-bottom: 40px;
}
.Copyright>p>a{
    text-decoration: none;
    color: #03a9f4;
}
.zuoce, .zhong, .youce{
    width: 20%;
    max-width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.zuoce-bt, .zhong-bt, .youce-bt{
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 30px;
}
.zuoce-neirong, .zhong-neirong, .youce-neirong{
    display: flex;
    flex-direction: column;
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 15px;
}
.zuoce-neirong .lj,
.zhong-neirong .lj,
.youce-neirong .lj{
    margin-bottom: 10px;
}
/* 底部链接颜色修复为白色 */
.footer a,
.footer .lj a,
.zuoce a, .zhong a, .youce a,
.zuoce-neirong a, .zhong-neirong a, .youce-neirong a,
.zuoce .lj a, .zhong .lj a, .youce .lj a {
    color: #ffffff !important;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}
.footer a:hover,
.footer .lj a:hover,
.zuoce a:hover, .zhong a:hover, .youce a:hover {
    opacity: 1;
}
/* 底部链接下划线动画 */
.zuoce-neirong .lj>a,
.zhong-neirong .lj>a,
.youce-neirong .lj>a{
    position: relative;
}
.zuoce-neirong .lj>a:after,
.zhong-neirong .lj>a:after,
.youce-neirong .lj>a:after{
    content: "";
    width:0;
    height:2px;
    background: #03a9f4;
    position:absolute;
    top:100%;
    left:0%;
    transition:all.3s;
}
.zuoce-neirong .lj>a:hover:after,
.zhong-neirong .lj>a:hover:after,
.youce-neirong .lj>a:hover:after{
    left:0%;
    width:100%;
}
/* 手机端侧滑栏 */
.android-ce{
    width: 100%;
    max-width: 100%;
    height: 100%;
    position:fixed;
    top: 0;
    z-index: 6;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
}
.cehua{
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
.android-ce-caidan{
    width: 80vw;
    height: 100vh;
    background: #ffffff;
}
.android-ce-caidan-head{
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 60px;
    background: #ffffff;
    box-shadow: 0px 1px 10px rgba(94, 93, 93, 0.2)
}
.android-ce-caidan-head .tx{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-left: 15px;
}
.android-ce-caidan-head .tx>img{
    width: 40px;
    height: 40px;
    border-radius: 360px;
}
.android-ce-caidan-head>p{
    color: #03A9F4;
    margin-left: 15px;
    font-size: 16px;
}
.android-ce-caidanlie{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
}
.android-ce-caidanlie-lie{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    max-width: 90%;
    height: 50px;
}
.android-ce-caidanlie-lie .lj>a{
    width: 50px;
    text-decoration: none;
    font-size: 16px;
    color: rgb(59, 57, 57);
}
.android-ce{
    animation:myfirsaq 0.3s;
    -webkit-animation:myfirsaq 0.3s;
}
@keyframes myfirsaq {
    0%  {opacity:0;}
    100%  {}
}
.android-ce-caidan{
    position: relative;
    animation:myfirsjsqw 0.3s;
    -webkit-animation:myfirsjsqw 0.3s;
}
@keyframes myfirsjsqw {
    0%  {opacity:0;left:-500px;}
    100% {left:0px;}
}
/* 响应式设置 */
@media screen and (max-width: 1200px) {
    .dongtai-zhu{width: 33.33%;}
}
@media screen and (max-width: 1000px) {
    .dongtai-zhu{width: 50%;}
    /* 手机端主布局 */
    .main{
        flex-direction: column;
    }
    .main-left{
        height: auto;
        align-items: baseline;
        margin-top: 20px;
    }
    .main-right{
        height: auto;
        margin-top: 25px;
    }
    .main-left-n{
        width:90%;
        margin-top: 60px;
    }
    .main-left-n-x{
        font-size: 17px;
    }
    .main-left-n-xx{
        font-size: 16px;
    }
    .main-left-n-s{
        font-size: 18px;
    }
    .main-left-n-tu>a{
        margin: 10px;
    }
    .head-left{
        margin-left: 10px;
    }
    .head-right{
        margin-right: 10px;
    }
    .nr{
        display: none;
    }
    .tx{
        margin-left: 0px;
    }
    .dongtaidbt{
        margin-top: 25px;
    }
    /* 手机端底部布局优化 */
    .footer {
        flex-direction: row;
        justify-content: space-around;
        align-items: flex-start;
        flex-wrap: nowrap;
        padding: 0px 0px;
    }
    .zuoce, .zhong, .youce {
        width: 30% !important;
        max-width: 30% !important;
        align-items: center;
        text-align: center;
    }
    .zuoce .lj,
    .zhong .lj,
    .youce .lj {
        margin-bottom: 8px;
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 560px) {
    .dongtai-zhu{width: 100%;}
    .dongtai-nr{width: 100%;}
}
@media screen and (min-width:1000px) {
    .cehua{display: none;}
}
/* 欢迎文字居中修复 */
.main-left-n-x,
.main-left-n-xx {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}
.main-left-n-x p,
.main-left-n-xx p {
    text-align: center;
    width: 100%;
}
/* 动画效果 */
.main-left-n-s>h1{
    position: relative;
    animation:myfirst 0.5s;
    -webkit-animation:myfirst 0.5s;
}
@keyframes myfirst {
    0%  {opacity:0;bottom:-500px;}
    50% {bottom:50px;}
    100% {bottom:0px;}
}
.main-left-n-x>p{
    position: relative;
    animation:myfirsjs 0.6s;
    -webkit-animation:myfirsjs 0.6s;
}
.main-left-n-xx>p{
    position: relative;
    animation:myfirsjs 0.7s;
    -webkit-animation:myfirsjs 0.7s;
}
.main-left-n-tu>a{
    position: relative;
    animation:myfirsjs 0.8s;
    -webkit-animation:myfirsjs 0.8s;
}
.main-left-n-an>a{
    position: relative;
    animation:myfirsjs 0.9s;
    -webkit-animation:myfirsjs 0.9s;
}
.main-right-background>img{
    position: relative;
    animation:myfirsjs 0.7s;
    -webkit-animation:myfirsjs 0.7s;
}
.dongtaidbt{
    position: relative;
    animation:myfirsjs 0.8s;
    -webkit-animation:myfirsjs 0.8s;
}
.dongtai-zhu{
    position: relative;
    animation:myfirsjs 0.9s;
    -webkit-animation:myfirsjs 0.9s;
}
@keyframes myfirsjs {
    0%  {opacity:0;bottom:-500px;}
    50% {bottom:50px;}
    100% {bottom:0px;}
}
.main-left-n-tu>a{
    transition:all 0.7s linear 0s;
}
.main-left-n-tu>a:hover{
    transform: scale(1.2,1.2);cursor: pointer;
}
.head-left .tx>a>img {
    -webkit-background-size: 220px 220px;
    -moz-background-size: 220px 220px;
    background-size: 220px 220px;
    -webkit-border-radius: 110px;
    border-radius: 110px;
    -webkit-transition: -webkit-transform 1s ease-out;
    -moz-transition: -moz-transform 1s ease-out;
    -o-transition: -o-transform 1s ease-out;
    -ms-transition: -ms-transform 1s ease-out;
}
.head-left .tx>a>img:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
.main-right-background{
    overflow: hidden;
}
.main-right-background>img{
   transition: all 1s;
}
.main-right-background>img:hover{
   transform: scale(1.1);
}
.dongtai-zhu-k-img{
    overflow: hidden;
}
.dongtai-zhu-k-img>img{
   transition: all 1s;
}
.dongtai-zhu-k-img>img:hover{
   transform: scale(1.1);
}
.dongtai-zhu-k{
    transition:all 0.25s linear 0s;
}
.dongtai-zhu-k:hover{
    box-shadow: 0px 0px 10px #e7e5e5;
    transform: translate(0,5px);
}
.head-right .nr>a>p:hover{
    color: #03a9f4;
}
.android-ce-caidanlie-lie .lj>a:hover{
    color: #03a9f4;
}