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

        .p101-search-1 {
            height: 80px;
            box-shadow: 0 3px 4px #e9e9e9;
        }
        
        .p101-search-1 p {
            float: left;
            width: 750px;
            height: 80px;
            line-height: 80px;
            font-size: 14px;
            color: #333333;
        }
        
        .p101-search-1 p b {
            display: inline-block;
        }
        
        .p101-search-1 p a {
            color: #666666;
            display: inline-block;
            margin-right: 15px;
        }
        
        .p101-search-1-inp {
            float: right;
            width: 356px;
            height: 36px;
            background: #fff;
            margin-top: 22px;
        }
        
        .p101-search-1-inp1 {
            width: 249px;
            height: 34px;
            line-height: 34px;
            color: #999999;
            border: 1px solid #e3e3e3;
            border-right: 0;
            padding: 0 20px;
            float: left;
        }
        
        .p101-search-1-inp2 {
            width: 66px;
            height: 36px;
            border: 0;
            background: #0054ab url(images/p101-search-icon1.png) no-repeat center center;
            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 #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;
        }
    

        .p101-fdh-2 {
            padding: 35px 0 0;
            border-bottom: 1px solid #e6e6e6;
        }
        
        .p101-fdh-2-nav {
            padding-bottom: 20px;
            text-align: center;
            height: 40px;
            width: 820px;
            margin: 0 auto;
        }
        
        .p101-fdh-2-nav-one {
            float: left;
            width: 137px;
            height: 40px;
            line-height: 40px;
            display: inline-block;
            margin-left: -1px;
        }
        
        .p101-fdh-2-nav-one h3 {
            font-weight: normal;
            position: relative;
        }
        
        .p101-fdh-2-nav-one h3:after {
            content: '';
            position: absolute;
            width: 1px;
            height: 18px;
            background-color: #c9c9c9;
            right: 0;
            top: 50%;
            margin-top: -9px;
            z-index: 1;
        }
        
        .p101-fdh-2-nav-one:last-child h3:after {
            display: none;
        }
        
        .p101-fdh-2-nav-one h3 a {
            display: block;
            padding:0 15px;
            font-size: 20px;
            line-height: 40px;
            color: #333333;
            border-radius: 20px;
            position: relative;
            z-index: 2;
        }
        
        .p101-fdh-2-nav-one h3 a:hover,
        .p101-fdh-2-nav-one h3.sidenavcur a {
            background-color: #4d4d4d;
            color: #fff;
        }
    

    .p101-article-1{padding: 60px 0 0;}
    
    .p101-article-1-list dl {
        float: left;
        width: 570px;
        padding: 25px 0;
        border-bottom: 4px solid #f0f0f0;
        position: relative;
        margin: 0 60px 60px 0;
    }
    
    .p101-article-1-list dl:nth-child(3n-1) {
        margin-right: 0;
    }
    
    .p101-article-1-list dt {
        width: 265px;
    }
    
    .p101-article-1-list dt img {
        width: 100%;
        display: block;
    }
    
    .p101-article-1-list dd {
        position: absolute;
        width: 260px;
        right: 20px;
        top: 25px;
        bottom: 25px;
    }
    
    .p101-article-1-list dd h4 {
        font-weight: normal;
        padding-top: 20px;
        margin-bottom: 5px;
    }
    
    .p101-article-1-list dd h4 a {
        display: block;
        line-height: 30px;
        font-size: 18px;
        color: #1a1a1a;
    }
    
    .p101-article-1-list dd span {
        display: block;
        height: 26px;
        font: 14px/26px Arial;
        color: #999999;
    }
    
    .p101-article-1-list .p101-article-1-desc {
        position: absolute;
        width: 100%;
        font-size: 14px;
        line-height: 24px;
        color: #737373;
        text-align: justify;
        right: 0;
        bottom: 25px;
    }
    
    .p101-article-1-list dl:hover {
        background-color: #f2f2f2;
        border-color: #0054ab;
    }


                .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 {
            position: fixed;
            right: -170px;
            top: 50%;
            z-index: 900;
        }
        
        .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: #0054ab;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #0054ab;
            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;
        }
    
