/*默认样式*/
body, ul, ol, p, h1, h2, h3, h4, h5, h6, dl, dd, select, input, textarea, form {
    margin: 0;
    padding: 0
}

body {
    background: #ddd;
    max-width: 100%;
}

.body_con {
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 0;
}

.body_left {
    width: 320px;
    height: 640px;
    display: inline-block;
    position: relative;
    font-size: 18px;
    padding: 0;
}


.body_right {
    width: calc(100% - 322px);
    height: 638px;
    background: #f3faff;
    font-size: 18px;
    border: 1px solid #151b32;
    float: right;
    overflow: auto;
}

.body_right p {
    font-family: 宋体;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.body_right .p1 {
    font-size: 26px;
    text-align: center;
}

.body_right .p2 {
    text-indent: 30px;
}


/*  top  */
/* top 陈鹏 */

/* top 插件 */
.hl_nav {
    background-color: #A90105;
    position: relative;
    color: #ffffff;
    min-width: 1200px;
    height: 50px;
}

.hl_nav a {
    display: block;
    text-decoration: none;
}

.hl_nav .nav_list {
    margin: 0 auto;
    width: 1024px;
    z-index: 2;
    padding: 0;
    list-style: none;
    overflow: hidden;
    height: 50px;
}

.hl_nav .nav_list > li {
    padding: 0;
    float: left;
    margin: 0;
    width: 10%;
    text-align: center;
    height: 50px;
}

.hl_nav .nav_head {
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 16px;
    position: relative;
}

.hl_nav .nav_list > li > ul {
    position: absolute;
    width: auto;
    height: 40px;
    top: 50px;
    z-index: 2;
    padding: 0;
    margin: 0;
    line-height: 40px;
    list-style: none;
    overflow: hidden;
    display: none;
}

.hl_nav .nav_list > li.active {
    background-color: #870003;
}

.hl_nav .nav_list > li:hover {
    background-color: #870003;
}

.hl_nav .nav_list > li:hover > ul {
    display: block;
}

.hl_nav .nav_list:hover {
    height: 90px;
}

.hl_nav .nav_list:hover + .shade {
    display: block;
}

/* top end */

/* title */
#titlePaneNode {
    max-width: calc(100% - 2px);
    max-height: 100px;
    margin-top: 20px;
    margin-bottom: 5px;
    /*padding: 8px;*/
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    left: 0;
    top: 0;
    border: 1px dotted rgba(255, 255, 255, 0);
}

#titlePaneNode a {
    text-decoration: none;
}

#chnTitleLabelNode {
    font-size: 40px;
    font-family: 楷体;
    color: rgb(169, 1, 5);
    cursor: pointer;
}

#engTitleLabelNode {
    font-size: 18px;
    font-family: 'Times New Roman';
    color: rgb(175, 175, 175);
    cursor: pointer;
}

#tipPaneNode {
    width: calc(100% - 4px);
    max-height: 100px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    left: 0;
    top: 0;
    border: 2px solid rgba(255, 255, 255, 0);
}

#tipPaneNode #tip_p1 {
    margin-top: 10px;
}

#tipPaneNode #tip_p2 {
    margin-bottom: 10px;
}

/*#tipPaneNode div {*/
/*    width: 100%;*/
/*}*/

#tipPaneNode span {
    /*width: 100%;*/
    font-size: 18px;
    font-family: 'Times New Roman';
    /*color: rgb(175, 175, 175);*/
    cursor: pointer;
}

/* title end */


/*  自定义垂直导航栏样式 */
.menu-top {
    background-color: #0d1721;
    color: #ffffff;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.search_box {
    width: 318px;
    height: 580px;
}

.search_box input {
    width: 316px;
    height: 30px;
    /*margin-top: 5px;*/
    margin-bottom: 5px;
}

.search_box #language_list {
    width: 317px;
    height: 545px;
    overflow: auto;
}

.search_box #language_list ul li {
    margin-left: 10px;
}

.search_box #language_list ul li a {
    text-decoration: none;
}

#language_ul a:hover {
    background-color: #CC0000;
    color: #c6d8f0;
}

/* 陳鵬自己設置  搜索栏开始 */
@font-face {
    font-family: 'ipa';
    src: url('../fonts/IpaP_20121103.ttf') format('truetype');
}

.body_right fieldset {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    /*max-width: 1000px;*/
    max-width: 100%;
}

.body_right table {
    width: 970px;
    height: 60px;
    border: 1px solid #000000;
    border-collapse: collapse;
    text-align: center;
    margin: 0 auto;
}

.body_right table thead {
    background-color: #EEEEEE;
}

.body_right table td {
    border: 1px solid #000000;
    font-size: 20px;
    padding: 5px;
    font-family: ipa, 宋体, 'Times New Roman';
}

.body_right table td a {
    text-decoration: none;
}

.container {
    width: 488px;
    margin: 0 auto;
    margin-top: 15px;
    position: relative;
    /*border: 1px solid #000000;*/
}

.container:after {
    content: '';
    display: block;
    clear: both;
}

.container > div {
    float: left;
}

.container .phonetic_select {
    position: relative;
    /*width: 300px;*/
    height: 44px;
    border: #ccc solid 1px;
    border-radius: 4px;
    /*margin-top: 40px;*/
}

.container .phonetic_select select {
    position: relative;
    /*width: 300px;*/
    height: 44px;
    border-radius: 4px;
    text-align: center;
    font-size: 18px;
}


.container .input {
    position: relative;
    width: 300px;
    height: 44px;
    border-top: #ccc solid 1px;
    border-right: none;
    border-bottom: #ccc solid 1px;
    border-left: #ccc solid 1px;
    border-radius: 4px 0 0 4px;
    /*margin-top: 40px;*/
}

.container .input > input {
    outline: none;
    border: none;
    padding: 0 80px 0 10px;
    margin: 0;
    height: 44px;
    width: 210px;
    color: #333;
    font-size: 16px;
    border-radius: 4px 0 0 4px;
}

.container .input > input::-webkit-input-placeholder {
    color: #999;
}

.container .search {
    width: 89px;
    height: 46px;
    background-color: #08f;
    background-image: url("../images/search.png");
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    /*margin-top: 40px;*/
}

/* 搜索栏结束 */

/* 弹出窗口开始 */
.theme-popover {
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 660px;
    height: 410px;
    margin: -180px 0 0 -330px;
    border-radius: 5px;
    border: solid 2px #666;
    background-color: #fff;
    display: none;
    box-shadow: 0 0 10px #666;
}

.theme-poptit {
    border-bottom: 1px solid #ddd;
    padding: 12px;
    position: relative;
    font-family: ipa, 宋体;
}

.theme-poptit .close {
    text-decoration: none;
    float: right;
    color: #999;
    padding: 5px;
    margin: -2px -5px -5px;
    font: bold 14px/14px simsun;
    text-shadow: 0 1px 0 #ddd
}

.theme-poptit .close:hover {
    color: #444;
}

.theme-popbod {
    /*color: #444;*/
    height: 350px;
}

.theme-popbod .theme-popbod-table {
    color: #000000;
    height: 330px;
    margin: 10px;
    border: 1px solid #0d1721;
    overflow: auto;
}

.theme-popbod .theme-popbod-table table {
    padding: 0;
    margin: 0 auto;
    width: 610px;
    text-align: left;
    border: none;
}

.theme-popbod .theme-popbod-table table td {
    border: none;
    color: #000000;
    font-size: 23px;
    padding: 5px;
    font-family: ipa, 宋体;
}

.theme-popover-mask {
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    display: none
}

/* 弹出窗口结束 */

