/* Public Module Start */

* {
    margin: 0;
    padding: 0;
}

body,
html {
    height: 100%;
}

ul,
li {
    list-style: none;
}

.clear {
    clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    margin: 0;
}

a {
    text-decoration: none;
    font-size: 14px;
    color: #333333;
}

a:active,
a:focus,
a:visited,
a:hover {
    text-decoration: none !important;
    color: unset;
}

.input-with-icon {
    display: block;
    position: relative;
}

.input-with-icon>input {
    padding-left: 30px !important;
}

.input-with-icon i {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 5px;
    z-index: 10;
    padding: 0 5px;
    line-height: 34px;
    color: #999999;
}

.input-with-icon.right-icon-input>input {
    padding-left: 12px !important;
    padding-right: 30px !important;
}

.input-with-icon.right-icon-input i {
    left: auto;
    right: 5px;
}

.search-mod {
    height: 38px;
    background-color: #2b3b72;
}

.search-mod>div {
    width: 1120px;
    margin: 0 auto;
    height: 100%;
    padding: 0 20px;
}

.search-mod>div>p {
    display: inline-block;
    color: #ffffff;
    line-height: 38px;
    font-size: 12px;
}

.search-mod>div>form {
    float: right;
    vertical-align: top;
    height: 100%;
    line-height: 34px;
}

.search-mod>div>form>button {
    line-height: 10px;
    position: relative;
    top: 1px;
}

.banner-mod {
    background-image: url('/_upload/tpl/04/9f/1183/template1183/images/head-bg.png');
    background-size: 100% 100%;
    height: 278px;
    position: relative;
}

.banner-info {
    position: relative;
    padding-bottom: 50px;
    width: 1120px;
    height: 100%;
    margin: 0 auto;
    padding-left: 20px;
}

.sanming {
    height: 228px;
    right: 0%;
    top: 0;
    position: absolute;
}

.sanmingtext {
    position: relative;
    z-index: 1;
    width: 335px;
    height: 100px;
    top: 65px;
}

.banner-info>div {
	width: 700px;
    position: absolute;
    z-index: 1;
    text-align: right;
    right: 0;
    top: 70px;
}

.banner-info>div>p {
    height: 44px;
    width: 700px;
    line-height: 44px;
    margin-top: 32px;
    padding-top: 10px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.8)), to(transparent));
    background: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.8), transparent);
    background: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.8), transparent);
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8), transparent);
}

.menu-list {
    height: 50px;
    width: 1120px;
    position: absolute;
    left: 50%;
    margin-left: -560px;
    bottom: 0;
}

.menu-list ul {
    height: 100%;
    width: 100%;
}

.menu-list ul>li {
    width: 10%;
    height: 100%;
    float: left;
    line-height: 50px;
    text-align: center;
    border-left: 1px solid #0f1835;
    border-right: 1px solid #6272a5;
}

.menu-list ul>li:nth-of-type(1) {
    border-left: 0;
}

.menu-list ul>li:last-child {
    border-right: 0;
}

