
.sess{
    margin: 0 auto;
}
.sess .nav-box{
    text-align: center;
    margin: 40px auto;
    width: 428px;
}
.nav-item{
    width: 202px;
    height: 43px;
    border: 1px solid #333333;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #333333;
    margin: 0 6px;
    cursor:pointer
}
.nav-item-on{
    background: #0068b7;
    color: #fff;
    border: 1px solid #0068b7;
}
.hide{
    display: none;
}
.news{
    width: 100%;
    position: relative;
}
.news-box{
    width: 385px;
    background: #fff;
    margin: 15px 7px;
}
.news-box .news-img{
    width: 100%;
    height: 225px;
    overflow: hidden;
}
.news-box .news-img img{
    width: 100%;
    min-height: 225px;
    display: block;
}
.news-box .news-text{
    padding: 10px;
}
.news-box .news-text h1{
    font-size: 16px;
    color: #101010;
    text-align: center;
    margin-bottom: 10px;
}
.news-box .news-text p{
    font-size: 14px;
    color: #8d8c8c;
    line-height: 22px;
}
.news-box .news-text h6{
    font-size: 12px;
    color: #999999;
    margin-top: 5px;
}
.foot-bg{
    background: #fff;
}

/*detial*/

.w1000{
    width: 1000px;
}
.sess .detial{
    width: 100%;
    background: #fff;
    margin-top: 32px;
    margin-bottom: 50px;
    padding: 20px 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.sess .detial .detial-title{
    width: 100%;
    padding: 0 36px 10px 36px;
    border-bottom: 1px solid #eaf5ff;
}
.sess .detial .detial-title h1{
    font-size: 32px;
    line-height: 50px;
    color: #333333;
}
.sess .detial .detial-title h6{
    font-size: 16px;
    color: #7e7e7e;
    line-height: 30px;
}
.sess .detial .detial-text{
    padding: 10px 36px;
    text-align: center;
}
.sess .detial .detial-text img{
    max-width: 925px;
    overflow: hidden;
    margin: 10px 0;
}
.sess .detial .detial-text p{
    font-size: 16px;
    color: #585858;
    line-height: 25px;
    margin: 5px 0;
    text-indent: 32px;
    text-align: left;
}
/*detial  结束*/

/*service*/
.service{
    width: 100%;
    background: #fff;
    margin-top: 37px;
    margin-bottom: 50px;
    padding: 30px 57px;
}
.service h1{
   font-size: 22px;
    color: #333333;
    line-height: 40px;
    text-align: center;
    margin-bottom: 25px;
}
.service p{
    font-size: 16px;
    color: #585858;
    line-height: 25px;
    margin-bottom: 10px;
    text-indent: 32px;
}

/*service  结束*/