/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */



html {
	/* 1 */
	/*line-height: 1.15;*/
	/* 2 */
	-ms-text-size-adjust: 100%;
	/* 3 */
	-webkit-text-size-adjust: 100%;
	/* 3 */
}

* {
	font-family: '微软雅黑';
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers (opinionated).
 */


/* body,html,div,ul,ol,li,h1,h2,h3,h4,h5,p {
  margin: 0;
  padding: 0;
}
 */


/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
	display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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


/* Grouping content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
	/* 1 */
	display: block;
}


/**
 * Add the correct margin in IE 8.
 */

figure {
	margin: 1em 40px;
}


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */
}


/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a {
	text-decoration: none;
}

a:active,
a:hover {
	outline-width: 0;
	text-decoration: none;
}


/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}


/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
	font-weight: inherit;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}


/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
	font-style: italic;
}


/**
 * Add the correct background and color in IE 9-.
 */

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


/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}


/* Embedded content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */


/*audio,
video {
	display: inline-block;
}*/


/**
 * Add the correct display in iOS 4-7.
 */

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


/**
 * Remove the border on images inside links in IE 10-.
 */

img {
	border-style: none;
}


/**
 * Hide the overflow in IE.
 */

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


/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

button,
input,
optgroup,
select,
textarea {
	/*font-family: sans-serif;*/
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}


/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],

/* 1 */

[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}


/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}


/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}


/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
	overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}


/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,

/* 1 */

menu {
	display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}


/* Scripting
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

canvas {
	display: inline-block;
}


/**
 * Add the correct display in IE.
 */

template {
	display: none;
}


/* Hidden
   ========================================================================== */


/**
 * Add the correct display in IE 10-.
 */

[hidden] {
	display: none;
}


/*myreset*/

* {
	padding: 0;
	margin: 0;
	border: 0;
}

ul,
li {
	list-style: none;
}

*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

a:focus {
	-moz-outline-style: none;
	/* FF */
}

img,
input {
	border: 0;
}

input,
textarea,
select,
* {
	border: 0;
	outline: none;
	-webkit-appearance: none;
	/*去除系统默认样式*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*去除系统默认样式*/
}

a div,
a span {
	cursor: pointer;
}

textarea {
	resize: none;
}

a {
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
	/* IE Opera */
	outline: none;
	/* FF Opera */
}

ol,
ul,
li,
img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

input,
img,
textarea {
	border: none;
	border-radius: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
}

body {
	background: #fff;
}

.clear {
	clear: both;
}

