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

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

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

body {
  margin: 0;
}

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

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

/**
* a鏍囩鐐瑰嚮 涓嶅彉鑹�
*/
a:visited {
  color: #4343EE;
}

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

.nav-con-img img {
  width: 425px;
  height: 160px;
}

/* 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 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and 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 */
}

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

b,
strong {
  font-weight: bold;
}

/**
 * 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.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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-.
 */
/*input{
  outline: none;
}*/
[hidden] {
  display: none;
}

/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/


/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/

html {
  color: #000;
  background: #FFF;
}


/*
	TODO remove settings on BODY since we can't namespace it.
*/


/*
	TODO test putting a class on HEAD.
		- Fails on FF.
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
  max-width: 100%;
}


/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}


/* to preserve line-height and selector appearance */

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
  /*to enable resizing for IE*/
}


/*because legend doesn't inherit in IE */

legend {
  color: #000;
}


/* YUI CSS Detection Stamp */

#yui3-css-stamp.cssreset {
  display: none;
}

body {
  font-family: "Microsoft YaHei", "SimSun", sans-serif;
  min-width: 960px;
  background: #fff;
  font-size: 12px;
}

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  clear: both;
  height: 0;
  overflow: hidden;
  display: block;
  visibility: hidden;
  content: ".";
}

.con {
  width: 1200px;
  margin: 0px auto;
}

.hd-top {
  height: 84px;
  font-size: 12px;
  color: #aaabab;
}

.hd-logo {
  height: 100%;
  width: 460px;
  float: left;
  position: relative;
  background: url(logo.png) no-repeat 0 center;
}

.hd-logo h1 {
  position: absolute;
  left: -99999px;
}

.hd-logo a {
  height: 100%;
  width: 100%;
  display: block;
}

.hd-sch {
  height: 32px;
  width: 385px;
  float: left;
  padding: 29px 0 0 97px;
  font-size: 0;
  font-family: "SimSun";
}

.hd-sch input {
  width: 323px;
  height: 30px;
  line-height: 30px;
  border: solid 1px #dcdddd;
  padding: 0 0 0 12px;
  vertical-align: middle;
  font-size: 12px;
}

.hd-sch button {
  width: 45px;
  height: 32px;
  border: none 0;
  cursor: pointer;
  background: url(ser.png) no-repeat 0 0;
  vertical-align: middle;
}

.hd-tool {
  float: right;
  padding: 25px 35px 0 0;
  text-align: center;
  font-family: "SimSun";
}

.hd-tool a {
  display: inline-block;
  width: 50px;
  color: #aaabab;
  padding: 0px 5px;
  line-height: 20px;
}

.nav-wrap {
  background: #022b65;
  min-width: 1200px;
}

.nav {
  height: 40px;
}

.nav ul {
  padding-left: 116px;
}

.nav li {
  float: left;
  font-size: 14px;
  position: relative;
}

.nav li a.nav-lnk {
  display: block;
  height: 38px;
  line-height: 40px;
  width: 100px;
  text-align: center;
  color: #fff;
  border-top: solid 2px #022b65;
}

.nav li a.nav-lnk:hover {
  text-decoration: none;
}

.nav li.active a.nav-lnk {
  color: #e60012;
  background: #fff;
  border-color: #e60012;
}

.nav li.active .nav-con {
  display: none;
}

.nav li.hover a.nav-lnk {
  color: #e60012;
  background: #fff;
  border-color: #e60012;
}

.nav li.hover .nav-con {
  display: block;
}


.nav li a.nav-lnk-bak {
  display: block;
  height: 19px;
  line-height: 20px;
  width: 100px;
  text-align: center;
  color: #fff;
}

.nav li a.nav-bak-first {
  border-top: solid 2px #022b65;
}

.nav li a.nav-lnk-bak:hover {
  text-decoration: none;
}

.nav li.active a.nav-lnk-bak {
  color: #e60012;
  background: #fff;
  border-color: #e60012;
}

.nav li.hover a.nav-lnk-bak {
  color: #e60012;
  background: #fff;
  border-color: #e60012;
}

.nav-con {
  display: none;
  position: absolute;
  padding: 40px 10px 10px 10px;
  top: 40px;
  width: 758px;
  border-bottom: solid 2px #e60718;
  z-index: 999;
}

.nav li[navindexid="5"] .nav-con {
  margin-left: -100px;
}

.nav li[navindexid="6"] .nav-con {
  margin-left: -200px;
}

.nav li[navindexid="7"] .nav-con {
  margin-left: -300px;
}

.nav li[navindexid="8"] .nav-con {
  margin-left: -400px;
}

.nav-cont {
  width: 317px;
  float: left;
  line-height: 36px;
}

.nav-cont dt {
  position: absolute;
  right: 15px;
  top: 12px;
}

.nav-cont dd {
  float: left;
  display: block;
  width: 50%;
  text-indent: 1em;
  border-bottom: solid 1px #ffa6ad;
  background: url(red.png) no-repeat 0 center;
}

.nav-cont a {
  color: #3e3a39;
}

.nav-cont a:hover {
  color: #ff2637;
}

.nav-con-img {
  float: right;
  width: 432px;
  height: 180px;
}

.nav-con-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.bt-wrap {
  height: 132px;
  margin: 27px 0 0 0;
  background: #022b65;
  min-width: 1200px;
}

.bt-wrap .bt {
  position: relative;
}

.lnks {
  height: 43px;
  border-bottom: solid 1px #023a89;
  float: left;
}

.lnks .hover ul {
  height: auto;
  display: block;
}

.lnks .hover a.btn-more {
  background-position: -49px -10px;
}

.lnks .hover a.btn-more i {
  background-position: -49px -39px;
}

.lnks-txt {
  width: 350px;
  padding: 0 60px 0 0;
  position: relative;
  float: left;
}

.lnks-txt ul {
  height: 43px;
  overflow: hidden;
  background: #022b65;
  position: relative;
}

.lnks-txt li {
  float: left;
  padding: 0 11px;
  height: 43px;
  line-height: 43px;
}

.lnks-txt a {
  color: #fff;
  font-size: 12px;
}

.lnks-txt a.btn-more {
  display: block;
  position: absolute;
  z-index: 999;
  right: 22px;
  top: 17px;
  width: 19px;
  height: 9px;
  background: url(four.png) no-repeat -10px -10px;
  display: none
}

.lnks-ddl {
  float: left;
  width: 212px;
  background: #fff;
  line-height: 26px;
  height: 26px;
  margin: 9px 0 0 4px;
  position: relative;
}

.lnks-ddl ul {
  width: 212px;
  position: absolute;
  background: #fff;
  border: solid 1px #022b65;
  border-width: 1px 1px 0px 1px;
  bottom: 26px;
  left: -1px;
  display: none;
}

.lnks-ddl a {
  font-size: 12px;
  color: #3e3a39;
  display: block;
  position: relative;
  padding: 0 0 0 16px;
}

.lnks-ddl a.btn-more:hover {
  text-decoration: none;
}

.lnks-ddl a.btn-more i {
  display: block;
  position: absolute;
  right: 5px;
  top: 9px;
  width: 19px;
  height: 9px;
  background: url(four.png) no-repeat -10px -39px;
}

.bt-info {
  float: left;
  color: #5f90cc;
  line-height: 24px;
  margin-top: 12px;
}

.bt-info p {
  float: left;
  margin-right: 115px;
}

.bt-info a {
  color: #5f90cc;
}

.bt-qrcode {
  position: absolute;
  right: 0px;
  color: #5f90cc;
  margin: 17px 82px 0 0;
}

.bt-qrcode dl {
  float: left;
  position: relative;
  margin-left: 52px;
}

.bt-qrcode dd.thumb {
  height: 77px;
  width: 77px;
}

.bt-qrcode dd.real {
  position: absolute;
  left: 0px;
  top: -150px;
  display: none;
  width: 150px;
  height: 150px;
}

.bt-qrcode dd.real img {
  height: 100%;
  width: 100%;
}

.bt-qrcode dt {
  height: 24px;
  line-height: 24px;
  text-align: center;
}

.bt-qrcode dl.hover dd.real {
  display: block;
}

.slider-wrap {
  width: 100%;

  height: 530px;
  margin: 0px auto;
  min-width: 1200px;
}

.slider-wrap .owl-item {
  text-align: center;

}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  position: absolute;
  z-index: 2;
}

.slider-wrap .swiper-pagination-bullets {
  height: 12px;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 10px;
  left: 60px;
  display: flex;
  align-items: center;
}

.slider-wrap .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: white;
  opacity: 0.6;
  margin: 0 3px;
  padding: 0;
  list-style: none;
}

.slider-wrap .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1 !important;
  border: 2px solid rgb(255, 255, 255, 0.5);
  background-clip: padding-box;
}

.slider-wrap .swiper-wrapper .swiper-slide {
  text-align: center;
  box-sizing: border-box;
}

.slider-wrap .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%
}

.slider-wrap {
  position: relative;
}

.slider-wrap .owl-theme .owl-buttons {
  width: 1200px;
  position: relative;
  margin: 0px auto;
  display: none;
}

