.part{
    width:100%;
    background: #ffffff;
}
.banner{
    width:100%;
}
.banner img{
    width:100%;
} 
.part1{
    width:100%;
    padding:30px 0;
}
@media all and (max-width:600px) { 
    .part1{
        width:100%;
        padding:30px 0 0;
    }
}
.part1_tit{
    width:100%;
    padding-bottom: 30px;
}
.part1_tit h1{
    font-weight: normal;
    text-align: center;
    font-size:28px;
    color:#ef1c1c;
}
.part1_tit ul{
    width:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top:10px;
}
.part1_tit ul .title{
    color:#716e6b;
    font-size:14px;
    padding:0 20px;
}
.part1_tit ul .line{
    width:100px;
    height:2px;
    background:#716e6b;
}
@media all and (max-width: 600px) {
    .part1_tit ul .line{
        width:70px;
        height:2px;
        background:#716e6b;
    }
}
.part1_content{
    width:100%;
    background:url("../img/index1.png")no-repeat center center;
    background-size:cover;
    margin:30px 0;
    padding:30px 0;
}
.part1_content ul{
    display:flex;
    justify-content: space-between;
}
@media all and (max-width: 600px) {
    .part1_content{
        margin:10px 0;
        padding:10px 0;
    }
    .part1_content ul{
        display:flex;
        justify-content: space-evenly;
        flex-wrap:wrap;
    }
}
.part1_content ul li{
    padding:15px 20px;
    position: relative;
} 
@media all and (max-width: 600px) {
    .part1_content ul li{
        margin-bottom:20px;
    }
}
.part1_content ul li a{
    color:#ffffff;
    font-size:16px;
}
.part1_content .text1 li:nth-child(1):after{
    content:"";
    position: absolute;
    top:50%;
    right:-10px;
    margin-top:-5px;
    width: 0;
    height: 0;
    border-top: 5px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
    border-bottom: 5px solid rgba(0,0,0,0);
    border-left: 5px solid #ff9900;
}
.part1_content .text1 li:nth-child(2):after{
    content:"";
    position: absolute;
    top:50%;
    left:-10px;
    margin-top:-5px;
    width: 0;
    height: 0;
    border-top: 5px solid rgba(0,0,0,0);
    border-right: 5px solid #fb2c2c;
    border-bottom: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
}
.part1_content .text1{
    width:800px;
    margin:0px auto 100px;
}
@media all and (max-width:800px) { 
    .part1_content .text1{
        width:100%;
        margin:0px auto 100px;
    }
}
.part1_content .text1 li:nth-child(1){
    background: #ff9900;
}
.part1_content .text1 li:nth-child(2){
    background:#fb2c2c;
}
.part1_content .text2 li:nth-child(1):after{
    content:"";
    position: absolute;
    top:50%;
    right:-10px;
    margin-top:-5px;
    width: 0;
    height: 0;
    border-top: 5px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
    border-bottom: 5px solid rgba(0,0,0,0);
    border-left: 5px solid #18ac18;
}
.part1_content .text2 li:nth-child(2):after{
    content:"";
    position: absolute;
    top:50%;
    left:-10px;
    margin-top:-5px;
    width: 0;
    height: 0;
    border-top: 5px solid rgba(0,0,0,0);
    border-right: 5px solid #0073de;
    border-bottom: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
}
.part1_content .text2{
    width:1100px;
    margin:0px auto 100px;
}
@media all and (max-width:1100px) { 
    .part1_content .text2{
        width:100%;
        margin:0px auto 100px;
    }
}
.part1_content .text2 li:nth-child(1){
    background: #18ac18;
}
.part1_content .text2 li:nth-child(2){
    background:#0073de;
}
.part1_content .text3 li:nth-child(1):after{
    content:"";
    position: absolute;
    top:50%;
    right:-10px;
    margin-top:-5px;
    width: 0;
    height: 0;
    border-top: 5px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
    border-bottom: 5px solid rgba(0,0,0,0);
    border-left: 5px solid #0073de;
}
.part1_content .text3 li:nth-child(2):after{
    content:"";
    position: absolute;
    top:50%;
    left:-10px;
    margin-top:-5px;
    width: 0;
    height: 0;
    border-top: 5px solid rgba(0,0,0,0);
    border-right: 5px solid #ff9900;
    border-bottom: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
}
.part1_content .text3{
    width:1050px;
    margin:0px auto 100px;
}
@media all and (max-width:1050px) { 
    .part1_content .text3{
        width:100%;
        margin:0px auto 100px;
    }
}
.part1_content .text3 li:nth-child(1){
    background: #0073de;
}
.part1_content .text3 li:nth-child(2){
    background:#ff9900;
}
.part1_content .text4 li:nth-child(1):after{
    content:"";
    position: absolute;
    top:50%;
    right:-10px;
    margin-top:-5px;
    width: 0;
    height: 0;
    border-top: 5px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
    border-bottom: 5px solid rgba(0,0,0,0);
    border-left: 5px solid #fb2c2c;
}
.part1_content .text4 li:nth-child(2):after{
    content:"";
    position: absolute;
    top:50%;
    left:-10px;
    margin-top:-5px;
    width: 0;
    height: 0;
    border-top: 5px solid rgba(0,0,0,0);
    border-right: 5px solid #18ac18;
    border-bottom: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
}
.part1_content .text4{
    width:1000px;
    margin:0px auto 100px;
}
@media all and (max-width:1000px) { 
    .part1_content .text4{
        width:100%;
        margin:0px auto 100px;
    }
}
.part1_content .text4 li:nth-child(1){
    background: #fb2c2c;
}
.part1_content .text4 li:nth-child(2){
    background:#18ac18;
}
@media all and (max-width: 600px) {
    .part1_content .text1,.part1_content .text2,.part1_content .text3,.part1_content .text4{
        margin:0px auto;
    }
}
.part2{
    width:100%;
    background:url("../img/index2.png")no-repeat center center;
    background-size:cover;
    padding:50px 0 30px;
}
.part2_content{
    width:100%;
}
.part2_content1{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.part2_content1 .abs{
    position: relative;
    margin-bottom:10px;
}
.part2_content1 .img1{
    width:49%;
}
.part2_content1 .abs .zzc{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:10;

}
.part2_content1 .abs .zzc p{
    border:1px solid rgba(0,0,0,0);
    width:100%;
    height:100%;
    position: relative;
}
.part2_content1 .abs .zzc p span{
    width:100%;
    text-align:center;
    color:rgba(0,0,0,0);
    font-size:20px;
    position: absolute;
    top:50%;
    margin-top:-8px;
    z-index:11;
}
.part2_content1 .abs:hover .zzc{
    padding:10px;
    background:rgba(0,0,0,.7)
}
.part2_content1 .abs:hover .zzc p{
    border:1px solid #f38f7a;
}
.part2_content1 .abs:hover .zzc p span{
    color:#ffffff;
}
.part2_content1 .img1 img{
    width:100%;
    height:100%;
}
.part2_content1 .img2{
    width:24%;
}
.part2_content1 .img2 img{
    width:100%;
    height:100%;
}
.part2_content2{
    width:100%;
    display:flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap:wrap;
}
.part2_content2 .img1{
    width:24%;
}
.part2_content2 .img1 img{
    width:100%;
    height:100%;
}
.part2_content2 .img2{
    width:49%;
    display:flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap:wrap;
}
.part2_content2 .img2 .img2_t{
    width:100%;
}
.part2_content2 .img2 .img2_t img{
    width:100%;
    height:100%;
}
.part2_content2 .img2 .img2_b{
    width:49%;
}
.part2_content2 .img2 .img2_b img{
    width:100%;
    height:100%;
}
.part2_content2 .abs{
    position: relative;
    margin-bottom:10px;
}
.part2_content2 .abs .zzc{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:10;
}
.part2_content2 .abs .zzc p{
    border:1px solid rgba(0,0,0,0);
    width:100%;
    height:100%;
    position: relative;
}
.part2_content2 .abs .zzc p span{
    width:100%;
    text-align:center;
    color:rgba(0,0,0,0);
    font-size:20px;
    position: absolute;
    top:50%;
    margin-top:-8px;
    z-index:11;
}
.part2_content2 .abs:hover .zzc{
    padding:10px;
    background:rgba(0,0,0,.7)
}
.part2_content2 .abs:hover .zzc p{
    border:1px solid #f38f7a;
}
.part2_content2 .abs:hover .zzc p span{
    color:#ffffff;
}
@media all and (max-width:750px) {
    .part2_content1 .img1{
        width:100%;
    }
    .part2_content1 .img2{
        width:48%;
    }
    .part2_content2 .img1{
        width:100%;
    }
    .part2_content2 .img2{
        width:100%;
    }
    .part2_content2 .img2 .img2_t{
        width:100%;
    }
    .part2_content2 .img2 .img2_b{
        width:48%;
    }
}
.part3{
    width:100%;
    background:url("../img/index7.png")no-repeat center center;
    background-size:cover;
}
.part3_content{
    width:100%;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    padding:50px 0 10px;
    align-items: center;
}
.part3_l{
    width:50%;
}
.part3_l h2{
    font-size:42px;
    color:#dadc0b;
    text-align: center;
    text-shadow: 0 2px 5px rgb(37 37 22);
}
.part3_l p{
    font-size:36px;
    color:#ffffff;
    text-align: center;
    margin:30px 0 20px;
}
.part3_r{
    width:50%;
}
.part3_r .sr{
    width:100%;
    display:flex;
    justify-content:center;
}
.part3_r .sr input{
    background:#ffffff;
    width:200px;
    border-radius: 5px;
    color:#716e6b;
    font-size:14px;
    padding:10px 20px;
}
.part3_r .sr input:nth-child(2){
    margin-left:20px;
}
.part3_r .ljzx{
    width:150px;    
    margin:40px auto 10px;
}
.part3_r .ljzx input{
    width:100%;
    padding:10px 20px;
    color:#ef1c1c;
    font-size:18px;
    text-align: center;
    font-weight: bold;
    background:#ffffff;
    border-radius:5px;
    cursor: pointer;
}
@media all and (max-width:800px) {
    .part3_l{
        width:100%;
    }
    .part3_r{
        width:100%;
    }
}
@media all and (max-width:600px) {
    .part3_l h2{
        font-size:28px;
    }
    .part3_l p{
        font-size:24px;
    }
    .part3_r .sr input{
        width:150px;
    }
}
.part4{
    width:100%;
    background:#ffffff;
}
.tit{
    width:100%;
    padding:50px 0 20px;
}
.tit .tit1{
    display:flex;
    justify-content:center;
    align-items: center;
}
.tit .tit1 .line{
    width:50px;
    height:2px;
    background:#333333;
}
@media all and (max-width:750px) {
    .tit .tit1 .line{
        width:30px;  
    }
}
.tit .tit1 h2{
    font-size:20px;
    color:#333333;
    padding:0 20px;
}
.tit .tit2{
    color:#999999;
    font-size:16px;
    text-align: center;
    margin-top:20px;
}
.part4_content{
    width:100%;
    padding-top:50px;
}
.part4_content1{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.part4_content1_l{
    width:40%;
}
.part4_content1_l img{
    width:100%;
}
.part4_content1_m{
    width:20%;
}
.part4_content1_m img{
    width:100%;
}
.part4_content1_r{
    width:40%;
}
.part4_content1_r img{
    width:100%;
}
@media all and (max-width:750px) {
    .part4_content1_l{
        width:100%;
    }
    .part4_content1_m{
        width:50%;
        margin:0 auto;
    }
    .part4_content1_r{
        width:100%;
    }
}
.part4_content2{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    margin-top:30px;
}
.part4_content2_text1 p{
    color:#333333;
    font-size:16px;
}
.part4_content2_text1 p span{
    color:#ef1c1c;
    font-size:16px;
}
.part4_content2_text1 p span i{
    font-style:normal;
    font-size: 42px;
    color:#ef1c1c;
    font-weight: bold;
}
.part4_content2_text1 p em{
    font-style:normal;
    font-size:16px;
    color:#666666;
    text-decoration: line-through;
    margin-left:30px;
}
@media all and (max-width:750px) {
    .part4_content2_text1{
        width:100%;
        text-align:center;
        margin-bottom:20px;
    }
    .part4_content2_text1 p{
        font-size:14px;
    }
    .part4_content2_text1 p span{
        font-size:14px;
    }
    .part4_content2_text1 p span i{
        font-size:24px;
    }
    .part4_content2_text1 p em{
        font-size:14px;
    }
}
.part4_content2_text2 p{
    color:#333333;
    font-size:16px;
}
.part4_content2_text2 p span{
    color:#0073de;
    font-size:16px;
}
.part4_content2_text2 p span i{
    font-style:normal;
    font-size: 42px;
    color:#0073de;
    font-weight: bold;
}
@media all and (max-width:750px) {
    .part4_content2_text2{
        width:100%;
        text-align: center;
        margin-bottom:20px;
    }
    .part4_content2_text2 p span i{
        font-size: 24px;
    }
    .part4_content2_text2 p{
        font-size:14px;
    }
    .part4_content2_text2 p span{
        font-size:14px;
    }
}
.part4_content3{
    width:300px;
    display:block;
    padding:10px 0px;
    text-align: center;
    margin:0 auto;
    background:#ef1c1c;
    color:#ffffff;
    font-size:18px;
    border-radius: 3px;
    margin-top:50px;
}
@media all and (max-width:750px) {
    .part4_content3{
        margin-top:20px;
    }
}
.part5{
    width:100%;
    margin-top:50px;
    background:#F6F8FB;
}
.part5_content{
    width:100%;
    margin-top:50px;
}
.part5_content ul{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.part5_content ul li{
    width:23%;
    position: relative;
    overflow: hidden;
    margin-bottom:30px;
}
@media all and (max-width:750px) {
    .part5_content ul li{
        width:48%;
    }
}
@media all and (max-width:480px) {
    .part5_content ul li{
        width:100%;
    }
}
.part5_content ul li img{
    width:100%;
    height:100%;
}
.part5_content ul li .text{
    width:100%;
    position: absolute;
    bottom:0px;
    left:0;
    padding:15px 0;
    background:#ffffff;
    z-index:10;
}
.part5_content ul li:hover .text{
    display:none;
}
.part5_content ul li .text p{
    text-align: center;
    font-size:20px;
    color:#ef1c1c;
    font-weight: bold;
}
.part5_content ul li .text span{
    display:block;
    text-align: center;
    font-size:20px;
    color:#333333;
    margin-top:10px;
    font-weight: bold;
}
@media all and (max-width:750px) {
    .part5_content ul li .text p{
        font-size:20px;
    }
    .part5_content ul li .text span{
        font-size:20px;
    }
}
.part5_content ul li .text1{
    width:100%;
    height:100%;
    position:absolute;
    top:100%;
    left:0;
    z-index: 20;
    background:rgba(0,0,0,.5);
    transition: all ease .2s;
}
.part5_content ul li:hover .text1{
    top:0;
}
.part5_content ul li .text1 .text1_hid{
    position: absolute;
    top:50%;
    left:50%;
    margin-top:-85px;
    margin-left:-126px;
}
.part5_content ul li .text1 .text1_hid h3{
    text-align: center;
    font-size:20px;
    color:#ffffff;
    font-weight: bold;
}
.part5_content ul li .text1 .text1_hid h4{
    text-align: center;
    font-size:20px;
    color:#ffffff;
    margin-top:10px;
    font-weight: bold;
}
.part5_content ul li .text1 .text1_hid p{
    font-size:14px;
    color:#ffffff;
    text-align: center;
    margin-top:30px;
}
.part5_content ul li .text1 .text1_hid span{
    display:block;
    width:60%;
    margin:0 auto;
    color:#ffffff;
    text-align: center;
    padding:15px 0;
    font-size:16px;
    background:#ef1c1c;
    margin-top:20px;
    border-radius:5px; 
}
.part6{
    width:100%;
    height:300px;
    background:url("../img/index12.png")no-repeat center center;
    background-size:cover;
}
@media all and (max-width:480px) {
    .part6{
        background-position:32% 50%; 
    }
}
.part7{
    width:100%;
    background:url("../img/index13.png")no-repeat center center;
    background-size:cover;
    padding:30px 0;
}
@media all and (max-width:750px) {
    .part7{
        padding:10px 0 30px;  
    }
}
.part7_content{
    width:100%;
    margin:50px 0 20px;
}
@media all and (max-width:750px) {
    .part7_content{
        margin:20px 0 20px;
    }
}
.part7_content ul{
    width:100%;
    display:flex;
    justify-content: space-around;
    flex-wrap:wrap;
}
.part7_content ul li{
    width:20%;
}
@media all and (max-width:750px) {
    .part7_content ul li{
        width:45%;
        margin-bottom:20px;
    }
}
.part7_content ul li .img{
    width:100%;
}
.part7_content ul li .img img{
    width:50%;
    margin:0 auto;
}
.part7_content ul li p{
    color:#333333;
    font-size:16px;
    text-align: center;
    margin-top:30px;
    font-weight: bold;
}
.part7_content ul li span{
    display:block;
    text-align: center;
    color:#999999;
    font-size:14px;
    line-height:25px;
    margin-top:10px;
}
.part8{
    width:100%;
    background:url("../img/index18.png")no-repeat center center;
    background-size:cover;
    padding:50px 0;
}
.part8_content{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.part8_content1{
    width:15%;
}
@media all and (max-width:750px) {
    .part8_content1{
        width:50%;
        margin:0 auto;
    }
}
@media all and (max-width:480px) {
    .part8_content1{
        width:100%;
        margin:0 auto;
    }
}
.part8_content1 p{
    font-size:24px;
    color:#ffffff;
    position: relative;
    padding:5px 0;
}
.part8_content1 p::after{
    position: absolute;
    content:"";
    width:70px;
    top:100%;
    left:0;
    height:2px;
    background:#ffffff;
}
.part8_content1 span{
    display:block;
    margin-top:50px;
    color:#ffffff;
    font-size:16px;
}
.part8_content1 a{
    display:block;
    margin-top:50px;
    width:60%;
    border:1px solid #ffffff;
    color:#ffffff;
    text-align: center;
    padding:10px 0;
    border-radius: 5px;
    background:url("../img/index19.png")no-repeat;
    background-position: 20% 50%;
    background-size: 23px 20px;
    padding-left:30px;
}
@media all and (max-width:750px) {
    .part8_content1 p{
        text-align: center;
    }
    .part8_content1 p::after{
        left:50%;
        margin-left:-35px;
    }
    .part8_content1 span{
        text-align: center;
    }
    .part8_content1 a{
        margin:0 auto;
        margin-top:50px;
    }
}
.part8_content2{
    width:80%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
@media all and (max-width:750px) {
    .part8_content2{
        width:100%;
        margin-top:20px;
    }
}
.part8_content2 li:nth-child(2n-1){
    width:13%;
    position: relative;
}
@media all and (max-width:1000px) {
    .part8_content2 li:nth-child(2n-1){
        width:16%;
        position: relative;
    }
}
@media all and (max-width:850px) {
    .part8_content2 li:nth-child(2n-1){
        width:20%;
        position: relative;
    }
}
@media all and (max-width:750px) {
    .part8_content2 li:nth-child(2n-1){
        width:60%;
        margin:0 auto;
        position: relative;
        margin-bottom: 20px;
    }
}
@media all and (max-width:750px) {
    .part8_content2 li:nth-child(2n-1){
        width:80%;
        margin:0 auto;
        position: relative;
        margin-bottom: 20px;
    }
}
.part8_content2 li:nth-child(2n){
    color:#ffffff;
    font-size:42px;
    padding:30px 0 0;
    font-style: normal;
    text-align: center;
}
@media all and (max-width:750px) {
    .part8_content2 li:nth-child(2n){
        display:none;
    }
}
.part8_content2 li p{
    font-size:24px;
    color:#ffffff;
    position: relative;
    padding:0px 0 30px;
    margin-top:30px;
}
.part8_content2 li p:after{
    position: absolute;
    content:"";
    width:20px;
    top:100%;
    left:0;
    height:4px;
    background:#ffffff;
}
.part8_content2_text{
    width:100%;
    margin-top:20px;
}
.part8_content2_text span{
    display:block;
    color:#ffffff;
    font-size:14px;
    line-height: 25px;
}
.part8_content2 li .num{
    position: absolute;
    top:0;
    right:0;
    color:rgb(255 255 255 / 18%);    
    font-size:70px;
    font-weight: bold;
}
@media all and (max-width:480px) {
    .part8_content2 li .num{
        top:50%;
        margin-top:-40px;
    }
}
.part9{
    width:100%;
    background:#ffffff;
}
.part9_content{
    width:100%;
}
.part9_nav{
    width:100%;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    margin-top:15px;
}
.part9_nav li a{
    display:block;
    color:#333333;
    margin:0 40px;
    font-size:16px;
    font-weight: bold;
}
.part9_text{
    padding:30px 0;
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.part9_text1{
    width:58%;
}
.part9_text1 li{
    width:100%;
    margin-bottom:10px;
}
.part9_text1 li a{
    display:block;
    width:100%;
    display:flex;
    justify-content: space-between;
    align-items: center;
    border-bottom:1px solid #eaeaea;
    padding:20px 0 10px;
}
.part9_text1 li a .date{
    width:70px;
    margin-left:20px;
    background:#b00014;
    padding:10px;
}
.part9_text1 li a .date p{
    color:#ffffff;
    text-align: center;
    font-size:18px;
    width:100%;
}
.part9_text1 li a .date span{
    display:block;
    width:100%;
    text-align: center;
    font-size:12px;
    color:#ffffff;
    margin-top:10px;
}
.part9_text1 li a .cont{
    width:80%;
}
.part9_text1 li a .cont p{
    color:#333333;
    font-size:19px;
}
.part9_text1 li a .cont span{
    display:block;
    font-size: 15px;
    color:#333333;
    margin-top:15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.part9_text2{
    width:40%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.part9_text2 a{
    display:block;
    width:48%;
    padding:0;
}
.part9_text2 a img{
    width:100%;
    border-radius: 5px;
}
@media all and (max-width:1000px) {
    .part9_text{
        justify-content: center;
    }
    .part9_text1{
        width:60%;
    }
    .part9_text2{
        width:60%;
    }
}
@media all and (max-width:750px) {
    .part9_text{
        justify-content: center;
    }
    .part9_text1{
        width:100%;
    }
    .part9_text2{
        width:100%;
    }
}
@media all and (max-width:480px) {
    .part9_nav li a{
        margin:0 20px;
    }
    .part9_text1 li a .cont{
        width:70%;
    }
}
.part10{
    width:100%;
    background:#f8f8f8;
    padding:50px 0;
}
.part10 ul{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.part10 ul li{
    width:23%;
}
@media all and (max-width:1000px) {
    .part10{
        padding:50px 0 30px;
    }
    .part10 ul{
        justify-content:center;
    }
    .part10 ul li{
        width:45%;
        margin-bottom:20px;
    }
}
@media all and (max-width:480px) {
    .part10 ul{
        justify-content:center;
    }
    .part10 ul li{
        width:100%;
        margin-bottom:20px;
    }
}
.part10 ul li a{
    display:flex;
    width:100%;
    justify-content: space-between;
    align-items: center;
}
@media all and (max-width:1000px) {
    .part10 ul li a{
        justify-content: space-around;
    }
}
.part10 ul li a img{
    width:25%;
}
.part10_text{
    width:65%;
}
@media all and (max-width:1000px) {
    .part10_text{
        width:45%;
    }
}
.part10_text h3{
    color:#333333;
    font-size:20px;
}
.part10_text1{
    width:100%;
    margin-top:20px;
}
.part10_text1 p{
    font-size: 14px;
    color:#999999;
    line-height: 23px;
}