
/**/
.page-body{position:relative;}
/*路径*/
.path{margin: 15px auto;color:#666;}
.path li{display: inline;}
/*分页*/
.pagination{text-align: left;margin:10px 0;display:block;}
.pagination li{display:inline-table;}
.pagination li a,
.pagination li.disabled span,
.pagination li.active span{padding:5px 10px;border:1px solid #ccc;margin-left: 5px;display: block;border-radius:2px;}
.pagination li a:hover{color:#31859c;}
.pagination li.active span{background:#31859c;color:#fff;border-width:0px;}
.pagination li.disabled span{color:#ccc;border:1px solid #efefef;}

.content-info{
    padding: 65px 0 100px;
    min-height: 300px;
    font-size: 18px;
    font-weight: 300;
    text-align: justify;
    word-break: break-all;
    color: #11313a;
    line-height: 180%;
}
.content-info-img{
    margin-left: 20px;
    padding-top: 65px;
    width: 500px;
}

.content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
/*分类*/
.small-nav{
    width: 100%;
    min-width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 1px 0 3px;
    background-color: #31859c;
}
.small-nav a{
    display:block;
    line-height: 40px;
    font-size: 16px;
    padding: 0 20px;
    margin-left: 1px;
    color: #fff;
}
.small-nav .curr,
.small-nav a:hover{
    background-color: #fff;
    color: #31859c;
}
.small-nav-title{
    width: 100%;
    min-width: 1200px;
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #eee;
    border-bottom:2px solid #ddd;
    font-size: 30px;
    color: #999;
    font-weight: 300;
}

.page-category{display: flex;flex-direction: column;}

.page-category a{display:block;
    text-align: center;
    line-height: 50px;
    border-bottom:1px solid #ececec;
    font-size: 16px;
}
.page-category a:hover{ background-color: #ddd;}
.page-category a.this{background: #f1f0ed;  color: #31859c;}

/*新闻动态*/
.news{display: flex;flex-direction: column;margin-top: 50px}
.news a{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom:#efefef 1px solid;
    padding: 10px;

}
.news a .img{width: 200px;height: 120px;overflow:hidden; margin-right: 20px}
.news a .img img{min-width: 200px;min-height: 120px;}
.news a .txt{min-width: 670px;flex-grow: 1;}
.news a .txt .title{height: 26px;line-height: 30px;
    font-size: 20px;font-weight:400;position: relative;

}
.news a .txt .time{
    padding: 8px 0 15px;
    display: flex;
    align-items: center;
    font-size: 14px;line-height: 16px;
    color: #999;
}
.news a .txt .time span{width: 10px;height: 7px;margin-right: 10px;
    background-color: #ccc;}
.news a .txt .title a{color:#000;}
.news a .txt p{font-size: 16px;line-height: 22px; color: #666; font-weight: 300;
    max-height: 44px;overflow: hidden;word-wrap:break-word}
.news a:hover .img img{transition: all 0.5s ease-out;transform: scale(1.1);}
.news a:hover .txt .time span{width: 30px;background-color:#31859c;}
/*新闻详情---------------------------*/
.news-body{overflow: hidden;padding: 30px 0 0;}
.news-body .news-body-top{padding: 0 80px 20px 0; margin-bottom: 20px;
    border-bottom: 1px solid #ddd;}
.news-body .news-body-top .title{font-size: 26px;color: #000; margin-bottom: 10px;}
.news-body .news-body-top .description{font-size: 16px;color: #666;line-height: 25px;padding-bottom: 10px;}
.news-body .news-body-top p{font-size:14px;color:#999;}
.news-body .content-body{min-height: 570px;font-size: 18px;line-height: 200%;font-weight: 300;}
.news-body .news-body-bottom{padding: 10px 0 30px;border-top: 1px solid #ddd;margin-top: 30px;font-size: 16px}
.news-body .news-body-bottom .previous,
.news-body .news-body-bottom .next{color:#ccc;line-height: 35px;}
.news-body .news-body-bottom .previous span,
.news-body .news-body-bottom .next span{color:#000;}

/*通用详情页面*/
.info{overflow: hidden;padding: 30px 0 0;}
.info .info-top{padding: 0 80px 20px 0; margin-bottom: 20px;
    border-bottom: 1px solid #ddd;}
.info .info-top .title{font-size: 24px;color: #000; margin-bottom: 10px;}
.info .info-top .description{font-size: 14px;color: #666;line-height: 25px;padding-bottom: 10px;}
.info .info-top p{font-size:12px;color:#999;}
.info .content{min-height: 570px;font-size: 14px;line-height: 24px;}
.info .info-bottom{padding: 20px 0;border-top: 1px solid #ddd;}
.info .info-bottom .previous,
.info .info-bottom .next{color:#ccc;line-height: 35px;}
.info .info-bottom .previous span,
.info .info-bottom .next span{color:#000;}

/*about*/
.about{overflow: hidden;padding: 30px 0 0;}
.about .title{font-size: 30px;text-align: center;
    color: #000;
    line-height: 60px;
    margin-bottom: 10px;border-bottom: 1px solid #ddd;}
.about .info{min-height: 570px;font-size: 14px;line-height:200%;}


/*联系我们*/
.contact{position: relative;overflow: hidden;margin:20px auto;background: #efefef;}
.contact  .title-en{
    font-size: 36px;
    color: #31859c;
    font-weight:bold;
}
.contact  .title{
    font-size: 22px;
}
.contact .guest{
    float: left;
    width: 320px;
    margin: 30px 0 0 60px;


}
.contact .guest ul{margin-top: 20px;}
.contact .guest ul li{ margin-bottom: 10px}
.contact .txt{
    float: right;
    padding: 30px 10px 10px 200px;
    width: 550px;
    text-align: left;
    background: url("../images/contact-bg.jpg") #f7f7f7 no-repeat;
    background-size:auto 100%;
    height: 600px;
}
.contact .txt ul{margin-top: 30px;}
.contact .txt ul li{line-height: 45px;font-size: 18px;font-weight: 300;}
.contact .txt ul li span{
    color: #31859c;
}
.contact .txt .img{
    margin-top: 30px;
    width: 125px;
    overflow: hidden;
    border:4px solid #31859c;
    padding: 5px;
}
.order{background: #efefef;padding: 20px 0 10px;}

/*产品*/
.product{
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product:after{
    content: "";
    width: 380px;
}
.product .item{
    position: relative;
    width: 380px;
    background-color: #31859c;
    border:1px solid #31859c;
    margin-bottom: 25px;
}

.product .item .img{
    position: relative;
    width:100%;
    height: 220px;
    overflow:hidden;
}
.product .item .img img{
    z-index: 1;
    width:100%;
}
.product .item .title
{
    font-size: 20px;
    padding: 15px;
    color: #fff;
}

.content-app{
    padding-top: 65px;
    min-height: 300px;
    width: 600px;
    font-size: 18px;
    font-weight: 300;
    text-align: justify;
    word-break: break-all;
    color: #11313a;
    line-height: 180%;

}
.content-app-img{
    margin-left: 20px;
    padding-top: 65px;
    width: 500px;
}
.content-app-list{
    margin-top: 20px;
    font-weight: 400;
}