.menu-list ul>li>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-weight: bold;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    color: #ffffff;
    background-color: #2b3b72;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.menu-list-active>a {
    background: -webkit-gradient(linear, left top, left bottom, from(#5c7ff5), to(#2b3b72));
    background: -webkit-linear-gradient(top, #5c7ff5, #2b3b72);
    background: -o-linear-gradient(top, #5c7ff5, #2b3b72);
    background: linear-gradient(to bottom, #5c7ff5, #2b3b72);
    color: #ffffff !important;
}

.menu-list ul>li>a:hover {
    background-color: #ffffff;
    color: #2b3b72;
}

.mod-main {
    width: 1120px;
    margin: 0 auto;
    margin-top: 16px;
}

.mod-area-title-bor {
    border: 1px solid #dddddd;
    border-bottom: unset;
}

.mod-area-list-bor {
    border: 1px solid #dddddd;
    border-top: unset;
    height: 278px;
}

.mod-area-title {
    border-bottom: 2px solid #2b3b72;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.mod-area-title>a {
    float: right;
    color: #2b3b72;
    position: relative;
    top: -25px;
    margin-right: 15px;
    font-size: 12px;
}

.mod-area-title>p {
    margin: 0;
    width: 136px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    background-color: #2b3b72;
    position: relative;
}

.mod-area-title>p>span {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid #2b3b72;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    bottom: -10px;
    left: 50%;
    margin-left: -8px;
}
.mod-area-list ul {
    padding: 12px 10px 8px 10px;
}

.mod-area-list ul>li {
    background: url('/_upload/tpl/04/9f/1183/template1183/images/type.png') no-repeat left center;
    padding-left: 14px;
    line-height: 28px;
    position: relative;
}

.mod-area-list ul>li>a {
    color: #333;
    display: inline-block;
    vertical-align: top;
    width: 280px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mod-area-list ul>li>a:hover {
    color: #945624;
}

.mod-area-list ul>li>span {
    position: absolute;
    right: 0;
    top: 0;
    color: #777;
}

.modmain-link {
    margin-top: 15px;
    border: 1px solid #dddddd;
}

.mod-link-title {
    float: left;
    width: 136px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    background-color: #2b3b72;
    position: relative;
}

.mod-link-title>span {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid #2b3b72;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    right: -8px;
    top: 50%;
    margin-top: -7px;
}

.modmain-link>ul {
    float: left;
    padding-left: 30px;
    height: 100%;
    margin: 0;
}

.modmain-link>ul>li {
    float: left;
    margin-right: 30px;
}

.modmain-link>ul>li>a {
    line-height: 35px;
    color: #333;
}

.modmain-link>ul>li>a:hover {
    color: #945624;
}

.mod-foot {
    margin-top: 15px;
}

.mod-foot-main {
    width: 1120px;
    margin: 0 auto;
    border-top: 4px solid #2b3b72;
}

.copyright {
    margin: 20px 0;
    text-align: center;
}

.copyright>p {
    margin: 0;
    padding: 3px 0;
}

.copyright>a {
    color: #333;
}

.copyright>a:hover {
    color: #945624;
}

/* Public Module End */

/* Second Menu Page Start */

.modmain-left {
    width: 300px;
    float: left;
}

.modmain-left-policy .mod-area-list>ul>li>a {
    width: 180px;
}

.modmain-left-fn {
    background-color: #efefef;
    height: 316px;
    width: 300px;
    margin-top: 15px;
    padding: 18px 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.modmain-left-fn>a {
    width: 100%;
    height: 62px;
    line-height: 62px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    border-radius: 8px;
    text-shadow: 2px 2px 2px #333;
}

.modmain-left-fn>a:nth-of-type(1) {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ff9044), to(#ca6e2f));
    background: -webkit-linear-gradient(top, #ff9044 20%, #ca6e2f);
    background: -o-linear-gradient(top, #ff9044 20%, #ca6e2f);
    background: linear-gradient(to bottom, #ff9044 20%, #ca6e2f);
}

.modmain-left-fn>a:nth-of-type(2) {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ffd23f), to(#d3a713));
    background: -webkit-linear-gradient(top, #ffd23f 20%, #d3a713);
    background: -o-linear-gradient(top, #ffd23f 20%, #d3a713);
    background: linear-gradient(to bottom, #ffd23f 20%, #d3a713);
}

.modmain-left-fn>a:nth-of-type(3) {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #5abbff), to(#4ca4e1));
    background: -webkit-linear-gradient(top, #5abbff 20%, #4ca4e1);
    background: -o-linear-gradient(top, #5abbff 20%, #4ca4e1);
    background: linear-gradient(to bottom, #5abbff 20%, #4ca4e1);
}

.modmain-left-fn>a:nth-of-type(4) {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #4769da), to(#2b3b72));
    background: -webkit-linear-gradient(top, #4769da 20%, #2b3b72);
    background: -o-linear-gradient(top, #4769da 20%, #2b3b72);
    background: linear-gradient(to bottom, #4769da 20%, #2b3b72);
}

.modmain-right {
    float: right;
    width: 805px;
    border: 1px solid #dddddd;
    border-top: 3px solid #2b3b72;
}

.modmain-right>section {
    text-align: right;
    height: 34px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));
    background: -webkit-linear-gradient(top, #ffffff, #ebebeb);
    background: -o-linear-gradient(top, #ffffff, #ebebeb);
    background: linear-gradient(to bottom, #ffffff, #ebebeb);
    position: relative;
}

.modmain-right>section>span {
    position: absolute;
    text-align: center;
    width: 98px;
    background-color: #ffffff;
    left: 15px;
    line-height: 34px;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    color: #2b3b72;
    font-weight: bold;
}

.modmain-right>section>ol {
    margin: 0;
    background-color: transparent;
}

.modmain-right>ul {
    min-height: 599px;
    padding: 18px 25px;
    margin: 0;
    padding-bottom: 5px;
}

.modmain-right>ul>li {
    background: url('/_upload/tpl/04/9f/1183/template1183/images/type.png') no-repeat left center;
    padding-left: 14px;
    line-height: 28px;
    position: relative;
    border-bottom: 1px solid #ebebeb;
}

.modmain-right>ul>li>a {
    color: #333;
    display: inline-block;
    vertical-align: top;
    max-width: 620px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.modmain-right>ul>li>a:hover {
    color: #945624;
}

.modmain-right>ul>li>span {
    position: absolute;
    right: 0;
    top: 0;
    color: #777;
}

.page-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 25px;
}

.modmain-right>div>p {
    margin-top: 10px;
}

.modmain-right>div>nav>ul {
    margin-top: 10px;
}

/* Second Menu Page End */

/* Third Menu Page Start */
.mod-right-container{
    width: 756px;
    margin: 0 auto;
}
.mod-right-container>section{
    width: 100%;
    text-align: center;
    padding-top: 20px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 30px;
}
.mod-right-container>section>h1{
    color: #000;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 34px;
}
.mod-right-container>section>p{
    color: #959595;
    padding: 5px 0;
}
.mod-appendix-link,.mod-appendix-file{
    margin-top: 40px;
}
.mod-appendix-link>ul>li,.mod-appendix-file>ul>li{
    margin-bottom: 10px;
}
.mod-appendix-link>ul>li>a,.mod-appendix-file>ul>li>a{
    color: #666;
}
.mod-appendix-link>ul>li>a:hover,.mod-appendix-file>ul>li>a:hover{
    color: #945624;
}
/* Third Menu Page End */

/* Achievement Page Content Start */
.achievement-table>table>thead>tr>th,.achievement-table>table>tbody>tr>td{
    text-align: center;
    font-size: 12px;
    word-wrap:break-word; 
	word-break:break-all; 
}
/* Achievement Page Content End */