@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: -apple-system, "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", "PingFang SC", "Hiragino Sans GB", "Source Han Sans CN", "Source Han Sans SC", "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}


body {
  font-size: 14px;
  color: #333333;
  width: 100%;
  font-family: "微软雅黑";
  line-height: 24px;
  background: url(../img/banner_04.jpg);
  min-width: 1200px;
  overflow-x: hidden;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
p {
  margin: 0;
}
a {
  text-decoration: none !important;
}
.clear {
  clear: both;
}
.slick-slide {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.welcome{ background-color:#e9e9e9; line-height:35px;}
.max_w1200 {
  max-width: 1200px;
  margin: auto;
}
.header {
  background: #ffffff;
}
.header .welcome {
  border-bottom: 1px solid #e5e5e5;
}
.header .welcome_l {
  float: left;
}
.header .welcome_l p {
  color: #333333;
  font-size: 14px;
}
.header .welcome_r {
  float: right;
}
.header .welcome_r ul {
  overflow: hidden;
}
.header .welcome_r ul li {
  float: left;
  margin-left: 14px;
}
.header .welcome_r ul li a {
  color: #666666;
  font-size: 14px;
  line-height: 28px;
}
.header .welcome_r ul > li:first-child {
  margin-left: 0px;
}
.header .logo {
  height: 128px;
}
.header .logo_1 {
  float: left;
  display: inline-block;
  margin-right: 18px;
  margin-top:20px;
}
.header .logo_2 {
  margin-top: 30px;
  float: left;
}
.header .logo_2 h3 {
  color: #333333;
  font-size:30px;
}
.header .logo_2 p {
  color: #333333;
  font-size:16px;
  font-weight: 200;
  margin-top: 4px; color:#0074b4;
}
.header .logo_3 {
  float: left;
  margin-top: 20px;
  margin-left: 20px;
}
.header .logo_4 {
  float: right;
  margin-left: 40px;
  margin-top:30px;
}
.header .logo_4 p {
  color: #333333; font-size:16px;
}
.header .logo_4 p img {
  margin-right: 6px;
  margin-top: -3px;
}
.header .logo_4 h3 {
  color: #c31a08;
  font-size:36px; line-height:50px;
}
.header .logo_4 h4 {
  font-size: 25px;
  color: #0074b4;
  font-weight: bold;
}
.header .logo_5 {
  float:left; margin-left:50px;
  margin-top: 8px;
}
.header .logo_5 img {
  max-width: 100%;
  margin: 0px auto;
  display: block;
}
.header .logo_5 p {
  font-size: 12px;
  color: #999999;
}
.nav {
  background: #0074b4;
}
.nav ul {
  overflow: hidden;
  width: 100%;
}
.nav ul li {
  width: 14.1%;
  float: left;
}
.nav ul li a {
  display: block;
  text-align: center;
  height: 62px;
  transition: 0.2s;
  background: #0074b4;
}
.nav ul li a p {
  line-height: 62px;
  color: #ffffff;
  font-size: 16px;
}
.nav ul li.active a,
.nav ul li:hover a,.menu li.cur a{
  background: #f39800;
  transition: 0.2s;
}
.nav .xl_tel {
  float: right;
  display: none;
  padding-top: 3px;
}
.nav .xl_tel img {
  float: left;
  width: 40px;
  margin-top: 5px;
}
.nav .xl_tel .feiji_r {
  margin-left: 58px;
}
.nav .xl_tel .feiji_r p {
  color: #ffffff;
}
.nav .xl_tel .feiji_r h4 {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
}
.nav.active .xl_tel {
  display: block;
}
.nav.active ul {
  float: left;
  width: 80%;
}


.bt_1 {
  text-align: center;
}
.bt_1 h2 {
  color: #333333;
  font-size: 36px;
  font-weight: bold;
}
.bt_1 h2 span {
  color: #ed3b00;
}
.bt_1 p {
  color: #333333;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
}
.bt_1 div {
  width: 92px;
  height: 3px;
  background: #0074b4;
  display: inline-block;
}

.icon{background:url(icon.png) no-repeat;display:inline-block;vertical-align:middle}

.index_youshi_bt {
  background: #0074b4;
  height: 153px;
  overflow: hidden;
}
.index_youshi_bt .max_w1200 {
  position: relative;
}
.index_youshi_bt .max_w1200 > p:first-child {
  position: absolute;
  right: 50%;
  margin-right: -125px;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-size: 48px;
  line-height: 60px;
  width: 1920px;
  text-align: right;
  top: 46px;
  font-style: italic;
  font-weight: bold;
  padding-right: 126px;
}
.index_youshi_bt .max_w1200 > p:first-child span {
  font-size: 16px;
  text-transform: uppercase;
  position: absolute;
  right: 0px;
  bottom: 0px;
  line-height: 24px;
}
.index_youshi_bt .max_w1200 > p:nth-child(2) {
  position: absolute;
  left: 50%;
  margin-left: -101px;
  border-top: 1px solid #ffffff;
  color: #ffffff;
  padding-left: 107px;
  font-size: 60px;
  line-height: 60px;
  width: 1920px;
  text-align: left;
  top: 26px;
  font-style: italic;
  font-weight: bold;
}
.index_youshi_bt .max_w1200 > p:nth-child(2) span {
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  top: 0px;
  line-height: 24px;
  left: 0px;
}
.index_youshi_bt .max_w1200 img {
  position: absolute;
  top: 114px;
  left: 50%;
  margin-left: -25px;
}
.index_youshi {
  padding-bottom: 30px;
  background: #FFFFFF;
  overflow: hidden;
}
.index_youshi .index_youshi_1 {
  position: relative;
}
.index_youshi .index_youshi_1 .index_youshi_l {
  float: left;
  width: 50%;
}
.index_youshi .index_youshi_1 .index_youshi_l img {
  max-width: 100%;
  margin: 0px auto;
  display: block;
  width: auto !important;
  height: auto !important;
}
.index_youshi .index_youshi_1 .index_yushi_r {
  float: left;
  width: 50%;
  padding-top: 100px;
  padding-bottom: 30px;
  overflow: hidden;
}
.index_youshi .index_youshi_1 .index_yushi_r .index_youshi_r_sz {
  float: left;
  width: 82px;
}
.index_youshi .index_youshi_1 .index_yushi_r .index_youshi_r_sz img {
  width: 100%;
}
.index_youshi .index_youshi_1 .index_yushi_r .index_youshi_r_wz {
  margin-left: 102px;
}
.index_youshi .index_youshi_1 .index_yushi_r .index_youshi_r_wz .index_youshi_r_bt {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 10px;
}
.index_youshi .index_youshi_1 .index_yushi_r .index_youshi_r_wz .index_youshi_r_bt h3 {
  font-size: 24px;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.index_youshi .index_youshi_1 .index_yushi_r .index_youshi_r_wz .index_youshi_r_bt p {
  color: #333333;
  font-size: 24px;
}
.index_youshi .index_youshi_1 .index_yushi_r .index_youshi_r_wz .index_youshi_r_bt p span {
  font-weight: bold;
}
.index_youshi .index_youshi_1 .index_yushi_r .index_youshi_r_wz .index_yushi_r_wz_1 {
  padding-top: 10px;
  overflow: hidden;
}
.index_youshi .index_youshi_1 .index_yushi_r .index_youshi_r_wz .index_yushi_r_wz_1 img {
  float: left;
  width: 10px;
  margin-top: 5px;
}
.index_youshi .index_youshi_1 .index_yushi_r .index_youshi_r_wz .index_yushi_r_wz_1 p {
  margin-left: 16px;
  color: #333333;
  font-size: 16px;
  padding-right: 5px;
}
.index_youshi .index_youshi_1 .index_yushi_r .index_youshi_r_wz .index_yushi_r_wz_1 p span {
  color: #ed3b00;
}
.index_youshi .index_youshi_1 .index_youshi_bottom {
  position: absolute;
  bottom: -15px;
  z-index: 1;
  left: 50%;
  margin-left: -25px;
}
.index_youshi > .index_youshi_1:nth-child(2n+1) {
  background: #eeeeee;
}
.index_youshi > .index_youshi_1:nth-child(2n) {
  background: #ffffff;
}
.feiji {
  background: url(../img/feiji_02.png) no-repeat center center;
  background-color: #0074b4;
  height: 159px;
}
.feiji .max_w1200 {
  height: 159px;
  position: relative;
}
.feiji .max_w1200 > img {
  width: 100%;
  position: absolute;
  bottom: -57px;
  left: 0px;
}
.feiji ul {
  float: left;
  padding-top: 34px;
}
.feiji ul li {
  float: left;
  width: 90px;
  height: 90px;
  background: #FFFFFF;
  border-radius: 50%;
  margin-right: 22px;
  overflow: hidden;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}
.feiji ul li p {
  text-align: center;
  line-height: 90px;
  color: #0074b4;
  font-size: 24px;
  font-weight: bold;
}
.feiji ul li:hover {
  margin-top: -10px;
  transition: 0.2s;
}
.feiji ul > li:nth-child(7) {
  margin-right: 0px;
}
.feiji .feiji_tel {
  float: right;
  padding-top: 50px;
}
.feiji .feiji_tel img {
  float: left;
  width: 46px;
  margin-top: 5px;
}
.feiji .feiji_tel .feiji_r {
  margin-left: 58px;
}
.feiji .feiji_tel .feiji_r p {
  color: #ffffff;
}
.feiji .feiji_tel .feiji_r h4 {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
}
.index_lingyu {
  padding-top: 62px;
}
/*.index_lingyu .tabbox {
  margin-top: 17px;
}
.index_lingyu .tabbox .tabs {
  overflow: hidden;
  margin-bottom: 15px;
}
.index_lingyu .tabbox .tabs li {
  width: 16.666%;
  float: left;
  padding-right: 1px;
  margin-bottom: 1px;
}
.index_lingyu .tabbox .tabs li a {
  display: block;
  text-align: center;
  background: #e5e5e5;
  line-height: 40px;
  cursor: pointer;
  color: #333333;
  font-size: 16px;
  transition: 0.2s;
}
.index_lingyu .tabbox .tabs .thistab a {
  background: #ed3b00;
  color: #FFFFFF;
  transition: 0.2s;
}
.index_lingyu .tab_conbox {
  overflow: hidden;
}
.index_lingyu .tab_conbox .row {
  margin: 0px -3px;
}
.index_lingyu .tab_conbox .row .col-xs-3 {
  padding: 0px 3px;
}
.index_lingyu .tab_conbox .row .col-xs-3 .index_lingyu_1 > a {
  display: block;
  width: 100%;
  border: 5px solid #e5e5e5;
  transition: 0.2s;
}
.index_lingyu .tab_conbox .row .col-xs-3 .index_lingyu_1 > a img {
  width: 100%; height:214px;
}
.index_lingyu .tab_conbox .row .col-xs-3 .index_lingyu_1 p {
  margin-bottom: 12px;
  text-align: center;
}
.index_lingyu .tab_conbox .row .col-xs-3 .index_lingyu_1 p a {
  font-size: 14px;
  color: #333333;
  line-height: 36px;
  transition: 0.2s;
}
.index_lingyu .tab_conbox .row .col-xs-3 .index_lingyu_1:hover > a {
  border: 5px solid #ed3b00;
  transition: 0.2s;
}
.index_lingyu .tab_conbox .row .col-xs-3 .index_lingyu_1:hover p a {
  color: #ed3b00;
  transition: 0.2s;
}*/
.liucheng {
  background: #0074b4;
  position: relative;
}
.liucheng .liucheng_bt {
  padding-top: 20px;
  padding-bottom: 35px;
  border-bottom: 1px solid #FFFFFF;
}
.liucheng .liucheng_bt h2 {
  text-align: center;
  color: #FFFFFF;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 3px;
}
.liucheng .liucheng_bt p {
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  line-height: 30px;
}
.liucheng ul {
  margin-top: -6px;
}
.liucheng ul li {
  float: left;
  width: 11.111%;
  transition: 0.2s;
}
.liucheng ul li img {
  display: block;
  margin: 0px auto;
}
.liucheng ul li p {
  text-align: center;
  color: #FFFFFF;
  padding-top: 20px;
  padding-bottom: 40px;
}
.liucheng ul li:hover {
  margin-top: -20px;
  transition: 0.2s;
}
.liucheng > img {
  position: absolute;
  bottom: -57px;
  left: 50%;
  width: 1200px;
  margin-left: -600px;
}
.index_ganyan {
  margin-top: 60px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 23px;
}
.index_ganyan .row {
  margin: 0px -8px;
  padding: 0px 23px;
  margin-top: 30px;
}
.index_ganyan .row .col-xs-6 {
  padding: 0px 8px;
}
.index_ganyan .row .col-xs-6 .ganyan_1 {
  background: #eeeeee;
  margin-bottom: 16px;
  padding: 11px;
  overflow: hidden;
  display: block;
}
.index_ganyan .row .col-xs-6 .ganyan_1 img {
  float: left;
  width: 177px;
}
.index_ganyan .row .col-xs-6 .ganyan_1 .ganyan_r {
  margin-left: 192px;
}
.index_ganyan .row .col-xs-6 .ganyan_1 .ganyan_r h4 {
  margin-bottom: 10px;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  transition: 0.2s;
}
.index_ganyan .row .col-xs-6 .ganyan_1 .ganyan_r p {
  color: #999999;
  transition: 0.2s;
}
.index_ganyan .row .col-xs-6 .ganyan_1 .ganyan_r > p:nth-child(2) {
  min-height: 104px;
}
.index_ganyan .row .col-xs-6 .ganyan_1:hover {
  background: #ed3b00;
}
.index_ganyan .row .col-xs-6 .ganyan_1:hover .ganyan_r h4,
.index_ganyan .row .col-xs-6 .ganyan_1:hover .ganyan_r p {
  color: #FFFFFF;
  transition: 0.2s;
}
.index_zoujin {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding-top: 28px;
  margin-bottom: 29px;
}
.index_zoujin .about_row {
  margin: 0px -5px;
  padding: 0px 18px;
  margin-top: 45px;
  margin-bottom: 20px;
}
.index_zoujin .about_row .col-xs-6 {
  padding: 0px 5px;
}
.index_zoujin .about_row .col-xs-6 .video img{ width:560px;}
.index_zoujin .about_row .col-xs-6 .video {
  padding: 9px 9px 14px 9px;
  background: url(../img/video_03.jpg);
  background-size: 100% 100%;
}
.index_zoujin .about_row .col-xs-6 .video .vjs-big-play-button {
  border-radius: 50%;
  width: 67px;
  height: 67px;
  left: 50%;
  margin-left: -33px;
  top: 50%;
  margin-top: -33px;
  border: 0px;
  background: rgba(0, 0, 0, 0.1);
}
.index_zoujin .about_row .col-xs-6 .video .vjs-big-play-button:before {
  top: 9px;
  color: #000000;
}
.index_zoujin .about_row .col-xs-6 .zoujin_r_top {
  padding-left: 15px;
}
.index_zoujin .about_row .col-xs-6 .zoujin_r_top p {
  color: #333333;
  min-height:135px; font-size:16px; line-height:35px;
}

.index_zoujin .about_row .col-xs-6 .zoujin_r_top a {
  color: #999999;
}
.index_zoujin .about_row .col-xs-6 .zoujin_bottom {
  padding-left: 15px;
  margin-top: 18px;
}
.index_zoujin .about_row .col-xs-6 .zoujin_bottom h3 {
  color: #525252;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 13px;
}
.index_zoujin .about_row .col-xs-6 .zoujin_bottom .owl_c .zoujin_lb {
  border: 6px solid #e5e5e5;
}
.index_zoujin .about_row .col-xs-6 .zoujin_bottom .owl_c .zoujin_lb img {
  width: 100%;
}
.index_zoujin .about_row .col-xs-6 .zoujin_bottom .owl_c .owl-prev {
  background: url(../img/kehu_19.png) no-repeat center center;
  background-color: rgba(0, 0, 0, 0.5);
  width: 34px;
  height: 83px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -41px;
  transition: 0.2s;
}
.index_zoujin .about_row .col-xs-6 .zoujin_bottom .owl_c .owl-prev:hover {
  transition: 0.2s;
  background-color: rgba(0, 0, 0, 0.8);
}
.index_zoujin .about_row .col-xs-6 .zoujin_bottom .owl_c .owl-next {
  background: url(../img/kehu_16.png) no-repeat center center;
  background-color: rgba(0, 0, 0, 0.5);
  width: 34px;
  height: 83px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -41px;
  transition: 0.2s;
}
.index_zoujin .about_row .col-xs-6 .zoujin_bottom .owl_c .owl-next:hover {
  transition: 0.2s;
  background-color: rgba(0, 0, 0, 0.8);
}
.index_zoujin .index_about {
  padding: 0px 16px;
}
.index_zoujin .index_about .index_about_1 {
  padding-top: 24px;
  border-top: 1px solid #e5e5e5;
  padding-bottom: 16px;
}
.index_zoujin .index_about .index_about_1 #tabbox2 {
  margin: 0px -4px;
  overflow: hidden;
}
.index_zoujin .index_about .index_about_1 .tabbox {
  width: 20%;
  float: left;
  padding: 0px 4px;
}
.index_zoujin .index_about .index_about_1 .tabbox .tabs li {
  width: 100%;
  margin-bottom: 1px;
}
.index_zoujin .index_about .index_about_1 .tabbox .tabs li a {
  display: block;
  background: #e5e5e5;
  line-height: 50px;
  padding-left: 50px;
  color: #333333;
  font-size: 20px;
  cursor: pointer;
  transition: 0.2s;
}
.index_zoujin .index_about .index_about_1 .tabbox .tabs li a img {
  margin-left: 26px;
  margin-top: -5px;
  opacity: 0;
  transition: 0.2s;
}
.index_zoujin .index_about .index_about_1 .tabbox .tabs .thistab a {
  background: #ed3b00;
  color: #FFFFFF;
  transition: 0.2s;
}
.index_zoujin .index_about .index_about_1 .tabbox .tabs .thistab a img {
  opacity: 1;
}
.index_zoujin .index_about .index_about_1 .tabbox .tabs > li:last-child {
  margin-bottom: 0px;
}
.index_zoujin .index_about .index_about_1 .tab_conbox {
  width: 80%;
  float: left;
  padding: 0px 4px;
}
.index_zoujin .index_about .index_about_1 .tab_conbox .row {
  margin: 0px -4px;
}
.index_zoujin .index_about .index_about_1 .tab_conbox .row .col-xs-3 {
  padding: 0px 4px;
}
.index_zoujin .index_about .index_about_1 .tab_conbox .row .col-xs-3 img {
  width: 100%;
  border: 6px solid #e5e5e5;
}
.guanggao_2 {
  background: #eeeeee;
  height: 202px;
  position: relative;
}
.guanggao_2 .guanggao_2_l {
  float: left;
  width: 40.75%;
  background: url(fl6.jpg);
  background-size: 100% 100%;
  height: 202px;
  padding-left: 65px;
  padding-top: 74px;
}
.guanggao_2 .guanggao_2_l img {
  float: left;
}
.guanggao_2 .guanggao_2_l .guanggao_2_l_r {
  margin-left: 58px;
}
.guanggao_2 .guanggao_2_l .guanggao_2_l_r p {
  color: #FFFFFF;
  line-height: 22px;
}
.guanggao_2 .guanggao_2_l .guanggao_2_l_r h3 {
  font-size: 26px;
  color: #FFFFFF;
  font-weight: bold;
}
.guanggao_2 .guanggao_2_r {
  float: left;
  width: 59.25%;
  padding-top: 25px;
}
.guanggao_2 .guanggao_2_r img {
  width: 25%;
  transition: 0.2s;
  float: left;
}
.guanggao_2 .guanggao_2_r img:hover {
  margin-top: -15px;
  transition: 0.2s;
}
.guanggao_2 > img {
  position: absolute;
  bottom: -57px;
  left: 50%;
  width: 1200px;
  margin-left: -600px;
}
.bt_2 {
  position: relative;
  overflow: hidden;
  padding: 6px 0px;
}
.bt_2 p {
  float: left;
  display: inline-block;
  color: #cccccc;
  text-transform: uppercase;
}
.bt_2 p span {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
}
.bt_2 a {
  position: absolute;
  display: block;
  right: 0px;
  bottom: 6px;
  color: #999999;
  font-size: 12px;
}
.index_new {
  padding-top: 67px;
  padding-bottom: 18px;
}
.index_new .row {
  margin: 0px -9px;
}
.index_new .row .col-xs-4 {
  padding: 0px 9px;
}
.index_new .row .col-xs-4 .new_1 {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  padding: 15px;
}
.index_new .row .col-xs-4 .new_1 ul li {
  overflow: hidden;
  border-bottom: 1px dashed #e5e5e5;
  padding: 12px 0px;
}
.index_new .row .col-xs-4 .new_1 ul li a {
  float: left;
  transition: 0.2s;
  color: #666666;
}
.index_new .row .col-xs-4 .new_1 ul li a span {
  width: 4px;
  height: 4px;
  background: #0074b4;
  display: inline-block;
  margin-bottom: 4px;
  margin-right: 8px;
  transition: 0.2s;
}
.index_new .row .col-xs-4 .new_1 ul li p {
  float: right;
  transition: 0.2s;
  color: #666666;
}
.index_new .row .col-xs-4 .new_1 ul li:hover a {
  color: #ed3b00;
  transition: 0.2s;
}
.index_new .row .col-xs-4 .new_1 ul li:hover a span {
  background: #ed3b00;
  transition: 0.2s;
}
.index_new .row .col-xs-4 .new_1 ul li:hover p {
  color: #ed3b00;
  transition: 0.2s;
}
.index_new .row .col-xs-4 .new_1 #kbmarquee {
  width: 100% !important;
  margin-top: 15px;
}
.index_new .row .col-xs-4 .new_1 #kbmarquee .kbmarquee_1 {
  margin-bottom: 18px;
  border-bottom: 1px dashed #E5E5E5;
}
.index_new .row .col-xs-4 .new_1 #kbmarquee .kbmarquee_1 a {
  overflow: hidden;
  display: block;
  margin-bottom: 7px;
}
.index_new .row .col-xs-4 .new_1 #kbmarquee .kbmarquee_1 a > span:first-child {
  display: block;
  float: left;
  width: 21px;
  line-height: 21px;
  background: #0074b4;
  text-align: center;
  color: #FFFFFF;
}
.index_new .row .col-xs-4 .new_1 #kbmarquee .kbmarquee_1 a > span:last-child {
  color: #666666;
  font-size: 14px;
  margin-left: 29px;
  display: block;
  font-weight: bold;
  line-height: 22px;
}
.index_new .row .col-xs-4 .new_1 #kbmarquee .kbmarquee_1 p {
  overflow: hidden;
  margin-bottom: 18px;
}
.index_new .row .col-xs-4 .new_1 #kbmarquee .kbmarquee_1 p > span:first-child {
  display: block;
  float: left;
  width: 21px;
  line-height: 21px;
  background: #ed3b00;
  text-align: center;
  color: #FFFFFF;
}
.index_new .row .col-xs-4 .new_1 #kbmarquee .kbmarquee_1 p > span:last-child {
  color: #666666;
  font-size: 14px;
  margin-left: 29px;
  display: block;
  line-height: 22px;
}
.index_liuyan {
  background: url(../img/youqing_02.png) no-repeat center center;
  background-color: #0074b4;
}
.index_liuyan .liuyan_1 {
  float: left;
  width: 33.333%;
  padding-right: 36px;
}
.index_liuyan .liuyan_1 h4 {
  color: #ffffff;
  font-size: 26px;
  line-height: 37px;
}
.index_liuyan .liuyan_1 h3 {
  color: #ffffff;
  font-size: 26px;
  line-height: 37px;
  font-weight: bold;
}
.index_liuyan .liuyan_1 .liuyan_tel {
  margin-top: 35px;
  overflow: hidden;
}
.index_liuyan .liuyan_1 .liuyan_tel img {
  float: left;
  width: 46px;
}
.index_liuyan .liuyan_1 .liuyan_tel .liuyan_tel_r {
  margin-left: 60px;
}
.index_liuyan .liuyan_1 .liuyan_tel .liuyan_tel_r p {
  color: #ffffff;
  font-size: 14px;
}
.index_liuyan .liuyan_1 .liuyan_tel .liuyan_tel_r p span {
  font-weight: bold;
  font-size: 30px;
}
.index_liuyan .liuyan_2 {
  float: left;
  width: 33.333%;
  padding: 0px 36px;
}
.index_liuyan .liuyan_2 input,
.index_liuyan .liuyan_2 textarea {
  width: 100%;
  margin-bottom: 11px;
  float: left;
  border: 0px;
  line-height: 24px;
  padding: 5px 12px;
  outline: none;
  color: #999999;
}
.index_liuyan .liuyan_2 textarea {
  height: 98px;
}
.index_liuyan .liuyan_2 button {
  float: left;
  width: 112px;
  line-height: 34px;
  text-align: center;
  background: #ed3b00;
  border: 0px;
  color: #FFFFFF;
}
.index_liuyan .liuyan_3 {
  padding-left: 36px;
  float: left;
  width: 33.333%;
}
.index_liuyan .liuyan_3 h3 {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
}
.index_liuyan .liuyan_3 ul {
  margin-top: 20px;
}
.index_liuyan .liuyan_3 ul li {
  border-bottom: 1px dashed #E5E5E5;
  overflow: hidden;
  padding: 11px 0px;
}
.index_liuyan .liuyan_3 ul li a {
  color: #FFFFFF;
  float: left;
}
.index_liuyan .liuyan_3 ul li a span {
  background: #FFFFFF;
  width: 4px;
  height: 4px;
  display: inline-block;
  margin-bottom: 4px;
}
.index_liuyan .liuyan_3 ul li p {
  color: #FFFFFF;
  float: right;
}
.index_liuyan .max_w1200 {
  position: relative;
  padding-top: 47px;
  padding-bottom: 97px;
}
.link { width:1200px; margin:0 auto;
}
.link p {
  line-height: 42px;
}
.link p a {
  color: #666666;
  font-size: 14px;
  display: inline-block;
  margin-right: 14px;
}
.link p img {
  margin-top: -3px;
  margin-right: 11px;
}
.link p span {
  font-weight: bold;
  color: #333333;
  font-size: 14px;
}



