﻿@charset "utf-8";
/* css */
* { margin: 0; padding: 0 }
body { font: 16px "Microsoft YaHei", Arial, Helvetica, sans-serif; color: #333; background: #fff; line-height: 1.6; text-align: justify; }
img { border: 0; display: block }
ul, li { list-style: none; }
a { text-decoration: none; color: #333; outline: none; }
a:hover { color: #4b97ea; text-decoration: none; }
.clear { clear: both; width: 100%; overflow: hidden; height: 10px }
.fl { float: left!important; }
.fr { float: right!important; }
.box { width: 1200px; margin: auto; overflow: hidden }
/*other*/
header { width: 100%; background: #393D49; box-shadow: 0 5px 5px -4px #e5e5e5; }
.list_logo { float: left; }
.list_logo img { height: 25px; margin: 12px 0 0; }
#starlist { line-height: 50px; text-align: center; }
#starlist li { position: relative; display: inline; font-size: 16px; margin: 0 20px; }
#starlist li a { display: inline-block; color: #fff; position: relative }
#selected { position: relative; }
#selected:after { position: absolute; content: ""; width: 100%; height: 4px; background: #4b97ea; left: 0; bottom: 0; }
#starlist li a:hover:after { position: absolute; content: ""; width: 100%; height: 4px; background: #4b97ea; left: 0; bottom: 0; }
/*aside*/

aside { font-size: 14px; position: fixed; top: 70px; bottom: 0; z-index: 666; min-height: 0; overflow: hidden; background: #fff; width: 220px; border-right: #f2f2f2 1px solid; }
.sidenav { position: relative; }
.sub li { line-height: 30px; position: relative; height: 30px; }
.sidenav li a { display: block }
.sidenav li span { float: right; color: #999 }
.sub { padding-left: 50px; position: relative; }
.sub:before { display: inline-block; content: ""; position: absolute; z-index: 1; top: -13px; bottom: 15px; left: 22px; border: 1px dotted #67b2dd; border-width: 0 0 0 1px; }
.sub li:before { display: inline-block; content: ""; position: absolute; top: 14px; left: -26px; width: 18px; height: 0; border-top: 1px dotted #67b2dd; z-index: 1; }
.sidenav:before { display: inline-block; content: ""; position: absolute; top: 0px; bottom: 16px; left: 0; border: 1px dotted #67b2dd; border-width: 0 0 0 1px; z-index: 1; }
.menu { position: relative }
.menu b { display: block; line-height: 40px; font-size: 16px; padding-left: 40px; position: relative; }
.menu b:before { position: absolute; content: ""; background: url(../images/file.png) no-repeat; background-size: 20px; width: 19px; height: 16px; left: 13px; top: 10px; }
.menu:before { display: inline-block; content: ""; position: absolute; top: 18px; left: 2px; width: 12px; height: 0; border-top: 1px dotted #67b2dd; z-index: 1; }
.menu.close b:before { position: absolute; content: ""; background: url(../images/file2.png) no-repeat; background-size: 20px; width: 19px; height: 16px; left: 13px; top: 10px; }
#pagecurrent { color: #4b97ea; display: inline-block; }
.con_box { padding: 30px 0 0 60px; position: relative; letter-spacing: 1px; margin-left: 220px; margin-top: 20px; min-height: 800px; }
.con_box:before { content: ""; position: absolute; background: #ddd; width: 0px; height: 100%; left: 0; top: 0; }
.htitle { font-size: 22px; line-height: 1.4; border-bottom: 1px solid #9a9a9a; margin-bottom: 30px; padding-bottom: 10px; }
.con_box p { margin-bottom: 20px; }
.con_box h2, .con_box h3, .con_box h4, .con_box h5, .con_box h6 { font-size: 18px; margin-bottom: 20px;/*  position: relative;
    padding-left: 15px;*/
}
/*.con_box h2:before, .con_box h3:before, .con_box h4:before, .con_box h5:before, .con_box h6:before {content: '';background: #1296db;height: 28px;width: 5px;position: absolute;left: 0;top: 0;}*/
.con_box a { cursor: pointer; text-decoration: none; color: #999; }
.con_box img { max-width: 100% !important; height: auto !important; margin: 20px 0 }
.con_box ul, .con_box ol { margin-top: 15px; margin-left: 35px; margin-bottom: 20px; line-height: 150%; }
.con_box ul li, .con_box ol li { margin-top: 3px; line-height: 150%; list-style-type: disc; }
.con_box hr { margin-bottom: 20px; }
/* ----------------------------------- 表格 ----------------------------------- */


table.browsersupport { margin: 20px 0; border-collapse: collapse; width: 70%; }
table.dataintable th { padding: 0; height: 36px; vertical-align: middle; text-align: center; background-color: #F5F5F5; border: 1px solid #ddd; font-weight: normal; }
table.dataintable td { vertical-align: middle; background: #fdfcf8 no-repeat center; border: 1px solid #ddd; padding: 0; height: 86px; width: 86px; vertical-align: middle; }
table.dataintable tr:nth-child(odd) { background-color: #F5F5F5; }
table.dataintable tr:nth-child(even) { background-color: #fff; }
table.browsersupport .bsIE { background-image: url(../images/compatible_ie.png); }
table.browsersupport .bsFirefox { background-image: url(../images/compatible_firefox.png); }
table.browsersupport .bsChrome { background-image: url(../images/compatible_chrome.png); }
table.browsersupport .bsSafari { background-image: url(../images/compatible_safari.png); }
table.browsersupport .bsOpera { background-image: url(../images/compatible_opera.png); }
table.dataintables { margin: 15px 0; border-collapse: collapse; border: 1px solid #aaa; width: 100%; }
table.dataintables tr:nth-child(odd) { background-color: #F5F5F5; }
table.dataintables tr:nth-child(even) { background-color: #fff; }
table.dataintables pre { width: auto; margin: 0; padding: 0; border: 0; background-color: transparent; }
table.dataintables p { margin: 0 0 2px 0; }
table.dataintables th { vertical-align: baseline; padding: 10px 10px 10px 10px; background-color: #3F3F3F; border: 1px solid #3F3F3F; text-align: left; color: #fff; }
table.dataintables td { vertical-align: text-top; padding: 6px; border: 1px solid #aaa; }
pre { padding: 20px; border: 1px dotted #785; background: #f5f5f5; line-height: 1.4; font-family: Consolas; font-size: 14px; margin-bottom: 20px; }
.nextinfo { background: #f7f7f7; padding: 10px; border-left: #ddd 3px solid; }
.nextinfo p { margin-bottom: 0; line-height: 30px }
.nextinfo a { color: #000 }
/*footer*/
footer { text-align: center; color: #999; line-height: 24px; font-size: 14px }
footer a { color: #999 }
.endnav { position: fixed; bottom: 0; line-height: 40px; text-align: center; width: 100%; background: #0ca8fa; color: #fff; background-image: linear-gradient(90deg, #172dc8, #0aabff); display: none; z-index: 999 }
 @media only screen and (max-width: 768px) {
.box { width: 94%; }
.con_box { width: 96%; margin: auto; padding: 0; float: none; position: inherit; }
.list_logo { float: none; }
.list_logo img { margin: 12px auto; }
header { box-shadow: none; }
nav { background: #393D49; overflow: hidden; }
#starlist li { width: 33.333%; float: left; font-size: 15px; position: relative; margin: 0; }
#starlist li a { padding: 0; display: block; color: #fff; }
#starlist { line-height: 36px; }
#starlist li:after { position: absolute; content: ""; width: 1px; height: 100%; background: #000; right: 0; top: 0; }
#starlist li:before { position: absolute; content: ""; width: 100%; height: 1px; background: #000; left: 0; top: 0; }
#starlist li:nth-child(3):after, #starlist li:nth-child(6):after { display: none }
aside { display: none; width: 100%; top: 0; padding-bottom: 40px; left: 0 }
.sidenav { width: 100%; background: #fff; }
.con_box:before { width: 0; }
h1.htitle { margin: 20px 0; }
footer { margin-bottom: 40px; padding: 10px; font-size: 12px; width: auto; line-height: 1.4; }
.endnav { display: block }
}