.slider-wrap .owl-theme .owl-buttons .owl-prev,
.slider-wrap .owl-theme .owl-buttons .owl-next {
  width: 51px;
  height: 102px;
  position: absolute;
  top: -214px;
  background: url(kiu.png) no-repeat;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.slider-wrap .owl-theme .owl-buttons .owl-next {
  background-position: 0 0;
  right: 0px;
}

.slider-wrap .owl-theme .owl-buttons .owl-prev {
  background-position: 0 -102px;
  left: 0px;
}

.slider-wrap .hover .owl-buttons {
  display: block;
}

.slider-wrap .prev, .slider-wrap .next {
  background: url(kiu.png);
  display: none;
  opacity: 0.6;
  cursor: pointer;
}

.slider-wrap .prev {
  background-image: url(kiu.png);
  background-position: 0px 100px;
}

.slider-wrap:hover .prev, .slider-wrap:hover .next {
  display: block;
  z-index: 999;

}

.pagination-wrap {
  padding: 30px 0px;
}

.pagination {
  font-size: 15px;
}

.pagination a,
.pagination span {
  display: block;
  float: left;
  height: 48px;
  width: 48px;
  line-height: 48px;
  border: solid 1px #e6e6e6;
  text-align: center;
  margin-left: 5px;
  color: #3b71b1;
}

.pagination .prev,
.pagination .next {
  font-weight: bold;
}

.pagination .current {
  color: #fff;
  background: #3b71b1;
}

.pagination a:hover {
  border: solid 1px #3b71b1;
}

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

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

/* display none until init */
.owl-carousel {
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

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

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 17px;
}

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

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

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

.owl-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);
}

/* mouse grab icon */
.grabbing {
  cursor: url(point.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-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);
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/

.owl-theme .owl-controls {
  /*margin-top: 10px;*/
  text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline; /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50); /*IE7 fix*/
  opacity: 0.5;

}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100); /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline; /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50); /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100); /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(tyu.gif) no-repeat center center
}

/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1
  }
}

@-moz-keyframes empty {
  0% {
    opacity: 1
  }
}

@keyframes empty {
  0% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(.8);
  }
}

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

/* 2017/12/2 update */
.ellipsis, .news-lst-wrap a {
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
}

.slider-wrap .owl-theme .owl-buttons .owl-prev,
.slider-wrap .owl-theme .owl-buttons .owl-next {
  top: -440px;
}

.pro {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 254px;
  margin: 0 0 0 -600px;
  border-bottom: solid 4px #e60012;
  z-index: 1;
  font-family: 'Microsoft YaHei';
}

.pro .pro-con {
  padding: 20px 79px 6px 91px;
  height: 150px;
}

.pro .pro-cont {
  height: 100%;
  width: 100%;
  background: url(pro-icon-bg.png) no-repeat 33px 0;
}

.pro .pro-bg {
  position: absolute;
  border-radius: 25px 25px 0 0;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.45;
  filter: alpha(opacity=45);
}

.pro-cont .pro-item {
  float: left;
  width: 170px;
}

.pro-cont .pro-icon {
  width: 78px;
  height: 78px;
  margin: 10px auto;
  position: relative;
  background: url(pro-icons-nor.png) no-repeat 0 0;
}

.pro-cont dl {
  border: solid 1px #fff;
  border-width: 0 1px;
  position: relative;
  margin: 26px 0 0 -1px;
}

.pro-cont dt {
  font-size: 14px;
  color: #000;
  text-align: center;
  line-height: 32px;
}

.pro-cont dt a {
  color: #000;
}

.pro-cont dd {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  padding: 0px 11px;
}

.pro-cont dd a {
  margin-top: 10px;
  display: block;
  color: #0066cc;
}

.pro-cont .hover .pro-icon {
  transition: all .5s ease-in;
  transform: rotateY(180deg);
}

.pro-cont .pro-1 .pro-icon {
  left: -1px;
  background-position: -10px -10px;
}

.pro-cont .pro-2 .pro-icon {
  left: 0px;
  background-position: -108px -10px;
}

.pro-cont .pro-3 .pro-icon {
  left: 1px;
  background-position: -10px -108px;
}

.pro-cont .pro-4 .pro-icon {
  left: 2px;
  background-position: -108px -108px;
}

.pro-cont .pro-5 .pro-icon {
  left: 3px;
  background-position: -206px -10px;
}

.pro-cont .pro-6 .pro-icon {
  left: 4px;
  background-position: -206px -108px;
}

.info-wrap {
  float: left;
  font-size: 12px;
  position: relative;
}

.info-wrap h2 {
  color: #3e3a39;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  height: 67px;
  line-height: 67px;
}

.info-wrap .titleh2 {
  color: #3e3a39;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  height: 33px;
  line-height: 26px;
}


.info-wrap .lnk-more {
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  width: 39px;
  height: 67px;
  background: url(down.png) no-repeat 0 center;
}

#dqtop {
  position: relative;
}

.info-wrap .lnk-more4 {
  height: 23px;

}

.news-pic-wrap .news-pic {
  float: left;
  width: 233px;
  height: 156px;
  overflow: hidden; /*  padding: 0 0 14px 0; */
  padding: 0 0 4px 0;
}

.news-pic-wrap .news-pic img {
  width: 233px;
  height: auto;
}

.news-pic-wrap .news-cont {
  float: right;
  width: 211px;
}

.news-pic-wrap .news-cont a {
  color: #3e3a39;
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  line-height: 24px;
}

.news-pic-wrap .news-cont a:hover {
  color: #e50a05;
}

.news-pic-wrap .news-cont p {
  color: #aaabab;
  line-height: 18px;
  padding: 5px 0px;
  font-family: "SimSun";
}

.news-pic-wrap .news-cont .lnk-info {
  line-height: 18px;
  color: #e50a05;
  font-family: "SimSun";
  font-size: 12px;
}

.news-pic-wrap .owl-controls {
  margin: 0px;
  position: relative;
  margin-top: -14px;
}

.owl-wrapper-outer .pagination {
  z-index: 999;
  position: absolute;
  top: 140px;
  left: 242px;
}

.owl-wrapper-outer .pagination .swiper-pagination-bullet, .idx-slider-wrap .pagination .swiper-pagination-bullet {
  width: 17px;
  height: 6px;
  background: #dcdddd;
  border-radius: 4px;
  opacity: 1;
  margin: 5px 3px;
}

.idx-slider-wrap .pagination .swiper-pagination-bullet {
  background: #fff;
  margin: 0 4px;
  border: none;
}

.idx-slider-wrap .pagination {
  width: auto;
  right: 5px;
  left: inherit;
}

.owl-wrapper-outer .pagination .swiper-pagination-bullet-active {
  background: #5dbde7;
}

.idx-slider-wrap .pagination .swiper-pagination-bullet-active {
  background: #e60012;
}

#news-slider {
  height: 160px;
  overflow: hidden;
  text-align: center;
}

.news-lst-wrap {
  line-height: 25px;
  font-size: 12px;
}

.news-lst-wrap ul {
  list-style-type: disc;
  color: #c9cacb;
  padding: 0 0 0 20px;
  line-height: 25px;
}

.news-lst-wrap li span {
  float: right;
}

.news-lst-wrap a {
  float: left;
  display: block;
  height: 24px;
  width: 80%;
  font-size: 14px;
  color: #3e3a39;
}

.news-lst-wrap a:hover {
  color: #e50a05;
}

.stock-lst-wrap {
  color: #3e3a39;
  line-height: 24px;
}

.stock-lst-wrap table {
  width: 100%;
}

.stock-lst-wrap tr {
  /*  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAJCAYAAAD6reaeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDVDRDJBOTQ3Nzg0MTFFN0E2MENCRTBEOTUxOUJGNEEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDVDRDJBOTU3Nzg0MTFFN0E2MENCRTBEOTUxOUJGNEEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpENUNEMkE5Mjc3ODQxMUU3QTYwQ0JFMEQ5NTE5QkY0QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpENUNEMkE5Mzc3ODQxMUU3QTYwQ0JFMEQ5NTE5QkY0QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pu47hGIAAABkSURBVHjaYuTW9XdhYGDYw4AEmNnENW4C6W9AfAImyATEL4G4B4hboXww8Q+qoBKI5wAxGwsDKkgE4odMaILzgbidCWYOiAPEKUD8C6RdFIhLgLgPiP+DZEGCXkC8F9kMgAADAFLVD/0CRI3qAAAAAElFTkSuQmCC) no-repeat 0 center; */
}

.stock-lst-wrap tr.odd {
  background-color: #efefef;
}

.stock-lst-wrap td {
  height: 25px;
  text-align: left;
  white-space: no-wrap;
}

.stock-lst-wrap td.first {
  padding: 0 0 0 8px;
}

.stock-lst-wrap td.blue {
  color: #00aed3;
}

.stock-lst-wrap td.red {
  color: #ff0000;
}

.news-wrap {
  width: 460px;
}

.work-wrap {
  width: 400px;
  margin-left: 21px;
}

.stock-wrap {
  width: 296px;
  float: right;
}