.clear{clear:both}.fl{float:left}.fr{float:right}.hidden{display:none}.required{color:red;font-weight:700}.form_text_verifycode{width:80px}.form_radio{width:auto;border:0}.form_checkbox{width:auto;border:0}.w1200{width:1200px;margin:0 auto}.por{position:relative}#footer_main{width:100%;margin:0}
 
 .footer_main{width:100%;padding-bottom:50px;background:#0074b4;color:#fff}.footer_main .footer{padding-top:60px}.footer_main .qcode{width:300px}.footer_main .blogo{width:300px;line-height:28px}.footer_main .blogo img{display:block;margin:0 auto 8px;max-width:100%;max-height:60%}.footer_main .blogo .p1{color:#fff}.footer_main .blogo .p2{font-family:graydesign regular,"arial, helvetica, sans-serif";font-size:30px;color:#fff;padding-bottom:18px}.footer_main .blogo .p3{color:#f1f1f1;line-height:22px}.footer_main .botnavlist{width:880px}.footer_main .botnavlist li{float:left;width:140px;height:146px;display:block;list-style:none;font-size:16px;line-height:32px;text-indent:30px;overflow:hidden;border-right:1px solid #ccc}.footer_main .botnavlist li:first-child{padding-left:0}.footer_main .botnavlist li a{color:#fff;display:block;line-height:32px;font-size:16px}.footer_main .botnavlist li a:hover{color:#0797e6}.footer_main .botnavlist li .drop{padding-top:10px}.footer_main .botnavlist li .drop a{display:block;line-height:26px;color:#f4f4f4;width:100%;font-size:12px}.footer_main .botnavlist li .drop a:hover{color:#ccc}.float-right-box{width:250px;position:fixed;right:0;top:50%;margin-top:-127px;background-color:#191919;z-index:1000;transition:width .3s ease 0s}.float-right-box.on{width:50px}.float-right-box .top-list{width:100%}.float-right-box .top-list ul{width:100%}.float-right-box .top-list li{width:100%;position:relative;border-bottom:1px solid #3b3b3b;transition:background .3s ease 0s;height:50px}.float-right-box .top-list a{display:block;width:100%}.float-right-box .top-list .ico{display:inline-block;width:50px;height:50px;position:absolute;right:0;top:0;transition:background .3s ease 0s;z-index:2}.float-right-box .top-list .ico1{background:url(ico_58.png) no-repeat center #191919}.float-right-box .top-list .ico2{background:url(ico_59.png) no-repeat center #191919}.float-right-box .top-list .ico3{background:url(ico_60.png) no-repeat center #191919}.float-right-box .top-list .ico4{background:url(ico_61.png) no-repeat center #191919}.float-right-box .top-list .ico5{background:url(ico_62.png) no-repeat center #191919}.float-right-box .top-list .ico7{background:url(ico_69.png) no-repeat center #191919}.float-right-box .top-list .stt{display:inline-block;font-size:14px;line-height:50px;color:#fff;transition:color .3s ease 0s;position:absolute;left:28px;top:0;z-index:1;width:222px;cursor:pointer}.float-right-box .top-list li:hover .stt{color:#15191e}.float-right-box .top-list li:hover .ico1{background:url(ico_58_h.png) no-repeat center #fff}.float-right-box .top-list li:hover .ico2{background:url(ico_59_h.png) no-repeat center #fff}.float-right-box .top-list li:hover .ico3{background:url(ico_60_h.png) no-repeat center #fff}.float-right-box .top-list li:hover .ico4{background:url(ico_61_h.png) no-repeat center #fff}.float-right-box .top-list li:hover .ico5{background:url(ico_62_h.png) no-repeat center #fff}.float-right-box .top-list li:hover .ico7{background:url(ico_69_h.png) no-repeat center #fff}.float-right-box .top-list li:hover{background-color:#fff}.float-right-box .top-list .return-webtop .stt{font-family:arial;font-weight:700}.float-right-box .bot-share{position:relative;height:50px}.float-right-box .bot-share a{display:inline-block;width:50px;height:50px;float:left;transition:background .3s ease 0s;margin:0;padding:0}.float-right-box .bot-share .share{width:200px;position:absolute;left:0;top:0;z-index:1}.float-right-box .bot-share .sina{background:url(ico_63.png) no-repeat center}.float-right-box .bot-share .wx{background:url(ico_64.png) no-repeat center}.float-right-box .bot-share .more{background:url(ico_66.png) no-repeat center;border:0}.float-right-box .bot-share a:hover{background-color:#525354}.float-right-box .bot-share .share-ico{background:url(ico_67.png) no-repeat center #191919;width:50px;height:50px;display:inline-block;cursor:pointer;z-index:2;position:relative}.float-right-box .top-list li .weix{position:relative}.float-right-box .sidebox{position:absolute;right:250px;top:0;transition:all .1s ease 0s;width:120px;z-index:10;display:none;background:#191919}.float-right-box .sidebox img{width:110px;height:110px;display:block;margin:5px auto}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@font-face{font-family:ADELE;src:url(../font/ADELE.eot);src:url(../fonts/adele.eot) format("eot"),url(../fonts/adele.ttf) format("truetype")}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);-ms-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);-ms-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);-ms-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);-ms-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}.pagess{clear:both;margin:20px;overflow:hidden;margin-left:0;text-align:center;font-size:12px}.pagess ul li{display:inline-block;border:1px solid #ccc;padding:2px 9px;margin:0 3px;line-height:20px;background:#fff;color:#999}.pagess ul li:hover{background:#ccc;color:#fff;border:1px solid #ccc}.pagess ul li:hover a{color:#fff}.pagess ul li.thisclass{display:inline-block;border:1px solid #ccc;padding:2px 9px;margin:0 3px;background:#ccc;color:#fff}.pagess ul li.thisclass a{color:#fff}.pagess ul li a{display:block;color:#999}.pagess ul li a:hover{color:#fff}
.copyright_main p{float: left;margin-right: 20px;}
.footer_main .botnavlist li.pro{ width:300px;}
.footer_main .botnavlist li.pro .drop a{width:48%; float:left;}
.footer_main .blogo a{ color:#fff;}


.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

.blk-xs{width:240px;}
                height: 50px;
                font-size: 24px;
                font-weight: normal;
                line-height: 50px;
                border-bottom: 1px solid #ebebeb;
                margin-bottom: 15px;
            }
            
            .cplb-3n-ts-03-tit span {
                display: inline-block;
                height: 50px;
                border-bottom: 1px solid #bb0000;
            }


/*浜у搧椤垫牱寮?*/
.cp_list{ width:290px; height:270px; float:left; margin-bottom:5px; margin-left:13px;}
.cp_list a{width:290px;height:auto; overflow:hidden; margin:0 auto; display:block; color:#666666; cursor:pointer;}
.cp_list a:hover{width:290px;height:auto; display:block; margin:0 auto;
-webkit-box-shadow:0 0 10px #dddddd;  
  -moz-box-shadow:0 0 10px #dddddd; 
  box-shadow:0 0 10px #dddddd;}

.cp_list_text{ width:270px; height:auto; float:left; overflow:hidden; margin-left:10px; line-height:30px; margin-top:10px; font-size:18px;}
			
        .ty-banner-1 {
            overflow: hidden;
            line-height: 0;
            text-align:center;
        }
        .ty-banner-1 img{
            visibility: hidden;
        }
        .ty-banner-1 img.show{
            visibility: visible;
        }
    

        .p1-search-1 {
            background: #f2f2f2;
            height: 82px;
            border-bottom: 1px solid #eee;
            overflow: hidden;
            font-size: 14px;
        }
        
        .p1-search-1 p {
            color: #444;
            line-height: 82px;
        }
        
        .p1-search-1 a {
            color: #444;
            display: inline-block;
            margin-right: 15px;
        }
        
        .p1-search-1-inp {
            width: 270px;
            height: 30px;
            border-radius: 20px;
            background: #fff;
            padding-left: 10px;
            margin-top: 28px;
        }
        
        .p1-search-1-inp input {
            border: 0;
        }
        
        .p1-search-1-inp1 {
            width: 224px;
            height: 30px;
            line-height: 30px;
            color: #a9a9a9;
            float: left;
        }
        
        .p1-search-1-inp2 {
            width: 30px;
            height: 30px;
            background: url(../images/viskins-p1.png) no-repeat -258px -936px;
            float: right;
            cursor: pointer;
        }
    

        .p12-curmbs-1 {
            font-size: 14px;
            border-bottom: 1px dashed #dcdcdc;
        }
        
        .p12-curblock{
            display: none;
        }
        .p12-curmbs-1 b {
            border-left: 10px solid #666666;
            font-weight: normal;
            padding-left: 8px;
        }
        .p12-curmbs-1 i {
            font-style: normal;
        }
        
        .p12-curmbs-1 span {
            font-family: '鐎瑰缍';
            padding: 0 5px;
            height: 46px;
            line-height: 46px;
        }
    

        .fdh-01-tit {
            background: #0075c5;
            height: 80px;
        }
        
        .fdh-01-tit h3 {
            height: 75px;
            font-size: 24px;
            font-weight: normal;
            line-height: 75px;
            color: #fff;
            border-bottom: 1px solid #fff;
            text-align: center;
        }
        
        .fdh-01-tit h3 span {
            font-size: 14px;
            text-transform: uppercase;
        }
        
        .fdh-01-nav-one h3 {
            height: 50px;
            line-height: 50px;
            background: url(p14-icon2.png) no-repeat right center #ececeb;
			margin-bottom:2px;
        }
        
        .fdh-01-nav-one h3 a {
            display: block;
            font-size: 18px;
            font-weight: normal;
            margin-right: 40px;
            margin-left:10px;
            color: #666666;
        }
        
        .fdh-01-nav-one h3.sidenavcur,
        .fdh-01-nav-one h3:hover {
            background: url(p14-icon5.png) no-repeat right center  #0075c5;
        }
        
        .fdh-01-nav-one h3.sidenavcur a,
        .fdh-01-nav-one h3:hover a{
            color: #fff;
        }
        
        .fdh-01-nav p.sidenavcur:after,
        .fdh-01-nav p:hover:after {
            background: #666666;
        }
        
        .fdh-01-nav a {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
    

        .contact-z1 {
            height: 140px;
            background: url("../images/contact-z1.jpg") no-repeat;
            color: #333;
            margin-bottom: 30px;
        }
        
        .contact-z1 p {
            font-size: 20px;
            height: 30px;
            line-height: 30px;
            padding: 37px 0 0 95px; 
            background: url(../images/contact-z1_tel.png) no-repeat 74px 44px;
        }
        
        .contact-z1 span {
            display: block;
            height: 30px;
            font-weight: bold;
            font-size: 17px;
            line-height: 30px; 
            padding-left: 73px;
        }
		                .pc-cx-tel-1 {
                    width: 60%;
                    height: 56px;
                    border-top: 2px solid #e6e6e6;
                    padding-top: 10px;
                    position: absolute;
                    bottom: 16px;
                    right: 2%;
                }
                
                .pc-cx-tel-1-t1 {
                    width: 114px;
                    height: 44px;
                    background: #0075c5;
                    font-size: 18px;
                    line-height: 44px;
                    text-align: center;
                    float: right;
                }
                
                .pc-cx-tel-1-t1 a {
                    display: block;
                    color: #fff;
                }
                
                .pc-cx-tel-1-t2 {
                    height: 56px;
                    padding-left: 70px;
                    background: url(../images/pc-xc-icon2.png) no-repeat 10px top;
                    font-size: 18px;
                    line-height: 18px;
                    color: #454545;
                }
                
                .pc-cx-tel-1-t2 p {
                    line-height: 24px;
                }
	 	.cl-cbgg-tys-02{height:auto; background:#0075c5; padding-bottom:20px;} 
		.cl-cbgg-tys-02-tel{ width:96%; height:auto;padding-top: 30px; padding-left: 10px; background:url(../images/cl-cbgg-tys-icon2.png) no-repeat 162px 16px;} 
	 	.cl-cbgg-tys-02-tel span{display: block; font-size: 14px; line-height: 18px; color: #fff;  }
	 	.cl-cbgg-tys-02-tel em{font-style: normal; font-size:14px; color: #fff; line-height: 28px;}
		.cl-cbgg-tys-02-tel em a{ color:#CCC;}
		.cl-cbgg-tys-02-tel em a:hover{ color:#FFF;}
            .cplb-3n-ts-03-tit {
                height: 50px;
                font-size: 24px;
                font-weight: normal;
                line-height: 50px;
                border-bottom: 1px solid #ebebeb;
                margin-bottom: 15px;
            }
            
            .cplb-3n-ts-03-tit span {
                display: inline-block;
                height: 50px;
                border-bottom: 1px solid #bb0000;
            }
.blk-sm{width:930px; font-size:16px; line-height:30px;}

/* case */
.container{ width:1200px; margin:0 auto;}
.case {
	width: 100%;
	overflow: hidden;
	background-color: #005eaf;
	padding-bottom:40px;
	background: url(anli_bg.jpg) no-repeat top center;
}
.case .Title {
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding-top: 40px;
}
.case .Title h3 {
	font-size: 30px;
	font-weight: bold;
}
.case .Title h3 a {
	color: #fff;
	text-decoration: none;
}
.case .Title p {
	font-size: 15px;
	color: #61b2f7;
	font-family: arial;
	text-transform: uppercase;
	margin-top: 4px;
}
.case .con {
	width: 100%;
	overflow: hidden;
	margin-top: 26px;
}
.case .con .menu {
	overflow: hidden;
	text-align: center;
}
.case .con .menu li {
	display: inline-block;
	width: 181px;
	height: 40px;
	border: 2px solid #333333;
	line-height: 40px;
	text-align: center;
	margin-right: 14px;
	font-size: 18px;
}
.case .con .menu li {
*display: inline;
}
.case .con .menu li.cur {
	background: #ff9900;
	height: 44px;
	width: 185px;
	border: none;
	line-height: 44px;
	font-weight: bold;
}
.case .con .menu li.cur a {
	color: #fff;
}
.case .con .menu li a {
	color: #333333;
	text-decoration: none;
	display: block;
}
.case .con .menu li:hover {
	background: #ff9900;
	height: 44px;
	width: 185px;
	border: none;
	line-height: 44px;
	font-weight: bold;
}
.case .con .menu li:hover a {
	color: #fff;
}
.case .conBox {
	overflow: hidden;
	
}
.case .conBox ul {
	overflow: hidden;
}
.case .conBox li {
	width: 260px;
	float: left;
	margin-left: 20px;
	overflow: hidden;
	background-color: #fff;
}
.case .conBox li:first-child {
	margin-left: 0;
}
.case .conBox li img {
	display: block;
}
.case .conBox li h3 {
	font-size: 14px;
 text-align: center;
	font-weight: bold;
	display:block;
	height: 35px;
	line-height: 35px;
}
.case .conBox li h3 a {
	color: #333333;
	text-align: center;
	text-decoration: none;
}
.case .conBox li:hover h3 a {
	color: #0095db;
}
.case .conBox li p {
	line-height: 20px;
	color: #666666;
	font-size: 14px;
	height: 40px;
	padding: 0 21px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.picScroll-left{ margin-top:20px;}
		.picScroll-left .hd{ position: relative;}
		.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:24px; height:42px;  margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background-color: #fff; color: #005eaf; text-align: center; text-decoration: none; font-size: 20px; line-height: 42px;}
		.picScroll-left .hd .next{ position: absolute; right: 0px; top: 100px;}
.picScroll-left .hd .prev{ position: absolute; left: 0px; top:100px;}
		.picScroll-left .hd .prevStop{ background-position:-60px 0; }
		.picScroll-left .hd .nextStop{ background-position:-60px -50px; }
		.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
		.picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("images/icoCircle.gif") 0 -9px no-repeat; }
		.picScroll-left .hd ul li.on{ background-position:0 0; }
		.picScroll-left .bd{ padding:10px;   }
		.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
		.picScroll-left .bd ul li{ margin-right: 20px; width: 260px; float:left; _display:inline; overflow:hidden; text-align:center;}
.picScroll-left .bd ul li h3{ display:block; text-align: center; background-color: #fff;}
.picScroll-left .bd ul li h3 a{ font-size: 14px; line-height: 35px; display: block;}
.picScroll-left .bd ul li h3 a:hover{ text-decoration: none; color: #005eaf;}
.tempWrap{ margin-left:13px;}
.picScroll-left .bd ul li img{ display: block;-moz-transition: all 2s;
	-webkit-transition: all 2s;
	-o-transition: all 2s;}

/* mover ad */
.hl_main5_content{width:1198px; height:240px; overflow:hidden; border-top:none; float:right; position:relative;} 
.hl_main5_content1{width:1110px; overflow:hidden; margin:0 auto;} 
.hl_main5_content1 ul{width:1110px; overflow:hidden;} 
.hl_main5_content1 ul li{ float:left; width:260px; height:240px; display:inline; margin-left:8px; margin-right:8px; text-align:center;} 
.hl_main5_content1 ul li a{ width:260px; height:240px; display:block; background-color:#1848b5; font-size:14px; line-height:40px; color:#FFF;}
.hl_main5_content1 ul li a:hover{ width:260px; height:240px; display:block; background-color:#ff9412; font-size:14px; line-height:40px; color:#FFF;}
.hl_scrool_leftbtn{width:26px; height:96px; background:url(../images/leftbtn.png) no-repeat; left:0; top:100px; left:10px; cursor:pointer; position:absolute; z-index:10;} 
.hl_scrool_rightbtn{width:26px; height:96px; background:url(../images/rightbtn.png) no-repeat; right:0; top:100px; right:10px; cursor:pointer; position:absolute; z-index:10;} 
