﻿*,:after,:before {
    box-sizing: border-box;
}

body,html {
    min-height: 100%;
}

body > iframe {
    opacity: 0;
    display: none;
    visibility: hidden;
    overflow: hidden;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block;
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],script,template {
    display: none;
}

a {
    background-color: transparent;
}

a:focus {
    outline: thin dotted;
}

a:active,a:hover {
    outline: 0;
}

li.thisclass {
    border-bottom: solid 2px #ff0000!important;
}

li.thisclass a {
    color: #000!important;
    font-weight: 600!important;
}

.bor-b {
    border-bottom: 0.5px solid #f0f0f0;
}

a,ins {
    text-decoration: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b {
    color: #333;
    font-weight: 600;
}

strong {
    font-weight: 600;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    box-sizing: border-box;
    vertical-align: middle;
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

code,kbd,pre,samp {
    font-family: Monaco,Menlo,Consolas,Courier New,FontAwesome,monospace;
    font-size: 1em;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

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;
}

input[type=checkbox],input[type=radio] {
    cursor: pointer;
    padding: 0;
    box-sizing: border-box;
}

button[disabled],html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,th {
    padding: 0;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    position: relative;
    background: #fff;
    font-family: Segoe UI,Lucida Grande,Helvetica,Arial,Microsoft YaHei,FreeSans,Arimo,Droid Sans,wenquanyi micro hei,Hiragino Sans GB,Hiragino Sans GB W3,FontAwesome,sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
    font-size: 1.6rem;
}

@media only screen and (max-width:640px) {
    body {
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}

a {
    color: #000;
}

a:focus,a:hover {
    color: #d73838;
}

a:focus {
    outline: thin dotted;
    outline: 1px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}


h1,h2,h3,h4,h5,h6 {
    margin: 0 0 1.6rem;
    font-weight: 600;
    font-size: 100%;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.25em;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

input[type=button].am-btn-block,input[type=reset].am-btn-block,input[type=submit].am-btn-block {
    width: 100%;
}

table {
    max-width: 100%;
    background-color: transparent;
    empty-cells: show;
}

table code {
    white-space: normal;
}

th {
    text-align: left;
}

fieldset {
    border: none;
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: .5rem;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type=search] {
    box-sizing: border-box;
}

input[type=checkbox],input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

input[type=file] {
    display: block;
}

select[multiple],select[size] {
    height: auto;
}

select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit;
}

input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus {
    outline: thin dotted;
    outline: 1px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

output {
    display: block;
    padding-top: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #555;
    vertical-align: middle;
}


.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list,.slick-slider {
    position: relative;
    display: block;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:after,.slick-track:before {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
}

@font-face {
    font-family:slick;font-weight:400;font-style:normal;src:url(//);src:url(//) format("embedded-opentype"),url(//) format("woff"),url(//) format("truetype"),url(//) format("svg");
}

.slick-next,.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    margin-top: -10px\9;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none;
}

.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none;
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
    opacity: 1;
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
    opacity: .25;
}

.slick-next:before,.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

.slick-prev[dir=rtl] {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "\2190";
}

.slick-prev:before[dir=rtl] {
    content: "\2192";
}

.slick-next {
    right: -25px;
}

.slick-next[dir=rtl] {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "\2192";
}

.slick-next:before[dir=rtl] {
    content: "\2190";
}

.slick-slider {
    margin-bottom: 0px;
}

@media (max-width:820px) {
    .slick-slider {
        margin-bottom: 0px;
    }
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}

.slick-dots li,.slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
}

.slick-dots li button:focus,.slick-dots li button:hover {
    outline: none;
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75;
}

.fabu {
    margin-bottom: 1.5rem;
    width: 100%;
}

.fabu a {
    margin-bottom: 10px;
    padding: 10px 10px 10px 80px;
    width: 100%;
    height: 70px;
    position: relative;
    display: block;
    box-shadow: 0px 0px 1px rgba(19,19,19,0.31);
    color: #313131;
}

.fabu a:hover {
    box-shadow: 0px 1px 2px rgba(230,4,4,0.36);
    color: #313131;
}

.fabu a:hover i {
    border: 1px solid #ff9191;
    color: #ff4b4b;
}

.fabu2 {
}

.fabu2 h {
    float: left;
    width: 100%;
    font-weight: 600;
    margin-bottom: 3px;
}

.fabu2 span {
    color: #B1B1B1;
}

.demo-icon {
    color: #aaa;
    font-size: 18px;
    position: absolute;
    left: -2px;
}

.icon-chat-empty {
    color: #aaa;
    font-size: 18px;
    left: -2px;
    top: 9px;
}

.icon-comment-empty {
    color: #D00;
    font-size: 18px;
    left: -2px;
    top: -3px;
}

.icon-comment2 {
    color: #ADADAD;
    font-size: .7rem;
}

.icon-thumbs-up {
    color: #aaa;
    float: left;
}

.icon-doc-text-inv {
    border: 1px solid #AAAAAA;
    border-radius: 50px;
    left: 15px;
    width: 50px;
    height: 50px;
}

.icon-handshake-o {
    border: 1px solid #AAAAAA;
    border-radius: 50px;
    left: 15px;
    width: 50px;
    height: 50px;
}

.icon-users {
    border: 1px solid #AAAAAA;
    border-radius: 50px;
    left: 15px;
    width: 50px;
    height: 50px;
}

.icon-chat-empty1 {
    border: 1px solid #AAAAAA;
    border-radius: 50px;
    left: 15px;
    font-size: 20px;
    width: 50px;
    height: 50px;
}

.icon-bookmark-empty {
    font-size: 16px;
    position: absolute;
    left: -4px;
    top: 9px;
    color: #bbb;
}

.icon-star-empty {
    font-size: 16px;
    position: absolute;
    left: -4px;
    top: 10px;
    color: #bbb;
}

.icon-share {
    font-size: 16px;
    color: #ccc;
}



.animate-spin {
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@font-face {
    font-family:'fontello';src:url('');src:url('') format('embedded-opentype'),url('') format('woff2'),url('') format('woff'),url('') format('truetype'),url('') format('svg');font-weight:normal;font-style:normal;
}

[class^="icon-"]:before,[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-comment2:before {
    content: '\e800';
    margin: 2px 6px;
}

.icon-thumbs-up:before {
    content: '\e801';
}

.icon-thumbs-down:before {
    content: '\e802';
}

.icon-bookmark:before {
    content: '\e803';
}

.icon-tag:before {
    content: '\e804';
}

.icon-heart:before {
    content: '\e805';
}

.icon-heart-empty:before {
    content: '\e806';
}

.icon-star:before {
    content: '\e807';
}

.icon-star-empty:before {
    content: '\e808';
}

.icon-users:before {
    content: '\e809';
    margin: 14px 16px;
}

.icon-bookmark-empty:before {
    content: '\f097';
}

.icon-comment-empty:before {
    content: '\f0e5';
}

.icon-chat-empty1:before {
    content: '\f0e6';
    margin: 13px 16px;
}

.icon-chat-empty:before {
    content: '\f0e6';
}

.icon-doc-text:before {
    content: '\f0f6';
}

.icon-doc-text-inv:before {
    content: '\f15c';
    margin: 14px 16px;
}

.icon-thumbs-up-alt:before {
    content: '\f164';
}

.icon-thumbs-down-alt:before {
    content: '\f165';
}

.icon-weibo:before {
    content: '\f18a';
}

.icon-qq:before {
    content: '\f1d6';
}

.icon-wechat:before {
    content: '\f1d7';
}

.icon-share:before {
    content: '\f1e0';
}

.icon-commenting:before {
    content: '\f27a';
}

.icon-commenting-o:before {
    content: '\f27b';
}

.icon-handshake-o:before {
    content: '\f2b5';
    margin: 15px 14px;
}

#foucsBox {
    float: left;
    padding: 0;
    width: 100%;
    height: 555px;
    overflow: hidden;
    zoom: 1;
    position: relative;
}

#foucsBox .imgCon {
    width: 491px;
    height: 310px;
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}

#foucsBox .imgCon li {
    float: left;
    width: 491px;
    height: 310px;
    position: relative;
}

#foucsBox .imgCon li img {
    border: 0;
    width: 491px;
    height: 310px;
}

#foucsBox .imgCon li .imgTitle {
    width: 491px;
    position: absolute;
    left: 20px;
    bottom: 0;
    text-align: left;
    z-index: 2;
}

