*{
    margin: 0;
    padding: 0;
    
}
a{ text-decoration: none;}
.all{
    width: 100vw;
    margin: auto;
    text-align: center;
    overflow-x: hidden;
}
.nav{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0;
    z-index: 100;
    background: white;
}
.nav p{
    width: 24.9%;
    line-height: 70px;
    color: white;
    font-size: 28px;
    line-height: 90px;
    background: rgb(74,141,221);
}
.box1{
    width: 100%;
    height: 760px;
    background: url("../img/1.png")/*tpa=http://yzc.syyim.com/feeds/baidu/kj/img/1.png*/ no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 80px 90px;
    margin-top: 70px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.back-blue{
    width: 500px;
    height: 90px;
    line-height: 90px;
    color: white;
    background: rgb(47,127,224);
    box-shadow: 0 6px 6px rgba(47,127,224,0.3);
    font-size: 34px;
    margin: 0 auto 20px;
    border-radius: 10px;
}
.box1>img{
    width: 607px;
    display: block;
    margin-bottom: 10px;
}
.box1 .w1 img{
    width: 74px;
    vertical-align: middle;
}
.box1 .w1 img:nth-of-type(2){
    width: 402px;
    margin: 0 10px;
}
.box1 .w2 img{
    width: 160px;
    margin: 20px 30px;
}

.box1 .w3{
    width: 750px;
    height: 68px;
    /*background: rgba(47,127,224,0.3);*/
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0px 60px;
    align-items: center;
    margin-top: 60px;
}
.box1 .w3 img{
    width: 44px;
}
.box1 .w3 p{
    position: relative;
    color: rgb(47,127,224);
    font-size: 20px;
    width: 566px;
    height: 28px;
    overflow: hidden;
}
.box1 .w3 span{
    position: absolute;
    width: 1350px;
    line-height: 28px;
    top: 0;
}



.box2{
    /*width: 100%;*/
    margin: 80px 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.all-h{
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 30px;
}
.all-h a{
    color: rgb(74,141,221);
}
.box2 ul{
    display: flex;
    align-items: center;
    border: 1px solid rgb(47,127,224);
    border-bottom: none;
}
.box2 li{
    list-style: none;
    border-right: 1px solid rgb(47,127,224);
}
.box2 li h4 {
    width: 240px;
    color: rgb(74,141,221);
    font-size: 24px;
    line-height: 126px;
    background: rgb(243,248,255);
    border-bottom: 1px solid rgb(47,127,224);
}
.box2 li p{
    width: 224px;
    font-size: 22px;
    color: rgb(102,102,102);
    line-height: 63px;
    border-bottom: 1px solid rgb(47,127,224);
}
.box2 li span{
    width: 140px;
    height: 44px;
    display: inline-block;
    background: rgb(47,127,224);
    color: white;
    font-size: 20px;
    line-height: 44px;
    margin: 10px auto 0;
    border-radius: 10px;
}
.box3{
    width: 100%;
    height: 864px;
    background: rgb(249,249,249);
    box-sizing: border-box;
    /*padding: 60px 40px;*/
    margin: 60px 0;
}
.flex3{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 750px;
    margin: 0 auto;
}

.flex3 img{
    width: 120px;
    display: block;
    margin: auto;
}
.flex3 a{
    display: block;
    width: 198px;
    height: 68px;
    line-height: 68px;
    /*border: 1px solid rgb(74,141,221);*/
    /*border-radius: 10px;*/
    /*color: rgb(74,141,221);*/
    font-size: 30px;
    margin: 0 auto 23px;
}
.time{
    margin:40px auto 64px;
}
.time .all-h{
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 38px;
}
.time .all-h a{
    font-size: 24px;
}
.time div{
    width: 270px;
    display: flex;
    align-items: flex-end;
    font-size: 24px;
    margin:0 auto ;
}
.time span{
    display: block;
    width: 90px;
    height: 96px;
    background: white;
    border-radius: 10px;
    font-size: 48px;
    line-height: 96px;
    margin: 0 10px;
    color: rgb(200,0,0);
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.box4{
    width: 100%;
    height: 501px;
    background: url("../img/4.png")/*tpa=http://yzc.syyim.com/feeds/baidu/kj/img/4.png*/ no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 40px 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
    margin-top: 60px;
}
.box4 p{
    width: 150px;
    height: 60px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 6px 8px rgba(0,0,0,0.2);
    font-size: 26px;
    line-height: 60px;
    margin-bottom: 30px;
}

.box5{
    width: 100%;
    height: 686px;
    background: rgb(249,249,249);
    box-sizing: border-box;
    /*padding: 60px ;*/
    margin: 50px auto;
}
.box5 ul{
    box-sizing: border-box;
    padding: 0 30px;
    width: 750px;
    margin: 35px auto 0;
}
.box5 li{
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box5 p{
    width: 500px;
    line-height: 37px;
    padding: 20px 0;
    font-size: 26px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    text-align: left;
}
.box5 li:last-child p{
    border-bottom: none;
}
.box5 p span{
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 10px;
    background: rgb(14,129,218);
    color: white;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    margin-right: 15px;
}
.box5 a{
    width: 160px;
    height: 60px;
    display: block;
    border-radius: 12px;
    background: rgb(14,129,218);
    color: white;
    line-height: 60px;
    font-size: 26px;
}
.box6{
    margin: 80px 30px 0;

}
.flex6{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
.flex6 div{
    width: 332px;
    height: 350px;
    background: url("../img/605.png")/*tpa=http://yzc.syyim.com/feeds/baidu/kj/img/605.png*/ no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 19px;
    margin-bottom: 30px;
}
.flex6 img{
    width: 292px;
}
.flex6 p{
    font-size: 30px;
    margin: 20px 0;
    line-height: 42px;
}
.flex6 span{
    color: white;
    font-size: 30px;
    line-height: 60px;
}
.box7{
    width: 100%;
    height: 1526px;
    box-sizing: border-box;
    padding: 60px 0px;
    background: rgb(249,249,249);
    margin-top: 50px;
 }
.flex7{
    display: flex;
    width: 750px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    padding: 28px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    text-align: left;
    
}
.flex7:nth-of-type(4){
    border-bottom: none;
    margin-bottom: 10px;
}
.flex7 img{
    width: 245px;
    margin-right: 28px;
}
.flex7 h2{
    font-size: 36px;
    line-height: 50px;
}
.flex7 p{
    font-size: 28px;
    line-height: 40px;
    color: rgb(102,102,102);
    margin: 9px 0;
}
.flex7 a{
    display: block;
    width: 180px;
    height: 60px;
    background: rgb(47,127,224);
    box-shadow: 0 6px 6px rgba(47,127,224,0.3);
    color: white;
    line-height: 60px;
    border-radius: 10px;
    text-align: center;
    font-size: 28px;
}
.box8{
    margin: 60px 0px;
}
.box8 li{
    display: flex;
    height: 115px;
    position: relative;
    width: 750px;
    margin: 0 auto;
}
.box8 li img:nth-of-type(1){
    width: 24px;
    height: 24px;
    margin: 22px 12px 0 0;
}
.box8 li img:nth-of-type(2){
    width: 20px;
    margin-right: 12px;
}
.box8 li p{
    font-size: 28px;
    line-height: 60px;
}
.box8 li a{
    display: block;
    width: 155px;
    height: 50px;
    background: rgb(47,127,224);
    box-shadow: 0 6px 6px rgba(47,127,224,0.3);
    color: white;
    font-size: 24px;
    line-height: 50px;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.box8 ul{
    margin-bottom: 40px;
}
.footer{
    line-height: 80px;
    background: #333;
    color: white;
    height: 80px;
    font-size: 24px;
}