/*标题*/
.title{
    text-align: center;
}

.title h1{
    font-size: 1.5em;
}

.product-intro{
    padding: 20px 0;
    text-align: justify;
}

.content-introduction, .content-feature, .content-cooperation, .content-image, .ny-tab{
    overflow: hidden;
}

div.tabst{
    margin: 0 50px;
}

div.product-intro{
    margin: 15px 150px;
}

/*产品选项*/
div.product-option{
    text-align: center;
    margin: 30px 0;
}

.product-option li{
    display: inline;
    padding: 7px 20px;
    font-size: 16px;
}

.product-option .current{
    border: 1px solid #1174bc;
    color: #1174bc;
    border-radius: 10px;
}

.product-option li:hover{
    cursor: pointer;
}

/*产品*/
.content-introduction, .content-feature, .content-cooperation, .content-image{
    padding-bottom: 20px;
}

.product-intro ,.content-introduction, .content-feature, .content-cooperation{
    border-bottom: 1px solid #C0C0C0;
}

div.ny-tab{
    display: none;
    margin: 0;
}

div.company, div.screenshot{
    float: left;
    text-align: center;
}

/*产品简介*/
/*产品简介Logo*/
div.intro-logo{
    width: 10%;
    height: 100px;
    float: right;;
    margin: 0;
}

.intro-logo img{
    width: 95%;
    height: 85%;
    padding: 3px;
}

/*产品简介文字*/
.content-introduction p{
    padding-bottom: 7px;
}

.content-introduction p, .content-feature p{
    line-height: 23px;
}

/*合作企业*/
div.company{
    margin: 15px 0;
    width: 25%;
}

.company-logo{
    width: 30%;
    height: 30%;
}

.company p{
    padding-top: 15px;
}

/*产品截图*/
div.screenshot{
    width: 33.333333333%;
    margin: 10px 0;
}

.screenshot img{
    width: 70%;
}