        @CHARSET "UTF-8";
        /* mian.css Copyright © 2013 biodiscover */

        body,
        div,
        span,
        object,
        iframe,
        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        p,
        blockquote,
        pre,
        a,
        abbr,
        acronym,
        address,
        code,
        del,
        dfn,
        img,
        q,
        dl,
        dt,
        dd,
        ol,
        ul,
        li,
        fieldset,
        form,
        label,
        legend,
        table,
        caption,
        tbody,
        tfoot,
        thead,
        tr,
        th,
        td,
        article,
        aside,
        dialog,
        figure,
        footer,
        header,
        hgroup,
        nav,
        section {
            margin: 0;
            padding: 0;
            border: 0;
            vertical-align: baseline;
        }

        html {
            font-size: calc(100vw / 1920);
        }


        body {
            font-size: 14rem;
            font-size: 14px;

        }

        .h1,
        .h2,
        .h3,
        .h4,
        .h5,
        .h6,
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {

            font-weight: 400;
            line-height: 1.1;
            color: #333333;
        }

        * {
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            /* Firefox */
            -webkit-box-sizing: border-box;
            /* Safari */
            margin: 0;
            padding: 0;
        }

        .clearfix:before,
        .clearfix:after {
            content: '\0020';
            display: block;
            overflow: hidden;
            visibility: hidden;
            width: 0;
            height: 0;
        }

        .clearfix:after {
            clear: both;
        }

        .clearfix {
            zoom: 1;
        }

        /* 总体样式 */

        ul,
        ol {
            padding: 0;
            margin: 0;
            list-style-position: inside;
            list-style-position: outside;
        }

        li {
            list-style: none;
        }

        img {
            border: 0 none;
            height: auto;
            vertical-align: middle;
            max-width: 100%;
        }

        textarea,
        input[type="text"],
        input[type="password"],
        input[type="email"] {
            outline: 0 none;
        }

        textarea:focus,
        input[type="text"]:focus,
        input[type="password"]:focus,
        input[type="email"]:focus {
            outline: 0 none;
        }

        table {
            background-color: transparent;
            border-collapse: collapse;
            border-spacing: 0;
            max-width: 100%;
        }

        table tr td {
            vertical-align: middle;
        }

        a {
            color: #333;
            text-decoration: none;
        }

        a:hover {
            color: #00a5ad;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            margin: 0;
            word-wrap: break-word;
        }

        h1.small,
        h2.small,
        h3.small,
        h4.small,
        h5.small,
        h6.small {
            font-weight: normal;
        }


        /* 
        @font-face {
            font-family: "sy-Regular";
            src: url('/assets/syht/SourceHanSans-Regular.otf') format('woff');
        } */

        body {
            font-family: Arial, "Noto Sans SC";
            /* font-weight: 100; */
            /* font-family: "sy-Regular", "微软雅黑", 'microsoft yahei', 'SimHei ', Arial, sans-serif; */
            width: 100%;
        }

        select {
            outline: none;
        }

        .ivu-modal-close {
            /* background: #fff; */
        }

        .ivu-form-item-error-tip {
            padding-top: 0;
            font-size: 11px;
        }

        .about_us ::-webkit-scrollbar {
            width: 5px;
            height: 0px;
            background-color: #F5F5F5;
            /* display: none; */
        }

        /*定义滚动条轨道 内阴影+圆角*/

        ::-webkit-scrollbar-track {
            /*  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  
    border-radius: 5px;  */
            /*  background-color: #f1f1f1;   
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  */
        }

        /*定义滑块 内阴影+圆角*/

        .about_us ::-webkit-scrollbar-thumb {
            border-radius: 5px;
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
            background-color: #00a5ad;
            /* display: none; */
        }

        .owl-carousel {
            z-index: 0 !important;
        }

        .search2{
            display: none;
        }
/* 
        .inner{
            display: none;
        } */

        .inner_phone{
            position:relative;
            margin-bottom:30px;
            z-index:0;
        }
        .inner_phone .inner_banner_phone{
            height:190px;
            background-position:center;
            background-size:cover;
            background-repeat:no-repeat;
            display:flex;
            justify-content:center;
            align-items:center;
            padding-bottom:0px;
        }
        .inner_phone .inner_banner_phone h1{
            font-size:28px;
            font-weight:500;
            text-align:center;
            color:#ffffff;
        }
        .service .main .main-content .info .ser-list ul li:after {
            background-image: url(/assets/img/r_s.png);
        }

         .service_details .main .main-content .info .article-nav ul{
            display:flex;flex-wrap:wrap;margin-top:20px;flex-direction:column;margin-bottom:20px
        }
        .service_details .main .main-content .info .article-nav ul li{
            padding:5px 0
        }
        .service_details .main .main-content .info .article-nav ul li span{
            line-height:30px;padding:0 10px;display:block
        }
        .service_details .main .main-content .info .article-nav ul li.sel span{
            background:#F4F4F4;border-radius:0;line-height:30px;padding:0 10px;display:block
        }


 
        