
        .content {
          width: 1200px;
          margin: 0 auto;
        }
        .header {
          height: 161px;
          background: #0d306a;

          position: relative;
          max-width: 1920px;
          margin: 0 auto;
          overflow: hidden;
        }

        .logo {
          float: left;
          width: 24.6154%;
          position: relative;
          padding-top: 45px;
          padding-right: 37px;
          box-sizing: border-box;
        }
        .logo a {
          display: block;
          float: right;
        }
        .logo img {
          width: 217px;
        }

        .h_con {
          float: right;
          width: 75.3846%;
          background: #fff;
          height: 161px;
        }
        .h_nav {
          max-width: 1290px;
        }

        .header .h_contact {
          margin-top: 61px;
          float: left;
          margin-left: 42px;
          padding-left: 62px;
          background: url(images/h_tel.png) no-repeat left top;
        }
        .header .h_contact span {
          display: block;
          font-size: 16px;
          color: #333;
          line-height: 16px;
          margin-bottom: 2px;
        }
        .header .h_contact strong {
          font-size: 25px;
          color: #ffb868;
          line-height: 30px;
          display: block;
        }
        .header .menu {
          margin-top: 61px;
          height: 80px;
          float: left;
          margin-left: 38px;
        }
        .header .menu li {
          position: relative;
          float: left;
          margin-left: 7px;
        }

        .header .menu li > a:before {
          position: absolute;
          content: "";
          left: 0;
          top: 3px;
          z-index: 3;
          transition: 0.3s ease;
          -o-transition: 0.3s ease;
          width: 8px;
          height: 8px;
          background: #f0a53c;
          opacity: 0;
        }
        .header .menu li > a {
          display: block;
          font-size: 16px;
          color: #333;
          line-height: 18px;
          transition: 0.3s ease;
          -o-transition: 0.3s ease;
          padding: 0 20px;
          position: relative;
          overflow: hidden;
        }
        .header .menu li > a span {
          display: block;
          font-size: 13px;
          color: #333;
          line-height: 27px;
          transition: 0.3s ease;
          -o-transition: 0.3s ease;
        }
        .header .menu li.cur > a,
        .header .menu li:hover > a {
          color: #f0a53c;
        }
        .header .menu li.cur > a span,
        .header .menu li:hover > a span {
          color: #f0a53c;
        }
        .header .menu li.cur > a:before,
        .header .menu li:hover > a:before {
          opacity: 1;
        }
        @media screen and (max-width: 1712px) {
          .header .logo {
            width: 22%;
          }
          .header .h_con {
            width: 78%;
          }
          .header .menu {
            margin-left: 30px;
          }
          .header .menu li {
            margin-left: 0px;
          }
          .header .h_contact {
            margin-left: 20px;
          }
        }
      

        .ty-banner-1 {
            overflow: hidden;
            line-height: 0;
            text-align:center;
        }
        .ty-banner-1 img{
            visibility: hidden;
        }
        .ty-banner-1 img.show{
            visibility: visible;
        }
    

        .p101-curmbs-1 {
            position: relative;
            max-width: 1920px;
            margin: 0 auto;
        }
        .p101-curmbs-1 .blk-main{
            width: 1200px;
            background: none
        }
        
        .plc {
            position: absolute;
            top: -65px;
            left: 0;
            right: 0;
            width: 100%;
            z-index: 10;
            background: url("images/p101-curmbs-bg.png") no-repeat center bottom;
            padding: 20px 0 5px;
        }
        
        .p12-curblock {
            display: none;
        }
        
        .p101-curmbs-con {
            float: right;
            height: 40px;
            line-height: 40px;
            font-size: 14px;
            color: #fff;
        }
        
        .p101-curmbs-con b {
            font-weight: normal;
            padding-left: 25px;
            background: url(images/p101-curmbs-icon1.png) no-repeat left center;
        }
        
        .p101-curmbs-con i {
            font-style: normal;
        }
        
        .p101-curmbs-con span {
            font-family: 宋体;
            height: 46px;
            line-height: 46px;
            padding: 0px 5px;
        }
        
        .p101-curmbs-con a {
            color: #fff;
        }
        
        .p101-curmbs-con a:hover {
            text-decoration: underline;
        }
    

    .p102-search-1 {
        height: 70px;
        border-bottom: 1px solid #ededed;
        background: #f7f7f7;
    }
    .p102-search-1 .blk-main{
        width: 1200px;
        background: none
    }
    
    .p102-search-1 p {
        float: left;
        width: 750px;
        height: 70px;
        line-height: 70px;
        font-size: 14px;
        color: #333333;
    }
    
    .p102-search-1 p b {
        display: inline-block;
    }
    
    .p102-search-1 p a {
        color: #666666;
        display: inline-block;
        margin-right: 15px;
    }
    .p102-search-1 p a:hover{color: #0b3367;}
    .p102-search-1-inp {
        float: right;
        width: 356px;
        height: 36px;
        background: #fff;
        margin-top: 18px;
        border-radius: 25px;
        position: relative;
    }
    
    .p102-search-1-inp:before,
    .p102-search-1-inp:after {
        content: '';
        position: absolute;
        width: 80%;
        height: 1px;
        background: #e3e3e3;
        left: 10%;
        z-index: 0;
    }
    
    .p102-search-1-inp:before {
        top: 0;
    }
    
    .p102-search-1-inp:after {
        bottom: 0;
    }
    
    .p102-search-1-inp1 {
        width: 249px;
        height: 36px;
        line-height: 36px;
        box-sizing: border-box;
        color: #999999;
        border: 1px solid #e3e3e3;
        border-right: 0;
        padding: 0 20px;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        float: left;
    }
    
    .p102-search-1-inp2 {
        width: 66px;
        height: 36px;
        border: 0;
        border-radius: 25px;
        background: url(images/p102-search-icon1.png) no-repeat center center #0b3367;
        float: right;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }


    .p102-pro-content-nav {
        height: 50px;
        box-shadow: 0 -2px 3px #f9f9f9, 0 4px 6px #e9e9e9;
    }
    
    .fixed {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 88;
        background: #fff;
    }
    
    .p102-pro-content-nav li {
        float: left;
        line-height: 50px;
        margin-right: 50px;
        position: relative;
        font-size: 18px;
        color: #4c4c4c;
        font-weight: normal;
    }
    
    .p102-pro-content-nav li.cur,
    .p102-pro-content-nav li:hover {
        color: #0b3367;
    }
    
    .p102-pro-content-nav li.cur:before,
    .p102-pro-content-nav li:hover:before {
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        border: 3px solid #0b3367;
        background: #fff;
        border-radius: 100%;
        left: 50%;
        margin-left: -9px;
        bottom: -10px;
        z-index: 1;
    }
    
    .p102-pro-content-nav li.cur:after,
    .p102-pro-content-nav li:hover:after {
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        background: #0b3367;
        border-radius: 100%;
        left: 50%;
        margin-left: -3px;
        bottom: -4px;
        z-index: 2;
    }
    
    .p102-pro-content-desc {
        padding: 40px 0;
        font-size: 16px;
        line-height: 30px;
        text-align: justify;
    }


    .p102-pro-content-title {
        display: inline-block;
        height: 64px;
        line-height: 64px;
        font-size: 32px;
        color: #1a1a1a;
        font-weight: normal;
        position: relative;
        border-bottom: 3px solid #0b3367;
    }
    
    .p102-pro-content-title:after {
        content: '';
        position: absolute;
        width: 50%;
        height: 3px;
        background: #ffb868;
        right: 0;
        bottom: -3px;
        z-index: 1;
    }
    
    .p102-pro-case {
        padding: 60px 0 80px;
    }
    .p102-pro-case .blk-main{
        width: 1200px;margin:0 auto;
    }
    
    .p102-pro-case-list {
        padding-top: 40px;
    }
    
    .p102-pro-case-items dl {
        float: left;
        width: 378px;
        position: relative;
        margin-right: 33px;
    }
    
    .p102-pro-case-items dl:nth-child(4n-1) {
        margin-right: 0;
    }
    
    .p102-pro-case-items dt img,
    .p102-pro-case-items dt a {
        display: block;
        width: 100%;
    }
    
    .p102-pro-case-items dd {
        position: absolute;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        left: 0;
        bottom: 0;
        z-index: 2;
    }
    
    .p102-pro-case-items dd h4 a {
        display: block;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        color: #ffffff;
        text-align: center;
        padding: 0 15px;
    }
    
    .p102-pro-case-items dl:hover dt a:before {
        content: '';
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        top: 0;
        bottom: 0;
        z-index: 1;
    }
    
    .p102-pro-case-items dl:hover dt a:after {
        content: '+';
        position: absolute;
        width: 50px;
        height: 50px;
        font: 30px/50px "宋体";
        color: #fff;
        text-align: center;
        background: #0b3367;
        left: 50%;
        margin-left: -25px;
        top: 50%;
        margin-top: -25px;
        border-radius: 100%;
        z-index: 2;
    }
    
    .p102-pro-case-items dl:hover dd {
        background: none;
    }
    
    .p102-pro-case-paging {
        height: 30px;
        text-align: center;
        padding-top: 25px;
    }
    
    .p102-pro-case-paging li {
        display: inline-block;
        width: 10px;
        height: 10px;
        border: 3px solid #0b3367;
        border-radius: 100%;
        margin: 0 5px;
    }
    
    .p102-pro-case-paging li.cur {
        background: #0b3367;
    }
    
    .p102-pro-case-more {
        width: 198px;
        height: 44px;
        margin: 35px auto 0;
        border: 1px solid #0b3367;
        position: relative;
    }
    
    .p102-pro-case-more a {
        display: block;
        height: 44px;
        line-height: 44px;
        font-size: 18px;
        font-weight: normal;
        color: #0b3367;
        padding-left: 64px;
        position: relative;
    }
    
    .p102-pro-case-more a:before {
        content: '';
        width: 20px;
        height: 14px;
        position: absolute;
        border: 4px solid #0b3367;
        border-left: 0;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        left: 26px;
        top: 11px;
    }
    
    .p102-pro-case-more a:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-right: 6px solid #0b3367;
        top: 9px;
        left: 22px;
        z-index: 1;
    }


        .footer {
          background: #fff;
        }
        .f_contact {
          height: 193px;
          padding-top: 80px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
        }
        .f_contact li {
          float: left;
          width: 330px;
        }
        .f_contact li img {
          display: block;
          float: left;
          width: 47px;
          height: 47px;
          background: #eee;
          border-radius: 50%;
          margin-right: 10px;
        }
        .f_contact li strong {
          display: block;
          font-size: 18px;
          line-height: 24px;
          color: #333;
        }
        .f_contact li span {
          display: block;
          white-space: nowrap;
          font-size: 14px;
          line-height: 22px;
          color: #333;
          margin-top: 3px;
        }
        .f_contact li:nth-child(1) {
          width: 440px;
        }
        .f_contact li:nth-child(2) {
          width: 430px;
        }
        .f_contact li:nth-child(3) span {
          font-size: 20px;
        }
        .f_con {
          background: #f2f2f3;
          padding-top: 65px;
          height: 270px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
        }
        .f_info {
          width: 398px;
          margin-top: 15px;
          border-right: 1px solid #dcdcdc;
          height: 120px;
          padding-top: 1px;
          float: left;
        }
        .f_info p {
          font-size: 15px;
          line-height: 24px;
          color: #333;
        }
        .f_info p a {
          color: #333;margin-right: 10px;
        }
        .f_info p:first-child {
          margin-bottom: 14px;
        }
        .f_info p:first-child strong {
          display: block;
          font-size: 15px;
          line-height: 25px;
          color: #333;
        }
        .f_info p:first-child span {
          display: block;
          font-size: 12px;
          line-height: 20px;
          color: #333;
          font-family: arial;
          opacity: 0.5;
        }
        .f_menu {
          padding-left: 87px;
          padding-top: 9px;
          padding-right: 26px;
          position: relative;
          width: 286px;
          float: left;
          box-sizing: content-box;
        }
        .f_menu:after {
          position: absolute;
          content: "";
          width: 1px;
          height: 120px;
          background: #dcdcdc;
          top: 15px;
          right: 0;
        }
        .f_menu a {
          display: block;
          float: left;
          font-size: 15px;
          line-height: 32px;
          color: #333;
          width: 143px;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
        }
        .f_menu a:hover {
          color: #0d306a;
        }
        .f_qr {
          width: 305px;
          float: right;
        }
        .f_qr p {
          float: right;
          padding: 12px;
          border: 1px solid #bfbfbf;
          border-radius: 5px;
          line-height: 0;
          display: block;
        }
        .f_qr img {
          width: 126px;
          height: 126px;
          background: #fff;
          border-radius: 5px;
        }
        .f_qr span {
          display: block;
          float: left;
          font-size: 15px;
          line-height: 25px;
          color: #333;
          background: url(images/qr.png) no-repeat left 11px;
          padding-top: 110px;
        }
        .clearfix:after {
          content: ".";
          height: 0;
          display: block;
          visibility: hidden;
          clear: both;
        }
      

        .client-2 {
            position: fixed;
            right: -170px;
            top: 50%;
            z-index: 900;
        }
        .client-2 *{
            box-sizing: content-box;
        }
        
        .client-2 li a {
            text-decoration: none;
        }
        .client-2 li {
            margin-top: 1px;
            clear: both;
            height: 62px;
            position: relative;
        }
        
        .client-2 li i {
            background: url(resource/images/00f67da77365479fa7fbac463cef2503_2.png) no-repeat;
            display: block;
            width: 30px;
            height: 27px;
            margin: 0px auto;
            text-align: center;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 .my-kefu-qq i {
            background-position: 4px 5px;
        }
        
        .client-2 .my-kefu-tel i {
            background-position: 0 -21px;
        }
        
        .client-2 .my-kefu-liuyan i {
            background-position: 4px -53px;
        }
        
        .client-2 .my-kefu-weixin i {
            background-position: -34px 4px;
        }
        
        .client-2 .my-kefu-weibo i {
            background-position: -30px -22px;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop i {
               width: 33px;
    height: 31px;
    background-position: -23px -47px;
    background-size: 52px 82px;
        }
        .client-2 .my-kefu-ftop .my-kefu-main{
            padding-top: 6px;
        }
        
        .client-2 .my-kefu-left {
            float: left;
            width: 62px;
            height: 47px;
            position: relative;
        }
        
        .client-2 .my-kefu-tel-right {
            font-size: 16px;
            color: #fff;
            float: left;
            height: 24px;
            line-height: 22px;
            padding: 0 15px;
            border-left: 1px solid #fff;
            margin-top: 14px;
        }
        
        .client-2 .my-kefu-right {
            width: 20px;
        }
        
        .client-2 .my-kefu-tel-main {
            background: #0b3367;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #0b3367;
            width: 97px;
            height: 53px;
            position: relative;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-weixin-pic {
            position: absolute;
            left: -130px;
            top: -24px;
            display: none;
            z-index: 333;
        }
        
        .my-kefu-weixin-pic img {
            width: 115px;
            height: 115px;
        }
    
