@charset "utf-8";
.diycon-hd{
    margin: 23px 0 110px 0;
}
.diycon-hd ul{
    display: flex;
    display: -webkit-flex;
    flex-wrap:nowrap;
    -webkit-flex-wrap:nowrap;
    -moz-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    -o-flex-wrap:nowrap;
    justify-content:center;
    -webkit-justify-content:center;
    -moz-justify-content:center;
    -ms-justify-content:center;
    -o-justify-content:center;
    align-items:center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
}
.diycon-hd ul li{
    white-space: nowrap;
    color: #999;
    font-size: 24px;
    cursor: pointer;
    margin:0 57px;
    position: relative;
}
.diycon-hd ul li.on{
    color: #00ACBB;
}
.diycon-hd ul li.on:after{
    content: "";
    width:80px;
    height:4px;
    background: #00ACBB;
    position: absolute;
    z-index: 20;
    bottom: -10px;
    left: 50%;
    margin-left: -40px;
}
.diycon-bd ul li{
    width: 100%;
}
.diycon-soft .soft-item1{
    margin-bottom: 33px;
}
.diycon-soft .soft-item1 .title{
    text-align: center;
    position: relative;
    color: #333333;
    font-size: 24px;
    padding-bottom: 30px;
    margin-bottom:58px; 
}
.diycon-soft .soft-item1 .title:after{
    content: "";
    width: 80px;
    height: 7px;
    background: #00ACBB;
    position: absolute;
    z-index: 20;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
}
.diycon-soft .soft-item1 .softlist ul{
    display: flex;
    display: -webkit-flex;
    flex-wrap:nowrap;
    -webkit-flex-wrap:nowrap;
    -moz-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    -o-flex-wrap:nowrap;
    justify-content:space-between;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    -ms-justify-content:space-between;
    -o-justify-content:space-between;
    align-items:flex-start;
    -webkit-align-items:flex-start;
    -moz-align-items:flex-start;
    -ms-align-items:flex-start;
    -o-align-items:flex-start;
}
.diycon-soft .soft-item1 .softlist ul li{
    width: 220px;
    flex-shrink:0;
    -webkit-flex-shrink:0;
    -moz-flex-shrink:0;
    -ms-flex-shrink:0;
    -o-flex-shrink:0;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
}
.diycon-soft .soft-item1 .softlist ul li img{
    display: block;
    width: 220px;
    height: 185px;
}
.diycon-soft .soft-item1 .softlist ul li h1{
    font-size: 20px;
    color: #333;
    text-align: center;
    margin: 20px 0;
}
.diycon-soft .soft-item1 .softlist ul li p{
    font-size:12px;
    color: #999;
    text-align: center;
    padding: 0 15px 15px 15px;
    line-height: 1.6;
}
.diycon-soft .soft-item2{
    width: 100%;
    height: 289px;
    background: url(../images/soft-item2.png) no-repeat center center;
}
.diycon-soft .soft-item3{
    width: 100%;
    height: 450px;
    background: url(../images/soft-item3.png) no-repeat center top;
}
.webcon .title{
    font-size: 24px;
    color: #333;
    text-align: center;
    margin: 111px 0 40px 0;
}
.webcon .webcon-item1{
    margin-bottom: 28px;
}
.webcon .webcon-item1 ul{
    display: flex;
    display: -webkit-flex;
    flex-wrap:nowrap;
    -webkit-flex-wrap:nowrap;
    -moz-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    -o-flex-wrap:nowrap;
    justify-content:space-between;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    -ms-justify-content:space-between;
    -o-justify-content:space-between;
    align-items:center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    background: url(../images/web_con_line_bj.png) no-repeat center bottom;
    padding-bottom: 22px;
    background-size: 1200px 10px;
    -webkit-background-size: 1200px 10px;
    -moz-background-size: 1200px 10px;
    -ms-background-size: 1200px 10px;
    -o-background-size: 1200px 10px;
}
.webcon .webcon-item1 ul li{
    flex:auto;
    -webkit-flex:auto;
    -moz-flex:auto;
    -ms-flex:auto;
    -o-flex:auto;
    display: flex;
    display: -webkit-flex;
    flex-wrap:nowrap;
    -webkit-flex-wrap:nowrap;
    -moz-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    -o-flex-wrap:nowrap;
    justify-content:center;
    -webkit-justify-content:center;
    -moz-justify-content:center;
    -ms-justify-content:center;
    -o-justify-content:center;
    align-items:center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
}
.webcon .webcon-item1 ul li div{
    font-size: 24px;
    color: #999;
    white-space: nowrap;
    margin: 0 40px;
}
.weblist-hd ul{
    display: flex;
    display: -webkit-flex;
    flex-wrap:nowrap;
    -webkit-flex-wrap:nowrap;
    -moz-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    -o-flex-wrap:nowrap;
    justify-content:space-between;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    -ms-justify-content:space-between;
    -o-justify-content:space-between;
    align-items:center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
}
.weblist-hd ul li{
    cursor: pointer;
    width: 162px;
    flex-shrink:0;
    -webkit-flex-shrink:0;
    -moz-flex-shrink:0;
    -ms-flex-shrink:0;
    -o-flex-shrink:0;
    cursor: pointer;
}
.weblist-hd ul li .icon{
    width: 162px;
    height: 72px;
    background-position: center center;
    background-repeat: no-repeat;
}
.weblist-hd ul li:nth-child(1) .icon{
    background-image: url(../images/web_con_nav1.png);
}
.weblist-hd ul li:nth-child(2) .icon{
    background-image: url(../images/web_con_nav2.png);
}
.weblist-hd ul li:nth-child(3) .icon{
    background-image: url(../images/web_con_nav3.png);
}
.weblist-hd ul li:nth-child(4) .icon{
    background-image: url(../images/web_con_nav4.png);
}
.weblist-hd ul li:nth-child(5) .icon{
    background-image: url(../images/web_con_nav5.png);
}
.weblist-hd ul li:nth-child(6) .icon{
    background-image: url(../images/web_con_nav6.png);
}
.weblist-hd ul li.on:nth-child(1) .icon{
    background-image: url(../images/web_con_nav1_on.png);
}
.weblist-hd ul li.on:nth-child(2) .icon{
    background-image: url(../images/web_con_nav2_on.png);
}
.weblist-hd ul li.on:nth-child(3) .icon{
    background-image: url(../images/web_con_nav3_on.png);
}
.weblist-hd ul li.on:nth-child(4) .icon{
    background-image: url(../images/web_con_nav4_on.png);
}
.weblist-hd ul li.on:nth-child(5) .icon{
    background-image: url(../images/web_con_nav5_on.png);
}
.weblist-hd ul li.on:nth-child(6) .icon{
    background-image: url(../images/web_con_nav6_on.png);
}
.weblist-hd ul li h1{
    text-align: center;
    font-size:20px;
    color: #999;
    margin-top: 15px;
}
.weblist-hd ul li.on h1{
    color:#BE3378;
}
.weblist-bd{
    margin-top: 30px;
    margin-bottom: 30px;
}
.weblist-bd li{
    border: 1px solid rgba(153,153,153,.1);
    padding:30px;
    position: relative;
}
.weblist-bd li:after{
    content:"";
    display:block;
    width:24px;
    height: 22px;
    background: url(../images/icon_ssj.png) no-repeat center center;
    position: absolute;
    z-index: 20;
    left: 60px;
    top: -20px;
}
.weblist-bd li h1{
    font-size:24px;
    color:#333;
    margin-bottom: 20px;
}
.weblist-bd li div{
    display: flex;
    display: -webkit-flex;
    flex-wrap:nowrap;
    -webkit-flex-wrap:nowrap;
    -moz-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    -o-flex-wrap:nowrap;
    justify-content:space-between;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    -ms-justify-content:space-between;
    -o-justify-content:space-between;
    align-items:flex-start;
    -webkit-align-items:flex-start;
    -moz-align-items:flex-start;
    -ms-align-items:flex-start;
    -o-align-items:flex-start;
}
.weblist-bd li div .left{
    display: block;
    width:30px;
    height:30px;
    margin-right: 24px;
    flex-shrink:0;
    -webkit-flex-shrink:0;
    -moz-flex-shrink:0;
    -ms-flex-shrink:0;
    -o-flex-shrink:0;
}
.weblist-bd li div p{
    font-size: 16px;
    color: #999;
}