#foucsBox .imgCon li .imgTitle a {
    width: 100%;
    height: 33px;
    line-height: 33px;
    color: #fff;
    text-indent: 20px;
    font-family: Microsoft YaHei,SimHei;
    font-size: 16px;
    zoom: 1;
    text-decoration: none;
}

#foucsBox .imgCon li .imggo {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 491px;
    height: 310px;
}

#foucsBox .imgCon li:Hover .imggo {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 491px;
    height: 310px;
    background: url(404.png) no-repeat;
}

#foucsBox .showPage {
    background: url(404.png) repeat;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='404.png');
    _background: none;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 491px;
    height: 40px;
}

#foucsBox .foucs {
    position: absolute;
    right: 0;
    margin-right: 10px;
    bottom: 0px;
    z-index: 3;
}

#foucsBox .foucs span {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 3px 0 3px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    overflow: hidden;
    background: rgba(255,255,255,0.82);
    border-radius: 30px;
}

#foucsBox .foucs span.f {
    background: #d6200f;
    width: 15px;
}

#foucsBox .foucsButton {
    background: rgba(0,0,0,0) none repeat scroll 0 0 !important;
    width: 38px;
    height: 60px;
    padding: 0;
    margin-top: -185px;
    position: relative;
    z-index: 4;
}

#foucsBox .foucsButton span {
    display: inline;
    width: 38px;
    height: 60px;
    cursor: pointer;
    overflow: hidden;
}

#foucsBox .foucsButton img {
    display: none;
    cursor: pointer;
    border-width: 0px;
    vertical-align: middle;
    width: 0px;
    height: 0px;
}

#foucsBox .lBtn {
    float: left;
}

#foucsBox .lBtn span {
    float: left;
}

#foucsBox .lBtn:Hover span {
    float: left;
    background: url(404.png) no-repeat;
}

#foucsBox .lBtn img {
    float: left;
}

#foucsBox .rBtn {
    float: right;
}

#foucsBox .rBtn span {
    float: right;
}

#foucsBox .rBtn:Hover span {
    float: right;
    background: url(404.png) no-repeat;
}

#foucsBox .rBtn img {
    float: right;
}