/*  广告   与  飘窗	style  */
.fix_box {
  width: 138px;
  height: auto;
  position: fixed;
  left: 3%;
  top: 300px;
  z-index: 999999999999999999999999999;
}

.fix_box .fix_li {
  width: 138px;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
}

.fix_box p {
  width: 138px;
  /* height:36px; */
  overflow: hidden;
  margin: 0;
}

.fix_box p a {
  display: block;
  width: 138px;
  /* 	height:36px; */
}

.fix_li > p img {
  width: 138px;
  height: auto;
}

.fix_box span {
  display: block;
  width: 80px;
  height: 16px;
  overflow: hidden;
  float: right;
  cursor: pointer;
}

.fix_box_right {
  width: 138px;
  height: auto;
  position: fixed;
  right: 3%;
  top: 300px;
  z-index: 999999999999999999999999999;
}

.fix_box_right .fix_li {
  width: 138px;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
}

.fix_box_right p {
  width: 138px;
  height: 36px;
  overflow: hidden;
  margin: 0;
}

.fix_box_right p a {
  display: block;
  width: 138px;
  height: 36px;
}

.fix_box_right span {
  display: block;
  width: 80px;
  height: 16px;
  overflow: hidden;
  float: right;
  cursor: pointer;
}

/* 给飘窗添加一些基础样式，如宽度，高度和背景颜色等等 */
.bay {
  width: 212px;
  height: 176px;
  z-index: 999999;
}


.lnk-more1 {
  top: 230px !important;
}

.owl-theme .owl-controls .owl-page span {
  width: 20px;
  height: 6px;
}


.ellipsis, .lst a, .txt-news-lst a, .vid-wrap .vid-nav a, .vid-lst-wrap .vid-lst li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dtl-con-nav {
  float: left;
  width: 235px;
}

.dtl-con-nav h2 {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  background: #e60012;
  padding: 20px;
  overflow: hidden;
  position: relative;
}

#nav_page_name {
  font-style: normal;
}

.dtl-con-nav .dtl-con-nav-bg {
  opacity: 0.1;
  filter: alpha(opacity=10);
  position: absolute;
  bottom: -6px;
  right: -8px;
  width: 89px;
  height: 51px;
  background: url(bg.png) no-repeat 0 0;
}

.dtl-con-nav ul {
  border: solid 1px #e6e6e6;
  border-width: 1px 1px 0px 1px;
}

.dtl-con-nav li {
  height: 45px;
  line-height: 45px;
  border-bottom: solid 1px #e6e6e6;
}

.dtl-con-nav a {
  display: block;
  padding: 0 0 0 30px;
  font-size: 14px;
  color: #595757;
  position: relative;
}

.dtl-con-nav a:hover {
  background: #e6e6e6;
  text-decoration: none;
}

.dtl-con-nav a.active {
  background: #e6e6e6;
  text-decoration: none;
}

.dtl-con-nav a.active em {
  display: block;
  width: 13px;
  height: 26px;
  position: absolute;
  background: url(act.png) no-repeat 0 0;
  right: -13px;
  top: 0px;
}

.dtl-nav-wrap {
  padding: 32px 0 0 235px;
}

#nav_region_container a {
  display: none;
}

#nav_region_container em {
  display: none;
}

.dtl-nav {
  padding-left: 14px;
  background: #f7f8f8;
  line-height: 40px;
  font-size: 14px;
  height: 40px;
  color: #595757;
}

.dtl-nav a {
  color: #595757;
}

.dtl-nav em {
  padding: 0 14px;
}

.dtl-con {
  float: right;
  width: 913px;
}

.dtl-con h3 {
  color: #3e3a39;
  font-size: 24px;
  line-height: 24px;
  margin-top: 30px;
}

.dtl-con .con-time-src {
  color: #aaabab;
  line-height: 18px;
  height: 18px;
  margin-top: 12px;
}

.dtl-con .con-time-src span {
  margin-right: 20px;
}

.dtl-con .con-time-src span:last-child {
  margin-right: 0
}

.dtl-con .con-time-src a {
  color: #aaabab;
}

.dtl-con .con-body {
  padding: 10px 0 0 0;
  font-size: 14px;
  line-height: 32px;

  word-break: break-all
}

.con-body img {
  max-width: 100%;
}

.dtl-con p {
  text-indent: 2em;
  color: #595757;
  line-height: 2;
}

.dtl-con p.center {
  text-indent: 0;
  text-align: center;
  margin: 22px 0;
}

.dtl-con p img {
  margin-left: -2em;
}

.crumb {
  font-size: 14px;
  border-bottom: solid 2px #aaabab;
  line-height: 38px;
  height: 38px;
  margin-top: 32px;
}

.crumb a {
  color: #595757;
}

.crumb span {
  color: #004098;
}

.crumb em {
  padding: 0 14px;
}

.lst-wrap {
  width: 640px;
  float: left;
  margin: 37px 0 47px 0;
}

.lst-right-wrap {
  width: 253px;
  float: right;
  margin: 37px 0 0 0;
}

.news-pic-wrap {
  padding-bottom: 10px;
  border-bottom: solid 1px #efefef;
}

.news-pic-wrap .news-pic {
  float: left;
  width: 299px;
  height: auto;
  overflow: hidden;
}

.news-pic-wrap .news-pic img {
  width: 299px;
  height: auto;
}

.news-pic-wrap .news-cont {
  float: right;
  width: 330px;
}

.news-pic-wrap .news-cont a {
  color: #aaabab;
  font-family: 'Microsoft YaHei';
  line-height: 24px;
}

.news-pic-wrap .news-cont a:hover {
  text-decoration: none;
}

.news-pic-wrap .news-cont a:hover h4 {
  color: #e50a05;
}

.news-pic-wrap .news-cont p {
  margin-top: 12px;
  color: #aaabab;
  line-height: 18px;
  padding: 5px 0px;
  font-family: "SimSun";
}

.news-pic-wrap .news-cont h4 {
  font-size: 18px;
  color: #3e3a39;
}

.news-pic-wrap .news-cont .lnk-info {
  line-height: 18px;
  color: #0066cc;
  font-family: "SimSun";
  font-size: 12px;
}

.resp-wrap {
  padding-bottom: 20px;
}

.resp-wrap .news-pic {
  width: 210px;
  border: solid 11px #efefef;
}

.resp-wrap .news-pic img {
  width: 210px;
}

.resp-wrap .news-cont {
  width: 389px;
}

.resp-wrap .news-cont .btns {
  margin: 16px 0 0 0;
}

.resp-wrap .news-cont .lnk-download,
.resp-wrap .news-cont .lnk-read {
  float: left;
  text-align: center;
  display: block;
  margin-right: 10px;
  height: 35px;
  width: 90px;
  background: #d62909;
  line-height: 35px;
  color: #fff;
  font-family: "SimSun";
  font-size: 12px;
  border-radius: 7px;
}

.resp-wrap .news-cont .lnk-download:hover,
.resp-wrap .news-cont .lnk-read:hover {
  background: #b11f04;
  color: #fff;
  text-decoration: none;
}

.resp-wrap .news-cont .lnk-read {
  background: #2da7e0;
}

.resp-wrap .news-cont .lnk-read:hover {
  background: #0698dc;
}

.resp-wrap .tips {
  position: relative;
  background: #efefef;
  color: #aaabab;
  height: 28px;
  line-height: 28px;
  padding: 0 0 0 40px;
  margin: 35px 0 0 7px;
}

.resp-wrap .tips em {
  display: block;
  left: -7px;
  top: -4px;
  position: absolute;
  width: 37px;
  height: 37px;
  background: url(bmv) no-repeat 0 0;
}

.lst li {
  border-bottom: solid 1px #efefef;
  padding: 15px 0px;
}

.lst a {
  color: #3e3a39;
  width: 80px;
}

.lst-pic {
  position: relative;
  margin: 0 0 0 -9px;
}

.lst-pic li {
  width: 207px;
  float: left;
  margin: 20px 0 0 9px;
}

.lst-pic .lst-pic-wrap {
  width: 189px;
  height: 253px;
  border: solid 9px #efefef;
}

.lst-pic .lst-pic-wrap img {
  width: 189px;
  height: auto;
}

.lst-pic h5 {
  margin: 3px 0 0 0;
  text-align: center;
  color: #4c4948;
  line-height: 24px;
}

.lst-pic a:hover {
  text-decoration: none;
}

.lst-pic a:hover h5 {
  color: #e50a05;
}

.lst-pic .btns {
  width: 176px;
  margin: 10px auto 0 auto;
}

.lst-pic .btns .lnk-download {
  float: left;
  color: #d62909;
}

.lst-pic .btns .lnk-download:hover {
  background: #d62909;
  color: #fff;
}

.lst-pic .btns .lnk-read {
  float: right;
  color: #0066cc;
}

.lst-pic .btns .lnk-read:hover {
  background: #0698dc;
  color: #fff;
}

.lst-pic .btns .lnk-download,
.lst-pic .btns .lnk-read {
  text-align: center;
  display: block;
  height: 23px;
  width: 81px;
  line-height: 23px;
  font-family: "SimSun";
  font-size: 12px;
  border: solid 1px #ddddde;
}

