@charset "utf-8";
.content{}
.row01{padding: 80px 0;}
.mode01, .mode02{ width: 48.21%; background: #F3F7FB; border-radius: 20px; padding: 30px; box-sizing: border-box;}
.mode-title{ color: #333; font-size: 26px; font-weight: bold; line-height: 60px; padding-left: 80px; box-sizing: border-box; position: relative;}
.mode-title::before{ content: ''; display: block; width: 60px; height: 60px; border-radius: 10px; box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    background: url(../images/new_question.png) no-repeat center center; background-size: 100% 100%;
    position: absolute; left: 0px; top: 0px;}
.mode-title:hover{ color: #333;}
.mode-more{ color: #0089FF; font-size: 16px; line-height: 60px;}
.mode01 .mode-title::before{ background: url(../images/new_question.png) no-repeat center;}
.row01 ul{ padding-top: 29px;}
.row01 li{ padding: 10px; margin-bottom: 10px; border-radius: 10px; box-sizing: border-box; transition: all 0.25s ease;}
.row01 li:hover{ background: #0089FF;}
.row01 li a{ display: block; font-size: 16px; line-height: 21px; transition: all 0.25s ease;}
.row01 li a::before{ content: ''; display: block; float: right; width: 20px; height: 20px; background: url(../images/right_icon.png) no-repeat center center/cover; opacity: 0; transition: all 0.35s ease;}
.row01 li:hover a::before{ opacity: 1;}
.row01 li:hover a{ color: #fff;}

.mode02 .mode-title::before{ background: url(../images/hot_question.png) no-repeat center;}

/* row02 */
.row02{ background: #F8F8F8;padding: 50px 0;}
.swiper{ overflow: hidden; position: relative;}
.mode03{}
.mode03 .mode-title::before{ background: url(../images/use_tool.png) no-repeat center;}
.mode03 .tool{ margin-top: 30px; padding-bottom: 60px;}
.mode03 .tool a{ display: block; background: #fff; border-radius: 20px; padding: 50px 30px 45px; box-sizing: border-box; position: relative;}
.mode03 .tool .img{ width: 150px; margin: 0 auto; transition: all 0.35s ease;
    position: absolute; top: 50px; left: 50%; transform: translateX(-50%);}
.mode03 .tool .gp-img-responsive{ padding-bottom: 100%; background: none; transition: all 0.35s ease;}
.mode03 .tool .name{ font-size: 24px; color: #333; margin-top: 30px; line-height: 30px; padding-top: 150px; transition: all 0.35s ease;}
.mode03 .tool .summary{ font-size: 16px; line-height: 26px; margin-top: 15px; color: #333;}
.mode03 .tool .detail{ color: #0089FF; font-size: 16px; line-height: 20px; height: 0px; margin-top: 0px; opacity: 0; transition: all 0.35s ease;}
.mode03 a:hover .name{ padding-top: 100px}
.mode03 a:hover .img{ width: 100px; transform: translateX(0); left: 30px;}
.mode03 a:hover .gp-img-responsive{ width: 100px;}
.mode03 a:hover .gp-img-responsive img{ transform: scale(1); opacity: 1;}
.mode03 a:hover .detail{ margin-top: 25px; height: 20px; opacity: 1;}
.mode03 .slick-dots{ position: absolute; left: 50%; transform: translateX(-50%); bottom: 0px; z-index: 1;}
.mode03 .slick-dots span{ float: left; width: 10px; height: 10px; background: rgba(0, 0, 0, 0.1); border-radius: 5px; margin-right: 10px;
    box-shadow: none; transition: all 0.35s ease;}
.mode03 .slick-dots span:last-child{ margin-right: 0px;}
.mode03 .slick-dots span.swiper-pagination-bullet-active{ width: 40px; background: #0089FF;}
.mode03 .slick-dots button{ display: none;}

/* mode04 */
.row03{ padding: 60px 0;}
.mode04{ position: relative;}
.mode04 .mode-title::before{ background: url(../images/video.png) no-repeat center;}
.til-list{ height: 60px; position: absolute; top: 0px; right: 0px;}
.til_tab{ display: inline-block; font-size: 20px; color: #333; line-height: 60px; margin-left: 30px; position: relative;}
.til_tab::after{ content: ''; display: block; width: 100%; height: 4px; border-radius: 2px; background: initial;
    position: absolute; bottom: 0px; left: 0px;}
.til_tab.on{ color: #0089FF;}
.til_tab.on::after{ background: #0089FF;}
.tabList{ margin-top: 30px;}
.tabList .more{ text-align: center; color: #0089FF; font-size: 16px; line-height: 20px;}
.tabListBox{ display: none;}
.tabListBox ul{ margin-left: -20px; margin-right: -20px; margin-bottom: 50px;}
.tabListBox ul a{ display: block; margin: 0 20px; border-radius: 20px; background: #F3F7FB; padding: 20px; box-sizing: border-box;}
.tabListBox > a{ display: block;}
.tabListBox .img{ position: relative;}
.tabListBox .img .gp-img-responsive{ border-radius: 20px; padding-bottom: 56.25%;}
.tabListBox  a:hover img{ transform: scale(1.03); opacity: 0.95;}
.tabListBox .video{ width: 60px; height: 60px; background: url(../images/video_icon.png) no-repeat center/cover; 
    position: absolute; top: 50%; left: 50%; transform: translate3d(-50%,-50%,0);}
.tabListBox .title{ font-size: 20px; color: #333; line-height: 25px; margin-top: 20px; margin-bottom: 10px;}

/* row04 */
.row04{ background: #F8F8F8; padding: 50px 0;}
.mode05{ background: #fff; border-radius: 20px; padding: 70px 150px 100px; box-sizing: border-box;}
.intro-box{ width: 400px;}
.mode05 .mode-title{ padding-left: 0; line-height: 34px;}
.mode05 .mode-title::before{ position: relative; background: url(../images/update.png) no-repeat center; margin-bottom: 20px;}
.mode05 .lable{ font-size: 20px; color: #97A2AD; line-height: 34px; margin-top: 30px;}
.mode05 .more{ margin-top: 58px; display: inline-block; width: 200px; height: 50px; line-height: 50px; font-size: 16px; color: #EDEDED;
    background: #0089FF; text-align: center; border-radius: 10px;}
.mode05 .more:hover{ opacity: 0.85;}
.card-box{ width: 500px; /* display: flex; display: -ms-flexbox; align-items: end; */}
.card-slick{ width: 100%; position: relative;}
.card-slick li{
    position: absolute;
    transform: scale(0.75);
    animation-name: cards-animation;
    animation-iteration-count: infinite;
    animation-duration: 6s;}
.card-slick li:nth-of-type(1){ animation-delay: 5s;}
.card-slick li:nth-of-type(2){ animation-delay: 3s;}
.card-slick li:nth-of-type(3){ animation-delay: 1s;}
.card-slick li a{ display: block; padding: 40px 50px; color: #fff; background: #009DFF; border-radius: 20px; }
.card-slick li:nth-of-type(3n - 1) a{ background: #645EF1;}
.card-slick li:nth-of-type(3n) a{ background: #12A7BD;}
.card-slick .title{ font-size: 20px; line-height: 26px; }
.card-slick .summary{ font-size: 16px; line-height: 30px; margin: 19px 0 34px; color: rgba(255, 255, 255, 0.8); height: 60px;}
.card-slick .date{ font-size: 16px; line-height: 21px; margin-top: 34px;}

@keyframes cards-animation {
    0% { transform: scale(0.75); z-index: 0;}
    9%{ transform: scale(0.9) translateY(40px); z-index: 2;}
    33%{ transform: scale(0.9) translateY(40px); z-index: 2;}
    42%{ transform: translateY(80px); z-index: 3;}
    66%{ transform: translateY(80px); z-index: 3; opacity: 1;}
    75%{ transform: translateY(130px); opacity: 0;}
    80%{ transform: scale(0.75) translateY(40px); opacity: 0; z-index: 1;}
    90%{ transform: scale(0.75); opacity: 1; z-index: 1;}
    100%{ transform: scale(0.75); opacity: 1; z-index: 1;}
}
@-webkit-keyframes cards-animation{
    0% { transform: scale(0.75); z-index: 0;}
    9%{ transform: scale(0.9) translateY(40px); z-index: 2;}
    33%{ transform: scale(0.9) translateY(40px); z-index: 2;}
    42%{ transform: translateY(80px); z-index: 3;}
    66%{ transform: translateY(80px); z-index: 3; opacity: 1;}
    75%{ transform: translateY(130px); opacity: 0;}
    80%{ transform: scale(0.75) translateY(40px); opacity: 0; z-index: 1;}
    90%{ transform: scale(0.75); opacity: 1; z-index: 1;}
    100%{ transform: scale(0.75); opacity: 1; z-index: 1;}
}
@-moz-keyframes cards-animation{
    0% { transform: scale(0.75); z-index: 0;}
    9%{ transform: scale(0.9) translateY(40px); z-index: 2;}
    33%{ transform: scale(0.9) translateY(40px); z-index: 2;}
    42%{ transform: translateY(80px); z-index: 3;}
    66%{ transform: translateY(80px); z-index: 3; opacity: 1;}
    75%{ transform: translateY(130px); opacity: 0;}
    80%{ transform: scale(0.75) translateY(40px); opacity: 0; z-index: 1;}
    90%{ transform: scale(0.75); opacity: 1; z-index: 1;}
    100%{ transform: scale(0.75); opacity: 1; z-index: 1;}
}
@-o-keyframes cards-animation{
    0% { transform: scale(0.75); z-index: 0;}
    9%{ transform: scale(0.9) translateY(40px); z-index: 2;}
    33%{ transform: scale(0.9) translateY(40px); z-index: 2;}
    42%{ transform: translateY(80px); z-index: 3;}
    66%{ transform: translateY(80px); z-index: 3; opacity: 1;}
    75%{ transform: translateY(130px); opacity: 0;}
    80%{ transform: scale(0.75) translateY(40px); opacity: 0; z-index: 1;}
    90%{ transform: scale(0.75); opacity: 1; z-index: 1;}
    100%{ transform: scale(0.75); opacity: 1; z-index: 1;}
}



/* 响应式样式 */
@media screen and (max-width:1600px){
    
}

@media screen and (max-width:1480px) {
    
}

@media screen and (max-width:1400px) {
    
}

@media screen and (max-width:1280px) {
    
}

@media screen and (max-width:1200px) {
    .content{ padding-top: 50px;}
    .row03{ padding: 50px 0;}
    .mode05{ padding: 50px 100px 80px;}
}

@media screen and (max-width:1100px) {
    .mode05{ padding: 50px;}
    .tabListBox ul{ margin-left: -10px; margin-right: -10px;}
    .tabListBox a{ margin: 0 10px;}
}
@media screen and (max-width:1024px) {
    
}

@media screen and (max-width:997px) {
    .mode01, .mode02{ padding: 20px 15px;}
    .row01 li{ padding: 10px 0;}
    .row01 li a::before{ display: none;}
    .row01 ul{ padding-top: 20px;}
    .tabListBox ul{ margin-bottom: 30px;}
    .tabListBox ul li{ width: 50%; margin-bottom: 20px;}
    .mode05 > .flex{ flex-direction: column; padding-bottom: 320px;}
    .intro-box{ width: 100%;}
    .card-box{ width: 100%; margin-top: 30px;}

    .row01{ flex-direction: column;padding: 40px 0;}
    .mode01{ width: 100%;}
    .mode02{ width: 100%; margin-top: 30px;}
    /* .row02{ margin-top: 50px;} */

    .row03{padding: 40px 0;}
    .mode03 .tool .img{ width: 100px; transform: translateX(0); left: 30px;}
    .mode03 a .gp-img-responsive{ width: 100px;}
    .mode03 .tool .name{ padding-top: 100px;}
    .mode03 .tool .detail{ margin-top: 25px; height: 20px; opacity: 1;}
    
}

@media screen and (max-width:767px) {
    
}

@media screen and (max-width:680px) {
    .tabListBox ul li{ width: 100%;}
    
}

@media screen and (max-width:540px) {
    
}

@media screen and (max-width:479px) {
    .gp-container{ padding-left: 0; padding-right: 0px;}
    .mode-title{ padding-left: 50px; font-size: 22px; height: 40px; line-height: 40px;}
    .mode-title::before{ width: 40px; height: 40px; background-size: cover;}
    .mode-more{ line-height: 40px;}
    .mode03 .tool a{ padding: 20px 30px;}
    .mode03 .tool .img{ top: 30px;}
    .tabListBox a{ padding: 10px;}
    .mode05 .mode-title{ height: unset;}
    .intro-box{ padding-left: 20px; padding-right: 20px; box-sizing: border-box;}
    .mode05 .lable{ margin-top: 20px;}
    .mode05 .more{ margin-top: 30px;}
}

@media screen and (max-width:380px) {
    .mode03 .tool a{ padding: 20px;}
    .mode03 .tool .img{ left: 20px; top: 20px;}
    
}


