body,li,ul,p,h1,h2,h3,a{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    color: #303133;
    font-family: microsoft yahei;
}
img{
    border: none;
}
.df{
    display: flex;
}
.a-ic{
    align-items: center;
}
.j-sb{
    justify-content: space-between;
}
.j-sc{
    justify-content: center;
}
.f-dc{
    flex-direction: column;
}
.pos-f{
    position: fixed;
    z-index: 90;
}
.pos-r{
    position: relative;
}
.pos-a{
    position: absolute;
}
.fl-wrap{
    flex-wrap: wrap;
}
.bf{
    background-color: #fff;
}


.wrap{
    max-width: 750px;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
}

.swp .swiper-slide img{
    display: block;
    width: 100%;
}
.topbar{
    height: 65px;
    top: 0;
    max-width: 750px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #f0f0f0;
}
.topbar .menu{
    position: absolute;
    width: 100%;
    background-color: #fff;
    top: 65px;
    display: flex;
    flex-direction: column;
    display: none;
}
.topbar .menu a{
    height: 40px;
    line-height: 40px;
    display: block;
    padding: 0 16px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}
.topbar .menu a::after{
    content: ">";
    position: absolute;
    right: 16px;
    color: #ccc;
    font-family: serif;
}
.menubar{
    padding-right: 16px;
}
.logo{
    padding-left: 16px;
    font-size: 29px;
    font-weight: bold;
}
.menubar img{
    width: 32px;
    display: block;
}
.con .pos{
    background: #f0f0f0;
    font-size: 24px;
    font-weight: bold;
    height: 48px;
}
.f1{
    padding-top: 20px;
}
.f1 .about p{
    padding: 0 16px 20px;
    line-height: 1.8em;
    justify-content: space-between;
    color: #606266;
    text-indent: 2em;
}
.f1 .about p a{
    color: #115CD4;
    margin-left: 10px;
}
.f1 .about .pic img{
    display: block;
    width: 92%;
  	margin: 0 auto;
  	border-radius: 5px;
}
.f1 .pro{
    padding: 0 16px;
}
.f1 h2{

    font-size: 28px;
    text-align: center;
    position: relative;
    padding: 10px 0 16px;
    margin-bottom: 30px;
}
.f1 h2::after{
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    background-color: #115CD4;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.f1 .pro a{
    width: 48%;
    margin-bottom: 10px;
    
    
}
.f1 .pro a p{
    text-align: center;
    line-height: 40px;
}
.f1 .pro a .pic{
    height: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #f0f0f0;
}
.f1 .pro a img{
    display: block;
    width: 100%;
    
    object-fit: cover;
}
.f2 .pro a .pic{
    height: 248px;
}
.f1 .more {
    margin: 20px 0;
}
.f1 .more a{
    color: #fff;
    width: 120px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--Linear, linear-gradient(98deg, #518DED 11.63%, #115CD4 90.54%));
}
.f1 .news a{
    display: flex;
    align-items: center;
    margin: 0 16px 10px;
    background-color: #f0f0f0;
}
.f1 .news .al{
    margin-right: 20px;
}
.f1 .news .al img{
    width: 100px;
    height: 100px;
    display: block;
    object-fit: cover;
}
.f1 .news .ar h3{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.f1 .news .ar .des{
    color: #909399;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 94%;
}
.f1 .news .ar{
    width: calc( 100% - 120px );
}
.f1 .news .ar h3{
    margin-bottom: 10px;
}

.footer{
    text-align: center;
    padding: 40px 0px 74px;
    background-color: #333;
}
.footer p{
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.6em;
    padding: 0 16px;
    font-size: 12px;
}
.footer .ft{
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #535353;
}
.showt h1{
    font-size: 22px;
    
}
.showt{
    padding: 0 20px 20px;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
}
.nr .detail{
    font-size: 14px;
    padding: 30px 20px 40px;
    line-height: 1.7em!important;
}
.nr .detail img{
    width: 100%;
}
.nr .detail p{
    font-size: 14px!important;
    color: #606266!important;
}
.nr .context{
    padding: 20px 20px 40px;
    border-top: 1px solid #f0f0f0;
}
.nr .context ul li,.nr .context ul li a{
    font-size: 14px!important;
}
.nr .context ul li{
    margin-bottom: 6px;
}
.showt .date{
    color: #909399;
    text-align: center;
    font-size: 13px;
    margin-top: 14px;
}
.bn img{
    display: block;
    width: 100%;
}
.fenye{
    margin: 40px 10px;
    text-align: center;
    
}
.fenye span,.fenye a{
    display: inline-block;
   padding: 0 11px;
    height: 30px;
    background: #f2f2f2;
    border-radius: 3px;
    line-height: 30px;
    margin: 0 3px 6px;
    font-size:12px;
    color: #909399;
}
.fenye span.current{
    color: #fff;
    background-color: #115CD4;
}
.zhe{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 30;
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
}

.ftmenu{
    width: 100%;
    height: 54px;
    border-top:1px solid #f0f0f0;
    max-width: 750px;
    z-index: 22;
    bottom: 0;
    box-sizing: border-box;
    padding: 0 20px;
    background-color: #fff;
}
.ftmenu a{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    
}
.ftmenu a p{
    color: #606266;
}
.ftmenu a img{
    width: 24px;
    display: block;
}
@media (max-width: 750px) {
.wrap{
    width: 100%;
}
}

