
        .content {
            width: 1200px;
            margin: 0 auto;
        }
        
        .header {
            height: 137px;
            background: rgba(5, 7, 28, .3);
            /*position: relative;
            position: fixed;*/
            z-index: 99;
            width: 100%;
            min-width: 1200px;
        }
        
        .h_con {
            height: 130px;
        }
        
        .header .logo {
            float: left;
            padding-top: 27px;
        }
        
        .header .logo img {
            width: 270px;
        }
        
        .header .logo img.stick-logo {
            display: none;
        }
        
        .header .logo span{color:#777;font-size:16px;font-weight:normal;margin-top:7px;display:block;}
        
        .h_info {
            padding-top: 21px;
            float: right;
        }
        
        .h_info .fav {
            height: 30px;
            padding-top:20px;
            margin-bottom: 7px;
        }
        
        .h_info .h_links a {
            display: inline-block;
            font-size: 12px;
            color: #000;
            line-height: 26px;
            padding: 0 20px;
            position: relative;
            transition: .3s;
        }
        
        .h_info .h_links a:hover {
            color: #0d2d82;
        }
        
        .h_info .h_links a:after {
            position: absolute;
            content: "";
            width: 1px;
            height: 12px;
            background: #000;
            top: 7px;
            right: 0;
        }
        
        .h_info .h_links a:last-child:after {
            display: none;
        }
        
        .s_key {
            width: 206px;
            height: 24px;
            border: 1px solid #000;
            border-radius: 12px;
            margin-left: 10px;
        }
        
        .h_info .h_tel {
            font-size: 14px;
            color: #2B2927;
            line-height: 25px;
            padding-left: 31px;
            font-weight: bold;
            background: url('images/h_tel.png') no-repeat left center;
            display: none;
        }
        
        .h_info .h_tel span {
            display: inline-block;
        }
        
        .h_info .h_tel span:first-child {
            margin-right: 39px;
        }
        
        .s_key #keywords {
            width: 120px;
            height: 24px;
            line-height: 24px;
            padding-left: 24px;
            border: none;
            font-size: 14px;
            color: #000;
            float: left;
            background: none;
        }
        
        .s_key .sub {
            width: 62px;
            height: 24px;
            background: url(resource/images/9b90847b26c84e37b93a6c91cd8e084e_2.png) no-repeat center;
            border: none;
            cursor: pointer;
        }
        
        .menu {
            clear: both;
            height: 80px;
        }
        
        .header .menu li {
            position: relative;
            float: left;
            height: 60px;
        }
        .submenu.project002 p {margin: 32px 0px 16px 0;float: left;}
        
        .header .menu li>a {
            display: block;
            font-size: 16px;
            color: #fff;
            line-height: 80px;
            position: relative;
            z-index: 2;
            padding: 0 8px;
            -o-transition: all .3s ease;
            transition: all .3s ease;
            margin-left: 40px;
        }
        
        .header .menu li>a:after {
            position: absolute;
            content: "";
            width: 0;
            height: 4px;
            background: #fff;
            left: 0;
            bottom: 0;
            -o-transition: all .3s ease;
            transition: all .3s ease;
            z-index: -1;
        }
        
        .header .menu li.cur>a,
        .header .menu li:hover>a {
            font-weight: bold;
        }
        
        .header .menu li.cur>a:after,
        .header .menu li:hover>a:after {
            width: 100%;
        }
        
        .h_con {
            max-width: 1608px;
            min-width: 1200px;
            margin: 0 auto;
            height: 137px;
        }
        
        .header-stick {
            background: #fff;
            box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        }
        
        .header-stick .logo span{
            font-weight:normal;
            display:block;
            position: absolute;
            top:20px;
            right:-285px;
            padding:10px 0 10px 20px;
            border-left:1px solid #777;
            line-height: 30px;
            text-align: center;
        }
        
        .header-stick .logo {
            padding-top: 15px;
            position:relative;
        }
        
        .header-stick .logo img:first-child {
            display: none;
        }
        
        .header-stick .logo img.stick-logo {
            display: block;
        }
        
        .header-stick .h_info {
            padding-top: 0;
        }
        
       /* .header-stick .h_links,
        .header-stick .s_key {
            display: none;
        }
        */
        .header-stick .h_tel {
            display: block;
        }
        
        .header-stick .menu li>a {
            color: #000;
            line-height: 48px;
        }
        
        .header-stick .menu li>a:after {
            background: #335ECD;
        }
        
        .header-stick .menu li>a:after {
            bottom: -12px;
        }
        
        @media screen and (max-width:1600px) {
            .h_con {
               max-width: 1450px;
            }
            .header .menu li>a {
                margin-left: 20px;
            }
        }
        
        @media screen and (max-width:1400px) {
            .h_con {
                width: 1200px;
            }
            .header .menu li>a {
                margin-left: 0px;
            }
            .header .logo {
                padding-top: 37px;
            }
            .header .logo img {
                width: 190px;
            }
        }
        
        .submenu {
            overflow: hidden;
            display: none;
            position: fixed;
            width: 100%;
            top: 134px;
            z-index: 99;
            background: rgba(231, 231, 231, .8);
            background: #EEEBEE;
            padding: 14px 0;
            left: 0;
            line-height: 0;
            font-size: 0;
            text-align: center
        }
        
        .submenu p {
            width: 20%;
            display: inline-block;
            line-height: 0;
            margin: 34px 0
        }
        
        .submenu p a {
            display: block
        }
        
        .submenu p i {
            display: block;
            overflow: hidden;
            transition: .3s ease;
            -o-transition: .3s ease
        }
        
        .submenu p i img {
            display: block;
            margin: 0 auto;
            transition: .3s ease;
            -o-transition: .3s ease
        }
        
        .submenu p span {
            display: block;
            font-size: 14px;
            color: #282828;
            line-height: 1;
            transition: .3s ease;
            -o-transition: .3s ease;
            font-weight: 700
        }
        .project001 p{width: 25%;}
        .project001 p i {
            background: #939393;
            width: 68px;
            height: 68px;
            border-radius: 10px;
            margin: 0 auto 24px
        }
        
        .project001 p i img {
            width: 68px
        }
        
        .project001 p:hover i {
            background: #0051cf
        }
        
        .project001 p:hover span {
            color: #0051cf
        }
        
        .platform001 p i {
            font-size: 34px;
            line-height: 100%;
            color: #282828;
            margin: 0 auto 30px;
            height: 34px;
            font-style:normal;
        }
        
        .platform001 p i img {
            width: 33px;
            padding: 1px 0;
            filter: brightness(0);
            -webkit-filter: brightness(0);
            -o-transition: all .3s ease;
            transition: all .3s ease
        }
        
        .product001 {
            text-align: left;
            padding-bottom: 40px;
        }
        
        .product001 dl {
            display: inline-block;
            width: 20%;
            margin: 10px 0;
            vertical-align: top;
            -o-transition: all .3s ease;
            transition: all .3s ease;
            position: relative
        }
        
        .product001 dl:before {
            position: absolute;
            content: "";
            width: 100%;
            height: 100%;
            background: #dcdcdc;
            left: -20px;
            z-index: 0;
            padding-bottom: 20px;
            opacity: 0;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }
        
        .product001 dl:hover:before {
            opacity: 1
        }
        
        .product001 dl:hover dt a {
            color: #0051cf
        }
        
        .product001 dt {
            position: relative;
            z-index: 2
        }
        
        .product001 dt a {
            display: block;
            font-size: 14px;
            line-height: 50px;
            color: #282828;
            font-weight: 700;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }
        
        .product001 dd {
            position: relative;
            z-index: 2
        }
        
        .product001 dd a {
            display: block;
            font-size: 13px;
            line-height: 20px;
            color: #666;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }
        
        .product001 dd a:hover {
            color: #0051cf
        }
        
        .case001 p {
            margin: 45px 0
        }
        
        .case001 p i img {
            width: 42px;
            margin: 0 auto 30px;
            filter: brightness(0);
            -webkit-filter: brightness(0);
            -o-transition: all .3s ease;
            transition: all .3s ease
        }
        
        .custom001 p {
            width: 200px;
            margin: 65px 45px
        }
        
        .custom001 p i {
            width: 200px;
            overflow: hidden;
            margin-bottom: 28px
        }
        
        .custom001 p i img {
            width: 100%;
            filter: grayscale(100%);
            -webkit-filter: grayscale(100%);
            -o-transition: all .3s ease;
            transition: all .3s ease
        }
        
        .service001 p {
            width: 100px;
            margin: 78px 50px
        }
        
        .service001 p i {
            width: 51px;
            height: 52px;
            overflow: hidden;
            margin: 0 auto 28px
        }
        
        .service001 p i img {
            width: 51px;
            filter: brightness(0);
            -webkit-filter: brightness(0);
            -o-transition: all .3s ease;
            transition: all .3s ease
        }
        
        .news001 p {
            width: 100px;
            margin: 78px 171px
        }
        
        .news001 p i {
            width: 70px;
            height: 53px;
            overflow: hidden;
            margin: 0 auto 29px
        }
        
        .news001 p i img {
            width: 70px;
            filter: brightness(0);
            -webkit-filter: brightness(0);
            -o-transition: all .3s ease;
            transition: all .3s ease
        }
        
        .news001 p:nth-child(1) {
            margin-left: 0
        }
        
        .news001 p:last-child {
            margin-right: 0
        }
        
        .about001 .content {
            max-width: 1920px;
            width: auto !important;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0 8.6345%
        }
        
        .about001 p {
            width: calc((100% - 70px)/5);
            margin: 65px 7px
        }
        
        .about001 p i {
            overflow: hidden;
            margin-bottom: 31px
        }
        
        .about001 p i img {
            max-width: 100%;
            filter: grayscale(100%);
            -webkit-filter: grayscale(100%);
            -o-transition: all .3s ease;
            transition: all .3s ease
        }
        
        .platform001 p:hover i,
        .case001 p:hover i,
        .service001 p:hover i,
        .news001 p:hover i {
            color: #0051cf
        }
        
        .platform001 p:hover img,
        .case001 p:hover img,
        .service001 p:hover img,
        .news001 p:hover img {
            filter: brightness(100%);
            -webkit-filter: brightness(100%)
        }
        
        .platform001 p:hover span,
        .case001 p:hover span,
        .service001 p:hover span,
        .news001 p:hover span {
            color: #0051cf
        }
        
        .custom001 p:hover i img,
        .about001 p:hover i img {
            filter: grayscale(0);
            -webkit-filter: grayscale(0)
        }
        
        .custom001 p:hover span,
        .about001 p:hover span {
            color: #0051cf
        }
        /**/
.case001 p {
    margin: 36px 0;
}
.custom001 p {
    margin:10px 15px;
}
.custom001 .content{width:1400px;}
.custom001 p i {
    margin-bottom: 18px;
}
.service001 p {
    margin:30px 60px;
}
.news001 p {
    margin: 30px 171px;
}
.about001 p i {
    margin-bottom: 18px;
}
.about001 p i img,.custom001 p i img {
    max-width: 100%;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
   -o-transition: all 1s linear 0s;
 transition: all 1s linear 0s }

.about001 p:hover i img,.custom001 p:hover i 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) }

