*{margin: 0;padding: 0;user-select: none;}
.head{
    width: 100%;min-width: 940px;
    height: 100px;
    color: #999;
    box-shadow:0 10px 15px #999;
}
.h-d1{
    max-width: 1200px;
    min-width: 940px;
    margin: 0 auto;
}
.tit-s1{
    font-size: 36px;
    padding-right:10px;
    line-height: 100px;
}
.box{
    margin-top: 20px;
}
.box>.carousel{
    margin: 0 auto;
    display: flex;
    max-width: 1200px;
    min-width: 940px;
    overflow: hidden;
    box-shadow: 10px 10px 20px #889;
    border-radius: 5px;
}
.box>.carousel>li{
    width: inherit;
}
.box>.carousel>li>img{
    width: inherit;
    height: 400px;
}
.context{
    max-width: 1200px;
    min-width: 940px;
    margin: 50px auto;
  
}
.context>p{
    color: #886;
    text-align: center;
}
.con-p1{
    font-size: 30px;
}
.news{
    margin-top: 30px;
    width: inherit;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.news>div{
    width: 48%;
    display: flex;
    margin-top: 30px;
}
.news>div>:first-child{
    padding-right: 10px;
}
.news>div>:first-child>img{
    vertical-align: middle;
}
.news>div>:last-child{
    line-height: 25px;
    color: #888;
}
.news>div>:last-child>h3{
    padding: 5px 0;
}
.foot-txt{
    text-align: center;
}   
.foot-txt>a,.foot-txt>p{
    font-size: 14px;
    color: #888;
}
.foot-txt>a:link{
    color: #888
}
.foot-txt>a:visited{
    color: #888;
}

