@charset "UTF-8";


body, dl, dd, p, form, h1, h2, h3, h4, h5, h6 { margin: 0; }

body { font-family: 'Microsoft Yahei', Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14px; color: #333; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

ul { margin: 0; padding: 0; list-style-type: none; }

em, i { font-style: normal; }

table { border-collapse: collapse; border-spacing: 0; }

a { color: inherit; text-decoration: none; outline: none; }
a:hover { color: #ffd707; }

img { border: 0; }

input, select, button, textarea { border-radius: 0; outline: 0; margin: 0; font-family: inherit; font-size: inherit; color: inherit; -webkit-appearance: none; }

article, aside, dialog, footer, header, section, footer, nav, figure, menu { display: block; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #999; }

input::-moz-placeholder, textarea::-moz-placeholder { color: #999; opacity: 1; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #999; }

body > div[id^=_] { display: none !important; }

/*** @description: 基础样式; @Author: ray; @create date: 2016-08-09;
***/
.hide { display: none; }

.fn-clear { zoom: 1; }
.fn-clear:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.fl { float: left; }

.fr { float: right; }

.red { color: #FD3939 !important; }

.blue { color: #00aaf5; }

.flex { display: -webkit-box; display: -webkit-flex; display: flex; }

.flex-item { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; }

.flex-between { -webkit-box-justify-content: space-between; -webkit-justify-content: space-between; justify-content: space-between; }

/*** @description: 动画; @Author: ray; @create date: 2016-08-09;
***/
@-webkit-keyframes rotate { 100% { -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@keyframes rotate { 100% { -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@-webkit-keyframes rolling { 100% { -moz-transform: translateY(145px); -ms-transform: translateY(145px); -webkit-transform: translateY(145px); transform: translateY(145px); } }
@keyframes rolling { 100% { -moz-transform: translateY(145px); -ms-transform: translateY(145px); -webkit-transform: translateY(145px); transform: translateY(145px); } }
/*** @Author:ray; @create date:2016-10-23;
***/
/***************layer start ******************/
@-webkit-keyframes layerIn { 0% { -moz-transform: translate3d(0, 0, 0) scale(1.185); -ms-transform: translate3d(0, 0, 0) scale(1.185); -webkit-transform: translate3d(0, 0, 0) scale(1.185); transform: translate3d(0, 0, 0) scale(1.185); }
  100% { -moz-transform: translate3d(0, 0, 0) scale(1); -ms-transform: translate3d(0, 0, 0) scale(1); -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); } }
@keyframes layerIn { 0% { -moz-transform: translate3d(0, 0, 0) scale(1.185); -ms-transform: translate3d(0, 0, 0) scale(1.185); -webkit-transform: translate3d(0, 0, 0) scale(1.185); transform: translate3d(0, 0, 0) scale(1.185); }
  100% { -moz-transform: translate3d(0, 0, 0) scale(1); -ms-transform: translate3d(0, 0, 0) scale(1); -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); } }
.layer { position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 1000; -moz-animation: layerIn 0.3s both; -webkit-animation: layerIn 0.3s both; animation: layerIn 0.3s both; }
.layer .layer-body { position: absolute; top: 50%; left: 50%; -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.layer-alert { background: none; top: 50%; bottom: auto; }
.layer-alert .layer-body { padding: 10px 20px; font-size: 14px; background: rgba(44, 44, 44, 0.8); color: #fff; border-radius: 4px; }

.layer-loading { -moz-animation: none; -webkit-animation: none; animation: none; top: 0; bottom: 0; }
.layer-loading .layer-body { min-width: 200px; padding: 30px; text-align: center; }
.layer-loading .layer-body .icon { display: inline-block; vertical-align: top; margin-bottom: 20px; width: 64px; height: 64px; border: 2px solid #eee; border-radius: 50%; border-right-color: transparent; -webkit-animation: rotate 0.8s linear infinite; }

.layer-confirm { background-color: rgba(44, 44, 44, 0.4); }
.layer-confirm .layer-title { text-align: center; height: 88px; line-height: 88px; background-color: #fafafa; border-radius: 16px 16px 0 0; }
.layer-confirm .layer-title .title { font-size: 36px; font-weight: bold; }
.layer-confirm .layer-title .close { position: absolute; right: 14px; top: 14px; width: 40px; height: 40px; background-size: 20px 20px; }
.layer-confirm .layer-body { background-color: #FFF; width: 600px; border-radius: 16px; }
.layer-confirm .layer-cont { padding: 40px 30px; text-align: center; font-size: 30px; line-height: 1.4; }
.layer-confirm .layer-cont p + p { margin-top: 16px; }
.layer-confirm .layer-btns { font-size: 0; text-align: center; border-top: 1px solid #e8e8e8; }
.layer-confirm .layer-btn { -moz-user-select: -moz-none; -ms-user-select: none; -webkit-user-select: none; user-select: none; display: inline-block; vertical-align: top; width: 50%; height: 80px; line-height: 80px; background: #ffffff; color: #666666; font-size: 30px; box-shadow: none; border: 0; border-radius: 0; text-align: center; white-space: nowrap; position: relative; }
.layer-confirm .layer-btn:first-child { border-radius: 0 0 0 16px; }
.layer-confirm .layer-btn:last-child { border-radius: 0 0 16px 0; }
.layer-confirm .layer-btn + .layer-btn { color: #7a65ff; }
.layer-confirm .layer-btn + .layer-btn::after { content: ''; width: 1px; position: absolute; left: 0; top: 0; bottom: 0; background-color: #e8e8e8; }
.layer-confirm .layer-btn:active { background: #f0f0f0; }

.icon-sprite, .icon-1, .icon-10, .icon-2, .icon-3, .icon-4, .icon-5, .icon-6, .icon-7, .icon-8, .icon-9, .icon-aos, .icon-aosx, .icon-arrow-down, .icon-arrow-rg, .icon-backtop, .icon-bbrj, .icon-dn, .icon-dnh, .icon-down-green, .icon-down-white, .icon-down, .icon-downh, .down-box .adown.agray i, .icon-ewm, .icon-gou, .icon-ios, .icon-iosh, .icon-iosx, .icon-iosxh, .icon-jcph, .icon-pc-gray, .icon-pc, .icon-play, .icon-qq, .icon-qqh, .icon-ra1, .icon-ra10, .icon-ra2, .icon-ra3, .icon-ra4, .icon-ra5, .icon-ra6, .icon-ra7, .icon-ra8, .icon-ra9, .icon-rank1, .icon-rank2, .icon-rank3, .icon-ranks, .icon-rmsy, .icon-sea, .icon-search, .icon-shu, .icon-sj, .icon-sjh, .icon-star, .icon-tag, .icon-time, .icon-tuijian, .icon-tuijian2, .icon-win10, .icon-win7, .icon-wx, .icon-wxh, .icon-xt, .icon-xth, .icon-xtjc, .icon-zjyy, .gray .icon-ios, .agray .icon-ios, .disabled .icon-ios, .gray .icon-iosx, .agray .icon-iosx, .disabled .icon-iosx, .gray .icon-pc, .agray .icon-pc, .disabled .icon-pc, .code-group .code-box { background-image: url('../images/icon-s4af55c71c0.png'); background-repeat: no-repeat; }

.icon-1 { background-position: 0 0; height: 16px; width: 23px; }

.icon-10 { background-position: 0 -18px; height: 16px; width: 23px; }

.icon-2 { background-position: 0 -36px; height: 16px; width: 23px; }

.icon-3 { background-position: 0 -54px; height: 16px; width: 23px; }

.icon-4 { background-position: 0 -72px; height: 16px; width: 23px; }

.icon-5 { background-position: 0 -90px; height: 16px; width: 23px; }

.icon-6 { background-position: 0 -108px; height: 16px; width: 23px; }

.icon-7 { background-position: 0 -126px; height: 16px; width: 23px; }

.icon-8 { background-position: 0 -144px; height: 16px; width: 23px; }

.icon-9 { background-position: 0 -162px; height: 16px; width: 23px; }

.icon-aos { background-position: 0 -180px; height: 24px; width: 26px; }

.icon-aosx { background-position: 0 -206px; height: 18px; width: 20px; }

.icon-arrow-down { background-position: 0 -226px; height: 20px; width: 12px; }

.icon-arrow-rg { background-position: 0 -248px; height: 16px; width: 19px; }

.icon-backtop { background-position: 0 -266px; height: 28px; width: 28px; }

.icon-bbrj { background-position: 0 -296px; height: 22px; width: 24px; }

.icon-dn { background-position: 0 -320px; height: 24px; width: 24px; }

.icon-dnh { background-position: 0 -346px; height: 24px; width: 24px; }

.icon-down-green { background-position: 0 -372px; height: 20px; width: 16px; }

.icon-down-white { background-position: 0 -394px; height: 20px; width: 16px; }

.icon-down { background-position: 0 -416px; height: 16px; width: 12px; }

.icon-downh, .down-box .adown.agray i { background-position: 0 -434px; height: 16px; width: 16px; }

.icon-ewm { background-position: 0 -452px; height: 110px; width: 110px; }

.icon-gou { background-position: 0 -564px; height: 18px; width: 18px; }

.icon-ios { background-position: 0 -584px; height: 28px; width: 24px; }

.icon-iosh { background-position: 0 -614px; height: 28px; width: 24px; }

.icon-iosx { background-position: 0 -644px; height: 22px; width: 20px; }

.icon-iosxh { background-position: 0 -668px; height: 22px; width: 20px; }

.icon-jcph { background-position: 0 -692px; height: 24px; width: 18px; }

.icon-pc-gray { background-position: 0 -718px; height: 24px; width: 24px; }

.icon-pc { background-position: 0 -744px; height: 24px; width: 24px; }

.icon-play { background-position: 0 -770px; height: 80px; width: 80px; }

.icon-qq { background-position: 0 -852px; height: 28px; width: 28px; }

.icon-qqh { background-position: 0 -882px; height: 28px; width: 28px; }

.icon-ra1 { background-position: 0 -912px; height: 14px; width: 8px; }

.icon-ra10 { background-position: 0 -928px; height: 14px; width: 23px; }

.icon-ra2 { background-position: 0 -944px; height: 14px; width: 16px; }

.icon-ra3 { background-position: 0 -960px; height: 14px; width: 17px; }

.icon-ra4 { background-position: 0 -976px; height: 14px; width: 17px; }

.icon-ra5 { background-position: 0 -992px; height: 14px; width: 17px; }

.icon-ra6 { background-position: 0 -1008px; height: 14px; width: 17px; }

.icon-ra7 { background-position: 0 -1024px; height: 14px; width: 15px; }

.icon-ra8 { background-position: 0 -1040px; height: 14px; width: 16px; }

.icon-ra9 { background-position: 0 -1056px; height: 14px; width: 17px; }

.icon-rank1 { background-position: 0 -1072px; height: 22px; width: 30px; }

.icon-rank2 { background-position: 0 -1096px; height: 22px; width: 30px; }

.icon-rank3 { background-position: 0 -1120px; height: 22px; width: 30px; }

.icon-ranks { background-position: 0 -1144px; height: 22px; width: 30px; }

.icon-rmsy { background-position: 0 -1168px; height: 24px; width: 24px; }

.icon-sea { background-position: 0 -1194px; height: 15px; width: 15px; }

.icon-search { background-position: 0 -1211px; height: 22px; width: 24px; }

.icon-shu { background-position: 0 -1235px; height: 17px; width: 14px; }

.icon-sj { background-position: 0 -1254px; height: 24px; width: 20px; }

.icon-sjh { background-position: 0 -1280px; height: 24px; width: 20px; }

.icon-star { background-position: 0 -1306px; height: 18px; width: 18px; }

.icon-tag { background-position: 0 -1326px; height: 32px; width: 63px; }

.icon-time { background-position: 0 -1360px; height: 14px; width: 14px; }

.icon-tuijian { background-position: 0 -1376px; height: 52px; width: 40px; }

.icon-tuijian2 { background-position: 0 -1430px; height: 30px; width: 80px; }

.icon-win10 { background-position: 0 -1462px; height: 25px; width: 25px; }

.icon-win7 { background-position: 0 -1489px; height: 24px; width: 28px; }

.icon-wx { background-position: 0 -1515px; height: 28px; width: 28px; }

.icon-wxh { background-position: 0 -1545px; height: 28px; width: 28px; }

.icon-xt { background-position: 0 -1575px; height: 24px; width: 24px; }

.icon-xth { background-position: 0 -1601px; height: 24px; width: 24px; }

.icon-xtjc { background-position: 0 -1627px; height: 22px; width: 24px; }

.icon-zjyy { background-position: 0 -1651px; height: 24px; width: 24px; }

.icon { display: inline-block; }

.wrap { width: 1200px; margin: 0 auto; }

.header { height: 36px; line-height: 36px; background: #333; }
.header .home { color: #999; }
.header .home a { color: #ffd707; }

.header-rg li { float: left; position: relative; }
.header-rg li:hover .atxt { color: #ffd707; }
.header-rg li:hover .xial-menu { display: block; }
.header-rg li + li:before { content: ''; float: left; width: 1px; height: 16px; background-color: #999; margin: 10px 13px 0 13px; }
.header-rg .atxt { float: left; color: #ddd; }
.header-rg .xial-menu { position: absolute; right: -13px; top: 36px; width: 110px; display: none; background-color: #fff; z-index: 9; }
.header-rg .menu-inner { padding: 4px 0; background: rgba(255, 255, 255, 0); background-color: #fff; box-shadow: 0px 6px 8px 0px rgba(204, 204, 204, 0.7); border-radius: 4px; }
.header-rg .menu-inner a { display: block; line-height: 30px; height: 30px; text-align: center; overflow: hidden; position: relative; }
.header-rg .menu-inner a:hover { color: #ffd707; background-color: #f2faf9; }
.header-rg .menu-inner a + a:before { content: ''; display: block; position: absolute; left: 50%; top: 0px; width: 90px; height: 1px; background-color: #e6e6e6; -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); }

.arrow-down { display: inline-block; vertical-align: middle; border: 4px solid transparent; margin: 2px 0 0 8px; border-top-color: #ddd; }

.nav { width: 100%; height: 120px; background: #fff; box-shadow: 0px 0px 20px 0px rgba(204, 204, 204, 0.3); overflow: hidden; }
.nav .logo { margin: 30px 23px 0 0; }
.nav .logo img { display: inline-block; width: 60px; float: left; }
.nav .logo .tx { float: left; margin: 8px 5px 0 5px; font-size: 26px; color: #000; }
.nav .search-box { float: right; margin-top: 36px; }
.nav .input-wrap { height: 34px; border: 2px solid #0b56a6; overflow: hidden; }
.nav .input { float: left; width: 205px; height: 19px; line-height: 19px; padding: 8px 10px; background: none; border: none; outline: none; font-size: 14px; color: #999; }
.nav .button { width: 72px; height: 34px; font-size: 14px; background: #0b56a6; color: #FFF; border: none; outline: none; float: right; cursor: pointer; }
.nav ul { height: 120px; }
.nav li { float: left; height: 120px; line-height: 120px; margin-left: 70px; }
.nav li a { display: inline-block; color: #666; font-size: 20px; line-height: 116px; border-bottom: 4px solid #fff; height: 116px; }
.nav li:hover a, .nav li.on a { color: #000; border-color: #000; }
.nav li.on a { font-weight: bold; }

.footer { background: #262626; padding: 20px 0; }
.footer p { text-align: center; line-height: 30px; color: #999; font-size: 12px; }
.footer a { color: #777; }

.foot_tips { line-height: 30px; overflow: hidden; color: #999; font-size: 12px; position: relative; }
.foot_tips.on { max-height: 30px; }
.foot_tips span { display: inline-block; min-width: 70px; }
.foot_tips .moretips { position: absolute; bottom: 0; right: 0; text-align: center; background: #262626; cursor: pointer; color: #ffd707; text-decoration: underline; }
.foot_tips .moretips:hover { color: #1868bc; }

.block-tab { line-height: 44px; height: 44px; border-bottom: 1px solid #ddd; margin-bottom: 15px; }
.block-tab li { width: 50%; float: left; text-align: center; font-size: 18px; cursor: pointer; }
.block-tab li.on { height: 44px; border-bottom: 1px solid #0b56a6; }

.block-title3, .block-title4 { height: 44px; line-height: 44px; border-bottom: 1px solid #e3e3e3; position: relative; margin-bottom: 15px; }
.block-title3 .title, .block-title4 .title { display: inline-block; vertical-align: top; line-height: 42px; font-size: 18px; font-weight: bold; color: #333; border-bottom: 3px solid #0b56a6; }
.block-title3 .more, .block-title4 .more { float: right; font-size: 16px; color: #999; }
.block-title3 .more:hover, .block-title4 .more:hover { color: #0b56a6; }
.block-title3 .btn-change, .block-title4 .btn-change { border: 0; float: right; font-size: 14px; padding: 3px 8px; background-color: #0b56a6; color: #fff; cursor: pointer; border-radius: 0; margin-top: 9px; }
.block-title3 .btn-change:hover, .block-title4 .btn-change:hover { background-color: #0c9dab; }
.block-title3 .tabs, .block-title4 .tabs { float: right; }
.block-title3 .tabs li, .block-title4 .tabs li { float: left; font-weight: bold; cursor: pointer; }
.block-title3 .tabs li.on, .block-title4 .tabs li.on { color: #0b56a6; }
.block-title3 .tabs li + li, .block-title4 .tabs li + li { margin-left: 50px; }
.block-title3 .tabs li + li:before, .block-title4 .tabs li + li:before { content: '/'; position: absolute; font-size: 16px; color: #ddd; margin-left: -30px; }

.right-fixed-box { width: 1396px; margin: 0 auto; height: 0; position: relative; z-index: 999; }
.right-fixed-box .bar-wrap { position: fixed; bottom: 110px; }
.right-fixed-box .right-fixed { width: 65px; height: 0; float: right; }
.right-fixed-box .back-top { display: none; width: 65px; height: 45px; padding-top: 18px; background: #f5f5f5; text-align: center; position: relative; }
.right-fixed-box .back-top:hover .barewm, .right-fixed-box .back-top:hover .hov { display: block; }
.right-fixed-box .back-top i { display: inline-block; }
.right-fixed-box .back-top.enter { display: block; }
.right-fixed-box .hov { display: none; position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 52px; text-align: center; font-size: 14px; padding-top: 12px; background: #ffd707; color: #fff; }

.right-menu { width: 180px; height: 350px; padding: 10px 10px 0; background: #fff; border-radius: 4px; box-shadow: 1px 3px 9px #eee; margin-left: 65px; display: none; }
.right-menu.enter { display: block; }
.right-menu li { width: 180px; height: 48px; line-height: 48px; padding: 0; margin-bottom: 10px; border-bottom: 0; border-radius: 4px; font-size: 16px; color: #666; font-weight: bold; cursor: pointer; text-align: center; background-color: #f5f5f5; }
.right-menu li.on { background-color: #ffd707; color: #fff; }

.crumb { height: 52px; line-height: 52px; color: #999; }

.wrap-lf { width: 790px; }

.wrap-rg { width: 380px; }

.content { margin-top: 15px; margin-bottom: 15px; }

.mainPage { overflow: hidden; width: 100%; text-align: center; margin: 50px auto; height: 30px; }
.mainPage a, .mainPage span { display: inline-block; padding: 0 10px; height: 28px; line-height: 28px; font-size: 14px; color: #2e2e2e; border: 1px solid #ccc; text-align: center; margin: 0 2px; border-radius: 2px; }
.mainPage .rows, .mainPage .current, .mainPage a:hover { background: #ffd707; color: #fff; border-color: #ffd707; }

.rg-con { margin-bottom: 15px; }
.rg-con + .rg-con { margin-top: 30px; }
.rg-con .seciton-title { font-size: 20px; }

#contentMain { position: relative; }

.fixed-top.enter { position: fixed; top: 0; margin-top: 0; }
.fixed-top.leave { position: absolute; top: auto; bottom: 0; }

.fixed-bottom.enter { position: fixed; bottom: 0; margin-left: 820px; }
.fixed-bottom.leave { position: absolute; }

.wrap-lf.fixed-bottom.enter { margin-left: 0; }

.com-image img { -moz-transition: all 0.15s linear; -o-transition: all 0.15s linear; -webkit-transition: all 0.15s linear; transition: all 0.15s linear; }
.com-image img:hover { opacity: 0.8; }

.gray, .agray, .disabled { cursor: default; color: #999 !important; border-color: #ddd !important; background-color: #ddd !important; }
.gray .icon-ios, .agray .icon-ios, .disabled .icon-ios { background-position: 0 -614px; height: 28px; width: 24px; }
.gray .icon-iosx, .agray .icon-iosx, .disabled .icon-iosx { background-position: 0 -668px; height: 22px; width: 20px; }
.gray .icon-pc, .agray .icon-pc, .disabled .icon-pc { background-position: 0 -718px; height: 24px; width: 24px; }

.mab30 { margin-bottom: 30px; }

.mat25 { margin-top: 25px; }

.main { min-height: calc(100vh - 308px); }

.mat30 { margin-top: 30px; }

.matf5 { margin-top: -5px; }

.mat16 { margin-top: 10px; }

.wrap #secrchPre { display: none; }
.wrap #searchBox { display: block; }
.wrap #searchBox .input-wrap { background-color: rgba(255, 255, 255, 0.1); padding-left: 5px; }

.header-nav { height: 45px; line-height: 45px; overflow: hidden; position: relative; background: #fff; z-index: 3; }
.header-nav .wrapper { height: 100%; width: 1200px; background: #ffd707; margin: 0 auto; }
.header-nav ul { overflow: hidden; float: left; }
.header-nav li { float: left; margin-right: 1px; }
.header-nav li.on a { background-color: #1868bc; }
.header-nav a { display: block; width: 120px; font-size: 16px; color: #fff; text-align: center; }
.header-nav a:hover, .header-nav a.on { background-color: #1868bc; }

.nsearch-box { float: right; margin-right: 15px; margin-top: 8.5px; }
.nsearch-box .input { width: 140px; padding: 0 10px; font-size: 14px; line-height: 28px; height: 28px; border: none; float: left; }
.nsearch-box .button { line-height: 28px; height: 28px; float: left; color: #fff; background: none; border: none; padding: 0; width: 50px; text-align: center; cursor: pointer; }

.search-result-list { margin-top: 15px; }

.search-result-list .item { margin-bottom: 15px; position: relative; }

.search-result-list .item-hd { overflow: hidden; height: 24px; line-height: 24px; margin-bottom: 3px; }

.search-result-list .item-hd .pic { width: 22px; height: 22px; margin-right: 5px; float: left; font-size: 0; }

.search-result-list .item-hd .tit { font-size: 16px; color: #00c; text-decoration: underline; }

.search-result-list .item-hd .btn { display: block; width: 90px; padding: 7px 0; text-align: center; position: absolute; right: 5px; top: 35px; border-radius: 3px; font-size: 14px; color: #ffd707; border: 1px solid #ffd707; line-height: 1.42857143; }

.search-result-list .item-hd .btn:hover { color: #fff; background-color: #ffd707; }

.search-result-list .item-bd { width: 1000px; color: #333; line-height: 20px; font-size: 13px; overflow: hidden; }

.search-result-list .item-bd .pic { width: 120px; height: 80px; float: left; margin-right: 15px; margin-bottom: 2px; }

.search-result-list .item-bd .text a { color: #00c; padding-left: 3px; display: inline-block; }

.search-result-list .item-ft { color: green; font-size: 13px; }

.search-result-list .item-ft .url { margin-right: 5px; }

.content.wrapper, .header-nav .wrapper { width: 1200px; margin: 0 auto; min-height: calc(100vh - 260px); }

.laypage_main { text-align: center; margin: 40px 0; color: #879299; }

.laypage_main span, .laypage_main a { display: inline-block; vertical-align: top; height: 30px; line-height: 30px; min-width: 15px; padding: 0px 8px; border: 1px solid #ededed; color: #666; font-size: 14px; border-radius: 2px; margin-left: 5px; }

.laypage_main a:hover, .laypage_main .laypage_curr { background-color: #ffd707; border-color: #ffd707; color: #fff; }

.search-null { padding-top: 60px; }
.search-null .pic { display: block; margin: 0 auto; }
.search-null .txt { font-size: 20px; color: #999; margin-top: 20px; text-align: center; }
.search-null .btn { display: block; margin: 40px auto 0 auto; width: 210px; line-height: 55px; font-size: 18px; color: #fff; background-color: #ffd707; border-radius: 8px; text-align: center; }
.search-null .btn:hover { background-color: #1868bc; }

.search-result-null { padding: 200px 0; text-align: center; }

.search-result-null dl { display: inline-block; vertical-align: top; text-align: left; }

.search-result-null dt { color: #000; font-size: 22px; font-weight: bold; height: 32px; line-height: 32px; margin-bottom: 5px; overflow: hidden; }

.search-result-null dd { color: #333; font-size: 16px; height: 35px; line-height: 35px; }

.search-result-null dd:before { content: ''; display: inline-block; vertical-align: 3px; width: 5px; height: 5px; background: #dbdbdb; margin: 15px 8px 0 0; }

.search-result-null .link { color: red; }

.search-result-null .link:hover { text-decoration: underline; }

.page-cover .page { display: none; }

.not-found { max-width: 100%; min-width: 800px; height: auto; margin: 120px auto; overflow: hidden; text-align: center; }
.not-found .pic { vertical-align: top; margin-bottom: 35px; }
.not-found .txt { font-size: 16px; color: #999; margin-bottom: 15px; }
.not-found .num { color: #0b56a6; }
.not-found .btn { width: 160px; font-size: 16px; padding: 10px 0; border-radius: 20px; }

.brand-nav { margin: 30px 0; }
.brand-nav li { float: left; width: 159px; height: 56px; border: 1px solid #eee; border-left: 2px solid #0b56a6; overflow: hidden; }
.brand-nav li + li { margin-left: 11px; }
.brand-nav li:nth-child(2) { border-left-color: #f7b007; }
.brand-nav li:nth-child(3) { border-left-color: #3ba0f5; }
.brand-nav li:nth-child(4) { border-left-color: #daacfa; }
.brand-nav li:nth-child(5) { border-left-color: #f27763; }
.brand-nav li:nth-child(6) { border-left-color: #95d575; }
.brand-nav li:nth-child(7) { border-left-color: #ff9422; }
.brand-nav a { display: block; line-height: 56px; text-align: center; }
.brand-nav img { display: inline-block; vertical-align: middle; max-width: 100%; max-height: 100%; }

.section { margin-top: 40px; }

.section2 { margin-top: 30px; }

.seciton-title { font-size: 24px; color: #111; font-weight: bold; width: 100%; height: 55px; line-height: 52px; border-bottom: 1px solid #ddd; overflow: hidden; }
.seciton-title.none { height: 40px; line-height: 40px; border: none; }
.seciton-title .title { display: inline-block; border-bottom: 4px solid #ffd707; }
.seciton-title .spicon, .seciton-title .sline, .seciton-title .pic { display: inline-block; vertical-align: middle; margin: -3px 10px 0 0; }
.seciton-title .pic { max-height: 24px; margin-right: 13px; }
.seciton-title .sline { width: 4px; height: 24px; background: #ffd707; margin-top: -6px; }
.seciton-title .more { float: right; font-size: 14px; color: #ffd707; }
.seciton-title .more i { display: inline-block; width: 10px; height: 4px; font-size: 0; line-height: 4px; vertical-align: middle; margin: 0 6px 3px 4px; }
.seciton-title .more i:before, .seciton-title .more i:after { content: ''; display: inline-block; vertical-align: middle; width: 4px; height: 4px; border-radius: 4px; background-color: #ffd707; }
.seciton-title .more i:after { margin-left: 2px; background-color: #ffd707; opacity: .5; }
.seciton-title i { font-weight: normal; }
.seciton-title .itips { font-size: 14px; margin: 7px 0 0 12px; font-weight: normal; }

.section2 .seciton-title { height: 30px; line-height: 30px; }

.section2-list { width: 440px; margin-left: 35px; }
.section2-list .hd { height: 52px; overflow: hidden; }
.section2-list .hd span { font-size: 18px; color: #fff; height: 42px; width: 20px; line-height: 20px; padding: 6px 10px 4px; }
.section2-list .hd a { width: 378px; margin-left: 12px; height: 52px; line-height: 52px; overflow: hidden; font-size: 20px; }
.section2-list .hd ul { font-size: 0; margin: 0; }
.section2-list .hd li { display: inline-block; width: 95px; line-height: 30px; font-size: 14px; text-align: center; background-color: #eee; cursor: pointer; margin: 0; height: 30px; }
.section2-list .hd li + li { margin-left: 20px; }
.section2-list .hd li.on { color: #fff; background-color: #ffd707; }
.section2-list ul { overflow: hidden; margin-top: 5px; }
.section2-list li { overflow: hidden; height: 20px; margin-top: 24px; }
.section2-list li:hover a { color: #ffd707; }
.section2-list li:hover .stime { color: #333; }
.section2-list li .stag { display: block; float: left; background: #feecec; height: 20px; width: 70px; line-height: 20px; text-align: center; color: #555; margin-right: 33px; position: relative; text-indent: 2px; }
.section2-list li .stag:after { content: ''; position: absolute; right: -20px; top: 0; display: block; border: 10px solid transparent; border-left-color: #feecec; }
.section2-list li a { width: 260px; height: 20px; color: #555; font-size: 16px; overflow: hidden; display: block; float: left; line-height: 20px; word-break: break-all; }
.section2-list li .stime { display: block; float: right; font-size: 16px; color: #999; line-height: 20px; }

.nsection2-list .hd { height: auto; margin-bottom: 10px; }
.nsection2-list .section-bd li { margin-top: 21px; }

.section5-list .hd { height: 30px; }
.section5-list .hd span { line-height: 30px; padding: 0; height: 30px; width: 80px; text-align: center; letter-spacing: 2px; }
.section5-list .hd a { width: 340px; margin-left: 20px; height: 30px; line-height: 30px; }
.section5-list li { margin-top: 25px; }
.section5-list li a { width: 335px; }
.section5-list .section-bd { margin-top: -11px; }

.section2-brand { width: 380px; height: 400px; overflow: hidden; position: relative; }
.section2-brand a, .section2-brand img { display: block; width: 380px; height: 400px; }
.section2-brand a { position: relative; }
.section2-brand .ptit { position: absolute; left: 0; bottom: 0; width: 100%; height: 48px; padding: 0 20px; background: rgba(0, 0, 0, 0.6); line-height: 36px; text-align: center; color: #fff; box-sizing: border-box; }
.section2-brand .bd .tit { position: absolute; bottom: 0; left: 0; right: 0; line-height: 40px; height: 40px; overflow: hidden; padding: 0 20px; font-size: 16px; background: rgba(0, 0, 0, 0.5); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#80000000,endColorstr=#80000000); color: #fff; text-align: center; }
.section2-brand .hd { font-size: 0; text-align: center; position: absolute; left: 0; right: 0; bottom: 40px; text-align: center; }
.section2-brand .hd li { display: inline-block; width: 50px; height: 5px; margin: 0 2px 5px; background-color: rgba(255, 255, 255, 0.6); text-indent: -9999px; cursor: pointer; }
.section2-brand .hd li.on { background-color: #ffd707; }

.section2-download { width: 320px; }

.section-bd { margin-top: -10px; }

.common-list2 li { overflow: hidden; margin-top: 30px; position: relative; }
.common-list2 li:hover .info { height: 300px; }
.common-list2 li:hover .info .dtitle { margin: 155px auto 0; text-align: left; }
.common-list2 li:hover .info .dtime { bottom: 26px; -moz-transform: translateX(8%); -ms-transform: translateX(8%); -webkit-transform: translateX(8%); transform: translateX(8%); }
.common-list2 img { display: block; width: 320px; height: 160px; }
.common-list2 .info { position: absolute; bottom: 0; z-index: 2; width: 100%; height: 140px; left: 0; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; transition: all 0.2s linear; background: url('../fonts/d8a8cbb1245142ccaff52bc320479c6b.woff'); background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9))); background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%); }
.common-list2 .info .dtitle { color: #fff; font-weight: bold; font-size: 20px; text-align: center; height: 26px; line-height: 26px; overflow: hidden; width: 285px; margin: 80px auto 0; }
.common-list2 .info .dtitle:hover { color: #ffd707; }
.common-list2 .info .desc { font-size: 14px; color: #fff; width: 270px; line-height: 20px; height: 40px; overflow: hidden; position: absolute; left: 30px; top: 180px; }
.common-list2 .info .btn { width: 120px; height: 40px; line-height: 40px; text-align: center; font-size: 14px; color: #fff; border-radius: 4px; background: #ffd707; position: absolute; position: absolute; left: 30px; top: 240px; -moz-transition: all 0.1s linear; -o-transition: all 0.1s linear; -webkit-transition: all 0.1s linear; transition: all 0.1s linear; }
.common-list2 .info .btn:hover { opacity: 0.8; filter: alpha(opacity=80); }
.common-list2 .info .dtime { display: block; line-height: 30px; font-size: 14px; color: #bbb; overflow: hidden; width: 130px; text-align: center; position: absolute; bottom: 8px; left: 50%; -moz-transition: all 0.15s linear; -o-transition: all 0.15s linear; -webkit-transition: all 0.15s linear; transition: all 0.15s linear; -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); }

.common-list2.rg-con { width: 100%; height: auto; }
.common-list2.rg-con img { width: 360px; height: 180px; }
.common-list2.rg-con .info .dtitle { width: 300px; }

.section3 .Min_hd { height: 60px; width: 100%; }
.section3 .Min_hd .aitem { display: block; text-align: center; height: 58px; line-height: 58px; text-align: center; font-size: 16px; color: #999; border: 1px solid #eee; cursor: pointer; font-weight: bold; margin-left: -1px; }
.section3 .Min_hd .on { border-color: #0b56a6; color: #0b56a6; background: #e6f1fa; position: relative; z-index: 1; }

.section3-list { overflow: hidden; }
.section3-list .item { margin-top: 12px; width: 100%; overflow: hidden; }
.section3-list .title { font-size: 20px; color: #666; height: 50px; line-height: 50px; }
.section3-list .title .idot { font-weight: bold; }
.section3-list .title .sbold { color: #111; font-weight: bold; }

.M3_L { width: 380px; }
.M3_L .text { height: 145px; padding: 15px 20px 0 20px; margin: 5px 0 10px 0; background-color: #f8f8f8; }
.M3_L .text-inner { height: 130px; overflow: hidden; text-indent: 2em; color: #666; line-height: 26px; }

.new-l { margin-top: -30px; }

.M3-list ul { overflow: hidden; margin-top: -18px; margin-left: -30px; }
.M3-list li { float: left; width: 380px; height: 20px; line-height: 20px; font-size: 16px; margin-top: 28px; margin-left: 30px; }
.M3-list li:hover a { color: #ffd707; }
.M3-list li:hover .stime { color: #333; }
.M3-list a { float: left; width: 310px; display: block; height: 20px; overflow: hidden; color: #555; }
.M3-list .stime { height: 20px; float: right; color: #999; }

.M3_M { width: 790px; }
.M3_M .Tab_hd { width: 100%; height: 40px; background: #f7f7f7; margin-top: 5px; }
.M3_M .Tab_hd .aitem { display: block; color: #666; line-height: 40px; height: 40px; overflow: hidden; text-align: center; cursor: pointer; padding: 0 2px; word-break: break-all; }
.M3_M .Tab_hd .on { background: #ffd707; color: #fff; }
.M3_M ul { overflow: hidden; width: 376px; }
.M3_M ul + ul { margin-left: 33px; }
.M3_M ul .on .lis { display: none; }
.M3_M ul .on .info { display: block; }
.M3_M li { overflow: hidden; margin-top: 28px; }
.M3_M li a { display: block; }
.M3_M .lis { overflow: hidden; height: 20px; }
.M3_M .lis .stag { display: block; float: left; height: 20px; width: 50px; line-height: 20px; text-align: center; color: #555; font-size: 12px; overflow: hidden; margin-right: 8px; background-color: #ffecec; border-radius: 10px 0 0 0; }
.M3_M .lis .stit { width: 330px; height: 20px; color: #555; font-size: 16px; overflow: hidden; display: block; float: left; line-height: 20px; }
.M3_M .lis .stime { display: block; float: right; font-size: 16px; color: #999; line-height: 20px; }
.M3_M .info { display: none; height: 130px; margin-bottom: 2px; }
.M3_M .info .img { display: block; width: 172px; position: relative; height: 130px; float: left; margin-right: 20px; }
.M3_M .info .img img { width: 168px; height: 125px; margin: 5px 0 0 4px; }
.M3_M .info .icon { position: absolute; left: 2px; top: 0; text-indent: 10px; color: #fff; line-height: 28px; font-size: 16px; }
.M3_M .info .dcon { float: left; width: 184px; }
.M3_M .info .ptit { height: 52px; line-height: 26px; overflow: hidden; font-size: 18px; color: #333; display: block; margin-top: 1px; }
.M3_M .info .ptit:hover { color: #ffd707; }
.M3_M .info .pinfo { line-height: 20px; margin-top: 7px; color: #999; }
.M3_M .info .pinfo i { color: #666; }
.M3_M .info .pinfo span + span { margin-left: 10px; }
.M3_M .info .btn { width: 118px; height: 38px; color: #ffd707; border: 1px solid #ffd707; border-radius: 4px; font-size: 14px; font-weight: bold; text-align: center; display: block; line-height: 38px; margin-top: 10px; }
.M3_M .info .btn:hover { background: #ffd707; color: #fff; }

.isoft-list { width: 790px; }
.isoft-list ul { margin: -6px 0 0 -38px; }
.isoft-list li { float: left; width: 100px; text-align: center; margin: 36px 0 0 38px; }
.isoft-list a, .isoft-list img { display: block; margin: 0 auto; }
.isoft-list img { width: 76px; height: 76px; border-radius: 10px; }
.isoft-list .ptit { line-height: 20px; height: 20px; overflow: hidden; margin: 3px 0 3px 0; }
.isoft-list .ptxt { font-size: 12px; color: #888; }

.M4_R { width: 380px; }
.M4_R .sec-title { margin-top: 28px; }
.M4_R ul { width: 100%; overflow: hidden; }
.M4_R li { width: 100%; overflow: hidden; margin-top: 20px; }
.M4_R li:hover span { color: #333; }
.M4_R .tag { font-size: 16px; color: #999; height: 20px; line-height: 20px; float: left; }
.M4_R .tag:hover { color: #333; }
.M4_R .bt { display: block; float: left; width: 240px; height: 20px; font-size: 16px; color: #555; margin: 0 5px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.M4_R .bt:hover { color: #ffd707; }
.M4_R .stime { float: right; font-size: 16px; height: 20px; line-height: 20px; color: #999; }

.sec-title { line-height: 24px; font-size: 18px; font-weight: bold; }
.sec-title .spicon { display: inline-block; vertical-align: middle; margin: -3px 10px 0 0; }

.M4_L { width: 800px; margin-top: 5px; overflow: hidden; }
.M4_L .soft_lis { overflow: hidden; width: 100%; margin-top: 10px; }
.M4_L .soft_lis ul { width: 25%; height: 215px; float: left; overflow: hidden; }
.M4_L .soft_lis li { overflow: hidden; width: 100%; margin-top: 15px; }
.M4_L .soft_lis li span { width: 90%; height: 18px; border-left: 5px solid #ffb2b2; font-size: 18px; color: #555; font-weight: bold; overflow: hidden; text-indent: 10px; display: block; line-height: 18px; margin-bottom: 5px; }
.M4_L .soft_lis li span a { font-size: 18px; }
.M4_L .soft_lis li img { width: 20px; height: 20px; float: left; margin-right: 10px; }
.M4_L .soft_lis li a { color: #5c5c5c; font-size: 14px; height: 20px; width: 122px; display: block; float: left; }
.M4_L .soft_lis li a:hover { color: #ffd707; }

.common-tabtit { display: inline-block; vertical-align: middle; width: 965px; height: 40px; margin-left: 30px; line-height: 40px; overflow: hidden; }
.common-tabtit .aitem { display: block; float: left; font-size: 16px; color: #666; margin-right: 30px; font-weight: bold; cursor: pointer; position: relative; }
.common-tabtit .aitem + .aitem:before { content: '/'; position: absolute; left: -17px; top: 0; font-size: 14px; color: #ddd; font-weight: normal; }
.common-tabtit .on { font-size: 18px; color: #ffd707; }

.M5_L { width: 790px; }
.M5_L .Tab_bd { width: 100%; margin-top: 30px; }
.M5_L .Tab_bd .item { overflow: hidden; }
.M5_L .lisA { width: 320px; float: left; }
.M5_L .lis { position: relative; display: block; }
.M5_L .lis + .lis { margin-top: 30px; }
.M5_L .lis:hover p { padding-top: 60px; }
.M5_L .lis:hover p span { margin-top: 60px; color: #ffd707; }
.M5_L .lis img { width: 320px; height: 240px; }
.M5_L .lis p { position: absolute; left: 0; bottom: 0; width: 94%; padding: 0 3%; height: 120px; font-size: 16px; color: #fff; -moz-transition: all 0.15s linear; -o-transition: all 0.15s linear; -webkit-transition: all 0.15s linear; transition: all 0.15s linear; background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC45Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'); background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9))); background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%); }
.M5_L .lis p span { display: block; width: 94%; max-height: 50px; color: #fff; line-height: 25px; font-size: 16px; overflow: hidden; margin-top: 60px; position: absolute; left: 3%; bottom: 10px; }
.M5_L .section2-list { margin: 0; }

.top-rg-box { width: 380px; margin-top: 30px; }

.top-rg-title { height: 30px; line-height: 22px; font-size: 20px; font-weight: bold; background-image: url('../fonts/b88355464fcf46f58bbbe486d975f8cb.woff'); background-size: 100%; background-image: -moz-linear-gradient(90deg, #fef0ec 0%, #ffffff 100%); background-image: -webkit-linear-gradient(90deg, #fef0ec 0%, #ffffff 100%); background-image: linear-gradient(0deg, #fef0ec 0%, #ffffff 100%); }
.top-rg-title .icon-jcph { display: inline-block; vertical-align: middle; margin: -3px 10px 0 0; }

.top-rg-list li { margin-top: 17px; }
.top-rg-list a { display: block; height: 64px; position: relative; }
.top-rg-list a:hover .ptit { color: #ffd707; }
.top-rg-list .pimg { width: 96px; height: 64px; margin-right: 10px; }
.top-rg-list .pimg img { display: block; width: 96px; height: 64px; }
.top-rg-list .ptit { font-size: 16px; color: #555; line-height: 22px; height: 44px; overflow: hidden; }
.top-rg-list .ptime { font-size: 16px; color: #999; margin-top: 3px; }
.top-rg-list .sprank { display: block; position: absolute; left: -2px; top: -2px; line-height: 20px; font-size: 16px; color: #fff; text-indent: -4px; text-align: center; }

.linkbox { overflow: hidden; margin: 30px 0 40px 0; }

.link-list { overflow: hidden; margin-top: 5px; }
.link-list li { float: left; font-size: 14px; line-height: 20px; margin-top: 15px; width: 10%; height: 20px; overflow: hidden; }
.link-list a { color: #666; }
.link-list a:hover { color: #ffd707; }

.system-introduce { padding: 10px 20px 20px 20px; background-color: #F8F8F8; }

.system-introduce-text { font-size: 16px; color: #666; line-height: 28px; margin-top: 5px; height: 56px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-indent: 2em; }
.system-introduce-text.none { display: block; height: auto; }

.fixed_bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 10000; display: none; }
.fixed_bg .tiquma { width: 428px; height: 202px; background: #fff; margin: 350px auto; border-radius: 7px; overflow: hidden; }
.fixed_bg .tiquma h4 { height: 60px; text-align: center; line-height: 60px; background: #ffd707; color: #fff; font-size: 20px; font-weight: 400; }
.fixed_bg .tiquma p { height: 89px; text-align: center; line-height: 89px; color: red; font-size: 24px; font-weight: 400; border-bottom: 1px solid #ededed; }
.fixed_bg .tiquma .tiquma-bottom { height: 52px; line-height: 52px; font-size: 16px; }
.fixed_bg .tiquma .tiquma-bottom .shut_tiquma { float: left; width: 213px; border-right: 1px solid #ededed; height: 52px; line-height: 52px; text-align: center; color: #333; }
.fixed_bg .tiquma .tiquma-bottom a { float: left; width: 212px; height: 52px; line-height: 52px; text-align: center; color: #ffd707; cursor: pointer; }

.common-tabtit-inner { white-space: nowrap; font-size: 0; height: 80px; position: absolute; left: 0; top: 0; -moz-transition: left 0.3s; -o-transition: left 0.3s; -webkit-transition: left 0.3s; transition: left 0.3s; }
.common-tabtit-inner .aitem { float: none; display: inline-block; }

.tabscroll { position: relative; }
.tabscroll:after { content: ''; display: block; position: absolute; right: 0; top: 0; bottom: 0; width: 9px; background-image: -webkit-linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%); background-image: linear-gradient(-90deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%); }

.js-tab-cont, .js-tab-list { display: none; }

.js-tab-cont.on, .js-tab-list.on { display: block; }

.block-title { height: 55px; line-height: 55px; border-bottom: 1px solid #ddd; margin-bottom: 20px; position: relative; zoom: 1; }

.block-title:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.block-title.news .title { border: none; }

.block-title.news .tabs { float: right; }

.block-title.news .tabs li { padding: 0 15px; }

.block-title.news .tabs li + li { margin-left: 30px; }

.block-title.news .tabs li.on { color: #333; }

.block-title.news .tabs li.on:before { display: block; }

.block-title.news .tabs li:before { content: ''; position: absolute; left: 0; top: 0; right: 0; height: 2px; background-color: #0b56a6; margin-left: 0; display: none; }

.block-title.link .title { color: #676767; border: none; }

.block-title .title { float: left; height: 53px; font-size: 22px; font-weight: bold; color: #333; border-bottom: 3px solid #0b56a6; margin-right: 50px; position: relative; }

.block-title .text { float: left; font-size: 24px; font-weight: normal; font-family: Candara; color: #ddd; margin-left: 10px; }

.block-title .more { float: right; font-size: 16px; padding: 0 5px; }

.block-title .tabs { float: left; }

.block-title .tabs li { float: left; cursor: pointer; color: #333; font-size: 20px; position: relative; }

.block-title .tabs li.on { color: #0b56a6; }

.block-title .tabs li + li { margin-left: 50px; }

.block-title .tabs li + li:before { content: '/'; position: absolute; font-size: 20px; color: #ddd; margin-left: -30px; }

.block-title .menu { float: right; margin-top: 10px; }

.block-title .menu li { float: left; margin-left: -1px; }

.block-title .menu a { display: block; width: 112px; height: 45px; line-height: 44px; text-align: center; font-size: 20px; color: #333; border: 1px solid #ddd; }

.block-title .menu a:hover, .block-title .menu a.on { margin-top: -1px; border-top: 2px solid #0b56a6; border-bottom-color: #fff; }

.index-seciton { margin: 40px 0 20px; }

.index-seciton + .linkbox { margin-top: -20px; }

.index-rec-list.show .js-tab-cont { max-height: inherit; }

.index-rec-list.show .more { display: none; }

.index-rec-list .js-tab-cont { max-height: 300px; overflow: hidden; }

.index-rec-list .more { text-align: center; margin-top: 10px; float: none; }

.index-rec-list .btn-more { color: #999; cursor: pointer; }

.index-rec-list ul { overflow: hidden; margin-left: -25px; }

.index-rec-list li { width: 220px; height: 20px; line-height: 20px; overflow: hidden; float: left; margin-bottom: 10px; margin-left: 25px; }

.index-rec-list li:before { content: ''; display: inline-block; vertical-align: 3px; width: 2px; height: 2px; background-color: #444; border-radius: 50%; margin-right: 6px; }

.index-rec-list a { color: #333; }

.index-rec-list a:hover { font-weight: bold; }

.content-tags { margin: -10px 0 0 -20px; }
.content-tags a { float: left; height: 38px; width: 140px; line-height: 38px; overflow: hidden; border-radius: 5px; text-align: center; font-size: 15px; color: #555; margin: 10px 0 10px 20px; border: 1px solid #eee; }
.content-tags a:hover, .content-tags a.on { color: #fff; background: #ffd707; border-color: #fff; }

.system_list + .mainPage { margin-bottom: 30px; }
.system_list ul { width: 100%; overflow: hidden; margin-top: 20px; }
.system_list li { width: 100%; height: 256px; overflow: hidden; border-bottom: 1px solid #eee; padding-bottom: 20px; }
.system_list li + li { margin-top: 30px; }
.system_list li .bt { width: 100%; height: 30px; line-height: 30px; font-size: 22px; color: #555; overflow: hidden; display: block; margin-bottom: 20px; }
.system_list li .bt:hover { color: #ffd707; }
.system_list li .img { width: 305px; height: 205px; position: relative; display: block; float: left; margin-right: 30px; }
.system_list li .img img { width: 300px; height: 200px; margin: 5px 0 0 5px; position: relative; z-index: 1; -moz-transition: all 0.1s linear; -o-transition: all 0.1s linear; -webkit-transition: all 0.1s linear; transition: all 0.1s linear; }
.system_list li .img img:hover { opacity: .9; }
.system_list li .img span { position: absolute; left: 2px; z-index: 2; top: 0; text-indent: 10px; color: #fff; line-height: 28px; font-size: 15px; }
.system_list li .info { float: left; width: 455px; height: 200px; margin-top: 5px; position: relative; }
.system_list li .info .lis { height: 20px; font-size: 14px; color: #999; margin: 5px auto 10px; }
.system_list li .info .lis p { float: left; }
.system_list li .info .lis p + p { margin-left: 35px; }
.system_list li .info .lis p span { color: #666; }
.system_list li .info .lis p i { color: #333; }
.system_list li .info .desc { height: 84px; line-height: 28px; overflow: hidden; font-size: 16px; color: #888; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.system_list li .info .xzbox .lis { margin-top: 20px; }

.course-list li .img { width: 300px; height: 200px; }
.course-list li .img img { margin: 0; }
.course-list li .info { margin: 0; width: 460px; }
.course-list li .info .desc { height: 112px; color: #666; -webkit-line-clamp: 4; }

.xzbox { font-size: 0; position: absolute; left: 0; right: 0; bottom: 0; }
.xzbox a { display: inline-block; width: 208px; height: 38px; border: 1px solid #ffd707; background-color: #fff; border-radius: 4px; text-align: center; font-size: 16px; color: #ffd707; font-weight: bold; line-height: 38px; }
.xzbox a.fill { color: #000; width: 158px; background-color: #ffd707; }
.xzbox a:hover { color: #000; background: #ffd707; }
.xzbox a + a, .xzbox a.green { background-color: #ffd707; color: #fff; }
.xzbox a + a:hover, .xzbox a.green:hover { background-color: #1868bc; border-color: #1868bc; }
.xzbox a + a { margin-left: 26px; }
.xzbox a.gray { -webkit-filter: grayscale(100%); filter: grayscale(100%); }
.xzbox .acourse { margin-top: 0; font-size: 14px; }
.xzbox .sptxt { line-height: 40px; font-size: 14px; color: #999; }

.pptj-list dl { margin-top: 20px; border: 1px solid #E6E6E6; overflow: hidden; }
.pptj-list dt { line-height: 38px; font-size: 18px; font-weight: bold; margin: 0 10px; border-bottom: 1px solid #E6E6E6; }
.pptj-list dd { padding: 10px 0; }
.pptj-list .ipic, .pptj-list .bpic { display: inline-block; vertical-align: middle; width: 28px; max-height: 38px; margin: -3px 10px 0 0; }
.pptj-list .bpic { width: auto; height: 22px; }
.pptj-list .aitem { display: block; position: relative; height: 40px; line-height: 40px; color: #666; padding: 0 120px 0 9px; overflow: hidden; }
.pptj-list .aitem:hover { color: #333; background-color: #F5F5F5; }
.pptj-list .aitem + .aitem { margin-top: 5px; }
.pptj-list .spbtn { display: block; position: absolute; right: 9px; top: 50%; width: 92px; line-height: 32px; font-size: 16px; color: #fff; text-align: center; border-radius: 4px; background-color: #ffd707; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.pptj-list .spbtn:hover { background-color: #1868bc; }
.pptj-list .spbtn .icon-down { display: inline-block; vertical-align: middle; margin: -2px 8px 0 0; }

.title-tab, .title-tab2 { margin-top: 5px; }
.title-tab .aitem, .title-tab2 .aitem { float: left; width: 48px; height: 28px; border: 1px solid #ffd707; font-size: 16px; color: #ffd707; font-weight: bold; cursor: pointer; text-align: center; line-height: 28px; border-radius: 4px 0 0 4px; }
.title-tab .aitem + .aitem, .title-tab2 .aitem + .aitem { border-radius: 0 4px 4px 0; }
.title-tab .aitem.on, .title-tab2 .aitem.on { background: #ffd707; color: #fff; border-color: #ffd707; }

.title-tab2 .aitem { color: #999; border: none !important; background: none !important; }
.title-tab2 .aitem.on { color: #ffd707; }

.Rtab_bd ul li { overflow: hidden; margin-top: 18px; }

.Rtab_bd ul li .bt { font-size: 16px; color: #555; }

.Rtab_bd ul li .bt:hover { color: #ffd707; }

.Rtab_bd ul li .info { display: none; overflow: hidden; width: 100%; float: left; margin-top: 15px; }

.Rtab_bd ul li .info .img { display: block; float: left; margin: 0 14px 0 0; transition: all 0.1s linear; -webkit-transition: all 0.1s linear; }

.Rtab_bd .pbtn .abtn { display: block; width: 60px; height: 24px; line-height: 24px; text-align: center; border-radius: 3px; border: 1px solid #ffd707; font-size: 12px; color: #ffd707; margin-top: 4px; }
.Rtab_bd .pbtn .abtn:hover { background-color: #ffd707; color: #fff; }

.Rtab_bd ul li .info .img:hover { opacity: 0.8; filter: alpha(opacity=80); }

.Rtab_bd ul li .info .img, .Rtab_bd ul li .info .img img { width: 138px; height: 92px; }

.Rtab_bd2 ul li .info .img, .Rtab_bd2 ul li .info .img img { width: 90px; height: 90px; border-radius: 10px; }

.Rtab_bd ul li .info p { float: left; width: 190px; height: 30px; line-height: 30px; font-size: 14px; color: #999; overflow: hidden; }

.Rtab_bd ul li .info p span { color: #666; }

.Rtab_bd ul .on .info { display: block; }

.Rtab_bd .ptit { line-height: 20px; height: 20px; overflow: hidden; padding-left: 28px; position: relative; }
.Rtab_bd .icon { display: block; position: absolute; left: 0; top: 0; width: 18px; height: 18px; color: #fff; text-align: center; background: #BDBDBD; border-radius: 2px; margin-top: 1px; }
.Rtab_bd li:nth-child(1) .icon { background-color: #FF4C4C; }
.Rtab_bd li:nth-child(2) .icon { background-color: #FF884C; }
.Rtab_bd li:nth-child(3) .icon { background-color: #FFBE3A; }
.Rtab_bd .spline { display: inline-block; vertical-align: middle; width: 4px; height: 16px; background: #FF918E; margin: -2px 10px 0 0; }
.Rtab_bd .te { padding: 0; }
.Rtab_bd .te .bt { display: block; }

.rjxzph-list ul li .info .ptit { font-size: 16px; color: #666; line-height: 20px; height: 20px; padding: 0; width: 220px; }
.rjxzph-list ul li .info .sdx { font-size: 16px; color: #999; }
.rjxzph-list ul li .info .img, .rjxzph-list ul li .info .img img { width: 50px; height: 50px; }
.rjxzph-list ul li .info .img { margin-right: 15px; }

.ph-list li { height: 20px; line-height: 20px; overflow: hidden; margin-top: 20px; }
.ph-list li:nth-child(1) .icon { left: 3px; }
.ph-list a { color: #555; font-size: 16px; display: block; padding-left: 29px; position: relative; height: 20px; line-height: 20px; }
.ph-list a:hover { color: #ffd707; }
.ph-list .icon { display: block; position: absolute; left: 0; top: 50%; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.soft-list ul { margin-top: -15px; }
.soft-list li { float: left; overflow: hidden; width: 16.6%; margin: 15px 0 0 0; }
.soft-list li:hover p { color: #ffd707; }
.soft-list li a { display: block; }
.soft-list li img { display: block; width: 76px; height: 76px; border-radius: 10px; margin: 0 auto; }
.soft-list li p { width: 100%; height: 40px; line-height: 40px; font-size: 14px; overflow: hidden; text-align: center; }

.left-soft-list { margin-top: 20px; }

.rg-tab-title { height: 40px; border-bottom: 1px solid #eee; }
.rg-tab-title .aitem { font-size: 16px; color: #666; height: 37px; line-height: 37px; border-bottom: 4px solid transparent; }
.rg-tab-title .aitem.on { color: #ffd707; font-weight: bold; border-bottom-color: #ffd707; }

.rg-sts-list li { margin-top: 20px; }
.rg-sts-list .dtop { height: 92px; padding-left: 152px; position: relative; }
.rg-sts-list .pimg { position: absolute; left: 0; top: 0; }
.rg-sts-list .pimg img { display: block; width: 138px; height: 92px; }
.rg-sts-list .ptit { line-height: 28px; height: 28px; font-size: 16px; color: #555; font-weight: bold; overflow: hidden; }
.rg-sts-list .ptxt { color: #888; line-height: 24px; height: 48px; overflow: hidden; margin-top: 9px; }
.rg-sts-list .dinfo { margin-top: 12px; color: #999; }
.rg-sts-list .dinfo em { color: #666; }
.rg-sts-list .dinfo span + span { margin-left: 19px; }
.rg-sts-list .dinfo a { color: #ffd707; }
.rg-sts-list .dinfo a:hover { color: #1868bc; }

.right-soft-list ul { margin-top: 0; }
.right-soft-list li { width: 33.3%; }
.right-soft-list li img { width: 96px; height: 96px; }

.tag-list { font-size: 0; margin-left: -14px; }
.tag-list .aitem { display: inline-block; padding: 0 20px; height: 26px; line-height: 26px; font-size: 14px; color: #555; background: #F7F7F7; border: 1px solid #E0E0E0; border-radius: 28px; margin: 14px 0 0 14px; }
.tag-list .aitem.a0 { color: #FD2727; }
.tag-list .aitem.a1 { color: #30B55F; }
.tag-list .aitem.a2 { color: #107BE9; }
.tag-list .aitem.a3 { color: #D89223; }
.tag-list .aitem.a4 { color: #DA359A; }
.tag-list .aitem.a5 { color: #26C5BF; }
.tag-list .aitem.a6 { color: #555; }

.website-directory { margin-bottom: 50px; }
.website-directory dl + dl { margin-top: 20px; }

.directory-list { margin-top: 10px; }
.directory-list li { float: left; width: 33.3%; line-height: 36px; height: 36px; color: #111; overflow: hidden; }

.detail-title { line-height: 46px; margin-top: -10px; }
.detail-title .title { font-size: 30px; color: #111; font-weight: 700; }
.detail-title .iconimg { float: left; margin-right: 12px; }
.detail-title .iconimg img { display: block; width: 46px; height: 46px; border-radius: 4px; }
.detail-title .pinfo { margin-top: 7px; color: #999; }
.detail-title .pinfo em { color: #666; }
.detail-title .pinfo span + span { margin-left: 80px; }

.detail-title-info { font-size: 14px; color: #999; margin-top: 20px; }
.detail-title-info .sptit { line-height: 40px; margin-right: 30px; }
.detail-title-info .sptit i { color: #555; }
.detail-title-info .phone { position: relative; }
.detail-title-info .phone:hover .ewmbox { display: block; }
.detail-title-info .ewmtit { font-size: 16px; color: #999; width: 158px; height: 38px; text-align: center; line-height: 38px; border: 1px solid #eee; cursor: pointer; }
.detail-title-info .ewmbox { display: none; position: absolute; left: -1px; top: 38px; z-index: 2; width: 160px; height: 160px; background: rgba(238, 238, 238, 0.9); }
.detail-title-info .ewmbox img { display: block; width: 130px; margin: 15px auto 0; }

.details-box .btn-group { position: relative; }
.details-box .btn-group .adbox { position: absolute; top: 85px; right: 0; }

.details-info { margin-top: 20px; position: relative; }
.details-info .img { float: left; margin-right: 20px; width: 280px; height: 187px; position: relative; overflow: hidden; }
.details-info .img img { width: 280px; height: 187px; position: relative; z-index: 1; }
.details-info .img .icon { position: absolute; left: 2px; z-index: 2; top: 0; text-indent: 10px; color: #fff; line-height: 28px; font-size: 16px; }
.details-info .lis { overflow: hidden; }
.details-info .lis li { width: 33.33%; float: left; height: 23px; line-height: 23px; margin-bottom: 10px; font-size: 14px; overflow: hidden; color: #999; }
.details-info .lis li span { color: #555; }
.details-info .lis .jc { width: 100%; }
.details-info .lis .jc img { margin-right: 10px; display: inline-block; vertical-align: middle; margin-top: -2px; }
.details-info .text { font-size: 14px; color: #4b88d3; text-decoration: underline; float: left; margin-left: 5px; margin-top: 13px; }
.details-info .text:hover { color: #ffd707; }
.details-info .btns { overflow: hidden; font-size: 0; }
.details-info .btns a { display: inline-block; vertical-align: top; height: 40px; border-radius: 3px; line-height: 40px; width: 140px; margin: 5px 16px 0 0; font-size: 16px; color: #fff; text-align: center; text-decoration: none; background-color: #ffd707; }
.details-info .btns a:hover { color: #fff; background: #1868bc; }
.details-info .btns .aljxz { width: 250px; padding: 0; height: 62px; font-size: 20px; text-align: center; line-height: 62px; margin-top: 0; }
.details-info .btn-group { width: 487px; overflow: hidden; }
.details-info .btn { display: block; border: none; width: 170px; height: 52px; line-height: 52px; text-align: center; background: #ffd707; font-size: 16px; color: #fff; font-weight: normal; border-radius: 4px; margin-top: 10px; }
.details-info .btn:hover { opacity: 0.9; }
.details-info .btn-blue { background-color: #3cabd9; }
.details-info .icon { display: inline-block; vertical-align: middle; margin: -3px 10px 0 0; }
.details-info .btn-text { width: 100px; display: inline-block; vertical-align: middle; line-height: 1.2; margin-top: -3px; text-align: left; }
.details-info .btn-wrap { position: absolute; top: 0; left: 194px; width: 230px; }
.details-info .btn-tips { margin-top: 7px; font-size: 13px; color: #999; }
.details-info .btn-tips a { display: block; font-size: 14px; color: #67A8EC; margin-bottom: 2px; }
.details-info .btn-tips a:hover { text-decoration: underline; }
.details-info .btns .btn-link { display: block; width: 296px; height: 72px; background: none; position: relative; margin-top: 15px; }
.details-info .btns .btn-link:hover { background: none; }
.details-info .btns .btn-link img, .details-info .btns .btn-link:after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 79px; background: url(../images/btn.png) no-repeat; background-size: 100% 100%; }

.azdetails-info .img, .azdetails-info .img img { width: 187px; }
.azdetails-info .lis { width: 582px; }

.soft-details-box .details-info .img, .soft-details-box .details-info .img img { width: 260px; height: 200px; }
.soft-details-box .lis { width: 520px; margin-top: 2px; }

.drive-details-box .lis { width: 100%; }
.drive-details-box .lis li { width: 25%; }
.drive-details-box .lis .sy { width: 65%; }
.drive-details-box .btns .aljxz { margin-top: 15px; }

.conthd { height: 50px; position: relative; margin-top: 40px; margin-bottom: 12px; background-color: #f5f5f5; border-top: 2px solid #ddd; }
.conthd ul.on { position: fixed !important; z-index: 9; top: 0; box-shadow: 0 2px 4px #ddd; }
.conthd li { float: left; width: 160px; height: 50px; line-height: 50px; background: #f5f5f5; font-size: 18px; color: #333; text-align: center; cursor: pointer; }
.conthd li:hover, .conthd li.on { color: #ffd707; font-weight: 700; background: #fff; }

.drive-conthd li { width: 200px; }

.art_cont { width: 100%; font-size: 16px; color: #555; line-height: 32px; margin: 20px 0; }
.art_cont embed, .art_cont iframe, .art_cont img, .art_cont video { margin: 5px auto; max-width: 100%; max-height: 100%; }
.art_cont p { margin-top: 10px; }
.art_cont .ptitle { font-weight: bold; color: #e20c0c; margin: 15px 0; }

.downltips { float: left; font-size: 14px; color: #999; height: 20px; line-height: 20px; margin: 20px 0 0 40px; font-weight: normal; }
.downltips a { color: #ff0000; }

.down-box { font-size: 0; }
.down-box .adown { display: inline-block; position: relative; width: 360px; height: 60px; text-align: center; line-height: 60px; font-size: 16px; font-weight: 700; color: #fff; background: #ccc; border-radius: 4px; -moz-transition: all 0.1s linear; -o-transition: all 0.1s linear; -webkit-transition: all 0.1s linear; transition: all 0.1s linear; }
.down-box .adown.bendi { background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRhYzllZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFlNzZlZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background: -moz-linear-gradient(180deg, #4ac9ed 0%, #1e76ed 100%); background: -webkit-linear-gradient(180deg, #4ac9ed 0%, #1e76ed 100%); background: linear-gradient(-90deg, #4ac9ed 0%, #1e76ed 100%); }
.down-box .adown.xunlei { background: url('../fonts/27f1821303384c38ba78380f8fd118d4.woff'); background: -moz-linear-gradient(0deg, #db99f9 0%, #9db1f8 45%, #5ec9f6 100%); background: -webkit-linear-gradient(0deg, #db99f9 0%, #9db1f8 45%, #5ec9f6 100%); background: linear-gradient(90deg, #db99f9 0%, #9db1f8 45%, #5ec9f6 100%); }
.down-box .adown.baidu { background: url('../fonts/cd7bbfee66d445d59b87d055bd447fbe.woff'); background: -moz-linear-gradient(180deg, #50dfa7 0%, #75c93d 100%); background: -webkit-linear-gradient(180deg, #50dfa7 0%, #75c93d 100%); background: linear-gradient(-90deg, #50dfa7 0%, #75c93d 100%); }
.down-box .adown:hover { opacity: 0.8; }
.down-box .adown.agray { color: #999; background: #ddd !important; }
.down-box .adown .stips { font-size: 13px; font-weight: 400; }
.down-box .adown i { display: inline-block; vertical-align: middle; margin-right: 10px; margin-top: -3px; }

.downl_lis { font-size: 0; }
.downl_lis .adown { display: block; width: 240px; height: 60px; margin-top: 30px; margin-left: 0; }
.downl_lis .tuiguang, .downl_lis .tuiguang img { width: 400px; height: 226px; }
.downl_lis .tuiguang { position: relative; overflow: hidden; margin-top: 25px; }
.downl_lis .btn-green { background-color: #ffd707; }
.downl_lis .btn-blue { background-color: #3CABD9; }

.left_tabitem + .left_tabitem { margin-top: 20px; margin-bottom: 20px; }

.problem-list { margin-left: -20px; margin-top: 30px; margin-bottom: -20px; }
.problem-list a { display: block; float: left; width: 248px; height: 58px; line-height: 58px; font-size: 16px; color: #555; border: 1px solid #eee; text-align: center; margin: 0 0 20px 20px; transition: all 0.15s linear; -webkit-transition: all 0.15s linear; position: relative; overflow: hidden; }
.problem-list a:hover { color: #fff; background: #7798d9; }
.problem-list a:hover i, .problem-list a:hover span { display: none; }
.problem-list a span { position: absolute; left: 0; top: 0; z-index: 1; display: block; text-align: center; width: 0; height: 0; border-top: 40px solid #ddd; border-right: 40px solid transparent; }
.problem-list a i { position: absolute; left: 0; top: 0; text-align: center; width: 25px; line-height: 25px; font-weight: 700; font-size: 20px; z-index: 2; color: #fff; }
.problem-list .cl_0 { color: #b37db3; }
.problem-list .cl_0:hover { background: #b37db3; }
.problem-list .cl_0 span { border-top: 40px solid #b37db3; }
.problem-list .cl_1 { color: #e65c5c; }
.problem-list .cl_1:hover { background: #e65c5c; }
.problem-list .cl_1 span { border-top: 40px solid #e65c5c; }
.problem-list .cl_2 { color: #887acc; }
.problem-list .cl_2:hover { background: #887acc; }
.problem-list .cl_2 span { border-top: 40px solid #887acc; }
.problem-list .cl_3 { color: #7798d9; }
.problem-list .cl_3:hover { background: #7798d9; }
.problem-list .cl_3 span { border-top: 40px solid #7798d9; }
.problem-list .cl_4 { color: #52ccb8; }
.problem-list .cl_4:hover { background: #52ccb8; }
.problem-list .cl_4 span { border-top: 40px solid #52ccb8; }
.problem-list .cl_5 { color: #d9c357; }
.problem-list .cl_5:hover { background: #d9c357; }
.problem-list .cl_5 span { border-top: 40px solid #d9c357; }
.problem-list .cl_6 { color: #cc7abe; }
.problem-list .cl_6:hover { background: #cc7abe; }
.problem-list .cl_6 span { border-top: 40px solid #cc7abe; }
.problem-list .cl_7 { color: #73bfe6; }
.problem-list .cl_7:hover { background: #73bfe6; }
.problem-list .cl_7 span { border-top: 40px solid #73bfe6; }
.problem-list .cl_8 { color: #a6937c; }
.problem-list .cl_8:hover { background: #a6937c; }
.problem-list .cl_8 span { border-top: 40px solid #a6937c; }

.using-list { margin-top: 20px; }
.using-list li { width: 100%; overflow: hidden; height: 145px; margin-bottom: 30px; position: relative; }
.using-list .tag { position: absolute; left: 0; top: 0; text-indent: 10px; color: #fff; line-height: 28px; font-size: 16px; }
.using-list .info { width: 795px; height: 140px; margin: 5px 0 0 5px; background: #f4f4f4; float: left; }
.using-list .bt { display: block; float: left; width: 550px; height: 36px; line-height: 36px; font-size: 22px; color: #333; margin: 40px 0 0 30px; overflow: hidden; }
.using-list .lis { width: 500px; height: 30px; float: left; margin: 10px 0 0 30px; line-height: 30px; }
.using-list .lis p { float: left; font-size: 14px; color: #999; margin-right: 20px; }
.using-list .lis p span { color: #333; }
.using-list .lis p i { color: #FD3939; }
.using-list .btn { float: right; margin: -50px 30px 0 0; }
.using-list .abtn { display: block; width: 160px; height: 38px; line-height: 38px; text-align: center; background: #ffd707; border: 1px solid #ffd707; border-radius: 3px; text-align: center; color: #fff; font-size: 14px; margin-bottom: 10px; font-weight: 700; }
.using-list .abtn:hover { background: #1868bc; }

.win_downl { width: 100%; height: 300px; background: url(../images/r_win10bg.png) no-repeat; background-size: 100%; margin-bottom: 20px; overflow: hidden; }
.win_downl.win7 { background: url(../images/r_win7bg.png) no-repeat; }
.win_downl .tt { font-size: 24px; color: #fff; font-weight: bold; height: 40px; line-height: 40px; overflow: hidden; display: block; margin: 15px; float: left; width: 330px; }
.win_downl .desc { font-size: 16px; color: #eee; line-height: 25px; overflow: hidden; width: 310px; max-height: 70px; margin: 10px 25px 15px; float: left; }
.win_downl .btn { width: 200px; height: 50px; line-height: 50px; background: #ffd707; color: #fff; text-align: center; font-size: 18px; font-weight: bold; display: block; float: left; border-radius: 4px; margin: 40px 0 0 80px; transition: all 0.1s linear; -webkit-transition: all 0.1s linear; }
.win_downl .btn:hover { opacity: 0.8; }
.win_downl .btn i { display: inline-block; margin: 0 0 -2px 6px; }
.win_downl .link { display: block; float: left; font-size: 14px; color: #e5e5e5; margin: 15px 25px; }
.win_downl .link:hover { color: #ffd707; }

.xgxz-list { margin-top: 15px; }
.xgxz-list li { display: block; float: left; width: 200px; overflow: hidden; margin-bottom: 20px; }
.xgxz-list img { height: 50px; width: 50px; float: left; margin-right: 10px; }
.xgxz-list .info { float: left; width: 130px; overflow: hidden; }
.xgxz-list .info p { font-size: 12px; color: #999; height: 20px; line-height: 20px; overflow: hidden; margin-top: 2px; }
.xgxz-list .bt { display: block; line-height: 30px; color: #222; height: 30px; overflow: hidden; font-size: 14px; width: 100%; }

.soft_tabhd { margin-left: 12px; }
.soft_tabhd .aitem { margin: 5px 0 0 15px; display: inline-block; font-size: 14px; font-weight: 700; color: #666; }
.soft_tabhd .aitem.on { color: #ffd707; }

.soft_tabbd { margin: 15px auto; }
.soft_tabbd .softhead { position: relative; }
.soft_tabbd .softhead .img { display: block; float: left; margin-right: 20px; }
.soft_tabbd .softhead .img, .soft_tabbd .softhead .img img { width: 220px; height: 120px; }
.soft_tabbd .softhead .more { position: absolute; right: 5px; top: 0; font-size: 14px; line-height: 30px; font-family: serif; }
.soft_tabbd .softhead .info { float: left; width: 550px; }
.soft_tabbd .softhead .info p { line-height: 20px; font-size: 13px; color: #666; }
.soft_tabbd .softhead .bt { display: block; width: 90%; height: 35px; line-height: 35px; overflow: hidden; font-weight: 600; color: #333; font-size: 16px; }
.soft_tabbd .softhead .desc { margin-top: 2px; height: 60px; line-height: 20px; overflow: hidden; width: 100%; font-size: 13px; color: #999; }
.soft_tabbd .soft_item a { display: block; float: left; width: 50%; margin: 15px 0 0; }
.soft_tabbd .soft_item a img { width: 70px; height: 70px; display: block; float: left; margin-right: 15px; }
.soft_tabbd .soft_item a .cont { float: left; width: 300px; }
.soft_tabbd .soft_item a .cont p { font-size: 14px; color: #333; }
.soft_tabbd .soft_item a .cont p span { font-weight: 700; }
.soft_tabbd .soft_item a .cont p i { font-size: 12px; color: #999; }
.soft_tabbd .soft_item a .cont .txt { font-size: 14px; color: #666; line-height: 20px; height: 40px; overflow: hidden; margin-top: 10px; }
.soft_tabbd .soft_item a .cont .txt i { color: #ffd707; }

.about-news { margin-top: 15px; }
.about-news li { float: left; width: 50%; line-height: 30px; margin: 4px 0; }
.about-news li i { float: left; width: 0; height: 0; border: 5px solid; border-color: transparent transparent transparent #ddd; margin: 11px 0 0 0; }
.about-news li a { height: 30px; overflow: hidden; font-size: 14px; color: #555; display: block; float: left; width: 300px; white-space: nowrap; text-overflow: ellipsis; }
.about-news li a:hover { color: #ffd707; }
.about-news li span { font-size: 12px; color: #999; display: block; float: right; margin-right: 20px; }

.rtab-hd-textleft { text-align: left !important; }

.rtab-hd { font-size: 0; text-align: center; height: 40px; border-bottom: 1px solid #eee; }
.rtab-hd .aitem { color: #666; font-weight: 700; text-align: center; display: inline-block; line-height: 30px; height: 30px; font-size: 20px; padding-bottom: 7px; border-bottom: 4px solid transparent; }
.rtab-hd .aitem + .aitem { margin-left: 70px; }
.rtab-hd .aitem.on, .rtab-hd .aitem:hover { color: #ffd707; border-bottom-color: #ffd707; }

.rtab-hd.dan { text-align: left; padding-left: 20px; }
.rtab-hd .aitem + .aitem { margin-left: 52px; }

.gxtj-list li { height: 40px; overflow: hidden; margin: 15px 0; }
.gxtj-list .img { display: block; float: left; margin-right: 15px; }
.gxtj-list .img, .gxtj-list .img img { width: 40px; height: 40px; border-radius: 8px; }
.gxtj-list .info { width: 240px; height: 40px; overflow: hidden; float: left; }
.gxtj-list .info p { font-size: 12px; color: #999; line-height: 16px; margin-top: 4px; }
.gxtj-list .bt { width: 100%; height: 20px; line-height: 20px; font-size: 14px; color: #333; display: block; overflow: hidden; }
.gxtj-list .btn { float: right; width: 58px; height: 24px; line-height: 24px; text-align: center; border-radius: 4px; border: 1px solid #ffd707; font-size: 12px; color: #ffd707; margin-top: 4px; }
.gxtj-list .btn:hover { background: #ffd707; color: #fff; }

.cyrj-slit li { width: 50%; float: left; }
.cyrj-slit a { display: block; height: 38px; width: 168px; line-height: 38px; overflow: hidden; border-radius: 5px; text-align: center; font-size: 16px; color: #666; margin: 10px auto; border: 1px solid #eee; }
.cyrj-slit a:hover { background: #ffd707; color: #fff; }

.qdfl-slit { margin-bottom: -10px; }

.start { float: left; height: 18px; width: 115px; background: url(../images/star_bar.png) no-repeat; background-position: 0 -1px; margin: 0 0 0 8px; }
.start i { display: block; height: 18px; max-width: 90px; background: url(../images/star_bar.png) no-repeat; background-position: 0 -21px; }

.praise-list { font-size: 0; text-align: center; margin: 40px 0; }
.praise-list li { display: inline-block; cursor: pointer; }
.praise-list li + li { margin-left: 110px; }
.praise-list li:nth-child(2) .pround { width: 98px; height: 98px; color: #ffd707; border-color: #ffd707; background: none; }
.praise-list li:nth-child(2) .pround span { padding-top: 14px; }
.praise-list .pround { width: 100px; height: 100px; border-radius: 50%; text-align: center; border: 1px solid #ffd707; font-size: 16px; background: #ffd707; color: #fff; }
.praise-list .pround span { display: block; font-size: 30px; padding-top: 15px; }
.praise-list .ptxt { font-size: 16px; color: #999; line-height: 24px; }
.praise-list .ptxt span { color: #FD3939; }

.bdxz-list { width: 390px; font-size: 0; }
.bdxz-list + .tuiguang { margin-top: 0; }
.bdxz-list a { display: inline-block; width: 160px; height: 30px; line-height: 30px; font-size: 14px; color: #0b70b5; margin-top: 10px; }
.bdxz-list a:hover { color: #FD3939; text-decoration: underline; }
.bdxz-list a i { display: inline-block; vertical-align: middle; width: 14px; height: 14px; background: url(../images/down.gif) no-repeat; background-size: 100% 100%; margin-right: 10px; margin-top: -2px; vertical-align: middle; }

.course-text { margin-top: -3px; }

.rg-sort-list ul { margin-left: -10px; }
.rg-sort-list li { width: 120px; margin: 14px 0 0 10px; }
.rg-sort-list a { width: 118px; margin: 0; border-radius: 4px; }

.code-group { position: absolute; right: 30px; bottom: 0; }
.code-group .code-box { padding: 10px; position: relative; background-position: 0 -452px; height: 110px; width: 110px; width: 90px; height: 90px; }
.code-group .code-img { display: block; width: 100%; height: 100%; }
.code-group .code-line { width: 110px; height: 4px; position: absolute; left: 0; top: 0; border-radius: 4px; background-color: #fff; box-shadow: 0 0 4px 0 #17e6df; -moz-animation: rolling 3s linear infinite; -webkit-animation: rolling 3s linear infinite; animation: rolling 3s linear infinite; }
.code-group .code-tit { text-align: center; font-size: 16px; font-weight: bold; background-color: #fff; position: relative; padding-top: 10px; }

@-webkit-keyframes rolling { 0% { -moz-transform: translateY(0) translateZ(0); -ms-transform: translateY(0) translateZ(0); -webkit-transform: translateY(0) translateZ(0); transform: translateY(0) translateZ(0); }
  100% { -moz-transform: translateY(116px) translateZ(0); -ms-transform: translateY(116px) translateZ(0); -webkit-transform: translateY(116px) translateZ(0); transform: translateY(116px) translateZ(0); } }
@keyframes rolling { 0% { -moz-transform: translateY(0) translateZ(0); -ms-transform: translateY(0) translateZ(0); -webkit-transform: translateY(0) translateZ(0); transform: translateY(0) translateZ(0); }
  100% { -moz-transform: translateY(116px) translateZ(0); -ms-transform: translateY(116px) translateZ(0); -webkit-transform: translateY(116px) translateZ(0); transform: translateY(116px) translateZ(0); } }
.softslist { margin-top: -10px; }
.softslist li { border-bottom: 1px solid #eee; padding: 30px 0 15px 0; }
.softslist .litop { height: 90px; position: relative; padding: 0 200px 0 110px; }
.softslist .img { display: block; position: absolute; left: 0; top: 0; }
.softslist .img, .softslist img { width: 90px; height: 90px; border-radius: 10px; }
.softslist .bt { width: 100%; display: block; height: 30px; line-height: 30px; font-size: 22px; padding-top: 6px; overflow: hidden; }
.softslist .lis { width: 100%; overflow: hidden; margin-top: 20px; }
.softslist .lis p { float: left; margin-right: 20px; height: 20px; line-height: 20px; font-size: 14px; color: #999; overflow: hidden; }
.softslist .lis p span { color: #666; }
.softslist .btn { position: absolute; right: 20px; top: 50%; display: block; height: 38px; width: 142px; line-height: 38px; overflow: hidden; text-align: center; font-size: 16px; color: #fff; background: #ffd707; border-radius: 4px; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.softslist .btn:hover { opacity: 0.8; }
.softslist .desc { width: 100%; margin-top: 15px; line-height: 28px; overflow: hidden; width: 100%; font-size: 16px; color: #888; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.other-recom { overflow: hidden; margin-bottom: 20px; }
.other-recom.open ul { display: block; }
.other-recom h3 { font-size: 18px; color: #999; margin-bottom: 12px; cursor: pointer; }
.other-recom ul { overflow: hidden; display: none; }
.other-recom li { width: 50%; height: 38px; line-height: 38px; float: left; }
.other-recom a { display: inline-block; font-size: 14px; color: #999; padding-right: 20px; }
.other-recom a:hover { color: #666; }

.common-list .lis { position: relative; display: block; margin-bottom: 30px; }
.common-list .lis:hover p { padding-top: 60px; }
.common-list .lis:hover p span { margin-top: 60px; color: #ffd707; }
.common-list .lis p { position: absolute; left: 0; bottom: 0; width: 96%; padding: 0 2%; text-align: center; height: 120px; font-size: 16px; color: #fff; -moz-transition: all 0.15s linear; -o-transition: all 0.15s linear; -webkit-transition: all 0.15s linear; transition: all 0.15s linear; background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC45Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'); background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9))); background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%); }
.common-list .lis p span { display: block; max-height: 50px; color: #fff; line-height: 25px; font-size: 15px; overflow: hidden; margin-top: 60px; width: 94%; position: absolute; bottom: 10px; left: 3%; }
.common-list .lis, .common-list img { width: 360px; height: 170px; }

.course-header-list { margin: 30px 0 -20px 0; }
.course-header-list ul { margin-left: -33px; }
.course-header-list li { float: left; width: 275px; height: 154px; margin: 0 0 30px 33px; }
.course-header-list .lis, .course-header-list img { width: 100%; height: 100%; }
.course-header-list .lis:hover p { padding-top: 34px; }
.course-header-list .lis p { width: 100%; padding: 0; }
.course-header-list .lis p span { font-size: 16px; max-height: 25px; bottom: 20px; }

.coxzwz-list { margin-top: 20px; }
.coxzwz-list ul { margin-left: -20px; }
.coxzwz-list li { width: 250px; height: 168px; margin-left: 20px; margin-bottom: 20px; }
.coxzwz-list .lis p span { font-size: 16px; max-height: 50px; text-align: left; bottom: 10px; }

.course-bot .bot-item { width: 50%; }
.course-bot .about-news li { width: 100%; }

.block-chain { margin: 10px 0 20px; }

.block-chain2 { margin: 20px 0 10px; }
.block-chain2 .chain-box { background-color: #fffcf9; border: solid 1px #ffd9a8; box-shadow: none; }

.chain-box { position: relative; padding: 18px 310px 18px 30px; line-height: 1.5; font-size: 14px; background-color: #f5f5f5; box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.17); border-radius: 4px; overflow: hidden; }
.chain-box .chain-img { width: 60px; height: 60px; border-radius: 10px; float: left; margin: 0 14px 0 0; }
.chain-box .chain-tit { height: 20px; line-height: 20px; font-size: 18px; color: #333; overflow: hidden; }
.chain-box .chain-txt { height: 36px; line-height: 18px; font-size: 12px; color: #666; margin-top: 4px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.chain-box .chain-btn { position: absolute; top: 50%; right: 30px; margin-top: -19px; }
.chain-box .chain-btn a { display: inline-block; vertical-align: top; width: 102px; height: 38px; line-height: 38px; text-align: center; color: #fff; background-color: #4077ed; border-radius: 2px; margin-left: 18px; text-decoration: none; }
.chain-box .chain-btn a:hover { opacity: 0.9; }
.chain-box .chain-btn a + a { background-color: #0b56a6; }

.chain-tip { padding: 10px 30px; line-height: 20px; font-size: 14px; color: #666; background: #f5f5f5; border-radius: 4px; margin-top: 15px; }
.chain-tip:before { content: ''; display: inline-block; vertical-align: top; width: 15px; height: 15px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPBAMAAADJ+Ih5AAAAJFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACmWAJHAAAADHRSTlMzACcvFwQbEiskIAxJqi2YAAAAa0lEQVQI1zXLKw7CQBRA0RMwfMy88LNlBxNWUIMvGGw1qhZXdsASECyA7pBJG9zJTa6IR386RxJXzIdkV1lm62TPsbVoNAU1nXpCpZpA/8eLGbKuIPO2GXdfh7Esk2jhWbDNrC4Fcbt/hkg/5zIPXFXpPZsAAAAASUVORK5CYII=) no-repeat; margin-top: 3px; margin-right: 6px; }
.chain-tip b { color: #333; font-weight: normal; }

.wrapper { width: 1200px; margin-left: auto; margin-right: auto; position: relative; }

.fn-clear { clear: both; }

.fn-clear::after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.content-l { width: 860px; }

.content-r { width: 310px; }

.block-chain { margin: 10px 0 20px; }

.block-chain2 { margin: 20px 0 10px; }

.chain-box { background-color: #fffcf9; border: solid 1px #ffd9a8; box-shadow: none; }

.chain-box { position: relative; padding: 18px 310px 18px 30px; line-height: 1.5; font-size: 14px; background-color: #f5f5f5; box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.17); border-radius: 4px; overflow: hidden; }

.chain-box .chain-img, .article-text img.chain-img { width: 60px; height: 60px; border-radius: 10px; float: left; margin: 0 14px 0 0 !important; }

.chain-box .chain-tit { height: 20px; line-height: 20px; font-size: 18px; color: #333; overflow: hidden; }

.chain-box .chain-txt { height: 36px; line-height: 18px; font-size: 12px; color: #666; margin-top: 4px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.chain-box .chain-btn { position: absolute; top: 50%; right: 30px; margin-top: -19px; }

.chain-box .chain-btn a { display: inline-block; vertical-align: top; width: 102px; height: 38px; line-height: 38px; text-align: center; color: #fff; background-color: #4077ed; border-radius: 2px; margin-left: 18px; text-decoration: none; }

.chain-box .chain-btn a:hover { opacity: 0.9; }

.chain-box .chain-btn a + a { background-color: #0ab89d; }

.chain-tip { padding: 10px 30px; line-height: 20px; font-size: 14px; color: #666; background: #f5f5f5; border-radius: 4px; margin-top: 15px; }

.chain-tip:before { content: ''; display: inline-block; vertical-align: top; width: 15px; height: 15px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPBAMAAADJ+Ih5AAAAJFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACmWAJHAAAADHRSTlMzACcvFwQbEiskIAxJqi2YAAAAa0lEQVQI1zXLKw7CQBRA0RMwfMy88LNlBxNWUIMvGGw1qhZXdsASECyA7pBJG9zJTa6IR386RxJXzIdkV1lm62TPsbVoNAU1nXpCpZpA/8eLGbKuIPO2GXdfh7Esk2jhWbDNrC4Fcbt/hkg/5zIPXFXpPZsAAAAASUVORK5CYII=) no-repeat; margin-top: 3px; margin-right: 6px; }

.chain-tip b { color: #333; font-weight: normal; }

.introTit { font-size: 18px; margin: 14px 0 10px 0; font-weight: bold; display: inline-block; color: #333; border-left: solid 5px #0379ff; padding-left: 12px; }

.coin-box { padding-top: 26px; clear: both; height: 100px; }

.coin-box:after { content: ''; clear: both; }

.coin-box .top { padding-bottom: 16px; }

.coin-box .flex { display: flex; }

.coin-box .nameinfo { float: left; }

.coin-box .info .img { width: 66px; height: 66px; margin-right: 12px; flex-shrink: 0; }

.coin-box .info .name { font-size: 26px; font-weight: bold; color: #333333; line-height: 30px; }

.coin-box .info .cname { font-size: 14px; color: #666666; line-height: 32px; }

.coin-box .operation { padding-top: 6px; float: right; }

.coin-box .operation .btn { height: 32px; font-size: 16px; margin-right: 12px; display: inline-block; padding: 2px 12px; width: auto; height: auto; font-weight: 400; line-height: 260%; text-align: center; white-space: nowrap; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; background-image: none; color: #1a98fe; border: 1px solid #1a98fe; border-radius: 2px; }

.coin-box .operation .btn.t2 { background: #1385dc; color: #fff; border: 0; }

.coin-box .operation .btn.t2 a { color: #fff; }

.coin-box .operation .btn.t1 { background: #fff; border-color: #999; }

.coin-box .operation .btn.t1 a { color: #999999; }

.coin-box .operation .btn.t1:hover { background-color: #fff; }

.clearfix { clear: both; }

.coin-detail { clear: both; }

.coin-detail:after { content: ''; clear: both; }

.coin-detail-h3 { margin-top: 12px; line-height: 32%; font-weight: bold; }

.news-detail-body { padding: 15px 0; line-height: 1.8; color: #333; font-size: 15px; overflow: hidden; text-align: justify; text-justify: inter-ideograph; word-break: break-all; }

.seciton-title { font-size: 24px; color: #111; font-weight: bold; width: 100%; height: 55px; line-height: 52px; border-bottom: 1px solid #ddd; overflow: hidden; }

.left-soft-list { margin-top: 20px; }

.soft-list ul { margin-top: -15px; }

.soft-list li { float: left; overflow: hidden; width: 16.6%; margin: 15px 0 0 0; }

.soft-list li a { display: block; }

.soft-list li img { display: block; width: 76px; height: 76px; border-radius: 10px; margin: 0 auto; }

.soft-list li p { width: 100%; height: 50px; line-height: 40px; font-size: 14px; overflow: hidden; text-align: center; }

.left-soft-list ul { margin-left: 0; }

.about-news { margin-top: 15px; }

.about-news li { float: left; width: 50%; line-height: 30px; margin: 4px 0; }

.about-news li a { height: 30px; overflow: hidden; font-size: 14px; color: #555; display: block; float: left; width: 300px; white-space: nowrap; text-overflow: ellipsis; }

.about-news li span { font-size: 12px; color: #999; display: block; float: right; margin-right: 20px; }

.news-flash { margin-top: 10px; }

.news-flash .head { border-bottom: 1px solid #EAEAEA; line-height: 54px; }

.news-flash .head .title { font-size: 20px; font-weight: bold; color: #000; border-bottom: 3px solid #000; }

.news-flash .flex { display: -webkit-box; display: -webkit-flex; display: flex; }

.news-flash .list { padding: 10px 0; }

.news-flash .list .li { position: relative; padding-left: 32px; padding-bottom: 14px; }

.news-flash .list .li:first-of-type::before { border-color: #000; }

.news-flash .list .li::before { display: block; position: absolute; left: 0; top: 12px; content: ''; width: 12px; height: 12px; box-sizing: border-box; border: 3px solid #E5E5E5; border-top-color: #e5e5e5; border-right-color: #e5e5e5; border-bottom-color: #e5e5e5; border-left-color: #e5e5e5; background: #fff; border-radius: 50%; z-index: 1; }

.news-flash .list .date { font-size: 12px; color: #B4B4B4; line-height: 32px; }

.news-flash .list .li:first-of-type .title { color: #000; }

.news-flash .list .title { font-size: 15px; color: #333333; line-height: 23px; }

.news-flash .list .li::after { display: block; position: absolute; left: 5px; top: 12px; content: ''; width: 1px; height: 100%; box-sizing: border-box; border: 1px dashed #DEDEDE; border-radius: 50%; }

.rtab-hd { font-size: 0; height: 40px; border-bottom: 1px solid #eee; }

.rtab-hd .aitem.on, .rtab-hd .aitem:hover { color: #000; border-bottom-color: #000; }

.rtab-hd .aitem { color: #666; font-weight: 700; text-align: center; display: inline-block; line-height: 30px; height: 30px; font-size: 20px; padding-bottom: 7px; border-bottom: 4px solid transparent; border-bottom-color: transparent; margin-left: 35px; }

.Rtab_bd ul li { overflow: hidden; margin-top: 18px; }

.Rtab_bd .ptit { line-height: 20px; height: 20px; overflow: hidden; padding-left: 28px; position: relative; }

.Rtab_bd li:nth-child(1) .icon { background-color: #FF4C4C; }

.Rtab_bd li:nth-child(2) .icon { background-color: #FF884C; }

.Rtab_bd li:nth-child(3) .icon { background-color: #FFBE3A; }

.Rtab_bd .icon { display: block; position: absolute; left: 0; top: 0; width: 18px; height: 18px; color: #fff; text-align: center; background: #BDBDBD; background-color: #bdbdbd; border-radius: 2px; margin-top: 1px; line-height: 18px; }

.Rtab_bd ul li .bt { font-size: 16px; color: #555; }

.Rtab_bd ul .on .info { display: block; }

.Rtab_bd ul li .info { display: none; overflow: hidden; width: 100%; float: left; margin-top: 15px; }

.Rtab_bd ul li .info .img, .Rtab_bd ul li .info .img img { width: 138px; height: 92px; }

/***
	@Author: ray;
	@create date:2021-08-17;
***/
.news-list ul { margin-top: -10px; }
.news-list li { padding: 20px 0; }
.news-list li + li { border-top: 1px solid #ddd; }
.news-list a { display: block; overflow: hidden; }
.news-list .pic { width: 210px; height: 132px; float: left; margin-right: 20px; }
.news-list .tit { font-size: 18px; font-weight: bold; margin-bottom: 10px; color: #333; }
.news-list .tit:hover { color: #FD3939; }
.news-list .txt { height: 50px; line-height: 25px; font-size: 14px; color: #444; text-align: justify; overflow: hidden; }
.news-list .time { font-size: 16px; color: #aaa; margin-top: 28px; line-height: 1.1; }

.news-list2 { overflow: hidden; }
.news-list2 .focus { overflow: hidden; margin-left: -20px; border-bottom: 1px dashed #cecece; padding-bottom: 5px; margin-bottom: 5px; }
.news-list2 .focus li { width: 145px; float: left; text-align: center; margin-left: 20px; }
.news-list2 .focus .tit:before { content: none; }
.news-list2 .pic { vertical-align: top; width: 145px; height: 92px; }
.news-list2 .tit { display: block; height: 28px; line-height: 28px; overflow: hidden; text-align: justify; }
.news-list2 .tit:before { content: ''; display: inline-block; vertical-align: 4px; margin-right: 3px; width: 2px; height: 2px; background: #777; }

.news-list3 { overflow: hidden; }
.news-list3.game li { width: 352px; }
.news-list3 ul { overflow: hidden; margin-top: -10px; margin-left: -20px; }
.news-list3 li { width: 420px; height: 40px; line-height: 40px; overflow: hidden; float: left; margin-left: 20px; border-bottom: 1px dashed #ddd; }
.news-list3 .tit { display: block; }

.news-list4 { overflow: hidden; }
.news-list4 ul { width: 900px; }
.news-list4 li { width: 190px; float: left; margin-right: 33px; padding-bottom: 12px; }
.news-list4 a { display: block; }
.news-list4 .pic { display: block; width: 190px; height: 123px; }
.news-list4 .tit { display: block; height: 40px; line-height: 20px; text-align: center; overflow: hidden; margin-top: 5px; word-break: break-all; word-wrap: break-word; }

.news-detail { margin-bottom: 20px; }

.news-detail-head { padding: 15px 0; text-align: center; border-bottom: 1px solid #ddd; overflow: hidden; }
.news-detail-head .title { color: #000; font-size: 24px; font-weight: bold; line-height: 1.5; margin-bottom: 20px; }
.news-detail-head .info { line-height: 22px; text-align: center; }
.news-detail-head .info li { display: inline-block; vertical-align: top; margin: 0 10px; height: 22px; line-height: 22px; font-size: 14px; color: #999; }

.news-detail-body { padding: 15px 0; line-height: 1.8; color: #333; font-size: 15px; overflow: hidden; text-align: justify; text-justify: inter-ideograph; word-break: break-all; }
.news-detail-body img { max-width: 100%; }

.introTit { display: block; margin-bottom: 5px; color: #333; position: relative; padding: 0 0 0 8px; font-weight: 700; text-indent: 0; margin: 10px 0; border-left: 4px solid #0b56a6; border-bottom: 1px solid #efefef; height: 34px; font-size: 15px !important; line-height: 30px !important; }

.news-detail-ft p { height: 32px; line-height: 32px; font-size: 14px; color: #333; overflow: hidden; }
.news-detail-ft p + p { border-top: 1px dashed #ccc; }
.news-detail-ft a { color: #333; }
.news-detail-ft a:hover { color: #FD3939; }

.news-detail-slide { position: relative; }
.news-detail-slide .oper-group { position: absolute; top: 6px; right: 0; z-index: 1; }
.news-detail-slide .oper { display: inline-block; vertical-align: top; width: 29px; height: 29px; background: url(../images/oper.png) no-repeat; cursor: pointer; margin-left: 5px; -moz-user-select: -moz-none; -ms-user-select: none; -webkit-user-select: none; user-select: none; }
.news-detail-slide .next { background-position: -30px 0; }
.news-detail-slide .prevStop { background-position: 0 -60px; cursor: default; }
.news-detail-slide .nextStop { background-position: -30px -60px; cursor: default; }
.news-detail-slide .more { background-position: -60px 0; }
.news-detail-slide .bd { height: 168px; overflow: hidden; }
.wrapper {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.fn-clear{clear: both;}
.fn-clear::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.content-l {
    width: 860px;
}
.content-r {
    width: 310px;
}
.block-chain{
    margin: 10px 0 20px;
}
.block-chain2 {
    margin: 20px 0 10px;
}
.chain-box{
    background-color: #fffcf9;
    border: solid 1px #ffd9a8;
    box-shadow: none;
}
.chain-box {
    position: relative;
    padding: 18px 310px 18px 30px;
    line-height: 1.5;
    font-size: 14px;
    background-color: #f5f5f5;
    box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.17);
    border-radius: 4px;
    overflow: hidden;
}
.chain-box .chain-img,.article-text img.chain-img{
    width: 60px;
    height: 60px;
    border-radius: 10px;
    float: left;
    margin: 0 14px 0 0 !important;
}
.chain-box .chain-tit{
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
}
.chain-box .chain-txt{
    height: 36px;
    line-height: 18px;
    font-size: 12px;
    color: #666;
    margin-top: 4px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.chain-box .chain-btn {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -19px;
}
.chain-box .chain-btn a {
    display: inline-block;
    vertical-align: top;
    width: 102px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    background-color: #4077ed;
    border-radius: 2px;
    margin-left: 18px;
    text-decoration: none;
}
.chain-box .chain-btn a:hover{
    opacity: 0.9;
}
.chain-box .chain-btn a+a{
    background-color: #0ab89d;
}
.chain-tip {
    padding: 10px 30px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    background: #f5f5f5;
    border-radius: 4px;
    margin-top: 15px;
}
.chain-tip:before{
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPBAMAAADJ+Ih5AAAAJFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACmWAJHAAAADHRSTlMzACcvFwQbEiskIAxJqi2YAAAAa0lEQVQI1zXLKw7CQBRA0RMwfMy88LNlBxNWUIMvGGw1qhZXdsASECyA7pBJG9zJTa6IR386RxJXzIdkV1lm62TPsbVoNAU1nXpCpZpA/8eLGbKuIPO2GXdfh7Esk2jhWbDNrC4Fcbt/hkg/5zIPXFXpPZsAAAAASUVORK5CYII=) no-repeat;
    margin-top: 3px;
    margin-right: 6px;
}

.chain-tip b{
    color: #333;
    font-weight: normal;
}

.introTit{font-size: 18px; margin: 14px 0 10px 0; font-weight: bold; display: inline-block; color: #333; border-left:solid 5px #0379ff; padding-left: 12px;}

.coin-box {
    padding-top: 26px;
    clear: both;
    height: 100px;
}
.coin-box:after{content: ''; clear: both;}
.coin-box .top {
    padding-bottom: 16px;
}
.coin-box .flex {
    display: flex;
}
.coin-box .nameinfo{
    float: left;
}

.coin-box .info .img {
    width: 66px;
    height: 66px;
    margin-right: 12px;
    flex-shrink: 0;
}
.coin-box .info .name {
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
}
.coin-box .info .cname {
    font-size: 14px;
    color: #666666;
    line-height: 32px;
}
.coin-box .operation {
    padding-top: 6px;
    float:right;
}
.coin-box .operation .btn{ height: 32px;
    font-size: 16px;
    margin-right: 12px;
    display: inline-block;
    padding: 2px 12px;
    width: auto;
    height: auto;
    font-weight: 400;
    line-height: 260%;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    color: #1a98fe;
    border: 1px solid #1a98fe;
    border-radius: 2px;
}
.coin-box .operation .btn.t2 {
    background: #ffd707;
    color: #fff;
    border: 0;
}
.coin-box .operation .btn.t2 a {
    color: #000;
}

.coin-box .operation .btn.t1{
    background: #fff;
    border-color: #999;
}
.coin-box .operation .btn.t1 a {
    color: #999999;
}

.coin-box .operation .btn.t1:hover{
    background-color: #fff;
}
.coin-box .uptime{margin-top: 12px; font-size: 12px;}
.clearfix{clear: both;}
.coin-detail{clear: both;}
.coin-detail:after { content: '';clear: both;}
.coin-detail-h3{margin-top: 12px; line-height: 32%; font-weight: bold;}
.news-detail-body {
    padding: 15px 0;
    line-height: 1.8;
    color: #333;
    font-size: 15px;
    overflow: hidden;
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
}
.seciton-title {
    font-size: 24px;
    color: #111;
    font-weight: bold;
    width: 100%;
    height: 55px;
    line-height: 52px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.left-soft-list {
    margin-top: 20px;
}
.soft-list ul {
    margin-top: -15px;
}
.soft-list li {
    float: left;
    overflow: hidden;
    width: 16.6%;
    margin: 15px 0 0 0;
}
.soft-list li a {
    display: block;
}
.soft-list li img {
    display: block;
    width: 76px;
    height: 76px;
    border-radius: 10px;
    margin: 0 auto;
}
.soft-list li p {
    width: 100%;
    height: 50px;
    line-height: 40px;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
}
.left-soft-list ul{margin-left: 0;}
.about-news {
    margin-top: 15px;
}
.about-news li {
    float: left;
    width: 50%;
    line-height: 30px;
    margin: 4px 0;
}
.about-news li a {
    height: 30px;
    overflow: hidden;
    font-size: 14px;
    color: #555;
    display: block;
    float: left;
    width: 300px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.about-news li span {
    font-size: 12px;
    color: #999;
    display: block;
    float: right;
    margin-right: 20px;
}

.news-flash{margin-top: 10px;}
.news-flash .head {
    border-bottom: 1px solid #EAEAEA;
    line-height: 54px;
}
.news-flash .head .title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    border-bottom: 3px solid #000;
}
.news-flash .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.news-flash .list {
    padding: 10px 0;
}
.news-flash .list .li {
    position: relative;
    padding-left: 32px;
    padding-bottom: 14px;
}
.news-flash .list .li:first-of-type::before {
    border-color: #000;
}
.news-flash .list .li::before {
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    content: '';
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    border: 3px solid #E5E5E5;
    border-top-color: rgb(229, 229, 229);
    border-right-color: rgb(229, 229, 229);
    border-bottom-color: rgb(229, 229, 229);
    border-left-color: rgb(229, 229, 229);
    background: #fff;
    border-radius: 50%;
    z-index: 1;
}
.news-flash .list .date {
    font-size: 12px;
    color: #B4B4B4;
    line-height: 32px;
}
.news-flash .list .li:first-of-type .title {
    color: #000;
}
.news-flash .list .title {
    font-size: 15px;
    color: #333333;
    line-height: 23px;
}
.news-flash .list .li::after {
    display: block;
    position: absolute;
    left: 5px;
    top: 12px;
    content: '';
    width: 1px;
    height: 100%;
    box-sizing: border-box;
    border: 1px dashed #DEDEDE;
    border-radius: 50%;
}

.rtab-hd {
    font-size: 0;
    height: 40px;
    border-bottom: 1px solid #eee;
}
.rtab-hd .aitem.on, .rtab-hd .aitem:hover {
    color: #000;
    border-bottom-color: #000;
}
.rtab-hd .aitem {
    color: #666;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    font-size: 20px;
    padding-bottom: 7px;
    border-bottom: 4px solid transparent;
    border-bottom-color: transparent;
    margin-left: 35px;
}
.Rtab_bd ul li {
    overflow: hidden;
    margin-top: 18px;
}
.Rtab_bd .ptit {
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    padding-left: 28px;
    position: relative;
}
.Rtab_bd li:nth-child(1) .icon {
    background-color: #FF4C4C;
}
.Rtab_bd li:nth-child(2) .icon {
    background-color: #FF884C;
}
.Rtab_bd li:nth-child(3) .icon {
    background-color: #FFBE3A;
}
.Rtab_bd .icon {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    color: #fff;
    text-align: center;
    background: #BDBDBD;
    background-color: rgb(189, 189, 189);
    border-radius: 2px;
    margin-top: 1px;
    line-height: 18px;
}
.Rtab_bd ul li .bt {
    font-size: 16px;
    color: #555;
}
.Rtab_bd ul .on .info {
    display: block;
}
.Rtab_bd ul li .info {
    display: none;
    overflow: hidden;
    width: 100%;
    float: left;
    margin-top: 15px;
}
.Rtab_bd ul li .info .img, .Rtab_bd ul li .info .img img {
    width: 138px;
    height: 92px;
}
/*# sourceMappingURL=style.css.map */
@media screen and (max-width: 750px) {
	#page{ padding:0 10px;}
	.wrap{ width:100%; }
	.nav li{ margin-left: 5px; }.nav li a{font-size:16px;}
	.nav ul{ float:right;}
	.wrap-lf{ width:100%; float:none;}
	.system_list li .img {
    width: 40%;
     background: #eee;
    float: left;
		margin-right: 10px;
   
	}.system_list li{ overflow:hidden; }
	.system_list li .img  img{ width:100%;}
	.course-list li .info{ width:calc( 60% - 10px );}
	.content-r{ width:100%; float:none;}
	.footer{ margin:0 -10px; padding:0 10px; }
	.nav .logo{ margin:20px 0 0 0;}
	.nav .logo img{ width:40px;}
	.nav{ height:80px;}
	.nav li{ line-height: 80px; height: 80px;}
	.nav li a{ line-height: 80px;height: 76px;}
	.nav .logo .tx{ font-size:20px;}
	
	.content.wrapper, .header-nav .wrapper{ width:100%;}
	.content-l{ width:100%; float:none;}
	.about-news li{ width:100%; float:none;}
	.about-news li a{ width:calc( 100% - 90px );}
}