/*
*  @date 2017-02-09
*  @author pretender
*  @description  base css document
*  @update
*  @updatedate
*
*/

@charset="UTF-8";
::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
}

* {
    margin: 0;
    padding: 0;
    border: 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],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

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

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

input {
    line-height: normal
}

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

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

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

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

input::-ms-clear {
    display: none;
}

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

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

html,
body {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 100%;
}

a {
    text-decoration: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clearfix{
    clear: both;
}
.swiper-container{
    overflow: visible;
}
.container {
    width: 1200px;
    margin-right: auto;
    margin-left: auto
}

#menu {
    display: block;
    position: fixed;
    list-style: none;
    right: 10px;
    top: 50%;
    width: 36px; 
    height: 156px;
    margin-top: -74px;
    padding: 26px 0px 0px 0px;
    z-index: 100;
    background: url(./../image/menu_bg.png) no-repeat left top;
}

#menu li {
    height: 16px;
    margin-bottom: 15px;
	margin-left:10px;
}

#menu li a {
    display: block;
    overflow: hidden;
    width: 16px;
    height: 16px;
    margin-bottom: 5px;
    text-indent: -9999px;
    background: url(./../image/menu_off.png) no-repeat left top;
}

#menu li.active {
    height: 16px;
}

#menu li.active a {
    height: 16px;
    background-image: url(./../image/menu_on.png)
}

/* header */


.top-bar {
    height: 30px;
    background: #000;
}

.top-bar ul {
    float: right;
    list-style: none;
}

.top-bar ul li {
    float: left;
    height: 30px;
    margin-left: 30px;
    line-height: 30px;
}

.top-bar ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #9d9d9d;
}

.top-bar ul li a:hover {
    color: #fff;
}

.menu-bar {
    height: 100px;
    background: #fff;
    border-bottom: 1px solid #b2b2b2;
}

.logo {
    float: left;
    width: 140px;
    height: 66px;
    line-height: 100px;
    vertical-align: middle;
    *margin-top: 17px;
}

.logo img {
    vertical-align: middle;
}

.nav-bar {
    float: left;
    margin-left: 110px;
    position: relative;
}
.nav-bar .focus{
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 73px;
    height: 4px;
    background: #2475d0;
    -webkit-transition: all cubic-bezier(.2, .2, .45, 1.5) .44s;
    -moz-transition: all cubic-bezier(.2, .2, .45, 1.5) .44s;
    -ms-transition: all cubic-bezier(.2, .2, .45, 1.5) .44s;
    transition: all cubic-bezier(.2, .2, .45, 1.5) .44s;
}
.nav {
    padding: 0;
    float: left;
    list-style: none;
    margin-top: 10px;
}

.nav a {
    color: #333;
    font-size: 16px;
    display: block;
    padding: 0 15px;
    text-decoration: none;
}

.nav .item {
    margin: 0;
    padding: 0;
    float: left;
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
    z-index:999;
}

.nav .nav a {
    font-size: 14px;
}

.nav .haschild {
    margin: 0;
    padding: 0;
    float: left;
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAMCAYAAABBV8wuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2YzQ4YzRjYy01ZDdhLTc2NDQtYmUyYi1hMzgyNTEwYjZjZGYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0M1OEExMjJFRjcxMTFFNkFBOUVGNDg0QUEyRjE5OEIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0M1OEExMjFFRjcxMTFFNkFBOUVGNDg0QUEyRjE5OEIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjA4ZWI4NTAtOGU0Ny00MTQwLTkzMTktMWEzNTI0YjBmODczIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ODdmMzgwYzktZDI2ZC0xMWU2LWI1YjUtZjhiOTJmMWZlMjYxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Cgw8ewAAAEVJREFUeNpiYGBgsGfAApiA2BGbJBOUxpBkQmKjSDKhmQCXZMFiryM2HTDAiE3HfiA+yIRNEN0ouCCyBIogDGANEoAAAwD2PwjZN57trAAAAABJRU5ErkJggg==") no-repeat 170px center;
}

.nav .item:hover {
    position: relative;
}

.nav .item:hover>.nav {
    display: block;
}

.nav .item:hover>.nav .item:hover>a {
    color: #fff;
}

.nav .nav {
    top: 76px;
    left: 0;
    width: 190px;
    display: none;
    background: #fff;
    position: absolute;
    border: 1px solid #b2b2b2;
    z-index: 200;
}

