
                .header{height:123px;position: relative; z-index: 5;background:#fff; width: 100%;}
                .content,.footer{ width: 1200px; margin: 0 auto;}i,em{ font-style: normal;}
                .header .logo{float: left;margin:25px 32px 0 6.3%;}
                .header h3{float:left; padding-top:45px; line-height: 100%; color: #303030; font-size:22px;font-weight: bold;}
                .header h3 span{ display: block; font-weight: normal; font-size: 18px; padding-top:3px;}
                .header .h_nav{ float: right;  margin-right:10.3%; margin-top: -38px;}
                .h_nav ul{ float: right;}
                .h_nav ul li{float: left;font-size: 16px;position: relative; box-sizing: border-box; margin-left:24px;}
                .h_nav ul li a{color: #303030;display: block; font-size:18px; position: relative;z-index: 5;  text-align: center; box-sizing: border-box; height: 29px; line-height: 100%;}
                .h_nav ul li:before{ background: #ea0d00; content: ""; left: 0; top: 28px; transition: all 0.2s; width: 0; height: 1px; position: absolute;}
                .h_nav li.cur:before,.h_nav li:hover:before{width: 100%;}
                .h_nav li.cur a,.h_nav li a:hover{ color: #ea0d00;}
                
                
                
                  .menu {
            clear: both;
            height: 80px;
        }
        
        .header .menu li {
            position: relative;
            float: left;    height: 123px;
        }
        
        .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;*/
        }
        
        
        
     
        
       
        
        .h_con {
            max-width: 1608px;
            min-width: 1200px;
            margin: 0 auto;
            height: 137px;
        }
        
        .header-stick {
            background: #fff;
            height: 120px;
            box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        }
        
        .header-stick .logo {
            padding-top: 15px;
        }
        
        .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 {
                width: 1450px;
            }
            .header .menu li>a {
                margin-left: 3px;
            }
        }
        
        @media screen and (max-width:1400px) {
            .h_con {
                width: 1200px;
            }
            .header .menu li>a {
                margin-left:3px;
            }
            .header .logo {
                padding-top: 0;
            }
            .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: #f4f4f4;
            padding: 39px 0 25px;
            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: 0;*/
        /*    z-index: 0;*/
        /*    padding-bottom: 30px;*/
        /*    opacity: 0;*/
        /*    top:-15px;*/
        /*    -o-transition: all .3s ease;*/
        /*    transition: all .3s ease*/
        /*}*/
        
        /*.product001 dl:hover:before {*/
        /*    opacity: 1*/
        /*}*/
        
        .product001 dl:hover dt a {
            color: ##ea0d00
        }
        
        .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
        }
        
           .h_nav li .product001 dd a {
            display: block;
            font-size: 13px;
            line-height: 20px;
            color: #666;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }
        
           .h_nav li .product001 dd a:hover {
            color: #ea0d00
        }
        
        .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: 220px;
            margin: 65px 45px
        }
        
        .custom001 p i {
            width: 220px;
            overflow: hidden;
            margin-bottom: 28px
        }
        
        .custom001 p i img {
            width: 340px;
            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:36px 42px;
}
.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;
}
  @media screen and  (min-width:760px) and (max-width:1699px){
                    .header .logo img{ width:205px;}
                    .header h3{font-size: 19px;}
                    .header h3 span{font-size: 15px;}
                    .header .logo{ margin-left:4.3%; margin-right:15px;}
                    .header .h_nav{margin-right:4.3%;}
                    .h_nav ul li{margin-left: 21px;}
                    .h_nav ul li a{font-size: 14px;}
                    .ys .con li.cur .hov p em{    font-size: 15px;}
                }
                  @media screen and  (min-width:1599px) and (max-width:1699px){
                     .header .logo{ margin-left:7.3%;   }
                           .header .h_nav{margin-right:7.3%;}
                           .h_nav ul li a {
    font-size: 15px;
}
                  }
            

     
        .xiala {
            position: fixed;
            width: 1920px;
            left: 50%;
            margin-left: -960px;
            top: 123px;
            z-index: 30;
            background: #fff;
        }
        
     
        
        .content {
            width: 1200px;
            margin: 0 auto;
            font-family: "Microsoft Yahei";
        }
         .xiala{background: #f4f4f4;padding-bottom:95px; }
                    .xiala_l{ margin-top: 70px; width: 358px; border-right: 1px solid #bcbcbc;    height: 143px;}
                    .xiala_l b{ display: block; line-height: 100%; padding-bottom: 30px; font-size: 28px; color: #0053ab;}
                    .xiala_l em a{ display: inline-block; float: left; line-height: 100%; font-size: 18px; color: #0152ad; margin-bottom: 20px; margin-right: 36px;}
                    .xiala_l em a:hover{ text-decoration: underline;}
                    .xiala_r{ width: 778px; float: right; margin-top: 70px;}
                    .xiala_r h4{ float: left; width: 265px;}
                    .xiala_r h4 i{ display:block; font-size: 28px; color: #0053ab;;}
                    .xiala_r h4 em{ display: block; font-weight: normal; font-size: 16px; color: #0353ac; line-height: 28px; padding-top:30px; height: 76px;}
                    .xiala_r h4 a{font-weight: normal; color: #ee1100; font-size: 16px;}
                    .xiala_r h5{ float: right;}
                    .xiala_r h5 img{ display: inline-block; width: 207px;}
                    .xiala_r h5 em{ display: inline-block; float: left; width: 207px; background: #fff; margin-left: 28px;}
                    .xiala_r h5 em span{ display: block; text-align: center; font-size: 14px; color: #666666;font-weight: normal; line-height: 35px; margin-top: -3px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
                            .xiala .xiala_r h4 a{ display:inline-block;}
                            
                         


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

    .p102-search-1 {
        height: 70px;
        border-bottom: 1px solid #ededed;
        background: #f7f7f7;
    }
    
    .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: #0054ab;}
    .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: 34px;
        line-height: 34px;
        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 #0054ab;
        float: right;
        position: relative;
        z-index: 2;
        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 #eb3d00;
            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;
        }
    

    .p102-fdh-3 {
        height: 100px;
        box-shadow: 0 4px 6px #e9e9e9;
    }
    
    .p102-fdh-3 li {
        float: left;
        width: 16.66%;
        height: 100px;
        position: relative;
    }
    
    .p102-fdh-3 li:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 26px;
        background: #cfcfcf;
        right: 0;
        top: 50%;
        margin-top: -13px;
    }
    
    .p102-fdh-3 li:last-child:after {
        display: none;
    }
    
    .p102-fdh-3 li a {
        display: block;
        height: 100px;
        line-height: 100px;
        font-size: 22px;
        color: #1a1a1a;
        text-align: center;
    }
    
    .p102-fdh-3 li.sidenavcur:before,
    .p102-fdh-3 li:hover:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #0054ab;
        left: 0;
        bottom: 0;
        z-index: 1;
    }
    
    .p102-fdh-3 li.sidenavcur a,
    .p102-fdh-3 li:hover a {
        font-weight: bold;
        color: #0054ab;
    }
    
    .p102-fdh-3 li.sidenavcur a:before,
    .p102-fdh-3 li:hover a:before {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        background: #fff;
        border: 3px solid #0054ab;
        border-radius: 100%;
        left: 50%;
        margin-left: -9px;
        bottom: -8px;
        z-index: 2;
    }
    
    .p102-fdh-3 li.sidenavcur a:after,
    .p102-fdh-3 li:hover a:after {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        background: #0054ab;
        border-radius: 100%;
        left: 50%;
        margin-left: -3px;
        bottom: -2px;
        z-index: 3;
    }


        .k12-gl-gslb-3nf1-1-01 {
            padding: 30px 0 20px;
        }
        
        .k12-gl-gslb-3nf1-1-01-left dl {
            width: 24%;
            float: left;
            background: #f0f0f0;
            margin: 0 1.3% 13px 0
        }
        
        .k12-gl-gslb-3nf1-1-01-left dl:nth-child(5n-1) {
            margin-right: 0;
        }
        
        .k12-gl-gslb-3nf1-1-01-left dt {
            border: 1px solid #e5e5e5;
            padding: 10px 9px;
            background: #fff;
        }
        
        .k12-gl-gslb-3nf1-1-01-left dt img {
            display: block;
            width: 100%;
        }
        
        .k12-gl-gslb-3nf1-1-01-left dd h4 {
            height: 50px;
            font-size: 14px;
            line-height: 50px;
            text-align: center;
            padding: 0 5px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            background: #f0f0f0;
        }
        
        .k12-gl-gslb-3nf1-1-01-left dd h4 a {
            color: #4b4a4a;
        }
    

    .p102-pagination-blk {
        padding-bottom: 40px;
    }


                .f_bj{color:#828384;clear:both;font-family:"Microsoft Yahei";height:513px;font-size: 16px;overflow: hidden; background:  url("images/f_bg.jpg") repeat-x; padding-top:57px; box-sizing: border-box; overflow: hidden;}
                .footer{ margin: 0 auto;width: 1200px;}
                .f_top{ overflow: hidden; height: 190px;}
                .f_top h3{ float: left;}
                .f_top h3 img{ display: inline-block; float: left;}
                .f_top h3 span{ display: inline-block; float: left; padding: 39px 0 0 17px;font-weight: normal; font-size: 20px; color: #000000;}
                .f_top p{ float: right; padding-top: 29px;}
                .f_top p a{ display: inline-block; margin-left: 70px; padding-left: 33px; font-size: 16px; color: #333333; background:  url("images/f_ico1.png") no-repeat 0 0;}
                .f_top p a:nth-child(2){background:  url("images/f_ico3.jpg") no-repeat;}
                .f_top p a:hover{ color: #ea0d00;}
                .f_on1{ float: left; width: 333px; overflow: hidden;}
                .f_on1 h3{ line-height: 100%; font-size: 20px; color: #333333; height: 49px;}
                .f_on1 ul li{ float: left; width: 157px; line-height: 100%; margin-bottom: 18px;}
                .f_on1 ul li a{ display: inline-block; line-height: 100%; font-size: 14px; color: #333333;}
                .f_on4{ float: right; text-align: center;}
                .f_on4 img{ width: 120px; height: 120px; padding: 11px; background: #f6f6f6; border-radius: 5px;}
                .f_on4 span{ display:block; line-height: 100%; font-size: 14px; color: #333333; padding-top: 17px;}
                .f_on2{ overflow: hidden; width: 705px; float: left;}
                .f_on2 ul{ float: left; width: 428px;}
                .f_on2 ul li{ padding-left: 36px; font-size: 14px; color: #333333; line-height:20px; margin-bottom: 20px; background:  url("images/fm_io3.jpg") no-repeat 0 11px;}
                .f_on2 ul li span{ display: block;}
                .f_on2 ul li b{ display: block; font-size: 26px; color: #333333; line-height: 100%; padding: 6px 0 3px 0;}
                .f_on2 ul li:nth-child(2){ background:  url("images/fm_io2.jpg") no-repeat 0 9px;}
                .f_on2 ul li:nth-child(1){ background:  url("images/fm_io1.jpg") no-repeat 0 28px;}
                .f_on2 p{ float: left; padding-top: 93px; width: 255px; line-height: 100%; font-size: 14px; color: #333333;}
                .f_on2 p span{ display: block; padding-bottom: 18px;}
                .f_on2 p a{ color: #333;}
                .f_on1 ul li a:hover{color: rgb(2, 108, 210); text-decoration: underline;}

            

        .client-2 {
            width: 45px;
            position: fixed;
            right: 10px;
            top: 60%;
            z-index: 999;
            color: #fff;
        }
        
        .client-2 li a {
            text-decoration: none;
            color: #fff;
        }
        
        .client-2 li {
            margin-bottom: 5px;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            cursor: pointer;
            position: relative;
        }
        
        .client-2 li.my-kefu-qq {
            background:#0054ab url(images/cimg23.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-weixin {
            background:#0054ab url(images/cimg24.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-tel {
            background:#0054ab url(images/cimg25.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-shouye {
            background:#0054ab url(images/tohome.png) center no-repeat;
            background-size:26px;
        }
        
        .client-2 li.my-kefu-shouye a {
            width: 45px;
            height: 45px;
            display: block;
        }
        
        .client-2 li.my-kefu-ftop {
            background:#0054ab url(images/returnTop.png) center no-repeat;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 li.my-kefu-qq .cont {
            margin: 0;
            background:#0054ab url(images/cimg23.png) 15px center no-repeat;
            border-radius: 50px;
            padding-left: 45px;
            height: 45px;
            line-height: 45px;
            color: #fff;
            font-size: 16px;
            width: 130px;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 999;
        }
        
        .client-2 li.my-kefu-tel .cont {
            margin: 0;
            background:#0054ab url(images/cimg25.png) 15px center no-repeat;
            border-radius: 50px;
            padding-left: 45px;
            height: 45px;
            line-height: 45px;
            color: #fff;
            font-size: 18px;
            width: 180px;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 999;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop .my-kefu-main {
            padding-top: 6px;
        }
        
        .client-2 li.my-kefu-weixin .cont {
            margin: 0;
            width: 115px;
            padding: 5px;
            border: solid 1px #ccc;
            position: absolute;
            left: -150px;
            top: -44px;
            background-color: #fff;
        }
        
        .client-2 li.my-kefu-weixin .cont  span {
            display: block;
            line-height: 20px;
            font-size: 12px;
            text-align: center;
            color: #1a1a1a;
        }
        
        .client-2 li.my-kefu-weixin .cont  img {
            width: 115px;
            height: 115px;
        }
        
        .client-2 li:hover .cont {
            display: block!important;
        }
    