#foucsBox .btnHover {
    background: rgba(0,0,0,0.6) none repeat scroll 0 0 !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = 'true',startColorstr = #90000000,endColorstr = #9000000);
    width: 38px;
}

#foucsBox .btnHover img {
    display: inline;
}


@media (max-width:820px) {
    #foucsBox {
        margin: 0 0 10px;
        width: 100%;
        height: 100%;
        max-height: 360px;
    }
}

.dede_pages {
    display: table;
}

.dede_pages ul {
    float: left;
    padding: 12px 0px;
    margin: 30px 0;
    font-size: .8rem;
    font-weight: 400;
    color: #555;
}

.dede_pages ul li {
    float: left;
    color: #afafaf;
    line-height: 17px;
    margin: 0 6px 8px 0;
    border: 1px solid #ccc;
    min-width: 40px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 3px;
    overflow: hidden;
    font-size: 14px;
}

.dede_pages ul li a {
    float: left;
    color: #afafaf;
    display: table;
    width: 100%;
    padding: 0px 10px;
    font-size: 14px;
}

.dede_pages ul li a b {
    font-weight: 500;
}

.dede_pages ul li a:hover {
    color: #ff0000;
    text-decoration: none;
}

.dede_pages ul li.thisclass {
    background-color: #cc0000;
    color: #FFF;
    float: left;
}

.dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover {
    color: #FFF!important;
    font-weight: bold;
}

.dede_pages ul li select {
    width: 36px;
    height: 29px;
    border: 0;
}

.dede_pages .pageinfo {
    padding: 0px 10px;
    color: #afafaf;
    border: 0;
}

.dede_pages .pageinfo strong {
    color: #afafaf;
    font-weight: normal;
    margin: 0px 2px;
}

.dede_pages ul li input {
    height: 100%!important;
    min-height: 36px;
    padding: 0;
    margin: 0;
    font-size: 11pt;
    color: #ff0000;
    border: 0;
    display: block;
    background: #fff;
}

.search {
    width: 100%;
    display: table;
	background: #f9f9f9;

    padding: 30px .75rem;
}
@media (max-width: 820px){
.search {
    margin: 50px auto 0;
    background: #e9e9e9;
}
}
.search .search_box {
    margin: 3px auto;
    width: 98%;
    max-width: 500px;
    padding: 0;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
}

.search .search_box input {
    padding: 0px 8px;
    width: 79%;
    height: 38px;
    line-height: 40px;
    float: left;
    font-size: .8rem;
    color: #585858;
    border: 0.5px solid #ccc;
    border-radius: 3px;
    background: #fff;
}

.search .search_box button {
    height: 37px;
    width: 19%;
    line-height: 36px;
    font-size: .8rem;
    color: #ffffff;
    border-radius: 3px;
    float: right;
    background: #ff0000;
    border: 0;
}

.search .hsearch {
    display: none;
    width: 80%;
    max-width: 380px;
    margin: 0 auto;
    text-align: right;
    line-height: 18px;
}

.search .hsearch a {
    font-size: .8rem;
    color: #005cd2;
}
.index_chj {
    display: block;
}
.index_chj .mainlib .resultbar {
    padding: 10px .75rem;
    text-align: left;
    font-size: .8rem;
    color: #a0a0a0;
    border-bottom: 0px solid #e6e8eb;
}

.index_chj .mainlib .resultbar strong {
    color: #ff0000;
    font-weight: 500;
}

.index_box1 {
    display: block;
    background: none;
    text-align: center;
    padding: 50px 0;
	height: 630px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
	position: absolute;
    top: 0;
    width: 100%;
}
.index_box1 h{
    display: block;
    font-size: 33px;
    color: #eee;
}
.index_box1 span{
    display: block;
    font-size: 16px;
    color: #ccc;
	margin-bottom: 5px;
}
.link_box {
    display: block;
    margin:50px auto auto;
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
}
.link_box ul li{
    float: left;
    margin: 0;
    position: relative;
    width: 25%;
    overflow: hidden;
}
.link_box ul li:last-child {
    margin-right: 0;
}
.link_box ul li a {
    display: block;
    width: 100%;
    height: 180px;
	position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transition: all .2s ease;
    transition: all .3s ease;
}

.link_box ul li .scr {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    z-index: 100;
    text-align: center;
	background-color: #0000000f;
}
.link_box ul li:hover .scr{
	background-color: #00000091;
}
.link_box ul li span{
	color: #eee;
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    display: block;
	margin-top: 76px;
	transition: margin-top 0.6s ease-out;
}
.link_box ul li p{
    color: #eee;
    display: none;
    width: 100%;
    height: 40px;
    font-size: 15px;
	font-weight: 300;
    word-break: break-all;
}
.link_box ul li:hover span{
	margin-top: 60px;
}
.link_box ul li:hover p{
    display: block;
}
.index_box2 {
    display: block;
	background: #fff;
	height: auto;
    overflow: hidden;
}
.index_box3 {
    display: block;
}
.bggr{
    background: #f9f9f9;
}

