.itdnfw1{
    height: 189px;
    display: flex;
    justify-content: space-between;
    border-left: 1px solid #769eff;
}
.fw1{
    width: 299px;
    height: 188px;
    border-right: 1px solid #769eff;
    border-bottom: 1px solid #769eff;
}
.fw1Top{
    height: 60px;
    background: #d2dffc;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fw1Up{
    height: 129px;
}
.picTxt{
    display: flex;
    align-items: center;
}
.picTxt span{
   margin-left: 20px;
    font-size: 18px;
    color: #2363ff;
}
.picTxt img{
    vertical-align: middle;
    position: static;
}

.fw1Up p{
    font-size: 14px;
    color: #333333;
    line-height: 28px;
    padding-top: 20px;
}

.fwCon{
    display: flex;
    justify-content: space-between;
    height: 310px;
    margin-top: 40px;
}
.des-ys-li li > img{width: 280px; height: 220px;}
.fwConPic{
    width: 250px;
    height: 100%;
    background: url("../images/left.png");
}
.fwConNav{
    width: 930px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.navList{
    width: 218px;
    height: 88px;
    border: 1px solid #333333;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navList .picTxt .oSpan{
    color: #333333;
    font-size: 14px;
    font-weight: normal;
}
.navList:nth-of-type(9){
    margin-bottom: 0;
}
.navList:nth-of-type(10){
    margin-bottom: 0;
}
.navList:nth-of-type(11){
    margin-bottom: 0;
}
.navList:nth-of-type(12){
    margin-bottom: 0;
}

.fwAbout{
    height: 280px;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.aboutCon{
    height: 278px;
    width: 378px;
    border: 1px solid #333333;
    background: #ffffff;
}
.aboutCon img{
    margin: 20px 0 10px;
}
.aboutCon h4{
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}
.aboutCon .mT{
    margin: 0 auto;
    font-size: 14px;
    color: #333333;
    width: 336px;
    border-bottom: 1px dashed #adadad;
    line-height: 28px;
    padding-bottom: 28px;
}

.aboutUp {
    width: 336px;
    display: flex;
    margin: 15px auto auto auto;
}
.upL{
    flex: 1 1 auto;
    text-align: left;
}
.upR{
    flex: 1 1 auto;
}
.upText{
    line-height: 28px;
    font-size: 14px;
    color: #2363ff;
    text-align: left;
}
