* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    background-color: #eeeeee;
    /*background: url("../img/back.png") no-repeat right;*/
    color: #555;
    font-size: 14px;
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
}

td,
th,
caption {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    display: block;
    color: #555;
    text-decoration: none;
}

img {
    border: none;
    vertical-align: middle;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    font: 14px "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
}

table {
    border-collapse: collapse;
}

::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    background-color: #F5F5F5;
}


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

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


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

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #bdbdbd;
}


/*滑块效果*/

::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.4);
}


/*IE滚动条颜色*/

html {
    scrollbar-face-color: #bfbfbf;
    /*滚动条颜色*/
    scrollbar-highlight-color: #000;
    scrollbar-3dlight-color: #000;
    scrollbar-darkshadow-color: #000;
    scrollbar-Shadow-color: #adadad;
    /*滑块边色*/
    scrollbar-arrow-color: rgba(0, 0, 0, 0.4);
    /*箭头颜色*/
    scrollbar-track-color: #eeeeee;
    /*背景颜色*/
}

#ieLower {
    font-size: 22px;
    margin: 100px auto;
    text-align: center;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.header {
    width: 100%;
    background-color: #fff;
    background: url('../img/nav_bg@2x.png');
    background-size: cover;
}

.header .slide-menue {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
}

.header .slide-menue .slide-menue-item {
    width: 1200px;

}

.header .slide-main-logo {
    display: flex;
    align-items: center;
}

.header .slide-main-logo .logo {
    width: 232px;
    height: 88px;
    background: url("../img/logoNew.png") no-repeat center;
    background-size: 232px 88px;
}

.header .slide-main-logo .line {
    height: 78px;
    width: 1px;
    background: gray;
    margin-top: 8px;
    margin-left: 14px;
}

.header .slide-main-logo .par {
    margin-top: 20px;
}

.header .slide-main-logo .par a {
    color: #fff !important;
    font-size: 26px;
    font-family: 思源宋体;
    /* padding-left: 26px; */
    font-weight: bold;
    display: flex;
    align-items: center;
}

.ie8 .header .slide-main-logo .par span {
    background: none !important;
}

.header .slide-main-logo .par .span {
    /* width: 117px; */
    padding: 0 20px;
    height: 28px;
    line-height: 28px;
    background: #06399E;
    display: inline-block;
    text-align: center;
    font-family: Source Han Sans CN;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 400;
    /* vertical-align: text-bottom; */
    color: #FFFFFF;
    margin-left: 10px;
}

.subTitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.subTitle .sub {
    display: none!important;
    opacity: .8;
    transform: scale(.8);
}

.header .slide-sub-menue {
    padding: 20px 0;
}

.header .slide-sub-menue li {
    display: inline-block;
    padding: 0px 11px;
}

/* .header .slide-sub-menue .last {
    padding: 0 0 0 14px;
} */

.header .slide-sub-menue li a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.header .slide-menue .top {
    height: 35px;
    padding-left: 669px;
    white-space: nowrap;
    /* padding-top: 8px; */
}

.header .slide-menue .top .searchMess input {
    width: 200px;
    height: 28px;
    line-height: 28px;
    color: #FFFFFF;
    background-size: 21px 21px;
    text-indent: 6px;
    background-color: rgba(8, 51, 137, 1);
    opacity: 0.5;
    outline: 0;
    border: none;
}

.header .slide-menue .top .searchMess span {
    background: url(../img/bj2/search.png) no-repeat center;
    width: 36px;
    height: 28px;
    background-color: #083389;
    /*opacity: 0.5;*/
    border-radius: 0px 4px 4px 0px;
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
}

.header .slide-menue .top .searchMess img {
    position: absolute;
    margin-left: -23px;
    margin-top: 2px;
    width: 20px;
    height: 20px;
}

.header .top div {
    display: inline-block;
    height: 25px;
    margin-right: 20px;
}

.header .top .login {
    background: url('../img/login.png') no-repeat left;
    background-size: 20px 20px;
    text-align: right;
    /*width: 54px;*/
    width: auto;
    padding-left: 20px;
    /* max-width: 145px; */
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
    overflow: hidden;
}

.header .top .login a {
    display: inline-block;
    color: #FFFFFF;
}

.header .top .login,
.header .top .gOut {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8EB1F9;
    opacity: 0.6;
    line-height: 26px;
    cursor: pointer;
}

.header .top .wechat {
    margin-right: 0;
    background: url('../img/wechat.png') no-repeat left;
    background-size: 20px 20px;
    text-align: right;
    width: 69px;
}

.header .top .login,
.header .top .wechat {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8EB1F9;
    opacity: 0.6;
    line-height: 26px;
    cursor: pointer;
}

.header .top .login img,
.header .top .wechat img {
    width: 20px;
    height: 20px;
}

.header .commonClass {
    position: absolute;
    width: 160px;
    height: 190px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    z-index: 1000;
    margin-top: -48px;
    margin-left: -10px;
    box-shadow: 0px 2px 8px 0px #2554B3;
    border-radius: 0px 0px 8px 8px;
}

.header .commonClass ul {
    width: 100%;
    height: 240px;
}