.lst-pic .btns .lnk-download:hover,
.lst-pic .btns .lnk-read:hover {
  text-decoration: none;
}

.topic {
  position: relative;
  margin: 0 0 20px 0;
}

.topic span {
  color: #fff;
  top: 10px;
  left: 10px;
  font-size: 16px;
  line-height: 32px;
  position: absolute;
}

.topic span.blue {
  color: #2da3e5;
}

.topic span.black {
  color: #000;
}

.topic a {
}

.topic.hover a {
  display: block;
}

.idx-mid {
  margin-top: 30px;
}

.idx-con-wrap {
  width: 874px;
  float: left;
  position: relative;
}

.idx-news-wrap {
  position: relative;
}

.idx-news-wrap h2 {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 32px;
  height: 32px;
  color: #3e3a39;
  background: url(vy.png) no-repeat 70px -7px;
  border-bottom: solid 1px #dcdddd;
}

.idx-news-wrap h2 em {
  display: block;
  position: absolute;
  left: 70px;
  bottom: -6px;
  width: 14px;
  height: 7px;
  background: url(vy.png) no-repeat 0 0;
}

.idx-news-wrap .lnk-more {
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  width: 39px;
  height: 32px;
  background: url(down.png) no-repeat 0 center;
}

.idx-news-wrap.column-left, .idx-news-wrap.column-right, .idx-news-wrap.column-bottom {
  margin: 15px 0 0 0;
}

.idx-news-wrap.column-left, .idx-news-wrap.column-right {
  width: 389px;
  float: left;
}

.idx-news-wrap.column-left .txt-news-lst, .idx-news-wrap.column-right .txt-news-lst {
  margin: 13px 0 0 0;
}

.idx-news-wrap.column-right {
  width: 465px;
  float: right;
}

.txt-news-wrap {
  width: 465px;
  float: right;
  margin: 20px 0 0 0;
}

.txt-news h3 {
  font-size: 14px;
  line-height: 24px;
}

.txt-news h3 a {
  color: #3e3a39;
  text-decoration: none;
}

.txt-news h3 a:hover {
  color: #e50a05;
}

.txt-news p {
  text-indent: 2em;
  color: #aaabab;
  line-height: 18px;
  margin: 7px 0px;
  font-family: 'SimSun';
}

.txt-news .lnk-info {
  line-height: 18px;
  color: #0066cc;
}

.txt-news-lst {
  line-height: 24px;
  margin: 26px 0 0 0;
}

.txt-news-lst ul {
  list-style-type: disc;
  color: #c9cacb;
  padding: 0 0 0 20px;
  line-height: 24px;
}

.txt-news-lst li span {
  float: right;
}

.txt-news-lst a {
  float: left;
  display: block;
  height: 24px;
  width: 80%;
  color: #3e3a39;
}

.txt-news-lst3 a {
  width: 86%;
}

.txt-news-lst a:hover {
  color: #e50a05;
}

.txt-news-body {
  margin: 17px 0 0 0;
}

.txt-news-body img {
  float: left;
  width: 168px;
  height: 155px;
}

.txt-news-body p {
  margin: -7px 0 0 14px;
  position: relative;
  display: block;
  float: left;
  width: 234px;
  color: #595757;
  line-height: 24px;
  text-indent: 2em;
}

.pic-news-wrap {
  margin: 20px 0 0 0;
}

.pic-news-wrap .pic-wrap {
  width: 460px;
  height: 302px;
  float: left;
}

.pic-news-wrap .pic-wrap img {
  width: 460px;
  height: 302px;
}

.pic-news-wrap .txt-wrap {
  width: 395px;
  height: 302px;
  float: right;
}

.pic-news-wrap .txt-wrap p {
  color: #595757;
  line-height: 24px;
  text-indent: 2em;
}

.pic-news-wrap .txt-wrap a.lnk-info {
  color: #e60012;
  position: relative;
  top: 10px;
}

.idx-slider-wrap {
  float: left;
  margin: 20px 0 0 0;
  width: 389px;
}

.idx-slider-wrap .idx-slider-item {
  position: relative;
  width: 389px;
  height: 256px;
  overflow: hidden;
}

.idx-slider-wrap .idx-slider-item img {
  width: 389px;
  height: 256px;
}

