
        .content {
            width: 1200px;
            margin: 0 auto;
            position: relative;
        }
        
        .h_con.content {
            position: unset;
        }
        
        .header {
            height: 186px;
            position: relative;
            z-index: 99;
            width: 100%;
            vertical-align: top;
            display: inline-block;
        }
        
        .header .logo {
            float: left;
            padding-top: 15px;
            margin-right: 21px;
            height: 99px;
        }
        
        .header .logo img {
            width: 95px;
        }
        
        .slogan {
            float: left;
            margin-top: 15px;
            font-weight: bold;
        }
        
        .slogan span {
            display: none;
            padding-left: 29px;
            position: relative;
            font-size: 22px;
            color: #333;
            line-height: 1;
            color: #00A2E9;
        }
        
        .slogan span:before,
        .slogan span:after {
            position: absolute;
            content: "";
            width: 25px;
            height: 1px;
            background: #00A2E9;
            top: 10px;
        }
        
        .slogan span:before {
            left: -6px;
        }
        
        .slogan span:after {
            right: -33px;
        }
        
        .slogan em {
            display: block;
            font-size: 29px;
            color: #00a2e9;
            line-height: 1;
            margin-top: 10px;
            font-style: normal;
            padding-left: 20px;
        }
        
        .h_contact {
            float: right;
            margin-top: 39px;
            padding-right: 220px;
        }
        
        .h_contact p {
            padding-left: 35px;
            background: url(images/h_tel.png) no-repeat left 4px;
            float: left;
        }
        
        .h_contact p.ding {
            position: absolute;
            top: 0px;
            right: -10px;
        }
        
        .h_contact span {
            display: block;
            font-size: 14px;
            color: #333;
            line-height: 100%;
        }
        
        .h_contact em {
            font-style: normal;
            display: block;
            font-size: 24px;
            color: #2A2A36;
            line-height: 100%;
            margin-top: 4px;
            font-weight: bold;
        }
        
        .h_menu {
            height: 70px;
            background: #fff;
            clear: both;
            z-index: 999;
            box-shadow: 0 -5px 15px 0px rgba(0, 0, 0, .08);
        }
        
        .h_menu .h_nav {
            width: 1129px;
        }
        
        .h_menu ul {
            background: #00A2E9;
        }
        
        .h_menu .home {
            width: 70px;
            height: 70px;
            background: #00A2E9;
        }
        
        .h_menu .home a {
            display: block;
        }
        
        .h_menu .home img {
            width: 19px;
            height: 21px;
            margin: 0 auto;
            padding-top: 24px;
            padding-bottom: 25px;
            display: block;
        }
        
        .menu li img {
            vertical-align: -3px;
            margin-right: 7px;
        }
        
        .header .menu li {
            float: left;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            background: #00A2E9;
        }
        
        .header .menu li.fwzc {
            position: relative;
        }
        
        .header .menu li>a:before {
            position: absolute;
            content: "";
            width: 100%;
            height: 3px;
            background: #fff;
            left: 0;
            bottom: -10px;
            transition: .3s ease;
            -o-transition: .3s ease;
            opacity: 0;
        }
        
        .header .menu li>a {
            position: relative;
            display: block;
            font-size: 16px;
            color: #fff;
            text-align: center;
            line-height: 70px;
            height: 70px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            margin: 0 14px;
        }
        
        .header .menu li:hover>a,
        .header .menu li.cur>a,
        .header .menu li:hover>a:before,
        .header .menu li.cur>a:before {
            opacity: 1;
            bottom: 0;
        }
        
        .header .menu li:after {
            position: absolute;
            content: "/";
            font-size: 14px;
            color: #C9C9C9;
            top: 24px;
            right: 0;
            display: none;
        }
        
        .header .menu li:last-child:after {
            display: none;
        }
        
        .header .menu li dl {
            background: rgba(2, 32, 56, .9);
            position: absolute;
            left: 50%;
            top: 70px;
            display: none;
            font-style: normal;
            transform: translateX(-50%);
        }
        
        .header .menu li dt a {
            display: block;
            /* border-bottom: 1px solid #EAEAEA; */
            position: relative;
            transition: .3s;
            /* text-align: center; */
            line-height: 44px;
            border-bottom: 1px solid rgba(255, 255, 255, .5);
            color: #fff;
            font-size: 14px;
            white-space: nowrap;
            padding: 0 22px 0 20px;
        }
        
        .header .menu li p{display: none;}
        .header .menu li p a:before {
            content: "- ";
        }
        
        .header .menu li p a:last-child {
            border-bottom: none;
        }
        
        .header .menu li p a:hover {
            background: #00a2e9;
        }
        
        .search {
            display: block;
            width: 70px;
            height: 70px;
            cursor: pointer;
            position: relative;
        }
        
        .s_btn {
            width: 20px;
            height: 20px;
            padding: 25px 22px;
        }
        
        .s_key {
            position: absolute;
            top: 70px;
            right: 0;
            width: 238px;
            height: 50px;
            z-index: 9;
            display: none;
            background: #f6f6f6;
        }
        
        .s_key #keywords {
            width: 178px;
            height: 50px;
            line-height: 50px;
            padding-left: 20px;
            border: none;
            font-size: 14px;
            color: #000;
            float: left;
            background: #f6f6f6;
        }
        
        .s_key .sub {
            width: 40px;
            height: 50px;
            background: #f6f6f6 url(images/s_btn.png) no-repeat center;
            border: none;
            cursor: pointer;
        }
    

    .jn_nav,
    .wykyj_nav,
    .fang_nav,
    .pro_nav,
    .caa1,
    .news_nav,
    .xwzx1,
    .fwzc1,
    .about_nav {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        top: 11.75rem;
        background: rgba(2, 32, 56, 0.9);
        z-index: 10;
        height: 270px;
    }
    
    .n01 {
        width: 650px;
        float: left;
        padding: 1.5rem 0 0;
        height: 12rem;
    }
    
    .h_nav .n01 a {
        width: 320px;
        height: 46px;
        line-height: 46px;
        overflow: hidden;
        font-size: 1.1rem;
        color: rgba(255, 255, 255, 0.8);
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .h_nav .n01 a:before {
        content: "";
        width: 80%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.3);
    }
    
    .h_nav .n01 a:hover {
        color: #fff;
    }
    
    .n02 {
        width: 492px;
        float: right;
        padding: 1rem 0 0;
        height: 12.5rem;
    }
    
    body .n02 p {
        width: 231px;
        float: left;
        padding: 0 0 0 15px;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        background: none !important;
        position: unset !important;
    }
    
    body .n02 p a {
        padding: 0 !important;
        line-height: inherit !important;
    }
    
    .n02 p em {
        width: 225px;
        height: 100%;
        display: block;
        line-height: 0;
        overflow: hidden;
        background: #fff;
    }
    
    .n02 p em img {
        width: 225px;
        height: 100%;
    }
    
    .n02 p span {
        display: block;
        font-size: 16px;
        color: #fff;
        width: 260px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 10px 0 0;
    }
    
    .h_nav li.cur .n01 a {
        background: none;
    }
    
    .h_nav .jn_nav .n01 a {
        width: 300px;
        height: 46px;
        line-height: 46px;
        display: block;
        float: left;
        position: relative;
        vertical-align: middle;
        font-size: 1.1rem;
    }
    /*.jn_nav .n02{width: 275px;}*/
    
    body .n02 p a:before {
        content: "" !important;
    }
    
    .wykyj_nav .n01 {
        padding: 2.5rem 0 0;
        height: 11rem;
    }
    
    .top_bg .h_nav .wykyj_nav .n01 a {
        height: 60px;
        line-height: 60px;
    }
    
    .h_nav .wykyj_nav .n01 a,
    .h_nav .fang_nav .n01 a,
    .h_nav .pro_nav .n01 a,
    .h_nav .caa1 .n01 a,
    .h_nav .news_nav .n01 a,
    .h_nav .about_nav .n01 a,
    .h_nav .xwzx1 .n01 a,
    .h_nav .fwzc1 .n01 a {
        width: 300px;
        height: 46px;
        line-height: 46px;
        display: block;
        float: left;
        position: relative;
        vertical-align: middle;
        font-size: 1.1rem;
    }
    /*1111*/
    
    .about_nav .ab_t {
        padding: 1rem 0 0;
    }
    
    .about_nav .ab_t dt {
        background: #fff;
        margin: 0;
    }
    
    .about_nav .n01 {
        width: 540px;
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: 66px;
    }
    
    .ab_t {
        width: 550px;
        float: left;
        padding: 1.5rem 0 0;
        position: relative;
    }
    
    .ab_t dl dd {
        width: 250px;
        float: right;
        padding: 10px 0 0;
    }
    
    .ab_t dl dt {
        width: 260px;
        height: 195px;
        line-height: 0;
        overflow: hidden;
        float: left;
        margin: 15px 0 0;
    }
    
    .ab_t {
        width: 550px;
        float: left;
        padding: 1.5rem 0 0;
        position: relative;
    }
    
    .ab_t:before {
        content: "";
        width: 1px;
        height: 60%;
        position: absolute;
        top: 15%;
        right: -40px;
        background: rgba(255, 255, 255, 0.4);
    }
    
    .ab_t dl dt {
        width: 260px;
        height: 195px;
        line-height: 0;
        overflow: hidden;
        float: left;
        margin: 15px 0 0;
    }
    
    .ab_t dl dt img {
        width: 100%;
        display: block;
    }
    
    .ab_t dl dd {
        width: 250px;
        float: right;
        padding: 10px 0 0;
    }
    
    .ab_t dl dd h5 {
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        border-bottom: #ddd 1px solid;
    }
    
    .ab_t dl dd h5 a {
        font-size: 18px;
        color: rgba(255, 255, 255, 0.8);
        display: block;
        width: 250px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
    }
    
    .abt_desc {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.8);
        line-height: 24px;
        height: 120px;
        overflow: hidden;
        padding: 10px 0 0;
    }
    
    .about_nav .n01 a {
        width: 180px !important;
    }
    
    .about_nav .ab_t {
        padding: 1rem 0 0;
    }
    
    .about_nav .ab_t dt {
        background: #fff;
        margin: 0;
    }


        .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 #00a2ea;
            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;
        }
    

        .tl-fdh-02 {
            height: 55px;
            background: #fff;
            margin-bottom: 20px;
            overflow: hidden;
        }
        
        .tl-fdh-02 li {
            width: 11.11%;
            height: 55px;
            font-size: 18px;
            line-height: 55px;
            text-align: center;
            float: left;
            border-right: 1px solid #eee;
            margin-right: -1px;
            background: #f4f4f4;
            cursor: pointer;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }
        
        .tl-fdh-02 li a {
            display: block;
            height: 55px;
            color: #a8a8a8;
        }
        
        .tl-fdh-02 li.sidenavcur,
        .tl-fdh-02 li:hover {
            background: url(images/p16-icon6.png) no-repeat bottom center #254693;
            border-color: #254693;
        }
        
        .tl-fdh-02 li.sidenavcur a,
        .tl-fdh-02 li:hover a {
            color: #fff;
        }
    

    
    .process {
        display: block;
        padding-top: 30px;
        margin-bottom: 55px;
        overflow: hidden;
    }
    
    .process h3 {
        margin-bottom: 36px;
    }
    
    .process li {
        font-size: 18px;
        color: #333;
        text-align: center;
        width: 184px;
        float: left;
        position: relative;
    }
    
    .process li::before {
        content: '';
        width: 20px;
        height: 17px;
        background:url(https://www.scraij.com/resource/images/9bc8a58fce054426839e0c4b90f948be_58.png?ver=1) no-repeat center;
        position: absolute;
        right: -10px;
        top: 50%;
        margin-top: -9px;
    }
    
    .process li:first-child {
        padding-left: 0;
        width: 170px;
        margin-left: -10px;
    }
    
    .process li:last-child {}
    
    .process li:last-child::before {
        display: none;
    }
    
    .process li i {
        width: 50px;
        height: 50px;
        overflow: hidden;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    
    .process li i img {
        transition: all ease 0.5s;
    }
    
    .process li em {
        color: #868686;
        font-size: 12px;
        transform: scale(0.83);
        -webkit-transform: scale(0.83);
        -ms-transform: scale(0.83);
        -o-transform: scale(0.83);
        display: block;
        text-transform: uppercase;
        white-space: nowrap;
        margin-top: 3px;
        font-style: normal;
    }
    
    .process li:hover i img {
        margin-top: -50px;
    }
    
    .process li:hover {
        color: #0055b2;
    }
    
    .process li:hover em {
        color: #0055b2;
    }
    .tit {
        font-size: 32px;
        text-align: center;
        margin: 25px 0;
    }
    
    .wmen {
        color: #2840bc
    }
    
    .chi {
        letter-spacing: 2px;
        color: #000;
        font-weight: bold;
    }
    
    .eng {
        text-transform: uppercase;
        font-size: 17px;
        margin-top: 7px;
        letter-spacing: 1px;
    }
    
    .lxfs {}


    .seven {
        background:url(https://www.scraij.com/resource/images/9bc8a58fce054426839e0c4b90f948be_100.jpg?ver=1) no-repeat center -30px;
        height: 680px;
        overflow: hidden;
        padding: 35px 0 0;
        margin-top: 75px;
    }
    
    .seven_r {
        width: 745px;
        padding-top: 70px;
    }
    
    .seven_r h5 {
        font-size: 36px;
        color: #0055b2;
        font-weight: normal;
        line-height: 38px;
        height: 110px;
    }
    
    .seven_r h5 span {
        display: block;
        font-size: 12px;
        color: #3333;
        text-transform: uppercase;
    }
    
    .seven_t {
        width: 600px;
        height: 300px;
    }
    
    .seven_t ul li {
        width: 72px;
        float: left;
        text-align: center;
        font-size: 16px;
        color: #333;
        height: 140px;
        padding: 0 60px 0 0;
        font-weight: bold;
    }
    
    .seven_t ul li a {
        font-size: 16px;
        color: #d9ba8d;
    }
    
    .seven_t ul li em {
        width: 72px;
        height: 72px;
        display: block;
        line-height: 0;
        overflow: hidden;
        margin: 0 auto 10px;
    }
    
    .seven_t ul li em img {
        width: 144px;
        height: 72px;
        max-width: 144px;
    }
    
    .seven_t ul li:hover {
        color: #0055b2;
    }
    
    .seven_t ul li:hover em img,
    .seven_t ul li.on img {
        margin-left: -72px;
    }
    
    .seven_t .seven_li04 {
        padding-right: 0;
    }
    
    .seven_m p {
        font-size: 16px;
        color: #000;
        height: 48px;
        line-height: 24px;
        overflow: hidden;
    }
    
    .seven_t ul li:hover p {
        color: #0055b2;
    }
    
    .clear {
        clear: both
    }
    body .blk-main {
    width: 100% !important;
}



body .blk-md.blk {
    width: 1200px;
    margin: 0 auto;
}

.blk.plc {
    width: 1200px;
    margin: 0 auto;
        margin-bottom: 20px;
}

body .tl-fdh-02.blk {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
}

body .k12-gl-gslb-3nf1-1-01 {
    width: 1200px;
    margin: 0 auto;
}

body .p12-pagination-1-main {
    width: 1200px;
    margin: 0 auto;
}

.process.clearfix.content1 {
    width: 1200px;
    margin: 0 auto;
}


        .footer {
            background: url('images/foot_bg.jpg') no-repeat center top;
            height: 287px;
            padding-top: 68px;
        }
        
        .f_menu {
            width: 360px;
            padding-top: 10px;
        }
        
        .f_menu a {
            float: left;
            font-size: 15px;
            line-height: 32px;
            width: 176px;
            color: rgba(255, 255, 255, .45);
            display: block;
            transition: .3s ease;
            -o-transition: .3s ease;
        }
        
        .f_menu a:before {
            content: "- ";
        }
        
        .f_menu a:hover {
            color: rgba(255, 255, 255, .8);
        }
        
        .f_contact {
            width: 260px;
            height: 205px;
        }
        
        .f_contact li {
            margin-bottom: 34px;
        }
        
        .f_contact li img {
            width: 52px;
            height: 52px;
            float: left;
            margin-right: 17px;
        }
        
        .f_contact li span {
            font-size: 14px;
            display: block;
            color: #fff;
            line-height: 26px;
        }
        
        .f_contact li span:last-child {
            color: rgba(237, 237, 237, .45);
        }
        
        .f_tel {
            width: 260px;
        }
        
        .f_tel span {
            display: block;
            font-size: 14px;
            color: rgba(255, 255, 255, .45);
            line-height: 1;
        }
        
        .f_tel strong {
            display: block;
            font-size: 29px;
            color: #DCDCDC;
            line-height: 1;
            margin-top: 7px;
            margin-bottom: 39px;
        }
        
        .f_qr {
            padding-top: 25px;
            line-height: 0;
        }
        
        .f_qr p {
            float: left;
            margin-left: 15px;
        }
        .f_qr p:first-of-type{margin-left: 0;}
        .f_qr img {
            width: 94px;
            height: 94px;
            background: rgba(255, 255, 255, 1);
            border-radius: 10px;
            box-sizing: border-box;
            padding: 4px;
        }
        
        .f_qr span {
            display: block;
            font-size: 14px;
            color: #fff;
            line-height: 1;
            text-align: center;
            margin-top: 13px;
        }
        
        .f_info {
            clear: both;
            border-top: 1px solid rgba(244, 244, 244, .1);
            color: #fff;
        }
        
        .f_info span,
        .f_info a {
            color: rgba(255, 255, 255, .25);
            line-height: 76px;
            margin-right: 48px;
            transition: .3s ease;
            -o-transition: .3s ease;
        }
        
        .f_info a:hover {
            color: rgba(255, 255, 255, .8);
        }
    

        .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: #254693;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #254693;
            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;
        }
    
