
/* layout */
.baseLayout{ /*padding-left:260px;*/ position: relative; background:#f6f7f8; overflow: hidden; }
.navGrid { position: fixed; top: 0; left: 0; height: 100vh; width: 260px; background:#fff; border-right:1px solid #eee; display: flex; flex-direction: column; overflow: hidden; z-index: 1024;  -moz-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .2s ease; }
.navGrid .wrapper { padding:20px 25px; }
.navGrid .topWrapper { display: flex; align-items:center; margin-bottom: 20px; border-bottom: 1px solid #eee; padding-bottom: 15px; }
.navGrid .topWrapper .logo { display: block; width: auto; min-height: 20px; max-width:200px; max-height:40px; }
.navGrid .topWrapper .site { margin-left:10px; font-size:24px; }
.navGrid .topWrapper strong { font-weight: 600; color: #343a40; font-size: 14px; margin-left: 10px; }
.navGrid .searchWrap { display:block; border-radius:4px; border:1px solid #eee; background:#f6f7f8; padding:5px 10px 5px 30px; position: relative; margin-bottom: 20px; overflow: hidden;}
.navGrid .searchWrap .searchInput{ display:block; width:100%; height:20px; line-height:20px; font-size:14px; color:#333; border:0; background:none; overflow: hidden;}
.navGrid .searchWrap .searchBtn{ display:block; width:30px; height:30px; text-align:center; line-height:30px; background:none; position: absolute; left:0; top:50%; margin-top:-15px; overflow: hidden;}
.navGrid .searchWrap .icondgy{ color:#666; }
.navGrid .menuBtn { display: none; margin: 20px; width: 60px; height: 60px; text-align: center; line-height: 60px; background: #fff; border-radius: 50%; overflow: hidden; box-shadow: 0 1px 6px #ddd; }
.navGrid .menuBtn .icondgy { font-size: 24px; color: #333; }

.navGrid .navWrapper { border-bottom:1px solid #eee; overflow: hidden; }
.navGrid .scrollWrap { overflow-y:auto; }
.navGrid .scrollWrap a { border-radius:6px; padding:3px 10px; display:flex; align-items:center; line-height:30px; margin-bottom:10px; overflow: hidden; color:#333; font-size:14px; }
.navGrid .scrollWrap a.on, .navGrid .scrollWrap a:hover { background:#f1f2f4; }
.navGrid .scrollWrap a .icondgy { font-size:18px; color:#454545; margin-right:10px; }
.navGrid .scrollWrap a .flag { padding: 0 5px; margin-left:5px; background:#eee; border-radius:4px; line-height:20px; font-size:12px; color:#2254f4; overflow-y: hidden;}
.navGrid .scrollWrap .iconNew { display: inline-block; margin-left: 5px; background: url(../images/icon_new.png) no-repeat; background-size: contain; width: 25px; height: 12px; }
.navGrid .scrollWrap a#selected { background:#f1f2f4; }
.navGrid .footerExtendWrap{ position: absolute; left:0; bottom:0; width:100%; padding:20px; overflow: hidden;}
.navGrid .footerExtendWrap img{ display: block; width: 100%; height: auto; border-radius: 6px; }

.navGrid .footerExtendWrap.btn{ padding-bottom:30px; background:#fff; }
.navGrid .submitBtn { display: block; height: 36px; cursor: pointer; line-height: 36px; text-align: center; color: #fff; font-size: 14px; border-radius: 18px; background: #2254f4; background: linear-gradient(270deg,#2254f4,#406dff); box-shadow: 0 12px 30px 0 rgba(34,84,244,.2); -moz-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .2s ease; }
.navGrid .coverOverlay { position: absolute; left: 0; bottom: 90px; height: 100px; width: 100%; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.03) 100%); background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.03) 100%); background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.03) 100%); background-size: 100%; }

.navGrid.justify{ justify-content:space-between;}
.navGrid .extendWrap{ padding:20px; margin-bottom:-15px; }
.navGrid .extendWrap .adWrapper{ margin-bottom:15px; }

.navGrid .userHeaderWrapper{ margin-top:20px; }
.navGrid .menuLogin{ display:block; padding:0 25px; cursor: pointer; line-height: 36px; text-align: center; color: #fff; font-size: 13px; border-radius: 18px; background: #2254f4; background: linear-gradient(270deg,#2254f4,#406dff); box-shadow: 0 12px 30px 0 rgba(34,84,244,.2); -moz-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .2s ease; }
.navGrid .userInfoWrap{ display:flex; justify-content:space-between; align-items:center; position: relative; }
.navGrid .userInfoWrap .userExit{ display:block; border:1px solid #6cacfd; width:60px; text-align:center; line-height:24px; color:#6cacfd; border-radius:13px; }
.navGrid .userInfoWrap .userExit:hover{ background-image: linear-gradient(45deg,#6cacfd,#93c8ff); border:0; color:#fff; line-height:26px; }
.navGrid .avatarImg{ cursor:pointer; display:block; width:36px; height:36px; border-radius:50%; overflow:hidden;}

.productGrid { display: flex; flex-direction: column; min-height: 100vh; padding-top: 20px; margin-left: 280px; margin-right: 20px; }

/* footer */
.footerGrid{ border-top:1px solid #ebebeb; overflow: hidden; }
.footerGrid .topWrapper{ padding:20px 0; border-bottom:1px solid #ebebeb; color:#999; font-size:12px; line-height:20px; overflow:hidden; }
.footerGrid .menuWrap{ display: flex; justify-content: space-between; }
.footerGrid .menuBox{ line-height:20px; }
.footerGrid .menuBox a{ margin-right:30px; color:#333; }
.footerGrid .menuBox a:hover{ color:#2254f4; }
.footerGrid .menuWrap .copyright{ text-align:right; color:#777; }
.footerGrid .menuWrap .copyright .alink{ padding-left:5px; color:#2254f4; }
.footerGrid .midWrapper{ margin: 0 auto; overflow: hidden; }
.footerGrid .midWrapper .article{ padding: 20px 0; color:#666; font-size: 12px; overflow: hidden; line-height: 20px; }
.footerGrid .midWrapper p{ color:#666; font-size: 12px; line-height: 20px; margin-bottom: 10px; }
.footerGrid .midWrapper span{ padding-right: 20px; }


@media screen and (min-width: 1600px) {
    .imgTextGrid.special .item { width: 25%; }
    .articleListWrapper.screen16 .richTextItem { width: 33.3333%;}
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
    .navGrid { width: 70px; }
    .navGrid .wrapper { padding: 20px 15px; }
    .navGrid .topWrapper .logo { max-width: 40px; }
    .navGrid .topWrapper strong, .navGrid .scrollWrap .navName, .navGrid .extendWrap{ display:none; }
    .productGrid { padding-top: 10px; margin-left: 80px; margin-right: 10px; }
    .topFocusWrapper .textWrapper { width: 70%; }
    .articleWrapper .itemArticle { width: 50%; }
    .articleListWrapper .richTextItem { width: 100%; }
    .searchPageWrap .asideWrap, .navGrid .userInfoWrap .userExit, .navGrid .menuLogin{ display:none;}
}
@media screen and (max-width: 768px) {
    html { font-size: 10px }
    .searchPageWrap .asideWrap{ display:none;}
    .layoutDisplay, .navGrid .menuBtn{ display:block; }
    .layoutHide{ display:none !important; }
    .navGrid{ width:100%; height:60px; border-bottom:1px solid #eee; }
    .navGrid .wrapper { padding: 1px 15px; }
    .navGrid .topWrapper { border-bottom: 0; padding-bottom: 0; height: 60px; }
    .navGrid .topWrapper .logo { max-width: 40px; }
    .richTextItem.search .article { display: flex; }
    .plateWrapper .item{ width:50%;}
    .plateWrapper .item:last-of-type{ display:none;}
    /*.navGrid .topWrapper strong, .navGrid .scrollWrap .navName, .navGrid .extendWrap{ display:none; }*/
    .navGrid .extendWrap{ display:none; /*visibility: hidden;*/ }
    .productGrid { margin-left: 10px; padding-top:70px; margin-right: 10px; }
    .topFocusWrapper .textWrapper { width: 80%; }
    .articleWrapper .itemArticle { width: 100%; }
    .articleListWrapper .richTextItem { width: 100%; }
    .topFocusWrapper h2 { font-size: 20px; margin-bottom: 10px; }
    .topFocusWrapper .searchWrap { padding: 2px 10px 2px 40px; margin-bottom: 5px; }
    .topFocusWrapper .searchWrap .searchBtn { left: 5px; }
    .topFocusWrapper .searchWrap .icondgy { font-size: 16px; }
    .topFocusWrapper { height: 200px; }
    .topFocusWrapper .tagBox { font-size: 12px; }
    .topFocusWrapper .tagBox .tag { margin-right: 10px; }
    .richTextItem .article { display: block; }
    .richTextItem .focusBox { width: 100%; height: auto; margin-right: 0; margin-bottom: 15px; }
    .richTextItem .focus { width: 100%; height: auto; }
    .fullTabs { padding: 10px 10px 0; }
    .fullTabs .tagWrap { margin-right: 0; }
    .fullTabs .tagBox a { padding: 2px 8px; }
    .fullTabs.location { margin-bottom: 10px; }
    .description { margin-bottom: 20px; }
    .detailGrid { padding: 25px 20px; font-size: 12px; line-height: 18px; margin-bottom: 20px; }
    .detailHeadLabel .title { font-size: 16px;  line-height: 24px;}
    .detailHeadLabel { margin-bottom: 10px; padding-bottom: 10px; }
    .articleHeadWrapper .thumbBox { width: 40px; height: 40px; margin-right: 10px; }
    .articleHeadWrapper .thumbBox .thumb { height: 40px; }
    .softLabelWrapper { display: block; background: none; padding: 15px 0; margin: 20px 0 0; border-top: 1px dotted #eee; }
    .softDownBox{ margin-top: 15px; display: flex; justify-content: flex-end; padding-top: 15px; border-top: 1px dotted #eee; }
    .softLabelWrapper .btnBox { width: 100%; }
    .softLabelWrapper .btnBox .btn { width: 50%; height:40px; line-height:40px; }
    .softLabelWrapper .btnBox .btn:first-of-type { border-radius: 20px 0 0 20px; }
    .softLabelWrapper .btnBox .btn:last-of-type { border-radius: 0 20px 20px 0; }
    .imgTextGrid.special .item { width: 100%; }
    .imgTextGrid.special .content { margin-bottom: 10px; margin-right: 0; }
    .specialDetailWrapper { padding: 0; background:none; border:0; margin-bottom:20px; }
    .specialDetailWrapper .specialHead { padding: 20px; margin: 0 0 10px; }
    .specialDetailWrapper .specialHead .textWrap { width: 85%; }
    .specialDetailWrapper .specialHead h2 { line-height: 28px; font-size: 18px; }
    .specialDetailWrapper .specialHead p { font-size: 12px; line-height: 18px; }
    .articleWrapper { margin-bottom: 0; }
    .footerGrid .topWrapper{ display:none; }
    .adWrapper.w2 { display:block; }
    .adWrapper.w2 .item{ width:100%; }
    .adWrapper.w2 .item:first-of-type{ margin-bottom:10px; }
    .tabMenuWrap { width: 100%; }
    .topListWrapper { padding: 135px 10px 10px; }
    .downLoadWrapper{ display:block;}
    .downLoadWrapper .asideGrid { width: 100%; margin-left: 0; margin-bottom: 20px; }
}