.idx-slider-wrap .idx-slider-item p {
  display: block;
  position: absolute;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 10px;
  bottom: 0px;
  color: #fff;
  z-index: 2;
  max-width: 65%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.idx-slider-wrap .idx-slider-item p.three {
  max-width: 75%;
}

.idx-slider-wrap .idx-slider-item a {
  color: #fff;
}

.idx-slider-wrap .idx-slider-item .overlayer {
  height: 30px;
  background: #000;
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.idx-slider-wrap .owl-controls {
  margin: 0px;
  position: relative;
}

.idx-slider-wrap .owl-controls .owl-pagination {
  position: absolute;
  top: -22px;
  right: 10px;
  z-index: 999;
}

.idx-slider-wrap .owl-controls .owl-page span {
  width: 17px;
  height: 6px;
  background: #fff;
  opacity: 1;
  margin: 5px 3px;
}

.idx-slider-wrap .owl-controls .owl-page.active span {
  background: #e60012;
}

.idx-con-right-wrap {
  float: right;
}

.pro-lst {
  margin: 18px 0 0 -2px;
  position: relative;
}

.pro-lst .pro-item {
  margin: 2px 0 0 2px;
  float: left;
  width: 290px;
  height: 124px;
  position: relative;
}

.pro-lst .pro-item .pro-icon {
  position: absolute;
  display: block;
  background: url(pro-icons-col.png) no-repeat 0 0;
}

.pro-lst .pro-item .pro-cont {
  margin: 0 0 0 118px;
}

.pro-lst .pro-item .pro-cont h3 {
  font-size: 14px;
  line-height: 32px;
}

.pro-lst .pro-item .pro-cont h3 a {
  color: #fff;
}

.pro-lst .pro-item .pro-cont p {
  color: #fff;
  line-height: 18px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pro-lst .pro-item .pro-cont a.lnk-info {
  color: #8e9292;
  position: relative;
  top: 5px;
  line-height: 18px;
}

.pro-lst .pro-item.pro-1 {
  background: #efeff0;
}

.pro-lst .pro-item.pro-1 .pro-icon {
  left: 49px;
  top: 36px;
  width: 31px;
  height: 44px;
  background-position: -10px -137px;
}

.pro-lst .pro-item.pro-1 h3 a {
  color: #0066cc;
}

.pro-lst .pro-item.pro-1 p {
  color: #595757;
}

.pro-lst .pro-item.pro-2 {
  background: #8dc63f;
}

.pro-lst .pro-item.pro-2 .pro-icon {
  left: 40px;
  top: 36px;
  width: 45px;
  height: 44px;
  background-position: -77px -10px;
}

.pro-lst .pro-item.pro-3 {
  background: #efeff0;
}

.pro-lst .pro-item.pro-3 .pro-icon {
  left: 41px;
  top: 36px;
  width: 39px;
  height: 44px;
  background-position: -142px -10px;
}

.pro-lst .pro-item.pro-3 h3 a {
  color: #00a79d;
}

.pro-lst .pro-item.pro-3 p {
  color: #595757;
}

.pro-lst .pro-item.pro-4 {
  background: #f39700;
}

.pro-lst .pro-item.pro-4 .pro-icon {
  left: 41px;
  top: 38px;
  width: 47px;
  height: 44px;
  background-position: -10px -10px;
}

.pro-lst .pro-item.pro-5 {
  background: #efeff0;
}

.pro-lst .pro-item.pro-5 .pro-icon {
  left: 41px;
  top: 38px;
  width: 43px;
  height: 43px;
  background-position: -10px -74px;
}

.pro-lst .pro-item.pro-5 h3 a {
  color: #946134;
}

.pro-lst .pro-item.pro-5 p {
  color: #595757;
}

.pro-lst .pro-item.pro-6 {
  background: #1382a2;
}

.pro-lst .pro-item.pro-6 .pro-icon {
  left: 39px;
  top: 38px;
  width: 43px;
  height: 43px;
  background-position: -73px -74px;
}

.idea-lst {
  margin: 18px 0 0 -2px;
  position: relative;
}

.idea-lst .idea-item {
  margin: 2px 0 0 2px;
  float: left;
  width: 216px;
  height: 256px;
  position: relative;
  background: #f7f8f8;
}

.idea-lst .idea-item .idea-icon {
  position: relative;
  z-index: 999;
  display: block;
  width: 216px;
  height: 136px;
  background: url(idea-icons.png) no-repeat 0 0;
}

.idea-lst .idea-item .idea-cont {
  height: 100px;
  width: 182px;
  padding: 20px 0 0 0;
  margin-left: 20px;
}

.idea-lst .idea-item .idea-cont h3 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
}

.idea-lst .idea-item .idea-cont p {
  margin: 19px 0 0 0;
  color: #3e3a39;
  line-height: 18px;
}

.idea-lst .idea-item.idea-1 .idea-icon {
  background-position: -10px -10px;
}

.idea-lst .idea-item.idea-2 .idea-icon {
  left: 0;
  top: 0;
  position: absolute;
  background-position: -246px -10px;
}

.idea-lst .idea-item.idea-2 .idea-cont {
  left: 0;
  bottom: 10px;
  position: absolute;
  padding: 8px 0 0 0;
}

.idea-lst .idea-item.idea-3 .idea-icon {
  background-position: -10px -166px;
}

.idea-lst .idea-item.idea-4 .idea-icon {
  left: 0;
  top: 0;
  position: absolute;
  background-position: -246px -166px;
}

.idea-lst .idea-item.idea-4 .idea-cont {
  left: 0;
  bottom: 10px;
  position: absolute;
  padding: 8px 0 0 0;
}

.vid-wrap {
  margin: 16px 0 0 0;
  height: 254px;
  overflow: hidden;
}

.vid-wrap .vid-con {
  float: left;
  width: 515px;
  display: none;
  position: relative;
}

.vid-wrap .vid-con.active {
  display: block;
}

.vid-wrap .vid-nav {
  width: 359px;
  float: right;
}

.vid-wrap .vid-nav a {
  display: block;
  font-size: 14px;
  padding: 0 0 0 15px;
  height: 50px;
  line-height: 50px;
  background: #3e3a39;
  color: #fff;
  border-bottom: solid 1px #aaabab;
}

.vid-wrap .vid-nav a.active, .vid-wrap .vid-nav a:hover {
  background: #e60012;
  text-decoration: none;
}

.vid-lst-wrap {
  margin: 25px 0 0 0;
}

.vid-lst-wrap .vid-lst {
  margin: 16px 0 0 -2px;
  position: relative;
}

.vid-lst-wrap .vid-lst li {
  float: left;
  width: 217px;
  margin: 0 0 0 2px;
}

.vid-lst-wrap .vid-lst li a {
  margin: 9px 0 0 0;
  display: block;
  text-align: center;
  width: 100%;
  color: #4c4948;
  line-height: 24px;
}

.vid-lst-wrap .vid-lst li img {
  width: 100%;
  height: 138px;
}

/*2017/8/17 新加页面新加样式*/
.map_wrap {
  padding-top: 18px;
}

.map {
  width: 389px;
  height: 256px;
  overflow: hidden;
  float: left;
  border: 1px #dedede solid;
  margin-right: 20px;
  margin-bottom: 20px;
}

.map_text {
  width: 463px;
  height: auto;
  overflow: hidden;
  float: left;
}

.map_text span {
  display: block;
  height: 32px;
  font-size: 16px;
  color: #042c60;
  font-weight: bold;
}

.map_text p {
  height: 160px;
  overflow: hidden;
  background: url(map_text_bg.jpg) 0px 2px no-repeat;
  padding-left: 26px;
  font-size: 14px;
  color: #aaabab;
  line-height: 27px;
}

.sub_company {
  width: 874px;
  height: auto;
  overflow: hidden;
  padding-top: 15px;
}

.sub_company ul {
  width: 878px;
  height: auto;
  overflow: hidden;
}

.sub_company ul li {
  width: 172px;
  height: 76px;
  overflow: hidden;
  float: left;
  margin-right: 3.5px;
  margin-bottom: 3.5px;
}

.sub_company li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.sub_company li a, .sub_company li img {
  /*display: block;*/
  /*width: 172px;*/
  height: 100%;
  object-fit: contain;
}

.hr {
  padding-top: 18px;
}

.hr_img {
  width: 389px;
  height: 251px;
  overflow: hidden;
  float: left;
  border: 1px #dedede solid;
  margin-right: 20px;
  margin-bottom: 20px;
}

.hr_txt {
  width: 463px;
  height: auto;
  overflow: hidden;
  float: left;
}

.hr_txt p {
  height: 48px;
  overflow: hidden;
  font-size: 14px;
  color: #3e3a39;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}

.hr_txt span {
  display: block;
  height: 180px;
  overflow: hidden;
  font-size: 12px;
  color: #aaabab;
  line-height: 18px;
}

.hr_txt a {
  font-size: 12px;
  color: #0066cc;
  line-height: 18px;
}

.patents {
  padding-top: 18px;
  overflow: hidden;
}

.patents_img {
  width: 160px;
  height: 120px;
  overflow: hidden;
  float: left;
  border: 1px #dedede solid;
  margin-bottom: 5px;
  text-align: center;
}

.patents_img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.patents_txt {
  width: 215px;
  height: auto;
  overflow: hidden;
  float: right;
}

.patents_txt p {
  height: 24px;
  overflow: hidden;
  font-size: 14px;
  color: #3e3a39;
  line-height: 24px;
  font-weight: bold;
}

.patents_txt span {
  display: block;
  height: 70px;
  overflow: hidden;
  font-size: 12px;
  color: #aaabab;
  line-height: 18px;
}

.patents_txt a {
  font-size: 12px;
  color: #0066cc;
  line-height: 34px;
}

/*企业简介*/
.intro {
  margin-bottom: 25px;
}

.intro_img {
  width: 235px;
  height: 100px;
  overflow: hidden;
  float: left;
  display: flex;
  justify-content: center;
}

.intro_img img {
  height: 100%;
  object-fit: contain;
}

.intro_text {
  width: 600px;
  height: auto;
  overflow: hidden;
  float: right;
  line-height: 32px;
  font-size: 14px;
  color: #333333;
}

.add_intro {
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
  line-height: 24px;
  font-size: 12px;
  color: #333333;
  padding-top: 20px;
}

/* 专题列表 */
.cont-news-ls ul,
.cont-tender-ls ul {
  padding-top: 20px;
}

.cont-news-ls li,
.cont-tender-ls li {
  transition: all 0.3s ease-out;
  color: #3e3a39;
  border-bottom: solid 1px #dcdddd;
  padding: 12px 0;
}

.cont-news-ls li:hover {
  text-decoration: none;
  background-color: #ddd;
  color: #fff;
}

.leader-detail li:hover {
  text-decoration: none;
  background-color: #fff;
  color: #3e3a39;
}

.cont-news-ls li:hover .news-desc {
  color: #666;
}

..leader-detail li:hover .news-desc {
  color: #3e3a39 !important;
}

.cont-news-ls li:hover a {
  color: #222
}

.leader-detail li:hover a {
  color: #c9caca;
}

.cont-news-ls li .news-pic,
.cont-tender-ls li .news-pic {
  float: left;
  width: 140px;
  height: 90px;
  margin-left: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}

.cont-news-ls li .news-pic img,
.cont-tender-ls li .news-pic img {
  width: 100%;
  height: auto;

}

.cont-tender-ls li .news-circle {
  position: relative;
  float: left;
  width: 58px;
  height: 58px;
  padding: 5px;
  margin-left: 10px;
  border: solid 1px #1fa3e7;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  overflow: hidden;
}

.cont-tender-ls li .news-circle span {
  text-align: center;
  display: block;
  color: #1fa3e7;
  line-height: 24px;
}

.cont-tender-ls li .news-circle span.news-circle-day {
  font-size: 24px;
  line-height: 30px;
}

.cont-tender-ls li .news-circle span.news-circle-date {
  border-top: solid 1px #1fa3e7;
}

.cont-news-ls li .news-txt,
.cont-tender-ls li .news-txt {
  float: right;
  width: 700px;
}

.cont-news-ls li .news-title,
.cont-tender-ls li .news-title {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #3e3a39;
}

.cont-news-ls li .news-title a:hover,
.cont-tender-ls li .news-title a:hover {
  color: #1fa3e7;
  text-decoration: none;
}

.cont-news-ls li .news-date,
.cont-tender-ls li .news-date {
  color: #c9caca;
  line-height: 25px;
}

.cont-news-ls li .news-desc,
.cont-tender-ls li .news-desc {
  color: #c9caca;
  line-height: 25px;
}

.leader-desc {
  color: #c9caca;
  line-height: 25px;
}

.cont-news-ls li:last-child,
.cont-tender-ls li:last-child {
  border-bottom: 0;
}

.cont-tender-ls li .news-pic {
  padding-left: 15px;
  width: 67px;
  height: 67px;
}

.cont-tender-ls li .news-txt {
  width: 775px;
}

.cont-news-detail {
  padding-top: 15px;
  color: #3e3a39;
}

.cont-news-detail .news-title {
  padding-top: 20px;
  font-size: 24px;
  line-height: 44px;
  margin: auto;
  width: 80%;
  text-align: center;
  font-weight: bold;
}

.cont-news-detail .news-title2 {
  padding-top: 0px;
  line-height: 44px;
  margin: auto;
  width: 80%;
  text-align: center;
  font-weight: 200;
}

.cont-news-detail .news-info {
  padding-top: 20px;
  color: #7d7d7d;
  text-align: center;
}


.news-content {
  text-align: justify;
  word-break: break-all;
}


.news-content img {
  max-width: 880px !important;
  heigth: auto !important;
  overflow: hidden;
}

.cont-news-detail .news-content {
  padding-top: 32px;
  line-height: 32px;
  font-size: 1.3em
}

.cont-news-detail .news-content p {
  text-indent: 2em;
}

.cont-news-detail .news-pic {
  padding-top: 32px;
  text-align: center;
}

.cont-talent {
  color: #3e3a39;
}

.cont-talent h2 {
  margin-top: 40px;
  font-size: 18px;
}

.cont-talent .talent-item {
  margin-top: 20px;
}

.cont-talent .talent-item.active .talnet-cont {
  display: block;
}

.cont-talent .talnet-title {
  cursor: pointer;
  font-size: 14px;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  background: #d3edfb;
}

.cont-talent .talnet-name {
  float: left;
}

.cont-talent .talnet-lnk {
  color: #00a0e9;
  float: right;
}

.cont-talent .talnet-cont {
  display: none;
  line-height: 24px;
  padding: 5px 10px;
}

.pagination-wrap {
  padding: 30px 0px;
}

.pagination {
  position: relative;
  margin: 0px auto;
  font-size: 15px;
}

.pagination a,
.pagination span {
  display: block;
  float: left;
  height: 48px;
  width: 48px;
  line-height: 48px;
  border: solid 1px #e6e6e6;
  text-align: center;
  margin-left: 5px;
  color: #3b71b1;
}

.pagination .prev,
.pagination .next {
  font-weight: bold;
}

.pagination .current {
  color: #fff;
  background: #3b71b1;
}

.pagination a:hover {
  border: solid 1px #3b71b1;
}

.sou {
  height: auto;
  overflow: hidden;
  background: #e6e6e6;
  padding: 30px 20px;
  font-size: 14px;
  color: #333333;
  line-height: 30px;
}

.contact *:focus {
  outline: none;
}

.contact {

  width: 700px;

  height: auto;

  margin: 40px auto;

  padding: 10px;

}

.contact ul {

  width: 650px;

  margin: 0 auto;

}

.contact ul li {

  list-style: none;

  padding: 12px;

}

.contact ul li label {

  width: 120px;

  display: inline-block;

  float: left;
  line-height: 30px;

}

.contact ul li label span {
  color: #E20001;
}

.contact ul li input[type=text], .contact ul li input[type=password] {

  width: 220px;

  height: 25px;

  border: 1px solid #aaa;

  padding: 3px 8px;

  border-radius: 5px;

}

.contact ul li input:focus {

  border-color: #c00;


}

.contact ul li input[type=text] {

  transition: padding .25s;

  -o-transition: padding .25s;

  -moz-transition: padding .25s;

  -webkit-transition: padding .25s;

}

.contact ul li input[type=password] {

  transition: padding .25s;

  -o-transition: padding .25s;

  -moz-transition: padding .25s;

  -webkit-transition: padding .25s;

}

.contact ul li input:focus {

  padding-right: 70px;

}

textarea {
  padding: 3px 8px;
}

.btn {
  float: left;
  width: 100px;
  height: 35px;
  margin-lef: 165px;
  margin-left: 157px;
  background-color: #60e5c7;
  border-radius: 5px;
  cursor: pointer;
}

.btn:hover {
  background-color: #5AFCD8;
}

.btn div {
  color: #fff;
  line-height: 35px;
  text-align: center;
  font-size: 15px;
}

.tips {

  color: rgba(0, 0, 0, 0.5);

  padding-left: 10px;

}

.tips_true, .tips_false {

  padding-left: 10px;

}

.tips_true {

  color: green;

}

.tips_false {

  color: red;

}

.nav-ls img {
  /*      width:425px;
      height:160px; */
}

#crateRandomCode {
  width: 90px;
  height: 32px;
  overflow: hidden;
  background: #d2d9e4;
  margin-left: 40px;
  margin-top: 24px;
  cursor: pointer;
  text-align: center;
  font-size: 22px;

}

.cont-news-ls a {
  overflow: hidden;
  display: block;
}

.lm-banner {
  width: 100%;
  text-align: center;
}

.lm-banner img {
  max-width: 100%;
}


#qysqmdTestId {
  width: 323px;
  height: 30px;
  padding: 0 0 0 12px;
  border: solid 1px #dcdddd
}

#qysqmdBtn {
  height: 30px;
  width: 50px;
  background-color: #e60012;
  color: white;
  border: solid 0px
}