.big_box {
    display: flex;
    max-width: 1200px;
    margin: auto;
	height: auto;
	position: relative;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.mtb60 {
    margin: 60px auto;
}

.bg_l{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
	width: 100%;
    height: 400px;
}
.bg_r{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
	width: 100%;
    height: 500px;
}
.big_box .left_box{
    display: block;
    width: 40%;
    text-align: left;
    position: absolute;
    left: 150px;
    top: 160px;
}
.big_box .left_box h{
    display: block;
    font-size: 33px;
    color: #333;
}
.big_box .left_box span{
    display: block;
    font-size: 20px;
    color: #333;
}
.big_box .left_box p{
    font-size: 15px;
    color: #333;
}
.big_box .left_box a{
    display: block;
    font-size: 15px;
    color: #ff0000;
}

.big_box .right_box{
	display: block;
    width: 50%;
    height: 400px;
    text-align: right;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #21212180;
    padding: 130px 50px;
}
.big_box .right_box h{
    display: block;
    font-size: 33px;
    color: #fff;
}
.big_box .right_box span{
    display: block;
    font-size: 20px;
    color: #fff;
}
.big_box .right_box p{
    font-size: 15px;
    color: #333;
}
.big_box .right_box a{
    display: block;
    font-size: 15px;
    color: #ff0000;
}

.gs_box {
    display: flex;
    max-width: 1180px;
    margin: 0 auto 30px;
    padding: 60px 100px;
    height: auto;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #f9f9f9;
}

.gs_box .left_box{
    display: block;
    width: 50%;
    text-align: left;
}
.gs_box .left_box h{
    display: block;
    font-size: 28px;
    font-weight: 500;
    color: #333;
	letter-spacing: 1px;
}
.gs_box .left_box span{
    display: block;
    font-size: 20px;
    color: #333;
}
.gs_box .left_box p{
    font-size: 15px;
    color: #828282;
    padding: 20px 0;
}

.gs_box .right_box{
    display: block;
    width: 50%;
    text-align: left;
    padding-left: 6%;
    border-left: solid 1px #d6d6d6;
}
.gs_box .right_box h{
    display: block;
    font-size: 28px;
    font-weight: 500;
    color: #333;
}
.gs_box .right_box span{
    display: block;
    font-size: 20px;
    color: #333;
}
.gs_box .right_box p{
    font-size: 15px;
    color: #828282;
    padding: 20px 0;
}

.bs_box {
    display: flex;
    max-width: 1180px;
    margin: auto;
    padding: 60px 0px;
    height: auto;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.bs_box .left_box{
    display: block;
    width: 30%;
    text-align: left;
	padding: 40px 30px;
}
.bs_box .left_box h{
    display: block;
    font-size: 28px;
    font-weight: 500;
    color: #333;
	letter-spacing: 1px;
}

.bs_box .left_box p{
    font-size: 15px;
    color: #666;
    padding: 20px 0;
}

.bs_box .right_box{
    display: block;
    width: 70%;
    text-align: center;
    padding-left: 6%;
    border-left: solid 1px #d6d6d6;
}
.bs_box .right_box a{
    display: block;
    font-size: 20px;
    color: #333;
    padding: 20px;
    margin: 2%;
    width: 28%;
    height: auto;
    background: #fbfbfb;
	float: left;
}
.bs_box .right_box a .logo_box{
    width: 100%;
    height: 100px;
    line-height: 90px;
}
.bs_box .right_box a .logo_box img{
    width: 150px;
}
.bs_box .right_box a .mesbox{
    width: 100%;
}
.bs_box .right_box span{
    display: block;
    font-size: 20px;
    color: #333;
}
.bs_box .right_box p{
    font-size: 14px;
    color: #828282;
    padding-bottom: 10px;
}

@media (max-width: 820px){
.index_box1 {
	height: auto;
    padding: 0;
    top: auto;
    bottom: 0;
}
.index_box1 h{
    display: block;
    font-size: 25px;
	color: #666;
}
.index_box1 span{
    display: block;
    font-size: 15px;
    padding: 10px 0;
    margin: auto;
    width: 90%;
	color: #666;
	font-weight: 300;
}
.link_box {
	padding: 0 0px;
    margin-top: 70px;
}
.link_box ul li{
	margin: 0;
    width: 33.333%;
}
.link_box ul li:last-child {
    margin-right: 0;
}
.link_box ul li a{
	height: 100px;
}

.link_box ul li .scr {
    background-color: #00000052;
}
.link_box ul li span{
	font-size: 15px;
    margin-top: 40px;
    padding: 0;
	color: #fff;
}
.link_box ul li p{
	display: none;
}
.link_box ul li:hover span{
    margin-top: 40px;
}
.link_box ul li:hover p{
    display: none;
}
.index_box2 { }
.index_box3 { }

.big_box {
    display: block;
    width: 100%;
}
.mtb60 {
    margin:auto;
}
.bg_l{
    height: 200px;
}
.bg_r{
    height: 200px;
}
.big_box .left_box{
    width: 100%;
    text-align: center;
    position: initial;
	padding: 70px 10px;
}
.big_box .left_box h{
    font-size: 23px;
	color: #666;
}
.big_box .left_box span{
    font-size: 15px;
	font-weight: 300;
	margin: auto;
    width: 90%;
	color: #666;
	padding: 10px 0;
}
.big_box .left_box p{
    font-size: 15px;
}
.big_box .left_box a{
    font-size: 15px;
}

.big_box .right_box{
    width: 100%;
    text-align: center;
    position: initial;
	padding: 70px 10px;
	height: auto;
    background: none;
}
.big_box .right_box h{
    font-size: 23px;
	color: #666;
}
.big_box .right_box span{
    font-size: 15px;
	font-weight: 300;
	color: #666;
	margin: auto;
    width: 90%;
	padding: 10px 0;
}
.big_box .right_box p{
    font-size: 15px;
	color: #333;
}
.big_box .right_box a{
    font-size: 15px;
}

.gs_box {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px;
    padding: 40px 30px;
}
.gs_box .left_box{
    width: 100%;
    text-align: center;
    position: initial;
	padding: 10px 0;
}
.gs_box .left_box h {
    font-size: 22px;
}
.gs_box .right_box{
    width: 100%;
    text-align: center;
    position: initial;
	padding: 0;
    border: 0;
}
.gs_box .right_box span {
    font-size: 16px;
}
.gs_box .right_box p {
    font-size: 14px;
    padding: 10px 0;
    text-align: left;
    line-height: 28px;
}

.bs_box {
	display: block;
    max-width: 100%;
    padding: 20px 0px 0;
}

.bs_box .left_box{
    width: 100%;
    text-align: center;
    padding: 20px 30px 10px;
}
.bs_box .left_box h{
    font-size: 22px;
    font-weight: 500;
}
.bs_box .left_box p{
    font-size: 15px;
    padding: 10px 0;
}

.bs_box .right_box{
    display: table;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0;
    border: 0;
}
.bs_box .right_box a{
    padding: 15px 10px;
    width: 92%;
    margin: 5px 4%;
    height: auto;
    background: #fbfbfb;
}
.bs_box .right_box a .logo_box{
    width: 40%;
    height: auto;
    line-height: normal;
    float: left;
}
.bs_box .right_box a .logo_box img{
    width: 100%;
}
.bs_box .right_box a .mesbox{
    float: right;
    width: 60%;
    padding: 0px 0 0 20px;
    text-align: left;
}
.bs_box .right_box span{
    display: block;
    font-size: 18px;
    color: #333;
}
.bs_box .right_box p{
    font-size: 14px;
    color: #828282;
    padding-bottom: 0px;
}
.bggr {
    background: none;
}
.bt30 {
    padding-bottom: 30px;
}
}

.culture{
    display: flex;
    width: 1180px;
    margin: 20px auto 50px;
}
.culture ul{
    width: 100%;
}
.culture ul li {
    float: left;
    margin-right: 5%;
    position: relative;
    width: 30%;
    overflow: hidden;
}
.culture ul li:last-child {
    margin-right: 0;
}

.culture ul li .space_cell {
    padding-bottom: 55.2%;
}

.culture ul li .baidu_ads_cell a {
    background-size: cover;
    padding-bottom: 55.2%;
}

.culture ul li a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.culture ul li a:hover img{
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.culture ul li a img {
    width: 100%;
    height: 100%;
    font-size: 0px;
    -webkit-transition: all .2s ease;
    transition: all .3s ease;
}

.culture ul li .des {
    font-size: .7rem;
    word-break: break-all;
    width: 100%;
    height: 139px;
    overflow: hidden;
    background: #f5f5f5;
    padding: 15px 25px;
}

.culture ul li .des a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 15px;
    text-align: center;
}
.culture ul li .des a:hover {
    -webkit-transform: none;
    transform: none;
}

.culture ul li span {
    color: #585858;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    display: block;
    overflow: hidden;
}

.culture ul li p {
    color: #5f5f5f;
    display: block;
    width: 100%;
    height: auto;
    font-size: 15px;
    word-break: break-all;
    overflow: hidden;
}
.cul_box {
    display: flex;
    max-width: 1180px;
    margin: 100px auto;
    height: auto;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.cul_box .left_box{
    display: block;
    width: 50%;
    text-align: left;
    padding:20px 60px 20px 0px;
}
.cul_box .left_box h{
    display: block;
    font-size: 25px;
    font-weight: 600;
    color: #585858;
    letter-spacing: 1px;
}
.cul_box .left_box p{
    font-size: 15px;
    color: #828282;
    padding: 10px 0 20px;
	text-align: left;
}

.cul_box .right_box{
    display: block;
    width: 50%;
    text-align: left;
    padding: 60px 0px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

@media (max-width:820px) {
.culture {
    margin: 0 auto 50px;
    width: 100%;
}
.culture ul li {
    margin: 0;
    padding: 10px 20px;
    width: 100%;
}
.culture ul li:last-child {
    margin-right: 0%;
}
.culture ul li .des {
    height: auto;
    padding: 15px;
}
.culture ul li .des a {
    height: auto;
}
.culture ul li a {
    height: auto;
    display: none;
}
.culture ul li span {
    font-size: 18px;
}
.culture ul li p {
    font-size: 14px;
    line-height: 28px;
}
.cul_box {
    display: block;
    max-width: 100%;
    margin: 0 auto 0px;
    padding: 39px 0px 20px;
    background: none;
}
.cul_box .left_box{
    width: 100%;
    text-align: center;
    position: initial;
	padding: 10px 20px;
}
.cul_box .left_box h {
    font-size: 22px;
}
.cul_box .right_box{
    width: auto;
    height: 180px;
    padding: 0;
    margin: 0 20px;
}

.cul_box .left_box p{
    font-size: 14px;
    line-height: 28px;
}
}


.cont_box {
    display: flex;
    max-width: 1180px;
    margin: 80px auto 0;
    height: auto;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.cont_box .left_box{
    display: block;
    width: 45%;
    text-align: left;
    padding: 60px 60px;
	background-color: #f9f9f9;
}
.cont_box .left_box h{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #585858;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.cont_box .left_box p{
    font-size: 15px;
    color: #555;
    padding: 5px 0;
}

.cont_box .right_box{
    display: block;
    width: 55%;
    height: 100%;
    max-height: 350px;
    text-align: left;
    padding: 0px;
    overflow: hidden;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
	background-color: #f9f9f9;
}
.cont_more {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 80px;
}
.cont_more a{
    display: block;
    font-size: 20px;
    color: #333;
    padding: 30px 10px;
    margin-right: 20px;
    width: 300px;
    height: auto;
    background: #fbfbfb;
	float: left;
    text-align: center;
}
.cont_more a:last-child{
    margin-right: 0px;
}
.cont_more a .logo_box{
    width: 100%;
    height: auto;
}
.cont_more a .logo_box img{
    width: 172px;
    height: auto;
}
.cont_more span{
    display: block;
    font-size: 16px;
    color: #333;
}

@media (max-width:820px) {

.cont_box {
    display: table;
    width: 100%;
    margin: 0 auto 0px;
    padding: 39px 0px 0px;
    background: none;
}
.cont_box .left_box{
    width: 100%;
    text-align: left;
    position: initial;
	padding: 10px 20px;
	background: none;
}
.cont_box .left_box h {
    font-size: 18px;
}
.cont_box .right_box{
    display: none;
    width: 100%;
    height: 200px;
    padding: 0;
	background-color: #fff;
}

.cont_more a{
    color: #333;
    margin: 2%;
    background: #fbfbfb;
    float: left;
    width: 96%;
    text-align: center;
}
.cont_more a .logo_box{
    width: 100%;
}
.cont_more span{
    display: block;
    font-size: 15px;
    color: #333;
}
.cont_more {
    margin-bottom: 60px;
    flex-direction: column;
}
}


.heightsearch {
    color: #333;
    font-size: .8rem;
    font-weight: 500;
    margin: 50px auto 0;
}

.heightsearch .sp-title2 .more a {
    margin-left: 6%;
    display: table;
    text-align: center;
    font-size: 20px;
    color: #cc0000;
    margin-bottom: 20px;
}

.heightsearch .formbox tr td {
    padding: 6px 0;
}

.heightsearch .formbox tr td .ipt-txt1 {
    width: 100%;
    max-width: 280px;
    height: 20px;
    padding: 12px;
}

.heightsearch .formbox tr td .btn-2 {
    margin: 20px 10px 20px 0;
    width: 160px;
    height: 33px;
    line-height: 33px;
    background: #cc0000;
    border: 0;
    border-radius: 3px;
    color: #fff;
}

.aloneTabBar,.tabRight {
    position: relative;
}

.aTabLayout .aTabNav {
}

.aTabLayout .aTabNav li {
}

.aTabLayout .aTabNav li.twoMenu {
    width: 82px;
}

.aTabLayout .aTabNav li.twoMenu .m {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0;
    display: none;
}

.aTabLayout .aTabNav li.twoMenu .m a {
    background: #369;
    border-bottom-color: #369;
    color: #fff;
}

.aTabLayout .aTabNav li.twoMenu .m .current,.aTabLayout .aTabNav li.twoMenu .m a:hover {
    background: #69b0f6;
    border-bottom-color: #69b0f6;
}

.aTabLayout .aTabNav li a {
    color: #b7b7b7;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    padding: 5px 12px;
    font-size: 14px;
}

.aTabLayout .aTabNav li a.thisclass {
    color: #ff0000;
    border: 1px solid #ff0000;
}

.aTabLayout .aTabNav li.current a,.aTabLayout .aTabNav li a:hover {
    color: #ff0000;
    border: 1px solid #ff0000;
}

.aTabLayout .kwLink {
    padding: 12px 0 8px;
}

.aTabLayout .kwLink a {
    margin-right: 10px;
    padding-left: 14px;
    position: relative;
    display: inline-block;
    color: #31669A;
}

.aTabLayout .kwLink a i {
    color: #31669A;
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    overflow: hidden;
    background: #ccc;
    left: 4px;
    top: 8px;
    _top: 6px;
}

.aTabLayout .kwLink a.current,.aTabLayout .kwLink a:hover {
    color: #B8272E;
    text-decoration: none;
}

.aTabLayout .kwLink a.current i,.aTabLayout .kwLink a:hover i {
    background-color: #B8272E;
}

.aTabMain .imgTxtBar-b li {
}

.aTabMain .imgTxtBar-b .txtBox .txt {
    height: 115px;
}

.aTabMain .imgTxtBar-b .txtBox .txt span {
    margin-right: 10px;
}

.aTabMain .icoposition {
    position: relative;
}

.aTabMain .icoposition .iconTxt-r {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.aTabMain .txtBox .txt h5 .iconTxt-r {
    position: relative;
    top: -5px;
}

.aTabMain .imgTxtBar {
    position: relative;
    top: 0;
    display: none;
}

.aTabMain .aTabActive {
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.imgBar,.tabSlideBar,.topicsImgTxtBar .imgTxtBar {
    position: relative;
}

.topicsModule {
    border-bottom: 1px solid #e5e5e5;
    background: #f8f7f7;
    padding-bottom: 15px;
}

.topicsModule .txt h2 {
    font-size: 20px;
    padding: 12px 0 5px 10px;
    color: #369;
}

.topicsModule .txt p {
    line-height: 24px;
    color: #666;
    padding: 0 10px;
}

.topicsImgTxtBar .imgTxtBar-b .txtBox .txt {
    height: 100px;
}

.newsListBar .imgTxtBar-b .txtBox .txt {
    height: 85px;
}

.topicsImgTxtBar .txtBox .txt h5 {
    color: #252525;
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    font-family: 'Microsoft YaHei';
    padding: 0;
    margin: 0 0 9px 0;
}

.topicsImgTxtBar .imgTxtBar-b li {
}

.topicsImgTxtBar .imgTxtBar-b li:hover {
}

.topicsImgTxtBar .imgTxtBar-b li a {
    margin: 0;
    height: auto;
}

.topicsImgTxtBar .imgTxtBar-b li a h5 {
    display: inline-block;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    padding-right: 2px;
    padding-left: 2px;
}

.topicsImgTxtBar .imgTxtBar-b li a:hover h5 {
    color: #d81517;
    text-decoration: underline;
}

.w150 {
    width: 150px;
}

.w510 {
    width: 510px;
}

.imgTxtBar-b .txtBox {
    background: none;
    padding: 0 0 0 10px;
}

.imgTxtBar .txtBox {
    padding: 10px 15px;
    background: #f8f8f8;
}

.w490 {
    width: 490px;
}

.w670 {
    width: 670px;
}

.imagTxtBar-a .txt,.imgTxtBar .txt {
    height: 60px;
    overflow: hidden;
    line-height: 20px;
}

.imgTxtBar .txt {
    color: #8c8c8c;
    line-height: 22px;
}

.imgTxtBar-b .txt p {
    line-height: 22px;
    font-size: .5rem;
}

.tagtime {
    position: absolute;
    width: 490px;
    left: 170px;
    top: 115px;
    font-size: .5rem;
}

.tagtime .date {
    float: left;
    color: #999;
    display: inline-block;
    margin-right: 10px;
}

.tagtime .tags {
    float: left;
    display: block;
    padding-left: 5px;
    overflow: hidden;
    width: 350px;
    height: 20px;
}

.tagtime .times {
    float: left;
    color: #999;
    display: inline-block;
    margin-right: 10px;
}

.tagtime .times a {
    color: #999;
    display: inline;
}

.tagtime .times a:hover {
    text-decoration: underline;
}

.tagtime .tags a {
    color: #999999;
    display: inline;
    padding-left: 15px;
}

.tagtime .tags a:hover {
    color: #336699;
    text-decoration: underline;
}


.banner-carousel .banner-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.banner-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.banner-carousel .banner-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px,0px,0px);
}

.banner-carousel .banner-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 555px;
}

.banner-carousel .banner-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in;
    -moz-transition: height 500ms ease-in;
    -ms-transition: height 500ms ease-in;
    -o-transition: height 500ms ease-in;
    transition: height 500ms ease-in;
}

.banner-carousel .banner-item {
    float: left;
}

.banner-controls .banner-page,.banner-controls .banner-buttons div {
    cursor: pointer;
}

.banner-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.grabbing {
    cursor: url(404.png) 8 8,move;
}

.banner-carousel  .banner-wrapper,.banner-carousel  .banner-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    height: 100%;
    max-height: 555px;
}

#banner-demo {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    max-height: 555px;
}

#banner-demo .item {
    position: relative;
    display: block;
    height: 555px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

#banner-demo img {
    display: block;
    width: 700px;
    height: 555px;
    margin: auto;
}

