*{
    margin: 0;padding: 0;
    user-select: none;
    font-family:Microsoft YaHei;
}
#main{
    margin: 0 auto;
}
.head{
    width: 75%;
    height: 100px;
    margin: 0 auto;
}
.head>a{
    text-decoration: none;
    color: #2c437d;
    font-size: 30px;
    font-weight: 600;
    line-height: 100px;
}
.head>a:last-child{
    padding-left: 20px;
    font-size: 16px;
}
.carousel{
    width: 100%
}
.carousel>img{
    width: inherit;
}
.context{
    width: 75%;
    margin: 100px auto 0;
}
.context>h1{
    color: #2c437d;
    font-weight:400;
    text-align: center;
}
.context>div{
    max-width: 1440px;
    min-width: 940px;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.context>div>.made{
    width: 47%;
    border: 2px solid #2c437d;
    border-radius: 10px;
    margin-top: 65px;
}
.made>div{
    width: 90%;
    min-width: 400px;
    margin: 35px auto ;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.made>div>div:first-child{
    width:20%;
    text-align: center;
}
.made>div>div:last-child{
    width:75%;
}
.made>div>div:last-child>h1{
    color: #2c437d;
    line-height: 60px;
}
.made>div>div:last-child>p{
    color: #7c89ab;
    font-size: 14px;
    line-height: 30px;
}
.made>div>div>img{
    vertical-align: middle;
}
.d-h{
    color: #2c437d;
    text-align: center;
    font-weight: 400;
    padding: 80px 0;
}
.info{
    width: 75%;
    max-width: 1440px;
    min-width: 940px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.info>div{
    width: 20%;
    height: 300px;
    border: 2px solid #2c437d;
    margin-bottom: 50px;
    border-radius: 10px;
}
.info>div>div{
    width: 75%;height: 80%;
    margin: 20% auto;
    /* border: 1px solid #000; */
    text-align: center;
}
.info>div>div>div>h3{
    font-size: 18px;
    font-weight: 800;
    color: #2c437d;
    line-height: 50px;
}
.info>div>div>div>p{
    color: #7c89ab;
    font-size: 14px;
    line-height: 30px;
}
.foot-txt{
    text-align: center;
    margin-top: 30px;
}   
.foot-txt>a,.foot-txt>p{
    font-size: 14px;
    color: #888;
}
.foot-txt>a:link{
    color: #888
}
.foot-txt>a:visited{
    color: #888;
}
