﻿/* Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

html, button, input, select, textarea {
    font-family: sans-serif
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active, a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

h2 {
    font-size: 1.5em;
    margin: .83em 0
}

h3 {
    font-size: 1.17em;
    margin: 1em 0
}

h4 {
    font-size: 1em;
    margin: 1.33em 0
}

h5 {
    font-size: .83em;
    margin: 1.67em 0
}

h6 {
    font-size: .67em;
    margin: 2.33em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

p, pre {
    margin: 1em 0
}

code, kbd, pre, samp {
    font-family: monospace,serif;
    _font-family: 'courier new',monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

    q:before, q:after {
        content: '';
        content: none
    }

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

dl, menu, ol, ul {
    margin: 1em 0
}

dd {
    margin: 0 0 0 40px
}

menu, ol, ul {
    padding: 0 0 0 40px
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

    button[disabled], html input[disabled] {
        cursor: default
    }

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/* custom */
.dxeHLC, .dxeHC, .dxeHFC {
    display: none;
}

.h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}

html, button, input, select, textarea {
    color: #000;
}

body {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

a:link, a:visited {
    color: rgb(92, 138, 200);
    outline: none;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-in;
    -moz-transition: color 0.15s ease-in;
    -o-transition: color 0.15s ease-in;
    transition: color 0.15s ease-in;
}

a:hover {
    color: #000;
}

html, body {
    height: 100%
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.f-right {
    float: right
}

.f-left {
    float: left
}

.widthmain {
    width: 960px;
    margin: 0 auto
}

.bigmain {
    min-width: 1050px;
    overflow: hidden;
    clear: both;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -61px;
}

.header {
    padding-top: 30px;
}

.logo {
    width: 260px;
}

.nav-top {
    font-family: 'Lato', sans-serif;
    width: 670px
}

    .nav-top ul {
        padding: 0;
        margin: 0
    }

    .nav-top li:hover ul {
        display: block
    }

    .nav-top li ul {
        display: none;
        width: 200px;
        position: absolute;
        top: 53px;
        left: 0px;
        color: rgb(255, 255, 255);
        background: rgb(92, 182, 0);
        -webkit-border-bottom-right-radius: 6px;
        -webkit-border-bottom-left-radius: 6px;
        -moz-border-radius-bottomright: 6px;
        -moz-border-radius-bottomleft: 6px;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
        z-index: 999;
    }

    .nav-top li li {
        float: none;
        padding-left: 0;
        padding-right: 0
    }

    .nav-top li {
        display: inline-block;
        list-style: none;
        font-size: 17px;
        font-weight: bold;
        position: relative
    }

ul.menu-top {
    margin-bottom: 7px
}

.menu-top li {
}

    .menu-top li a {
        color: #ee7624;
        padding: 6px 17px;
        display: block;
        text-align: center;
    }

        .menu-top li a span, .menumain li a span {
            display: block
        }

        .menu-top li a.active, .menu-top li:hover {
            color: rgb(255, 255, 255);
            background: rgb(92, 182, 0);
            border-radius: 6px;
        }

            .menu-top li:hover a, .menumain li:hover a {
                color: #fff
            }

.nav-top li li:first-child a {
}

.nav-top li li a {
    text-align: left;
    font-size: 16px;
    border-top: 1px solid rgb(223, 223, 223);
}

    .nav-top li li a:hover {
        text-decoration: underline
    }

.menumain {
    clear: right;
    width: 670px;
}

    .menumain li a {
        color: #659c5c;
        padding: 6px 17px;
        display: block;
        text-align: center;
    }

        .menumain li a.active, .menumain li:hover {
            color: rgb(255, 255, 255);
            background: rgb(92, 182, 0);
            border-radius: 6px;
        }

    .menumain ul li a {
        padding: 6px 17px;
    }

.bannerhome {
    margin-top: 22px;
}

.title1 {
    /*color: #ff945c;*/
    color: #173F5F;
    margin: 0;
    background: url(../images/line.png) repeat-x bottom;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}

.title2 {
    color: #ff945c;
    margin: 0;
    background: url(../images/line.png) repeat-x bottom;
    padding-bottom: 8px;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 16px;
}

.mainhome {
    margin-top: 30px;
}

.maincontent {
    margin-top: 30px;
    margin-bottom: 100px;
}

.box1 {
    width: 300px;
}

.infobox1 {
}

.itemtbox {
    margin-bottom: 18px;
}

.date-m {
    border: 1px solid #7a95ce;
    text-align: center;
    width: 105px;
    box-sizing: border-box;
    line-height: 14px;
    padding: 13px 4px;
}

    .date-m span {
        display: block;
        color: #7a95ce;
        font-size: 13px;
        font-family: SimSun;
        letter-spacing: -0.5px;
    }

.des-box {
    color: #000;
    font-size: 13px;
    width: 183px;
    line-height: 18px
}

    .des-box p {
        margin: 0;
        padding: 0
    }

.box2 {
    width: 620px;
    background: url(../images/shadow.png) no-repeat left;
    padding-left: 25px
}

.infobox2 {
}

    .infobox2 p {
        color: #000;
        margin-top: 18px;
        margin-bottom: 7px;
        text-align: justify;
        line-height: 18px;
    }

    .infobox2 h3 {
        color: #ff945c;
        font-size: 18px;
        font-weight: normal;
        line-height: 22px;
        margin-top: 36px;
        margin-bottom: -8px;
    }

a.v-more {
    color: #5c8ac8;
    font-size: 12px;
}

    a.v-more:hover {
        text-decoration: underline
    }

.mainhome1 {
    background: #fafafa;
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

.box3 {
    margin: 0 auto;
    padding: 0
}

    .box3 li:first-child {
        margin-left: 0;
        padding: 0;
        border: none;
    }

    .box3 li {
        display: inline-block;
        vertical-align: top;
        margin-left: 5px;
        border-left: 1px solid rgb(177, 176, 176);
        padding-left: 5px;
    }

        .box3 li img {
        }

        .box3 li h3 {
            color: #4f8a45;
            font-weight: normal;
            font-size: 14px;
            padding: 0;
            margin: 0;
            margin-bottom: 13px;
        }

            .box3 li h3 span {
                margin-right: 18px;
            }

/*footer {
    color: #fff;
    background: #5cb600;
    font-size: 11px;
    line-height: 18px;
    padding-top: 13px;
    padding-bottom: 14px;
    min-width: 1050px;
}

    footer ul {
        margin: 0;
        padding: 0;
        margin-bottom: 9px;
    }

    footer li a {
        display: block
    }

    footer li {
        display: inline-block;
        text-align: center;
        line-height: 14px;
        position: relative;
        padding-right: 10px;
        border-left: 1px solid rgb(255, 255, 255);
        padding-left: 7px;
    }

        footer li a span {
            display: block
        }

        footer li:first-child {
            border: none;
            padding-left: 0
        }

    footer a {
        color: #fff !important
    }

    footer p {
        margin: 0;
        padding: 0;
        line-height: 16px;
    }

    footer a:hover, footer a.active {
        color: #fff;
        text-decoration: underline
    }*/

.copyright {
    padding-top: 25px
}

.email {
    margin-left: 12px;
}

.bannerchild {
    position: relative;
    margin-top: 22px;
}

.infobanner {
    position: absolute;
    right: 4px;
    top: 30px;
    color: rgb(255, 255, 255);
    z-index: 8;
    padding: 5px 10px;
    overflow: hidden;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .infobanner h3 {
        font-size: 26px;
        margin: 0
    }

    .infobanner h4 {
        background: rgb(92, 182, 0);
        font-size: 22px;
        padding: 5px 11px;
        display: inline-block;
        margin-top: 0;
    }

    .infobanner p {
        padding: 5px;
        margin: 0;
        font-weight: bold;
        font-size: 18px;
        font-family: 'Open Sans';
    }

.main-l {
    width: 250px;
}

.menuchild {
    border: 1px solid #b8c7e6;
    padding: 0;
    border-bottom: 0;
}

    .menuchild li {
        border-bottom: 1px solid #b8c7e6;
        display: block;
        padding: 6px 15px;
    }

        .menuchild li a {
            color: #b8c7e6;
            font-family: SimSun;
            font-size: 20px;
            background: url(../images/arrowmenu.png) no-repeat left;
            padding-left: 30px;
        }

            .menuchild li a.active, .menuchild li a:hover {
                color: rgb(54, 116, 245);
                background: url(../images/arrowmenu-hover.png) no-repeat left;
            }

.main-r {
    background: url(../images/shadow.png) no-repeat left top;
    width: 640px;
    padding-left: 37px;
}

.form-asb {
    margin-top: 20px;
}

.itemfrm {
    margin-bottom: 15px;
}

    .itemfrm > label {
        width: 298px;
        text-align: right;
        margin-right: 15px;
        display: inline-block;
        vertical-align: top;
        padding-top: 4px;
    }

    .itemfrm .group {
        display: inline-block;
    }

    .itemfrm .link {
        display: inline-block;
        font-size: 12px;
        margin-top: -3px;
        line-height: 1.2;
        margin-left: 10px;
        width: 350px;
        vertical-align: top;
    }

.sel-frm {
    color: #333;
    border: 1px solid rgb(184, 199, 230);
    padding: 3px;
    width: 350px;
    font-size: 12px;
}

.ipt1 {
    color: rgb(117, 117, 117);
    border: 1px solid rgb(184, 199, 230);
    padding: 3px;
    width: 342px;
    height: 17px;
    font-size: 13px;
}


.ipt2 {
    width: 200px;
    margin-left: 11px;
}

.ipt3 {
    color: rgb(117, 117, 117);
    border: 1px solid rgb(184, 199, 230);
    padding: 3px;
    width: 250px;
    height: 17px;
    font-size: 13px;
}

.txt1 {
    border: 1px solid rgb(184, 199, 230);
    padding: 3px;
    width: 342px;
    height: 93px;
    resize: none;
    font-size: 11px;
    color: rgb(117, 117, 117);
}

.note-text {
    color: #666;
    font-size: 11px;
    padding-left: 204px !important;
    margin-top: 7px !important;
}

.itemfrm p {
    margin: 0;
    padding: 0
}

.txt1:focus, .ipt1:focus, .sel-frm:focus {
    border: #F00 1px solid;
    outline: none
}

.btn1, .btn2 {
    /*background: rgb(92, 182, 0);*/
    background: #ff945c;
    border: none;
    color: rgb(255, 255, 255);
    padding: 5px 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 10px;
    text-transform: capitalize;
}

    .btn1:hover, .btn2:hover {
        /*background: rgb(71, 134, 6)*/
        background: #fcab81;
    }

.sys-show {
    margin-top: 5px;
}

.checkbox-st {
    display: inline-block;
}

    .checkbox-st .item {
        margin-right: 12px;
        float: left
    }

    .checkbox-st input[type="radio"] {
        float: left;
        margin-right: 4px;
        margin-top: 2px;
    }

    .checkbox-st span label {
        display: inline-block
    }

.errormsg {
    color: #f00;
    display: block;
    font-size: .9em;
}

.sub-content { /* display: none; */
}

.text-lbl {
    width: auto !important;
    text-align: left !important;
    padding-top: 0 !important;
    font-weight: normal !important;
}

.itemfrm input[type="radio"] {
    float: left;
    margin-right: 4px;
    margin-top: 2px;
}

.ipt-for-rd {
    padding-left: 17px;
    margin-top: 10px;
    line-height: 27px;
}

    .ipt-for-rd .btn1 {
        margin-left: 5px;
    }

.cnt-l {
    width: 460px;
    margin-right: 20px;
}

.cnt-r {
    width: 410px
}

.infoct {
    margin-bottom: 20px;
}

    .infoct td {
        vertical-align: top;
    }

    .infoct p {
        margin: 4px 0;
    }

    .infoct a:hover {
        text-decoration: underline
    }

    .infoct h4, .cnt-r h4 {
        margin: 0;
        text-transform: uppercase;
        color: rgb(255, 148, 92);
        margin-top: 16px;
        margin-bottom: 10px;
        font-size: 14px;
    }

.map {
    border: 1px solid #ccc;
    margin-bottom: 30px;
}

.itemfrm-ct {
    margin-bottom: 10px;
    margin-top: 15px;
    clear: both;
}

    .itemfrm-ct label {
        text-align: left;
        margin-right: 15px;
        display: inline-block;
        font-weight: bold;
        vertical-align: middle;
        margin-bottom: 5px;
    }

    .itemfrm-ct .ipt1 {
        display: block;
        width: 100%;
        box-sizing: border-box;
        height: 25px;
    }

    .itemfrm-ct .txt1 {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

.captcha img {
    float: left;
    margin-right: 10px
}

.ipt4 {
    width: 324px !important
}

.authorname {
    margin-top: 15px;
}

.authorname1 {
    position: relative;
}

    .authorname1 label {
        position: absolute;
        top: 12px;
    }

.authorname .iptname {
    margin-left: 4px;
}

#content h1 {
    font-size: 16px;
    color: rgb(92, 182, 0)
}

.tbl-frm-g label {
}

.tbl-frm-g table td:first-child {
    width: 184px;
    text-align: right;
    padding-right: 20px;
}

.tbl-frm-g table .ipt1 {
    width: 220px;
}

.show-pop {
    margin-left: 204px;
    margin-top: 12px;
}

.fancybox-inner {
    text-align: justify;
}

    .fancybox-inner h3 {
    }
/* document */
.document {
    color: #000
}

    .document table {
        width: 100%;
        border: 1px solid rgb(209, 230, 254);
        margin-bottom: 42px;
    }

    .document tr:first-child td {
    }

    .document th {
        background: rgb(123, 176, 236);
        text-align: center;
        padding: 5px;
        border: 1px solid rgb(209, 230, 254);
        color: rgb(255, 255, 255);
    }

    .document td {
        border: 1px solid rgb(209, 230, 254);
        padding: 11px 16px;
        vertical-align: top;
        font-family: 'Lato', sans-serif;
        font-size: 13px;
    }

        .document td p {
            padding: 0;
            margin: 0;
            margin-bottom: 6px;
            text-align: inherit;
            line-height: 18px;
        }

    .document p {
        text-align: justify;
        line-height: 20px;
        margin-bottom: 24px;
    }

    .document td ol {
        margin: 0;
        padding: 0;
    }

        .document td ol li {
            list-style: none;
            line-height: 18px;
            margin-bottom: 7px;
        }

    .document h3 {
        color: #ee7624;
        font-size: 14px;
        font-weight: bold;
        line-height: 20px;
        margin-top: 17px;
        margin-bottom: 9px;
    }

    .document h2 {
        color: #ee7624;
        font-size: 20px;
        font-weight: normal;
        line-height: 24px;
        margin-top: 44px;
    }

    .document ol {
        padding: 0 0 0 17px;
        margin-top: -13px;
    }

        .document ol li {
            margin-bottom: 13px;
            line-height: 16px;
        }
/* Helper classes */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 150%;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.lightOrange {
    color: #ffddcc
}

.midOrange {
    /*color: #ff6505*/
    color: #d70e0e
}

.darkOrange {
    color: #ff6c1f
}

.darkerOrange {
    color: #c44e10
}

.lightBlue {
    color: #006ba3
}

.midBlue {
    color: #005885
}

.darkBlue {
    color: #003652
}

/* Print styles */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

.img-fluid {
    max-width: 100%;
    height: auto
}

