.page-banner {

    width: 100%;
  
    overflow: hidden;
  
  }
  
  .page-banner img {
  
    width: 100%;
  
    display: block;
  
  }
  
  .page-subnav {
  
    border-bottom: 1px #eee solid;
  
    text-align: center;
  
  }
  
  .page-subnav a {
  
    display: inline-block;
  
    padding: 23px 5px;
  
    margin: 0 25px;
  
    color: #36404a;
  
    position: relative;
  
    font-size: 16px;
  
  }
  
  .page-subnav a::after {
  
    content: "";
  
    position: absolute;
  
    width: 0;
  
    height: 2px;
  
    bottom: 0;
  
    left: 50%;
  
    background-color: #fb4848;
  
    -webkit-transition: 0.4s;
  
    -moz-transition: 0.4s;
  
    -ms-transition: 0.4s;
  
    -o-transition: 0.4s;
  
    transition: 0.4s;
  
    -webkit-transform: translateX(-50%);
  
    -moz-transform: translateX(-50%);
  
    -ms-transform: translateX(-50%);
  
    -o-transform: translateX(-50%);
  
    transform: translateX(-50%);
  
  }
  
  .page-subnav a:hover::after,
  
  .page-subnav a.active::after {
  
    width: 60%;
  
  }
  
  .page-subnav a:hover,
  
  .page-subnav a.active {
  
    color: #fb4848;
  
  }
  
  .page-change {
  
    margin: 60px 0 90px;
  
    text-align: center;
  
  }
  
  .page-change a {
  
    display: inline-block;
  
    margin: 0 3px;
  
    padding: 4px 10px;
  
    color: #666;
  
    border: 1px #ccc solid;
  
    -webkit-transition: all 0.3s;
  
    -moz-transition: all 0.3s;
  
    -ms-transition: all 0.3s;
  
    -o-transition: all 0.3s;
  
    transition: all 0.3s;
  
  }
  
  .page-change a:hover {
  
    border-color: #fb4848;
  
    color: #fb4848;
  
  }
  
  .page-change a.action {
  
    background-color: #fb4848;
  
    color: #fff;
  
    border-color: #fb4848;
  
  }
  
  .location {
  
    margin-bottom: 40px;
  
  }
  
  .location a {
  
    color: #333;
  
  }
  
  .location a:hover,
  
  .location a.on {
  
    color: #fb4848;
  
  }
  
  .cont-page {
  
    text-align: center;
  
    margin-top: 20px;
  
  }
  
  .cont-page a{
  
    display: inline-block;
  
    width: 45%;
  
    color:#666;
  
    border:1px #ddd solid;
  
    padding:10px;
  
    margin:0 2.3%;
  
    overflow: hidden;
  
    text-overflow: ellipsis;
  
    white-space:nowrap;
  
    -webkit-transition: all 0.3s;
  
    -moz-transition: all 0.3s;
  
    -ms-transition: all 0.3s;
  
    -o-transition: all 0.3s;
  
    transition: all 0.3s;
  
  }
  
  .cont-page a:hover{
  
    background: #fb4848;
  
      color: #fff;
  
  }
  
  
  
  
  
  /* 集团介绍 */
  
  .about-content {
  
    margin-top: 50px;
  
  }
  
  .about-content .about-main {
  
    margin-top: 40px;
  
  }
  
  .about-content .about-main .text {
  
    line-height: 30px;
  
    text-indent: 2em;
  
    color: #666;
  
    margin-bottom: 50px;
  
  }
  
  .about-content .about-main .about-pic{
    margin-top: 60px;
  }
  .about-content .about-main .about-pic img {
  
    width: 100%;
  
    display: block;
  
  }
  
  .about-content .about-main .about-pic .imgbox {
  
    width: 32%;
  
    float: left;
  
    margin-right: 2%;
  
    margin-top: 50px;
  
  }
  
  .about-content .about-main .about-pic .imgbox:nth-child(4) {
  
    margin-right: 0;
  
  }
  
  
  
  .fzlc-content {
  
    margin-top: 100px;
  
    height: 707px;
  
    background: url(../images/ab-bg.jpg) no-repeat;
  
    padding: 40px 0;
  
  }
  
  .fzlc-content .fzlc-main {
  
    margin-top: 60px;
  
    width: 100%;
  
    background-color: #fff;
  
    padding: 40px 20px;
  
    height: 415px;
  
  }
  
  .fzlc-content .fzlc-main .data-wrap {
  
    height: 335px;
  
    overflow: auto;
  
    padding: 20px 170px;
  
    margin:0 auto;
  
  }
  
  .fzlc-content .fzlc-main .data-wrap .data-list::after {
  
    content: "";
  
    position: absolute;
  
    width: 1px;
  
    height: 100%;
  
    background-color: #ddd;
  
    left: 50%;
  
    top: 10%;
  
    transform: translateX(-50%);
  
  }
  
  .fzlc-content .fzlc-main .data-wrap .data-list::before {
  
    content: "";
  
    position: absolute;
  
    width: 7px;
  
    height: 7px;
  
    background-color: #aaa;
  
    left: 50%;
  
    top: 50%;
  
    border-radius: 50%;
  
    transform: translate(-50%, -50%);
  
    z-index: 999;
  
  }
  
  .fzlc-content .fzlc-main .data-wrap .data-list {
  
    width: 100%;
  
    position: relative;
  
  }
  
  .fzlc-content .fzlc-main .data-wrap .data-list .data-box {
  
    width: 50%;
  
    float: left;
  
    text-align: right;
  
    padding-right: 30px;
  
  }
  
  .fzlc-content .fzlc-main .data-wrap .data-list .data-box .date {
  
    font-size: 18px;
  
    color: #666;
  
  }
  
  .fzlc-content .fzlc-main .data-wrap .data-list .data-box .item {
  
    color: #666;
    line-height: 27px;
  
  }
  
  .fzlc-content .fzlc-main .data-wrap .data-list:nth-child(2n) .data-box {
  
    float: right;
  
    text-align: left;
  
    padding-left: 30px;
  
  }
  
  .fzlc-content .fzlc-main .data-wrap::-webkit-scrollbar {
  
    width: 5px;
  
    height: 100%;
  
    background: #e5e5e5;
  
  }
  
  .fzlc-content .fzlc-main .data-wrap::-webkit-scrollbar-thumb {
  
    border-radius: 10px;
  
    background: #36404a;
  
  }
  
  
  
  .hzhb-content {
  
    margin: 50px 0 70px;
  
  }
  
  .hzhb-content .hzhb-main {
  
    margin-top: 60px;
  
    height: 100%;
  
  }
  
  .hzhb-content .hzhb-main .hzhb-logo {
  
    border: 1px #eee solid;
  
    padding: 5px;
  
    margin-bottom: 20px;
  
    -webkit-transition: 0.4s;
  
    -moz-transition: 0.4s;
  
    -ms-transition: 0.4s;
  
    -o-transition: 0.4s;
  
    transition: 0.4s;
  
  }
  
  .hzhb-content .hzhb-main .hzhb-logo:hover {
  
    border-color: #999;
  
  }
  
  .hzhb-content .hzhb-main .swiper-container {
  
    padding-bottom: 40px;
  
  }
  
  .hzhb-content .hzhb-main .swiper-container .swiper-pagination-bullet {
  
    opacity: 0.3;
  
    width: 10px;
  
    height: 10px;
  
  }
  
  .hzhb-content .hzhb-main .swiper-container .swiper-pagination-bullet-active {
  
    background-color: #fb4848;
  
    opacity: 1;
  
  }
  
  /* 集团介绍 */
  
  
  
  /* 英才招聘 */
  
  .yczp-content {
  
    margin: 40px 0 70px;
  
  }
  
  .yczp-content .container {
  
    /* width:100%; */
    width: 1220px;
    padding:10px;
  
  }
  .yczp-content .container .title{
    margin-bottom: 50px;
  }
  .yczp-content .yczp-list {
  
    padding: 20px 30px;
  
    background-color: #fff;
  
    margin-bottom: 40px;
  
    border-bottom:1px solid #eee;
  
  }
  
  .yczp-content .yczp-list:last-child {
  
    margin-bottom: 0;
  
  }
  
  .yczp-content .yczp-list .yczp-head {
  
    padding-bottom: 20px;
  
    border-bottom: 1px #eee solid;
  
    width:1240px;
  
    margin:auto;
  
    padding:20px;
  
    box-shadow:0 -2px 5px #eee;
    position:relative;
  }
  
  .yczp-content .yczp-list .yczp-head::after{
    content:'';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    border-bottom:1px solid #76838f;
    transition: 1s;
  }
  .yczp-content .yczp-list:hover .yczp-head::after{
    width: 100%;
  }
  .yczp-content .yczp-list .yczp-head .yczp-title {
  
    font-size: 22px;
  
    color: #36404a;
  
    margin-bottom: 10px;
  
  }
  
  .yczp-content .yczp-list .yczp-head .yczp-data span {
  
    margin: 0 7px;
  
    color: #76838f;
  
    vertical-align: middle;
  
  }
  
  .yczp-content .yczp-list .yczp-head .yczp-data img {
  
    width: 20px;
  
  }
  
  .yczp-content .yczp-list .yczp-body {
  
    padding: 30px 0px;
  
    padding-bottom: 10px;
  
    max-width:1240px;
  
    margin:auto;
  
    padding:20px;
  
    box-shadow:0 5px 10px #eee;
  }
  
  .yczp-content .yczp-list .yczp-body .article {
  
    margin-bottom: 30px;
  
  }
  
  .yczp-content .yczp-list .yczp-body .article:last-child {
  
    margin-bottom: 0;
  
  }
  
  .yczp-content .yczp-list .yczp-body .article h3 {
  
    font-size: 20px;
  
    color: #36404a;
  
    border-left: 4px #fb4848 solid;
  
    line-height: 20px;
  
    padding-left: 12px;
  
    margin-bottom: 15px;
  
  }
  
  .yczp-content .yczp-list .yczp-body .article p {
  
    color: #666;
  
    line-height: 30px;
  
  }
  
  .yczp-content .yczp-list .rczp-contact {
  
      width:1200px;
  
      margin:auto;
  
    margin-top: 20px;
  
    padding-bottom:10px;
  
    font-size: 18px;
  
    color: #666;
  
  }
  
  .yczp-content .container .yczp-one .yczp-one-list{
    margin-bottom: 20px;
    box-shadow: 0 5px 10px #eee;
    padding:20px;
  }
  .yczp-content .container  .zp-title{
    font-size:26px;
  }
  .yczp-content .container  .inner-box h4{
    font-size:18px;
    display: inline-block;
    border:3px #fb4848 solid;
    padding:3px;
    margin: 20px 0;
    position: relative;
    margin-left: 20px;
  }
  .yczp-content .container  .inner-box h4::before{
    content: "";
    width: 3px;
    height: 30px;
    background-color: #fb4848;
    position:absolute;
    left:-20px;
  }
  .yczp-content .container  .inner-box p{
    color:#666;
    line-height: 30px;
  }
  .yczp-content .container  .inner-box .inner-left{
    width: 50%;
    float: left;
  }
  .yczp-content .container  .inner-box .inner-right{
    width: 50%;
    float: left;
  }
  /* 英才招聘 */
  
  
  
  /* 联系我们 */
  
  .contactus {
  
    margin: 50px 0 80px;
  
    width: 100%;
  
    overflow: hidden;
  
  }
  
  .contactus .contact-main {
  
    margin-top: 50px;
  
    position: relative;
  
    padding-bottom: 20px;
  
  }
  
  .contactus .contact-main .ditu-box {
  
    margin-top: 60px;
  
    position: relative;
  
  }
  
  .contactus .contact-main .ditu-box .showicon {
  
    width: 55px;
  
    margin: 0 auto;
  
    background-color: #fff;
  
    border: 1px #eee solid;
  
    border-radius: 50%;
  
    padding: 10px;
  
    position: absolute;
  
    /* left: 48.5%; */
  
    left: 0;
  
    right: 0;
  
    bottom: -15px;
  
    z-index: 3;
  
    cursor: pointer;
  
    display: none;
  
  }
  
  .contactus .contact-main .ditu-box .showicon img{
  
      max-width:100%;
  
  }
  
  .contactus .contact-main .ditu-box::after {
  
    /* content: ""; */
  
    width: 100%;
  
    height: 100%;
  
    position: absolute;
  
    left: 0;
  
    top: 0;
  
    background-color: rgba(0, 0, 0, 0.25);
  
  }
  
  .contactus .contact-main .ditu-box.ditu-mask:after {
  
    display: none;
  
  }
  
  .contactus .contact-main .inner-wrap {
  
    width: 1000px;
  
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  
    margin: 0 auto;
  
    border:1px #eee solid;
  
    /* position: absolute; */
  
    z-index: 2;
  
  }
  
  .contactus .contact-main .inner-left {
  
    width: 40%;
  
    float: left;
  
    padding: 51px 50px;
  
    background-color: #36404a;
  
    color: #fff;
  
  }
  
  .contactus .contact-main .inner-left h3 {
  
    font-size: 18px;
  
    color: #fff;
  
    font-weight: bold;
  
  }
  
  .contactus .contact-main .inner-left .companyName {
  
    margin-bottom: 10px;
  
  }
  
  .contactus .contact-main .inner-left .companyName p {
  
    font-size: 12px;
  
  }
  
  .contactus .contact-main .inner-left p {
  
    font-size: 14px;
  
    color: #666;
  
    line-height: 28px;
  
    color: #fff;
  
  }
  
  .contactus .contact-main .inner-left .wxerwm {
  
    width: 100px;
  
    margin-top: 20px;
  
    text-align: center;
  
  }
  
  .contactus .contact-main .inner-left .wxerwm img{
  
      max-width:100%;
  
  }
  
  .contactus .contact-main .inner-right {
  
    width: 60%;
  
    padding: 42px 80px;
  
    float: left;
  
    background-color: #fff;
  
    position: relative;
  
  }
  
  .contactus .contact-main .inner-right .see-icon {
  
    position: absolute;
  
    right: 10px;
  
    top: 10px;
  
    background-color: #fb4848;
  
    padding: 2px 8px;
  
    cursor: pointer;
  
    color:#fff;
    display: none;
  
  }
  
  .contactus .contact-main .inner-right h3 {
  
    font-size: 21px;
  
    text-align: center;
  
    margin-bottom: 20px;
  
  }
  
  .contactus .contact-main .input {
  
    width: 100%;
  
    position: relative;
  
    margin-bottom: 25px;
  
  }
  
  .contactus .contact-main .input:nth-child(3) {
  
    margin-bottom: 20px;
  
  }
  
  .contactus .contact-main .input .input_text {
  
    width: 100%;
  
    padding: 5px 0px;
  
    box-sizing: border-box;
  
    border: none;
  
    outline: 0;
  
    border-bottom: 1px #ddd solid;
  
    color: #666;
  
  }
  
  .contactus .contact-main .input .input_text ~ label {
  
    position: absolute;
  
    bottom: 8px;
  
    left: 0;
  
    color: #999;
  
    letter-spacing: 2px;
  
    -webkit-transition: 0.4s;
  
    -moz-transition: 0.4s;
  
    -o-transition: 0.4s;
  
    -ms-transition: 0.4s;
  
    transition: 0.4s;
  
  }
  
  .contactus .contact-main .input .input_text ~ .focus-border {
  
    position: absolute;
  
    bottom: 0;
  
    left: 0;
  
    border-bottom: 1px #666 solid;
  
    width: 0;
  
    -webkit-transition: 0.4s;
  
    -moz-transition: 0.4s;
  
    -o-transition: 0.4s;
  
    -ms-transition: 0.4s;
  
    transition: 0.4s;
  
  }
  
  .contactus .contact-main .input .input_text:focus ~ label,
  
  .contactus .contact-main .input .input_text.has-content ~ label {
  
    bottom: 25px;
  
    font-size: 12px;
  
    color: #666;
  
  }
  
  .contactus .contact-main .input .input_text:focus ~ .focus-border,
  
  .contactus .contact-main .input .input_text.has-content ~ .focus-border {
  
    width: 100%;
  
  }
  
  .contactus .contact-main .textarea {
  
    position: relative;
  
  }
  
  .contactus .contact-main .textarea .content {
  
    width: 100%;
  
    height: 100px;
  
    padding: 10px 0;
  
    color: #666;
  
    box-sizing: border-box;
  
    border: none;
  
    border-bottom: 1px #ddd solid;
  
    outline: none;
  
    font-family: "Arial;";
  
  }
  
  .contactus .contact-main .textarea .content ~ label {
  
    position: absolute;
  
    top: 8px;
  
    left: 0;
  
    color: #999;
  
    letter-spacing: 2px;
  
    -webkit-transition: 0.4s;
  
    -moz-transition: 0.4s;
  
    -o-transition: 0.4s;
  
    -ms-transition: 0.4s;
  
    transition: 0.4s;
  
  }
  
  .contactus .contact-main .textarea .content ~ .con-border {
  
    position: absolute;
  
    bottom: 0px;
  
    left: 0;
  
    border-bottom: 1px #666 solid;
  
    width: 0;
  
    -webkit-transition: 0.4s;
  
    -moz-transition: 0.4s;
  
    -o-transition: 0.4s;
  
    -ms-transition: 0.4s;
  
    transition: 0.4s;
  
  }
  
  .contactus .contact-main .textarea .content:focus ~ label,
  
  .contactus .contact-main .textarea .content.has-content2 ~ label {
  
    top: -5px;
  
    font-size: 12px;
  
    color: #666;
  
  }
  
  .contactus .contact-main .textarea .content:focus ~ .con-border,
  
  .contactus .contact-main .textarea .content.has-content2 .con-border {
  
    width: 100%;
  
  }
  
  .contactus .contact-main .input_submit {
  
    margin-top: 20px;
  
    text-align: center;
  
  }
  
  .contactus .contact-main .input_submit input {
  
    width: 32%;
  
    border: none;
  
    border: 1px #ddd solid;
  
    background: none;
  
    padding: 8px 0;
  
    outline: 0;
  
    cursor: pointer;
  
    -webkit-transition: 0.4s;
  
    -moz-transition: 0.4s;
  
    -o-transition: 0.4s;
  
    -ms-transition: 0.4s;
  
    transition: 0.4s;
  
    color: #fff;
  
    margin-top: 10px;
  
    background-color: #fb4848;
  
  }
  
  .contactus .contact-main .input_submit input:hover {
  
    width: 25%;
  
    color: #fff;
  
  }
  
  /* 联系我们 */
  
  
  
  /* 荣誉资质 */
  
  .page-ryzz {
  
    margin: 50px 0 90px;
  
  }
  
  .page-ryzz .ryzz-main {
  
    margin-top: 50px;
  
  }
  
  .page-ryzz .ryzz-main .ryzz-row {
  
    padding-bottom: 30px;
  
    margin-top: 35px;
  

  
  }
  
  .page-ryzz .ryzz-main .list-ryzz {
  
    width: 24.0025%;
  
    margin-right: 1.33%;
  
    float: left;
  
    padding: 5px;
  
    -webkit-transition: 0.4s;
  
    -moz-transition: 0.4s;
  
    -o-transition: 0.4s;
  
    -ms-transition: 0.4s;
  
    transition: 0.4s;
  
    cursor: pointer;
    margin-bottom: 10px;
  
    /* box-shadow: 0 3px 8px rgba(136, 136, 136, 0.25); */
  
  }
  .page-ryzz .ryzz-main.txzs .list-ryzz{
    width: 18.93%;
  }
  .page-ryzz .ryzz-main.txzs .list-ryzz:nth-child(5n){
    margin-right: 0;
  }
  .page-ryzz .ryzz-main.txzs .list-ryzz:nth-child(4n){
    margin-right: 1.33%;
  }
  .page-ryzz .ryzz-main .list-ryzz:hover .imgbox img {
  
    transform: scale(1.1);
  
  }
  
  .page-ryzz .ryzz-main .list-ryzz .imgbox {
  
    overflow: hidden;
  
  }
  
  .page-ryzz .ryzz-main .list-ryzz img {
  
    width: 100%;
  
    -webkit-transition: 0.4s;
  
    -moz-transition: 0.4s;
  
    -o-transition: 0.4s;
  
    -ms-transition: 0.4s;
  
    transition: 0.4s;
  
  }
  
  .page-ryzz .ryzz-main .list-ryzz:nth-child(4n) {
  
    margin-right: 0;
  
  }
  
  .page-ryzz .ryzz-main .list-ryzz .ryzz-news .ryzz-title {
  
    font-size: 15px;
  
    margin-top: 10px;
  
    text-align:center;
  
  }
  
  .page-ryzz .ryzz-main .list-ryzz .ryzz-news .ryzz-date {
  
    color: #999;
  
    font-size: 14px;
  
  }
  
  #pictureViewer {
  
    width: 100%;
  
    height: 100%;
  
    position: fixed;
  
    top: 0;
  
    left: 0;
  
    background-color: rgba(0, 0, 0, 0.8);
  
    z-index: 100;
  
  }
  
  #pictureViewer > .content {
  
    position: fixed;
  
    width: 75%;
  
    height: auto;
  
    transform: translate(-50%, -50%);
  
    left: 50%;
  
    top: 50%;
  
  }
  
  
  
  #pictureViewer .menu-bar {
  
    width: 100%;
  
  }
  
  
  
  #pictureViewer .menu-bar .handel {
  
    width: 40px;
  
    height: 40px;
  
    float: right;
  
    background-repeat: no-repeat;
  
    background-position: 50%;
  
    cursor: pointer;
  
  }
  
  
  
  #pictureViewer .menu-bar .handel:hover {
  
    background-color: #333;
  
    -webkit-transition: all 0.3s;
  
    -moz-transition: all 0.3s;
  
    -ms-transition: all 0.3s;
  
    -o-transition: all 0.3s;
  
    transition: all 0.3s;
  
  }
  
  
  
  #pictureViewer .menu-bar .handel.maximization {
  
    background-image: url(../images/maximization_black.png);
  
    background-size: 14px;
  
  }
  
  
  
  #pictureViewer .menu-bar .handel.maximization:hover {
  
    background-image: url(../images/maximization_white.png);
  
  }
  
  
  
  #pictureViewer .menu-bar .handel.miniaturization {
  
    background-size: 16px;
  
    background-image: url(../images/miniaturization_black.png);
  
  }
  
  
  
  #pictureViewer .menu-bar .handel.miniaturization:hover {
  
    background-image: url(../images/miniaturization_white.png);
  
  }
  
  
  
  #pictureViewer .menu-bar .handel.close-view {
  
    background: url(../images/close_black.png) center center no-repeat #fff;
  
    background-size: 15px;
  
    position: absolute;
  
    right: -20px;
  
    top: -20px;
  
    z-index: 999;
  
    border-radius: 50px;
  
  }
  
  
  
  #pictureViewer .menu-bar .handel.close-view:hover {
  
    background: url(../images/close_white.png) center center no-repeat
  
      rgba(0, 0, 0, 0.5);
  
    background-size: 15px;
  
  }
  
  
  
  #pictureViewer .handel-prev,
  
  #pictureViewer .handel-next {
  
    display: inline-block;
  
    width: 35px;
  
    height: 60px;
  
    position: absolute;
  
    top: calc(50% - 43px);
  
    background-repeat: no-repeat;
  
    background-size: 25px;
  
    background-position: 50%;
  
    cursor: pointer;
  
    background-color: rgba(0, 0, 0, 0.5);
  
    z-index: 99;
  
    -webkit-transition: all 0.3s;
  
    -moz-transition: all 0.3s;
  
    -ms-transition: all 0.3s;
  
    -o-transition: all 0.3s;
  
    transition: all 0.3s;
  
  }
  
  
  
  #pictureViewer .handel-prev {
  
    background-image: url(../images/prev_white.png);
  
    left: -50px;
  
  }
  
  
  
  #pictureViewer .handel-next {
  
    background-image: url(../images/next_white.png);
  
    right: -50px;
  
  }
  
  
  
  #pictureViewer .handel-prev:hover,
  
  #pictureViewer .handel-next:hover {
  
    background-color: rgba(0, 0, 0, 0.6);
  
  }
  
  
  
  #pictureViewer .picture-content {
  
    display: inline-block;
  
    position: relative;
  
    width: 100%;
  
    height: auto;
  
    margin: 0 auto;
  
    left: 0;
  
    right: 0;
  
    box-sizing: border-box;
  
  }
  
  
  
  #pictureViewer .picture-content .cover {
  
  }
  
  
  
  #pictureViewer .counter {
  
    position: relative;
  
    bottom: 0;
  
    height: 40px;
  
    line-height: 40px;
  
    width: 100%;
  
    text-align: center;
  
    color: #fff;
  
    font-size: 13px;
  
  }
  
  #pictureViewer .counter span {
  
    color: #fff;
  
  }
  
  #pictureViewer .hide {
  
    display: none;
  
  }
  
  
  
  #pictureViewer .left {
  
    float: left;
  
  }
  
  
  
  #pictureViewer .right {
  
    float: right;
  
  }
  
  
  
  #pictureViewer .clear-flex {
  
    clear: both;
  
  }
  
  
  
  #pictureViewer img {
  
    max-width: 100%;
  
    max-height: 100%;
  
    display: block;
  
    margin: auto;
  
  }
  
  /* 荣誉资质 */
  
  
  
  /* 主营业务 */
  
  .page-zyyw {
  
    margin: 60px 0 80px;
  
  }
  
  .page-zyyw .zyyw-inner {
  
    margin-bottom: 70px;
  
  }
  
  .page-zyyw .zyyw-inner .picbox {
  
    float: left;
  
    width: 500px;
  
  }
  
  .page-zyyw .zyyw-inner .picbox img {
  
    width: 100%;
  
    display: block;
  
  }
  
  .page-zyyw .zyyw-inner .inner-right {
  
    float: left;
  
    width: 700px;
  
    padding-left: 30px;
  
  }
  
  .page-zyyw .zyyw-inner .inner-right h3 {
  
    font-size: 26px;
  
    color: #36404b;
  
    font-weight: bold;
  
  }
  
  .page-zyyw .zyyw-inner .inner-right span {
  
    display: block;
  
    width: 60px;
  
    background-color: #fb4848;
  
    height: 3px;
  
  }
  
  .page-zyyw .zyyw-inner .inner-right .text {
  
    line-height: 30px;
  
    margin-top: 20px;
  
    color: #666;
  
    font-size: 15px;
  
  }
  
  .page-zyyw .zyyw-swiper {
  
    background-color: #f8f8f8;
  
    padding: 60px 0 50px;
  
  }
  
  .page-zyyw .zyyw-swiper .swiper-zyyw {
  
    padding-bottom: 40px;
  
  }
  
  .page-zyyw .zyyw-swiper .swiper-pagination {
  
    bottom: 0;
  
  }
  
  .page-zyyw .zyyw-swiper img {
  
    width: 100%;
  
  }
  
  
  
  .page-zyyw .zyyw-main {
  
    /* padding-top: 20px; */
  
  }
  
  .page-zyyw .zyyw-main .container {
  
    padding: 40px 0 10px;
  
  }
  
  .page-zyyw .zyyw-main .container .title {
  
    margin-bottom: 100px;
  
  }
  
  .page-zyyw .zyyw-main .list-main {
  
    width: 32%;
  
    float: left;
  
    margin-right: 2%;
  
    padding: 45px;
  
    background-color: #f8f8f8;
  
    position: relative;
  
    -webkit-transition: 0.4s ease-in;
  
    -moz-transition: 0.4s ease-in;
  
    -ms-transition: 0.4s ease-in;
  
    -o-transition: 0.4s ease-in;
  
    transition: 0.4s ease-in;
  
    border: 1px transparent solid;
  
  }
  
  .page-zyyw .zyyw-main .list-main:nth-child(3) {
  
    margin-right: 0;
  
  }
  
  .page-zyyw .zyyw-main .list-main .ywicon {
  
    width: 80px;
  
    height: 80px;
  
    line-height: 80px;
  
    background-color: #fb4848;
  
    text-align: center;
  
    border-radius: 50%;
  
    margin: 0 auto;
  
    position: absolute;
  
    top: -50px;
  
    left: 50%;
  
    transform: translateX(-50%);
  
    border: 10px #fff solid;
  
    box-sizing: content-box;
  
    -webkit-transition: all 0.3s;
  
    -moz-transition: all 0.3s;
  
    -ms-transition: all 0.3s;
  
    -o-transition: all 0.3s;
  
    transition: all 0.3s;
  
  }
  
  .page-zyyw .zyyw-main .list-main .ywicon img {
  
    -webkit-transition: 0.6s ease-in;
  
    -moz-transition: 0.6s ease-in;
  
    -ms-transition: 0.6s ease-in;
  
    -o-transition: 0.6s ease-in;
  
    transition: 0.6s ease-in;
  
  }
  
  .page-zyyw .zyyw-main .list-main .main-text {
  
    margin-top: 50px;
  
  }
  
  .page-zyyw .zyyw-main .list-main .main-text p {
  
    color: #666;
  
    margin-bottom: 30px;
  
    vertical-align: middle;
  
    line-height: 28px;
  
    font-size: 15px;
  
  }
  
  .page-zyyw .zyyw-main .list-main .main-text p:before {
  
    content: "";
  
    display: inline-block;
  
    width: 9px;
  
    height: 9px;
  
    background-color: #fb4848;
  
    border-radius: 50%;
  
    margin-right: 5px;
  
  }
  
  .page-zyyw .zyyw-main .list-main:hover .ywicon img {
  
    /* transform: rotate(360deg); */
  
  }
  
  .page-zyyw .zyyw-main .list-main:hover {
  
    margin-top: -10px;
  
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  
  
  
  }
  
  /* 主营业务 */
  
  
  
  /* 中标项目 */
  
  .zbxm-content {
  
    margin: 50px 0 90px;
  
  }
  
  .zbxm-content .zbxm-main {
  
    margin-top: 50px;
  
    text-align: center;
  
  }
  
  .zbxm-content .zbxm-main .item-data {
  
    background-color: #f2f2f2;
  
    padding: 14px 0;
  
  }
  
  .zbxm-content .zbxm-main ul {
  
    display: flex;
  
    padding: 0 20px;
  
  }
  
  .zbxm-content .zbxm-main li {
  
    display: inline-block;
  
    text-align: left;
  
    font-size: 16px;
  
    color: #474747;
    width: 55%;
  
  }
  
  .zbxm-content .zbxm-main .item-data .type {
  
    text-align: center;
    width:50%;
  
  }
  .zbxm-content .zbxm-main .item-data .money {
  
    text-align: center;
    width:22.5%;
    display: none;
  
  }
  .zbxm-content .zbxm-main .item-data .date {
  
    text-align: right;
    width:15%;
  
  }
  
  .zbxm-content .zbxm-main .data-tabs .row-ul {
  
    border-bottom: 1px #eee solid;
  
    -webkit-transition: all 0.2s;
  
    -moz-transition: all 0.2s;
  
    -ms-transition: all 0.2s;
  
    -o-transition: all 0.2s;
  
    transition: all 0.2s;
  
  }
  
  .zbxm-content .zbxm-main .data-tabs .row-ul li {
  
    font-size: 14px;
  
    color: #666;
  
    padding: 16px 0;
    
    width:50%;
    text-align: center;
  
  }
  .zbxm-content .zbxm-main .data-tabs .row-ul li:nth-child(3){
    display: none;
  }
  .zbxm-content .zbxm-main .data-tabs .row-ul li:first-child{
    width: 55%;
    text-align: left;
  }
  .zbxm-content .zbxm-main .data-tabs .row-ul li:last-child{
    text-align:right;
    width:15%;
  }
  .zbxm-content .zbxm-main .data-tabs .row-ul:hover {
  
    background-color: #f8f8f8;
  
  }
  
  /* 中标项目 */
  
  
  
  /* 服务案例 */
  
  .items-content {
  
    margin-top: 50px;
  
  }
  
  .items-content .page-change {
  
    margin-top: 35px;
  
  }
  
  .items-content .items-main {
  
    margin: 30px 10px;
  
    padding: 0 10px;
  
  }
  
  .items-content .items-main .list-items {
  
    width: 32%;
  
    float: left;
  
    margin-right: 2%;
  
    margin-top: 30px;
  
    position: relative;
  
    box-shadow: 0 5px 10px rgba(217, 217, 217, 0.45);
  
    padding: 10px 10px 0 10px;
  
  }
  
  .items-content .items-main .list-items img {
  
    width: 100%;
  
    display: block;
  
    -webkit-transition: all 0.4s;
  
    -moz-transition: all 0.4s;
  
    -ms-transition: all 0.4s;
  
    -o-transition: all 0.4s;
  
    transition: all 0.4s;
  
  }
  
  .items-content .items-main .list-items .imgbox {
  
    overflow: hidden;
  
  }
  
  .items-content .items-main .list-items:nth-child(3n) {
  
    margin-right: 0;
  
  }
  
  .items-content .items-main .list-items .items-text {
  
    width: 100%;
  
    /* background-color: rgb(54, 64, 75, 0.91); */
  
    color: #333;
  
    text-align: left;
  
    -webkit-transition: all 0.4s;
  
    -moz-transition: all 0.4s;
  
    -ms-transition: all 0.4s;
  
    -o-transition: all 0.4s;
  
    transition: all 0.4s;
  
    padding: 10px 5px;
  
    /* position: absolute; */
  
    bottom: 0;
  
  }
  
  .items-content .items-main .list-items .items-text p {
  
    color: #666;
  
  }
  
  .items-content .items-main .list-items .items-text h3 {
  
    font-size: 16px;
  
    overflow: hidden;
  
    text-overflow: ellipsis;
  
    white-space: nowrap;
  
    color: #333;
    text-align: center;
  
  }
  
  .items-content .items-main .list-items:hover img {
  
    transform: scale(1.1);
  
  }
  
  
  
  .items-inner {
  
    position: relative;
  
    background-color: #f5f5f5;
  
    padding-top: 50px;
  
  }
  
  .items-inner .inner-wrap {
  
    padding: 10px;
  
  }
  
  .items-inner .inner-wrap .items-left {
  
    width: 76%;
  
    float: left;
  
    background-color: #fff;
  
    padding: 20px;
  
    box-shadow:0 1px 1px rgba(0,0,0,.05);
  
  }
  
  .items-inner .inner-wrap .items-left .items-text {
  
    margin-top: 20px;
  
    padding: 10px 0;
  
    line-height: 26px;
  
    color: #666;
  
  }
  
  .items-inner .inner-wrap .items-right {
  
    width: 22%;
  
    margin-left: 2%;
  
    float: left;
  
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
  
  }
  
  .items-inner .inner-wrap .items-right .menu-box {
  
    text-align: left;
  
    background: #fff;
  
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
  
  }
  
  .items-inner .inner-wrap .items-right h4 {
  
    padding: 15px 0;
  
    color: #36404b;
  
    font-size: 18px;
  
    font-weight: bold;
  
    border-bottom: 2px #eee solid;
  
    padding-left: 30px;
  
    position: relative;
  
  }
  
  .items-inner .inner-wrap .items-right h4::before{
  
    content: "";
  
    width: 4px;
  
    height: 23px;
  
    position: absolute;
  
    left: 13px;
  
    background-color: #fb4949;
  
    top:50%;
  
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  
    -moz-transform: translateY(-50%);
  
    -ms-transform: translateY(-50%);
  
    -o-transform: translateY(-50%);
  
  transform: translateY(-50%);
  
  }
  
  .items-inner .inner-wrap .items-right .menu-box li {
  
    border-bottom: 1px #eee solid;
  
    margin: 0 auto;
  
  }
  
  .items-inner .inner-wrap .items-right .menu-box li a {
  
    color: #333;
  
    display: block;
  
    padding: 12px 0;
  
    padding-left: 20px;
  
    -webkit-transition: all 0.4s;
  
    -moz-transition: all 0.4s;
  
    -ms-transition: all 0.4s;
  
    -o-transition: all 0.4s;
  
    transition: all 0.4s;
  
  }
  
  .items-inner .inner-wrap .items-right .menu-box li a:hover,
  
  .items-inner .inner-wrap .items-right .menu-box li a.active
  
  {
  
    background-color: #fff;
  
    color:#fb4848;
  
    padding-left:25px;
  
  }
  
  .items-inner .inner-wrap .items-right .lxwm-box{
  
    margin-top: 10px;
  
    background: #fff;
  
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
  
  }
  
  .items-inner .inner-wrap .items-right .lxwm-box .lxwm-con{
  
    padding:15px;
  
    padding-bottom: 20px;
  
  }
  
  .items-inner .inner-wrap .items-right .lxwm-box .lxwm-con .companyName h3{
  
    font-size:16px;
  
  }
  
  .items-inner .inner-wrap .items-right .lxwm-box .lxwm-con .companyName p{
  
    font-size:12px;
  
    color:#999;
  
    margin-bottom: 10px;
  
  }
  
  .items-inner .inner-wrap .items-right .lxwm-box .lxwm-con p{
  
    font-size:14px;
  
    color:#666;
  
    line-height:25px;
  
  }
  
  
  
  .items-inner .inner-wrap .items-head {
  
    text-align: center;
  
  }
  
  .items-inner .inner-wrap .items-head img {
  
    width: 20px;
  
  }
  
  .items-inner .inner-wrap .items-head h3 {
  
    font-size: 26px;
  
  }
  
  .items-inner .inner-wrap .items-head span {
  
    color: #666;
  
    margin: 0 10px;
  
    vertical-align: middle;
  
  }
  
  .items-inner .inner-wrap .items-swiper {
  
    width: 98%;
  
    margin: 0 auto;
  
    margin-top: 60px;
  
  }
  
  .items-inner .inner-wrap .items-swiper img {
  
    width: 100%;
  
  
  }
  
  .items-inner .inner-wrap .items-swiper .gallery-top img {
  
    width: 100%;
  
  }
  
  .items-inner .inner-wrap .items-swiper .gallery-top {
  
    height: 80%;
  
    width: 100%;
  
  }
  
  .items-inner .inner-wrap .items-swiper .gallery-thumbs {
  
    height: 20%;
  
    box-sizing: border-box;
  
    padding: 10px 0;
  
  }
  
  .items-inner .inner-wrap .items-swiper .gallery-thumbs .swiper-slide {
  
    width: 25%;
  
    height: 100%;
  
    opacity: 0.6;
  
  }
  
  .items-inner
  
    .inner-wrap
  
    .items-swiper
  
    .gallery-thumbs
  
    .swiper-slide-thumb-active {
  
    opacity: 1;
  
  }
  
  /* 相关案例 */
  
  .items-inner .xgal-content {
  
    margin-top: 20px;
  
    padding-bottom: 60px;
  
  }
  
  .items-inner .xgal-content .container{
  
    padding:10px;
  
  }
  
  .items-inner .xgal-content .xgal-title {
  
    margin-bottom: 15px;
  
  }
  
  .items-inner .xgal-content .xgal-title h3 {
  
    font-size: 26px;
  
  }
  
  .items-inner .xgal-content .xgal-main .list-xgal {
  
    box-shadow:0 3px 10px rgba(122, 122, 122, 0.25);
  
    margin-bottom: 10px;
  
  }
  
  .items-inner .xgal-content .xgal-main img {
  
    width: 100%;
  
    display: block;
  
  }
  
  .items-inner .xgal-content .xgal-main h4 {
  
    background-color: #fff;
  
    padding: 12px;
  
    font-size: 15px;
  
    text-align: center;
  
    color: #333;
  
    text-overflow: ellipsis;
  
    overflow: hidden;
  
    white-space: nowrap;
  
  }
  
  /* 服务案例 */
  
  