.nav .nav .item {
    clear: both;
    min-width: 100%;
}

.nav .nav .item:hover {
    background: #2475d0;
}

.nav .nav .haschild:hover {
    background: #2475d0 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAMCAYAAABBV8wuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA25pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2YzQ4YzRjYy01ZDdhLTc2NDQtYmUyYi1hMzgyNTEwYjZjZGYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTMwRTZGN0YwRUQwMTFFN0ExMTFEMDc1NTlCQ0IxRTYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTMwRTZGN0UwRUQwMTFFN0ExMTFEMDc1NTlCQ0IxRTYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6M0M1OEExMjVFRjcxMTFFNkFBOUVGNDg0QUEyRjE5OEIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6M0M1OEExMjZFRjcxMTFFNkFBOUVGNDg0QUEyRjE5OEIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4OuV9qAAAAPElEQVR42nTQMQ4AMAgCQPD/f6ZNYzoouDicaCJ1CwAxqrorwcIag0rw0cHDBDFBB3QJulV0N9ZLjgADAMRECRWhvCCAAAAAAElFTkSuQmCC") no-repeat 170px center;
}

.nav .nav .nav {
    top: -10px;
    left: 100%;
}

.nav .nav .nav .nav .nav .nav {
    left: auto;
    right: 100%;
}

.nav .level1 {
    height: 90px;
    line-height: 90px;
}



.nav .level1:hover {
    color: #2475d0;
}

.small-nav{
    position: absolute;
    display: none;
}

.small-nav span {
    display: block;
    background: #666;
}
.small-search{
    position: absolute;
    display: none;
    background: url(./../image/search-btn.png) center center no-repeat;
}
.search-bar {
    position: relative;
    float: right;
    margin-top: 35px;
}

.searchword {
    padding-left: 15px;
    width: 250px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #999;
    border-radius: 36px;
    font-family: Microsoft Yahei;
    color: #999;
}

.searchbtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    background: url(./../image/search-btn.png) center center no-repeat;
    text-indent: -9999px;
    cursor: pointer;
}
/* header END*/

.mouse {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0px;
	bottom:-64px;
}

.footer span {
    line-height: 60px;
    text-align: center;
}
.footer .friendly-link{
    float: right;
}
.footer .friendly-link a{
    padding: 0 15px;
    border-right: 1px solid #5e5e5e;
    color: #9d9d9d;
}
.footer .friendly-link a.last{
    border-right: 0px;
}

.mo-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(./../image/nav-bg.png) left top repeat;
    z-index: 200;
    display: none;
}

.mo-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    z-index: 201;
    overflow-y: scroll;
    display: none;
    font-size: 14px;
}

.mo-bar-close {
    width: 100%;
    height: 35px;
    padding: 10px 0;
    background: #666 url(./../image/close.png) right center no-repeat;
    cursor: pointer;
}

.mo-bar>ul {
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}

.mo-bar ul ul {
    margin-left: 15px;
    display: none;
}

.mo-bar ul.mo-nav {
    margin-top: 20px;
}

.mo-bar ul li {
    width: 100%;
    list-style: none;
}

.mo-bar a {
    display: inline-block;
    width: 210px;
    height: 35px;
    padding-left:10px;
    line-height: 35px;
    color: #fff;
    *zoom:1;
    *display: inline;
}
.mo-bar i{
    display: inline-block;
    width: 35px;
    height: 35px;
    float: right;
    *zoom:1;
    *display: inline;
}
.mo-bar i.more {
    background: url(./../image/plus.png) right top no-repeat;
}

.mo-bar i.more-hover {
    background: url(./../image/minus.png) right top no-repeat;
}
.mo-search-bar {
    position: relative;
    width: 267px;
    margin: 17px auto;
}

.mo-searchword {
    padding-left: 15px;
    width: 250px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #999;
    border-radius: 36px;
    font-family: Microsoft Yahei;
    color: #fff;
    background: #222;
}

.mo-searchbtn {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 34px;
    height: 34px;
    background: #222 url(./../image/search-btn.png) center center no-repeat;
    text-indent: -9999px;
    cursor: pointer;
    border-radius: 20px;
}
iframe.js-video{
	position:absolute;
	top:0;
	left:0;
	z-index:199;
	display:none;
}

a.page-disabled{
    color:#999 !important;
    cursor: default !important;
}
a.page-disabled:hover{
    background: inherit !important;
}