/* LESS Document */
/* 清除浮动 */
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
/*常用颜色*/
/*常用字号*/
/* float */
.left {
  float: left;
}
.right {
  float: right;
}
.fnone {
  float: none;
}
.middle {
  float: left;
}
/* text-align */
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
/* display */
.dis {
  display: block;
}
.undis {
  display: none;
}
/*单行载断*/
/*单行载断溢出省略号*/
/*3行载断溢出省略号*/
/*边框圆角*/
/* 圆角  */
/*配模式定位*/
/*下阴影*/
/*弹出窗口半透明灰*/
/*1200屏*/
.sanjiao {
  border-width: 20px;
  border-color: transparent transparent #ccc transparent;
  border-style: dashed dashed solid dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
/* 背景自适应 */
/*单行载断*/
/*单行载断溢出省略号*/
.spill1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*3行载断溢出省略号*/
/* 面包屑 */
.crumb {
  display: none;
}
@media (min-width: 768px) {
  .crumb {
    display: block;
    *zoom: 1;
    zoom: 1;
    line-height: 50px;
  }
  .crumb:after {
    content: " ";
    clear: both;
    display: table;
  }
  .crumb p {
    color: #999;
  }
  .crumb p a {
    padding: 0 10px;
  }
  .crumb p span {
    padding-left: 10px;
  }
}
/*配模式定位*/
/*1200屏*/
/* 背景自适应 */
/*下阴影*/
/* 背景自适应 */
/* box-sizing */
/* 文本元素内垂直居中 */
/* input提示字体颜色修改 */
.pa100 {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ztwrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ztwrap {
    width: 96%;
  }
}
img {
  vertical-align: middle;
  max-width: 100%;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  outline: none ;
}
a {
  text-decoration: none;
}
/* LESS Document */
* {
  margin: 0;
  padding: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
audio,
canvas,
video {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
  visibility: hidden;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  font-size: 1em;
}
del {
  font-family: Arial;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
  font-weight: normal;
}
em,
q,
cite,
address {
  font-weight: normal;
  font-style: normal;
}
address {
  display: inline;
}
big,
small {
  font-size: 12px;
}
body {
  font: 14px/1.5 arial, "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
  vertical-align: middle;
  color: #333;
  background: #fff;
}
body {
  overflow-x: hidden;
}
img {
  border: 0;
}
li {
  list-style: none;
}
i {
  font-style: normal;
  font-family: arial, "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
}
q {
  quotes: none;
  font-family: arial, "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
}
q:before,
q:after {
  content: "";
}
strong {
  font-weight: bold;
}
dfn {
  padding-right: 2px;
  text-decoration: none;
  font-family: Arial;
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: left;
  font-weight: normal;
}
fieldset,
legend {
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button,
input,
select,
select optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
  vertical-align: middle;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/* link */
a {
  color: #4d4d4d;
  text-decoration: none;
  outline-style: none;
  cursor: pointer;
}
a:hover {
  color: #06c;
  text-decoration: underline;
  transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
}
a:link {
  text-decoration: none;
  cursor: pointer;
}
i {
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* link in text */
a.t {
  text-decoration: underline;
}
a.t:hover {
  color: #f30;
  text-decoration: underline;
}
/* clear float */
.cf {
  zoom: 1;
}
/* for IE */
.cf:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
/* for other */
/* end of clear float */
/* float */
.left {
  float: left;
}
.right {
  float: right;
}
.fnone {
  float: none;
}
.middle {
  float: left;
}
/* text-align */
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
/* display */
.dis {
  display: block;
}
.undis {
  display: none;
}
/* form */
input,
select {
  vertical-align: middle;
  font-size: 14px;
  font-family: "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
  color: #333;
}
input[type="text"],
input[type="password"] {
  line-height: 30px;
  border: solid 1px #d9d9d9;
  height: 40px;
  box-sizing: border-box;
  padding-left: 10px;
  background-color: #fff;
}
input[type="text"]:disabled {
  background-color: #bbbbbb;
  color: #666;
}
input[type="checkbox"],
input[type="radio"] {
  margin-right: 4px;
}
input[type="checkbox"]:checked,
input[type="radio"]:checked {
  background-color: #33b0c4;
  color: #fff;
}
.checkbox {
  position: relative;
}
.checkbox input[type="checkbox"] {
  opacity: 0;
  positon: absolute;
  top: 0;
  left: 0;
}
.checkbox span {
  position: absolute;
  top: -10px;
  right: 3px;
  font-size: 30px;
  font-weight: bold;
  font-family: "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  color: orange;
}
.checkbox input[type="checkbox"] + span {
  opacity: 0;
}
.checkbox input[type="checkbox"]:checked + span {
  opacity: 1;
}
input[type="button"] {
  height: 40px;
  line-height: 40px;
  background-color: #33b0c4;
  border: none;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 0 20px;
}
textarea {
  padding: 3px 0 3px 3px;
  font-size: 14px;
  font-family: "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
  color: #333;
  border: solid 1px #d9d9d9;
  border-radius: 2px;
  background: #fff;
}
/* input placeholder color */
input::-webkit-input-placeholder {
  color: #bbbbbb;
  text-transform: uppercase;
}
input::-moz-placeholder {
  color: #bbbbbb;
  text-transform: uppercase;
}
input:-moz-placeholder {
  /* Older versions of Firefox */
  color: #bbbbbb;
  text-transform: uppercase;
}
input:-ms-input-placeholder {
  color: #bbbbbb;
  text-transform: uppercase;
}
a,
i,
li {
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
}
/* 面包屑 */
.crumb {
  display: none;
}
@media (min-width: 768px) {
  .crumb {
    display: block;
    *zoom: 1;
    zoom: 1;
    line-height: 50px;
  }
  .crumb:after {
    content: " ";
    clear: both;
    display: table;
  }
  .crumb p {
    color: #999;
  }
  .crumb p a {
    padding: 0 10px;
  }
  .crumb p span {
    padding-left: 10px;
  }
}
/* paginator */
.paginator {
  display: block;
  clear: both;
  padding: 20px 0;
  text-align: center;
  line-height: 14px;
}
.paginator a {
  display: inline-block;
  overflow: hidden;
  height: 15px;
  margin-left: 4px;
  margin-bottom: 10px;
  padding: 6px 5px 5px;
  vertical-align: middle;
  font-weight: bold;
  color: #666;
  background: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.paginator span {
  display: inline-block;
  overflow: hidden;
  height: 15px;
  margin-bottom: 10px;
  vertical-align: middle;
  color: #666;
  background: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.paginator a {
  text-decoration: none;
  font-weight: normal;
  border: 1px solid #ccc;
}
.paginator a:hover,
.paginator a.selecded {
  color: #33b0c4;
  text-decoration: none;
  border: 1px solid #33b0c4;
}
.paginator input[type="text"] {
  padding: 2px 5px;
  margin-top: -10px;
  margin-left: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  width: 40px;
}
.paginator input[type="button"] {
  width: 40px;
  padding: 0 5px;
  margin-top: -10px;
  background-color: #bbb;
  height: 30px;
  line-height: 30px;
  border: none;
  border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
}
.paginator input {
  display: none;
}
.paginator .ellipsis {
  color: #636363;
  background: none;
}
.paginator .prev,
.paginator .next {
  font-weight: normal;
  line-height: 15px;
  font-family: Simsun;
  border: 1px solid #ddd;
  background: #fff;
  color: #999;
}
@media (min-width: 640px) {
  .paginator a {
    padding: 6px 8px 5px;
  }
  .paginator input {
    display: inline-block;
  }
}
/* required */
.rq {
  font-size: 11px;
  font-family: verdana;
  font-weight: normal;
  color: #c00;
  padding-right: 5px;
}
/* status */
.status {
  padding: 10px 0;
  text-align: center;
}
/* loading */
.loading01 {
  padding: 10px 0;
  text-align: center;
}
/* alarm */
.alarm {
  margin-bottom: 10px;
  padding: 2px 16px;
  color: #c00;
  border: 1px solid #DD3C10;
  background: #FFE6E6;
}
.alarm span {
  padding-right: 16px;
}
/* notice */
.notice {
  margin-bottom: 10px;
  padding: 2px 16px;
  border: 1px solid #ffd4a5;
  background: #fff9e5;
}
.notice em {
  color: #FD7600;
}
.notice span {
  padding-right: 16px;
}
/* valid */
.valid {
  margin-bottom: 10px;
  padding: 2px 16px;
  color: #063;
  border: 1px solid #82b753;
  background: #f0ffe2;
}
.valid span {
  padding-right: 16px;
}
/* LESS Document */
/* 布局 */
.wrap {
  width: 100%;
  *zoom: 1;
  zoom: 1;
}
.wrap:after {
  content: " ";
  clear: both;
  display: table;
}
@media (min-width: 1200px) {
  .wrap {
    width: 1200px;
    margin: 0 auto;
  }
}
.mbbody {
  width: 100%;
}
@media (min-width: 768px) {
  .mbbody {
    display: none;
  }
}
.webbody {
  display: none;
}
@media (min-width: 768px) {
  .webbody {
    display: block;
  }
}
@media (min-width: 768px) {
  .bodygreyish {
    background-color: #f8f8f8;
    *zoom: 1;
    zoom: 1;
  }
  .bodygreyish:after {
    content: " ";
    clear: both;
    display: table;
  }
}
/* 顶部广告位 */
.topads {
  display: none;
}
@media (min-width: 768px) {
  .topads {
    display: block;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 10px #ddd;
    -moz-box-shadow: 0 5px 10px #ddd;
    -webkit-box-shadow: 0 5px 10px #ddd;
  }
  .topads p img {
    width: 100%;
    max-width: 1200px;
  }
}
@media (min-width: 1200px) {
  .topads p {
    height: 65px;
    width: 1200px;
    margin: 0 auto;
  }
}
/* 标题下的间隔符 */
.hline {
  width: 180px;
  height: 10px;
  border-bottom: solid 1px #333;
  position: relative;
  margin: 10px auto;
}
.hline i {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  border: solid 1px #333;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #fff;
  display: block;
}
/* 空间距 */
.bk20 {
  *zoom: 1;
  zoom: 1;
  width: 100%;
  padding-top: 20px;
}
.bk20:after {
  content: " ";
  clear: both;
  display: table;
}
.bk30 {
  *zoom: 1;
  zoom: 1;
  width: 100%;
  padding-top: 30px;
}
.bk30:after {
  content: " ";
  clear: both;
  display: table;
}
.blk20 {
  *zoom: 1;
  zoom: 1;
  width: 100%;
  padding-top: 20px;
}
.blk20:after {
  content: " ";
  clear: both;
  display: table;
}
.blk30 {
  *zoom: 1;
  zoom: 1;
  width: 100%;
  padding-top: 30px;
}
.blk30:after {
  content: " ";
  clear: both;
  display: table;
}
.blk40 {
  *zoom: 1;
  zoom: 1;
  width: 100%;
  padding-top: 40px;
}
.blk40:after {
  content: " ";
  clear: both;
  display: table;
}
.blk50 {
  *zoom: 1;
  zoom: 1;
  width: 100%;
  padding-top: 50px;
}
.blk50:after {
  content: " ";
  clear: both;
  display: table;
}
.blk60 {
  *zoom: 1;
  zoom: 1;
  width: 100%;
  padding-top: 60px;
}
.blk60:after {
  content: " ";
  clear: both;
  display: table;
}
.hr {
  margin: 10px auto;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 640px) {
  .hr {
    margin: 20px auto;
  }
}
.sanjiao {
  border-width: 20px;
  border-color: transparent transparent #ccc transparent;
  border-style: dashed dashed solid dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
/* 注：如果是底部的资料获取栏 底部增加padding,不需要注释 */
@media (min-width: 1200px) {
  body {
    padding-bottom: 64px;
  }
}
header.time_200609 {
  background-color: #fff;
  overflow-x: auto;
}
@media (min-width: 1201px) {
  header.time_200609 {
    padding-top: 56px;
  }
}
header.time_200609 nav.cfa_nav {
  border-bottom: 1px solid #edeced;
  background-color: #f9f9f9;
  font-size: 16px;
  width: 100%;
  top: 0;
  z-index: 99;
  transition: all 0.3s;
  min-width: 1200px;
}
@media (min-width: 1200px) {
  header.time_200609 nav.cfa_nav {
    position: fixed;
  }
}
header.time_200609 nav.cfa_nav li {
  margin-bottom: 0;
  overflow: visible;
}
header.time_200609 nav.cfa_nav.scrollT .ztwrap .logo_index {
  display: block;
  float: left;
}
header.time_200609 nav.cfa_nav.scrollT ol {
  float: right;
}
header.time_200609 nav.cfa_nav.scrollT ol li.hides {
  display: block;
}
header.time_200609 nav.cfa_nav.scrollT ul {
  display: none;
}
header.time_200609 nav.cfa_nav li,
header.time_200609 nav.cfa_nav a,
header.time_200609 nav.cfa_nav span {
  line-height: 3.5em;
  color: #5a5a5a;
}
header.time_200609 nav.cfa_nav .logo_index {
  display: none;
}
header.time_200609 nav.cfa_nav figure img {
  display: none;
}
header.time_200609 nav.cfa_nav figure img:nth-child(1) {
  display: inline-block;
}
header.time_200609 nav.cfa_nav ol {
  *zoom: 1;
  zoom: 1;
  float: left;
}
header.time_200609 nav.cfa_nav ol:after {
  content: " ";
  clear: both;
  display: table;
}
header.time_200609 nav.cfa_nav ol li {
  float: left;
  padding: 0 15px;
  text-align: center;
  position: relative;
}
header.time_200609 nav.cfa_nav ol li em {
  color: #ff7164;
  width: 100%;
  background: none;
}
header.time_200609 nav.cfa_nav ol li:nth-child(1) {
  width: 60px;
}
header.time_200609 nav.cfa_nav ol li:hover > a,
header.time_200609 nav.cfa_nav ol li.on > a,
header.time_200609 nav.cfa_nav ol li:hover span,
header.time_200609 nav.cfa_nav ol li.on span {
  color: #6288e7;
}
header.time_200609 nav.cfa_nav ol li:hover > a::after,
header.time_200609 nav.cfa_nav ol li.on > a::after,
header.time_200609 nav.cfa_nav ol li:hover span::after,
header.time_200609 nav.cfa_nav ol li.on span::after {
  width: 3.5em;
  height: 0.1875em;
  background-color: #6288e7;
}
header.time_200609 nav.cfa_nav ol li:hover .silde_nav,
header.time_200609 nav.cfa_nav ol li.on .silde_nav {
  height: auto;
  border: solid 1px #edeced;
}
header.time_200609 nav.cfa_nav ol li > a,
header.time_200609 nav.cfa_nav ol li span {
  width: 100%;
  cursor: pointer;
  position: relative;
}
header.time_200609 nav.cfa_nav ol li > a::after,
header.time_200609 nav.cfa_nav ol li span::after {
  content: '';
  width: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
header.time_200609 nav.cfa_nav ol li .silde_nav {
  position: absolute;
  border-color: #edeced;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  background-color: #fff;
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
header.time_200609 nav.cfa_nav ol li .silde_nav a {
  color: #999999;
  border-bottom: 1px solid #edeced;
  display: block;
  font-size: 0.875em;
  text-align: center;
  line-height: 3.28571429em;
  height: 3.28571429em;
}
header.time_200609 nav.cfa_nav ol li .silde_nav a:last-child {
  border-bottom: 0;
}
header.time_200609 nav.cfa_nav ol li .silde_nav a:hover {
  background-color: #f9f9f9;
}
header.time_200609 nav.cfa_nav ol li.hides {
  display: none;
}
header.time_200609 nav.cfa_nav ul {
  float: right;
}
header.time_200609 nav.cfa_nav ul li {
  float: left;
  margin-right: 30px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
header.time_200609 nav.cfa_nav ul li:hover {
  display: block;
  text-align: center;
}
header.time_200609 nav.cfa_nav ul li:hover a {
  color: #6288e7;
}
header.time_200609 nav.cfa_nav ul li:hover figure img:nth-child(1) {
  display: none;
}
header.time_200609 nav.cfa_nav ul li:hover figure img:nth-child(2) {
  display: inline-block;
}
header.time_200609 nav.cfa_nav ul li:hover .ewm {
  height: 100px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
header.time_200609 nav.cfa_nav ul li .ewm {
  height: 0;
  transition: all 0.3s;
  position: absolute;
  overflow: hidden;
  top: 56px;
  left: 50%;
  margin-left: -50px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  width: 100px;
  background-color: #fff;
}
header.time_200609 nav.cfa_nav ul li .ewm img {
  max-height: 100%;
}
header.time_200609 nav.cfa_nav ul li a {
  display: block;
  font-size: 0.875em;
  line-height: 4em;
}
header.time_200609 nav.cfa_nav ul li a figure {
  display: inline-block;
}
header.time_200609 .nav02 {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  max-width: 1180px;
  padding-top: 0.1px;
}
@media (max-width: 1200px) {
  header.time_200609 .nav02 {
    min-width: 1180px;
    padding-left: 10px;
  }
}
header.time_200609 .nav02 li {
  margin-bottom: 0;
}
header.time_200609 .nav02 > a {
  padding: 25px 0;
  display: block;
  float: left;
}
header.time_200609 .nav02 .seach {
  width: 414px;
  border: solid 2px #6291e7;
  line-height: 44px;
  height: 44px;
  font-size: 16px;
  margin: 25px 0;
  *zoom: 1;
  zoom: 1;
}
header.time_200609 .nav02 .seach:after {
  content: " ";
  clear: both;
  display: table;
}
header.time_200609 .nav02 .seach input {
  padding: 0 15px;
  width: 330px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  float: left;
  border: none;
  outline: none;
}
header.time_200609 .nav02 .seach button {
  width: 80px;
  float: right;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(-90deg, #6288e7 0%, #6291e7 100%);
}
header.time_200609 .nav02 .seach button img {
  margin-right: 5px;
}
header.time_200609 .nav02 ol {
  float: right;
}
header.time_200609 .nav02 ol li {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
  float: left;
}
header.time_200609 .nav02 ol li:hover a {
  color: #ff7164;
}
header.time_200609 .nav02 ol li a {
  display: block;
  width: 90px;
  font-size: 14px;
  text-align: center;
  color: #666666;
}
header.time_200609 .nav02 ol li figure {
  margin-bottom: 5px;
}
header.time_200609 .nav02 ol li figure img {
  display: none;
}
header.time_200609 .nav02 ol li figure img:nth-child(2) {
  display: inline-block;
}
/* 广告位 */
.cfa_advertising_200609 {
  height: 300px;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  text-align: center;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cfa_advertising_200609 .adv_con {
  margin-top: 15px;
  width: 100%;
}
.cfa_advertising_200609 .adv_con a {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 2.5em;
  width: 7.1875em;
  background-color: #648ae4;
  margin: 0 10px ;
  color: #fff;
  border-radius: 1.25em;
  -moz-border-radius: 1.25em;
  -webkit-border-radius: 1.25em;
  -ms-border-radius: 1.25em;
  -o-border-radius: 1.25em;
}
/* 尾部样式 */
.cfa_footer_200609 {
  background: url(browse.php?u=Oi8vY2ZhLmdmZWR1LmNvbS9pbWFnZXMvZm9vdGVyYmcucG5n&b=29);
  padding-top: 4.1%;
  padding-bottom: 2.5%;
}
.cfa_footer_200609 ul {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.cfa_footer_200609 ul li {
  width: 25%;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 22px;
}
.cfa_footer_200609 ul li img {
  vertical-align: middle;
}
.cfa_footer_200609 ul li h3 {
  font-weight: 500;
}
.cfa_footer_200609 ul li:nth-child(1) {
  color: #ffdf98;
  width: 32%;
}
.cfa_footer_200609 ul li:nth-child(1) a {
  display: block;
  width: 100%;
  margin-top: 8px;
}
.cfa_footer_200609 ul li:nth-child(1) img {
  max-width: 12.5em;
  width: 96%;
}
.cfa_footer_200609 ul li:nth-child(1) p {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}
.cfa_footer_200609 ul li:nth-child(2),
.cfa_footer_200609 ul li:nth-child(3) {
  width: 32%;
}
.cfa_footer_200609 ul li:nth-child(2) h3 img {
  width: 1.63636364em;
}
.cfa_footer_200609 ul li:nth-child(3) h3 img {
  width: 1.77272727em;
}
.cfa_footer_200609 ul li:nth-child(2) h3,
.cfa_footer_200609 ul li:nth-child(3) h3,
.cfa_footer_200609 ul li:nth-child(4) h3 {
  color: #ffdf98;
}
.cfa_footer_200609 ul li:nth-child(2) h3 img,
.cfa_footer_200609 ul li:nth-child(3) h3 img,
.cfa_footer_200609 ul li:nth-child(4) h3 img {
  margin-left: 10px;
  position: relative;
}
.cfa_footer_200609 ul li:nth-child(2) > img,
.cfa_footer_200609 ul li:nth-child(3) > img,
.cfa_footer_200609 ul li:nth-child(4) > img {
  margin-right: 15px;
  width: 110px;
}
.cfa_footer_200609 ul li:nth-child(2) p,
.cfa_footer_200609 ul li:nth-child(3) p,
.cfa_footer_200609 ul li:nth-child(4) p {
  font-size: 0.63636364em;
  line-height: 1.8;
  height: 3.6em;
  color: #fff;
}
.cfa_footer_200609 .tongji {
  text-align: center;
  margin-top: 10px;
}
.cfa_footer_200609 .tongji b {
  display: block;
}
.cfa_footer_200609 > p {
  font-size: 16px;
  color: #fff;
  margin-top: 2.1%;
  text-align: center;
}
.cfa_footer_200609 > p span {
  display: inline-block;
}
@media (max-width: 1200px) {
  .cfa_footer_200609 ul li > div {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .cfa_footer_200609 {
    padding-top: 7.8%;
    padding-bottom: 30px;
  }
  .cfa_footer_200609 ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cfa_footer_200609 ul li {
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
  }
  .cfa_footer_200609 ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 5%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
  }
  .cfa_footer_200609 ul li:nth-child(2),
  .cfa_footer_200609 ul li:nth-child(3),
  .cfa_footer_200609 ul li:nth-child(4) {
    width: 33.33%;
    text-align: center;
  }
  .cfa_footer_200609 ul li:nth-child(2) img,
  .cfa_footer_200609 ul li:nth-child(3) img,
  .cfa_footer_200609 ul li:nth-child(4) img {
    margin-right: 0;
    margin: 0 auto 10px;
    max-width: 96%;
  }
  .cfa_footer_200609 ul li:nth-child(2) p,
  .cfa_footer_200609 ul li:nth-child(3) p {
    display: none;
  }
  .cfa_footer_200609 ul li:nth-child(2) h3 img,
  .cfa_footer_200609 ul li:nth-child(3) h3 img {
    margin-left: 5px !important;
  }
  .cfa_footer_200609 ul li:nth-child(4) h3 {
    display: none;
  }
  .cfa_footer_200609 > p {
    font-size: 14px;
  }
}
@media (max-width: 414px) {
  .cfa_footer_200609 ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cfa_footer_200609 ul li {
    font-size: 14px;
  }
}
/* 底部资料获取 start */
.slide_bottom_206009 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 64px;
  height: 64px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
@media (max-width: 1200px) {
  .slide_bottom_206009 {
    display: none;
  }
}
.slide_bottom_206009 .ztwrap {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
  position: relative;
}
.slide_bottom_206009 figure {
  margin-right: 40px;
  margin-left: 60px;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  height: 64px;
}
.slide_bottom_206009 span {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  margin-right: 50px;
}
.slide_bottom_206009 span em {
  color: #ff7164;
  padding: 0 10px;
}
.slide_bottom_206009 input {
  width: 260px;
  line-height: 40px;
  background-color: #ffffff;
  border-radius: 4px;
  padding-left: 10px;
  font-size: 14px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  outline: none;
  border: none;
  margin-right: 20px;
}
.slide_bottom_206009 button {
  text-align: center;
  width: 136px;
  line-height: 40px;
  background-color: #ff7164;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
}
.slide_bottom_206009 .hides {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
/* 底部资料获取 end */
/* 侧边栏 start */
.sidebar {
  position: fixed;
  z-index: 100;
  top: 20%;
  right: 5px;
  width: 72px;
  background-color: #ffffff;
  box-shadow: 0px 2px 15px 0px rgba(111, 133, 168, 0.1);
}
@media (max-width: 1440px) {
  .sidebar {
    width: 64px;
  }
}
@media (max-width: 768px) {
  .sidebar {
    display: none;
  }
}
.sidebar ul li {
  text-align: center;
}
.sidebar ul li img {
  display: block;
  margin: 0 auto;
}
.sidebar ul li a {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}
.sidebar ul li a img {
  margin-bottom: 3px;
}
.sidebar ul li a figure {
  width: 100%;
}
.sidebar ul li a figure img:nth-child(2) {
  display: none;
}
.sidebar ul li a span {
  width: 100%;
}
.sidebar ul li.one {
  background-color: #6288e7;
  height: 104px;
}
.sidebar ul li.one a {
  font-size: 16px;
  color: #fff;
}
.sidebar ul li.jc_tel {
  position: relative;
}
.sidebar ul li.jc_tel:hover > div {
  width: 180px;
}
.sidebar ul li.jc_tel > div {
  position: absolute;
  transition: all 0.3s;
  width: 0;
  overflow: hidden;
  color: #fff;
  font-size: 24px;
  line-height: 64px;
  height: 64px;
  top: 50%;
  right: 72px;
  transform: translateY(-50%);
  background-color: #6288e7;
}
.sidebar ul li.slide_ewm {
  position: relative;
}
.sidebar ul li.slide_ewm > div {
  position: absolute;
  right: 74px;
  top: 50%;
  transform: translateY(-50%);
  height: 0;
  width: 0;
  transition: all 0.3s;
}
.sidebar ul li.slide_ewm:hover > div {
  width: 120px;
  height: 120px;
}
.sidebar ul li:not(:first-child) {
  height: 64px;
  border-top: 1px solid rgba(238, 238, 238, 0.5);
}
.sidebar ul li:not(:first-child):hover figure img {
  display: none;
}
.sidebar ul li:not(:first-child):hover figure img:nth-child(2) {
  display: block;
}
.sidebar ul li:not(:first-child):hover span {
  color: #6288e7;
}
.sidebar ul li:not(:first-child) a {
  font-size: 14px;
  color: #bfbfbf;
}
/* 侧边栏 end */
