.header{
    width: 100%;
    height: 90px;
}
.header-div{
    min-width: 1024px;
    max-width: 1200px;
    height: 90px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-div img{
    width: 70%;
}
.m-header-btn{
    font-size: 16px;
    padding: 8px 15px;
    background: #ff0000;
    border-radius: 4px;
}
.m-header-btn >a{
    color: #ffffff;
}
.main{
    width: 100%;
}
.main-nav>img{
    width: 100%;
}
.main-content{
    min-width: 1024px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}
.main-content-nav1{
    flex: 0.6;

}
.main-content-nav2{
    flex: 0.4;
    background: #f7f7f7;
    padding-bottom: 30px;
}
.m-box-card{
    position: relative;
    font-size: 20px;
    color: #fff;
    padding: 10px 12px;
    background: #1b80c6;
    display: inline-block;
    margin-top: 25px;
}
.m-box-card>img{
    width: 10px;
    height: 6px;
    position: absolute;
    left: 0;
    top: -6px;
}
.m-card-img{
    margin-top: 25px;
    width: 96%;
    box-shadow: 0px 0px 4px #888888;
    display: flex;
    border-radius: 4px;
}
.m-card-img>div{
    flex: 1;
    padding: 6px;
    box-sizing: border-box;
    position: relative;
}
.m-card-img>div>img{
    width: 100%;
}
.m-card-img>div>p{
    position: absolute;
    left: 14px;
    bottom: 12px;
    font-size: 14px;
    color: #ffffff;
}
.m-card-img>div>p>span{
    display: block;
    margin-bottom: 4px;
}
.m-tils{
    margin-top: 40px;
    width: 96%;
}
.m-title{
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    align-items: center;
}
.m-title>div{
    padding: 6px;
    font-size: 14px;
    color: #1c80c7;
    border: 1px solid  #1c80c7;
    border-radius: 8px;
    margin-right: 12px;
}
.m-title>p{
    font-size: 16px;
    color: #333333;
}
.m-box-nav2{
    position: relative;
    left: -9px;
    font-size: 20px;
    color: #fff;
    padding: 10px 12px;
    background: #1b80c6;
    display: inline-block;
    margin-top: 25px;
}
.m-box-nav2>img{
    width: 10px;
    height: 6px;
    position: absolute;
    left: 0;
    top: -6px;
}
.m-right-nav{
    width: 100%;
    height: 185px;
    position: relative;
}
.m-heng{
    width: 4px;
    height: 100%;
    background: #1b80c6;
    margin-left: 30px;
}
/*Images/pigdoo.png*/
.m-line-box{
    position: absolute;
    width: 100%;
    top: 20px;
    padding-left: 15px;
}
.m-tiao-line{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.m-tiao-line>div:nth-child(1){
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    color: #ffffff;
    background: url("../Images/pigdoo.png") no-repeat;
    background-size: 100%;
    margin-right: 10px;
}
.m-tiao-line>div:nth-child(2){
     flex: 0.4;
    font-size: 14px;
    color: #333333;
    margin-right: 10px;
 }
.m-tiao-line>div:nth-child(3){
    flex: 0.7;
    font-size: 14px;
    color: #333333;
}






.footer{
    width: 100%;
    height: 100px;
    background: #1b80c6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.m-footer-nav{
    width: 65%;
   display: flex;
    justify-content: center;
    align-items: center;
}
.m-footer-nav > img:first-child{
    width: 500px;
}
.m-footer-nav > img:last-child{
    width: 30px;
    margin-left: 20px;
}
.footer>span{
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}