#banner-demo b {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    opacity: .5;
    filter: alpha(opacity=50);
    background: url(404.png) 0px 10px repeat-x;
}

#banner-demo span {
    position: absolute;
    left: 0;
    bottom: 45%;
    width: 100%;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    letter-spacing: 9px;
}
#banner-demo p {
    position: absolute;
    left: 0;
    bottom: 45%;
    width: 100%;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    letter-spacing:9px;
}

#banner-demo span h{
    width: 50%;
	margin: 0 20px;
}

.banner-pagination {
    position: absolute;
    left: 0px;
    bottom: 10px;
    width: 100%;
    text-align: center;
    line-height: 10px;
    height: 20px;
}

.banner-page {
    display: inline-block;
    width: 15px;
    height: 6px;
    margin: 0 3px;
    background-color: #ff0000;
    border-radius: 10px;
    *display: inline;
    *zoom: 1;
}

.banner-pagination .active {
    width: 50px;
    background: rgba(255,255,255,0.92);
}

.banner-buttons {
    display: none;
}

.banner-buttons div {
    position: absolute;
    top: 50%;
    width: 38px;
    height: 60px;
    margin-top: -45px;
    text-indent: -9999px;
}

.banner-prev {
    left: 0;
    background-image: url(../image/bg17.png);
}

