@charset "utf-8";
* { margin: 0; padding: 0; list-style: none; }
body { line-height: 28px; font: 16px/30px "Microsoft YaHei"; margin-bottom: 0px; BACKGROUND: #e7e8eb url(/Template/default/img/bg.jpg); box-shadow: 0 0 15px #ccc; }
input { padding: 1px 2px; border-radius: 0px; }
form { display: inline; }
li, ul, ol { list-style: none; }
img { border: none; }
a { text-decoration: none; color: #006cbf; }
a:hover { color: #2b73df; text-decoration: none; }
/* 首页nav菜单 */
.xk_nav { background: #3d9dff; width: 100%; height: 70px; padding: 5px 0; }
.xk_nav a { float: left; width: 20%; height: 35px; line-height: 35px; text-align: center; color: #fff; font-size: 16px; font-weight: 600; text-shadow: 0 1px 3px #2769AF; }
.xk_nav a:hover { color: #C9E3FF; }
.xk_img { width: 100%; max-height: 170px; }
.xk_img img { width: 100%; max-height: 170px; }
/* 官方最新动态 */
.xk_gfnew { margin: 8px; border: solid 1px #dfdfdf; border-radius: 3px; padding: 7px; background: #fff url(/Template/default/img/new_mark.png) no-repeat right 7px; height: auto; }
.xk_gfnew li { font-size: 12px; color: #ff3000; height: 25px; line-height: 25px; width: 100%; }
.xk_gfnew p { width: 100%; font-size: 15px; line-height: 25px; color: #3f3f3f; text-indent: 2em; }
.xk_t1 { height: 32px; line-height: 32px; padding: 0 10px 0 15px; margin-bottom: 5px; }
.xk_t1 p { color: #000; font-size: 21px; font-weight: bold; float: left; }
.xk_t1 p a { color: #2b73df; }
.xk_t1 y { float: right; height: 32px; line-height: 32px; }
/* 程序特性滚动 */
.xk_box { height: 39px; padding: 0 7px; background: #E4E4E4; -webkit-background-size: 5px auto; overflow: hidden; }
.xk_box p { float: left; height: 20px; padding: 0 5px; background: #2b73df; color: #FFF; line-height: 20px; font-size: 12px; margin: 9px 5px 0 0; }
.xk_box p a { color: #fff; }
.xk_live { height: 40px; padding: 0 7px; background: url(/Template/default/img/live.png) no-repeat 97% center #ededed; -webkit-background-size: 5px auto; overflow: hidden; white-space: nowrap; }
.xk_live li { float: left; height: 20px; padding: 0 5px; background: #2b73df; color: #FFF; line-height: 20px; font-size: 12px; margin: 10px 5px 0 0; }
.xk_live li a { color: #fff; }
.xk_live p { float: left; height: 40px; line-height: 40px; font-size: 13px; color: #646464; }
.xk_live p a { color: #000; }
.t_news { height: 19px; color: #000; margin: 8px 0; overflow: hidden; position: relative; font-size: 12px; }
.t_news b { line-height: 19px; font-weight: bold; display: inline-block; }
.news_li, .swap { line-height: 19px; display: inline-block; position: absolute; top: 0; }
.news_li a, .swap a { color: #fff; }
.news_li { transition: top 1s ease-in; }
.news_li li { height: 19px; overflow: hidden; }
.swap { top: 19px; }
.xk_h1 { height: 20px; padding: 10px 0; color: #000; letter-spacing: 0px; }
.xk_h1 p { border-left: 7px solid #2b73df; height: 20px; line-height: 20px; padding-left: 5px; color: #2b73df; font-weight: 600; float: left; }
.xk_h1 y { float: right; height: 20px; line-height: 20px; margin-right: 10px; color: #000; font-size: 13px; }
.xk_h1 y a { color: #000; }
/* 功能模块展示 */
.list-pic { padding: 0px; margin: 7px; border: solid 1px #EDEDED; border-radius: 5px; background: #fff; }
.list-pic li { list-style: none; height: 59px; overflow: hidden; border-bottom: solid 1px #EDEDED; width: 50%; float: left; }
.list-pic li a { display: block; position: relative; }
.list-pic li a:hover { background: #FFFAF3; }
.list-pic li a .icon { padding: 10px; width: 40px; height: 40px; }
.list-pic li a .icon img { width: 40px; height: 40px; border-radius: 5px; }
.list-pic li a .name { position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; padding-left: 60px; }
.list-pic li a .name h4 { display: block; height: 30px; line-height: 40px; margin: 0px; color: #000; font-size: 15px; }
.list-pic li a .name p { margin: 0px; color: #767676; font-size: 10px; line-height: 20px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
/* 首页滑动幻灯片 */
.slideBox { position: relative; overflow: hidden; max-width: 720px;/* 设置焦点图最大宽度 */ }
.slideBox .hd { position: absolute; height: 28px; line-height: 28px; bottom: 0; right: 0; z-index: 1; }
.slideBox .hd li { display: inline-block; width: 5px; height: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: #333; text-indent: -9999px; overflow: hidden; margin: 0 6px; }
.slideBox .hd li.on { background: #fff; }
.slideBox .bd { position: relative; z-index: 0; }
.slideBox .bd li { position: relative; text-align: center; }
.slideBox .bd li img { background: url(/Template/default/img/loads.gif) center center no-repeat; vertical-align: top; width: 100%;/* 图片宽度100%,达到自适应效果 */ }
.slideBox .bd li a { -webkit-tap-highlight-color: rgba(0,0,0,0); } /* 去掉链接触摸高亮 */
.slideBox .bd li .tit { display: block; width: 100%; position: absolute; bottom: 0; text-indent: 10px; height: 28px; line-height: 28px; background: url(images/focusBg.png) repeat-x; color: #fff; text-align: left; }
/* 商店滑动幻灯片 */
.slideBox_shop { position: relative; overflow: hidden; max-width: 100%;/* 设置焦点图最大宽度 */ }
.slideBox_shop .hd { position: absolute; height: 28px; line-height: 28px; bottom: 0; right: 0; z-index: 1; }
.slideBox_shop .hd li { display: inline-block; width: 5px; height: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: #333; text-indent: -9999px; overflow: hidden; margin: 0 6px; }
.slideBox_shop .hd li.on { background: #fff; }
.slideBox_shop .bd { position: relative; z-index: 0; }
.slideBox_shop .bd li { position: relative; text-align: center; }
.slideBox_shop .bd li img { max-height: 300px; max-width: 300px; background: url(/Template/default/img/loads.gif) center center no-repeat; vertical-align: top; /* 图片宽度100%,达到自适应效果 */ }
.slideBox_shop .bd li a { -webkit-tap-highlight-color: rgba(0,0,0,0); } /* 去掉链接触摸高亮 */
.slideBox_shop .bd li .tit { display: block; width: 100%; position: absolute; bottom: 0; text-indent: 10px; height: 28px; line-height: 28px; background: url(images/focusBg.png) repeat-x; color: #fff; text-align: left; }
/* Tab切换 */

Next
Pg.: 1 2 3 4 5 6 ... 17


Back to home | File page

Subscribe | Register | Login | N