html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

html, body {
    font-family: "Microsoft YaHei", Arial, serif, "Tahoma";
    font-size: 14px;
    color: #333;
}
div,h1,h2,ul,li,a {
    word-break: break-word;
    word-break: break-all;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
}

*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0;
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: 0 0;
    line-height: 1;
    cursor: auto;
}

[data-whatinput=mouse] button {
    outline: 0;
}

pre {
    overflow: auto;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
    outline: 0;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
    box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s;
}

textarea {
    max-width: 100%;
}

textarea[rows] {
    height: auto;
}

input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
    background-color: #e6e6e6;
    cursor: not-allowed;
}

[type=button], [type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-input-placeholder {
    color: #cacaca;
}

:-ms-input-placeholder {
    color: #cacaca;
}

::-ms-input-placeholder {
    color: #cacaca;
}

::placeholder {
    color: #cacaca;
}

[type=checkbox], [type=file], [type=radio] {
    margin: 0 0 1rem;
}

[type=checkbox] + label, [type=radio] + label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: .5rem;
    margin-right: 1rem;
    margin-bottom: 0;
}

[type=checkbox] + label[for], [type=radio] + label[for] {
    cursor: pointer;
}

label > [type=checkbox], label > [type=radio] {
    margin-right: .5rem;
}

[type=file] {
    width: 100%;
}

label {
    display: block;
    margin: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #0a0a0a;
}

label.middle {
    margin: 0 0 1rem;
    padding: .5625rem 0;
}

.clearfix:after, .clearfix:before {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.clearfix:after {
    clear: both;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.right {
    float: right;
}

.left {
    float: left;
}

.apothem {
    width: 1200px;
    margin: auto;
}

.apothem h1{    font-size: 16px;}
.main-index{overflow:hidden;}
.main-header .logo {
    padding: 27px 0 24px;
    width: 100%;
}

.main-header .logo .logo_img {
    width: 301px;
    height: 77px;
}

.main-header .logo .logo_text {
    font-size: 26px;
    color: #2b2b2b;
    position: relative;
    margin-left: 20px;
    padding-left: 30px;
    height: 77px;
    line-height: 77px;
}

.main-header .logo .logo_text:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #ec6941;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.main-header .logo .logo_r {
    margin-top: 14px;
    width: 289px;
    height: 48px;
    background-color: #cb462e;
    position: relative;
    line-height: 48px;
    color: #fff;
    padding-left: 100px;
    font-size: 12px;
}

.main-header .logo .logo_r:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 48px solid #fff;
    border-left: 0px solid transparent;
    border-right: 48px solid transparent;
    left: 0;
}

.main-header .logo .logo_r a {
    display: inline-block;
}

.main-header .logo .logo_r a i {
    margin-right: 5px;
    background-image: url("../images/icon.png");
    width: 20px;
    background-repeat: no-repeat;
    height: 20px;
    display: inline-block;
    vertical-align: sub;
}

.main-header .logo .logo_r a.login {
    margin-right: 18px;
}

.main-header .logo .logo_r a.login i {
    background-position: 0 0;
}

.main-header .logo .logo_r a.lang {
    position: relative;
}

.main-header .logo .logo_r a.lang i {
    background-position: -93px 1px;
    margin-left: 20px;
}

.main-header .logo .logo_r a.lang:before {
    position: absolute;
    content: '';
    width: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 22px;
    background-color: #ffffff;
    left: 0;
}

.main-header .nav_line {
    background-color: #00785a;
}

.main-header .nav_line .nav ul {
    padding: 0;
    margin: 0;
}

.main-header .nav_line .nav ul.yiji_nav {
    height: 50px;
    line-height: 50px;
    width: 100%;
}

.main-header .nav_line .nav ul.yiji_nav li.yiji_li {
    display: block;
    float: left;
    position: relative;
    padding: 0 2%;
    text-align: center;
    width: 200px;
}

.main-header .nav_line .nav ul.yiji_nav li.yiji_li.active {
    background: #cb462e;
}

.main-header .nav_line .nav ul.yiji_nav li.yiji_li.active:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    background-color: #cb462e;
}

.main-header .nav_line .nav ul.yiji_nav li.yiji_li:first-of-type:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    background-color: rgba(225, 225, 225, 0.1);
}

.main-header .nav_line .nav ul.yiji_nav li.yiji_li:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    background-color: rgba(225, 225, 225, 0.1);
}

.main-header .nav_line .nav ul.yiji_nav li.yiji_li a {
    color: #fff;
    font-size: 16px;
}

.main-header .nav_line .nav ul.yiji_nav li.yiji_li ul {
    padding: 0;
}

