@charset "UTF-8";
/*
* Copyright ,  www.changniukj.com.com
*
* 
* /
*/
.ppw {
    width: 100%;
    overflow: hidden;
}

.ppbox {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    /* margin-left: 5px; */
}
.all {
    height: 60px;
    line-height: 60px;
    width: 100%;
    overflow: hidden;
}

.all span {
    width: 50%;
    text-align: center;
    float: left;
}
.ppfl {
    line-height: 60px;
    width: 100%;
    overflow: hidden;
    display: none;
}

.ppfl li {
    width: 33.333%;
    float: left;
    padding: 0px 10px;
    height: 40px;
    line-height: 40px;
    margin-right: 0;
    font-size: 13px;
    border: 1px solid #f9f9f9;
    text-align: center;
}

.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: 10px;
}

.pplist li {
    float: left;
    margin-bottom: 10px;
    margin-right: 5px;
    border: 1px solid #efefef;
    border-radius: 5px;
    width: calc(50% - 10px);
    margin-left: 5px;
}
.pplist li:nth-child(4n){
    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;
}

.ppm a img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
}

.ppm {
    width: 100%;
    height: auto;
}

.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;
}



.ppinfo {
    width: calc(100% - 10px);
    margin-left: 5px;
}

.ppinfo h1 {
    position: relative;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}
.gongneng {
    width: 100%;
    overflow: hidden;
}


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


.photo {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.photo .hd {
    width: 100%;
    height: 11px;
    position: absolute;
    z-index: 1;
    bottom: 15px;
    text-align: center;
}

.photo .hd ul {
    display: inline-block;
    height: 5px;
    padding: 3px 5px;
    font-size: 0;
    vertical-align: top;
}

.photo .hd ul li {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #8C8C8C;
    margin: 0 5px;
    vertical-align: top;
    overflow: hidden;
}

.photo .hd ul .on {
    background:#00235d;
    width: 15px;
}

.photo .bd {
    position: relative;
    z-index: 0;
}

.photo .bd li img {
    width: 100%;
    height: auto;
}

.pptab {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 30px;
    background: #f9f9f9;
}
.pptab .hd {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #e8e8e8;
}

.pptab .hd ul {
    overflow: hidden;
}

.pptab .hd ul li {
    float: left;
    margin: 0 auto;
    color: #515151;
    padding: 0px 15px;
    width: 25%;
    text-align: center;
}

.pptab .hd ul .on {
    color: #ffffff;
    background: #00235d;
}

.pptab .hd ul .on a {
    display: block;
    /* Android 4.0.x bug */
}

.pptab .bd ul {
    padding: 10px;
}

.pptab .bd li {
    height: 33px;
    line-height: 33px;
}

.pptab .bd a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*  */
.pptab .bd li a {
    color: #555;
}

.pptab .bd .t {
    height: 85px;
    overflow: hidden;
}

.pptab .bd .t .pic {
    width: 130px;
    float: left;
}

.pptab .bd .t .con {
    margin-left: 130px;
    line-height: 20px;
}

.pptab .bd .t .con p {
    font-size: 12px;
    color: #999;
}


.ppjs {
    width: 100%;
    overflow: hidden;
    padding: 10px;
    min-height: 300px;
    background: #fff;
}
.ppjs p {
    line-height: 32px;
    font-size: 14px;
}
.ppjs img {
width: 100%!important;
    overflow: hidden;
    height: auto!important;
}
.ppjs a {
    color: #3F51B5;
    font-weight: bold;
}
.ppcs {
    width: 100%;
    overflow: hidden;
    padding: 0px;
    min-height: 300px;
    background: #fff;
}
.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: 13px;
}

.ppcs td {
    border-top: 1px solid #beccdb;
    border-left: 1px solid #beccdb;
    line-height: 1.5;
    padding: 10px;
    font-size: 13px;
}
.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: 0px;
    min-height: 300px;
    background: #fff;
}

.ppzl {
    width: 100%;
    overflow: hidden;
    padding: 10px;
    min-height: 300px;
    background: #fff;
}

.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;
}