video,
img {
	display: inline;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.shu16 {
	line-height: 32px;
	color: #3d3d3d;
	font-size: 16px;
}

.shu14 {
	line-height: 30px;
	color: #474747;
	font-size: 14px;
}

.shu12 {
	line-height: 26px;
	color: #484848;
	font-size: 12px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


.main-im{ position:fixed; right:0;top:50%; margin-top:-85px; z-index: 100;  height: 172px; }
.main-im .qq-a { display: block; width: 106px; height: 116px; font-size: 14px; color: #0484cd; text-align: center; position: relative; }
.main-im .qq-a span { bottom: 5px; position: absolute; width: 90px; left: 10px; }
.main-im .qq-hover-c { width: 70px; height: 70px; border-radius: 35px; position: absolute; left: 18px; top: 10px; overflow: hidden; z-index: 9; }
.main-im .qq-container { z-index: 99; position: absolute; width: 109px; height: 118px; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom: 1px solid #dddddd; background: url(../images/qq-icon-bg.png) no-repeat center 8px; }
.main-im .img-qq {max-width: 60px; display: block; position: absolute; left: 6px; top: 3px; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.main-im .im-qq:hover .img-qq{ max-width: 70px; left: 1px; top: 8px; position: absolute; }
.main-im .im_main {background: #F9FAFB; border: 1px solid #dddddd; border-radius: 10px; background: #F9FAFB;padding-bottom:10px;}
.main-im .im_main .im-tel { color: #000000; text-align: center; width: 109px; padding:10px 0;border-bottom: 1px solid #dddddd; }
.main-im .im_main .im-tel div{font-weight:bold;font-size: 12px;margin-top:11px;}
.main-im .im_main .im-tel .tel-num { font-family: Arial; font-weight: bold; color: #e66d15;}
.main-im .im_main .im-tel:hover { background: #fafafa; }
.main-im .im_main .go-top {display:none; width: 50px; height: 47px; background: #f5f5f5; border-bottom-right-radius: 10px; background:url(../images/totop-icon.png) no-repeat center center; margin:0 auto;}
.main-im .im_main .go-top a { display: block; width: 52px; height: 47px; }
.main-im .close-im { position: absolute; right: 10px; top: -12px; z-index: 100; width: 24px; height: 24px; }
.main-im .close-im a { display: block; width: 24px; height: 24px; background: url(../images/close_im.png) no-repeat left top; }
.main-im .close-im a:hover { text-decoration: none; }
.main-im .open-im { cursor: pointer;  width: 25px; height: 100px; background:url(../images/qq_1.png) no-repeat left top; display:none;}

	

/*引入字体*/
@font-face {
	font-family: 'SourceHanSansCN-Normal';
	src: url('../fonts/sourcehansanscn-normal.eot');
	src: url('../fonts/sourcehansanscn-normal.woff') format('woff'),
		url('../fonts/sourcehansanscn-normal.ttf') format('truetype'),
		url('../font/SourceHanSansCN-Normal.otf') format('truetype'),
		url('../font/SourceHanSansCN-Normal.svg') format('svg');
}

.font {
	font-family: 'SourceHanSansCN-Normal';
}
@font-face {
	font-family: 'Montserrat-Regular';
	src: url('../fonts/montserrat-regular.eot');
	src: url('../fonts/montserrat-regular.woff') format('woff'),
		url('../fonts/montserrat-regular.ttf') format('truetype'),
		url('../font/Montserrat-Regular.otf') format('truetype'),
		url('../font/Montserrat-Regular.svg') format('svg');
}

.font {
	font-family: 'Montserrat-Regular';
}

/*头部*/
.topk {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 60;
	padding: 14px 0;
	background: rgba(255,255,255,1);
}

.top-navt,
.top-navc, .top-tel {
	display: block;
	border-radius: 50%;
	overflow: hidden;
	display: block;
	float:right;
	margin-left: 6px;
    width: 32px;
    height: 32px;
}
.top-navt:first-child{
	margin-left: 0;
}
.top-navt img,
.top-navc img,
.top-tel img{
	width: 100%;
}

.top-yyk a {
	display: block;
	float: left;
    width: 32px;
    height: 32px;
	overflow: hidden;
	margin-left: 4px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
    line-height: 32px;
    font-size: 14px;
	color: #00a784;
	background: #fff;
	position: relative;
}

.top-yyk a span {
	display: block;
	position: relative;
	top: 0;
}

.top-yyk a.on,
.top-yyk a:hover {
	background: #00A784;
	color: #fff;
}

.top-yyk a:hover span,
.top-yyk a.on span {
	top: -100%;
}

.top-yyk a.on:hover span {
	top: 0;
}

.top-yyk a.top-navt {
	display: none;
}
.logo{
	margin-top: -5px;
}
.logo img{height:60px;}
.logo1 {
	display: block;
}

.logo2 {
	display: none;
}

.fo-copy {
	line-height: 26px;
	font-size: 14px;
	color: #fff;
	/* text-transform: uppercase; */
}
.fo-copy a,
.fo-copy a:visited {
	color: #fff;
}

.fo-copy > .fl {
	width: calc(100% - 160px);
}
.in-p6k .fo-copy > .fl {
    width: calc(100% - 160px);
}
.fo-copyby,
.fo-copyby a,
.fo-copyby a:visited {
	color: rgba(255, 255, 255, 0.4);
}
.fo-copyby{
	margin-left: 6px;
}
.fo-navk {
	display: block;
	/*overflow: hidden;*/
	height: 70px;
	margin-bottom: 34px;
	padding-bottom: 28px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.fo-navn {
	display: block;
	/*overflow: hidden;*/
	float: left;
	line-height: 42px;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}

.fo-navn a {
	display: block;
	float: left;
	padding: 0 25px;
}

.fo-navn a:first-child {
	padding-left: 0;
}

.fo-navn a:last-child {
	padding-right: 0;
}

.fo-navn a,
.fo-navn a:visited {
	color: #fff;
}

.fo-navn a:hover {
	color: rgba(255, 255, 255, 0.5);
}

.fo-cbk {
	display: block;
	/*overflow: hidden;*/
}

.fo-cbk a {
	display: block;
	float: left;
	position: relative;
	margin-left: 13px;
}

.fo-cbk a:first-child {
	margin-left: 0;
}

.ewmk {
	display: block;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	width: 130px;
	height: 155px;
	padding: 10px;
	right: 0;
	top: 0;
	background: #fff;
	border: 1px solid #ddd;
	overflow: hidden;
	/* transform: translate(100px, -160px);
	-ms-transform: translate(100px, -160px);
	-webkit-transform: translate(100px, -160px);
	-o-transform: translate(100px, -160px);
	-moz-transform: translate(100px, -160px); */
	transform: translate(0, -160px);
	-ms-transform: translate(0, -160px);
	-webkit-transform: translate(0, -160px);
	-o-transform: translate(0, -160px);
	-moz-transform: translate(0, -160px);
}

.ewmtu {
	display: block;
	margin-bottom: 10px;
}

.ewm-m {
	display: block;
	text-align: center;
	line-height: 1.1;
	font-size: 14px;
	color: #454545;
}
.ewmdk:hover .ewmk {
	opacity: 1;
	/* transform: translate(0, -160px);
	-ms-transform: translate(0, -160px);
	-webkit-transform: translate(0, -160px);
	-o-transform: translate(0, -160px);
	-moz-transform: translate(0, -160px); */
}

.nav-wxb .ewmk {
	left: 0;
	/*top: auto;
	bottom: 0;*/
	transform: translate(100px, -160px);
	-ms-transform: translate(100px, -160px);
	/* IE 9 */
	-webkit-transform: translate(100px, -160px);
	/* Safari and Chrome */
	-o-transform: translate(100px, -160px);
	/* Opera */
	-moz-transform: translate(100px, -160px);
}

.nav-wxb .ewmdk:hover .ewmk {
	opacity: 1;
	transform: translate(0, -160px);
	-ms-transform: translate(0, -160px);
	/* IE 9 */
	-webkit-transform: translate(0, -160px);
	/* Safari and Chrome */
	-o-transform: translate(0, -160px);
	/* Opera */
	-moz-transform: translate(0, -160px);
}

/*  */
.subNavBox {
	display: block;
}

.subNav {
	line-height: 48px;
	font-size: 18px;
	color: #000;
	border-bottom: 1px solid #e5e3da;
	background: url(../images/jiantou1.png) 98% center no-repeat;
}

.subNav-tit {
	display: block;
	padding: 0 10px;
	margin-right: 50px;
	line-height: 56px;
	font-size: 18px;
	color: #000;
}

.subNav:hover {
	color: #277fc2;
}

.currentDd {
	color: #277fc2
}
/* .subNavBox .subNav:nth-child(2), .subNavBox .subNav:nth-child(3){
} */
.subNavBox .subNav:nth-child(2).currentDt, .subNavBox .subNav:nth-child(4).currentDt{
	background: url(../images/jiantou.png) 98% center no-repeat;
	
}
.navContent {
	display: none;
	border-bottom: 1px solid #e5e3da;
	padding: 0 10px;
}

.navContent a {
	display: block;
	padding: 0 6px;
	font-size: 16px;
	line-height: 52px;
	color: #333;
	border-bottom: 1px solid #e5e3da;
}

.navContent a:last-child {
	border-bottom: none;
}

/* 导航 */
.top-navk {
	display: block;
	line-height: 55px;
	font-size: 16px;
}

.top-navk li {
	display: block;
	float: left;
	/* position: relative; */
}

.top-navk li > a {
	display: block;
	height: 55px;
	padding: 0 20px;
	overflow: hidden;
	text-transform: uppercase;font-size:18px;line-height:55px;
}

.top-navk li a span {
	display: block;
	position: relative;
	top: 0;
}

.top-navk li:hover a span {
	
}

.top-navk1 li a span {
	color: #323232;
}
/* .top-navk1b li a span {
	color: #fff;
} */

.top-navk2 li a span {
	color: #323232;
}

.navi_content {
	display: none;
	width: 100%;
	left: 0;
	padding: 15px;
	position: absolute;
	top: 111px;
	overflow: hidden;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.4);
	z-index: 1;
	overflow: hidden;
}
.navi_content a{
	display: block;
	float: left;
	padding: 0 24px;
	line-height: 48px;
	font-size: 16px;
	color: #fff;
}
.navi_content a:visited{
	color: #fff;
}
/* .top-navk1 li:hover a span{
	color: #E8E619;
} */
.top-navk1 .navi_content a:hover, 
.top-navk1 li:hover a span, 
.top-navk1 li.on > a span,
.top-navk2 .navi_content a:hover{
	color: #0e3f88;
}
.top-navk2 li:hover a span,
.top-navk2 li.on > a span{
	color: #0e3f88;
}

/*  */

.navib{
	display: block;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: calc(50% - 128px);
	z-index: 61;
}
.navibx{
	display: block;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: calc(50% - 20px);
	z-index: 2;
	width: 100%;
	height: 40px;
	background: url(../images/navb01.png) center center no-repeat;
	background:100% auto  !important;
}
.navibxon{
	display: block;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: calc(50% - 20px);
	z-index: 2;
	width: 100%;
	height: 40px;
	background: url(../images/navb02.png) center center no-repeat;
	background:100% auto  !important;
}
.navdk{
	display: none;
	left: 0;
	top: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 57;
}
.navdnk{
	width: 100%;
	height: 100%;
	background: url(../images/navbg.jpg) right center no-repeat #fff;
	background-image: auto 100% !important;
	display: -webkit-box;
	display: -ms-fslexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.navdk2{
	display: none;
	left: 0;
	top: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 62;
}
.navdnk2{
	width: 100%;
	height: 100%;
	background: url(../images/navbg.jpg) right center no-repeat #fff;
	background-image: auto 100% !important;
	overflow-y:scroll;
	padding: 66px 0 20px;
}
.navlbk{
	display: block;
}
.navlb{
	display: block;
	overflow: hidden;
	margin-bottom: 160px;
}
.navlb li{
	display: block;
	width:16.666%;
	height: 270px;
	float: left;
}
.navl-tit{
	display: block;
	margin-bottom: 18px;
	line-height: 38px;
	font-size: 24px;
	color: #000;
}
.navl-tit:hover{
	color: #00A784;
}
.naver{
	display: block;
	overflow: hidden;
}
.naver a{
	display: block;
	padding: 5px 0;
	line-height:24px;
	font-size: 14px;
	color: #878787;
}
.naver a:visited{
	color: #878787;
}
.naver a:hover{
	color: #000000;
	text-indent: 6px;
}
.nav-copy{
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 43px;
	text-transform: uppercase;
	line-height: 30px;
	font-size: 14px;
	color: #aaa;
}
.nav-copy a, .nav-copy a:visited{
	color: #aaa;
}
.nav-wxb{
	display: block;
	/*overflow: hidden;*/
	border-top: 1px solid #d7d7d7;
	padding-top: 60px;
}
.nav-wxb{
	display: block;
}
.nav-wxb a{
	display: block;
	position: relative;
	float: left;
	margin-left: 13px;
}
.nav-wxb a:first-child{
	margin-left: 0;
}
/*  */
.topk-ny{
	position: fixed;
	z-index: 100;
	background: url(../images/top-bg.jpg) center center no-repeat;
	background-size: cover;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.topk-nyh{
	height: 83px;
}
.nyfo-copy{
	display: block;
	/* overflow: hidden; */
	padding: 32px 0;
	background: #1b1504;
	line-height: 36px;
	font-size: 16px;
	color: #585858;
}
.nyfo-copy .container{
	height: 36px;
}
.nyfo-copy a, .nyfo-copy a:visited{
	color: #585858;
}
.nyfo-wbk a{
	display: block;
	float: left;
	position: relative;
	margin-left: 10px;
}
.nyfo-wbk a:first-child{
	margin-left: 0;
}
.ny-foewm{
	display: none;
	width: 130px;
	padding: 8px;
	overflow: hidden;
	position: absolute;
	top: -160px;
	left: -94px;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.ny-foewm img{
	display: block;
	width: auto;
	margin-bottom: 8px;
}
.ny-foewmm{
	font-size: 14px;
	line-height: 1.3;
	color: #454545;
}
.nyfo-wbk a:hover .ny-foewm{
	display: block;
}

	.nyfo-copy br{
		display: none;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
.top-navk li:hover .f-main{height:auto;display:block;}
.top-navk li{position:relative;}
.top-navk li:hover .znwlcd{height:auto;display:block;}
.znwlcd{width:150px;display:none;position:absolute;
	top:53px;left:0px;padding:20px 10px 10px 10px;background:#fff;}
.znwlcd a{display:block;text-align:center;font-size:14px; color:#333; line-height:30px;border-bottom:1px solid #eee;}
.znwlcd a:hover{color:#004493;}
.f-main {
display:none;
width:100%;
	padding:40px 0px 30px;
	background:#fff;
	position:fixed;
	left:0px;
	z-index:999;
	top:68px;
	filter:alpha(opacity=2);
	-moz-opacity:0.02;
	-khtml-opacity:0.02;
	opacity:1;overflow:hidden;
	transition:height 0.5s,filter 0.5s,-moz-opacity 0.5s,-khtml-opacity 0.5s,opacity 0.5s;
	-moz-transition:height 0.5s,-moz-transform 0.5s,filter 0.5s,-moz-opacity 0.5s,-khtml-opacity 0.5s,opacity 0.5s;
	-webkit-transition:height 0.5s,-webkit-transform 0.5s,filter 0.5s,-moz-opacity 0.5s,-khtml-opacity 0.5s,opacity 0.5s;
	-o-transition:height 0.5s,-o-transform 0.5s,filter 0.5s,-moz-opacity 0.5s,-khtml-opacity 0.5s,opacity 0.5s;
	;
}
.foot:hover .f-main {
	height:236px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}
.f-main-bd {
	padding:0px 3.5%;
	
	z-index:0;
	
}
.dzyqj {
	
	float:left;
	margin:0px 30px 0px 30px;
}
.fn-title {
	color:#333;
	font:normal 16px/16px "微软雅黑";
	padding:10px 0px 0px 0px;font-weight:bold;
}
.border {
	width:30px;
	height:2px;
	background:#004493;
	display:block;
	margin:17px 0px 20px 0px;
}
.dzyqj-bd ul li {
	margin:0px 0px 12px 0px;float:none;
}
.dzyqj-bd ul li a {
	height:auto;
	color:#444;
	font:normal 14px/14px "微软雅黑";
	padding:0px 0px;
}
.dzyqj-bd ul li a:hover {
	color:#004493;
}
.zheng {
	float:left;
	margin:0px 8.5% 0px 0px;
}
.yz {
	width:262px;
	height:38px;
	background:url(../images/input-bj.png) no-repeat;
}
.yz input {
	width:190px;
	height:34px;
	background:none;
	border:none;
	color:#000;
	font:normal 14px/34px "微软雅黑";
	text-indent:1em;
	float:left;
	margin:2px 0 0 0;
}
.yz a {
	display:block;
	float:right;
	height:38px;
	width:69px;
	background:none;
	border:none;
}
.y-ex {
	color:#dbdbdb;
	font:normal 13px/13px "微软雅黑";
	margin:16px 0px 0px 0px;
	width:280px;
}
.find {
	float:left;
}
.find-one {
	color:#dbdbdb;
	font:normal 13px/25px "微软雅黑";
	background:url(../images/f-bao1.png) no-repeat left center;
	text-indent:31px;
	margin:0px 0px 15px 0px;
}
.find-two {
	color:#dbdbdb;
	font:normal 13px/25px "微软雅黑";
	background:url(../images/f-bao2.png) no-repeat left center;
	text-indent:31px;
	margin:0px 0px 15px 0px;
}
.find-three {
	color:#dbdbdb;
	font:normal 13px/25px "微软雅黑";
	background:url(../images/f-bao3.png) no-repeat left center;
	text-indent:31px;
	margin:0px 0px 15px 0px;
}
.sao-bd {
	width:126px;
	height:126px;
}
.sao {
	float:right;
}
@media (max-width:1600px) {
	.dzyqj {
	float:left;
	
}

.zheng {
	float:left;
	margin:0px 0% 0px 0px;
}
}@media (max-width:1400px) {
	.dzyqj {
	float:left;}
.f-main-bd{padding:0px 1%;}

}

.zheng {
	float:left;
	margin:0px 5% 0px 0px;
}
}.sub-nav {
	float:left;
	margin:0px 0px 0px 10%;
}
.sub-nav ul li {
	float:left;
	margin:0px 25px 0px 0px;
}
.sub-nav ul li a {
	color:#494949;
	font:normal 12px/37px "微软雅黑";
	display:block;
}
.sub-nav ul li a:hover {
	color:#000;
	border-bottom:1px solid #000;
}
.sub-nav ul li a.s-this {
	color:#000;
	border-bottom:1px solid #000;
}
.erji-title {
	background:url(../images/sxy-title-bj.png) center top;
}
.qiye-main {
	background:url(../images/qiye-bj.jpg) center 91px;
	width:100%;
	height:865px;
	background-attachment: fixed;
}
.erji-title h2 {
	color:#000;
	font:normal 30px/30px "微软雅黑";
	text-align:center;
	padding:68px 0px 0px 0px;
}
.erji-title span {
	text-align:center;
	display:block;
	padding:20px 0px 30px 0px;
}
.jianjie {
	width:80%;
	background:url(../images/jianjie-bj.png) repeat-y;
	padding:20px;
	margin:112px auto 0px auto;
	background-size:100% auto;
}
.jianjie p {
	text-align:center;
	color:#000;
	font:normal 18px/36px "微软雅黑";
	text-shadow:1px 1px 1px #7e8288;
}
.linian ul {
	width:80%;
	margin:141px auto 0px auto;
	position:relative;
}
.linian ul li {
	width:432px;
	height:199px;
	background:url(../images/lnian-bj.png) no-repeat top left;
}
.linian-title {
	padding:25px 0px 20px 25px;
}
.linian ul li h3 {
	color:#000000;
	font:normal 16px/29px "微软雅黑";
	padding:0px 25px;
}
.linian ul li.ln-sm h3 {
	color:#000000;
	font:normal 16px/29px "微软雅黑";
	padding:0px 25px;
	text-indent:2em;
}
.ln-yj {
	float:left;
}
.ln-jz {
	float:right;
}
.ln-sm {
	position:absolute;
	left:50%;
	margin:0px 0px 0px -215px;
}
.linian ul li h2 {
	color:#000000;
	font:normal 18px/29px "微软雅黑";
	padding:0px 25px;
}
@media (max-width:1680px) {
	.linian ul li {
	width:32%;
	height:199px;
	background:url(../images/lnian-bj.png) no-repeat top left;
	background-size:100% 100%;
}
.ln-sm {
	position:absolute;
	left:50%;
	margin:0px 0px 0px -16%;
}
}.nianhui-main {
	background:url(../images/nianhui-bj.jpg) no-repeat center 90px;
	width:100%;
	background-attachment:fixed;
}
.gsnh-bd {
	width:80%;
	margin:56px auto 0px auto;
	position:relative;
}
.gsnh-bd ul li {
	width:429px;
	margin:0 0 55px 0;
}
.gsnh-bd ul li.nh-2014 {
	float:left;
}
.gsnh-bd ul li.nh-2016 {
	float:right;
}
.gsnh-bd ul li.nh-2015 {
	position:absolute;
	left:50%;
	margin:0px 0px 0px -215px;
}
.gsnh-bd ul li.nh-left {
	float:left;
}
.gsnh-bd ul li.nh-right {
	float:right;
}
.gsnh-bd ul li.nh-center {
	position:absolute;
	left:50%;
	margin:0px 0px 0px -215px;
}
.nh-pic {
	padding:0px;
	border:none;
	background:none;
}
.nh-pic-box {
	border-radius:5px;
	overflow:hidden;
	width:429px;
	height:429px;
	box-shadow:0 0px 8px rgba(0,0,0,.5);
	position:relative;
}
.nh-text {
	position:absolute;
	width:429px;
	height:80px;
	background:url(../images/nh-pic-bj.png);
	bottom:0px;
	left:0px;
	color:#FFF;
	font:normal normal 16px/80px "微软雅黑";
	text-align:center;
}
.year {
	width:114px;
	height:47px;
	background:url(../images/year-bj.png) no-repeat;
	color:#FFF;
	font:normal 24px/24px "微软雅黑";
	text-align:center;
	padding:15px 0px 0px 0px;
	margin:54px auto 0px auto;
}
.modal-dialog {
	width:898px;
	margin:199px auto;
}
.modal-content {
	-webkit-box-shadow:none;
	box-shadow:none;
	border:none;
	padding:0px 0px 30px 0px;
}
.modal-body {
	width:866px;
	height:483px;
	margin:0px auto 0px auto;
	overflow:hidden;
}
.modal-header {
	margin-bottom:14px;
}
.modal-title {
	font:normal 16px/16px "微软雅黑";
	text-indent:16px;
}
@media (max-width:1660px) {
	.gsnh-bd ul li {
	width:32%;
	height:auto;
}
.nh-pic-box {
	width:100%;
	height:auto;
}
.nh-pic-box img {
	width:100%;
	height:auto;
}
.nh-text {
	width:100%;
}
.gsnh-bd ul li.nh-center {
	position:absolute;
	left:50%;
	margin:0px 0px 0px -16%;
}
}.yinyue-main {
	background:url(../images/yinyue-bj.jpg) no-repeat center 89px;
	width:100%;
	background-attachment:fixed;
}
.photo-box {
	width:980px;
	height:550px;
	margin:10px auto 0px auto;
	overflow:hidden;
	background:url(../images/music-photo-bj.png);
	padding:5px;
}
.photo-box-bd {
	width:970px;
	height:550px;
	overflow:hidden;
	margin:5px;
}
.music-box {
	width:980px;
	height:40px;
	margin:20px auto 0px auto;
}
.cishan-main {
	background:url(../images/cishan-bj.jpg) no-repeat center 90px;
	width:100%;
	background-attachment:fixed;
}
.cs-video {
	width:844px;
	height:474px;
	margin:30px auto 0px auto;
}
.cs-text {
	width:683px;
	height:130px;
	margin:20px auto 0px auto;
	text-align:center;
}
.cp-banner {
	height:456px;
	width:100%;
	margin:0px auto 80px auto;
}
.meili {
	width:1360px;
	margin:0px auto 0px auto;
}
.meili-pic {
	width:680px;
	float:left;
}
.meili-pic-bd {
	width:680px;
	height:410px;
}
.meili-pic-text {
	width:680px;
	height:145px;
	background:#eee;
}
.en-title {
	text-align:center;
	padding:28px 0px 0px 0px;
}
.cn-title {
	color:#333;
	font:normal 25px/25px "微软雅黑";
	padding:18px 0px 0px 0px;
	text-align:center;
}
.meili-pic-text p {
	color:#333;
	font:normal 16px/16px "微软雅黑";
	background:url(../images/delta.jpg) no-repeat right center;
	width:148px;
	margin:17px auto 0px auto;
	display:block;
}
.meili-cp {
	width:680px;
	float:right;
	overflow:hidden;
}
.meili-cp span {
	display:block;
	text-align:center;
	padding:24px 0px 0px 0px;
}
.meili-cp h2 {
	color:#000;
	font:normal 25px/25px "微软雅黑";
	padding:18px 0px 0px 0px;
	text-align:center;
}
#owl-demo {
	position:relative;
	width:634px;
	height:417px;
	margin:23px auto 0 auto;
}
#owl-demo .item {
	position:relative;
	display:block;
}
.owl-buttons {
	display:block;
}
.owl-buttons div {
	position:absolute;
	width:32px;
	height:32px;
	text-indent:-9999px;
	bottom:0px;
}
.owl-prev {
	right:39px;
	background-image:url(../images/qie-left.jpg);
}
.owl-next {
	right:0px;
	background-image:url(../images/qie-right.jpg);
}
.meili-pro-pic {
	float:left;
}
.meili-pro-text {
	float:left;
	width:270px;
	display:block;
	margin:26px 0px 0px 0px;
}
.meili-pro-text h2 {
	color:#000;
	font:normal 18px/18px "微软雅黑";
	text-align:left;
	height:38px;
	border-bottom:1px solid #000;
	margin:0px 0px 20px 0px;
}
.meili-pro-text p {
	color:#000;
	font:normal 16px/32px "微软雅黑";
	height:190px;
	overflow:hidden;
}
.meili-pro-text h5 {
	color:#000;
	font:normal 18px/18px "微软雅黑";
	margin:10px 0px 0px 0px;
}
.owl-item {
	}
.jiankang {
	width:1360px;
	margin:0px auto 80px auto;
}
.jk-pro {
	width:680px;
	height:555px;
	float:left;
}
.jk-pro ul li {
	width:338px;
	height:553px;
	border:1px solid #ededed;
	float:left;
}
.jk-pro-pic {
	width:338px;
	height:365px;
	background:#FFF;
	overflow:hidden;
}
.jk-pro-text {
	width:338px;
	height:183px;
	background:#f4f4f4;
	border-bottom:5px solid #000;
}
.jk-pro-text h2 {
	color:#000;
	font:normal 18px/18px "微软雅黑";
	text-align:center;
	padding:20px 0px 20px 0px;
}
.jk-pro-text p {
	color:#000;
	font:normal 16px/32px "微软雅黑";
	width:275px;
	height:72px;
	text-align:center;
	margin:0 auto;
	overflow:hidden;
}
.jk-pro-text h5 {
	color:#000;
	font:normal 18px/18px "微软雅黑";
	text-align:center;
	margin:10px 0px 0px 0px;
}
.jk-pic {
	width:680px;
	height:555px;
	float:right;
}
.jk-pic-bd {
	width:680px;
	height:410px;
}
.jk-pic-text {
	width:680px;
	height:145px;
	background:#eee;
}
.jk-pic-text p {
	color:#333;
	font:normal 16px/16px "微软雅黑";
	background:url(../images/delta2.jpg) no-repeat left center;
	width:132px;
	margin:17px auto 0px auto;
	display:block;
	padding:0px 0px 0px 20px;
}
	
	
	.tsouk {
	display: block;
	width: 214px;
	height: 38px;
	border-radius: 2px;
	margin-top:9px;
	margin-right:3%;
	border: 1px solid #bbb;float:right;
}
.tsouk select {
	display: block;
	float: left;
	width: 90px;
	height: 36px;
	border: none;
	padding-left: 10px;
	line-height: 36px;
	font-size: 12px;
	color: #666;
	background-color: transparent;
}
.tsouk .tsous {
	display: block;
	float: left;
	width: 170px;
	height: 36px;
	padding: 0 12px;
	line-height: 36px;
	font-size: 14px;
	color: #666;

	border-right: 1px solid #bbb;
	background-color: transparent !important;
}

.tsouk .tsouc {
	display: block;
	float: left;
	width: 40px;
	height: 36px;
	background: url(../images/tsouc.png) center center no-repeat;
	cursor: pointer;
}


	
	
	
	
	
	