.banner-next {
    right: 0;
    background-image: url(../image/bg18.png);
}

.banner-prev:hover {
    background-color: rgba(0,0,0,0.53);
}

.banner-next:hover {
    background-color: rgba(0,0,0,0.53);
}


#particles {
    width: 100%;
    height: 630px;
    overflow: hidden;
    position: relative;
    background: #2f2e2e;
}

@media (max-width:820px) {
#particles {
    height: 550px;
	background: none;
}
    .banner-carousel .banner-wrapper-outer {
        max-height: 360px;
    }

    .banner-carousel  .banner-wrapper,.banner-carousel  .banner-item {
        max-height: 360px;
    }

    #banner-demo {
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        max-height: 360px;
	    max-width: 820px;
    }

    #banner-demo .item {
		height: auto;
        min-height: 360px;
    }
    #banner-demo span {
    bottom: 40%;
    font-size: 30px;
    letter-spacing: 3px;
    }
    #banner-demo p {
    bottom: 45%;
    font-size: 30px;
    letter-spacing: 3px;
	font-weight: 500;
    }
    #banner-demo span h{
    width: 100%;
    margin: 0;
    display: block;
	font-weight: 500;
    }
    #banner-demo img {
        height: 360px;
        width: 108%;
    }

.banner-pagination {
    left: 0;
    bottom: 10px;
    width: 100%;
}	
	
    .banner-prev {
        left: 0;
        background-image: none;
        display: none;
    }

    .banner-next {
        right: 0;
        background-image: none;
        display: none;
    }

    .banner-prev:hover {
        background: none;
    }

    .banner-next:hover {
        background: none;
    }
}