.magnify-modal {
    position: absolute;
    z-index: 1090;
    width: 320px;
    height: 320px;
    background-color: #111;
    background-color: rgba(0, 0, 0, 0.84);
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.32);
    cursor: default;
    outline: none;
    color: #ccc;
  }
  
  .magnify-maximize {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .magnify-toolbar {
    font-size: 0;
  }
  
  .magnify-header {
    position: relative;
    z-index: 2;
    height: 40px;
  }
  
  .magnify-header .magnify-toolbar {
    float: right;
  }
  
  [dir='rtl'] .magnify-header .magnify-toolbar {
    float: left;
  }
  
  .magnify-title {
    padding: 13px 10px;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    overflow: hidden;
  }
  
  .magnify-stage {
    position: absolute;
    top: 40px;
    right: 10px;
    bottom: 40px;
    left: 10px;
    z-index: 1;
    /*border: 1px solid rgba(255, 255, 255, 0.64);*/
    overflow: hidden;
  }
  
  .magnify-stage.stage-ready {
    text-align: center;
    font-size: 0;
  }
  
  .magnify-stage.stage-ready::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    overflow: hidden;
  }
  
  .magnify-image {
    position: absolute;
    display: inline-block;
  }
  
  .magnify-image.image-ready {
    position: static;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
  }
  
  .magnify-footer {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 40px;
    text-align: center;
  }
  
  .magnify-footer .magnify-toolbar {
    display: inline-block;
  }
  
  .magnify-button {
    display: inline-block;
    min-width: 40px;
    height: 40px;
    box-sizing: border-box;
    margin: 0;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    background: none;
    border-width: 0;
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    outline: none;
  }
  
  .magnify-button:hover {
    color: #fff;
  }
  
  .magnify-button:focus {
    background-color: rgba(255, 255, 255, 0.08);
  }
  
  .magnify-button svg {
    display: inline-block;
    font-size: inherit;
    width: 1em;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
  }
  
  .magnify-button-close:hover {
    background-color: #ff4545;
  }
  
  .magnify-button-maximize:hover {
    background-color: #525252;
  }
  
  .magnify-button-minimize:hover {
    background-color: #525252;
  }
  
  .magnify-resizable-handle {
    position: absolute;
    z-index: 10;
  }
  
  .magnify-resizable-handle-e {
    top: 0;
    right: -5px;
    bottom: 0;
    left: auto;
    width: 10px;
    cursor: e-resize;
  }
  
  .magnify-resizable-handle-s {
    top: auto;
    right: 0;
    bottom: -5px;
    left: 0;
    height: 10px;
    cursor: s-resize;
  }
  
  .magnify-resizable-handle-w {
    top: 0;
    right: auto;
    bottom: 0;
    left: -5px;
    width: 10px;
    cursor: w-resize;
  }
  
  .magnify-resizable-handle-n {
    top: -5px;
    right: 0;
    bottom: auto;
    left: 0;
    height: 10px;
    cursor: n-resize;
  }
  
  .magnify-resizable-handle-se {
    top: auto;
    right: -5px;
    bottom: -5px;
    left: auto;
    width: 10px;
    height: 10px;
    cursor: se-resize;
  }
  
  .magnify-resizable-handle-sw {
    top: auto;
    right: auto;
    bottom: -5px;
    left: -5px;
    width: 10px;
    height: 10px;
    cursor: sw-resize;
  }
  
  .magnify-resizable-handle-nw {
    top: -5px;
    right: auto;
    bottom: auto;
    left: -5px;
    width: 10px;
    height: 10px;
    cursor: nw-resize;
  }
  
  .magnify-resizable-handle-ne {
    top: -5px;
    right: -5px;
    bottom: auto;
    left: auto;
    width: 10px;
    height: 10px;
    cursor: ne-resize;
  }
  
  :-webkit-full-screen {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
  
  :-webkit-full-screen .magnify-header,
  :-webkit-full-screen .magnify-footer,
  :-webkit-full-screen .magnify-resizable-handle {
    display: none;
  }
  
  :-webkit-full-screen .magnify-stage {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 0;
    background-color: #000;
  }
  
  :-moz-full-screen {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
  
  :-moz-full-screen .magnify-header,
  :-moz-full-screen .magnify-footer,
  :-moz-full-screen .magnify-resizable-handle {
    display: none;
  }
  
  :-moz-full-screen .magnify-stage {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 0;
    background-color: #000;
  }
  
  :-ms-fullscreen {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
  
  :-ms-fullscreen .magnify-header,
  :-ms-fullscreen .magnify-footer,
  :-ms-fullscreen .magnify-resizable-handle {
    display: none;
  }
  
  :-ms-fullscreen .magnify-stage {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 0;
    background-color: #000;
  }
  
  :full-screen {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
  
  :full-screen .magnify-header,
  :full-screen .magnify-footer,
  :full-screen .magnify-resizable-handle {
    display: none;
  }
  
  :full-screen .magnify-stage {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 0;
    background-color: #000;
  }
  
  :-webkit-full-screen {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
  
  :-ms-fullscreen {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
  
  :fullscreen {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
  
  :-webkit-full-screen .magnify-header, :-webkit-full-screen .magnify-footer, :-webkit-full-screen .magnify-resizable-handle {
    display: none;
  }
  
  :-ms-fullscreen .magnify-header, :-ms-fullscreen .magnify-footer, :-ms-fullscreen .magnify-resizable-handle {
    display: none;
  }
  
  :fullscreen .magnify-header,
  :fullscreen .magnify-footer,
  :fullscreen .magnify-resizable-handle {
    display: none;
  }
  
  :-webkit-full-screen .magnify-stage {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 0;
    background-color: #000;
  }
  
  :-ms-fullscreen .magnify-stage {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 0;
    background-color: #000;
  }
  
  :fullscreen .magnify-stage {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 0;
    background-color: #000;
  }
  
  ::-webkit-backdrop {
    background-color: #000;
  }
  
  ::backdrop {
    background-color: #000;
  }
  
  ::-ms-backdrop {
    background-color: #000;
  }
  
  .is-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
  }
  
  .is-grabbing {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
  
  .magnify-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    color: #333;
  }
  
  .magnify-loader::before {
    content: '';
    display: inline-block;
    position: relative;
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.5) rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    vertical-align: middle;
    -webkit-animation: magnifyLoading 1s infinite linear;
            animation: magnifyLoading 1s infinite linear;
  }
  
  .magnify-loader::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    overflow: hidden;
  }
  
  @-webkit-keyframes magnifyLoading {
    0% {
      transform: rotateZ(0deg) translate3d(0, 0, 0);
    }
    100% {
      transform: rotateZ(360deg) translate3d(0, 0, 0);
    }
  }
  
  @keyframes magnifyLoading {
    0% {
      transform: rotateZ(0deg) translate3d(0, 0, 0);
    }
    100% {
      transform: rotateZ(360deg) translate3d(0, 0, 0);
    }
  }
  