
/*** content ***/
.content .topInfo{
    height: 600px;
    padding-bottom: 20px;
}
.content .topInfo .navInfo{
    width: 230px;
    height: 100%;
    border: 2px solid #259b24;
    border-top: none;
    position: relative;
    padding-top: 10px;
    background-color: #FFFFFF;
}
.content .topInfo .navInfo .item{
    height: 50px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
}
.content .topInfo .navInfo .item .itemBox{
    position: absolute;
    top: 0;
    left: 227px;
    width: 230px;
    height: 100%;
    padding-top: 10px;
    background: #fff;
    display: none;
    z-index: 60;
}
.content .topInfo .navInfo .item .itemBox a{
    height: 50px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 30px;
}
.content .topInfo .navInfo .item .itemBox a:hover{
    text-decoration: none;
    color: #259b24;
}

.content .topInfo .navInfo .item:hover{
    box-shadow: 1px 1px 3px 3px #ccc;
}
.content .topInfo .navInfo .item:hover .itemBox{
    display: block;
}
.content .topInfo .navInfo .item img{
    width: 14px;
    height: 14px;
}
.content .topInfo .recommend{
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 20px 0 0px 20px;
}
.content .topInfo .recommend > div:first-child{
    height: 374px;
    display: flex;
    justify-content: space-between;
}
.content .topInfo .recommend > div:nth-child(2){
    height: 170px;
    display: flex;
    justify-content: space-between;
}
.content .topInfo .recommend .sw,.content .topInfo .recommend .products{
    width: 730px;
}
.content .topInfo .recommend .userInfo,.content .topInfo .recommend .qrCode{
    width: 200px;
}
.content .topInfo .recommend .sw .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.content .topInfo .recommend .sw .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.content .topInfo .recommend .sw .swiper-slide img{
    width: 100%;
    height: 374px;
}
.content .topInfo .recommend .sw .swiper-pagination-bullet {
    width: 30px;
    height: 4;
    opacity: 1;
    background: rgba(0,0,0,0.2);
    border-radius: 0px;
}
.content .topInfo .recommend .sw .swiper-pagination-bullet-active {
    color:#fff;
    background: #259b24;
}
.content .topInfo .recommend .userInfo{
    box-shadow: 0 0 2px 2px #ccc;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFFFFF;
}
.content .topInfo .recommend .userInfo > *:nth-child(n+2){
    margin-top: 15px;
}
.content .topInfo .recommend .userInfo .login{
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.content .topInfo .recommend .userInfo .login a{
    width: 75px;
    height: 30px;
    color: #fff;
    background: #259b24;
    border: 1px solid #259b24;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content .topInfo .recommend .userInfo .login a:nth-child(2){
    color: #259b24;
    background: #fff;
}
.content .topInfo .recommend .userInfo .username{
    font-size: 18px;
    font-weight: bold;
}
.content .topInfo .recommend .products{
    display: flex;
    background-color: #FFFFFF;
}
.content .topInfo .recommend .products a{
    display: inline-block;
}
.content .topInfo .recommend .products a:not(:last-child){
    margin-right: 20px;
}
.content .topInfo .recommend .products img{
    display: block;
    width: 168px;
    height: 170px;
    margin: auto;
}
.content .topInfo .recommend .qrCode{
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 1px 1px #eee;
    background-color: #FFFFFF;
}
.graybg{
    background-color: #f8faff;
}
.content .projects{
    height: 500px;
    padding: 50px 0;
}
.content .projects .box{
    height: 100%;
}
.content .projects .mainProject{
    background: url('../img/lvcai-project.97c947d.png') 50% no-repeat;
    background-size: cover;
    height: 100%;
    width: 224px;
    padding: 36px 15px;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px 1px #ccc;
}
.content .projects .mainProject .title{
    font-size: 22px;
    color: #333;
    font-weight: 500;
    margin-bottom: 15px; 
    display: inline-block;
}
.content .projects .mainProject .price{
    font-size: 20px;
    font-weight: 700;
}
.content .projects .pricebg{
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: linear-gradient(0deg,#5f5f5f,transparent),url("../img/lvcai-project-nav.5563066.png") 50% no-repeat;
    background-size: cover;
    border: 1px solid #ccc;
}
.content .projects .pricebg div{
    display: flex;
    flex-direction: column; 
    align-items: center;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}
.content .projects .pricebg div a{
    display: block;
    font-size: 16px;
    color: #fff;
    width: 98px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #fff;
    margin: 20px auto;
    text-decoration: none;
}
.content .projects .projTypes a{
    float: left;
    cursor: pointer;
    font-size: 12px;
    color: #747474;
    width: 64px;
    border: 1px solid #747474;
    border-radius: 20px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    margin-right: 20px; 
    margin-bottom: 15px;
}
.content .projects .projectList{
    border: 1px solid #ccc;
    box-shadow: 0 0 5px 1px #ccc;
    height: 100%;
}
.content .projects .projectList a{
    float: left;
    width: 210px;
    text-align: center;
    margin: 0 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
}
.content .projects .projectList a p{
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

.content .projects .shopInfo{
    height: 100%;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px 1px #ccc;
}
.content .projects .shopInfo .shopStatic{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 130px; 
}
.content .projects .shopInfo .shopStatic .title{
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 12px;
    color: #333;
}
.content .projects .shopInfo .shopStatic p span{
    font-size: 20px;
    font-weight: 700;
    color: #333;
}
.content .projects .shopInfo .shopList{
    width: 100%;
    height: 280px;
    width: 730px;
}
.content .projects .shopInfo .shopList a img{
    display: block;
    width: 160px;
    height: 110px;
    margin: auto;
    float: left;
    margin: 11px;
}
.content .businessInfo{
    height: 600px;
    padding: 50px 0; 
    background: url(../img/indexpartBg.a976188.png) 50% no-repeat;
    background-size: cover;
}
.content .businessInfo .box{
    height: 100%;
}
.content .businessInfo .simuBox,.content .businessInfo .zbBox{
    height: 100%;
    width: 592px;
    padding: 30px 40px 20px 20px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 6px 1px #ccc;
}
.content .businessInfo .simuBox h5,.content .businessInfo .zbBox h5{
    text-decoration: none;
    font-size: 22px;
    color: #333;
    font-weight: 700;
    margin:0 0 20px;
}
.content .businessInfo .simuBox h5:hover,.content .businessInfo .zbBox h5:hover{
    text-decoration: none;
}
.content .businessInfo .zbBox{
    padding: 30px 20px 20px;
}
.content .businessInfo .simuList{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.content .businessInfo .simuList:not(:last-child){
    margin-bottom: 10px;
}
.content .businessInfo .simuList p{
    margin-top: 10px;
}
.content .businessInfo .simuList > div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 94px;
}
.content .businessInfo .simuList > div img{
    height: 100%;
}
.content .businessInfo .simuList > div > div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin-left: 20px;
    padding: 10px 0;
    align-items: flex-start;
}
.content .businessInfo .simuList > div > div .bigText{
    font-size: 16px;
    color: #333;
}
.content .businessInfo .simuList > div > div .smallText{
    font-size: 14px;
    color: #8b8b8b;
    line-height: 40px;
}
.content .businessInfo .zbBox .zbList{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: calc(100% - 44px);
}
.content .businessInfo .zbBox .mainProject{
    background: url('../img/lvcai-project.97c947d.png') 50% no-repeat;
    background-size: cover;
    height: 100%;
    width: 210px;
    padding: 36px 15px;
}
.content .businessInfo .zbBox .pricebg{
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: linear-gradient(0deg,#5f5f5f,transparent),url("../img/lvcai-project-nav.5563066.png") 50% no-repeat;
    background-size: cover;
    border: 1px solid #ccc;
}
.content .businessInfo .zbBox .pricebg div{
    display: flex;
    flex-direction: column; 
    align-items: center;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}
.content .businessInfo .zbBox .pricebg div a{
    display: block;
    font-size: 16px;
    color: #fff;
    width: 98px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #fff;
    margin: 20px auto;
    text-decoration: none;
}
.content .businessInfo .zbBox .zbList .zbjList{
    width: 400px;
    display: flex;
    flex-wrap: wrap;
}
.content .businessInfo .zbBox .zbList .zbjList a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
}
.content .businessInfo .zbBox .zbList .zbjList a:nth-child(2n+1){
    margin-right: 10px;
}
.content .businessInfo .zbBox .zbList .zbjList a img{
    width: 170px;
    height: 170px;
}
.content .businessInfo .zbBox .zbList .zbjList a span{
    font-size: 14px;
    color: #333;
    line-height: 30px;
}
.content .toutiao{
    height: 400px;
    margin-top: 50px;
    margin-bottom: 50px;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 2px 6px 1px #ccc;
    box-shadow: 0 2px 6px 1px #ccc;
    padding: 20px;
}
.content .toutiao h5{
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
}
.content .toutiao .info{
    display: flex;
    height: 300px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.content .toutiao .info .infoShort{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.content .toutiao .info .infoShort img{
    margin-right: 30px;
}
.content .toutiao .info .infoShort .news a{
    text-decoration: none;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display:block;
    font-size: 14px;
    color: #333;
    line-height: 38px;
}
.content .toutiao .info .infoShort .news a:hover{
    color:rgb(161, 39, 39);
}
.content .toutiao .infoTw{
    width: 520px;
    display: flex;
    flex-wrap: wrap;
}
.content .toutiao .infoTw a{
    display: flex;
    text-decoration: none;
    color: #333;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 220px;
    margin: 15px;
}
.content .toutiao .infoTw a span{
    padding: 10px 0;
}
/***end***/