#qysqmdResults {
  position: relative;
  top: 15px;
  text-align: left;
  padding: 20px 0px 0px 0px
}

.rese {
  height: 30px;
  width: 50px;
  background-color: #fff;
  border: solid 1px #dcdddd
}


.lightbox {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 7;
  opacity: 0.3;
  display: block;
  background-color: rgb(0, 0, 0);
  display: none;
}

.pop, iframe {
  position: fixed;
  left: 50%;
  top: 0;
  width: 893px;
  height: 100%;
  margin-left: -446.5px;
  z-index: 9;
}

.pdf_close {
  position: absolute;
  right: -60px;
  display: block;
  width: 60px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  top: -2px;
  font-size: 18px;
  background: #ff0000;
  color: #ffffff;
}


#timeline {
  width: 900px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  background: url('time_bg.png') left 45px repeat-x;
  margin-top: 30px;
}

#dates {
  width: 800px;
  height: 60px;
  overflow: hidden;
}

#dates li {
  list-style: none;
  float: left;
  width: 100px;
  height: 52px;
  font-size: 24px;
  text-align: center;

}

#dates a {
  cursor: pointer;
  line-height: 38px;
  display: block;
  height: 52px;
  font-family: Georgia, serif;
  background: url('biggerdot.png') center bottom no-repeat;
  color: #022b65;
  text-decoration: none;
}

#dates a.selected {
  font-size: 38px;
  line-height: 30px;
  background: url('biggerdot_on.png') center bottom no-repeat;
  text-decoration: none;
  color: #e60012;
}

#issues {
  width: 800px;
  height: auto;
  overflow: hidden;
}

#issues li {
  width: 900px;
  height: auto;
  overflow: hidden;
  list-style: none;
  float: left;
}

#issues li h1 {
  color: #e60012;
  font-size: 48px;
  margin: 20px 0;
  text-align: left;
  padding: 0 100px;
  font-family: Georgia, serif;
}

#issues li p {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: #333333;
  padding: 0 100px;
  text-indent: 0em;
}

#issues li p span {
  color: #022b65;
  font-size: 18px;
}

#grad_left,
#grad_right {
  width: 100px;
  height: 350px;
  position: absolute;
  top: 0;
}

#grad_left {
  left: 0;
  background: url('grad_left.png') repeat-y;
}

#grad_right {
  right: 0;
  background: url('grad_right.png') repeat-y;
}

#next,
#prev {
  position: absolute;
  top: 0;
  font-size: 70px;
  top: 170px;
  width: 22px;
  height: 38px;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

#next:hover,
#prev:hover {
  background-position: 0 -76px;
}

#next {
  right: 0;
  background-image: url('next.png');
}

#prev {
  left: 0;
  background-image: url('prev.png');
}

#next.disabled,
#prev.disabled {
  opacity: 0.2;
}

.map_text i {
  font-style: normal;
}

.isphoney {
  display: none
}

.zt-detail-banner {
  width: 1200px;;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  overflow: hidden;
  margin-top: 1px;
}

.zt-detail-title2 {
  height: 74px;
}

.zt-detail-title2 > div {
  float: left;
}

.zt-detail-title2-left {
  width: 240px;
  height: 70px;
  line-height: 90px;
  border-bottom: 4px solid #1E3C7A;
  font-size: 22px;
}

.zt-detail-title2-left span {
  border-left: 4px solid #1E3C7A;
  margin-right: 15px;
  color: #fff;
}

.zt-detail-title2-right {
  width: 950px;
  margin-left: 10px;
  height: 70px;
  border-bottom: 2px solid #838383;
}

.box2 {
  max-width: 1200px;
  margin: 0 auto;
}

.direc {
  padding: 40px 0;
  font-size: 18px;
  text-indent: 2em;
  line-height: 30px;
  font-family: '宋体';
}

.direc .zt-list {
  margin-top: 20px;
}

.direc .zt-list li {
  padding: 20px 0;
  list-style: none;
  text-indent: 0
}

.direc .zt-list a {
  color: rgb(31, 73, 125);
}

.direc .zt-list a:hover {
  text-decoration: underline;
}

.vid-wrap {
}

.vid {
  width: 515px;
  float: left;
  height: 100%;
}

.vid-wrap .swiper-slide {
  width: 515px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: center;
}

.vid-wrap .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}

.vid-lst-wrap .vid-lst li a.ur {
  margin-top: 0;
}

.video-js {
  display: block;
  margin: 0 auto;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.vedio_tit {
  height: 45px;
  overflow: hidden;
  border-bottom: 1px #999999 dotted;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  color: #333333;
  /*font-weight: bold;*/
}

.vedio_time {
  height: 40px;
  overflow: hidden;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #666666;
}

.vedio_close {
  height: 45px;
  overflow: hidden;
  border-top: 1px #999999 dotted;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  color: #333333;
  margin-top: 40px;
}

#imgs li {
  width: 170px;
  height: 170px;
  margin-left: 60px;
  margin-top: 50px;
  float: left;
}

