        html {
            font-size: 16px;
            margin-top: 0!important;
            overflow-y: scroll;
        }
        
        * {
            padding: 0;
            margin: 0;
        }
        
        p {
            margin: 0
        }
        
        .menuBox li>ol,
        li>ul {
            margin: 0;
        }
        
        a {
            color: #7d7d7d;
            outline: none!important:
        }
        
        .menu>.menu-item>a:hover {
            color: #3670D2!important;
            text-decoration: none;
        }
        
        a:link {
            text-decoration: none;
            /* 指正常的未被访问过的链接*/
        }
        
        a:visited {
            text-decoration: none!important;
            /*指已经访问过的链接*/
        }
        
        a:active {
            text-decoration: none!important;
        }
        
        a:hover {
            color: #575656!important;
            text-decoration: none!important;
            /*指鼠标在链接*/
        }
        
        a:focus {
            text-decoration: none!important;
        }
        
        a {
            outline: none!important;
        }
        
        ol,
        ul,
        li {
            list-style-type: none;
            margin: 0;
        }
body ul{
	 margin: 0;
}
        /* 指正在点的链接*/
        /* 头部样式*/
        
        body {
            font-family: "Microsoft YaHei", "Arial", "黑体", "宋体", sans-serif;
            background: #FFF;
            margin: 0;
            color: #353131;
            font-size: 16px;
        }
        
        .projectTitle {
            width: 100%;
            align-items: center;
            /*                 margin: 1vh 0; */
            display: flex;
            justify-content: space-between;
            padding: 9px 0;
            align-content: center;
        }
        
        .shrink {
            display: flex;
            align-items: center;
        }
        
        #logo {
            height: 52px;
            margin-top: 0px;
            margin-left: 56px;
            float: left;
            width: auto;
        }
        
        .projectName {
            vertical-align: top;
            border-left: 2px solid #0181cb;
            margin-left: .3vw;
            padding-left: .5vw;
            color: #0181cb;
        }
        
        .projectName div {
            font-size: 18px;
            font-weight: 900;
            line-height: 28px;
        }
        
        .menuBox {
            margin-right: 10px;
        }
        
        .menuBox>div {
            /*             height: 100%; */
        }
        
        .menuBox .sub-menu {
            /*             top: 60px; */
        }
        
        .menuBox .sub-menu li:hover {
            color: #ffffff;
        }
        
        .menuBox .sub-menu li {
            color: #777;
        }
        
        .menuBox .sub-menu li a {
            color: inherit!important;
            width: 100%;
            display: inline-block;
        }
        
        .menu {
            padding: 0;
            margin: 0;
            display: flex;
            justify-content: flex-end;
            align-items: center;
        }
        
        .menuBox li {
            list-style-type: none;
            /*             height: 100%; */
            /*             line-height: 59px;
            box-sizing: content-box; */
            white-space: nowrap;
        }
        
        .menu-item {
            display: inline-block;
            /*             height: 40px;
            line-height: 40px; */
            font-size: 16px;
            cursor: pointer;
        }
        
        .menu-item a {
            color: #7d7d7d;
            font-weight: 600;
            font-size: 16px;
        }
        
        .menu-item>a:hover {
            color: #0181cb;
        }
        
        .sub-menu {
            position: absolute;
            padding: 0;
            margin: 0 0 0 -1vw;
            /*             background: #0181cb; */
            background: rgba(245, 245, 245, 1);
            /* 			padding:10px 0; */
            z-index: 999;
            display: none;
        }
        
        .sub-menu li {
            display: block;
            margin: 0;
            background: rgba(245, 245, 245, 1);
            text-align: left;
            /*             line-height: 35px;
            height: 35px; */
            font-size: 14px;
        }
        
        .sub-menu li:hover {
            background: #0181cb;
        }
        
        .merge .sub-menu li:hover {
            background: none;
        }
        
        .sub-menu a {
            padding: 0 20px;
            color: #888888;
            font-size: 14px;
        }
        
        .sub-menu .menu-item {
            margin: 0;
        }
        
        .menuBox1 {
            display: none;
        }
        
        .menuBox4 {
            display: none;
        }
        
        .merge>ul {
            box-shadow: 0 2px 3px 3px rgba(0, 0, 0, 0.3);
        }
        
        @media(max-width: 1200px) {
            .merge {
                text-align: center;
                /*                 line-height: 59px; */
                position: relative;
                /*                         padding-left: 14px; */
            }
            .merge>ul {
                visibility: hidden;
                opacity: 0;
                position: absolute;
                right: 0;
                top: 80px;
                z-index: 100;
                background-color: #fff;
                transition: all 0.3s;
            }
        }
        
        .sub-menu {
            /* 			padding:10px 0; */
        }
        
        .sub-menu>.menu-item {
            padding: 5px 12px;
        }
        
        @media (min-width: 768px) and (max-width: 1200px) {
            .shrink {
                flex-basis: 100%;
            }
            .menuBox {
                flex-basis: 100%;
            }
            .projectTitle {
                flex-wrap: wrap;
            }
            .menu {
                justify-content: center;
            }
            #logo {
                margin: 0;
            }
            .shrink {
                justify-content: center;
            }
            .menu>.menu-item {
                padding: 8px 10px;
            }
        }
        
        .menuBox .menu>.menu-item>a {
            display: inline-block;
            /* 			height:56px; */
        }
        
        @media(max-width: 768px) {
            .menuBox {
                display: none;
            }
            .menuBox4 {
                display: block;
            }
            .merge {
                position: static;
            }
            .merge>ul {
                position: absolute;
                top: 63px;
                left: 0;
                display: none;
                flex-direction: column;
                width: 100%;
                transition: all 0.5s ease;
            }
            .merge:hover>ul {
                top: 63px;
            }
            .merge>ul.select {
                top: 63px;
                visibility: visible;
                display: flex;
                opacity: 1;
                padding: 10px 0;
            }
            .menu-item {
                padding: 3px 0px;
            }
            .sub-menu {
                display: block;
                background-color: #fff;
                position: static;
                text-align: left;
                overflow: hidden;
                transition: all 0.5s ease;
                max-height: 0;
            }
            .sub-menu>.menu-item {
                padding: 3px 12px;
            }
            .sub-menu.select {
                max-height: 240px;
            }
            .sub-menu li {
                padding: 0px 0 0px 40px;
                background-color: #fff;
                border-bottom: none;
                text-align: left;
            }
            .sub-menu a {
                color: #7d7d7d;
                padding: 0;
                display: block;
            }
            .menuBox .merge>ul li a {
                text-align: left;
                color: #0181cb!important;
                width: 100%;
                padding-left: 20px;
            }
            .menuBox .select>li>a {
                display: inline-block;
                width: 100%;
            }
        }
        
        .icon-shenglve,
        .icon-caidan {
            color: #0181cb;
            font-size: 30px!important;
            cursor: pointer;
            /* 					    box-sizing: content-box; */
        }
        
        .icon-caidan:before {
            /* 					    box-sizing: content-box; */
        }
        /*       @media(max-width: 1400px) {
            .menu-item {
                padding: 0 8px;
            }
        } */
        
        @media(min-width: 1200px) {
            .menu-item {
                padding: 0 8px;
            }
        }
        
        @media(min-width: 1600px) {
            .menu-item {
                padding: 0 12px;
            }
        }
        
        @media(max-width:768px) {
            #logo {
                height: 45px;
                margin-top: 0px;
                margin-left: 5px!important;
            }
            .projectName div {
                font-size: 15px!important;
                font-weight: 900;
                line-height: 20px!important;
            }
            .select {
                padding: 3px 22px;
                text-align: left
            }
        }
        
        .projectTitle>.menuBox1 {
            display: flex;
        }
        
        .projectTitle>.menuBox1>div {
            display: flex;
        }
        
        .projectTitle>.menuBox1>div>.menu>li {
            display: flex;
            align-items: center;
        }
        /*    尾部 */
        
        .jingxunPublic li a:hover {
            color: #86bbf2 !important;
        }
        
        .friend-gas li a:hover {
            color: #86bbf2 !important;
        }
        
        .endnote a:hover {
            color: #86bbf2 !important;
        }
        
        .c-tail-left-address a:hover {
            color: #86bbf2 !important;
        }
        
        button {
            background-color: transparent;
            border: none;
            color: #fff;
            cursor: pointer;
            outline: none;
        }
        
        .c-tail-left-address a {
            text-decoration: none;
            color: #fff !important;
        }
        
        .c-tail {
            position: relative;
            width: 100%;
            margin: 30px auto 0;
            background: url('../image/图层-2.jpg');
            background-size: 100% 100%;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            padding-bottom: 16px;
        }
        
        .c-tail-left {
            width: 30%;
            /*         height: 71%; */
            float: left;
            position: relative;
            z-index: 1;
            color: #fff;
            box-sizing: border-box;
            font-size: 20px;
            margin-top: 3vw;
        }
        
        .c-tail-center {
            width: 50%;
            float: left;
            /*         height: 71%; */
            position: relative;
            z-index: 1;
            box-sizing: border-box;
            display: flex;
            color: #fff;
            font-size: 20px;
            margin-top: 3vw;
            margin-left: 14px;
            -moz-user-select: none;
            -webkit-user-select: none;
            -ms-user-select: none;
            -khtml-user-select: none;
            -o-user-select: none;
            user-select: none;
        }
        
        .c-tail-center>ul {
            flex-grow: 1;
        }
        
        .c-tail-right {
            width: 20%;
            float: left;
            box-sizing: border-box;
            margin-top: 3vw;
            text-align: center;
            color: #fff;
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
        .code-wrapper {
            display: flex;
            margin-top: 20px;
        }
        
        .code-one,
        .code-two {
            width: 100%;
        }
        
        .c-tail-left p {
            margin-bottom: 0;
            margin-top: 10px;
            font-size: 14px;
        }
        
        .c-tail-right p {
            margin-bottom: 0;
            font-size: 14px;
            color: #fff !important;
        }
        
        .c-tail-left h4 {
            color: #fff;
            margin: 0 0 10px 0;
            font-size: 14px;
        }
        .download>a {
	 color: #fff;
   	 margin: 0 0 10px 0;
   	 font-size: 14px;
	}
        
        .backAllZhan {
            cursor: pointer;
        }
        
        .backAllZhan:hover {
            color: #86bbf2 !important;
        }
        
        .jingxunPublic .c-aboutjingxun-this {
            font-size: 16px;
            margin-bottom: 15px;
        }
        
        .jingxunPublic li {
            margin-bottom: 10px;
            font-size: 12px;
        }
        
        .c-tail-righ-img {
            width: 70%;
            max-height: 86%;
            position: relative;
            margin: 3px 0;
        }
        
        .c-tail-content {
            width: 80%;
            margin: 0 auto;
            display: flex;
            align-items: flex-start;
            position: relative;
            border-bottom: 1px solid #fff;
            padding-bottom: 20px;
        }
        
        .friend-link {
            display: flex;
            align-items: center;
            margin: 16px 0 12px 0;
        }
        
        .friend-link>p {
            color: #fff;
            font-size: 16px!important;
            margin-bottom: 0 !important;
        }
        
        .friend-gas-wrapper {
            display: flex;
            height: 100%;
            align-items: center;
        }
        
        .friend-gas-wrapper>ul {
            margin-left: 14px;
        }
        
        .friend-gas-wrapper li>a {
            color: #fff;
            font-size: 14px;
        }
        
        .friend-gas {
            display: flex;
        }
        
        .friend-gas>li {
            margin-left: 10px;
			line-height:1.5;
        }
        
        .friend-gas>li:nth-child(2n) {
            display: flex;
            align-items: center;
        }
        
        .friend-gas span {
            background-color: #fff;
            width: 1px;
            height: 70%;
        }
        
        .download {
            margin-bottom: 20px;
        }
        
        .download>button {
            border: 1px solid #fff;
            padding: 3px 7px;
            font-size: 12px;
            outline: none;
        }
        
        .endnote {
            color: #fff;
            font-size: 12px;
            white-space: nowrap;
            text-align: center;
        }
        
        .endnote>a {
            font-size: 12px;
        }
        
        .endnote1 {
            display: none;
        }
        
        .endnote>a {
            color: #fff;
        }
        
        .endnote-containter {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
        @media(max-width:1150px) {
            .c-tail-content {
                width: 90%;
            }
        }
        
        @media(max-width:1120px) {
            .c-tail-content {
                width: 90%;
                justify-content: center;
            }
        }
        
        @media(max-width:830px) {
            .c-tail-center {
                display: none;
            }
            .friend-link {
                display: none;
            }
            .c-tail-content {
                width: 80%;
                justify-content: space-between;
            }
            .c-tail-left {
                width: 60%;
            }
            .c-tail-right {
                width: 34%;
            }
            .endnote-containter {
                margin-top: 20px;
            }
            .endnote {
                display: none;
            }
            .endnote1 {
                display: block;
                font-size: 14px;
            }
        }
        
        @media(max-width: 540px) {
            .c-tail-left h4 {
                font-size: 14px
            }
            .endnote>a {
                font-size: 12px;
            }
        }
        
        .button-data>a,
        .button-technology>a {
            color: #fff;
        }
        
        .jingxunPublic a {
            color: #fff;
        }
        
        .c-tail-left img {
            margin: 0 0 10px -16px;
        }
        
        .c-tail {
            padding-bottom: 70px;
        }
        /* 底部留给固定导航的		 */
        
        @media (max-width:1024px) {
            .c-tail {
                padding-bottom: 16px;
                /* 固定导航消失 */
            }
        }
        /*        郑江 */
        
        .STYLE1 {
            font-size: 14px;
            font-weight: bold;
            color: #FFFF00;
        }
        
        .STYLE2 {
            font-size: 24px;
            font-weight: bold;
            color: #FFFF00;
            padding-top: 10px;
        }
        
        @media only screen and (max-width: 1024px) {
            #sssd {
                display: none;
            }
        }
        
        @media (max-width: 768px) {
            .c-tail-content {
                width: 92%;
            }
        }
        
        body {
            padding-bottom: 0px!important;
			
        }
        
        dl,
        ol,
        ul {
            margin-top: 0;
            margin-bottom: 0rem;
        }
        
        .FixFooter-wrap img {
            width: 100%;
        }