﻿section {
    width: 100%;
}



.cont1{
    width: 100%;
    height: 240px;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
}
.cont1-list{
    width: 1280px;
    height: 240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cont1 .cont1-list a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cont1 .cont1-list a span{
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-top: 20px;
}
.cont1-list i{
    display: block;
    width: 1px;
    height: 116px;
    background-color: #F0F0F0;
} 
.cont1-list a img:hover{
    animation: myfirst 1s infinite;
}
@keyframes myfirst
{
    0%   {transform: rotateY(0deg);}
    50%  {transform: rotateY(180deg);}
    100% {transform: rotateY(360deg);}
}
.cont2{
    width: 1280px;
    margin: 0 auto;
    padding-top: 120px;
}

.title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.title h2{
    font-size: 50px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin: 0 30px;
}
.title h2 span{
    color: rgba(230, 0, 0, 1);
}
.cont2-list{
    width: 100%;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cont2-list a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 120px;
    margin-right: 75px;
    margin-bottom: 50px;
}
.cont2-list a p{
    font-size: 29px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #363634;
    margin-top: 10px;
}
.cont2-list a:nth-child(6n){
    margin-right: 0;
}
.sever-btn{
    display: flex;
    justify-content: center;
    align-items: center;
}
.cont2-list a:hover img{
transform: translateY(-10px);
transition: 1s;
}
.cont3{
    width: 100%;
    height: 664px;
    background: url(../image/cont3-back.png) no-repeat center center;
    background-size: 100% 100%;
    margin-top: 90px;
}
.cont3-box{
    width: 1280px;
    margin: 0 auto;
    padding-top: 120px;
}
.cont3 .title h2{
    color: #fff;
}
.cont3 .title h2 span{
    color:rgba(255, 246, 110, 1) ;
}
.cont3-list{
    width: 100%;
    margin-top: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cont3-list li{
    width: 404px;
    height: 307px;
}
.cont3-list li:nth-child(1){
    background: url(../image/cont3-list-1.png) no-repeat center center;
    background-size: 100% 100%;
}
.cont3-list li:nth-child(2){
    background: url(../image/cont3-list-2.png) no-repeat center center;
    background-size: 100% 100%;
}
.cont3-list li:nth-child(3){
    background: url(../image/cont3-list-3.png) no-repeat center center;
    background-size: 100% 100%;
}
.c3-head{
    width: 100%;
    height: 90px;
    border-radius: 10px 10px 0px 0px;
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cont3-list li:nth-child(1) .c3-head{
    background: #FF6E2D;
}
.cont3-list li:nth-child(2) .c3-head{
    background: #DD417C;
}
.cont3-list li:nth-child(3) .c3-head{
    background: #812DFF;
}
.c3-head span{
    display: block;
    width: 47px;
    height: 1px;
    background-color: #fff;
    opacity: 0.5;
    margin: 10px;
}
.c3-wen{
    width: 100%;
    height: calc(100% - 90px);
    padding: 40px 30px 0;
    box-sizing: border-box;
}
.c3-wen p{
    width: 100%;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.c3-wen p .circle{
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 15px;
}
.cont3-list li:nth-child(1) .c3-wen p .circle{
    background: #FF6E2D;
}
.cont3-list li:nth-child(2) .c3-wen p .circle{
    background: #DD417C;
}
.cont3-list li:nth-child(3) .c3-wen p .circle{
    background: #812DFF;
}
.cont4{
    width: 1280px;
    margin: 0 auto;
    padding-top: 120px;
}
.cont4-list{
    width: 100%;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.cont4-list li{
    width: 624px;
    height: 100px;
    background: #F5F5F5;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.cont4-list li .yuan{
    width: 100px;
    height: 100px;
    background: #E50000;
    border-radius: 50px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 100px;
    text-align: center;
}
.c4-word{
    width: calc(100% - 100px);
    height: 100%;
    padding: 25px 20px;
    box-sizing: border-box;
}
.c4-word h3{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.c4-word p{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4D4D4D;
    margin-top: 10px;
}
.slogan{
    display: block;
    width: 1280px;
    margin: 80px auto 0;
    cursor: pointer;
}
.cont5{
    width: 1280px;
    margin: 0 auto;
    padding-top: 120px;
}
.cont5-list{
    width: 100%;
    margin-top: 70px;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cont5-list a{
    display: block;
    width: 300px;
    height: 370px;
    background: #FFFFFF;
    box-shadow: 1px 4px 14px 0px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
}
.cont5-list a .c5-img{
    width: 300px;
    height: 199px;
    overflow: hidden;
}
.cont5-list a:hover .c5-img:hover img{
    transform: scale(1.1);
    transition: 1s;
}
.c5-word{
    width: 100%;
    height: calc(100% - 199px);
    padding: 25px 20px 0;
    box-sizing: border-box;
}
.c5-word h3{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.c5-word p{
    height: 44px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    display: -webkit-box;    
    -webkit-box-orient: vertical;    
    -webkit-line-clamp: 2;    
    overflow: hidden;
    margin: 15px 0 20px;
}
.c5-tips{
    width: 100%;
    display: flex;
    align-items: center;
}
.c5-tips i{
    display: block;
    height: 30px;
    border-radius: 15px;
    padding: 0 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 30px;
    background: #FFF1F1;
    color: #E50000;
    margin-right: 5px;
}
.c5-tips i:nth-child(2){
    background: #FFF2E6;
    color: #FF7E00;
}
.cont6{
    width: 100%;
    height: 880px;
    background: url(img/cont6-back.png) no-repeat center center;
    background-size: 100% 100%;
    margin-top: 57px;
    padding-top: 120px;
    box-sizing: border-box;
}
.cont6 .title h2{
    color: #fff;
}
.cont6 .title h2 span{
    color: #FFF66E;
	font-size:50px;
}
.cont6-list{
    width: 1280px;
    height: 582px;
    background: #FFFFFF;
    box-shadow: 0px 3px 14px 0px rgba(190, 0, 0, 0.2);
    border-radius: 10px;
    margin: 65px auto 0;
    padding: 30px 26px ;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.c6-left,.c6-right{
    width: 583px;
}
.big-news{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.big-news .big-word{
    width: 392px;
}
.big-news .big-word h3{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.big-news .big-word P{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    height: 40px;
    display: -webkit-box;    
    -webkit-box-orient: vertical;    
    -webkit-line-clamp: 2;    
    overflow: hidden;
    margin: 15px 0;
}
.timego {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.timego .time{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.timego .flow{
    width: 294px;
    height: 1px;
    background-color: #e6e6e6;
}
.timego .go{
    width: 22px;
    height: 22px;
    background: #E5E5E5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.big-news:hover .timego .go{
    background: #E50000;
}
.small-news{
    width: 100%;
}
.small-news a{
    display: block;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #ebebeb;
    padding-top: 10px;
    box-sizing: border-box;
}
.small-news a .dian{
    width: 6px;
    height: 6px;
    background: #CCCCCC;
    border-radius: 50%;
}
.small-news a h3{
    width: calc(100% - 16px);
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.small-news a:nth-last-child(1){
    border: none;
}
.small-news a:hover .dian{
    background: #E50000;
}
.small-news a:hover h3{
    color: #E50000;
}






.app-header{
    display: none;
}
.app-banner{
    display: none;
}
.app-slogan,.app-beian{
    display: none;
}
.app-slogan{
    display: none;
}
@media only screen and (max-width: 750px) {
    section{
        padding-bottom: 80px;
        background-color: #F5F5F5;
    }
    header {
        display: none;
      }
    
      .app-header {
        display: block;
        width: 100%;
        height: 56px;
        padding: 0 12px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
      }
    
      .app-header .logo img {
        height: 33px;
      }
    
      .app-header .kind img {
        height: 35px;
      }
   
    .banner{
        display: none;
    }
    .app-banner{
        display: block;
        width: 100%;
        height: 225px;
        background: url(../image/app-banner-back.jpg) no-repeat center center;
        padding: 12px;
        box-sizing: border-box;
    }
    .app-banner a{
        display: block;
        width: 100%;
        height: 100%;
        background: url(../image/app-banner.png) no-repeat center center;
        background-size: 100% 100%;
        position: relative;
    }
    .app-banner a img{
        position: absolute;
        left: 50%;
        margin-left: -75px;
        top: 138px;
    }
    .cont1{
        width: 100%;
        height: 105px;
    }
    .cont1-list{
        width: 100%;
        height: 105px;
        padding: 0 12px;
        box-sizing: border-box;
    }
    .cont1 .cont1-list a img{
        width: 55px;
    }
    .cont1 .cont1-list a span{
        font-size: 11px;
        margin-top: 10px;
    }
    .cont1-list i{
        display: none;
    }
    .cont2{
        width: 100%;
        background-color: #fff;
        padding: 25px 12px;
        margin-top: 8px;
        box-sizing: border-box;
    }
    .title h2{
        font-size: 18px;
        margin: 0 10px;
    }
    .title img{
        height: 18px;
    }
    .cont2-list{
        margin-top: 24px;
    }
    .cont2-list a{
        width: 55px;
        margin-right: 18px;
        margin-bottom: 18px;
    }
    .cont2-list a img{
        width: 35px;
    }
    .cont2-list a p{
        font-size: 10px;
    }
    .cont2-list a:nth-child(6n){
        margin-right: 18px;
    }
    .cont2-list a:nth-child(5n){
        margin-right: 0;
    }
    .sever-btn{
        width: 100%;
    }
    .sever-btn img{
        width: 255px;
    }
    .cont3{
        width: 100%;
        margin-top: 0;
        background: #333;
        height: auto;
    }
    .cont3-box{
        width: 100%;
        padding: 25px 12px ;
        box-sizing: border-box;
    }
    .cont3-list li:nth-child(3){
        display: none;
    }
    .cont3-list li{
        width: 172px;
        height: 127px;
    }
    .c3-head{
        height: 34px;
        font-size: 12px;
    }
    .c3-head span{
        width: 24px;
    }
    .c3-wen{
        height: calc(100% - 34px);
        padding: 15px 10px 0;
    }
    .c3-wen p .circle{
        width: 5px;
        height: 5px;
        margin-right: 10px;
    }
    .c3-wen p{
        font-size: 12px;
        margin-bottom: 12px;
    }
    .cont4{
        width: 100%;
        padding: 25px 12px ;
        background-color: #fff;
        box-sizing: border-box;
    }
    .cont4-list{
        margin-top: 20px;
    }
    .cont4-list li{
        width: 100%;
        height: 50px;
        margin-bottom: 15px;
    }
    .cont4-list li .yuan{
        width: 50px;
        height: 50px;
        font-size: 14px;
        line-height: 50px;
    }
    .c4-word{
        padding: 10px;
        box-sizing: border-box;
        width: calc(100% - 50px);
    }
    .c4-word h3{
        font-size: 12px;
    }
    .c4-word  p{
        font-size: 10px;
    }
    .slogan{
        display: none;
    }
    .app-slogan{
        display: block;
        width: 100%;
        margin: 20px 0;
    }
    .app-slogan img{
        width: 100%;
    }
    .cont5{
        width: 100%;
        padding: 25px 12px;
        box-sizing: border-box;
        background-color: #fff;
    }
    .cont5-list{
        margin-top: 20px;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .cont5-list a{
        width: 170px;
        height: 210px;
        margin-bottom: 15px;
    }
    .cont5-list a .c5-img{
        width: 100%;
        height: auto;
    }
    .cont5-list a .c5-img img{
        width: 100%;
    }
    .c5-word{
        width: 100%;
        height: calc(100% - 113px);
        padding: 15px 10px;
        box-sizing: border-box;
    }
    .c5-word h3{
        font-size: 11px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #333333;
    }
    .c5-word p{
        height: 24px;
        font-size: 9px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666;
        line-height: 12px;
        margin: 8px 0 10px;
    }
    .c5-tips i{
        height: 17px;
        line-height: 17px;
        padding: 0 5px;font-style: 8px;
    }
    .cont6{
        width: 100%;
        margin-top: 0;
        padding: 20px 12px;
        box-sizing: border-box;
        height: auto;
    }
    .cont6-list{
        width: 100%;
        height: auto;
        margin: 20px auto;
    }
    .c6-right{
        display: none;
    }
    .c6-left{
        width: 100%;
    }
    .big-news img{
        width: 109px;
    }
    .big-news .big-word{
        width: calc(100% - 115px);
    }
    .big-news .big-word h3{
        font-size: 12px;
    }
    .big-news .big-word p{
        height: 24px;
        font-size: 9px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666;
        line-height: 12px;
        margin: 8px 0;
    }
    .timego .time{
        font-size: 8px;
    }
    .timego .flow{
        width: auto;
        flex: 1;
        margin: 0 5px;
    }
    .timego .go{
        width: 13px;
        height: 13px
    }
    .timego .go img{
        width: 7px;
    }
    .small-news a{
        padding-top: 5px;
        height: 37px;
    }
    .small-news a h3{
        font-size: 11px;
        width: calc(100% - 10px);
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .small-news a .dian{
        width: 5px;
        height: 5px;
    }
    .app-beian{
        display: block;
        width: 100%;
        height: 80px;
        font-size: 9px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
        text-align: center;
        padding-top: 35px;
        box-sizing: border-box;
    }
    .app-beian a{
        display: block;
        width: 100%;
        color: #999999;
        text-align: center;
        margin-top: 10px;
    }
}