.banner{
    position: relative;
    width: 100%;
    height: 390px;
    overflow: hidden;
    background-size: cover;
	background-repeat: no-repeat;
    background-position: 50%;
    }
.banner .banner-wap {
	width: 1000px;
    margin: 130px auto 0;
    }
.banner-wap h {
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #fff;
    display: block;
    }
.banner-wap span {
    font-size: 20px;
    color: #FFF;
    letter-spacing: 1px;
    display: block;
    }

@media (max-width:820px) {
	
	.banner{
    width: 100%;
    height: 210px;
    }
.banner .banner-wap {
	width: 90%;
    margin: 60px auto 0;
    }
.banner-wap h {
    font-size: 25px;
	font-weight: 400;
    }
.banner-wap span {
    font-size: 15px;
    }
}

.f5 {
}

.f5 a {
    float: left;
    margin: 15px 20px;
}

.f5 a img {
    margin: 0!important;
    padding: 0;
    float: left;
}
.chj_tab {
	display: block;
}
.chj_tab h{
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
    color: #333;
    padding: 60px 0 30px;
    letter-spacing: 1px;
}
.chj_tab h1{
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    line-height: 50px;
    color: #6d6d6d;
    margin: 60px auto;
    letter-spacing: 1px;
}
.chj_tab h1 a{
	line-height: 50px;
    color: #6d6d6d;
    font-size: 20px;
    margin: 0px auto;
    text-align: center;
	width: 100%;
    display: block;
}
.chj_tab p{
	width: 66%;
	line-height: 28px;
    color: #666;
    font-size: 16px;
    display: block;
    margin: 0px auto 39px;
	text-align: justify;
}
.chj_tab span{
    display: block;
    text-align: center;
    font-size: 19px;
    color: #333;
    letter-spacing: 1px;
}
.chj_tab span a{
    color: #ff0000;
    font-size: 16px;
    display: block;
    margin: 30px auto 39px;
}