.main-header .nav_line .nav ul.yiji_nav li.yiji_li ul.erji_nav {
    position: absolute;
    left: 0;
    top: 51px;
    width: 100%;
    background: #f15e18;
    display: none;
    z-index: 1;
}

.main-header .nav_line .nav ul.yiji_nav li.yiji_li ul.erji_nav.chosen {
    display: block;
}

.main-header .nav_line .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li {
    display: block;
    border-top: 1px rgba(225, 225, 225, 0.1) solid;
    position: relative;
    border-left: 1px rgba(225, 225, 225, 0.1) solid;
}

.main-header .nav_line .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li:hover {
    background: #f15e18;
}

.main-header .nav_line .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li ul {
    padding: 0;
}

.main-header .nav_line .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li ul.sanji_nav {
    position: absolute;
    top: -1px;
    left: 100%;
    width: 5rem;
    display: none;
    background: #f15e18;
}

.main-header .nav_line .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li ul.sanji_nav.sanji_nav_show {
    display: block;
}

.main-header .nav_line .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li ul.sanji_nav li.sanji_li {
    display: block;
    border-top: 1px rgba(225, 225, 225, 0.1) solid;
}

.main-header .nav_line .nav ul.yiji_nav .nav_more {
    position: relative;
    width: 2.125rem;
    float: right;
    height: 100%;
}

.main-header .nav_line .nav ul.yiji_nav .nav_more.nav_more_show .add_nav {
    background: #f15e18;
    display: block;
    position: absolute;
    z-index: 99;
    top: 100%;
    width: 5rem;
}

.main-header .nav_line .nav ul.yiji_nav .nav_more.nav_more_show .add_nav li.yiji_li {
    width: 5rem;
    border-top: 1px rgba(225, 225, 225, 0.1) solid;
}

.main-header .nav_line .nav ul.yiji_nav .nav_more.nav_more_show .add_nav li.yiji_li ul.erji_nav {
    position: absolute;
    left: 100%;
    top: 0;
}

.main-header .nav_line .nav ul.yiji_nav .nav_more .menu {
    display: inline-block;
    width: 40px;
    height: 100%;
    background: url("../images/menu.png") center no-repeat;
    float: right;
}

.main-header .nav_line .nav ul.yiji_nav .nav_more .add_nav {
    display: none;
}

.main-footer {
    color: #fff;
    background-color: #00785a;
}

.main-footer .visit {
    width: 33.3333%;
    position: relative;
    float: left;
    text-align: center;
    font-size: 14px;
    line-height: 36px;
    height: 50px;
    padding: 7px 0;
}

.main-footer .visit:before {
    position: absolute;
    content: '';
    width: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(225, 225, 225, 0.1);
}

.main-footer .visit:last-of-type:after {
    position: absolute;
    content: '';
    width: 1px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(225, 225, 225, 0.1);
}

.main-footer .copyright {
    position: relative;
}

.main-footer .copyright:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(225, 225, 225, 0.1);
    height: 1px;
}

.main-footer .copyright .c_ll {
    margin: 54px 0;
    line-height: 28px;
}

.main-footer .copyright .c_rr {
    line-height: 108px;
    margin-top: 24px;
}

.main-footer .copyright .er-code {
    width: 108px;
    font-size: 14px;
    height: 108px;
    background-color: #ffffff;
    margin-left: 14px;
    padding: 10px;
}





/*åˆ†é¡µ*/
.pages table td,.pages table td div {
    font-family: "å¾®è½¯é›…é»‘" !important;
}

.pages .PrevDisabled,.pages .Next,.pages a.Prev,.pages .NextDisabled {
    border: 1px solid #0d60a0 !important;
    height: 25px !important;
    line-height: 25px !important;
    color: #0d60a0 !important;
    padding: 0 10px !important;
    font-family: "å¾®è½¯é›…é»‘" !important;
    vertical-align: middle;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.pages input[type="button"] {
    padding: 0 10px !important;
    height: 25px !important;
    ; line-height: 25px !important;
    background: #0d60a0 !important;
    color: #fff !important;
    border: 0 !important;
    vertical-align: top;
    box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.pages input.defaultInputStyle {
    margin-left: 5px !important;
    margin-right: 5px !important;
    border: 1px solid #333 !important;
    height: 25px !important;
    line-height: 25px !important;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 5px !important;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.defaultButtonStyle {
    FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#0d60a0, EndColorStr=#0d60a0)!important;
    CURSOR: pointer;
    line-height: 14px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#0d60a0), to(#0d60a0))!important;
    background: -moz-linear-gradient( top,#0d60a0,#0d60a0)!important;
    background: -ms-linear-gradient(top,#0d60a0 0%,#0d60a0 100%)!important;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}