/*
* Copyright , 杭州长牛科技有限公司版权所有 www.changniukj.com.com
*
* 请尊重原创，未经允许请勿转载。
* 如发现下载/防止本站前端，那么我们必将追究相应的法律责任。
*/
.ppw {
    width: 100%;
    overflow: hidden;
}

.ppbox {
    width: 1280px;
    margin: 0 auto;
}

.ppfl {
    line-height: 60px;
    width: 100%;
    overflow: hidden;
}

.ppfl li {
    width: auto;
    float: left;
    padding: 0px 10px;
    height: 40px;
    line-height: 40px;
    margin-right: 8px;
}

.ppfl  li.on {
    background: #011d4d;
    color: #fff;
    min-width: 80px;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 0 10px 2px rgba(139, 139, 139, 0.46);
}

.ppfl li:hover{
    background: #011d4d;
    color: #fff;
    min-width: 80px;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 0 10px 2px rgba(139, 139, 139, 0.46);
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.pplist {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.pplist li {
    width: 416px;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    border: 1px solid #efefef;
    border-radius: 5px;
}
.pplist li:nth-child(3n){
    margin-right: 0px;

}
.ppt {
    height: 50px;
    line-height: 50px;
    width: 100%;
    border-top: 1px solid #efefef;
}

.ppt a {
    width: 50%;
    float: left;
    display: block;
    text-align: center;
    font-size: 14px;
    position: relative;
}
.ppt a:first-child::after{
    content: '';
    width: 2px;
    height: 15px;
    position: absolute;
    background: #efefef;
    right: 0px;
    top: 16px;
}

.ppm a {
    display: block;
    padding:10px;
}

.ppm a img {
    width: 100%;
    height: 262px;
    border-radius: 5px;
    /*object-fit: cover;*/
    /*object-position: top;*/
}

.ppm {
    width: 100%;
    height: 335px;
}

.pplist li:hover{
    border: 1px solid #ff0000;
    border-radius: 5px;
}
.pplist li:hover a{
    color: #ff0000!important;
}
.ppm span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    display: block;
    height: 50px;
    line-height: 50px;
}
.photo {
    float: left;
}
#showbox {background: #d1f1fe;}
#showbox span { background:url(../images/whitebg.png) repeat;}
#showsum { left:25px; margin-top:10px;}
#showsum span { border:1px solid #ddd;}
#showsum span.sel { border:1px solid #f60;}

.showpage { width:400px; position:relative;}
.showpage a { display:block; width:15px; border:1px solid #ddd; height:60px; line-height:60px; background:#eee; text-align:center; font-size:18px; position:absolute; left:0; top:-62px; text-decoration:none; color:#999;}
.showpage a#shownext { left:auto; right:0;}
.showpage a:hover { background:#ccc; color:#777;}



.ppinfo {
    float: left;
    width: 860px;
    margin-left: 20px;
}

.ppinfo h1 {
    position: relative;
    font-size: 28px;
    height: 55px;
    line-height: 55px;
}
.gongneng {
    width: 100%;
    overflow: hidden;
}

.gongneng  h5 {
    font-size: 18px;
}

.gongneng p {
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #f9f9f9;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #f9f9f9;
}
.onlie {
    width: 100%;
    overflow: hidden;
}

.onlie span {
    font-size: 24px;
    float: left;
    width: auto;
    background: #00235d;
    color: #fff;
    padding: 10px 16px;
    border-radius: 5px;
    position: relative;
    padding-left: 40px;
}
.onlie span::before{
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(../images/tell.png) no-repeat;
    background-position: center;
    background-size: 30px;
    top: 8px;
    left: 5px;
}
.onlie a {
    font-size: 16px;
    float: right;
    width: auto;
    background: #00235d;
    color: #fff;
    padding: 10px 16px;
    border-radius: 5px;
    position: relative;
    padding-left: 30px;
}
.onlie a::before{
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(../images/kefu.png) no-repeat;
    background-position: center;
    background-size: 25px;
    top: 4px;
    left: 0px;
}
.ppbase {
    width: 100%;
    overflow: hidden;
}

.pptab {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 30px;
}

.pptab .tab_mu {
    height: 50px;
    color: #404040;
}


.pptab .tab_mu li {
    float: left;
    position: relative;
    width: 150px;
    line-height: 50px;
    height: 50px;
    color: #000;
    text-align: center;
}

.pptab .tab_mu li.on {
    position: relative;
    width: 150px;
    line-height: 50px;
    background: #00235d;
    height: 50px;
    color: #fff;
    text-align: center;
}

.pptab .pptab_bd {
    width: 100%;
    overflow: hidden;
    background: #f2f2f2;
}

.pptab .pptab_bd ul {
    overflow: hidden;
    zoom: 1;
}

.pptab .pptab_bd li {
    height: 22px;
    line-height: 22px;
    padding: 0 10px 0 5px;
    overflow: hidden;
    width: 125px;
    float: left;
}
.pptab_box {
    width: 100%;
    overflow: hidden;
}

.ppjs {
    width: 100%;
    overflow: hidden;
    padding: 30px 20px;
}

.ppjs p {
    line-height: 24px;
    font-size: 14px;
    overflow: hidden;
}

.ppjs img {
    width: auto!important;
    height: auto!important;
    max-width: 100%;
}

.ppjs h4 {
    height: 50px;
    line-height: 50px;
    position: relative;
    background: #00235d;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    clip-path: polygon(0% 0%, 90% 0%, 104% 100%, 0% 100%);
    color: #fff;
    width: 400px;
}
.ppjs h4::before{
    content: '';
    width: 3px;
    height: 18px;
    background: #ffffff;
    left: 8px;
    top: 14px;
    position: absolute;
}

.ppjs {
    width: 100%;
    overflow: hidden;
    padding: 30px 20px;
    min-height: 300px;
}
.ppjs p {
    line-height: 32px;
    font-size: 14px;
}
.ppjs strong {
    font-weight: bold;
    font-size: 16px;
}
.ppjs a {
    color: #3F51B5;
    font-weight: bold;
}
.ppcs {
    width: 100%;
    overflow: hidden;
    padding: 30px 20px;
    min-height: 300px;
}
.ppcs p {
    line-height: 32px;
    font-size: 14px;
}
.ppcs a {
    color: #3F51B5;
    font-weight: bold;
}

.ppcs table {
    width: 99% !important;
    border-bottom: 1px solid #beccdb;
    border-right: 1px solid #beccdb;
}
.ppcs tbody {
    width: 99% !important;
    border-bottom: 1px solid #beccdb;
    border-right: 1px solid #beccdb;
}
.ppcs table tr {
    border-top: 1px solid #beccdb;
    border-left: 1px solid #beccdb;
    line-height: 1.5;
    padding: 10px;
    font-size: 16px;
}

.ppcs td {
    border-top: 1px solid #beccdb;
    border-left: 1px solid #beccdb;
    line-height: 1.5;
    padding: 10px;
    font-size: 16px;
}
.ppcs img {
    max-width: 600px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 0 14px 2px rgba(139, 139, 139, 0.29);
}

.ppyy {
    width: 100%;
    overflow: hidden;
    padding: 30px 20px;
    min-height: 300px;
}

.ppzl {
    width: 100%;
    overflow: hidden;
    padding: 30px 20px;
    min-height: 300px;
}

.xgpp {
    height: 50px;
    line-height: 50px;
    background: #001c4c;
    color: #fff;
}

.xgpp  h5 {
    float: left;
    padding-left: 30px;
    position: relative;
}
.xgpp  h5::before{
    content: '';
    width: 3px;
    height: 18px;
    background: #ffffff;
    left: 8px;
    top: 14px;
    position: absolute;
}
.xgpp a {
    float: right;
    font-size: 14px;
    margin-right: 20px;
}


.zanwu {
    width: 120px;
    margin: 0 auto;
    height: 60px;
    margin-top: 90px;
}

.zanwu span {
    line-height: 60px;
    border: 1px solid #f1f1f1;
    position: relative;
    display: inline-block;
    padding: 0px 18px;
    padding-left: 60px;
    text-align: center;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0 0 15px 2px rgba(139, 139, 139, 0.24);
}
.zanwu span::before {
    content: '';
    width: 60px;
    height: 60px;
    background: url(../images/zanwuinfo.png) no-repeat;
    background-size: 60px;
    position: absolute;
    left: 0px;
    top: 0px;
}