.sub_sidebar {
    position: fixed;
    margin-left: 15px;
    top: 105px;
    border-top: 1px solid #f0f0f0;
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: 1;
}

.sub_sidebar.head_change {
    top: 66px;
}

.sub_sidebar.foot_change {
    top: auto;
    bottom: 285px;
}

.sub_sidebar .cover_layer {
    position: absolute;
    top: -1px;
    width: 198px;
    height: 46px;
    border-right: 4px solid #ff0000;
}

.sub_sidebar_list {
    position: relative;
    width: 198px;
}

.sub_sidebar_list li a {
    display: block;
    height: 44px;
    width: 185px;
    border-bottom: 1px solid #eee;
    color: #666;
    font-size: 18px;
    line-height: 44px;
    text-align: right;
    padding-right: 13px;
    text-decoration: none;
    position: relative;
    -webkit-transition: color .3s linear;
    transition: color .3s linear;
}

.path_area a:hover,.sub_sidebar_list li a:hover,.sub_sidebar_list li.current a {
    color: #ff0000;
}

html[lang=en] .sub_sidebar_list li a {
    font-size: 17px;
}

.sub_sidebar_list li a i {
    display: none;
    height: 46px;
    width: 4px;
    background: #0075bc;
    position: absolute;
    right: 0;
    top: -1px;
}

@media (max-width:820px) {
    .sub_sidebar {
        display: none!important;
    }
	
.chj_tab h{
    font-size: 22px;
    color: #333;
    padding: 50px 0 30px;
}
.chj_tab h1{
    font-size: 16px;
    margin: 50px 23px;
    line-height: 36px;
}
.chj_tab h1 a{
	width: auto;
    display: initial;
    font-size: 16px;
	padding: 0;
	line-height: 30px;
}
.chj_tab p{
	width: 90%;
    font-size: 14px;
    color: #666;
	padding: 0 15px;
}
.chj_tab span{
    font-size: 13px;
    color: #aaa;
	padding: 0 15px;
}
	
	
 }

 .scroll {
    position: fixed;
    top: 0;
    width: 290px;
    z-index: 260;
}