.header .commonClass ul li {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background-color: #2554B3;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.header .commonClass ul li a {
    color: #FFFFFF;
    width: 100%;
    height: 48px;
}

.header .layer {
    opacity: 0;
    background: none !important;
    border: none !important;
}

.header .commonClass ul li:hover {
    width: 100%;
    height: 48px;
    background: #036BDC;
}

.header .knowledge {
    width: 150px;
    display: none;
}

.header .classroom {
        width: 90px;
        display: none;
        /* margin-left: 1082px; */
        /* 调整为适合当前菜单结构的位置，避免与标准集成服务平台菜单项重叠 */
        margin-left: 760px;
    }

.header .knowledge:hover {
    display: block;
}

.header .classroom:hover {
    display: block;
}

.footer {
    width: 100%;
    height: 212px;
    background: url('../img/footer/foot_bg.png') no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 15px;
    padding-top: 40px;
    /* line-height: 18px; */
}

.footer .inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.footer p {
    text-align: center;
    height: 14px;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFFCC;
}

.footer .inner .government {
    position: absolute;
    right: 130px;
    top: 24px;
}



.footer .inner .error {
    position: absolute;
    right: 0px;
    top: 24px;

}

.footer .inner .site {
    margin-top: 20px;
}

.footer .inner .site a {
    display: inline-block;
    color: #FFFFFFCC;
}

.footer .inner .site a:hover {
    color: #FFFFFFCC;
}

.footer .inner .police img {
    margin-right: 4px;
}


.header .selectStatus {
    width: 14px;
    height: 9px;
    position: absolute;
    margin-top: -10px;
    margin-left: 59px;
    background: url('../img/bj2/triangle_sel.png') no-repeat center;
    background-size: 14px 9px;
}

.header .selectStatus img {
    width: 14px;
    height: 9px;
}

.index {
    margin-left: 640px;
}

.news {
    margin-left: 169px !important;
}

.law {
    margin-left: 254px !important;
}

.search {
    margin-left: 347px !important;
}

.platform {
    margin-left: 705px !important;
}

.class {
    margin-left: 785px !important;
}
.standard {
    margin-left: 920px !important;
}
.dataview{
    margin-left: 730px!important;
}

.lost-container {
    padding-top: 100px;
}

.lost-container .lost-status {
    width: 578px;
    height: 400px;
    margin: 0 auto;
}

.lost-container p {
    text-align: center;
    font-size: 30px;
    margin-top: 65px;
    font-weight: 700;
}

.lost-container .back {
    background: #02a9c0;
    height: 48px;
    line-height: 48px;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 130px;
    margin: 24px auto;
    cursor: pointer;
    font-weight: 700;
}

.lost-container .back a {
    color: #FFFFFF;
}

.lost-container .back a:hover {
    font-size: 18px;
}

.update-notice {
    width: 100%;
    padding: 8px 16px;
    background-color: #fef0f0;
    border-radius: 4px;
    color: #f56c6c;
    font-size: 13px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.text-gray {
    color: #9b9b9b !important;
    display: inline-block;
}

.text-underline,
.text-underline:hover {
    text-decoration: underline;
}

.crumbs {
    display: inline-block;
    color: #959595;
}

.appLay {
    position: absolute;
    margin-left: 1032px;
    margin-top: -110px;
    z-index: 100;
    display: none;
}


/*** 品牌头部样式 www20200710***/
.top {
    width: 100%;
    background-color: #fff;
    background: url('../img/nav_bg@2x.png');
    background-size: cover;
    overflow: hidden;
}

.top .logo_img {
    float: left;
    color: #FFF;

    margin-top: 30px;
}

.top .logo_img .logo {
    width: 232px;
    height: 88px;
    background: url("../img/logoNew.png") no-repeat center;
    background-size: 232px 88px;
}

.top .logo_img .device {
    height: 78px;
    width: 1px;
    background: gray;
    margin-top: 8px;
    margin-left: 14px;
}

.top .logo_img .par .span {
    /* width: 117px; */
    padding: 0 20px;
    height: 28px;
    line-height: 28px;
    background: #06399E;
    display: inline-block;
    text-align: center;
    font-family: Source Han Sans CN;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 400;
    /* vertical-align: text-bottom; */
    color: #FFFFFF;
    margin-left: 10px;
}

.top .logo_img .par a {
    color: #fff !important;
    font-size: 26px;
    font-family: 思源宋体;
    /* padding-left: 26px; */
    font-weight: bold;
}

.top .logo_img .par a {
    display: flex;
    align-items: center;
}

.top .logo_img a {
    display: inline;
    color: #FFF;

}

.top .top_nav {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.top .nav {
    float: right;
    position: relative;
}

.top .nav .nav_item {
    font-size: 18px;
    line-height: 100px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.top .nav .nav_item a {
    /* color: #74A2FF; */
    color: #FFF;
    padding: 0 20px;
}

.top .nav .nav_item.active a {
    color: #FFF;
}

.top .nav_item.trademark a {
    color: #FFF;
}

.top .line {
    width: 60px;
    position: absolute;
    border-bottom: 3px solid #FF8328;
    bottom: 0px;
}

.trademark {
    left: 27px;
}

.expert {
    left: 130px;
}

.story {
    left: 232px;
}