.bodList ul {
    padding-top: 20px;
    margin-bottom: 60px;
}
.bodList ul li{
    height: 60px;
    line-height: 60px;
    border-bottom: 1px dashed #d2d2d2;
    background: url(about-wk-list.png) no-repeat;
    padding-left: 46px;
    background-position: 20px;
}
.bodList ul li:last-child{
    /*border: none;*/
}
.bodList ul li a{
    color: #212121;
    font-size: 21px;
	width: 400px;
	display: inline-block;
}
.bodList ul li a span{
	display: inline-block;
	float: right;
}
.deve-content{
    margin-top: 60px;
    padding: 0 28px 0 18px;
}
.dev-des p{
    font-size: 26px;
    color: #0d62bd;
    font-weight: 600;
    margin-bottom: 18px;
}
.dev-des div{
    font-size: 20px;
    margin-bottom: 4px;
    line-height: 36px;
}
.development-content{
   display: flex;
   align-items: center;
}
.content-title{
    width: 176px;
    margin-right: 50px;
    height: 62px;
    border-left: 3px solid #0d62bd;
    line-height: 62px;
    font-size: 22px;
    color: #0d62bd;
    font-weight: 600;
    padding-left: 18px;
    background-image: linear-gradient(to right, #fff0e3 , #fff);
}
.dev-content{
    flex: 1;
    font-size: 20px;
    line-height: 36px;
    border-bottom: 1px solid #eee;
    padding: 24px 0;
    text-align: justify;
}
.kc-switch-title{
    margin-top: 44px;
    margin-bottom: 50px;
}
.kc-switch-title ul {
    display: flex;
    border-bottom: 2px solid #e5e5e5;
}
.kc-switch-title ul li{
    position: relative;
    top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 182px;
    height: 40px;
    line-height: 40px;
    font-size: 21px;
    margin-right: 15px;
    cursor: pointer;
}
.kc-switch-title ul li img{
    margin-right: 8px;
}
.kc-switch-title ul{
    justify-content: center;
}
.kc-switch-title ul li:last-child{
    margin-right: 0;
}
.kc-content div img{
    margin-left: 50px;
    margin-bottom: 26px;
}
.nyPic{
    position: relative;
    top: -5px;
}
.kc-content p{
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 48px;
    padding-right: 10px;
}
.kc-switch-title .img1{
    display: block;
}
.kc-switch-title .img2{
    display: none;
}
.kc-switch-title .on{
    border-bottom: 2px solid #0d62bd;
    color: #0d62bd;
}
.kc-switch-title .on .img1{
    display: none;
}
.kc-switch-title .on .img2{
    display: block;
}
.brand{
    margin-top: 58px;
    margin-bottom: 66px;
}
.brand-title{
    display: flex;
    align-items: center;
}
.brand-title .line{
    width: 4px;
    height: 22px;
    background-color: #0d62bd;
}
.heading{
    font-size: 24px;
    line-height: 24px;
    margin-left: 16px;
    color: #0d62bd;
    font-weight: 600;
}
.brand-title-des{
    margin-top: 12px;
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 30px;
}
.brand-content{
    background-color: #f7f8fb;
    padding: 30px 32px 20px 20px;
}
.brand-content-title{
    margin-bottom: -4px;
}
.brand-content div{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #d2d2d2;
}
.brand-content div:last-child{
    border: none;
}
.brand-content-title, .brand-content div p{
    font-size: 18px;
    font-weight: 600;
}
.brand-content div span{
    font-size: 18px;
    line-height: 36px;
}
.brand-content div p{
    display: inline-block;
}
.brand-line{
    margin: 40px 0;
}
.no-dash-line{
    border: none !important;
    padding-bottom: 10px !important;
}