#imgs img {
  width: 100%;
  height: 100%;
}

#imgs .line1 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 20px;
  -webkit-box-orient: vertical;
}

.tuis {
  height: 60px;
  line-height: 60px;
  text-indent: 2em;
  font-size: 14px;
  border-bottom: solid 2px #aaabab;
}

#imgs, .tuis + .lst {
  font-size: 14px;
  line-height: 32px;
}

.mr-40 {
  margin-top: 40px;
}

#imgs img:hover {
  cursor: pointer
}

@media screen and (max-width: 768px) {
  .isphoney {
    display: block;
  }

  * {
    box-sizing: border-box;
  }

  body {
    min-width: 100%;
  }

  .con {
    width: 100%;
  }

  .cont-news-ls li .news-pic, .cont-tender-ls li .news-pic {
    margin-left: 0;
    width: 40%;
    height: auto
  }

  .cont-news-ls li .news-txt, .cont-tender-ls li .news-txt {
    width: 58%;
  }

  .cont-news-ls li .news-title, .cont-tender-ls li .news-title {
    font-size: .3rem;
    line-height: .4rem
  }

  .cont-news-ls li .news-desc, .cont-tender-ls li .news-desc {
    display: none
  }

  .zt-detail-banner {
    width: 100%
  }

  .box2 {
    width: 100%;
    padding: 0 .25rem;
  }

  .zt-detail-title2-right {
    display: none
  }

  .direc {
    font-size: .3rem;
    padding: .5rem 0;
  }

  .direc .zt-list li {
    padding: .2rem 0;
    line-height: .4rem
  }

  .zt-detail-title2 > div {
    float: none;
    width: 100%
  }

  .zt-detail-title2-left span {
    display: none
  }

  .clearfix {
    clear: both;
  }

  .nav-con {
    display: none !important;
  }

  .hd-top {
    height: auto;
    padding: 0.25rem;
  }

  .hd-sch {
    display: none
  }

  .hd-logo {
    width: 70%;
    height: 0.6rem;
    background: url(logomb.png) no-repeat;
    background-size: contain;
  }

  .hd-tool {
    width: 28%;
    padding: 0;
    font-size: 0;
    text-align: left;
  }

  .hd-tool a {
    font-size: .2rem;
    width: auto;
    padding: 0.01rem 0.2rem;
    line-height: .3rem;
  }

  .nav-wrap {
    min-width: 100%;
  }

  .nav {
    height: auto;
    padding: 0 0.25rem;
  }

  .nav ul {
    padding-left: 0;
  }

  .nav li {
    width: 25%;
  }

  .nav li a.nav-lnk {
    width: 100%;
    font-size: 0.3rem;
    height: 0.8rem;
    line-height: 0.8rem
  }

  .nav li a.nav-lnk-bak {
    width: 100%;
    font-size: 0.28rem;
    height: 0.4rem
  }

  .nav li:first-child {
    display: none
  }

  .slider-wrap {
    height: 2.6rem;
    min-width: auto;
    margin-top: 1px;
  }

  .slider-wrap .swiper-wrapper .swiper-slide {
    padding: 0;
  }

  .slider-wrap .swiper-pagination-bullets {
    left: 0;
    justify-content: center;
  }

  .slider-wrap .prev, .slider-wrap .next {
    display: none !important;
  }

  .news-wrap {
    float: none;
    width: 100%;
    padding: 0 .23rem;
    overflow: hidden;
  }

  .info-wrap h2, .info-wrap .titleh2 {
    font-size: .34rem;
    height: 1rem;
    line-height: 1rem;
  }

  .info-wrap .lnk-more {
    height: 1rem;
    width: 1rem
  }

  #news-slider {
    height: auto;
    padding-bottom: 0
  }

  .news-pic-wrap .news-pic {
    width: 50%;
  }

  .news-pic-wrap .news-cont {
    width: 50%;
    padding-left: .25rem;
    text-align: left;
  }

  .news-pic-wrap .news-cont a {
    font-size: .26rem;
    line-height: .4rem;
  }

  .news-pic-wrap .news-cont p {
    display: none;
  }

  .news-pic-wrap .news-cont .lnk-info {
    font-size: .26rem;
    margin-top: .2rem;
    display: block;
  }

  .owl-wrapper-outer .pagination {
    top: initial;
    left: initial;
    bottom: 20;
    right: 0;
    width: auto;
  }

  .owl-carousel .owlt1 {
    margin-bottom: 0;
  }

  .news-lst-wrap a, .txt-news-lst a {
    width: auto;
    white-space: normal;
    height: auto;
    display: contents;
    font-size: .3rem;
  }

  .news-lst-wrap ul, .txt-news-lst ul {
    padding: 0;
    line-height: .4rem;
  }

  .news-lst-wrap ul li, .txt-news-lst ul li {
    list-style: none;
    border-bottom: solid 1px #efefef;
    overflow: hidden;
    padding: .2rem 0;
  }

  .news-lst-wrap li span, .txt-news-lst li span {
    float: none;
    display: inline-table;
    margin-left: .1rem;
    font-size: .24rem
  }

  .work-wrap {
    width: 100%;
    margin-left: 0;
    padding: 0 .25rem;
    float: none
  }

  .stock-wrap {
    width: 100%;
    float: none;
    padding: 0 .25rem;
    margin-top: .5rem;
  }

  .stock-wrap h2 {
    background: #00cc99;
    color: #fff;
    text-align: center;
    height: .8rem;
    line-height: .8rem
  }


  .lm-banner {
    margin-top: 1px;
  }

  .dtl-con-wrap {
    padding: 0 .25rem;
  }

  .dtl-con-nav {
    margin-top: .5rem;
    width: 100%;
    float: none;
  }

  .dtl-con-nav h2 {
    font-size: .4rem;
    padding: .2rem;
  }

  .dtl-nav-wrap {
    display: none
  }

  .dtl-con-nav ul {
    border: none;
    display: flex;
    flex-wrap: wrap
  }

  .dtl-con-nav li {
    float: left;
    border: none;
    height: .6rem;
    line-height: initial
  }

  .dtl-con-nav a {
    padding: .1rem .15rem;
    font-size: .3rem;
    display: block;
  }

  .dtl-con-nav a.active em {
    display: none;
  }

  .srv-wrap ul {
    margin-top: .3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .srv-wrap li {
    width: 33.33%;
    padding: 0 .2rem;
    position: relative;
  }

  .srv-wrap li i {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    border-style: solid;
    border-color: #efefef;
    border-width: 10px;
    border-radius: 1.466667rem;
    height: 1.466667rem;
    width: 1.466667rem;
    margin: 0.253333rem auto 0 auto;
  }

  .srv-wrap li em {
    margin: 0.133333rem auto 0.133333rem auto;
    display: block;
    text-align: center;
    color: #3e3a39;
    height: 0.4rem;
    line-height: 0.4rem;
    font-weight: bold;
  }

  [data-dpr="1"] .srv-wrap li em {
    font-size: 10.5px;
  }

  [data-dpr="2"] .srv-wrap li em {
    font-size: 21px;
  }

  [data-dpr="3"] .srv-wrap li em {
    font-size: 31.5px;
  }

  .srv-wrap li a {
    display: block;
  }

  .srv-wrap .srv-1 {
    background-size: auto 0.933333rem;
    background-image: url(u1.png);
  }

  .srv-wrap .srv-2 {
    background-size: auto 0.933333rem;
    background-image: url(u2.png);
  }

  .srv-wrap .srv-3 {
    background-size: auto 0.933333rem;
    background-image: url(u3.png);
  }

  .srv-wrap .srv-4 {
    background-size: auto 0.933333rem;
    background-image: url(u4.png);
  }

  .srv-wrap .srv-5 {
    background-size: auto 0.92rem;
    background-image: url(u5.png);
  }

  .srv-wrap .srv-6 {
    background-size: auto 0.92rem;
    background-image: url(u6.png);
  }


  .about-wrap {
    padding-bottom: .5rem;
    background: #ddd;
    position: relative;
    margin-top: .5rem;
  }

  .about-wrap .con {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(about-title.png) no-repeat;
    background-size: 2.906667rem 0.693333rem;
    background-position: 0.2rem 0.2rem;
    padding: 0 .25rem;

  }

  .about-wrap .con a {
    display: flex;
    padding-top: 1rem;
    justify-content: space-between;
  }

  .about-wrap p {
    display: block;
    line-height: 0.493333rem;
    width: 48%
  }

  .about-wrap a {
    color: #333
  }


  .about-wrap img {
    display: block;
    width: 50%;
  }

  .about-wrap a.lnk-more {
    position: absolute;
    right: 0.333333rem;
    bottom: 0.333333rem;
    width: 0.653333rem;
    height: 0.226667rem;
    background: url(about.png) no-repeat;
    background-size: 0.653333rem 0.226667rem;
  }

  .idx-con-right-wrap {
    display: none;
  }

  .idx-con-wrap {
    width: 100%;
    float: none;
  }

  .pic-news-wrap .pic-wrap {
    width: 50%;
    height: auto
  }

  .pic-news-wrap .txt-wrap {
    width: 48%;
    height: auto
  }

  .pic-news-wrap .pic-wrap img {
    width: 100%;
    height: auto;
  }

  .pic-news-wrap .txt-wrap p {
    font-size: .26rem;
    line-height: .4rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .idx-news-wrap h2 {
    font-size: .34rem;
    height: 1rem;
    line-height: 1rem;
  }

  .idx-news-wrap .lnk-more {
    width: 1rem;
    height: 1rem;
    line-height: 1rem
  }

  .full, .pic-news-wrap {
    margin-top: .3rem;
  }

  .idx-mid {
    margin-top: 0;
  }

  .idx-news-wrap {
    margin-top: .2rem;
  }

  .pro-lst {
    margin-top: .3rem;
  }

  .pro-lst .pro-item {
    float: none;
    height: auto;
    width: 100%;
    padding: .1rem 0;
  }

  .pro-lst .pro-item .pro-icon {
    top: 50% !important;
    margin-top: -20px;
  }

  .pro-lst .pro-item .pro-cont {
    padding-right: .25rem;
  }

  .pro-lst .pro-item .pro-cont p {
    -webkit-line-clamp: 2;
    font-size: .26rem;
    line-height: .3rem
  }

  .pro-lst .pro-item .pro-cont a.lnk-info {
    font-size: .3rem;
    position: initial;
    margin-top: .1rem;
    display: block;
  }

  .pro-lst .pro-item .pro-cont h3 {
    font-size: .3rem;
    line-height: .5rem;
  }

  .pro-lst .pro-item.pro-1 a.lnk-info {
    color: #0066cc;
  }

  .pro-lst .pro-item.pro-2 a.lnk-info {
    color: #fff;
  }

  .pro-lst .pro-item.pro-3 a.lnk-info {
    color: #00a79d;
  }

  .pro-lst .pro-item.pro-4 a.lnk-info {
    color: #fff;
  }

  .pro-lst .pro-item.pro-5 a.lnk-info {
    color: #946134;
  }

  .pro-lst .pro-item.pro-6 a.lnk-info {
    color: #fff;
  }

  .idx-slider-wrap {
    width: 100%;
    float: none;
  }

  .idx-slider-wrap .idx-slider-item {
    width: 100%;
    height: 4.5rem
  }

  .idx-slider-wrap .idx-slider-item img {
    width: 100%;
    height: 100%;
  }

  .idx-slider-wrap .idx-slider-item p {
    max-width: 60%
  }

  .txt-news-wrap {
    width: 100%;
    float: none
  }

  .txt-news h3 {
    font-size: .32rem
  }

  .txt-news .lnk-info {
    font-size: .26rem
  }

  .txt-news-lst {
    margin-top: .1rem;
  }

  .idx-news-wrap.column-left, .idx-news-wrap.column-right {
    width: 100%;
    float: none
  }

  .txt-news-lst ul li:nth-child(n+6) {
    display: none
  }

  .hr_img {
    margin-right: 0;
    margin-top: 0;
    width: 100%;
    height: auto
  }

  .hr_txt {
    display: none
  }

  .ispcy {
    display: none
  }

  .pic-news-lst-wrap {
    padding-bottom: 0.253333rem;
  }

  .pic-news-lst-wrap li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.2rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    border-bottom: solid 1px #efefef;
  }

  .pic-news-lst-wrap li .imgwrap {
    width: 27%;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: none;
  }

  .pic-news-lst-wrap li .imgwrap a {
    display: block;
    width: 100%;
  }

  .pic-news-lst-wrap li .imgwrap img {
    width: 100%;
    height: auto;
  }

  .pic-news-lst-wrap li .imgcont {
    display: block;
    height: 100%;
    /*  width: 70%; */
    position: relative;
  }

  .pic-news-lst-wrap li .imgcont .title {
    font-size: .32rem;
    color: #3e3a39;
    display: block;
    line-height: 0.6rem;
  }

  .pic-news-lst-wrap li .imgcont .content {
    color: #999;
    font-size: .28rem;
    line-height: .4rem;
  }

  .patents_img {
    width: 50%;
  }

  .patents_txt span {
    display: none
  }

  .patents_txt {
    width: 48%;
    padding-left: .25rem;
  }

  .dtl-con {
    float: none;
    width: 100%
  }

  .dtl-con p, .dtl-con p span {
    font-size: 16px !important;
  }

  .crumb {
    font-size: .26rem;
    height: .6rem;
    line-height: .6rem;
    margin-top: .5rem;
  }

  .crumb em {
    padding: 0 .1rem;
  }

  .lst-wrap {
    width: 100%;
    margin: 0;
  }

  .lst-pic {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
  }

  .lst-pic .lst-pic-wrap {
    width: 100%;
    height: auto;
  }

  .lst-pic li {
    width: 48%;
    margin: 0;
    margin-top: .3rem
  }

  .lst-pic .lst-pic-wrap img {
    width: 100%;
    height: 4rem;
  }

  .lst-pic h5 {
    line-height: .4rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lst-pic .btns {
    display: none
  }

  .lst-pic .btns .lnk-download, .lst-pic .btns .lnk-read {
    width: 48%
  }

  #timeline {
    width: 100%;
  }

  #issues li h1 {
    font-size: .8rem;
    padding-left: 1rem;
  }

  #issues li p {
    padding: 0;
    padding-left: 1rem;
  }

  #issues li {
    width: 6rem
  }

  .lst li {
    padding: .2rem 0;
    line-height: .4rem
  }

  .lst li a {
    width: auto;
    white-space: normal;
    height: auto;
    line-height: .4rem;
    display: contents;
    font-size: .3rem;
  }

  .dtl-con .con-time-src {
    float: none;
    margin-top: 0;
    display: flex;
    line-height: .4rem;
    margin-left: 0;
    justify-content: center;
    font-size: .24rem;
  }

  .dtl-con .con-time-src span {
    display: inline-table;
    margin: 0 .2rem;
  }

  #grad_left, #grad_right {
    display: none
  }

  .ellipsis, .lst a, .txt-news-lst a, .vid-wrap .vid-nav a, .vid-lst-wrap .vid-lst li a {
    white-space: normal;
  }

  .map {
    width: 100%;
    height: 5rem;
    margin-right: 0
  }

  .sub_company {
    width: 100%;
  }

  .sub_company ul {
    width: 100%;
  }

  .sub_company ul li {
    width: 33.33%;
    margin: 0;
    height: 1.5rem;
  }

  .map_text {
    width: 100%;
    float: none
  }

  .intro_img {
    width: 100%;
    float: none;
  }

  .intro_text {
    float: none;
    width: 100%
  }

  .dtl-con .ytit {
    font-size: .4rem;
    text-align: center;
    line-height: .5rem;
    margin-top: .4rem;
  }

  .dtl-con a[href*="/module/download/downfile.jsp"] > img[src*="png"] {
    display: inline-block !important;
  }

  .bt-wrap {
    min-width: auto;
    height: auto;
    padding-bottom: 1.1rem;
    padding-top: .1rem;
  }

  .lnks {
    float: none;
    height: auto;
    border-bottom: none;
    display: none
  }

  .lnks-txt {
    padding: 0;
    width: 100%;
  }

  .lnks-txt a.btn-more {
    display: none;
  }

  .lnks-ddl ul {
    width: 100%;
    z-index: 9999;
  }

  .bt-info {
    float: none;
    padding: 0 .25rem;
  }

  .bt-info p {
    float: none;
    text-align: center;
  }

  .bt-qrcode {
    position: initial;
    margin: 0;
    margin-top: 0.5rem;
    display: flex;
    width: 100%;
    justify-content: center;
    padding-bottom: 0.3rem;
    display: none;
  }

  .bt-qrcode dl {
    float: none;
    margin-left: 0;
    margin: 0 .5rem;
  }

  .lnks-txt ul {
    display: flex;
    width: 100%;
    padding-top: 0.3rem;
  }

  .lnks-txt li {
    width: 25%;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
  }

  .lnks-ddl {
    width: 48%
  }

  .bt-info p {
    margin-right: 0;
  }


  .footer {
    position: fixed;
    z-index: 99999;
    bottom: 0;
    width: 100%;
    background: #ef4509;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 0.88rem;
  }

  .footer .ftnav {
    width: 25%;
    text-align: center;
  }

  .footer .ftnav a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
  }

  .footer .ftnav i {
    color: #fff;
    line-height: 0.88rem;
  }

  [data-dpr="1"] .footer .ftnav i {
    font-size: 17.5px;
  }

  [data-dpr="2"] .footer .ftnav i {
    font-size: 35px;
  }

  [data-dpr="3"] .footer .ftnav i {
    font-size: 52.5px;
  }

  .footer .active {
    background: #e60012;
  }

  .footer .active.fa-home {
    background: url(ffa1.png) no-repeat center center #e60012;
  }

  .fa-map-marker {
    background: url(ffa2.png) no-repeat center center;
  }

  .fa-commenting {
    background: url(ffa3.png) no-repeat center center;
  }

  .fa-volume-control-phone {
    background: url(ffa4.png) no-repeat center center;
  }
}
