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

.scale_img dl dt img,
.scale_img li img {
  -o-transition: all 1s linear 0s;
  transition: all 1s linear 0s;
}
.scale_img dl:hover dt img,
.scale_img li:hover img {
  -webkit-transform: scale(1.05) rotate(0deg) translateY(0);
  -ms-transform: scale(1.05) rotate(0deg) translateY(0);
  transform: scale(1.05) rotate(0deg) translateY(0);
}

        .k12-cl-cplb-1nt2-1-01-tit {
            height: 40px;
            border-bottom: 2px solid #d4d4d4;
            margin-bottom: 18px;
        }
        
        .k12-cl-cplb-1nt2-1-01-tit-h2 {
            height: 40px;
            display: inline-block;
            font-size: 24px;
            font-weight: normal;
            line-height: 40px;
            padding-right: 24px;
            border-bottom: 2px solid #ffb868;
        }
        
        .k12-cl-cplb-1nt2-1-01 dl {
            border: 1px solid #dedede;
            margin-bottom: 18px;
            padding: 20px;
            background: #fff;
            overflow: hidden;-o-transition: all 0.3s ease;
  transition: all 0.3s ease;
        }
        
        .k12-cl-cplb-1nt2-1-01 dl:hover {
            border: 1px solid #0b3367;
        }
        
        .k12-cl-cplb-1nt2-1-01 dt {
            width: 46.6%; 
            float: left;
            margin-right:4.6%;
            overflow: hidden;
        }
        
        .k12-cl-cplb-1nt2-1-01 dt img {
            width:100%;
            margin: 0 auto;
            display: block;
        }
        .k12-cl-cplb-1nt2-1-01 dd{padding-right:20px; padding-top:20px;}
        .k12-cl-cplb-1nt2-1-01 dd h4 {
            height: 52px;
            font-weight: normal;
            font-size: 24px;
            color: #154c64;
            line-height: 48px;
            margin-bottom: 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .k12-cl-cplb-1nt2-1-01 h4 a {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding-bottom: 4px;
            background: url(images/p15-icon1.png) repeat-x left bottom;
        }
        
        .k12-cl-cplb-1nt2-1-01 dl:hover h4 a {
            color: #0b3367;
        }
        
        .k12-cl-cplb-1nt2-1-01-list-desc {
            height: 144px;
            font-size: 14px;
            line-height: 28px;
            color: #626262;
            overflow: hidden;
            margin-bottom: 20px;
        }
        
        .k12-cl-cplb-1nt2-1-01-list-deta {
            float: right;
            width: 125px;
            height: 38px;
            display: inline-block;
            border: 1px solid #aaa;
            font-size: 16px;
            line-height: 40px;
            text-align: center;
        }
        
        .k12-cl-cplb-1nt2-1-01 dl:hover .k12-cl-cplb-1nt2-1-01-list-deta {
            background: #0b3367;
            border-color: #0b3367;
        }
        
        .k12-cl-cplb-1nt2-1-01 dl:hover .k12-cl-cplb-1nt2-1-01-list-deta a {
            color: #fff;
        }
    

        .fdh-01-tit {
            background: #0b3367;
            height: 80px;
        }
        
        .fdh-01-tit h2 {
            height: 75px;
            font-size: 24px;
            font-weight: normal;
            line-height: 75px;
            color: #fff;
            border-bottom: 1px solid #fff;
            text-align: center;
        }
        
        .fdh-01-tit h2 span {
            font-size: 14px;
            text-transform: uppercase;
        }
        
        .fdh-01-nav-one h3 {
            height: 50px;
            line-height: 50px;
            background: url(images/p14-icon5.png) no-repeat right center #ececeb;
            margin-bottom: 2px;
            overflow: hidden;
        }
        
        .fdh-01-nav-one h3 a {
            display: block;
            font-size: 18px;
            font-weight: normal;
            margin-right: 40px;
            margin-left: 38px;
            color: #666666;
            overflow: hidden;
        }
        
        .fdh-01-nav-one h3.sidenavcur,
        .fdh-01-nav-one h3:hover {
            background: url(images/p14-icon2.png) no-repeat right center #0b3367;
        }
        
        .fdh-01-nav-one h3.sidenavcur a,
        .fdh-01-nav-one h3:hover a {
            color: #fff;
        }
        
        .fdh-01-nav dl {
            padding: 2px 0 4px;
        }
        
        .fdh-01-nav dt {
            height: 50px;
            font-size: 16px;
            line-height: 50px;
            padding-left: 54px;
            padding-right: 40px;
            margin-bottom: 1px;
            background: #ececec;
            position: relative;
            overflow: hidden;
        }
        
        .fdh-01-nav dt:after {
            content: "";
            width: 8px;
            height: 8px;
            border: 2px solid #b8b8b8;
            border-style: solid solid none none;
            position: absolute;
            top: 50%;
            right: 32px;
            margin-top: -4px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }
        
        .fdh-01-nav dt.sidenavcur:after,
        .fdh-01-nav dt:hover:after {
            border-color: #0b3367;
        }
        
        .fdh-01-nav dt.sidenavcur a,
        .fdh-01-nav dt:hover a {
            color: #0b3367;
        }
        
        .fdh-01-nav dd {
            border: 1px solid #ececec;
            border-bottom: 0;
        }
        
        .fdh-01-nav p {
            height: 50px;
            font-size: 14px;
            line-height: 50px;
            padding-left: 72px;
            padding-right: 40px;
            border-bottom: 1px solid #ececec;
            background: #fff;
            position: relative;
            overflow: hidden;
        }
        
        .fdh-01-nav p.sidenavcur a,
        .fdh-01-nav p:hover a {
            color: #0b3367;
        }
        
        .fdh-01-nav p.sidenavcur:after,
        .fdh-01-nav p:hover:after {
            background: #ffb868;
        }
        
        .fdh-01-nav a {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
    

        .p1-info-3-tit {
            height: 60px;
    font-size: 24px;
    font-weight: normal;
    line-height: 60px;
    background: #0b3367;
    color: #fff;
    text-align: center;
        }
        .p1-info-3-list{padding: 10px 10px 0;}
        .p1-info-3-list li h4{
            height: 46px;
            font-size: 14px;
            font-weight: normal;
            line-height: 46px;
            color:#4b4a4a;
            border-bottom: 1px dashed #dbdbdb;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        /*.p1-info-3-list li h4 a{ color:#4b4a4a;}*/
        .p1-info-3-list li h4 span {
            float: right;
        }
    

        .contact-z1 {
            height: 140px;
            background: url("images/contact-z1.jpg") no-repeat;
            color: #333;
            margin-bottom: 30px;
        }
        
        .contact-z1 p {
            font-size: 20px;
            height: 30px;
            line-height: 30px;
            padding: 37px 0 0 95px; 
            background: url(images/contact-z1_tel.png) no-repeat 74px 44px;
        }
        
        .contact-z1 span {
            display: block;
            height: 30px;
            font-weight: bold;
            font-size: 18px;
            line-height: 30px; 
            padding-left: 73px;
        }
    

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