.about001 .content {
    padding: 20px 8.6345%;
}
.about001 p{
    margin:10px 7px;
}
    

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

        .p1-search-1 {
            background: #f2f2f2;
            height: 82px;
            border-bottom: 1px solid #eee;
            overflow: hidden;
            font-size: 14px;
        }
        
        .p1-search-1 p {
            color: #444;
            line-height: 82px;
        }
        
        .p1-search-1 a {
            color: #444;
            display: inline-block;
            margin-right: 15px;
        }
        
        .p1-search-1-inp {
            width: 270px;
            height: 30px;
            border-radius: 20px;
            background: #fff;
            padding-left: 10px;
            margin-top: 28px;
        }
        
        .p1-search-1-inp input {
            border: 0;
        }
        
        .p1-search-1-inp1 {
            width: 224px;
            height: 30px;
            line-height: 30px;
            color: #a9a9a9;
            float: left;
        }
        
        .p1-search-1-inp2 {
            width: 30px;
            height: 30px;
            background: url(images/VISkins-p1.png) no-repeat -258px -936px;
            float: right;
            cursor: pointer;
        }
    

        .p12-curmbs-1 {
            font-size: 14px;
            border-bottom: 1px dashed #dcdcdc;
        }
        .p12-curblock{
            display: none;
        }
        .p12-curmbs-1 b {
            border-left: 10px solid #0379e3;
            font-weight: normal;
            padding-left: 8px;
        } 
        .p12-curmbs-1 i {
            font-style: normal;
        }
        
        .p12-curmbs-1 span {
            font-family: '宋体';
            padding: 0 5px;
            height: 46px;
            line-height: 46px;
        }
    

        .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 #0379e3;
        }
        
        .k12-cl-cplb-1nt2-1-01 dl {
                border: 1px solid #dedede;
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    overflow: hidden;
        }
        
        .k12-cl-cplb-1nt2-1-01 dl:hover {
            border: 1px solid #0d2d82;
        }
        
        .k12-cl-cplb-1nt2-1-01 dt {
                width: 26.6%;
    float: left;
    margin-right: 3%;
    border: 1px solid #f2f2f2;
        }
        
        .k12-cl-cplb-1nt2-1-01 dt img {
            width:100%;
            margin: 0 auto;
            display: block;
        }
        .k12-cl-cplb-1nt2-1-01 dd{padding-right:40px;padding-top: 12px;}
        .k12-cl-cplb-1nt2-1-01 dd h4 {
                height: 52px;
    font-weight: normal;
    font-size: 20px;
    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: #0d2d82;
        }
        
        .k12-cl-cplb-1nt2-1-01-list-desc {
            height: 90px;
    font-size: 16px;
    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: #0d2d82;
            border-color: #0d2d82;
        }
        
        .k12-cl-cplb-1nt2-1-01 dl:hover .k12-cl-cplb-1nt2-1-01-list-deta a {
            color: #fff;
        }
    

        .cl-fldh-tys-02-tit {
            height: 80px;
            font-size: 24px;
            font-weight: normal;
            line-height: 80px;
            color: #fff;
            text-align: center;
            background: #0d2d82;
            margin-bottom: 2px;
			text-overflow: ellipsis;
			overflow: hidden;
			white-space: nowrap;
        }
        
        .cl-fldh-tys-02-list {
            border: 1px solid #ebebeb;
            border-bottom: 0;
            border-top: 6px solid #0379e3;
        }
        
        .cl-fldh-tys-02-list a {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .cl-fldh-tys-02-list h3 {
            padding:0 34px 0 14px;
            height: 54px;
            font-weight: normal;
            font-size: 18px;
            line-height: 54px;
            border-bottom: 1px solid #ebebeb;
            position: relative;
            overflow: hidden;
        }
        
        .cl-fldh-tys-02-list h3:after {
            width: 10px;
            height: 10px;
            right: 18px;
            top: 22px;
        }
        
        .cl-fldh-tys-02-list h3 a {
            color: #313131;
        }
        
        .cl-fldh-tys-02-list h3.sidenavcur {
            border-bottom: 0;
        }
        
        .cl-fldh-tys-02-list h3.sidenavcur:after {
            border-style: none solid solid none;
        }
        
        .cl-fldh-tys-02-list h3:hover:after {
            border-style: none solid solid none;
            border-color: #0d2d82;
        }
        
        .cl-fldh-tys-02-list h3:hover a {
            color: #0d2d82;
            ;
        }
        
        .cl-fldh-tys-02-list dl {
            margin: 0 14px;
            border: 1px solid #ebebeb;
            margin-bottom: 24px;
        }
        
        .cl-fldh-tys-02-list dt {
            height: 40px;
            font-size: 16px;
            line-height: 40px;
            border-bottom: 1px solid #ebebeb;
            position: relative;
            padding-left: 26px;
            overflow: hidden;
        }
        
        .cl-fldh-tys-02-list dt a {
            color: #404040;
        }
        
        .cl-fldh-tys-02-list dt:after {
            width: 8px;
            height: 8px;
            left: 10px;
            top: 15px;
        }
        
        .cl-fldh-tys-02-list dt:hover,
        .cl-fldh-tys-02-list dt.sidenavcur {
            background: #0d2d82;
        }
        
        .cl-fldh-tys-02-list dt:hover a,
        .cl-fldh-tys-02-list dt.sidenavcur a {
            color: #fff;
        }
        
        .cl-fldh-tys-02-list dt:hover:after,
        .cl-fldh-tys-02-list dt.sidenavcur:after {
            border-color: #fff;
        }
        
        .cl-fldh-tys-02-list p {
            height: 40px;
            font-size: 14px;
            line-height: 40px;
            overflow: hidden;
            border-bottom: 1px solid #ebebeb;
        }
        
        .cl-fldh-tys-02-list p a {
            padding-left: 40px;
        }
        
        .cl-fldh-tys-02-list p.sidenavcur a,
        .cl-fldh-tys-02-list p:hover a {
            color: #0d2d82;
        }
        
        .cl-fldh-tys-02-list h3:after,
        .cl-fldh-tys-02-list dt:after {
            content: "";
            border: 1px solid #bdbdbd;
            border-style: solid solid none none;
            position: absolute;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }
    

 .p14-pro{
      margin-bottom: 30px;
 }
        .p14-pro .p14-info-2 {
            background: #fff;
            overflow: hidden;
           
        }
        
        .p14-pro .p14-info-2-tit {
            height: 80px;
            font-size: 24px;
            line-height: 80px;
            background: #0d2d82;
            color: #fff;
            text-align: center; margin-bottom:12px;
        }
        
        .p14-pro .p14-info-2-list dl { 
            font-size: 12px;
            line-height: 18px; height: 290px;
            overflow: hidden;text-align: center;
        }
        
        .p14-pro .p14-info-2-list dt {
            width: 100%;border: 1px solid rgba(153, 153, 153, 0.3);  box-sizing:border-box;
            margin:0 auto;
        }
        
        .p14-pro .p14-info-2-list dt img {
            display: block;
            width: 100%;
            margin: 0 auto;
        }
        
        .p14-pro .p14-info-2-list dd h3 {
            height: 40px;
            font-size: 14px;
            font-weight: normal;
            line-height:40px;padding: 0 8px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .p14-pro .p14-info-2-list-desc {
            height: 18px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .p14-pro .p14-info-2-list dl:nth-last-child(1) {
            border-bottom: 0;
        }
        .p14-pro .p14-info-2-list dl:hover dd h3 a {color:#000;}
        .p14-pro .p14-info-2-list dl:hover dt {border-color:#0d2d82;}
    

        .cbgg-01 {
            background: #0d2d82;
            text-align: center;
            color: #fff;
        }
        
        .cbgg-01-img img {
            width: 100%;
            display: block;
        }
        
        .cbgg-01 p {
            padding-top: 15px;
        }
        
        .cbgg-01 p img {
            vertical-align: middle;
            margin-right: 5px;
        }
        
        .cbgg-01 span {
            display: block;
            font-size: 28px;
            font-weight: bold;
            font-family: Arial;
            padding-bottom: 20px;
            padding-top: 10px;
        }
    

            .footer { height: auto; background: #2b3b79; border-top: 7px solid #0279E3; padding-top: 60px; }
            .footer i, .footer em { font-weight: 400; font-style: normal; }
            .footer img { max-width: 100% }
            .f_menu { width: 462px; }
            .f_menu ul { overflow: hidden; margin-bottom: 17px; }
            .f_menu li { width: 182px; float: left }
            .f_menu li span { display: block; font-size: 14px; color: rgba(255, 255, 255, .9); line-height: 100%; padding: 13px 0 36px; transition: .3s }
            .f_menu li em { display: block }
            .f_menu li em a { display: block; padding-left: 15px; font-size: 14px; color: rgba(255, 255, 255, .5); line-height: 100%; margin-bottom: 20px; transition: .3s; position: relative }
            .f_menu li em a:before { position: absolute; content: ""; width: 0; height: 0; border-style: solid; border-width: 5px; border-color: #000 transparent transparent; left: 0; top: 0 }
            .f_menu li em a:before { border-width: 3px 4px; border-color: transparent transparent transparent #fff; top: 4px }
            .f_menu li span:hover, .f_menu li a:hover { color: #fff }
            .f_menu p { font-size: 17px; line-height: 1; color: #fff; }
            .f_menu p span { display: block; font-size: 8px; line-height: 1; color: #fff; margin-top: 13px; }
            .f_logo h3 { width: 261px; height: 85px; margin-left: 2px; }
            .f_qr { overflow: hidden; margin-top: 12px; }
            .f_qr p { width: 139px; height: 147px; box-sizing: border-box; float: left; border: 1px solid #47588B; text-align: center; line-height: 0 }
            .f_qr p:first-child { border-right: none; }
            .f_qr p img { width: 93px; height: 93px; margin: 17px auto 10px }
            .f_qr p span { display: block; font-size: 12px; color: rgba(255, 255, 255, .5); line-height: 100% }
            .f_qr p:last-child { margin-left: -2px }
            .f_contact { height: 343px }
            .f_contact>p { font-size: 14px; color: rgba(255, 255, 255, .5); line-height: 100%; margin-bottom: 9px }
            .f_contact>p span { display: inline-block; font-size: 18px; color: #fff; line-height: 100%; padding-left: 16px; font-weight: 700 }
            .f_contact>p:first-child { margin-top: 6px; margin-bottom: 13px }
            .f_contact>p:first-child span { padding-left: 20px; font-size: 30px }
            .f_contact ul { padding-bottom: 60px }
            .f_contact li { height: 73px; float: left; border-right: 1px solid transparent; padding-right: 40px; margin-right: 40px; text-align: center; margin-top: 20px; position: relative }
            .f_contact li>i { display: block; width: 29px; height: 24px; position: relative; overflow: hidden; margin-bottom: 9px; }
            .f_contact li i img { position: absolute; left: 0; }
            .f_contact li>span { display: block; font-size: 14px; color: rgba(255, 255, 255, .5); line-height: 100% }
            .f_contact li .more { display: none; padding: 0 11px; height: 41px; background: linear-gradient(0deg, rgba(15, 36, 122, 1), rgba(0, 102, 187, 1)); background: url('images/fi_bg.png') repeat; border-radius: 2px; position: relative }
            .f_contact li .more img { display: inline-block; vertical-align: middle; margin-right: 9px }
            .f_contact li .more span, .f_contact li .more a { display: inline-block; font-size: 14px; color: #fff; line-height: 41px }
            .f_contact li:last-child { border-right: 0; padding-right: 0; margin-right: 0 }
            .f_contact li:nth-child(2):before, .f_contact li:nth-child(2):after { position: absolute; content: ""; width: 1px; height: 57px; background: rgba(246, 246, 245, .3); top: 0; }
            .f_contact ul li:nth-child(2):before { left: -40px; }
            .f_contact ul li:nth-child(2):after { right: 0; }
            .f_contact li .more { display: none; position: absolute; top: 72px; left: -11px; white-space: nowrap; min-width: 123px }
            .f_contact li:nth-child(2) .more { min-width: 178px; left: -41px }
            .f_contact li:nth-child(2) .more:before { left: 50px }
            .f_contact li:nth-child(3) .more { min-width: 460px; left: -390px }
            .f_contact li:nth-child(3) .more:before { left: auto; right: 60px }
            .f_info { background: #F3F3F3; height: auto; }
            .f_info .content { position: relative }
            .f_info p { float:left; line-height:60px; }
            .f_info p:last-child{float:right;}
            .f_info p span, .f_info p a { display: inline-block; font-size: 12px; color: rgba(40, 40, 40, .66); line-height: 22px; transition: .3s }
            .f_info p span { padding-right: 10px }
            /*.f_info p a:last-child { padding-left: 33px; position: relative }*/
            /*.f_info p a:last-child:before { position: absolute; content: ""; width: 1px; height: 7px; background: #7f7f7e; left: 16px; top: 3.5px }*/
            .f_info .sms { display: inline-block; vertical-align: top; }
            .f_info .sms li { width: 42px; height: 42px; overflow: hidden; background: linear-gradient(0deg, rgba(15, 36, 122, 1), rgba(0, 102, 187, 1)); border-radius: 50%; margin-left: 16px; float: left; transition: .3s }
            .f_info .sms li img { max-width: 100% }
            .f_info .sms li:hover { margin-top: -3px; }
            .f_info a:hover { color: rgba(40, 40, 40, .8) }
            .clearfix:after { content: "."; height: 0; display: block; visibility: hidden; clear: both; }
        

 /*商桥固定*/
 .aff {
    position: relative;
    left:-196px;}
     .aff img{ width:258px;}

 body #newBridge .nb-icon-base-5 .nb-icon-inner-wrap {
    background: url(https://www.szzht.com/resource/images/70f356ca53ad49c39d9c8ca3a89162d8_2.png) no-repeat;
    width: 168px;
    height: 77px;
}
 #nb_icon_wrap{
     right: 0 !important;
     top:calc(50% - 150px) !important;
 }
        .client-2 {
            position: fixed;
            right: -196px;
            right:-35px;
           bottom: 12%;
            z-index: 900;
        }
        body #newBridge .icon-right-top{top: 165px!important;}
        .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(images/fx.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: #0d2d82;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        .client-2 .my-kefu-liuyan .my-kefu-main{
            height: 21px;
                padding: 4.5px 0;
        }
        .client-2 .my-kefu-liuyan {
    height: 30px;
}
.client-2 .my-kefu-liuyan .my-kefu-tel-right {
    margin-top: 0;
}
        .client-2 .my-kefu-main {
            background: #0d2d82;
            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;
        }
    
