/*!
 *  Font Awesome 4.7.0 by @davegandy - https://fontawesome.io - @fontawesome
 *  License - https://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src:
    url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
    url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input,
button {
  resize: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
button {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
img {
  height: auto;
  width: auto\9;
  -ms-interpolation-mode: bicubic;
}
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-tap-highlight-color: transparent;
}
@font-face {
  font-family: "SOURCEHANSANSCN-REGULAR";
  src:
    url("../fonts/SOURCEHANSANSCN/SOURCEHANSANSCN-REGULAR.ttf")
      format("truetype"),
    url("../fonts/SOURCEHANSANSCN/SOURCEHANSANSCN-REGULAR.eot")
      format("embedded-opentype"),
    url("../fonts/SOURCEHANSANSCN/SOURCEHANSANSCN-REGULAR.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "SOURCEHANSANSCN-REGULAR", PINGFANG-HEAVY, "Helvetica Neue",
    Helvetica, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", SimSun,
    sans-serif;
  color: #333333;
  background-color: #ffffff;
  min-width: 320px;
}
em,
i {
  font-style: normal;
}
strong {
  font-weight: normal;
}
.clearfix:after {
  content: "";
  display: inline-block;
  display: inline;
  zoom: 1;
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.clearfix {
  zoom: 1;
}
a {
  text-decoration: none;
  font-family:
    "SOURCEHANSANSCN-REGULAR",
    PINGFANG-HEAVY,
    Microsoft YaHei,
    Tahoma,
    Arial,
    sans-serif;
  outline: none;
}
ul,
ol {
  list-style: none;
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-family:
    "SOURCEHANSANSCN-REGULAR",
    PINGFANG-HEAVY,
    Microsoft YaHei;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
img {
  border: none;
  vertical-align: middle;
}
body,
html {
  width: 100%;
  margin: 0 auto;
  font-family: "SOURCEHANSANSCN-REGULAR", PINGFANG-HEAVY, "Helvetica Neue",
    Helvetica, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", SimSun,
    sans-serif;
  position: relative;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
}
.transition03 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.transition08 {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.transition05 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.transition1 {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.transition14 {
  -webkit-transition: all 1.4s ease;
  transition: all 1.4s ease;
}
.transition24 {
  -webkit-transition: all 2.4s ease;
  transition: all 2.4s ease;
}
.transition10 {
  -webkit-transition: all 10s ease;
  transition: all 10s ease;
}
.delay01 {
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
}
.delay02 {
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}
.delay03 {
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
}
.delay04 {
  transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
}
.delay05 {
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
}
.delay06 {
  transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
}
.delay07 {
  transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
}
.delay08 {
  transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
}
.delay09 {
  transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
}
.delay10 {
  transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
}
a {
  outline: none;
}
.inp_box::-webkit-input-placeholder {
  color: #222222;
}
.inp_box::-moz-placeholder {
  color: #222222;
}
.inp_box::placeholder {
  color: #222222;
}
.inp_box:-ms-input-placeholder {
  color: #222222;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
table,
th,
td {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.fix:before,
.fix:after {
  display: table;
  clear: both;
  content: "";
}
.fl {
  float: left;
}
.fr {
  float: right;
}
input,
select,
textarea {
  outline: none;
  font-family: inherit;
  font-size: 100%;
}
*:focus {
  outline: none;
}
* {
  outline: none;
}
ul,
ol {
  list-style-type: none;
}
.i_ico {
  background: url(../images/i_ico.png);
  width: 24px;
  height: 24px;
}
.form-control,
.input-group-addon,
.btn {
  border-radius: 2px;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px rgba(102, 175, 233, 0.6);
}
.wrap {
  width: 1760px;
  margin: 0 auto;
  max-width: 88%;
}
.page_wrap {
  width: 1400px;
  margin: 0 auto;
  max-width: 88%;
}
ol {
  list-style-type: inherit;
}
body {
  position: relative;
}
.mr-0 {
  margin-right: 0;
}
.ml-0 {
  margin-left: 0;
}
.mt-0 {
  margin-top: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.ht60 {
  height: 60px;
}
.ht60::after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.ht130 {
  height: 130px;
}
.ht130::after {
  content: "";
  display: inline-block;
  display: inline;
  zoom: 1;
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.sitepage-content::after {
  content: "";
  display: inline-block;
  display: inline;
  zoom: 1;
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.ta-l {
  text-align: left;
}
.ta-r {
  text-align: right;
}
.ta-c {
  text-align: center;
}
.ta-j {
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  .ht60 {
    height: 2rem;
  }
  .ht130 {
    height: 4rem;
  }
}
body {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
body.show {
  opacity: 1;
  filter: alpha(opacity=100);
}
div.header-wrapper {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 0;
  position: absolute;
  z-index: 999;
}
div.header-wrapper:after {
  display: block;
  content: "";
  clear: both;
}
div.header-wrapper .wrap {
  width: 1760px;
}
div.header-wrapper .logo {
  height: 70px;
  float: left;
  margin: 30px 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
div.header-wrapper .logo img {
  height: 100%;
}
div.header-wrapper .logo img.thumbPc {
  display: inline-block;
}
div.header-wrapper .logo img.thumbMobile {
  display: none;
}
div.header-wrapper .top-right {
  float: right;
  padding: 30px 3% 0 0;
}
div.header-wrapper .top-right:after {
  display: block;
  content: "";
  clear: both;
}
div.header-wrapper .top-right .navigation {
  float: left;
  padding-top: 10px;
}
div.header-wrapper .top-right .navigation:after {
  display: block;
  content: "";
  clear: both;
}
div.header-wrapper .top-right .navigation ul.list:after {
  display: block;
  content: "";
  clear: both;
}
div.header-wrapper .top-right .navigation ul.list li {
  float: left;
  padding-bottom: 40px;
}
div.header-wrapper .top-right .navigation ul.list li span.top:first-child {
  display: block;
  line-height: 60px;
  height: 60px;
  padding: 0 30px;
  position: relative;
}
div.header-wrapper
  .top-right
  .navigation
  ul.list
  li
  span.top:first-child::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #ffffff;
  border-radius: 5px;
  top: 50%;
  margin-top: -2.5px;
  right: -2.5px;
  opacity: 0.25;
  filter: alpha(opacity=25);
}
div.header-wrapper
  .top-right
  .navigation
  ul.list
  li:last-child
  span.top:first-child::after {
  display: none;
}
div.header-wrapper .top-right .navigation ul.list li span.top:first-child a {
  font-size: 24px;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  padding-bottom: 22px;
}
div.header-wrapper
  .top-right
  .navigation
  ul.list
  li
  span.top:first-child
  a::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 0;
  width: 30px;
  height: 4px;
  background: #bb2822;
  opacity: 0;
  filter: alpha(opacity=0);
}
div.header-wrapper .top-right .navigation ul.list li a:hover,
div.header-wrapper .top-right .navigation ul.list li a:focus {
  text-decoration: none;
}
div.header-wrapper
  .top-right
  .navigation
  ul.list
  li:hover
  span.top:first-child
  a::after {
  opacity: 1;
  filter: alpha(opacity=100);
}
div.header-wrapper
  .top-right
  .navigation
  ul.list
  li.active
  span.top:first-child
  a::after {
  opacity: 1;
  filter: alpha(opacity=100);
}
div.header-wrapper
  .top-right
  .navigation
  ul.list
  li.noActive
  span.top:first-child
  a::after {
  opacity: 0;
  filter: alpha(opacity=0);
}
div.header-wrapper .top-right .navigation ul.list li ol.sub-item {
  margin: 0;
  padding: 0;
  display: none;
  padding-top: 27px;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  margin-left: -50%;
  top: 38px;
  z-index: 999;
}
div.header-wrapper .top-right .navigation ul.list li:hover .navHidden {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.navHidden {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #ffffff;
  padding: 65px 0;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.navHidden .nav_right {
  float: right;
  width: 420px;
  height: 315px;
}
.navHidden .nav_right img {
  width: 100%;
}
.navHidden .nav_left {
  float: left;
  width: 850px;
  max-width: 48%;
  padding-top: 10px;
}
.navHidden .nav_left .nav-title {
  font-size: 42px;
  color: #272727;
  line-height: 1;
}
.navHidden .nav_left .nav-synopsis {
  font-size: 16px;
  color: #666666;
  text-align: justify;
  text-indent: 40px;
  margin-top: 26px;
  line-height: 1.4;
}
.navHidden .nav_left .nav-list {
  overflow: hidden;
}
.navHidden .nav_left .nav-list .item {
  float: left;
  width: 33.33%;
  margin-top: 35px;
  background: url(../images/ic/ic_3.png) no-repeat left center;
  padding-left: 35px;
  line-height: 1.6;
}
.navHidden .nav_left .nav-list .item a {
  color: #222222;
  font-size: 20px;
  border-bottom: 2px solid #bb2822;
}
.navHidden .nav_left .nav-list .item a:hover {
  color: #bb2822;
}
.top_label {
  float: right;
  padding: 30px 0;
}
div.header-wrapper .seach_btn {
  margin-top: 30px;
  float: left;
  width: 20px;
  height: 20px;
  background: url(../images/seach.png) no-repeat center center;
  background-size: 100% auto;
}
div.header-wrapper .menu {
  display: none;
  float: left;
  margin: 30px 0 0 74px;
  width: 24px;
  height: 20px;
  background: url(../images/ic/ic_1.png) no-repeat center center;
  background-size: 100% auto;
}
.search_box {
  position: fixed;
  top: -180px;
  left: 0;
  width: 100%;
  background: #ffffff;
  padding: 60px 0;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  z-index: 9999;
}
.search_box.show {
  top: 0;
}
.search_box .wrap {
  position: relative;
  padding-right: 100px;
  overflow: hidden;
}
.search_box .input_box {
  padding-right: 100px;
  background: url(../images/ic/seach.png) no-repeat left center;
  padding-left: 75px;
  overflow: hidden;
}
.search_box .input_box input {
  width: 100%;
  font-size: 32px;
  line-height: 60px;
}
.search_box .inp_button {
  float: right;
}
.search_box .inp_button .btn {
  width: 200px;
  height: 60px;
  font-size: 28px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  background: #bb2822;
  color: #ffffff;
  cursor: pointer;
  border: 0;
}
.search_close {
  cursor: pointer;
  position: absolute;
  right: 0;
  height: 60px;
  width: 60px;
  background: url(../images/ic/close.png) no-repeat center center;
}
@media only screen and (max-width: 1460px) {
  div.header-wrapper .menu {
    float: left;
    margin: 30px 0 0 25px;
  }
  div.header-wrapper .top-right {
    padding: 30px 2vw 0 0;
  }
  div.header-wrapper .top-right:after {
    display: block;
    content: "";
    clear: both;
  }
  div.header-wrapper .top-right .navigation {
    float: left;
  }
  div.header-wrapper .top-right .navigation:after {
    display: block;
    content: "";
    clear: both;
  }
  div.header-wrapper .top-right .navigation ul.list:after {
    display: block;
    content: "";
    clear: both;
  }
  div.header-wrapper .top-right .navigation ul.list li {
    float: left;
  }
  div.header-wrapper .top-right .navigation ul.list li span.top:first-child {
    display: block;
    line-height: 60px;
    height: 60px;
    padding: 0 1vw;
  }
  div.header-wrapper .top-right .navigation ul.list li span.top:first-child a {
    font-size: 24px;
    padding-bottom: 22px;
  }
  div.header-wrapper .seach_btn {
    width: 20px;
    height: 20px;
  }
  div.header-wrapper .menu {
    margin: 30px 0 0 20px;
  }
  .navHidden {
    padding: 40px 0;
  }
  .navHidden .nav_right {
    float: right;
    width: 380px;
    height: 285px;
  }
  .navHidden .nav_left {
    width: 850px;
    max-width: 48%;
    padding-top: 10px;
  }
  .navHidden .nav_left .nav-title {
    font-size: 32px;
    color: #272727;
    line-height: 1;
  }
  .navHidden .nav_left .nav-synopsis {
    font-size: 16px;
    color: #666666;
    text-align: justify;
    text-indent: 40px;
    margin-top: 30px;
    line-height: 1.4;
  }
  .navHidden .nav_left .nav-list .item {
    width: 33.33%;
    margin-top: 20px;
    padding-left: 35px;
  }
  .navHidden .nav_left .nav-list .item a:hover {
    color: #bb2822;
  }
}
@media only screen and (max-width: 1280px) {
  div.header-wrapper .top-right .navigation ul.list li span.top:first-child a {
    font-size: 20px;
    padding-bottom: 22px;
  }
}
@media only screen and (max-width: 1024px) {
  div.header-wrapper .logo {
    height: 3rem;
    float: left;
    margin: 1rem 0;
  }
  div.header-wrapper .top-right {
    float: none;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    height: 100%;
    width: 100%;
    display: none;
    align-items: center;
    z-index: 99;
  }
  div.header-wrapper .top-right .navigation {
    float: none;
    padding-top: 0;
    width: 100%;
  }
  div.header-wrapper .top-right .navigation ul.list li {
    float: none;
    padding-bottom: 0;
    text-align: center;
  }
  div.header-wrapper .top-right .navigation ul.list li span.top:first-child {
    line-height: 60px;
    height: 60px;
    padding: 0 37px;
  }
  div.header-wrapper
    .top-right
    .navigation
    ul.list
    li
    span.top:first-child::after {
    display: none;
  }
  div.header-wrapper .top-right .navigation ul.list li span.top:first-child a {
    font-size: 24px;
    color: #333333;
    text-decoration: none;
    position: relative;
    padding-bottom: 22px;
  }
  div.header-wrapper
    .top-right
    .navigation
    ul.list
    li
    span.top:first-child
    a::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
    width: 20px;
    height: 3px;
    background: #bb2822;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  div.header-wrapper .top-right .navigation ul.list li a:hover,
  div.header-wrapper .top-right .navigation ul.list li a:focus {
    text-decoration: none;
  }
  div.header-wrapper
    .top-right
    .navigation
    ul.list
    li:hover
    span.top:first-child
    a::after {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  div.header-wrapper .top-right .navigation ul.list li ol.sub-item {
    margin: 0;
    padding: 0;
    display: none;
    padding-top: 27px;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    margin-left: -50%;
    top: 38px;
    z-index: 999;
  }
  div.header-wrapper .top-right .navigation ul.list li:hover .navHidden {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0px, 0, 0px);
    -moz-transform: translate3d(0px, 0, 0px);
    -ms-transform: translate3d(0px, 0, 0px);
    -o-transform: translate3d(0px, 0, 0px);
    transform: translate3d(0px, 0, 0px);
  }
  .navHidden {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #ffffff;
    padding: 65px 0;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0px, -10px, 0px);
    -moz-transform: translate3d(0px, -10px, 0px);
    -ms-transform: translate3d(0px, -10px, 0px);
    -o-transform: translate3d(0px, -10px, 0px);
    transform: translate3d(0px, -10px, 0px);
  }
  .navHidden .nav_right {
    float: right;
    width: 420px;
    height: 315px;
  }
  .navHidden .nav_left {
    float: left;
    width: 850px;
    padding-top: 10px;
  }
  .navHidden .nav_left .nav-title {
    font-size: 42px;
    color: #272727;
    line-height: 1;
  }
  .navHidden .nav_left .nav-synopsis {
    font-size: 20px;
    color: #666666;
    text-align: justify;
    text-indent: 40px;
    margin-top: 30px;
    line-height: 1.4;
  }
  .navHidden .nav_left .nav-list {
    overflow: hidden;
  }
  .navHidden .nav_left .nav-list .item {
    float: left;
    width: 255px;
    margin-top: 35px;
    padding-left: 35px;
  }
  .navHidden .nav_left .nav-list .item a {
    color: #222222;
    font-size: 24px;
  }
  .navHidden .nav_left .nav-list .item a:hover {
    color: #bb2822;
  }
  .top_label {
    float: none;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 5.335%;
    margin-top: -10px;
  }
  div.header-wrapper .seach_btn {
    margin-top: 0;
  }
  div.header-wrapper .menu {
    display: block;
    margin: 0 0 0 2rem;
    position: relative;
    z-index: 9999;
  }
  .search_box {
    padding: 2rem 0;
    top: -180px;
  }
  .search_box.show {
    top: 0;
  }
  .search_box .wrap {
    padding-right: 4rem;
    font-size: 0;
  }
  .search_box .input_box {
    padding-right: 1rem;
    line-height: 2.2rem;
    padding-left: 2rem;
    background-size: 1.2rem auto;
    overflow: hidden;
  }
  .search_box .input_box input {
    width: 100%;
    font-size: 1.025rem;
    line-height: 2.2rem;
  }
  .search_box .inp_button .btn {
    width: 5rem;
    height: 2.2rem;
    font-size: 0.932rem;
    -webkit-border-radius: 2.2rem;
    -moz-border-radius: 2.2rem;
    -ms-border-radius: 2.2rem;
    -o-border-radius: 2.2rem;
    border-radius: 2.2rem;
  }
  .search_close {
    height: 1.2rem;
    width: 1.2rem;
    background-size: 100% auto;
    right: 5.335%;
    top: 0.5rem;
  }
  body.fixed div.header-wrapper .menu {
    background: url(../images/ic/close2.png) no-repeat center center;
    background-size: auto 100%;
  }
  body.fixed div.header-wrapper .top-right {
    display: flex;
  }
}
.i_banner .swiper-slide .img {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 10s ease;
  transition: all 10s ease;
}
.i_banner .swiper-slide-active .img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.i_banner .cover_title01 {
  transform: translateX(60px);
  -ms-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -webkit-transform: translateX(60px);
  -o-transform: translateX(60px);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.i_banner .cover_title02 {
  transform: translateX(60px);
  -ms-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -webkit-transform: translateX(60px);
  -o-transform: translateX(60px);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.i_banner .swiper-slide-active .cover_title01,
.i_banner .swiper-slide-active .cover_title02,
.i_banner .swiper-slide-active .video_btn {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.swiper-pagination {
  text-align: left;
}
.swiper-pagination-bullet {
  width: 34px;
  height: 34px;
  background: url(../images/ic/ic_2.png) no-repeat center center;
  background-size: 100% auto !important;
}
.swiper-pagination-bullet-active {
  border-radius: 50%;
  width: 34px;
  background: url(../images/ic/ic_2-on.png) no-repeat center center;
  background-size: 100% auto !important;
}
.swiper-pagination-switch {
  display: inline-block;
  border-radius: 50%;
  width: 34px;
  cursor: pointer;
  margin: 0 5px;
  background: url(../images/ic/ic_2-1.png) no-repeat center center;
  height: 34px;
}
.swiper-active-switch {
  background: url(../images/ic/ic_2-on.png) no-repeat center center;
  background-size: 100% auto !important;
}
.i_banner {
  margin-top: 0;
  overflow: hidden;
  position: relative;
}
.i_banner .ibanner-paginationBox {
  position: absolute;
  width: 100%;
  bottom: 14%;
  z-index: 99;
}
.i_banner .ibanner_box {
  position: relative;
}
.i_banner .ibanner_box .iteam {
  overflow: hidden;
  position: relative;
}
.i_banner .ibanner_box .iteam .img {
  position: relative;
  background-size: cover;
  background-position: center center;
}
.i_banner .ibanner_box .iteam .img .img-i {
  background-size: cover;
  background-position: center center;
  position: static;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.i_banner .ibanner_box .iteam .img .imgN {
  display: none;
}
.i_banner .ibanner_box .iteam .img img {
  width: 100%;
}
.i_banner .ibanner_box .iteam .i_banner_box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transform: translateY(-60%);
  -moz-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  -o-transform: translateY(-60%);
  transform: translateY(-60%);
}
.i_banner .ibanner_box .iteam .i_banner_box .wrap {
  margin: 0 auto;
}
.i_banner .ibanner_box .iteam .i_banner_box .wrap .cover_title01 {
  font-size: 44px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.4;
}
.i_banner .ibanner_box .iteam .i_banner_box .wrap .cover_title02 {
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  margin-top: 40px;
  font-weight: normal;
}
.i_banner
  .ibanner_box
  .iteam.iteam-first
  .i_banner_box
  .wrap
  .cover_title01:nth-child(2) {
  text-indent: 108px;
}
.i_banner
  .ibanner_box
  .iteam.iteam-first
  .i_banner_box
  .wrap
  .cover_title01:nth-child(3) {
  text-indent: 216px;
}
.i_banner .ibanner_box .iteam.iteam-center .i_banner_box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transform: translateY(-60%);
  -moz-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  -o-transform: translateY(-60%);
  transform: translateY(-60%);
  text-align: center;
}
.i_banner .ibanner_box .iteam.iteam-center .i_banner_box .wrap {
  margin: 0 auto;
}
.i_banner .ibanner_box .iteam.iteam-center .i_banner_box .wrap .cover_title01 {
  font-size: 54px;
  font-family: "FZShenYMXSJW";
  color: #fff;
  text-transform: uppercase;
  line-height: 1.4;
}
.i_banner .ibanner_box .iteam.iteam-center .i_banner_box .wrap .cover_title02 {
  font-size: 20px;
  color: #ffffff;
  line-height: 1;
  margin-top: 40px;
  font-weight: normal;
  text-transform: uppercase;
}
.i_banner .ibanner-fix {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  z-index: 99;
  margin-top: -90px;
  pointer-events: none;
}
.i_banner .ibanner-fix .circleProgress_wrapper {
  width: 170px;
  height: 180px;
  margin: 0 0 0 auto;
  position: relative;
}
.i_banner .ibanner-fix .wrapper-border {
  width: 170px;
  height: 170px;
  position: absolute;
  top: 0;
  left: 0;
  border: 5px solid rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.i_banner .ibanner-fix .wrapper {
  width: 85px;
  height: 180px;
  position: absolute;
  top: 0;
  z-index: 9;
  overflow: hidden;
}
.i_banner .ibanner-fix .right {
  right: 0;
}
.i_banner .ibanner-fix .left {
  left: 0;
}
.i_banner .ibanner-fix .circleProgress {
  width: 170px;
  height: 170px;
  border: 5px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-135deg);
}
.i_banner .ibanner-fix .rightcircle {
  border-top: 5px solid #bb2822;
  border-right: 5px solid #bb2822;
  right: 0;
}
.i_banner .ibanner-fix .leftcircle {
  border-bottom: 5px solid #bb2822;
  border-left: 5px solid #bb2822;
  left: 0;
}
.i_banner .ibanner-fix.active .rightcircle {
  -webkit-animation: circleProgressLoad_right 3s linear 1 forwards;
}
.i_banner .ibanner-fix.active .leftcircle {
  -webkit-animation: circleProgressLoad_left 3s linear 1 forwards;
}
.i_banner .ibanner-fix .ibanner_num {
  font-size: 60px;
  color: #ffffff;
  text-align: center;
  line-height: 170px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@-webkit-keyframes circleProgressLoad_right {
  0% {
    -webkit-transform: rotate(-135deg);
  }
  50%,
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@-webkit-keyframes circleProgressLoad_left {
  0%,
  50% {
    -webkit-transform: rotate(-135deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
.ibanner-notice {
  z-index: 99;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: rgba(0, 0, 0, 0.5);
}
.ibanner-notice .notice-container {
  height: 80px;
}
.ibanner-notice .wrap {
  overflow: hidden;
  position: relative;
}
.ibanner-notice .notice-page {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 100%;
  z-index: 9;
}
.ibanner-notice .notice-page div {
  position: absolute;
  left: 0;
  width: 100%;
  height: 40%;
  cursor: pointer;
}
.ibanner-notice .notice-page .notice-pre {
  top: 0;
  background: url(../images/ic/ic_top.png) no-repeat center bottom;
}
.ibanner-notice .notice-page .notice-next {
  bottom: 0;
  background: url(../images/ic/ic_bottom.png) no-repeat center top;
}
.ibanner-notice .notice-tit {
  float: left;
  color: #ffffff;
  font-size: 22px;
  padding-left: 34px;
  background: url(../images/ic/ic_4.png) no-repeat left center;
}
.ibanner-notice .notice-box {
  padding-left: 215px;
}
.ibanner-notice .notice-box .item {
  font-size: 0;
}
.ibanner-notice .notice-box .item a {
  color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ibanner-notice .notice-box .item a:hover {
  color: #bb2822;
}
.ibanner-notice .notice-box .item div {
  font-size: 22px;
  line-height: 80px;
  height: 80px;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 75%;
}
.ibanner-notice .notice-box .item .date {
  margin-left: 20px;
}
.swiper-pagination-bullet {
  opacity: 1;
  filter: alpha(opacity=100);
}
.swiper-pagination.ta-c {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  position: static;
}
.swiper-pagination.ta-c .swiper-pagination-bullet {
  background: url(../images/ic/ic_2-1.png) no-repeat center center;
  margin: 0 5px;
}
.swiper-pagination.ta-c .swiper-pagination-bullet-active {
  background: url(../images/ic/ic_2-on.png) no-repeat center center;
}
.synopsis {
  font-size: 14px;
  color: #022222;
  line-height: 1.4;
  text-align: justify;
}
.index-more .index-more-a {
  float: right;
  color: #272727;
  font-size: 16px;
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: relative;
  z-index: 99;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.index-more .index-more-a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #d7d7d7;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.index-more .index-more-a:hover {
  color: #ffffff;
  background: #bb2822;
}
.index-more .index-more-a:hover::after {
  opacity: 0;
  filter: alpha(opacity=0);
}
.index-title {
  overflow: hidden;
  line-height: 1.2;
  padding-left: 50px;
}
.index-title .title {
  float: left;
}
.index-title .title h3 {
  font-size: 40px;
  color: #272727;
}
.index-title .title p {
  font-size: 28px;
  margin-top: 20px;
}
.index-title .more {
  float: right;
  padding-bottom: 8px;
}
.index-title .more .item {
  float: left;
  width: 170px;
  margin-right: 10px;
}
.index-title .more .item:last-child {
  margin-right: 0;
}
.index-title .more .item .hidden {
  display: none;
}
.index-title .more .item a {
  display: block;
  background: #ffffff;
  color: #272727;
  line-height: 50px;
  border-radius: 50px;
  text-align: center;
  font-size: 22px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.index-title .more .item a::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 98%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid #bb2822;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.index-title .more .item:hover a,
.index-title .more .item.active a {
  color: #ffffff;
  background: #bb2822;
}
.index-title .more .item:hover a::after,
.index-title .more .item.active a::after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.index_news {
  overflow: hidden;
  background: #eeeeee;
  padding: 110px 0 80px;
}
.index_news .news_box {
  padding-top: 40px;
}
.index_news .news_box br {
  display: none;
}
.index_news .news_box .news-special {
  padding: 0;
}
.index_news .news_box .box {
  display: none;
}
.index_news .news_box .box:first-child {
  display: block;
}
.index_news .news_box .news-container {
  overflow: hidden;
}
.index_news .news_box .swiper-pagination {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  position: static;
}
.index_news .news_box .swiper-pagination-bullet {
  background: url(../images/ic/ic_2-1.png) no-repeat center center;
  margin: 0 5px;
}
.index_news .news_box .swiper-pagination-bullet-active {
  background: url(../images/ic/ic_2-on.png) no-repeat center center;
}
.index_news .news_box .news_box_fl {
  float: left;
  width: 49.26%;
  height: 650px;
  position: relative;
  overflow: hidden;
}
.index_news .news_box .news_box_fl .img {
  width: 100%;
  height: 650px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.index_news .news_box .news_box_fl .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 50px;
  background: rgba(0, 0, 0, 0.5);
}
.index_news .news_box .news_box_fl .info .date {
  color: #fff;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 5px;
  background: #bb2822;
  position: absolute;
  top: -20px;
}
.index_news .news_box .news_box_fl .info .date span {
  background: url(../images/ic/ic_5.png) no-repeat left center;
  padding-left: 23px;
}
.index_news .news_box .news_box_fl .info .title {
  font-size: 24px;
  line-height: 1.4;
  color: #ffffff;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.index_news .news_box .news_box_fl:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.index_news .news_box .news_box_fl:hover .info .title {
  color: #bb2822;
}
.index_news .news_box .news_box_fr {
  float: right;
  width: 49.26%;
  position: relative;
}
.index_news .news_box .news_box_fr .list .item {
  background: #fff;
  padding: 30px 40px;
  margin-bottom: 21px;
  height: 146px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.index_news .news_box .news_box_fr .list .item .title {
  line-height: 26px;
}
.index_news .news_box .news_box_fr .list .item .title h3 {
  color: #272727;
  font-size: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.index_news .news_box .news_box_fr .list .item .title span {
  float: right;
  margin-left: 20px;
  color: #444444;
  font-size: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.index_news .news_box .news_box_fr .list .item .synopsis {
  font-size: 18px;
  line-height: 1.4;
  color: #666666;
  margin-top: 10px;
  text-indent: 36px;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: none;
}
.index_news .news_box .news_box_fr .list .item:hover {
  -webkit-box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
  -moz-box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
  -ms-box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
  -o-box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
  box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
}
.index_news .news_box .news_box_fr .list .item:hover .title h3 {
  color: #bb2822;
}
.index_news .news_box .news_box_fr .list .item:hover .title span {
  color: #bb2822;
}
.index_news .news_box .news_box_fr .list .item:hover .synopsis {
  color: #bb2822;
}
.index_news .news_box .news-special .item .item-img .img-box {
  height: 246px;
}
.index_business {
  overflow: hidden;
  padding: 120px 0;
  background: url(../images/bg/bg1.png) no-repeat center bottom;
}
.index_business .index-title .more .item a {
  background: #f1f1f1;
}
.index_business .index-title .more .item:hover a,
.index_business .index-title .more .item.active a {
  background: #bb2822;
}
.index_business .business_box {
  margin-top: 40px;
}
.index_business .business_box .business-container {
  overflow: hidden;
}
.index_business .business_box .swiper-pagination {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  position: static;
}
.index_business .business_box .swiper-pagination-bullet {
  background: url(../images/ic/ic_2-1.png) no-repeat center center;
  margin: 0 5px;
}
.index_business .business_box .swiper-pagination-bullet-active {
  background: url(../images/ic/ic_2-on.png) no-repeat center center;
}
.index_business .business_box .box {
  overflow: hidden;
}
.index_business .business_box .box.m_box {
  display: none;
}
.index_business .business_box .box .item {
  float: left;
  width: 32%;
  margin-right: 2%;
  height: 585px;
  position: relative;
}
.index_business .business_box .box .item:nth-child(3n) {
  margin-right: 0;
}
.index_business .business_box .box .item.item_2 .item_box {
  position: absolute;
  left: 0;
  width: 100%;
  height: 48%;
}
.index_business .business_box .box .item.item_2 .item_box:last-child {
  bottom: 0;
}
.index_business .business_box .box .item .item_box {
  width: 100%;
  height: 585px;
  position: relative;
  overflow: hidden;
}
.index_business .business_box .box .item .item_box .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.index_business .business_box .box .item .item_box::before {
  z-index: 1;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background: #000000;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.index_business .business_box .box .item .item_box .info {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 8.8%;
  color: #fff;
}
.index_business .business_box .box .item .item_box .info .title {
  position: relative;
  padding-top: 34px;
}
.index_business .business_box .box .item .item_box .info .title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #eb891b;
  width: 25px;
  height: 5px;
}
.index_business .business_box .box .item .item_box .info .title .ftitle {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
.index_business .business_box .box .item .item_box .info .title h3 {
  font-size: 28px;
  line-height: 1.2;
  margin-top: 12px;
  font-weight: bold;
}
.index_business .business_box .box .item .item_box .info .liner {
  height: 1px;
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0.4);
  margin: 30px 0;
}
.index_business .business_box .box .item .item_box .info .liner::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 0;
  top: 0;
  background: #ffffff;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.index_business .business_box .box .item .item_box .info .more {
  text-align: right;
  background: url(../images/ic/ic_6.png) no-repeat left center;
  font-size: 18px;
  color: #ffffff;
}
.index_business .business_box .box .item .item_box .info .more span {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.index_business .business_box .box .item .item_box:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.index_business .business_box .box .item .item_box:hover::before {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.index_business .business_box .box .item .item_box:hover .info .more span {
  opacity: 1;
  filter: alpha(opacity=100);
}
.index_business .business_box .box .item .item_box:hover .info .liner::after {
  width: 100%;
}
.index_building {
  overflow: hidden;
  padding: 68px 0 100px;
  background: url(../images/bg/bg2.jpg) no-repeat center bottom #e6eaf0;
  background-size: cover;
}
.index_building .building_box {
  width: 100%;
  overflow: hidden;
  padding-top: 40px;
}
.index_building .building_box .pc_box {
  display: block;
}
.index_building .building_box .m_box {
  display: none;
}
.index_building .building_box .building-container {
  overflow: hidden;
  padding-top: 40px;
}
.index_building .building_box .swiper-pagination {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  position: static;
}
.index_building .building_box .swiper-pagination-bullet {
  background: url(../images/ic/ic_2-1.png) no-repeat center center;
  margin: 0 5px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.index_building .building_box .swiper-pagination-bullet-active {
  background: url(../images/ic/ic_2-on.png) no-repeat center center;
}
.index_building .building_box .bd ul {
  width: 100%;
  overflow: inherit !important;
  overflow: hidden;
}
.index_building .building_box .bd ul li {
  width: 290px;
  position: relative;
  float: left;
  margin: 0 10px;
  overflow: hidden;
  _display: inline;
}
.index_building .building_box .item {
  position: relative;
}
.index_building .building_box .item:hover .item-img img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.index_building .building_box .item:hover .item-img::after {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.index_building .building_box .item:hover .item-box .title {
  color: #bb2822;
}
.index_building .building_box .item:hover .item-box .icon {
  height: 0;
  margin: 0;
}
.index_building .building_box .item .img {
  overflow: hidden;
  width: 100%;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 0;
}
.index_building .building_box .item .img img {
  width: 100%;
}
.index_building .building_box .item .item-img {
  position: relative;
  overflow: hidden;
  font-size: 0;
}
.index_building .building_box .item .item-img img {
  width: 100%;
  min-height: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.index_building .building_box .item .item-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.index_building .building_box .item .item-img .img-bg {
  position: absolute;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #666;
}
.index_building .building_box .item .item-img .img-bg img {
  display: none;
}
.index_building .building_box .item .item-box {
  width: 100%;
  text-align: center;
  padding: 20px 20px;
}
.index_building .building_box .item .item-box .title {
  color: #272727;
  font-size: 18px;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.index_building .building_box .item .item-box .icon {
  margin-top: 15px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: none;
}
.backTop {
  position: absolute;
  right: 0;
  top: -58px;
  width: 50px;
  height: 50px;
  background: url(../images/footer/fix.jpg) no-repeat center center;
  cursor: pointer;
}
.footer {
  position: relative;
  border-top: 8px solid #da231d;
}
.footer .footerA {
  padding: 70px 0;
  overflow: hidden;
}
.footer .footerA .footerA_fl {
  float: left;
  width: 33.3333%;
  padding-right: 4%;
}
.footer .footerA .footerA_fl .footerA_logo img {
  max-width: 100%;
}
.footer .footerA .footerA_fl .footerA_contact {
  padding: 65px 0 0 45px;
}
.footer .footerA .footerA_fl .footerA_contact .item {
  font-size: 18px;
  color: #222222;
  line-height: 1.4;
  background-repeat: no-repeat;
  background-position: left 0;
  padding-left: 50px;
  margin-bottom: 30px;
  min-height: 31px;
}
.footer .footerA .footerA_link {
  float: left;
  width: 39%;
  padding: 0 4%;
}
.footer .footerA .footerA_link .footerA_link_title {
  color: #222222;
  font-size: 24px;
  line-height: 1.2;
}
.footer .footerA .footerA_link .footerA_link_list .item {
  float: left;
  width: 33.33%;
  margin-top: 35px;
}
.footer .footerA .footerA_link .footerA_link_list .item a {
  color: #222222;
  font-size: 18px;
  background: url(../images/ic/ic_3.png) no-repeat left center;
  background-size: auto 10px;
  padding-left: 20px;
}
.footer .footerA .footerA_link .footerA_link_list .item a:hover {
  color: #bb2822;
}
.footer .footerA .footerA_link .list {
  margin-top: 10px;
}
.footer .footerA .footerA_link .list .item {
  margin-top: 20px;
  position: relative;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.footer .footerA .footerA_link .list .item select {
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  height: 50px;
  width: 100%;
  background: #ffffff;
  outline: none;
  padding: 0 77px 0 20px;
  color: #222222;
  font-size: 18px;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.footer .footerA .footerA_link .list .item::after {
  content: "";
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 57px;
  background: url(../images/footer/6.png) no-repeat center center #fff;
  pointer-events: none;
}
.footer .footerA .footerA_fr {
  float: right;
  width: 27.6667%;
  padding-left: 4%;
}
.footer .footerA .footerA_fr .box {
  width: 100%;
}
.footer .footerA .footerA_fr .footerA_btn {
  overflow: hidden;
}
.footer .footerA .footerA_fr .footerA_btn a {
  width: 46%;
  height: 50px;
  background: #eeeeee;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  font-size: 0;
  line-height: 50px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  float: left;
  margin-right: 8%;
  margin-bottom: 10px;
}
.footer .footerA .footerA_fr .footerA_btn a span {
  display: inline-block;
  font-size: 18px;
  color: #222222;
  padding-left: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer .footerA .footerA_fr .footerA_btn a.link1 span {
  background: url(../images/footer/7.png) no-repeat left center;
}
.footer .footerA .footerA_fr .footerA_btn a.link1:hover span {
  background: url(../images/footer/7_on.png) no-repeat left center;
}
.footer .footerA .footerA_fr .footerA_btn a.link2 span {
  background: url(../images/footer/8.png) no-repeat left center;
}
.footer .footerA .footerA_fr .footerA_btn a.link2:hover span {
  background: url(../images/footer/8_on.png) no-repeat left center;
}
.footer .footerA .footerA_fr .footerA_btn a.link3 span {
  background: url(../images/footer/10.png) no-repeat left center;
}
.footer .footerA .footerA_fr .footerA_btn a.link3:hover span {
  background: url(../images/footer/10_on.png) no-repeat left center;
}
.footer .footerA .footerA_fr .footerA_btn a:nth-child(2n) {
  margin-right: 0;
}
.footer .footerA .footerA_fr .footerA_btn a:hover {
  background: #bb2822;
}
.footer .footerA .footerA_fr .footerA_btn a:hover span {
  color: #ffffff;
}
.footer .footerA .footerA_fr .footerA_ewm {
  padding-top: 30px;
}
.footer .footerA .footerA_fr .footerA_ewm .item {
  float: left;
  width: 45.4%;
  text-align: center;
  margin-right: 9.2%;
}
.footer .footerA .footerA_fr .footerA_ewm .item:last-child {
  margin-right: 0;
}
.footer .footerA .footerA_fr .footerA_ewm .item .img {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.13);
  -ms-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.13);
  -o-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.13);
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
}
.footer .footerA .footerA_fr .footerA_ewm .item .img img {
  width: 100%;
}
.footer .footerA .footerA_fr .footerA_ewm .item h3 {
  color: #222222;
  font-size: 18px;
  margin-top: 28px;
  line-height: 1;
}
.footer .footerB {
  border-top: 1px solid #d9d9d9;
  padding: 45px 0;
  text-align: center;
  color: #222222;
}
.footer .footerB .footer-nav {
  font-size: 0;
}
.footer .footerB .footer-nav a {
  font-size: 20px;
  color: #222222;
  margin: 0 20px;
}
.footer .footerB .footer-nav a:hover {
  color: #bb2822;
}
.footer .footerB .footer_icp {
  margin-top: 10px;
  font-size: 18px;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.footer .footerB .footer_icp span {
  margin: 0 10px;
}
.footer .footerB .footer_people {
  margin-top: 20px;
  font-size: 20px;
}
.footer .footerB .footer_people span {
  margin: 0 30px;
}
.page_ban {
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 600px;
  height: 64vh;
  position: relative;
}
.page_ban h1 {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 50px;
  line-height: 1.2;
  top: 50%;
  color: #fff;
  margin-top: -30px;
  font-weight: bold;
}
.page_mbx {
  background: rgba(0, 0, 0, 0.3);
  margin-top: -40px;
  position: relative;
  z-index: 1;
  color: #ffffff;
  line-height: 40px;
}
.page_mbx span {
  font-size: 14px;
  margin: 0 10px;
}
.page_mbx a {
  font-size: 14px;
  color: #ffffff;
}
.page_mbx a:hover {
  color: #bb2822;
}
.page_mbx .box {
  display: block;
  overflow: hidden;
  background: url(../images/ic/ic_7.png) no-repeat left center;
  padding-left: 36px;
  font-size: 0;
  height: 40px;
  line-height: 46px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.category {
  height: 68px;
  border-bottom: 1px solid #e5e5e5;
  background: #fafafa;
}
.category .page_nav {
  text-align: center;
  font-size: 0;
}
.category .page_nav a {
  outline: none;
  line-height: 68px;
  color: #444444;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  margin: 0 3.8%;
  position: relative;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.category .page_nav a::after {
  content: "";
  background-color: #da231c;
  box-shadow: 2px 3.464px 4px 0px rgba(0, 0, 0, 0.06);
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.category .page_nav a:hover,
.category .page_nav a.active {
  color: #da231c;
}
.category .page_nav a:hover::after,
.category .page_nav a.active::after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.category_head {
  display: none;
}
.about_first {
  padding: 100px 0;
  background: url(../images/bg/bg3.jpg) no-repeat left bottom;
  overflow: hidden;
}
.about_first .about_info_fl {
  float: left;
  width: 50%;
  padding-right: 140px;
  padding-top: 100px;
}
.about_first .about_info_fr {
  float: right;
  width: 50%;
}
.about_first .about_info_fr .video {
  display: block;
  position: relative;
  height: 525px;
}
.about_first .about_info_fr video {
  width: 100%;
  height: 100%;
  background: #000000;
  display: none;
}
.about_first .about_info_fr .posterBg {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.about_first .about_info_fr .posterBg img {
  width: 100%;
}
.about_first .about_info_fr .posterBg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/ic/ic_33.png) no-repeat center center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.about_first .about_info_fr .posterBg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.about_first .about_info_fr .posterBg:hover::before {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.about_num {
  padding: 100px 0;
  background: url(../images/bg/bg4.jpg) no-repeat center bottom;
  overflow: hidden;
  color: #fff;
}
.about_num .list {
  text-align: center;
  line-height: 1.2;
}
.about_num .list .item {
  display: inline-block;
  margin: 0 4%;
}
.about_num .list .item .item-border {
  border: 5px solid rgba(255, 255, 255, 0.5);
  width: 165px;
  height: 165px;
  line-height: 1.2;
  border-radius: 50%;
  padding-top: 40px;
}
.about_num .list .item .item-border h4 {
  font-size: 55px;
}
.about_num .list .item .item-border h6 {
  font-size: 20px;
}
.about_num .list .item h3 {
  font-size: 20px;
  color: #ffffff;
  line-height: 1.2;
  margin-top: 25px;
}
.single-page {
  font-size: 16px;
  color: #272727;
  line-height: 1.625;
  text-align: justify;
}
.single-page em {
  font-style: italic;
}
.single-page i {
  font-style: italic;
}
.single-page img {
  max-width: 100%;
}
.single-page h3 {
  font-size: 30px;
  color: #000000;
  line-height: 1.4;
}
.single-page h4 {
  font-size: 28px;
  color: #000000;
  line-height: 1.4;
}
.single-page h5 {
  font-size: 24px;
  color: #000000;
  line-height: 1.4;
}
.single-page h6 {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  line-height: 1.4;
}
.single-page .liner {
  width: 30px;
}
.single-page img {
  max-width: 100%;
  height: auto !important;
}
.single-page video,
.single-page iframe {
  max-width: 100%;
}
.single-page strong,
.single-page b {
  font-weight: bold;
}
.about_year {
  overflow: hidden;
  padding: 90px 0;
  background: url(../images/bg/bg5.png) no-repeat left bottom;
}
.about_year .about_year_fl {
  float: left;
  width: 50%;
  padding-top: 20px;
}
.about_year .about_year_fl .about_year_title {
  line-height: 1.2;
}
.about_year .about_year_fl .about_year_title .liner {
  width: 50px;
  height: 5px;
  background: #bb2822;
}
.about_year .about_year_fl .about_year_title .ftitle {
  font-size: 18px;
  color: #272727;
  opacity: 0.4;
  filter: alpha(opacity=40);
  margin-top: 30px;
  line-height: 1;
}
.about_year .about_year_fl .about_year_title .title {
  margin-top: 10px;
  font-size: 100px;
  line-height: 1.2;
  color: #272727;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.about_year .about_year_fr {
  float: right;
  width: 50%;
}
.about_develop .develop_title {
  padding: 158px 0;
  background: url(../images/bg/bg6.jpg) no-repeat center center;
  background-size: cover;
  color: #ffffff;
  line-height: 1.2;
}
.about_develop .develop_title h3 {
  font-size: 45px;
}
.about_develop .develop_title .liner {
  width: 50px;
  height: 5px;
  background: #bb2822;
  margin-top: 34px;
}
.about_develop .develop_title .ftitle {
  font-size: 18px;
  color: #ffffff;
  margin-top: 34px;
  text-transform: uppercase;
}
.about_develop .develop_info {
  padding: 80px 0 100px;
  background: url(../images/bg/bg7.jpg) no-repeat center center;
  background-size: cover;
  color: #ffffff;
  line-height: 1.2;
}
.about_fruit {
  padding: 95px 0;
}
.about_fruit .about_fruit_title {
  text-align: center;
  font-size: 40px;
  line-height: 1.2;
  font-weight: bold;
}
.about_fruit .about_fruit_list {
  margin-top: 60px;
}
.about_fruit .about_fruit_list .item {
  overflow: hidden;
}
.about_fruit .about_fruit_list .item .img {
  float: left;
  width: 50%;
  height: 395px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.about_fruit .about_fruit_list .item .info {
  float: left;
  padding-left: 80px;
  width: 50%;
  height: 395px;
  display: table;
}
.about_fruit .about_fruit_list .item .info .box {
  display: table-cell;
  vertical-align: middle;
  height: 395px;
}
.about_fruit .about_fruit_list .item .info .title h3 {
  color: #272727;
  font-size: 24px;
  font-weight: bold;
}
.about_fruit .about_fruit_list .item .info .title .liner {
  width: 50px;
  height: 5px;
  background: #bb2822;
  margin-top: 25px;
}
.about_fruit .about_fruit_list .item .info .single-page {
  font-size: 16px;
  margin-top: 25px;
}
.about_fruit .about_fruit_list .item:nth-child(2n) .img {
  float: right;
}
.about_fruit .about_fruit_list .item:nth-child(2n) .info {
  float: left;
  padding-left: 0;
  padding-right: 80px;
}
.about_leaders {
  padding: 95px 0 149px;
  background: url(../images/bg/bg7.jpg) no-repeat bottom center;
  background-size: cover auto;
  color: #ffffff;
  line-height: 1.2;
}
.about_leaders .leaders_header {
  overflow: hidden;
  position: relative;
  padding-left: 40px;
}
.about_leaders .leaders_header + .leaders_header {
  margin-top: 30px;
}
.about_leaders .leaders_header::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -23px;
  width: 8px;
  height: 46px;
  background: #da231d;
}
.about_leaders .leaders_header h3 {
  float: left;
  font-size: 46px;
  color: #222222;
  line-height: 1.2;
}
.about_leaders .leaders_header .position {
  float: left;
  font-size: 16px;
  color: #222222;
  padding-left: 40px;
  line-height: 1.2;
  padding-top: 1.5px;
}
.about_leaders .leaders_header .position p {
  margin-top: 5px;
}
.about_leaders .leaders_header .position + h3 {
  margin-left: 40px;
}
.about_leaders .leaders_footer {
  overflow: hidden;
  position: relative;
  padding-left: 40px;
  font-size: 0;
  text-align: right;
  margin-top: 30px;
  vertical-align: top;
}
.about_leaders .leaders_footer .item {
  display: inline-block;
  margin-left: 50px;
}
.about_leaders .leaders_footer h3 {
  display: inline-block;
  font-size: 30px;
  color: #222222;
  line-height: 1.2;
  vertical-align: top;
}
.about_leaders .leaders_footer .position {
  display: inline-block;
  font-size: 14px;
  color: #222222;
  padding-left: 20px;
  line-height: 1.2;
  vertical-align: top;
}
.about_leaders .leaders_footer .position p {
  padding: 2px 0;
}
.history-first {
  padding: 104px 0;
  background: url(../images/bg/bg9.jpg) no-repeat center center;
  overflow: hidden;
}
.history-first .page_wrap {
  position: relative;
}
.history-first .title {
  bottom: 0;
  left: 0;
  position: absolute;
}
.history-first .history-info {
  padding-top: 60px;
  font-size: 16px;
  line-height: 1.6;
  padding-left: 335px;
  text-align: justify;
  color: #222222;
}
.history-title {
  text-align: center;
  font-size: 34px;
  line-height: 1.2;
  color: #272727;
  font-weight: bold;
}
.history-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background: #da231d;
  margin: 30px auto 0;
  border-radius: 5px;
}
.history-stage {
  padding: 78px 0;
  background: url(../images/bg/bg10.jpg) no-repeat top center;
  background-size: cover;
  overflow: hidden;
}
.history-stage .stage-list {
  overflow: hidden;
  margin-top: 75px;
}
.history-stage .stage-list .item {
  float: left;
  width: 19%;
  margin-right: 8%;
}
.history-stage .stage-list .item:nth-child(4n) {
  margin-right: 0;
}
.history-stage .stage-list .item .year {
  text-align: center;
  color: #272727;
  font-size: 24px;
}
.history-stage .stage-list .item .dot {
  width: 20px;
  height: 20px;
  margin: 18px auto;
  background: url(../images/ic/ic_8.png) no-repeat center center;
}
.history-stage .stage-list .item .synopsis {
  font-size: 16px;
  color: #222222;
  line-height: 1.4;
  text-align: justify;
}
.history-stage .stage-list .item:first-child {
  padding-top: 5px;
}
.history-stage .stage-list .item:nth-child(2) {
  padding-top: 40px;
}
.history-stage .stage-list .item:nth-child(3) {
  padding-top: 10px;
}
.history-time {
  overflow: hidden;
  padding: 95px 0;
  background: url(../images/bg/bg11.jpg) no-repeat bottom center #fdfdfd;
  background-size: cover;
}
.history-time .time-box {
  margin-top: 50px;
  overflow: hidden;
  position: relative;
}
.history-time .time-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  background: url(../images/ic/ic_9.png) no-repeat center center;
  z-index: 3;
}
.history-time .time-box::before {
  z-index: 3;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  background: url(../images/ic/ic_12.png) no-repeat center center;
}
.history-time .time-box .time-list {
  position: relative;
  overflow: hidden;
  padding: 48px 0 58px;
}
.history-time .time-box .time-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background: #dadada;
}
.history-time .time-box .time-list .item {
  position: relative;
  margin-top: -70px;
}
.history-time .time-box .time-list .item:first-child {
  margin-top: 0;
}
.history-time .time-box .time-list .item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  margin-top: -12px;
  background: url(../images/ic/ic_11.png) no-repeat center center;
}
.history-time .time-box .time-list .item:nth-child(2n) .item-box {
  float: right;
}
.history-time .time-box .time-list .item:nth-child(2n) .item-box::before {
  right: auto;
  left: -9px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.history-time .time-box .time-list .item:nth-child(2n) .item-box .item-img {
  float: left;
  right: auto;
  left: 19px;
}
.history-time .time-box .time-list .item:nth-child(2n) .item-box .item-info {
  padding-right: 0;
  padding-left: 204px;
}
.history-time
  .time-box
  .time-list
  .item:nth-child(2n)
  .item-box
  .item-info
  .box {
  text-align: left;
}
.history-time .time-box .time-list .item .item-box {
  float: left;
  width: 46%;
  background: #f9f9f9;
  border: 1px solid #e3e3e3;
  padding: 19px;
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.history-time .time-box .time-list .item .item-box::before {
  content: "";
  position: absolute;
  right: -9px;
  top: 50%;
  width: 10px;
  height: 25px;
  margin-top: -12px;
  background: url(../images/ic/ic_10.png) no-repeat center center;
}
.history-time .time-box .time-list .item .item-box:hover .item-img img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.history-time .time-box .time-list .item .item-box .item-img {
  float: right;
  width: 170px;
  height: 128px;
  position: absolute;
  right: 19px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.history-time .time-box .time-list .item .item-box .item-img img {
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.history-time .time-box .time-list .item .item-box .item-info {
  width: 100%;
  display: table;
  padding-right: 204px;
}
.history-time .time-box .time-list .item .item-box .item-info .box {
  width: 100%;
  height: 128px;
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}
.history-time .time-box .time-list .item .item-box .item-info .box .year {
  color: #bb2822;
  font-size: 30px;
  line-height: 1.2;
}
.history-time .time-box .time-list .item .item-box .item-info .box .desc {
  color: #272727;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 10px;
  text-align: justify;
}
.about_organization {
  padding: 90px 0 120px;
  background: url(../images/bg/bg22.jpg) no-repeat bottom center #fafafa;
  background-size: cover cover;
}
.about_organization .single-page {
  padding-top: 60px;
}
.about_leader {
  background: #f5f5f5;
  padding: 95px 0;
  overflow: hidden;
}
.about_leader .leader-item {
  margin-bottom: 70px;
}
.about_leader .leader-item .leader-item-header {
  position: relative;
  font-size: 0;
  text-align: center;
}
.about_leader .leader-item .leader-item-header h3 {
  color: #222222;
  font-size: 38px;
  line-height: 1.2;
  display: inline-block;
  background: #f5f5f5;
  padding: 0 30px;
  position: relative;
  z-index: 3;
}
.about_leader .leader-item .leader-item-header::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: #dcdcdc;
  margin-top: -0.5px;
  width: 588px;
  left: 50%;
  margin-left: -294px;
}
.about_leader .leader-item .leader-item-body {
  background: url(../images/bg/bg12.jpg) no-repeat right top #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  padding: 50px 3.5% 30px 5.6%;
  margin-top: 50px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.about_leader .leader-item .leader-item-body::after {
  content: "";
  position: absolute;
  background: url(../images/bg/bg13.jpg) repeat-y center center;
  background-size: 100% auto;
  left: 0;
  height: 100%;
  width: 20px;
  top: 0;
}
.about_leader .leader-item .leader-item-body:hover {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.13);
  -ms-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.13);
  -o-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.13);
}
.about_leader .leader-item .leader-item-body .item {
  overflow: hidden;
  margin-bottom: 10px;
}
.about_leader .leader-item .leader-item-body .item .item-title {
  float: left;
  width: 210px;
  background: url(../images/ic/ic_13.png) no-repeat right center;
  line-height: 30px;
}
.about_leader .leader-item .leader-item-body .item .item-title h3 {
  font-size: 26px;
  color: #272727;
}
.about_leader .leader-item .leader-item-body .item .item-list {
  overflow: hidden;
  line-height: 30px;
  padding-left: 60px;
}
.about_leader .leader-item .leader-item-body .item .item-list span {
  float: left;
  color: #272727;
  font-size: 18px;
  margin-right: 8.3%;
  margin-bottom: 20px;
}
.about_leader .leader-item .leader-item-body .item .item-list span:hover {
  color: #bb2822;
}
.page-nav {
  font-size: 0;
  padding-bottom: 8px;
  text-align: center;
}
.page-nav .item {
  display: inline-block;
  width: 150px;
  margin: 0 20px;
}
.page-nav .item a {
  display: block;
  background: #ffffff;
  color: #272727;
  line-height: 45px;
  border-radius: 45px;
  text-align: center;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.page-nav .item a::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid #da231c;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page-nav .item:hover a,
.page-nav .item.active a {
  color: #ffffff;
  background: #da231c;
}
.page-nav .item:hover a::after,
.page-nav .item.active a::after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.about_honor {
  padding: 40px 0 120px;
  overflow: hidden;
  background: #f4f4f4;
}
.about_honor .page_wrap {
  overflow: hidden;
}
.about_honor .honor_body {
  margin-top: 75px;
  position: relative;
  padding: 0 80px;
}
.about_honor .honor_body .honor-button-prev,
.about_honor .honor_body .honor-button-next {
  position: absolute;
  top: 50%;
  margin-top: -80px;
  width: 50px;
  height: 50px;
  z-index: 999;
  cursor: pointer;
}
.about_honor .honor_body .honor-button-prev {
  left: 0;
  background: url(../images/ic/ic_14.png) no-repeat center center;
  background-size: 100%;
}
.about_honor .honor_body .honor-button-prev:hover {
  background: url(../images/ic/ic_14-on.png) no-repeat center center;
  background-size: 100%;
}
.about_honor .honor_body .honor-button-next {
  right: 0;
  background: url(../images/ic/ic_15.png) no-repeat center center;
  background-size: 100%;
}
.about_honor .honor_body .honor-button-next:hover {
  background: url(../images/ic/ic_15-on.png) no-repeat center center;
  background-size: 100%;
}
.about_honor .honor_box {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
}
.about_honor .honor_box .wrap {
  position: relative;
}
.about_honor .honor_box .honor_container {
  width: 1920px;
  height: 621px;
  margin-left: -340px;
}
.about_honor .honor_box .swiper-slide {
  height: 621px;
}
.about_honor .honor_box .swiper-slide.swiper-slide-active {
  position: relative;
  z-index: 999;
}
.about_honor .honor_box .swiper-slide.swiper-slide-active .iteam .img {
  background: #ffffff;
}
.about_honor .honor_box .swiper-slide.swiper-slide-active .iteam .img img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.about_honor .honor_box .swiper-slide.swiper-slide-active .iteam .info {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}
.about_honor .honor_box .iteam {
  position: relative;
  width: 100%;
}
.about_honor .honor_box .iteam .img {
  background: #373737;
  overflow: hidden;
  position: relative;
}
.about_honor .honor_box .iteam .img img {
  width: 100%;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.about_honor .honor_box .iteam .info {
  padding-top: 3px;
  line-height: 1.2;
  color: #222222;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
}
.about_honor .honor_box .iteam .info .bg img {
  width: 100%;
}
.about_honor .honor_box .iteam .info h3 {
  font-size: 26px;
}
.about_honor .honor_box .iteam .info p {
  font-size: 20px;
  margin-top: 10px;
}
.page-business {
  overflow: hidden;
  padding: 100px 0;
  background: #f5f5f5;
}
.page-business .business-box {
  background: url(../images/bg/bg15.jpg) no-repeat right top #fff;
  background-size: cover;
  padding: 80px;
}
.page-business .business-box .business-box-title {
  font-size: 30px;
  color: #222222;
  line-height: 1.2;
}
.page-business .business-box .business-box-title h3 {
  font-weight: bold;
}
.page-business .business-box .business-box-title .liner {
  width: 30px;
  height: 5px;
  background: #da231c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 25px 0;
}
.page-business .business-box .business-box-info {
  width: 740px;
}
.page-business .business-box .business-box-info .single-page {
  color: #1c1c1c;
  line-height: 1.4;
}
.page-business .business-box .business-box-list {
  overflow: hidden;
  margin-top: 60px;
}
.page-business .business-box .business-box-list .item {
  float: left;
  padding-left: 25px;
}
.page-business .business-box .business-box-list .item:first-child {
  padding-left: 0;
}
.page-business .business-box .business-box-list .item:last-child .item-box {
  border-right: 0;
}
.page-business .business-box .business-box-list .item .item-img img {
  height: 60px;
  max-width: 60px;
}
.page-business .business-box .business-box-list .item .item-title {
  color: #222222;
  font-size: 20px;
  font-weight: bold;
}
.page-business .business-box .business-box-list .item .item-box {
  border-right: 1px solid #d5d5d5;
  overflow: hidden;
  margin-top: 26px;
}
.page-business .business-box .business-box-list .item .item-box ul {
  margin-top: 10px;
}
.page-business .business-box .business-box-list .item .item-box ul li {
  float: left;
  margin-right: 25px;
  line-height: 1.4;
}
.page-business .business-box .business-box-list .item .item-box ul li .num {
  color: #bb2822;
  font-size: 28px;
  font-weight: bold;
}
.page-business .business-box .business-box-list .item .item-box ul li .text {
  color: #222222;
  font-size: 16px;
}
.page-business .business-title {
  text-align: center;
  margin-top: 48px;
  line-height: 1.2;
  color: #222222;
}
.page-business .business-title h3 {
  font-size: 24px;
  font-weight: bold;
}
.page-business .business-title p {
  font-size: 16px;
  margin-top: 10px;
}
.page-business .business-title .icon {
  margin-top: 10px;
}
.page-business .business-list {
  margin-top: 30px;
}
.page-business .business-list .item {
  float: left;
  width: 33%;
  margin-right: 0.5%;
  background: #ffffff;
  height: 310px;
  position: relative;
  text-align: center;
  padding-top: 50px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page-business .business-list .item:last-child {
  margin-right: 0;
}
.page-business .business-list .item .item-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.page-business .business-list .item .box {
  position: relative;
  z-index: 2;
}
.page-business .business-list .item .item-img {
  font-size: 0;
}
.page-business .business-list .item .item-img img {
  display: block;
  margin: 0 auto;
}
.page-business .business-list .item .item-img .imgN {
  display: none;
}
.page-business .business-list .item .item-title {
  color: #222222;
  font-size: 26px;
  line-height: 1.2;
  margin-top: 28px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page-business .business-list .item .item-liner {
  width: 30px;
  height: 5px;
  background: #da231c;
  margin: 18px auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.page-business .business-list .item .item-ftitle {
  font-size: 16px;
  text-transform: uppercase;
  color: #999999;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page-business .business-list .item .item-more {
  width: 25px;
  height: 25px;
  background: url(../images/ic/ic_23.png) no-repeat center center;
  margin: 24px auto 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page-business .business-list .item:hover {
  background: #bb2822;
  -webkit-box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
  -moz-box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
  -ms-box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
  -o-box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
  box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
}
.page-business .business-list .item:hover .item-img {
  font-size: 0;
}
.page-business .business-list .item:hover .item-img .imgN {
  display: block;
}
.page-business .business-list .item:hover .item-img .imgY {
  display: none;
}
.page-business .business-list .item:hover .item-title {
  color: #ffffff;
}
.page-business .business-list .item:hover .item-liner {
  background: #ffffff;
}
.page-business .business-list .item:hover .item-ftitle {
  color: #ffffff;
}
.page-business .business-list .item:hover .item-more {
  background: url(../images/ic/ic_23-on.png) no-repeat center center;
}
.business-energy {
  overflow: hidden;
  background: #f5f5f5;
  padding: 60px 0;
}
.energy-list {
  overflow: hidden;
  padding-bottom: 40px;
}
.energy-list .item {
  background: #ffffff;
  background: url(../images/bg/bg16.png) no-repeat right top #fff;
  overflow: hidden;
  margin-top: 40px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.energy-list .item:nth-child(2n) {
  background: url(../images/bg/bg16.png) no-repeat left top #fff;
}
.energy-list .item:nth-child(2n) .item-img {
  float: right;
}
.energy-list .item:nth-child(2n) .item-info {
  padding-right: 420px;
  padding-left: 0;
}
.energy-list .item:nth-child(2n) .item-info .item-info-box {
  padding-left: 70px;
  padding-right: 100px;
  text-align: right;
}
.energy-list .item:nth-child(2n) .item-info .item-info-box .icon {
  left: auto;
  right: -50px;
}
.energy-list .item:nth-child(2n) .item-info .item-info-box .liner {
  margin-left: auto;
}
.energy-list .item:hover {
  -webkit-box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
  -moz-box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
  -ms-box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
  -o-box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
  box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
}
.energy-list .item:hover .item-info .item-info-box .title {
  color: #bb2822;
}
.energy-list .item:hover .item-info .item-info-box .synopsis {
  color: #bb2822;
}
.energy-list .item:hover .item-img img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.energy-list .item .item-img {
  float: left;
  width: 420px;
  height: 310px;
  overflow: hidden;
}
.energy-list .item .item-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.energy-list .item .item-info {
  padding-left: 420px;
}
.energy-list .item .item-info .item-info-box {
  position: relative;
  padding-left: 100px;
  padding-right: 70px;
  height: 310px;
  display: table-cell;
  vertical-align: middle;
}
.energy-list .item .item-info .item-info-box .icon {
  position: absolute;
  width: 100px;
  height: 100px;
  overflow: hidden;
  background: #ffffff;
  top: 50%;
  margin-top: -50px;
  left: -50px;
  -webkit-box-shadow: 0px 8px 19px 1px rgba(187, 40, 34, 0.23);
  -moz-box-shadow: 0px 8px 19px 1px rgba(187, 40, 34, 0.23);
  -ms-box-shadow: 0px 8px 19px 1px rgba(187, 40, 34, 0.23);
  -o-box-shadow: 0px 8px 19px 1px rgba(187, 40, 34, 0.23);
  box-shadow: 0px 8px 19px 1px rgba(187, 40, 34, 0.23);
}
.energy-list .item .item-info .item-info-box .icon img {
  width: 100%;
}
.energy-list .item .item-info .item-info-box .title {
  font-size: 24px;
  line-height: 1.2;
  color: #222222;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.energy-list .item .item-info .item-info-box .liner {
  width: 30px;
  height: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #da231c;
  margin: 30px 0;
}
.energy-list .item .item-info .item-info-box .synopsis {
  font-size: 20px;
  line-height: 1.4;
  color: #1c1c1c;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.energy-box {
  overflow: hidden;
  padding-top: 50px;
}
.energy-box .energy-relevant {
  margin-top: 50px;
}
.energy-box .energy-relevant .item {
  float: left;
  height: 94px;
  width: 32.6666%;
  margin-right: 1%;
  margin-bottom: 1%;
  background: #ffffff;
  padding: 25px 3%;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.energy-box .energy-relevant .item:nth-child(3n) {
  margin-right: 0;
}
.energy-box .energy-relevant .item.no-click {
  background: url(../images/ic/ic_24.png) no-repeat center center
    rgba(255, 255, 255, 0.5);
}
.energy-box .energy-relevant .item .liner {
  width: 15px;
  height: 3px;
  background: #bc2822;
}
.energy-box .energy-relevant .item .title {
  color: #222222;
  font-size: 18px;
  margin-top: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.energy-box .energy-relevant .item .link {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 8px;
  color: #bc2822;
  font-size: 16px;
  text-decoration: underline;
  display: none;
}
.energy-box .energy-relevant .item:hover {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
  -moz-box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
  -ms-box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
  -o-box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
  box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
}
.energy-box .energy-relevant .item:hover .title {
  color: #bc2822;
}
.energy-box .swiper-pagination {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  position: static;
}
.energy-box .swiper-pagination-bullet {
  background: url(../images/ic/ic_2-1.png) no-repeat center center;
  margin: 0 5px;
}
.energy-box .swiper-pagination-bullet-active {
  background: url(../images/ic/ic_2-on.png) no-repeat center center;
}
.finance-list {
  overflow: hidden;
  padding-bottom: 40px;
}
.finance-list .item {
  background: #ffffff;
  overflow: hidden;
  float: left;
  width: 31.857%;
  margin-right: 2.2145%;
  margin-bottom: 2.2145%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.finance-list .item:nth-child(3n) {
  margin-right: 0;
}
.finance-list .item:hover {
  -webkit-box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
  -moz-box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
  -ms-box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
  -o-box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
  box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
}
.finance-list .item:hover .item-info {
  background: url(../images/bg/bg17.png) no-repeat center bottom;
}
.finance-list .item:hover .item-info .item-info-box .title {
  color: #bb2822;
}
.finance-list .item:hover .item-info .item-info-box .synopsis {
  color: #bb2822;
}
.finance-list .item:hover .item-img img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.finance-list .item .item-img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.finance-list .item .item-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.finance-list .item .item-info .item-info-box {
  position: relative;
  height: 386px;
  padding: 80px 8% 8%;
}
.finance-list .item .item-info .item-info-box .icon {
  position: absolute;
  width: 100px;
  height: 100px;
  overflow: hidden;
  background: #ffffff;
  top: -50px;
  margin-left: -50px;
  left: 50%;
  -webkit-box-shadow: 0px 8px 19px 1px rgba(187, 40, 34, 0.23);
  -moz-box-shadow: 0px 8px 19px 1px rgba(187, 40, 34, 0.23);
  -ms-box-shadow: 0px 8px 19px 1px rgba(187, 40, 34, 0.23);
  -o-box-shadow: 0px 8px 19px 1px rgba(187, 40, 34, 0.23);
  box-shadow: 0px 8px 19px 1px rgba(187, 40, 34, 0.23);
}
.finance-list .item .item-info .item-info-box .icon img {
  width: 100%;
}
.finance-list .item .item-info .item-info-box .title {
  font-size: 24px;
  line-height: 1.2;
  color: #222222;
  font-weight: bold;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.finance-list .item .item-info .item-info-box .liner {
  width: 30px;
  height: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #da231c;
  margin: 32px auto;
}
.finance-list .item .item-info .item-info-box .synopsis {
  font-size: 18px;
  line-height: 1.6;
  color: #1c1c1c;
  text-align: justify;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page-news {
  overflow: hidden;
  background: #f5f5f5;
  padding-bottom: 122px;
}
.news-banner {
  padding: 100px 0;
  overflow: hidden;
}
.news-banner .page_wrap {
  position: relative;
}
.news-banner .page_wrap .news-button-prev,
.news-banner .page_wrap .news-button-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  z-index: 999;
  cursor: pointer;
}
.news-banner .page_wrap .news-button-prev {
  left: -90px;
  background: url(../images/ic/ic_14.png) no-repeat center center;
  background-size: 100%;
}
.news-banner .page_wrap .news-button-prev:hover {
  background: url(../images/ic/ic_14-on.png) no-repeat center center;
  background-size: 100%;
}
.news-banner .page_wrap .news-button-next {
  right: -90px;
  background: url(../images/ic/ic_15.png) no-repeat center center;
  background-size: 100%;
}
.news-banner .page_wrap .news-button-next:hover {
  background: url(../images/ic/ic_15-on.png) no-repeat center center;
  background-size: 100%;
}
.news-banner .news-container-top {
  overflow: hidden;
}
.news-banner .news-container-top .item {
  height: 650px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.news-banner .news-container-top .item .info {
  position: absolute;
  left: 0;
  bottom: 260px;
  width: 100%;
  padding: 0 3.6%;
}
.news-banner .news-container-top .item .info .date {
  width: 156px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #bb2822;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.news-banner .news-container-top .item .info .date span {
  background: url(../images/ic/ic_5.png) no-repeat left center;
  padding-left: 22px;
  color: #ffffff;
}
.news-banner .news-container-top .item .info .title {
  margin-top: 20px;
  font-size: 26px;
  color: #ffffff;
  text-shadow: 0px 5px 28px rgba(0, 0, 0, 0.2);
  line-height: 1.5;
}
.news-banner .news-banner-bottom {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  padding: 0 3.6%;
  z-index: 99;
  overflow: hidden;
}
.news-banner .news-banner-bottom .news-container-bottom {
  overflow: hidden;
}
.news-banner .news-banner-bottom .item {
  width: 100%;
  height: 197px;
  position: relative;
  z-index: 2;
  margin-right: 20px;
}
.news-banner .news-banner-bottom .item .box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 183px;
}
.news-banner .news-banner-bottom .item .box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #d5d9d9;
}
.news-banner .news-banner-bottom .item .box .img-box {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.news-banner .news-banner-bottom .item .box .img-box .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.news-banner .news-banner-bottom .item:hover .box {
  height: 197px;
  background: #bb2822;
  -webkit-clip-path: polygon(
    0% 15px,
    45% 15px,
    50% 0%,
    55% 15px,
    100% 15px,
    100% 100%,
    0% 100%
  );
  clip-path: polygon(
    0% 15px,
    45% 15px,
    50% 0%,
    55% 15px,
    100% 15px,
    100% 100%,
    0% 100%
  );
}
.news-banner .news-banner-bottom .item:hover .box::after {
  display: none;
}
.news-banner .news-banner-bottom .item:hover .box .img-box {
  -webkit-clip-path: polygon(
    4px 19px,
    45% 19px,
    50% 4px,
    55% 19px,
    calc(100% - 4px) 19px,
    calc(100% - 4px) calc(100% - 4px),
    4px calc(100% - 4px)
  );
  clip-path: polygon(
    4px 19px,
    45% 19px,
    50% 4px,
    55% 19px,
    calc(100% - 4px) 19px,
    calc(100% - 4px) calc(100% - 4px),
    4px calc(100% - 4px)
  );
}
.news-banner .news-banner-bottom .item:hover .box .img-box .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;
  filter: alpha(opacity=100);
}
.news-banner .news-banner-bottom .swiper-slide-thumb-active .item .box {
  height: 197px;
  background: #bb2822;
  -webkit-clip-path: polygon(
    0% 15px,
    45% 15px,
    50% 0%,
    55% 15px,
    100% 15px,
    100% 100%,
    0% 100%
  );
  clip-path: polygon(
    0% 15px,
    45% 15px,
    50% 0%,
    55% 15px,
    100% 15px,
    100% 100%,
    0% 100%
  );
}
.news-banner .news-banner-bottom .swiper-slide-thumb-active .item .box::after {
  display: none;
}
.news-banner
  .news-banner-bottom
  .swiper-slide-thumb-active
  .item
  .box
  .img-box {
  -webkit-clip-path: polygon(
    4px 19px,
    45% 19px,
    50% 4px,
    55% 19px,
    calc(100% - 4px) 19px,
    calc(100% - 4px) calc(100% - 4px),
    4px calc(100% - 4px)
  );
  clip-path: polygon(
    4px 19px,
    45% 19px,
    50% 4px,
    55% 19px,
    calc(100% - 4px) 19px,
    calc(100% - 4px) calc(100% - 4px),
    4px calc(100% - 4px)
  );
}
.news-banner
  .news-banner-bottom
  .swiper-slide-thumb-active
  .item
  .box
  .img-box
  .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;
  filter: alpha(opacity=100);
}
.news-list-1 .item {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.news-list-1 .item a {
  display: block;
  padding: 30px;
}
.news-list-1 .item:hover {
  background: #bb2822;
  -webkit-box-shadow: 0px 12px 23.75px 1.25px rgba(255, 10, 0, 0.13);
  -moz-box-shadow: 0px 12px 23.75px 1.25px rgba(255, 10, 0, 0.13);
  -ms-box-shadow: 0px 12px 23.75px 1.25px rgba(255, 10, 0, 0.13);
  -o-box-shadow: 0px 12px 23.75px 1.25px rgba(255, 10, 0, 0.13);
  box-shadow: 0px 12px 23.75px 1.25px rgba(255, 10, 0, 0.13);
}
.news-list-1 .item:hover .date {
  color: #ffffff;
}
.news-list-1 .item:hover .date::before {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.news-list-1 .item:hover .info .title {
  color: #ffffff;
}
.news-list-1 .item:hover .info .synopsis {
  color: #ffffff;
}
.news-list-1 .item .date {
  float: left;
  width: 153px;
  padding-right: 46px;
  text-align: right;
  line-height: 1;
  height: 82px;
  padding-top: 12px;
  color: #424242;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.news-list-1 .item .date .year {
  font-size: 20px;
}
.news-list-1 .item .date .day {
  font-size: 35px;
  font-weight: bold;
  margin-top: 5px;
}
.news-list-1 .item .date::before {
  content: "";
  position: absolute;
  background: url(../images/ic/ic_25.png) no-repeat right center;
  right: 0;
  top: 0;
  height: 100%;
  width: 13px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.news-list-1 .item .info {
  padding-left: 193px;
  height: 82px;
}
.news-list-1 .item .info .box {
  height: 82px;
}
.news-list-1 .item .info .title {
  font-size: 24px;
  color: #222222;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.news-list-1 .item .info .title br {
  display: none;
}
.news-list-1 .item .info .synopsis {
  margin-top: 5px;
  color: #666666;
  font-size: 18px;
  line-height: 1.5;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-indent: 36px;
}
.sk_page {
  text-align: center;
  overflow: hidden;
  padding: 30px 0 0;
}
.sk_page a {
  padding: 10px 15px;
  color: #333333;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dcdcdc;
}
.sk_page a:hover {
  background: #bb2822;
  color: #fff;
  border-color: #bb2822;
}
.sk_page a.active {
  background: #bb2822;
  color: #fff;
  border-color: #bb2822;
}
.page_box {
  overflow: hidden;
  padding: 80px 0 95px;
  background: url(../images/bg/bg18.png) no-repeat right top;
  position: relative;
}
.page_box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg/bg19.png) no-repeat left bottom;
}
.page_box .page_wrap {
  position: relative;
  z-index: 3;
  width: 1020px;
}
.page_box .hearder-title {
  overflow: hidden;
}
.page_box .hearder-title h1 {
  color: #222222;
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
  margin: 15px 0 10px;
}
.page_box .hearder-title h2 {
  font-size: 22px;
  margin: 15px 0 10px;
  color: #444;
}
.page_box .hearder-title .header-label {
  overflow: hidden;
  line-height: 40px;
  padding-top: 10px;
}
.page_box .hearder-title .header-label .fl {
  color: #222222;
  font-size: 18px;
  float: left;
}
.page_box .hearder-title .header-label .fl span {
  margin-right: 50px;
}
.page_box .hearder-title .header-label .fl span:last-child {
  margin-right: 0;
}
.page_box .single-page {
  margin-top: 50px;
  padding: 50px 0;
  border-top: 2px solid #eaeaea;
}
.pre_next {
  padding: 20px 0px;
  height: auto;
  overflow: hidden;
}
.pre_next span {
  display: block;
  width: 48.5%;
}
.pre_next span a {
  display: block;
  color: #222222;
  font-size: 18px;
  height: 66px;
  line-height: 66px;
  background: #e9e9e9;
  padding: 0 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.pre_next span a:hover {
  background: #bb2822;
  color: #ffffff;
}
.bdshare-button-style0-16 a {
  width: 40px;
  height: 40px !important;
  margin: 0 5px !important;
  border-radius: 50%;
}
.pre_next span.fxd {
  font-size: 14px;
  color: #999999;
  line-height: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 5px;
}
.bdshare-button-style0-16 .bds_weixin {
  background: url(../images/share/share_wx.png) no-repeat center center #e9e9e9 !important;
}
.bdshare-button-style0-16 .bds_sqq {
  background: url(../images/share/share_qq.png) no-repeat center center #e9e9e9 !important;
}
.bdshare-button-style0-16 .bds_tsina {
  background: url(../images/share/share_wb.png) no-repeat center center #e9e9e9 !important;
}
.bdshare_weixin_qrcode_dialog_bg > * {
  box-sizing: inherit;
  -webkit-box-sizing: inherit;
}
.bd_weixin_popup {
  box-sizing: inherit;
  -webkit-box-sizing: inherit;
}
.bd_weixin_popup .bd_weixin_popup_foot {
  box-sizing: inherit;
  -webkit-box-sizing: inherit;
  line-height: 16px;
}
.bdshare-button-style0-16 .bds_weixin:hover {
  background: url(../images/share/share_wx_on.png) no-repeat center center
    #bb2822 !important;
}
.bdshare-button-style0-16 .bds_sqq:hover {
  background: url(../images/share/share_qq_on.png) no-repeat center center
    #bb2822 !important;
}
.bdshare-button-style0-16 .bds_tsina:hover {
  background: url(../images/share/share_wb_on.png) no-repeat center center
    #bb2822 !important;
}
.news_recommend {
  background: url(../images/bg/bg20.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}
.news_recommend .recommend_title {
  text-align: center;
  line-height: 1.2;
  font-size: 36px;
  font-weight: bold;
  color: #222222;
}
.news_recommend .recommend_box {
  margin-top: 40px;
}
.news_recommend .recommend_box .recommend-container {
  overflow: hidden;
}
.news_recommend .recommend_box .item {
  background: #ffffff;
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.news_recommend .recommend_box .item .item-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.news_recommend .recommend_box .item .item-img .img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.news_recommend .recommend_box .item .item-img img {
  display: none;
  width: 100%;
  min-height: 100%;
}
.news_recommend .recommend_box .item:hover {
  background: #bb2822;
}
.news_recommend .recommend_box .item:hover .item-img .img-bg {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.news_recommend .recommend_box .item:hover .item-box .date {
  color: #ffffff;
}
.news_recommend .recommend_box .item:hover .item-box .date::before {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.news_recommend .recommend_box .item:hover .item-box .info .title {
  color: #ffffff;
}
.news_recommend .recommend_box .item .item-box {
  padding: 30px;
}
.news_recommend .recommend_box .item .item-box .date {
  float: left;
  width: 141px;
  padding-right: 41px;
  text-align: right;
  line-height: 1;
  height: 62px;
  margin-top: 6px;
  color: #424242;
  padding-top: 6.5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.news_recommend .recommend_box .item .item-box .date .year {
  font-size: 20px;
}
.news_recommend .recommend_box .item .item-box .date .day {
  font-size: 32px;
  font-weight: bold;
  margin-top: 5px;
}
.news_recommend .recommend_box .item .item-box .date::before {
  content: "";
  position: absolute;
  background: url(../images/ic/ic_25.png) no-repeat right center;
  right: 0;
  top: 0;
  height: 100%;
  width: 13px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.news_recommend .recommend_box .item .item-box .info {
  padding-left: 171px;
  height: 75px;
}
.news_recommend .recommend_box .item .item-box .info .box {
  height: 75px;
  display: table-cell;
  vertical-align: middle;
}
.news_recommend .recommend_box .item .item-box .info .title {
  font-size: 18px;
  color: #222222;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.news-list-2 {
  padding: 80px 0 10px;
}
.news-list-2 .item {
  margin-bottom: 30px;
  background: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.news-list-2 .item:hover {
  -webkit-box-shadow: 0px 12px 23.75px 1.25px rgba(255, 10, 0, 0.13);
  -moz-box-shadow: 0px 12px 23.75px 1.25px rgba(255, 10, 0, 0.13);
  -ms-box-shadow: 0px 12px 23.75px 1.25px rgba(255, 10, 0, 0.13);
  -o-box-shadow: 0px 12px 23.75px 1.25px rgba(255, 10, 0, 0.13);
  box-shadow: 0px 12px 23.75px 1.25px rgba(255, 10, 0, 0.13);
  background: #bb2822;
}
.news-list-2 .item:hover a .item-img img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.news-list-2 .item:hover a .item-info .date {
  color: #ffffff;
  background: url(../images/ic/ic_26_on.png) no-repeat left center;
}
.news-list-2 .item:hover a .item-info .title {
  color: #ffffff;
}
.news-list-2 .item:hover a .item-info .synopsis {
  color: rgba(255, 255, 255, 0.7);
}
.news-list-2 .item a {
  display: block;
  padding: 30px;
  overflow: hidden;
}
.news-list-2 .item a .item-img {
  float: right;
  width: 230px;
  height: 170px;
  overflow: hidden;
}
.news-list-2 .item a .item-img img {
  width: 100%;
  min-height: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.news-list-2 .item a .item-info {
  padding-right: 310px;
  padding-top: 18px;
}
.news-list-2 .item a .item-info .date {
  font-size: 18px;
  color: #bb2822;
  background: url(../images/ic/ic_26.png) no-repeat left center;
  padding-left: 24px;
  line-height: 14px;
}
.news-list-2 .item a .item-info .title {
  font-size: 24px;
  color: #222222;
  margin-top: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.news-list-2 .item a .item-info .synopsis {
  font-size: 18px;
  color: #666666;
  margin-top: 16px;
  text-indent: 32px;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.news-box-1 {
  padding-top: 80px;
}
.news-special {
  padding: 80px 0 60px;
  overflow: hidden;
}
.news-special .item {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  position: relative;
}
.news-special .item:nth-child(3n) {
  margin-right: 0;
}
.news-special .item .item-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.news-special .item .item-img .img-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 230px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.news-special .item .item-img img {
  width: 100%;
  display: none;
}
.news-special .item .item-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.news-special .item:hover .item-img .img-box {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.news-special .item:hover .item-img::after {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.news-special .item:hover .item-info .title {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.news-special .item:hover .item-info .icon {
  height: 0;
  margin: 0;
}
.news-special .item * {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.news-special .item .item-info {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  padding: 0 30px;
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%);
}
.news-special .item .item-info .title {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.4;
}
.news-special .item .item-info .icon {
  margin-top: 26px;
  overflow: hidden;
}
.news-special-title {
  overflow: hidden;
}
.news-special-title h3 {
  float: left;
  color: #222222;
  font-size: 30px;
  font-weight: bold;
  line-height: 48px;
  position: relative;
  padding-left: 33px;
}
.news-special-title h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 28px;
  margin-top: -14px;
  background: #bb2822;
}
.news-special-title a {
  float: right;
  width: 150px;
  border: 1px solid #dcdcdc;
  line-height: 48px;
  background: #ffffff;
  text-align: center;
  color: #222222;
  font-size: 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.news-special-title a:hover {
  background: #bb2822;
  color: #ffffff;
  border-color: #bb2822;
}
.special-box {
  padding: 90px 0 120px;
}
.special-box .news-list-2 {
  padding: 50px 0 20px;
}
.news-notice {
  padding: 40px 0 120px;
}
.news-notice .news-list-1 {
  margin-top: 40px;
}
.news-video {
  padding: 80px 0 120px;
  overflow: hidden;
}
.news-video .list {
  padding-bottom: 20px;
}
.news-video .item {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  background: #ffffff;
  position: relative;
  max-height: 395.72px;
}
.news-video .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #bb2822;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.news-video .item:nth-child(3n) {
  margin-right: 0;
}
.news-video .item .item-img {
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.news-video .item .item-img img {
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.news-video .item .item-img::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 68px;
  height: 68px;
  background: url(../images/ic/ic_28.png) no-repeat center center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.news-video .item .item-info {
  padding: 30px;
  height: 180px;
}
.news-video .item .item-info .date {
  color: #bb2822;
  font-size: 18px;
  line-height: 1.2;
}
.news-video .item .item-info .title {
  font-size: 20px;
  color: #222222;
  line-height: 1.4;
  margin-top: 15px;
  text-align: justify;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-video .item:hover {
  -webkit-box-shadow: 0px 12px 23.75px 1.25px rgba(255, 10, 0, 0.13);
  -moz-box-shadow: 0px 12px 23.75px 1.25px rgba(255, 10, 0, 0.13);
  -ms-box-shadow: 0px 12px 23.75px 1.25px rgba(255, 10, 0, 0.13);
  -o-box-shadow: 0px 12px 23.75px 1.25px rgba(255, 10, 0, 0.13);
  box-shadow: 0px 12px 23.75px 1.25px rgba(255, 10, 0, 0.13);
}
.news-video .item:hover::after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.news-video .item:hover .item-img::after {
  background: url(../images/ic/ic_28-on.png) no-repeat center center;
}
.news-video .item:hover .item-img img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.news-video .item:hover .item-info .title {
  color: #bb2822;
}
.page-building-news {
  overflow: hidden;
  background: #f5f5f5;
  padding: 80px 0px 120px;
}
.page-building-news .page-building-first .page_wrap {
  position: relative;
  overflow: hidden;
}
.page-building-news .page-building-first .page_wrap .page-building-container {
  margin: 0 -10px;
}
.page-building-news .page-building-first .page_wrap .swiper-slide {
  padding: 0 10px;
  overflow: hidden;
  box-sizing: border-box;
}
.page-building-news .page-building-first .building-fix {
  position: absolute;
  left: 50%;
  bottom: 15%;
  width: 50%;
  z-index: 99;
}
.page-building-news .page-building-first .building-fix .building-pagination {
  padding: 0 7.2% 0;
  text-align: left;
  margin: 0;
}
.page-building-news .page-building-first .item {
  overflow: hidden;
  background: #ffffff;
  position: relative;
}
.page-building-news .page-building-first .item:hover .item-img img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.page-building-news .page-building-first .item:hover .item-info .title {
  color: #bb2822;
}
.page-building-news .page-building-first .item .box {
  padding: 12% 7.2% 0 7.2%;
}
.page-building-news .page-building-first .item a {
  position: relative;
  z-index: 9;
  display: block;
}
.page-building-news .page-building-first .item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background: url(../images/bg/bg23.jpg) no-repeat left bottom;
  background-size: 100% auto;
}
.page-building-news .page-building-first .item .item-img {
  float: left;
  width: 50%;
  overflow: hidden;
}
.page-building-news .page-building-first .item .item-img img {
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page-building-news .page-building-first .item .item-info {
  padding-left: 50%;
}
.page-building-news .page-building-first .item .item-info .date {
  color: #bc2822;
  font-size: 18px;
  line-height: 1;
}
.page-building-news .page-building-first .item .item-info .title {
  font-size: 24px;
  color: #222222;
  margin-top: 24px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page-building-news .page-building-first .item .item-info .synopsis {
  font-size: 18px;
  color: #3c3c3c;
  line-height: 1.6;
  margin-top: 24px;
  text-indent: 36px;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.building-list {
  overflow: hidden;
  padding: 80px 0 0;
}
.building-list .list {
  padding-bottom: 30px;
}
.building-list .list .item {
  height: 296px;
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.building-list .list .item a {
  display: block;
}
.building-list .list .item:nth-child(3n) {
  margin-right: 0;
}
.building-list .list .item * {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.building-list .list .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e3e7eb;
}
.building-list .list .item .item-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #666;
  opacity: 0;
  filter: alpha(opacity=0);
}
.building-list .list .item .item-box {
  position: relative;
  z-index: 9;
  padding: 8%;
}
.building-list .list .item .item-box .date {
  font-size: 18px;
  color: #bc2822;
  line-height: 1;
}
.building-list .list .item .item-box .title {
  color: #222222;
  font-size: 24px;
  line-height: 1.2;
  margin-top: 30px;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.building-list .list .item .item-box .synopsis {
  margin-top: 20px;
  font-size: 18px;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.6;
  text-indent: 36px;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.building-list .list .item:hover {
  -webkit-box-shadow: 0px 25px 47.5px 2.5px rgba(247, 3, 0, 0.18);
  -moz-box-shadow: 0px 25px 47.5px 2.5px rgba(247, 3, 0, 0.18);
  -ms-box-shadow: 0px 25px 47.5px 2.5px rgba(247, 3, 0, 0.18);
  -o-box-shadow: 0px 25px 47.5px 2.5px rgba(247, 3, 0, 0.18);
  box-shadow: 0px 25px 47.5px 2.5px rgba(247, 3, 0, 0.18);
}
.building-list .list .item:hover::after {
  opacity: 0;
  filter: alpha(opacity=0);
}
.building-list .list .item:hover .item-img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.building-list .list .item:hover .item-box .date {
  color: #ffffff;
}
.building-list .list .item:hover .item-box .title {
  color: #ffffff;
}
.building-list .list .item:hover .item-box .synopsis {
  color: rgba(255, 255, 255, 0.8);
}
.buildingWork-list {
  overflow: hidden;
  background: #f5f5f5;
  padding: 80px 0px 120px;
}
.buildingWork-list .list {
  padding-bottom: 20px;
}
.buildingWork-list .list .item {
  background: #ffffff;
  overflow: hidden;
  padding: 30px;
  margin-bottom: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.buildingWork-list .list .item .item-img {
  float: left;
  width: 230px;
  height: 170px;
  overflow: hidden;
}
.buildingWork-list .list .item .item-img img {
  width: 100%;
  min-height: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.buildingWork-list .list .item .item-date {
  margin-top: 30px;
  float: right;
  width: 110px;
  height: 110px;
  background: #f6f6f6;
  color: #424242;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: right;
  line-height: 1;
  padding: 31.5px 18px 0 0;
}
.buildingWork-list .list .item .item-date .year {
  font-size: 18px;
}
.buildingWork-list .list .item .item-date .day {
  font-size: 24px;
  margin-top: 5px;
  font-weight: bold;
}
.buildingWork-list .list .item .item-box {
  padding: 0 260px 0 290px;
}
.buildingWork-list .list .item .item-box .box {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  height: 170px;
}
.buildingWork-list .list .item .item-box .box .title {
  font-size: 24px;
  color: #222222;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.buildingWork-list .list .item .item-box .box .synopsis {
  margin-top: 20px;
  font-size: 18px;
  color: #1c1c1c;
  text-align: justify;
  line-height: 1.6;
  text-indent: 36px;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.buildingWork-list .list .item:hover {
  box-shadow: 0px 12px 23.75px 1.25px rgba(255, 10, 0, 0.13);
}
.buildingWork-list .list .item:hover .item-img img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.buildingWork-list .list .item:hover .item-date {
  background: #bb2822;
  color: #ffffff;
}
.buildingWork-list .list .item:hover .item-box .box .title {
  color: #bb2822;
}
.buildingWork-list .list .item:hover .item-box .box .synopsis {
  color: #bb2822;
}
.buildingspecial-list {
  overflow: hidden;
  background: #f5f5f5;
  padding: 80px 0px 100px;
}
.buildingspecial-list .list .item {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  position: relative;
}
.buildingspecial-list .list .item:nth-child(3n) {
  margin-right: 0;
}
.buildingspecial-list .list .item * {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.buildingspecial-list .list .item:hover .item-img img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.buildingspecial-list .list .item:hover .item-img::after {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.buildingspecial-list .list .item:hover .item-box .title {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.buildingspecial-list .list .item:hover .item-box .icon {
  height: 0;
  margin: 0;
}
.buildingspecial-list .list .item.no-click:hover .item-img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.buildingspecial-list .list .item.no-click:hover .item-img::after {
  opacity: 0;
  filter: alpha(opacity=0);
}
.buildingspecial-list .list .item .item-img {
  position: relative;
  overflow: hidden;
}
.buildingspecial-list .list .item .item-img img {
  width: 100%;
}
.buildingspecial-list .list .item .item-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  filter: alpha(opacity=0);
}
.buildingspecial-list .list .item .item-box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.buildingspecial-list .list .item .item-box .title {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
}
.buildingspecial-list .list .item .item-box .icon {
  margin-top: 25px;
  overflow: hidden;
}
.buildingspecial-box {
  overflow: hidden;
  background: #f5f5f5;
  padding: 80px 0px 100px;
}
.buildingspecial-box .list {
  margin-top: 50px;
  padding-bottom: 20px;
}
.buildingspecial-box .list .item {
  background: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.buildingspecial-box .list .item .title {
  line-height: 32px;
}
.buildingspecial-box .list .item .title .date {
  float: right;
  color: #bb2822;
  font-size: 18px;
  font-weight: bold;
  margin-left: 40px;
}
.buildingspecial-box .list .item .title h3 {
  font-size: 28px;
  color: #222222;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.buildingspecial-box .list .item .synopsis {
  font-size: 18px;
  color: #666666;
  line-height: 1.4;
  margin-top: 25px;
  text-indent: 36px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.buildingspecial-box .list .item:hover {
  -webkit-box-shadow: 0px 12px 23.75px 1.25px rgba(255, 10, 0, 0.13);
  -moz-box-shadow: 0px 12px 23.75px 1.25px rgba(255, 10, 0, 0.13);
  -ms-box-shadow: 0px 12px 23.75px 1.25px rgba(255, 10, 0, 0.13);
  -o-box-shadow: 0px 12px 23.75px 1.25px rgba(255, 10, 0, 0.13);
  box-shadow: 0px 12px 23.75px 1.25px rgba(255, 10, 0, 0.13);
}
.buildingspecial-box .list .item:hover .title h3 {
  color: #bb2822;
}
.buildingspecial-box .list .item:hover .synopsis {
  color: #bb2822;
}
.buildingTeam-list {
  overflow: hidden;
  background: #f5f5f5;
  padding: 80px 0px 120px;
}
.buildingTeam-list .list {
  padding-bottom: 20px;
}
.buildingTeam-list .list .item {
  background: #ffffff;
  overflow: hidden;
  padding: 40px;
  margin-bottom: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.buildingTeam-list .list .item .item-date {
  float: left;
  width: 110px;
  height: 94px;
  background: #f6f6f6;
  color: #424242;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  line-height: 1;
}
.buildingTeam-list .list .item .item-date .year {
  font-size: 18px;
  border-top: 1px solid #ffffff;
  line-height: 30px;
}
.buildingTeam-list .list .item .item-date .day {
  font-size: 24px;
  line-height: 63px;
  font-weight: bold;
}
.buildingTeam-list .list .item .item-box {
  padding: 0 0 0 150px;
}
.buildingTeam-list .list .item .item-box .box {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  height: 94px;
}
.buildingTeam-list .list .item .item-box .box .title {
  font-size: 24px;
  color: #222222;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.buildingTeam-list .list .item .item-box .box .synopsis {
  margin-top: 18px;
  font-size: 18px;
  color: #666;
  text-align: justify;
  line-height: 1.333;
  text-indent: 36px;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.buildingTeam-list .list .item:hover {
  box-shadow: 0px 12px 23.75px 1.25px rgba(255, 10, 0, 0.13);
}
.buildingTeam-list .list .item:hover .item-img img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.buildingTeam-list .list .item:hover .item-date {
  background: #bb2822;
  color: #ffffff;
}
.buildingTeam-list .list .item:hover .item-box .box .title {
  color: #bb2822;
}
.buildingTeam-list .list .item:hover .item-box .box .synopsis {
  color: #bb2822;
}
.practice-list {
  overflow: hidden;
  background: #f5f5f5;
  padding: 80px 0px 120px;
}
.practice-list .list {
  padding-bottom: 20px;
}
.practice-list .list .item {
  background: #ffffff;
  overflow: hidden;
  padding: 40px 40px 40px 165px;
  margin-bottom: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.practice-list .list .item .item-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 165px;
  height: 100%;
  background: url(../images/ic/ic_29.png) no-repeat center center;
}
.practice-list .list .item .item-box .title {
  font-size: 24px;
  color: #222222;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.practice-list .list .item .item-box .synopsis {
  margin-top: 20px;
  font-size: 18px;
  color: #1c1c1c;
  text-align: justify;
  line-height: 1.6;
  text-indent: 36px;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.practice-list .list .item:hover {
  box-shadow: 0px 12px 23.75px 1.25px rgba(255, 10, 0, 0.13);
}
.practice-list .list .item:hover .item-box .box .title {
  color: #bb2822;
}
.practice-list .list .item:hover .item-box .box .synopsis {
  color: #bb2822;
}
.search-content {
  padding: 60px 0;
  overflow: hidden;
}
.search-content .search-form {
  position: relative;
}
.search-content .search-form .form-input {
  border: 1px solid #d0d0d0;
  width: 100%;
  overflow: hidden;
  padding-right: 260px;
  position: relative;
}
.search-content .search-form .form-input input {
  width: 100%;
  height: 80px;
  line-height: 80px;
  padding-left: 40px;
  font-size: 20px;
  color: #222222;
}
.search-content .search-form .form-input .close {
  position: absolute;
  right: 214px;
  top: 50%;
  margin-top: -10.5px;
  height: 21px;
  width: 21px;
  background: url(../images/ic/ic_31.png) no-repeat center center;
  cursor: pointer;
}
.search-content .search-form .form-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.search-content .search-form .form-btn button {
  background: #bb2822;
  height: 80px;
  width: 190px;
  color: #ffffff;
  cursor: pointer;
}
.search-content .search-form .form-btn button span {
  display: inline-block;
  line-height: 80px;
  font-size: 28px;
  height: 80px;
  padding-right: 60px;
  background: url(../images/ic/ic_30.png) no-repeat right center;
}
.page-search .search-keywords {
  color: #222222;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  padding: 74px 0 36px;
}
.page-search .search-keywords font {
  color: #bb2822;
}
.page-search .redkeywords {
  color: #bb2822;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page-search .news-list-1 .item:hover .redkeywords {
  color: #ffffff;
}
.page-map {
  overflow: hidden;
  background: #f5f5f5;
  padding: 80px 0px 120px;
}
.page-map .item {
  background: #ffffff;
  margin-bottom: 20px;
  padding: 30px 0;
}
.page-map .item .item-header {
  position: relative;
  float: left;
  width: 256px;
  text-align: center;
  background: url(../images/ic/ic_25.png) no-repeat right center;
}
.page-map .item .item-header h2 {
  color: #222222;
  font-size: 32px;
  font-weight: bold;
  line-height: 82px;
}
.page-map .item .item-header::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  width: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #bb2822;
}
.page-map .item .item-body {
  padding-left: 305px;
  height: 82px;
}
.page-map .item .item-body .box {
  display: table-cell;
  vertical-align: middle;
  height: 82px;
}
.page-map .item .item-body .box a {
  font-size: 20px;
  color: #222222;
  line-height: 2;
  float: left;
  margin-right: 49px;
  width: 130px;
  font-weight: bold;
}
.page-map .item .item-body .box a:hover {
  color: #bb2822;
  text-decoration: underline;
}
.page-cultural {
  overflow: hidden;
  background: #f5f5f5;
  padding: 80px 0px 120px;
}
.page-cultural .page-culturalFirst {
  background: #ffffff;
  position: relative;
}
.page-cultural .page-culturalFirst .fr .img .img-box {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-cultural .page-culturalFirst .fr .img .img-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.page-cultural .page-culturalFirst .fl {
  padding: 4.5% 5% 4.5% 3.6%;
  width: 50%;
}
.page-cultural .page-culturalFirst .fl h3 {
  color: #222222;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}
.page-cultural .page-culturalFirst .fl .img {
  margin-top: 20px;
}
.page-cultural .page-culturalFirst .fl .img img {
  max-width: 78%;
}
.page-cultural .page-culturalFirst .fl h4 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin-top: 7.8%;
}
.page-cultural .page-culturalFirst .fl h4::after {
  content: "";
  width: 30px;
  height: 5px;
  display: block;
  background: #da231c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-top: 20px;
}
.page-cultural .page-culturalFirst .fl .synopsis {
  font-size: 18px;
  text-align: justify;
  line-height: 1.333;
  text-indent: 36px;
  color: #1c1c1c;
  margin-top: 20px;
}
.page-cultural .page-culturalList {
  margin-top: 60px;
}
.page-cultural .page-culturalList .item {
  float: left;
  width: 49.3%;
  margin-right: 1.4%;
  background: #ffffff;
}
.page-cultural .page-culturalList .item:nth-child(2n) {
  margin-right: 0;
}
.page-cultural .page-culturalList .item .item-header {
  background: #bb2822;
  text-align: center;
  font-size: 0;
  position: relative;
  padding: 40px 0;
}
.page-cultural .page-culturalList .item .item-header::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.5px;
  margin-left: -200px;
  width: 400px;
  height: 1px;
  background: #dddddd;
}
.page-cultural .page-culturalList .item .item-header h2 {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 32px;
  color: #ffffff;
  line-height: 1;
  background: #bb2822;
  padding: 0 30px;
}
.page-cultural .page-culturalList .item .item-body {
  background: #f5f5f5;
}
.page-cultural .page-culturalList .item .item-body ul li {
  background: #ffffff;
  height: 171px;
  width: 49.8%;
  float: left;
  margin-right: 0.4%;
  margin-top: 0.4%;
  text-align: center;
  display: table;
  position: relative;
  cursor: pointer;
}
.page-cultural .page-culturalList .item .item-body ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page-cultural .page-culturalList .item .item-body ul li:hover::before {
  border-color: #bb2822;
  -webkit-box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
  -moz-box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
  -ms-box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
  -o-box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
  box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
}
.page-cultural .page-culturalList .item .item-body ul li:nth-child(2n) {
  margin-right: 0;
}
.page-cultural .page-culturalList .item .item-body ul li .box {
  position: relative;
  z-index: 9;
  width: 100%;
  display: table-cell;
  height: 171px;
  vertical-align: middle;
  color: #222222;
}
.page-cultural .page-culturalList .item .item-body ul li .box h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.2;
}
.page-cultural .page-culturalList .item .item-body ul li .box p {
  font-size: 18px;
  line-height: 1.5;
}
.page-cultural-header {
  background: #ffffff;
  text-align: center;
  font-size: 0;
  position: relative;
}
.page-cultural-header::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.5px;
  margin-left: -354px;
  width: 708px;
  height: 1px;
  background: #dddddd;
}
.page-cultural-header h2 {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  color: #222222;
  line-height: 1;
  background: #ffffff;
  padding: 0 30px;
}
.page-cultural-ftitle {
  text-align: center;
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
  color: #222222;
}
.page-cultural-linian {
  padding: 100px 0;
  overflow: hidden;
}
.page-cultural-linian .list {
  font-size: 0;
  text-align: center;
  margin: 0 -0.5%;
  margin-top: 40px;
}
.page-cultural-linian .list .item {
  display: inline-block;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 24%;
  margin: 0 0.5%;
  margin-bottom: 1.3%;
  background: #f9f9f9;
  height: 160px;
  padding: 40px 30px;
  position: relative;
  font-size: 0;
}
.page-cultural-linian .list .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #f9f9f9;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page-cultural-linian .list .item:hover::before {
  border-color: #bb2822;
  -webkit-box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
  -moz-box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
  -ms-box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
  -o-box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
  box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
}
.page-cultural-linian .list .item:hover .item-img::after {
  background: #bb2822;
  border-color: #bb2822;
}
.page-cultural-linian .list .item:hover .item-img .imgY {
  display: none;
}
.page-cultural-linian .list .item:hover .item-img .imgN {
  display: block;
}
.page-cultural-linian .list .item:hover .item-info h3 {
  color: #bb2822;
}
.page-cultural-linian .list .item .item-img {
  float: left;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;
  position: relative;
  overflow: hidden;
}
.page-cultural-linian .list .item .item-img img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.page-cultural-linian .list .item .item-img .imgN {
  display: none;
}
.page-cultural-linian .list .item .item-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 4px solid #d7d7d7;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page-cultural-linian .list .item .item-info {
  text-align: left;
  font-size: 24px;
  padding-left: 100px;
  padding-top: 18px;
}
.page-cultural-linian .list .item .item-info h3 {
  color: #222222;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page-cultural-linian .list .item .item-info .liner {
  width: 20px;
  height: 5px;
  background: #da231c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-top: 12px;
}
.page-cultural-xingwei {
  padding: 100px 0;
  overflow: hidden;
  background: #f5f5f5;
}
.page-cultural-xingwei .page-cultural-header {
  background: none;
}
.page-cultural-xingwei .page-cultural-header::after {
  background: #dddddd;
}
.page-cultural-xingwei .page-cultural-header h2 {
  background: #f5f5f5;
}
.page-cultural-xingwei .page-cultural-ftitle {
  margin-top: 40px;
}
.page-cultural-xingwei .list {
  margin-top: 40px;
}
.page-cultural-xingwei .list .item {
  float: left;
  width: 32.4%;
  margin-right: 1.4%;
}
.page-cultural-xingwei .list .item:nth-child(3n) {
  margin-right: 0;
}
.page-cultural-xingwei .list .item .item-header {
  line-height: 86px;
  color: #222222;
  font-size: 24px;
  text-align: center;
  background: #ffffff;
  font-weight: bold;
}
.page-cultural-xingwei .list .item ul li {
  position: relative;
}
.page-cultural-xingwei .list .item ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page-cultural-xingwei .list .item ul li:hover {
  z-index: 2;
}
.page-cultural-xingwei .list .item ul li:hover::before {
  border-color: #bb2822;
  -webkit-box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
  -moz-box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
  -ms-box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
  -o-box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
  box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
  background: #ffffff;
}
.page-cultural-xingwei .list .item-1 ul li {
  background: #ffffff;
  margin-top: 2px;
  color: #222222;
  height: 103px;
  width: 100%;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page-cultural-xingwei .list .item-1 ul li:hover {
  color: #bb2822;
}
.page-cultural-xingwei .list .item-1 ul li .box {
  height: 103px;
  width: 100%;
  position: relative;
}
.page-cultural-xingwei .list .item-1 ul li h3 {
  font-weight: bold;
  float: left;
  font-size: 24px;
  width: 110px;
  text-align: center;
  position: absolute;
  left: 0;
  width: 24.5%;
  top: 50%;
  line-height: 30px;
  margin-top: -15px;
}
.page-cultural-xingwei .list .item-1 ul li .info {
  font-size: 18px;
  padding-left: 24.5%;
  padding-right: 3%;
}
.page-cultural-xingwei .list .item-1 ul li .info .box {
  display: table-cell;
  vertical-align: middle;
  height: 103px;
  line-height: 1.4;
}
.page-cultural-xingwei .list .item-2 ul li {
  background: #ffffff;
  margin-top: 2px;
  color: #222222;
  height: 85.5px;
  width: 100%;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  line-height: 85.5px;
}
.page-cultural-xingwei .list .item-2 ul li:hover {
  color: #bb2822;
}
.page-cultural-xingwei .list .item-2 ul li h3 {
  font-weight: bold;
  font-size: 24px;
  position: relative;
  z-index: 2;
}
.page-cultural-xingwei .list .item-3 .item-list {
  position: relative;
}
.page-cultural-xingwei .list .item-3 .item-list::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #f5f5f5;
  top: 0;
  margin-left: -0.5px;
  z-index: 1;
}
.page-cultural-xingwei .list .item-3 .item-list ul li {
  float: left;
  background: #ffffff;
  margin-top: 2px;
  color: #222222;
  height: 103px;
  width: 50%;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  line-height: 103px;
}
.page-cultural-xingwei .list .item-3 .item-list ul li:hover {
  color: #bb2822;
}
.page-cultural-xingwei .list .item-3 .item-list ul li h3 {
  font-weight: bold;
  font-size: 24px;
  position: relative;
  z-index: 2;
}
.page-cultural-biaozhi {
  padding: 140px 0;
  overflow: hidden;
  background: url(../images/bg/bg24.png) no-repeat center center;
  height: 789px;
}
.page-cultural-biaozhi .page-cultural-header2 {
  text-align: center;
  font-size: 0;
  position: relative;
}
.page-cultural-biaozhi .page-cultural-header2 h2 {
  width: 624px;
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  color: #222222;
  line-height: 1;
}
.page-cultural-biaozhi .page-cultural-header2 h2::after,
.page-cultural-biaozhi .page-cultural-header2 h2::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  width: 200px;
  height: 1px;
  background: #dddddd;
}
.page-cultural-biaozhi .page-cultural-header2 h2::after {
  left: 0;
}
.page-cultural-biaozhi .page-cultural-header2 h2::before {
  right: 0;
}
.page-cultural-biaozhi .biaozhi_box {
  margin-top: 60px;
}
.page-cultural-biaoshi {
  padding: 75px 0 155px;
  overflow: hidden;
  background: #f5f5f5;
}
.page-cultural-biaoshi .biaoshi-list {
  margin-top: 40px;
}
.page-cultural-biaoshi .biaoshi-list .item {
  float: left;
  background: #ffffff;
  width: 23.35%;
  margin-right: 2.2%;
  color: #222222;
  font-size: 18px;
  line-height: 1.6;
  padding: 30px;
  text-align: justify;
  text-indent: 36px;
  position: relative;
}
.page-cultural-biaoshi .biaoshi-list .item:nth-child(4n) {
  margin-right: 0;
}
.page-cultural-biaoshi .biaoshi-list .item:last-child {
  background: url(../images/bg/bg25.png) no-repeat center bottom #fff;
  background-size: 96% auto;
}
.page-cultural-biaoshi .biaoshi-list .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page-cultural-biaoshi .biaoshi-list .item:hover {
  z-index: 2;
}
.page-cultural-biaoshi .biaoshi-list .item:hover::before {
  border-color: #bb2822;
  -webkit-box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
  -moz-box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
  -ms-box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
  -o-box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
  box-shadow: 0px 10px 23.75px 1.25px rgba(234, 29, 20, 0.18);
}
.page-link {
  background: #f5f5f5;
  padding-bottom: 60px;
}
.page-link .energy-box {
  overflow: inherit;
}
.page-link .energy-box .energy-relevant {
  margin-top: 10px;
}
.footer_fix {
  position: absolute;
  right: 0;
  top: 300px;
  width: 300px;
  z-index: 999;
}
.footer_fix .fix-title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 50px;
  background: #bb2822;
  color: #ffffff;
}
.footer_fix .fix-info {
  border: 1px solid #bb2822;
  background: #ffffff;
  text-align: justify;
  font-size: 14px;
  line-height: 1.8;
  padding: 20px;
  color: #333;
}
.footer_fix .fix-close {
  position: absolute;
  background: url(../images/ic/ic_32.png) no-repeat center center;
  background-size: 100% auto;
  height: 50px;
  top: 0;
  right: 20px;
  width: 15px;
  cursor: pointer;
}
.footer_fix .fix-img {
  background: #fff;
  padding: 40px 10px 20px;
  -webkit-box-shadow: 0px 0 10px 1px rgba(234, 29, 20, 0.18);
  -moz-box-shadow: 0px 0 10px 1px rgba(234, 29, 20, 0.18);
  -ms-box-shadow: 0px 0 10px 1px rgba(234, 29, 20, 0.18);
  -o-box-shadow: 0px 0 10px 1px rgba(234, 29, 20, 0.18);
  box-shadow: 0px 0 10px 1px rgba(234, 29, 20, 0.18);
}
.footer_fix .fix-img img {
  width: 100%;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
  max-width: 88%;
}
.page_wrap {
  width: 1200px;
  margin: 0 auto;
  max-width: 88%;
}
.i_banner .ibanner_box {
  position: relative;
}
.i_banner .ibanner_box .iteam .i_banner_box .wrap {
  margin: 0 auto;
}
.i_banner .ibanner_box .iteam .i_banner_box .wrap .cover_title01 {
  font-size: 40px;
}
.i_banner .ibanner_box .iteam .i_banner_box .wrap .cover_title02 {
  font-size: 18px;
  margin-top: 30px;
}
.i_banner
  .ibanner_box
  .iteam.iteam-first
  .i_banner_box
  .wrap
  .cover_title01:nth-child(2) {
  text-indent: 80px;
}
.i_banner
  .ibanner_box
  .iteam.iteam-first
  .i_banner_box
  .wrap
  .cover_title01:nth-child(3) {
  text-indent: 160px;
}
.i_banner .ibanner_box .iteam.iteam-center .i_banner_box .wrap {
  margin: 0 auto;
}
.i_banner .ibanner_box .iteam.iteam-center .i_banner_box .wrap .cover_title01 {
  font-size: 50px;
}
.i_banner .ibanner_box .iteam.iteam-center .i_banner_box .wrap .cover_title02 {
  font-size: 20px;
  margin-top: 30px;
}
.i_banner .ibanner-fix {
  margin-top: -90px;
}
.i_banner .ibanner-fix .circleProgress_wrapper {
  width: 170px;
  height: 180px;
}
.i_banner .ibanner-fix .wrapper-border {
  width: 170px;
  height: 170px;
  border: 5px solid rgba(255, 255, 255, 0.5);
}
.i_banner .ibanner-fix .wrapper {
  width: 85px;
  height: 180px;
}
.i_banner .ibanner-fix .circleProgress {
  width: 170px;
  height: 170px;
  border: 5px solid transparent;
  -webkit-transform: rotate(-135deg);
}
.i_banner .ibanner-fix .rightcircle {
  border-top: 5px solid #bb2822;
  border-right: 5px solid #bb2822;
  right: 0;
}
.i_banner .ibanner-fix .leftcircle {
  border-bottom: 5px solid #bb2822;
  border-left: 5px solid #bb2822;
  left: 0;
}
.i_banner .ibanner-fix .ibanner_num {
  font-size: 50px;
  line-height: 170px;
}
.ibanner-notice {
  height: 60px;
  line-height: 60px;
}
.ibanner-notice .notice-container {
  height: 60px;
}
.ibanner-notice .notice-box {
  padding-left: 180px;
}
.ibanner-notice .notice-box .item div {
  font-size: 20px;
  line-height: 60px;
  height: 60px;
  max-width: 75%;
}
.ibanner-notice .notice-box .item .date {
  margin-left: 20px;
}
.sitepage-content .wrap {
  width: 1200px;
}
.index-title {
  padding-left: 40px;
}
.index-title .title h3 {
  font-size: 40px;
}
.index-title .title p {
  font-size: 18px;
  margin-top: 10px;
}
.index-title .more {
  padding-bottom: 8px;
}
.index-title .more .item {
  width: 140px;
  margin-right: 10px;
}
.index-title .more .item a {
  line-height: 50px;
  border-radius: 50px;
  font-size: 18px;
}
.index_news {
  overflow: hidden;
  background: #eeeeee;
  padding: 70px 0 70px;
}
.index_news .news_box {
  padding-top: 30px;
}
.index_news .news_box .news_box_fl {
  height: 470px;
}
.index_news .news_box .news_box_fl .img {
  height: 470px;
}
.index_news .news_box .news_box_fl .info {
  padding: 40px 20px 20px;
}
.index_news .news_box .news_box_fl .info .date {
  line-height: 40px;
  padding: 0 15px;
  border-radius: 5px;
  top: -20px;
}
.index_news .news_box .news_box_fl .info .date span {
  padding-left: 23px;
}
.index_news .news_box .news_box_fl .info .title {
  font-size: 20px;
}
.index_news .news_box .news_box_fr .list {
  padding-bottom: 10px;
}
.index_news .news_box .news_box_fr .list .item {
  padding: 15px 20px;
  margin-bottom: 8px;
  height: auto;
}
.index_news .news_box .news_box_fr .list .item .title {
  line-height: 42px;
}
.index_news .news_box .news_box_fr .list .item .title h3 {
  font-size: 18px;
}
.index_news .news_box .news_box_fr .list .item .title span {
  font-size: 16px;
}
.index_news .news_box .news_box_fr .list .item .synopsis {
  font-size: 16px;
  margin-top: 10px;
  text-indent: 32px;
}
.index_news .news_box .news-special .item .item-img .img-box {
  height: 246px;
}
.index_business {
  padding: 70px 0 80px;
}
.index_business .business_box {
  margin-top: 40px;
}
.index_business .business_box .business-container {
  overflow: hidden;
}
.index_business .business_box .swiper-pagination {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  position: static;
}
.index_business .business_box .swiper-pagination-bullet {
  background: url(../images/ic/ic_2-1.png) no-repeat center center;
  margin: 0 5px;
}
.index_business .business_box .swiper-pagination-bullet-active {
  background: url(../images/ic/ic_2-on.png) no-repeat center center;
}
.index_business .business_box .box {
  overflow: hidden;
}
.index_business .business_box .box .item {
  float: left;
  width: 32%;
  margin-right: 2%;
  height: 520px;
  position: relative;
}
.index_business .business_box .box .item:nth-child(3n) {
  margin-right: 0;
}
.index_business .business_box .box .item.item_2 .item_box {
  position: absolute;
  left: 0;
  width: 100%;
  height: 48%;
}
.index_business .business_box .box .item.item_2 .item_box:last-child {
  bottom: 0;
}
.index_business .business_box .box .item .item_box {
  height: 520px;
}
.index_business .business_box .box .item .item_box .info {
  padding: 20px 6%;
}
.index_business .business_box .box .item .item_box .info .title {
  position: relative;
  padding-top: 34px;
}
.index_business .business_box .box .item .item_box .info .title::after {
  width: 25px;
  height: 5px;
}
.index_business .business_box .box .item .item_box .info .title .ftitle {
  font-size: 22px;
}
.index_business .business_box .box .item .item_box .info .title h3 {
  font-size: 26px;
  margin-top: 12px;
}
.index_business .business_box .box .item .item_box .info .liner {
  margin: 24px 0;
}
.index_business .business_box .box .item .item_box .info .more {
  font-size: 16px;
}
.footer .footerA {
  padding: 60px 0 40px;
}
.footer .footerA .wrap {
  position: relative;
  overflow: hidden;
}
.footer .footerA .wrap::after,
.footer .footerA .wrap::before {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: #d9d9d9;
}
.footer .footerA .wrap::after {
  left: 33.3333%;
}
.footer .footerA .wrap::before {
  right: 27.6667%;
}
.footer .footerA .footerA_fl {
  width: 33.3333%;
  padding-right: 3%;
}
.footer .footerA .footerA_fl .footerA_logo img {
  max-width: 100%;
}
.footer .footerA .footerA_fl .footerA_contact {
  padding: 30px 0 0 45px;
}
.footer .footerA .footerA_fl .footerA_contact .item {
  font-size: 16px;
  background-repeat: no-repeat;
  background-position: left 0;
  background-size: 25px auto;
  padding-left: 40px;
  margin-bottom: 20px;
  min-height: 31px;
}
.footer .footerA .footerA_link {
  width: 39%;
  padding: 0 3%;
}
.footer .footerA .footerA_link .footerA_link_title {
  font-size: 24px;
  line-height: 1.2;
  line-height: 70px;
}
.footer .footerA .footerA_link .footerA_link_list {
  overflow: hidden;
  padding-top: 10px;
}
.footer .footerA .footerA_link .footerA_link_list .item {
  float: left;
  width: 33.33%;
  margin-top: 20px;
}
.footer .footerA .footerA_link .footerA_link_list .item a {
  font-size: 16px;
  padding-left: 20px;
}
.footer .footerA .footerA_link .list {
  margin-top: 10px;
}
.footer .footerA .footerA_link .list .item {
  margin-top: 20px;
  overflow: hidden;
}
.footer .footerA .footerA_link .list .item select {
  height: 50px;
  padding: 0 77px 0 20px;
  font-size: 16px;
}
.footer .footerA .footerA_link .list .item::after {
  content: "";
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 57px;
  background: url(../images/footer/6.png) no-repeat center center #fff;
  pointer-events: none;
}
.footer .footerA .footerA_fr .footerA_btn a {
  height: 46px;
  -webkit-border-radius: 46px;
  -moz-border-radius: 46px;
  -ms-border-radius: 46px;
  -o-border-radius: 46px;
  border-radius: 46px;
  line-height: 46px;
}
.footer .footerA .footerA_fr .footerA_btn a span {
  font-size: 16px;
  padding-left: 25px;
}
.footer .footerA .footerA_fr .footerA_ewm {
  padding-top: 20px;
}
.footer .footerA .footerA_fr .footerA_ewm .item h3 {
  font-size: 16px;
  margin-top: 20px;
}
.footer .footerB {
  padding: 45px 0;
}
.footer .footerB .footer-nav {
  font-size: 0;
}
.footer .footerB .footer-nav a {
  font-size: 18px;
  margin: 0 20px;
}
.footer .footerB .footer_icp {
  margin-top: 10px;
  font-size: 16px;
}
.footer .footerB .footer_people {
  margin-top: 20px;
  font-size: 18px;
}
.energy-list .item .item-info .item-info-box .title {
  font-size: 24px;
}
.energy-list .item .item-info .item-info-box .synopsis {
  font-size: 16px;
}
.finance-list {
  overflow: hidden;
  padding-bottom: 40px;
}
.finance-list .item .item-info .item-info-box {
  position: relative;
  height: 340px;
  padding: 68px 8% 8%;
}
.finance-list .item .item-info .item-info-box .icon {
  width: 80px;
  height: 80px;
  top: -40px;
  margin-left: -40px;
}
.finance-list .item .item-info .item-info-box .title {
  font-size: 24px;
}
.finance-list .item .item-info .item-info-box .liner {
  width: 30px;
  height: 5px;
  margin: 20px auto;
}
.finance-list .item .item-info .item-info-box .synopsis {
  font-size: 16px;
  line-height: 1.6;
}
.news-list-1 .item {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.news-list-1 .item a {
  display: block;
  padding: 30px;
}
.news-list-1 .item:hover {
  background: #bb2822;
  -webkit-box-shadow: 0px 12px 23.75px 1.25px rgba(255, 10, 0, 0.13);
  -moz-box-shadow: 0px 12px 23.75px 1.25px rgba(255, 10, 0, 0.13);
  -ms-box-shadow: 0px 12px 23.75px 1.25px rgba(255, 10, 0, 0.13);
  -o-box-shadow: 0px 12px 23.75px 1.25px rgba(255, 10, 0, 0.13);
  box-shadow: 0px 12px 23.75px 1.25px rgba(255, 10, 0, 0.13);
}
.news-list-1 .item:hover .date {
  color: #ffffff;
}
.news-list-1 .item:hover .date::before {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.news-list-1 .item:hover .info .title {
  color: #ffffff;
}
.news-list-1 .item:hover .info .synopsis {
  color: #ffffff;
}
.news-list-1 .item .date {
  float: left;
  width: 153px;
  padding-right: 46px;
  text-align: right;
  line-height: 1;
  height: 82px;
  padding-top: 12px;
}
.news-list-1 .item .date .year {
  font-size: 18px;
}
.news-list-1 .item .date .day {
  font-size: 32px;
}
.news-list-1 .item .info {
  padding-left: 193px;
  height: 82px;
}
.news-list-1 .item .info .box {
  height: 82px;
}
.news-list-1 .item .info .title {
  font-size: 20px;
}
.news-list-1 .item .info .synopsis {
  margin-top: 10px;
  font-size: 16px;
  text-indent: 32px;
}
.news-list-2 {
  padding: 80px 0 10px;
}
.news-list-2 .item a .item-info {
  padding-right: 310px;
  padding-top: 18px;
}
.news-list-2 .item a .item-info .date {
  font-size: 18px;
  color: #bb2822;
  background: url(../images/ic/ic_26.png) no-repeat left center;
  padding-left: 24px;
  line-height: 14px;
}
.news-list-2 .item a .item-info .title {
  font-size: 20px;
}
.news-list-2 .item a .item-info .synopsis {
  font-size: 16px;
  text-indent: 32px;
}
.news-special .item .item-info .title {
  font-size: 22px;
}
.news-special .item .item-info .icon {
  margin-top: 26px;
}
.news-video .item .item-info {
  padding: 30px;
  height: 180px;
}
.news-video .item .item-info .date {
  font-size: 18px;
}
.news-video .item .item-info .title {
  font-size: 18px;
  margin-top: 15px;
}
.page-building-news .page-building-first .building-fix {
  position: absolute;
  left: 50%;
  bottom: 15%;
  width: 50%;
  z-index: 99;
}
.page-building-news .page-building-first .building-fix .building-pagination {
  padding: 0 7.2% 0;
  text-align: left;
  margin: 0;
}
.page-building-news .page-building-first .item .item-info {
  padding-left: 50%;
}
.page-building-news .page-building-first .item .item-info .date {
  font-size: 16px;
}
.page-building-news .page-building-first .item .item-info .title {
  font-size: 20px;
  margin-top: 24px;
}
.page-building-news .page-building-first .item .item-info .synopsis {
  font-size: 16px;
  margin-top: 24px;
  text-indent: 36px;
}
.building-list {
  overflow: hidden;
  padding: 80px 0 0;
}
.building-list .list {
  padding-bottom: 30px;
}
.building-list .list .item .item-box .date {
  font-size: 16px;
}
.building-list .list .item .item-box .title {
  font-size: 20px;
  margin-top: 26px;
}
.building-list .list .item .item-box .synopsis {
  margin-top: 16px;
  font-size: 16px;
  text-indent: 32px;
  line-height: 1.6;
  height: 76.8px;
  overflow: hidden;
}
.buildingWork-list .list {
  padding-bottom: 20px;
}
.buildingWork-list .list .item {
  padding: 30px;
  margin-bottom: 30px;
}
.buildingWork-list .list .item .item-date .year {
  font-size: 18px;
}
.buildingWork-list .list .item .item-date .day {
  font-size: 24px;
  margin-top: 5px;
}
.buildingWork-list .list .item .item-box {
  padding: 0 260px 0 290px;
}
.buildingWork-list .list .item .item-box .box {
  height: 170px;
}
.buildingWork-list .list .item .item-box .box .title {
  font-size: 20px;
}
.buildingWork-list .list .item .item-box .box .synopsis {
  margin-top: 20px;
  font-size: 16px;
  text-indent: 32px;
}
.buildingspecial-list {
  overflow: hidden;
  background: #f5f5f5;
  padding: 80px 0px 100px;
}
.buildingspecial-list .list .item .item-box .title {
  font-size: 20px;
}
.buildingspecial-list .list .item .item-box .icon {
  margin-top: 25px;
}
.buildingspecial-box .list {
  margin-top: 50px;
  padding-bottom: 20px;
}
.buildingspecial-box .list .item .title {
  line-height: 32px;
}
.buildingspecial-box .list .item .title .date {
  font-size: 16px;
  margin-left: 40px;
}
.buildingspecial-box .list .item .title h3 {
  font-size: 20px;
}
.buildingspecial-box .list .item .synopsis {
  font-size: 16px;
  margin-top: 25px;
  text-indent: 32px;
}
.buildingTeam-list .list .item .item-date {
  float: left;
  width: 110px;
  height: 94px;
}
.buildingTeam-list .list .item .item-date .year {
  font-size: 18px;
  border-top: 1px solid #ffffff;
  line-height: 30px;
}
.buildingTeam-list .list .item .item-date .day {
  font-size: 24px;
  line-height: 63px;
  font-weight: bold;
}
.buildingTeam-list .list .item .item-box {
  padding: 0 0 0 150px;
}
.buildingTeam-list .list .item .item-box .box {
  width: 100%;
  height: 94px;
}
.buildingTeam-list .list .item .item-box .box .title {
  font-size: 20px;
}
.buildingTeam-list .list .item .item-box .box .synopsis {
  margin-top: 18px;
  font-size: 16px;
  text-indent: 32px;
}
.page-cultural .page-culturalFirst .fl h3 {
  font-size: 26px;
}
.page-cultural .page-culturalFirst .fl h4 {
  font-size: 22px;
}
.page-cultural .page-culturalFirst .fl .synopsis {
  font-size: 16px;
  text-indent: 32px;
  margin-top: 20px;
}
.page-cultural .page-culturalList {
  margin-top: 60px;
}
.page-cultural .page-culturalList .item .item-header {
  padding: 40px 0;
}
.page-cultural .page-culturalList .item .item-header h2 {
  font-size: 30px;
  padding: 0 30px;
}
.page-cultural .page-culturalList .item .item-body ul li {
  height: 171px;
}
.page-cultural .page-culturalList .item .item-body ul li .box h3 {
  font-size: 20px;
}
.page-cultural .page-culturalList .item .item-body ul li .box p {
  font-size: 16px;
}
.page-cultural-header h2 {
  font-size: 36px;
  padding: 0 30px;
}
.page-cultural-ftitle {
  font-size: 28px;
}
.page-cultural-linian .list {
  margin: 0 -0.5%;
  margin-top: 40px;
}
.page-cultural-linian .list .item {
  height: 160px;
  padding: 40px 30px;
}
.page-cultural-linian .list .item .item-info {
  font-size: 20px;
}
.page-cultural-linian .list .item .item-info h3 {
  font-size: 20px;
}
.page-cultural-xingwei {
  padding: 100px 0;
}
.page-cultural-xingwei .page-cultural-ftitle {
  margin-top: 40px;
}
.page-cultural-xingwei .list {
  margin-top: 40px;
}
.page-cultural-xingwei .list .item .item-header {
  line-height: 86px;
  font-size: 22px;
}
.page-cultural-xingwei .list .item-1 ul li h3 {
  font-size: 20px;
  margin-top: -10px;
}
.page-cultural-xingwei .list .item-1 ul li .info {
  font-size: 16px;
  padding-left: 24.5%;
  padding-right: 2%;
}
.page-cultural-xingwei .list .item-2 ul li h3 {
  font-size: 20px;
}
.page-cultural-xingwei .list .item-3 .item-list ul li h3 {
  font-size: 20px;
}
.page-cultural-biaozhi {
  padding: 100px 0;
  overflow: hidden;
  background: url(../images/bg/bg24.png) no-repeat center center;
  height: 789px;
}
.page-cultural-biaozhi .page-cultural-header2 {
  text-align: center;
  font-size: 0;
  position: relative;
}
.page-cultural-biaozhi .page-cultural-header2 h2 {
  font-size: 36px;
}
.page-cultural-biaoshi {
  padding: 75px 0 100px;
  overflow: hidden;
  background: #f5f5f5;
}
.page-cultural-biaoshi .biaoshi-list {
  margin-top: 40px;
}
.page-cultural-biaoshi .biaoshi-list .item {
  font-size: 16px;
  padding: 30px;
  text-indent: 32px;
}
.practice-list .list .item .item-box .title {
  font-size: 20px;
}
.practice-list .list .item .item-box .synopsis {
  margin-top: 20px;
  font-size: 16px;
  text-indent: 32px;
}
@media only screen and (min-width: 320px) and (max-width: 360px) {
  html {
    font-size: 13.65px;
  }
}
@media only screen and (min-width: 360px) and (max-width: 375px) {
  html {
    font-size: 15.36px;
  }
}
@media only screen and (min-width: 375px) and (max-width: 390px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (min-width: 390px) and (max-width: 414px) {
  html {
    font-size: 16.64px;
  }
}
@media only screen and (min-width: 414px) and (max-width: 640px) {
  html {
    font-size: 17.664px;
  }
}
@media screen and (min-width: 640px) {
  html {
    font-size: 27.31px;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 12px;
  }
  body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .wrap,
  .page_wrap {
    padding-left: 5.335%;
    padding-right: 5.335%;
    width: auto;
    max-width: 100%;
  }
  .mr-10 {
    margin-right: 0;
  }
  .ml-10 {
    margin-left: 0;
  }
  .mt-10 {
    margin-top: 1rem;
  }
  .mb-10 {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    background-size: 100% auto;
  }
  .swiper-pagination-bullet-active {
    width: 1rem;
    background-size: 100% auto;
  }
  .i_banner .ibanner-paginationBox {
    width: 100%;
    bottom: 14%;
  }
  .i_banner .ibanner_box {
    position: relative;
  }
  .i_banner .ibanner_box .iteam .img .imgN {
    display: block;
  }
  .i_banner .ibanner_box .iteam .img .imgY {
    display: none;
  }
  .i_banner .ibanner_box .iteam .i_banner_box .wrap .cover_title01 {
    font-size: 1.462rem;
  }
  .i_banner .ibanner_box .iteam .i_banner_box .wrap .cover_title02 {
    font-size: 0.878rem;
    margin-top: 2rem;
  }
  .i_banner
    .ibanner_box
    .iteam.iteam-first
    .i_banner_box
    .wrap
    .cover_title01:nth-child(2) {
    text-indent: 2.924rem;
  }
  .i_banner
    .ibanner_box
    .iteam.iteam-first
    .i_banner_box
    .wrap
    .cover_title01:nth-child(3) {
    text-indent: 5.848rem;
  }
  .i_banner
    .ibanner_box
    .iteam.iteam-center
    .i_banner_box
    .wrap
    .cover_title01 {
    font-size: 2rem;
  }
  .i_banner
    .ibanner_box
    .iteam.iteam-center
    .i_banner_box
    .wrap
    .cover_title02 {
    font-size: 0.878rem;
    margin-top: 2rem;
  }
  .i_banner .ibanner-fix {
    width: 100%;
    top: auto;
    margin-top: 0;
    bottom: 20%;
  }
  .i_banner .ibanner-fix .circleProgress_wrapper {
    width: 4rem;
    height: 4rem;
    font-size: 0;
  }
  .i_banner .ibanner-fix .wrapper-border {
    width: 4rem;
    height: 4rem;
    border: 2px solid rgba(255, 255, 255, 0.5);
  }
  .i_banner .ibanner-fix .wrapper {
    width: 2rem;
    height: 4rem;
  }
  .i_banner .ibanner-fix .circleProgress {
    width: 4rem;
    height: 4rem;
    border: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
  }
  .i_banner .ibanner-fix .rightcircle {
    border-top: 2px solid #bb2822;
    border-right: 2px solid #bb2822;
  }
  .i_banner .ibanner-fix .leftcircle {
    border-bottom: 2px solid #bb2822;
    border-left: 2px solid #bb2822;
  }
  .i_banner .ibanner-fix .ibanner_num {
    font-size: 1.244rem;
    line-height: 4rem;
  }
  .ibanner-notice {
    height: 3rem;
    line-height: 3rem;
  }
  .ibanner-notice .notice-container {
    height: 3rem;
  }
  .ibanner-notice .notice-page {
    width: 0.8rem;
    right: 5.335%;
  }
  .ibanner-notice .notice-page div {
    position: absolute;
    left: 0;
    width: 100%;
    height: 40%;
    background-size: 1rem auto;
  }
  .ibanner-notice .notice-tit {
    font-size: 1.025rem;
    padding-left: 1.4rem;
    background-size: 1rem auto;
  }
  .ibanner-notice .notice-box {
    padding-left: 6rem;
  }
  .ibanner-notice .notice-box .item div {
    font-size: 0.878rem;
    line-height: 3rem;
    height: 3rem;
    max-width: 50%;
  }
  .ibanner-notice .notice-box .item .date {
    margin-left: 0.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .index-title {
    padding-left: 0;
  }
  .index-title .title {
    float: none;
  }
  .index-title .title h3 {
    font-size: 1.464rem;
  }
  .index-title .title p {
    font-size: 0.878rem;
    margin-top: 10px;
  }
  .index-title .more {
    margin-top: 1rem;
    float: none;
    padding-bottom: 8px;
    white-space: nowrap;
  }
  .index-title .more .box {
    max-width: 100%;
    overflow-x: scroll;
    padding-bottom: 1rem;
    text-align: center;
  }
  .index-title .more .box::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .index-title .more .box::-webkit-scrollbar-track {
    background-color: transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .index-title .more .box::-webkit-scrollbar-thumb {
    background-color: #bb2822;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 2px;
    height: 2px;
  }
  .index-title .more .item {
    width: 6.2rem;
    margin-right: 10px;
    display: inline-block;
    float: none;
  }
  .index-title .more .item a {
    line-height: 2.2rem;
    border-radius: 2.2rem;
    font-size: 0.878rem;
  }
  .index-more {
    display: block;
    float: none;
  }
  .index-more .index-more-a {
    float: none;
    display: block;
    margin: 1rem auto 1.5rem;
    font-size: 0.878rem;
    width: 7rem;
    height: auto;
    line-height: 2.3rem;
    -webkit-border-radius: 2.3rem;
    -moz-border-radius: 2.3rem;
    -ms-border-radius: 2.3rem;
    -o-border-radius: 2.3rem;
    border-radius: 2.3rem;
  }
  .index-more .index-more-a::after {
    border: 2px solid #d7d7d7;
    -webkit-border-radius: 2.3rem;
    -moz-border-radius: 2.3rem;
    -ms-border-radius: 2.3rem;
    -o-border-radius: 2.3rem;
    border-radius: 2.3rem;
  }
}
@media only screen and (max-width: 1024px) {
  .index_news {
    padding: 3rem 0 3rem;
  }
  .index_news .news_box {
    padding-top: 2rem;
  }
  .index_news .news_box .swiper-pagination {
    width: 100%;
    margin-top: 1rem;
  }
  .index_news .news_box .news_box_fl {
    float: none;
    width: 100%;
    height: auto;
  }
  .index_news .news_box .news_box_fl .img {
    height: 15rem;
  }
  .index_news .news_box .news_box_fl .info {
    padding: 1.5rem 1rem 1rem;
  }
  .index_news .news_box .news_box_fl .info .date {
    line-height: 2rem;
    padding: 0 15px;
    border-radius: 5px;
    top: -1rem;
    font-size: 0.732rem;
  }
  .index_news .news_box .news_box_fl .info .date span {
    padding-left: 23px;
  }
  .index_news .news_box .news_box_fl .info .title {
    font-size: 0.878rem;
    line-height: 1.4;
  }
  .index_news .news_box .news_box_fr {
    float: none;
    width: 100%;
  }
  .index_news .news_box .news_box_fr .list .item {
    padding: 1rem 1rem;
    margin-bottom: 0;
    margin-top: 1rem;
    height: auto;
  }
  .index_news .news_box .news_box_fr .list .item .title {
    line-height: 26px;
  }
  .index_news .news_box .news_box_fr .list .item .title h3 {
    font-size: 0.878rem;
  }
  .index_news .news_box .news_box_fr .list .item .title span {
    margin-left: 1rem;
    font-size: 0.805rem;
  }
  .index_news .news_box .news_box_fr .list .item .synopsis {
    font-size: 0.805rem;
    margin-top: 0.5rem;
    text-indent: 1.61rem;
  }
  .index_news .news_box .news-special {
    padding: 0;
  }
  .index_news .news_box .news-special .item .item-img .img-box {
    height: 10.8rem;
  }
  .index_business {
    padding: 3rem 0;
    background-size: 200% auto;
  }
  .index_business .business_box {
    margin-top: 1rem;
  }
  .index_business .business_box .swiper-pagination {
    width: 100%;
    margin-top: 1rem;
  }
  .index_business .business_box .box {
    overflow: hidden;
  }
  .index_business .business_box .box.m_box {
    display: block;
  }
  .index_business .business_box .box.pc_box {
    display: none;
  }
  .index_business .business_box .box .item {
    width: 49%;
    margin-right: 2%;
    height: 10rem;
    position: relative;
    margin-bottom: 2%;
  }
  .index_business .business_box .box .item:nth-child(3n) {
    margin-right: 2%;
  }
  .index_business .business_box .box .item:nth-child(2n) {
    margin-right: 0;
  }
  .index_business .business_box .box .item .item_box {
    width: 100%;
    height: 10rem;
  }
  .index_business .business_box .box .item .item_box .info {
    padding: 0.5rem 0.5rem;
  }
  .index_business .business_box .box .item .item_box .info .title {
    position: relative;
    padding-top: 0.8rem;
  }
  .index_business .business_box .box .item .item_box .info .title::after {
    width: 1.2rem;
    height: 3px;
  }
  .index_business .business_box .box .item .item_box .info .title .ftitle {
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
  }
  .index_business .business_box .box .item .item_box .info .title h3 {
    font-size: 0.878rem;
    margin-top: 0.5rem;
  }
  .index_business .business_box .box .item .item_box .info .liner {
    height: 1px;
    margin: 0.5rem 0;
  }
  .index_business .business_box .box .item .item_box .info .more {
    font-weight: normal;
    font-size: 0.5rem;
    background-size: auto 0.15rem;
    background-position: left center;
  }
  .index_building {
    padding: 3rem 0 3rem;
  }
  .index_building .building_box {
    padding-top: 0;
  }
  .index_building .building_box .pc_box {
    display: none;
  }
  .index_building .building_box .m_box {
    display: block;
  }
  .index_building .building_box .swiper-pagination {
    width: 100%;
    margin-top: 1rem;
  }
  .index_building .building_box .building-container {
    overflow: hidden;
    padding-top: 1rem;
  }
  .index_building .building_box .item {
    width: 100%;
  }
  .index_building .building_box .item .item-img img {
    width: 100%;
  }
  .index_building .building_box .item .item-box {
    padding: 1rem;
  }
  .index_building .building_box .item .item-box .title {
    font-size: 1.025rem;
  }
  .index_building .building_box .item .item-box .icon {
    margin-top: 1rem;
  }
  .backTop {
    top: -2.6rem;
    width: 2.2rem;
    height: 2.2rem;
    background-size: 100%;
  }
  .footer {
    border-top: 0.4rem solid #da231d;
  }
  .footer .footerA {
    padding: 0;
  }
  .footer .footerA .wrap::after,
  .footer .footerA .wrap::before {
    display: none;
  }
  .footer .footerA .footerA_fl {
    float: none;
    width: 100%;
    padding-right: 0;
    padding: 2rem 0 0.5rem;
  }
  .footer .footerA .footerA_fl .footerA_logo img {
    max-width: 50%;
  }
  .footer .footerA .footerA_fl .footerA_contact {
    padding: 2rem 0 0;
  }
  .footer .footerA .footerA_fl .footerA_contact .item {
    font-size: 0.878rem;
    background-position: left 0;
    background-size: 1.6rem auto;
    padding-top: 0.2rem;
    line-height: 1.2rem;
    padding-left: 2.6rem;
    margin-bottom: 1.5rem;
    min-height: 1.6rem;
  }
  .footer .footerA .footerA_link {
    float: none;
    width: 100%;
    border: 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 2rem 0;
  }
  .footer .footerA .footerA_link .footerA_link_title {
    font-size: 1.244rem;
    line-height: 1.2;
  }
  .footer .footerA .footerA_link .footerA_link_list {
    padding-top: 10px;
  }
  .footer .footerA .footerA_link .footerA_link_list .item {
    margin-top: 1rem;
  }
  .footer .footerA .footerA_link .footerA_link_list .item a {
    font-size: 0.878rem;
  }
  .footer .footerA .footerA_link .list {
    margin-top: 1rem;
  }
  .footer .footerA .footerA_link .list .item {
    margin-top: 1rem;
  }
  .footer .footerA .footerA_link .list .item select {
    height: 2.4rem;
    width: 100%;
    padding: 0 77px 0 1rem;
    font-size: 0.878rem;
  }
  .footer .footerA .footerA_link .list .item::after {
    width: 57px;
  }
  .footer .footerA .footerA_fr {
    float: none;
    width: 100%;
    padding-left: 0;
    padding: 2rem 0;
  }
  .footer .footerA .footerA_fr .footerA_btn a {
    width: 8rem;
    height: auto;
    -webkit-border-radius: 2.4rem;
    -moz-border-radius: 2.4rem;
    -ms-border-radius: 2.4rem;
    -o-border-radius: 2.4rem;
    border-radius: 2.4rem;
    margin-right: 1rem;
    line-height: normal;
  }
  .footer .footerA .footerA_fr .footerA_btn a span {
    font-size: 0.878rem;
    line-height: 2.4rem;
    padding-left: 1.6rem;
    background-size: auto 0.878rem;
  }
  .footer .footerA .footerA_fr .footerA_btn a:hover span {
    background-size: auto 0.878rem;
  }
  .footer .footerA .footerA_fr .footerA_ewm {
    padding-top: 1rem;
  }
  .footer .footerA .footerA_fr .footerA_ewm .item {
    float: left;
    width: 35.27%;
    margin-right: 5%;
  }
  .footer .footerA .footerA_fr .footerA_ewm .item h3 {
    font-size: 0.878rem;
    margin-top: 1.5rem;
  }
  .footer .footerB {
    padding: 2rem 0;
  }
  .footer .footerB .footer-nav {
    font-size: 0;
  }
  .footer .footerB .footer-nav a {
    font-size: 0.878rem;
    margin: 0 0.5rem;
  }
  .footer .footerB .footer_icp {
    margin-top: 10px;
    font-size: 0.805rem;
  }
  .footer .footerB .footer_icp span {
    margin: 0 0.2rem;
  }
  .footer .footerB .footer_people {
    margin-top: 1.2rem;
    font-size: 0.805rem;
  }
  .footer .footerB .footer_people span {
    margin: 0 0.3rem;
  }
  .page_ban {
    height: 24rem;
  }
  .page_ban h1 {
    font-size: 2rem;
    margin-top: -1rem;
  }
  .page_mbx {
    margin-top: -3rem;
  }
  .page_mbx span {
    font-size: 0.732rem;
    margin: 0 0.5rem;
  }
  .page_mbx a {
    font-size: 0.732rem;
  }
  .page_mbx .box {
    line-height: 3rem;
    height: 3rem;
    padding-left: 36px;
    background-size: auto 0.9rem;
  }
  .category {
    width: 100%;
    height: auto;
    background: none;
    margin-top: 0;
    border: 0;
  }
  .category .page_wrap {
    padding: 0;
  }
  .category .page_nav {
    display: none;
    float: none;
    overflow: hidden;
    width: 100%;
    border: 0;
  }
  .category .page_nav a {
    margin: 0;
    border: 0;
    float: none;
    margin-right: 0;
    color: #000000;
    overflow: hidden;
    width: 100%;
    padding: 10px 1.5rem;
    background: #fff;
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
    display: block;
    font-size: 0.932rem;
    line-height: 1.5rem;
    -webkit-transition: color 0.1s;
    -moz-transition: color 0.1s;
    -ms-transition: color 0.1s;
    -o-transition: color 0.1s;
    transition: color 0.1s;
  }
  .category .page_nav a:hover {
    color: #bb2822;
    border-bottom: 1px solid #e7e7e7;
  }
  .category .page_nav a.active {
    color: #bb2822;
    border-bottom: 1px solid #e7e7e7;
    background: #f5f5f5;
  }
  .category_head {
    width: 100%;
    background-color: #bb2822;
    text-align: left;
    display: block;
    padding: 5px 5.335%;
    line-height: 2rem;
    overflow: hidden;
  }
  .category_head span {
    color: #fff;
    line-height: 2rem;
    font-size: 1.025rem;
    float: left;
  }
  .category_head i {
    float: right;
    line-height: 2rem;
    color: #fff;
    font-size: 20px;
  }
  .category_head.active i {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
  }
  .about_first {
    padding: 3rem 0;
    background-size: 80% auto;
  }
  .about_first .about_info_fl {
    float: none;
    width: 100%;
    font-size: 0.878rem;
    padding-right: 0;
    padding-top: 1.5rem;
  }
  .about_first .about_info_fr {
    float: none;
    width: 100%;
  }
  .about_first .about_info_fr .posterBg::after {
    background-size: 3rem;
  }
  .about_num {
    padding: 3rem 0;
    background-size: cover;
  }
  .about_num .list {
    overflow: hidden;
    font-size: 0;
  }
  .about_num .list .item {
    display: inline-block;
    text-align: center;
    margin: 0.5rem 4%;
  }
  .about_num .list .item .item-border {
    border: 5px solid rgba(255, 255, 255, 0.5);
    width: 8rem;
    height: 8rem;
    padding-top: 2.5rem;
  }
  .about_num .list .item .item-border h4 {
    font-size: 2rem;
  }
  .about_num .list .item .item-border h6 {
    font-size: 0.878rem;
    margin-top: 0.2rem;
  }
  .about_num .list .item h3 {
    font-size: 0.878rem;
    margin-top: 1rem;
  }
  .single-page {
    font-size: 0.878rem;
  }
  .about_year {
    padding: 3rem 0;
    background-size: 80% auto;
  }
  .about_year .about_year_fl {
    float: none;
    width: 100%;
    padding-top: 0;
  }
  .about_year .about_year_fl .about_year_title .ftitle {
    font-size: 0.805rem;
    margin-top: 2rem;
  }
  .about_year .about_year_fl .about_year_title .title {
    margin-top: 0.5rem;
    font-size: 2.6rem;
  }
  .about_year .about_year_fr {
    float: none;
    width: 100%;
    margin-top: 1rem;
  }
  .about_develop .develop_title {
    padding: 3rem 0;
  }
  .about_develop .develop_title h3 {
    font-size: 1.462rem;
  }
  .about_develop .develop_title .liner {
    margin-top: 1.5rem;
  }
  .about_develop .develop_title .ftitle {
    font-size: 0.878rem;
    margin-top: 1.5rem;
  }
  .about_develop .develop_info {
    padding: 3rem 0 3rem;
  }
  .about_fruit {
    padding: 3rem 0;
  }
  .about_fruit .about_fruit_title {
    font-size: 1.462rem;
  }
  .about_fruit .about_fruit_list {
    margin-top: 2rem;
  }
  .about_fruit .about_fruit_list .item .img {
    float: none;
    width: 100%;
    height: 12rem;
  }
  .about_fruit .about_fruit_list .item .info {
    float: none;
    padding-left: 0;
    width: 100%;
    height: auto;
    display: block;
    padding: 1.5rem 0;
  }
  .about_fruit .about_fruit_list .item .info .box {
    display: block;
    height: auto;
  }
  .about_fruit .about_fruit_list .item .info .title h3 {
    font-size: 1.244rem;
  }
  .about_fruit .about_fruit_list .item .info .title .liner {
    margin-top: 1.5rem;
  }
  .about_fruit .about_fruit_list .item .info .single-page {
    font-size: 0.878rem;
    margin-top: 1.5rem;
  }
  .about_fruit .about_fruit_list .item:nth-child(2n) .img {
    float: none;
  }
  .about_fruit .about_fruit_list .item:nth-child(2n) .info {
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  .about_leaders {
    padding: 3rem 0 3rem;
  }
  .about_leaders .leaders_header {
    padding-left: 1.6rem;
  }
  .about_leaders .leaders_header::after {
    margin-top: -1.5rem;
    width: 4px;
    height: 3rem;
  }
  .about_leaders .leaders_header h3 {
    font-size: 3rem;
  }
  .about_leaders .leaders_header .position {
    font-size: 0.878rem;
    padding-left: 1.2rem;
    padding-top: 0.5rem;
  }
  .about_leaders .leaders_header .position p {
    margin-top: 0.3rem;
  }
  .about_leaders .leaders_footer {
    padding-left: 1.6rem;
    margin-top: 2rem;
  }
  .about_leaders .leaders_footer .item {
    display: block;
    margin-top: 1rem;
    margin-left: 0;
  }
  .about_leaders .leaders_footer h3 {
    display: inline-block;
    font-size: 2rem;
  }
  .about_leaders .leaders_footer .position {
    width: 8rem;
    display: inline-block;
    font-size: 0.732rem;
    padding-left: 1.2rem;
    padding-top: 0;
  }
  .about_leaders .leaders_footer .position p {
    padding: 0.1rem 0;
  }
  .history-first {
    padding: 3rem 0;
    background: url(../images/bg/bg9.jpg) no-repeat center center;
  }
  .history-first .title {
    bottom: 0;
    left: 0;
    position: static;
  }
  .history-first .title img {
    max-width: 46%;
  }
  .history-first .history-info {
    padding-top: 2rem;
    font-size: 0.878rem;
    padding-left: 0;
  }
  .history-title {
    font-size: 1.462rem;
  }
  .history-title::after {
    margin: 1.5rem auto 0;
  }
  .history-stage {
    padding: 3rem 0;
  }
  .history-stage .stage-list {
    margin-top: 2rem;
  }
  .history-stage .stage-list .item {
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-top: 1.5rem;
  }
  .history-stage .stage-list .item:nth-child(4n) {
    margin-right: 0;
  }
  .history-stage .stage-list .item .year {
    font-size: 24px;
  }
  .history-stage .stage-list .item .dot {
    margin: 1rem auto;
  }
  .history-stage .stage-list .item .synopsis {
    font-size: 18px;
  }
  .history-stage .stage-list .item:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .history-stage .stage-list .item:nth-child(2) {
    padding-top: 0;
  }
  .history-stage .stage-list .item:nth-child(3) {
    padding-top: 0;
  }
  .history-time {
    padding: 3rem 0;
  }
  .history-time .time-box {
    margin-top: 1.5rem;
  }
  .history-time .time-box::after {
    left: 0;
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 0;
    background-size: 100%;
  }
  .history-time .time-box::before {
    left: 0.2rem;
    width: 1.2rem;
    height: 1.2rem;
    margin-left: 0;
    background-size: 100%;
    z-index: 99;
  }
  .history-time .time-box .time-list {
    position: relative;
    overflow: auto;
    padding: 2rem 0 2rem;
    padding-left: 2rem;
  }
  .history-time .time-box .time-list::before {
    left: 0;
    width: 1px;
    margin-left: -0.5px;
    left: 0.8rem;
  }
  .history-time .time-box .time-list .item {
    position: relative;
    margin-top: 1rem;
  }
  .history-time .time-box .time-list .item:first-child {
    margin-top: 0;
  }
  .history-time .time-box .time-list .item::before {
    left: 0;
    width: 1rem;
    height: 1rem;
    background-size: 100%;
    margin-left: 0;
    margin-top: -1rem;
    left: -1.7rem;
  }
  .history-time .time-box .time-list .item:nth-child(2n) .item-box {
    float: none;
  }
  .history-time .time-box .time-list .item:nth-child(2n) .item-box .item-img {
    float: left;
    right: auto;
    left: 0;
  }
  .history-time .time-box .time-list .item:nth-child(2n) .item-box .item-info {
    padding-right: 0;
    padding-left: 1rem;
  }
  .history-time
    .time-box
    .time-list
    .item:nth-child(2n)
    .item-box
    .item-info
    .box {
    text-align: left;
  }
  .history-time .time-box .time-list .item .item-box {
    float: none;
    width: 100%;
    padding: 1rem;
  }
  .history-time .time-box .time-list .item .item-box::after {
    content: "";
    display: inline-block;
    display: inline;
    zoom: 1;
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
  }
  .history-time .time-box .time-list .item .item-box::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 10px;
    height: 25px;
    margin-top: -12px;
    background: url(../images/ic/ic_10.png) no-repeat center center;
    right: auto;
    left: -9px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .history-time .time-box .time-list .item .item-box .item-img {
    float: left;
    width: 40%;
    height: 5.5rem;
    position: static;
  }
  .history-time .time-box .time-list .item .item-box .item-img img {
    width: 100%;
  }
  .history-time .time-box .time-list .item .item-box .item-info {
    width: 60%;
    display: table;
    padding-right: 0;
    float: right;
    padding-left: 1rem;
  }
  .history-time .time-box .time-list .item .item-box .item-info .box {
    width: 100%;
    height: 5.5rem;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
  }
  .history-time .time-box .time-list .item .item-box .item-info .box .year {
    font-size: 1.244rem;
  }
  .history-time .time-box .time-list .item .item-box .item-info .box .desc {
    font-size: 0.805rem;
    margin-top: 0.3rem;
  }
  .about_organization {
    padding: 3rem 0 3rem;
  }
  .about_organization .single-page {
    padding-top: 2rem;
  }
  .about_leader {
    padding: 3rem 0 2rem;
  }
  .about_leader .leader-item {
    margin-bottom: 2rem;
  }
  .about_leader .leader-item .leader-item-header h3 {
    font-size: 1.6rem;
    padding: 0 1.5rem;
  }
  .about_leader .leader-item .leader-item-header::after {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .about_leader .leader-item .leader-item-body {
    background-size: 50% auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 2rem 0.3rem 0 1.6rem;
    margin-top: 1.5rem;
  }
  .about_leader .leader-item .leader-item-body::after {
    width: 0.5rem;
  }
  .about_leader .leader-item .leader-item-body .item {
    margin-bottom: 10px;
  }
  .about_leader .leader-item .leader-item-body .item .item-title {
    width: 6.4rem;
    line-height: 1.2rem;
  }
  .about_leader .leader-item .leader-item-body .item .item-title h3 {
    font-size: 1.025rem;
  }
  .about_leader .leader-item .leader-item-body .item .item-list {
    overflow: hidden;
    line-height: 1.2rem;
    padding-left: 1rem;
  }
  .about_leader .leader-item .leader-item-body .item .item-list span {
    font-size: 0.878rem;
    margin-right: 10%;
    margin-bottom: 1rem;
  }
  .page-nav {
    font-size: 0;
    padding-bottom: 8px;
    text-align: center;
    white-space: nowrap;
  }
  .page-nav .item {
    width: 6rem;
    margin: 0 0.4rem;
    display: inline-block;
    float: none;
  }
  .page-nav .item a {
    line-height: 2.2rem;
    border-radius: 2.2rem;
    font-size: 0.878rem;
  }
  .page-nav .box {
    max-width: 100%;
    overflow-x: scroll;
    padding-bottom: 1rem;
    text-align: center;
  }
  .page-nav .box::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .page-nav .box::-webkit-scrollbar-track {
    background-color: transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .page-nav .box::-webkit-scrollbar-thumb {
    background-color: #bb2822;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 2px;
    height: 2px;
  }
  .about_honor {
    padding: 3rem 0 3rem;
  }
  .about_honor .honor_body {
    position: relative;
    padding: 0 1rem;
    margin-top: 1.5rem;
  }
  .about_honor .honor_body .honor-button-prev,
  .about_honor .honor_body .honor-button-next {
    top: 30%;
    margin-top: 0;
    width: 1.5rem;
    height: 1.5rem;
  }
  .about_honor .honor_box {
    position: relative;
    overflow: hidden;
    max-width: 100%;
  }
  .about_honor .honor_box .wrap {
    position: relative;
  }
  .about_honor .honor_box .honor_container {
    width: 100%;
    height: 22rem;
    margin-left: 0;
  }
  .about_honor .honor_box .iteam .img {
    background: #ffffff;
  }
  .about_honor .honor_box .iteam .img img {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .about_honor .honor_box .iteam .info {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .about_honor .honor_box .iteam .info {
    padding-top: 3px;
    line-height: 1.2;
  }
  .about_honor .honor_box .iteam .info h3 {
    font-size: 1.244rem;
  }
  .about_honor .honor_box .iteam .info p {
    font-size: 0.878rem;
    margin-top: 10px;
  }
  .page-business {
    padding: 3rem 0;
  }
  .page-business .business-box {
    background: #fff;
    background-size: cover;
    padding: 1.5rem;
  }
  .page-business .business-box .business-box-title {
    font-size: 1.464rem;
  }
  .page-business .business-box .business-box-title .liner {
    width: 30px;
    height: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin: 1.5rem 0;
  }
  .page-business .business-box .business-box-info {
    width: 100%;
  }
  .page-business .business-box .business-box-list {
    margin-top: 1rem;
  }
  .page-business .business-box .business-box-list .item {
    float: none;
    padding-left: 0;
    width: 100%;
    margin-top: 0;
    padding: 1.5rem 0;
    border-bottom: 1px solid #d5d5d5;
  }
  .page-business .business-box .business-box-list .item:last-child {
    border: 0;
  }
  .page-business .business-box .business-box-list .item .item-title {
    font-size: 1.244rem;
  }
  .page-business .business-box .business-box-list .item .item-box {
    border-right: 0;
    margin-top: 1.5rem;
  }
  .page-business .business-box .business-box-list .item .item-box ul {
    margin-top: 0.5rem;
  }
  .page-business .business-box .business-box-list .item .item-box ul li {
    margin-right: 1rem;
    line-height: 1.4;
  }
  .page-business .business-box .business-box-list .item .item-box ul li .num {
    font-size: 1.025rem;
  }
  .page-business .business-box .business-box-list .item .item-box ul li .text {
    font-size: 0.878rem;
  }
  .page-business .business-title {
    margin-top: 2rem;
  }
  .page-business .business-title h3 {
    font-size: 1.464rem;
  }
  .page-business .business-title p {
    font-size: 0.878rem;
    margin-top: 5px;
  }
  .page-business .business-title .icon {
    margin-top: 10px;
  }
  .page-business .business-list {
    margin-top: 1.5rem;
  }
  .page-business .business-list .item {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-top: 0.5rem;
    height: auto;
    padding: 2rem 0;
  }
  .page-business .business-list .item:last-child {
    margin-right: 0;
  }
  .page-business .business-list .item .item-title {
    font-size: 1.244rem;
    margin-top: 1.5rem;
  }
  .page-business .business-list .item .item-liner {
    margin: 1.2rem auto;
  }
  .page-business .business-list .item .item-ftitle {
    font-size: 0.878rem;
  }
  .page-business .business-list .item .item-more {
    margin: 2rem auto 0;
  }
  .business-energy {
    padding: 3rem 0;
  }
  .energy-list {
    padding-bottom: 2rem;
  }
  .energy-list .item {
    margin-top: 1rem;
  }
  .energy-list .item:nth-child(2n) .item-img {
    float: none;
  }
  .energy-list .item:nth-child(2n) .item-info {
    padding-right: 0;
    padding-left: 0;
  }
  .energy-list .item:nth-child(2n) .item-info .item-info-box {
    padding-left: 0;
    padding-right: 0;
    padding: 3rem 1.5rem 1.5rem;
    text-align: left;
  }
  .energy-list .item:nth-child(2n) .item-info .item-info-box .icon {
    left: 50%;
    right: auto;
  }
  .energy-list .item:nth-child(2n) .item-info .item-info-box .liner {
    margin: 1rem auto;
  }
  .energy-list .item:nth-child(2n) .item-info .item-info-box .synopsis {
    text-align: justify;
  }
  .energy-list .item .item-img {
    float: none;
    width: 100%;
    height: auto;
  }
  .energy-list .item .item-info {
    padding-left: 0;
  }
  .energy-list .item .item-info .item-info-box {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    display: block;
    padding: 3rem 1.5rem 1.5rem;
  }
  .energy-list .item .item-info .item-info-box .icon {
    width: 3rem;
    height: 3rem;
    top: -1.5rem;
    margin-top: 0;
    margin-left: -1.5rem;
    left: 50%;
  }
  .energy-list .item .item-info .item-info-box .title {
    font-size: 1.244rem;
    text-align: center;
  }
  .energy-list .item .item-info .item-info-box .liner {
    height: 3px;
    margin: 1rem auto;
  }
  .energy-list .item .item-info .item-info-box .synopsis {
    font-size: 0.878rem;
  }
  .energy-box {
    overflow: hidden;
    padding-top: 1rem;
  }
  .energy-box .energy-relevant {
    margin-top: 2rem;
  }
  .energy-box .energy-relevant .item {
    float: none;
    height: auto;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 3.5%;
    padding: 1.5rem 1.5rem;
    min-height: 6rem;
  }
  .energy-box .energy-relevant .item .title {
    font-size: 1.025rem;
    margin-top: 1.2rem;
  }
  .energy-box .energy-relevant .item .link {
    margin-top: 0.4rem;
    font-size: 0.878rem;
  }
  .energy-box .swiper-pagination {
    margin-top: 2rem;
  }
  .finance-list {
    padding-bottom: 2rem;
  }
  .finance-list .item {
    margin-top: 1.5rem;
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0%;
  }
  .finance-list .item .item-info .item-info-box {
    height: auto;
    padding: 3rem 1.5rem 1.5rem;
  }
  .finance-list .item .item-info .item-info-box .icon {
    width: 3rem;
    height: 3rem;
    top: -1.5rem;
    margin-left: -1.5rem;
    left: 50%;
  }
  .finance-list .item .item-info .item-info-box .title {
    font-size: 1.244rem;
  }
  .finance-list .item .item-info .item-info-box .liner {
    height: 3px;
    margin: 1rem auto;
  }
  .finance-list .item .item-info .item-info-box .synopsis {
    font-size: 0.878rem;
  }
  .page-news {
    padding-bottom: 3rem;
  }
  .news-banner {
    padding: 3rem 0;
  }
  .news-banner .page_wrap .news-button-prev,
  .news-banner .page_wrap .news-button-next {
    margin-top: -0.75rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  .news-banner .page_wrap .news-button-prev {
    left: 0;
  }
  .news-banner .page_wrap .news-button-next {
    right: 0;
  }
  .news-banner .news-container-top {
    overflow: hidden;
  }
  .news-banner .news-container-top .item {
    height: 11rem;
    position: relative;
  }
  .news-banner .news-container-top .item .info {
    bottom: 1rem;
    width: 100%;
    padding: 0 1rem;
  }
  .news-banner .news-container-top .item .info .date {
    width: 7rem;
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 0.805rem;
  }
  .news-banner .news-container-top .item .info .date span {
    background: url(../images/ic/ic_5.png) no-repeat left center;
    padding-left: 1rem;
    background-size: auto 0.7rem;
  }
  .news-banner .news-container-top .item .info .title {
    margin-top: 1rem;
    font-size: 0.932rem;
  }
  .news-banner .news-banner-bottom {
    display: none;
  }
  .news-list-1 .item {
    margin-bottom: 1rem;
  }
  .news-list-1 .item a {
    padding: 1rem;
  }
  .news-list-1 .item .date {
    width: 5rem;
    padding-right: 1.4rem;
    height: 3.6rem;
    padding-top: 0.5rem;
  }
  .news-list-1 .item .date .year {
    font-size: 0.878rem;
  }
  .news-list-1 .item .date .day {
    font-size: 1.1rem;
    margin-top: 5px;
  }
  .news-list-1 .item .date::before {
    background-size: auto 100%;
    width: 0.6rem;
  }
  .news-list-1 .item .info {
    padding-left: 6rem;
    height: 3.6rem;
  }
  .news-list-1 .item .info .box {
    height: 3.6rem;
    overflow: hidden;
    display: block;
  }
  .news-list-1 .item .info .title {
    font-size: 0.932rem;
  }
  .news-list-1 .item .info .synopsis {
    margin-top: 0.3rem;
    font-size: 0.805rem;
    text-indent: 1.61rem;
  }
  .sk_page {
    padding: 1rem 0 0;
    font-size: 0;
  }
  .sk_page a {
    padding: 0.5rem 1rem;
    font-size: 0.805rem;
    margin: 0.2rem;
  }
  .page_box {
    padding: 3rem 0;
    background-size: 60% auto;
  }
  .page_box::after {
    background-size: 60% auto;
  }
  .page_box .hearder-title h1 {
    font-size: 1.4rem;
  }
  .page_box .hearder-title h3 {
    font-size: 1rem;
  }
  .page_box .hearder-title h1 {
    font-size: 1.4rem;
    margin: 0.8rem 0 0.5rem;
  }
  .page_box .hearder-title h2 {
    font-size: 1rem;
    margin: 0.8rem 0 0.5rem;
  }
  .page_box .hearder-title .header-label {
    line-height: 1.4rem;
    padding-top: 0.5rem;
  }
  .page_box .hearder-title .header-label .fl {
    font-size: 0.805rem;
    float: none;
  }
  .page_box .hearder-title .header-label .fl span {
    margin-right: 1rem;
  }
  .page_box .single-page {
    margin-top: 2rem;
    padding: 2rem 0;
  }
  .pre_next {
    padding: 0;
    height: auto;
    overflow: hidden;
  }
  .pre_next span {
    display: block;
    width: 100%;
    margin-top: 1rem;
  }
  .pre_next span a {
    font-size: 0.878rem;
    height: 2.4rem;
    line-height: 2.4rem;
    padding: 0 1rem;
  }
  .label_fr {
    float: left;
    line-height: 0.732rem;
    line-height: 40px;
    margin-top: 1rem;
    display: none;
  }
  .news_recommend {
    padding: 3rem 0;
  }
  .news_recommend .recommend_title {
    font-size: 1.4rem;
  }
  .news_recommend .recommend_box {
    margin-top: 2rem;
  }
  .news_recommend .recommend_box .item .item-box {
    padding: 1rem;
  }
  .news_recommend .recommend_box .item .item-box .date {
    width: 5rem;
    padding-right: 1.4rem;
    height: 3.6rem;
    padding-top: 0.5rem;
    margin-top: 0;
  }
  .news_recommend .recommend_box .item .item-box .date .year {
    font-size: 0.878rem;
  }
  .news_recommend .recommend_box .item .item-box .date .day {
    font-size: 1.1rem;
    margin-top: 5px;
  }
  .news_recommend .recommend_box .item .item-box .date::before {
    background-size: auto 100%;
    width: 0.6rem;
  }
  .news_recommend .recommend_box .item .item-box .info {
    padding-left: 6rem;
    height: 3.6rem;
  }
  .news_recommend .recommend_box .item .item-box .info .box {
    height: 3.6rem;
    overflow: hidden;
  }
  .news_recommend .recommend_box .item .item-box .info .title {
    font-size: 0.932rem;
  }
  .news-list-2 {
    padding: 3rem 0 0;
  }
  .news-list-2 .item {
    margin-bottom: 30px;
  }
  .news-list-2 .item a {
    padding: 1rem;
  }
  .news-list-2 .item a .item-img {
    float: none;
    width: 100%;
    height: 14rem;
  }
  .news-list-2 .item a .item-info {
    padding-right: 0;
    padding-top: 1.5rem;
  }
  .news-list-2 .item a .item-info .date {
    font-size: 0.878rem;
  }
  .news-list-2 .item a .item-info .title {
    font-size: 1.025rem;
    margin-top: 1.2rem;
    white-space: normal;
  }
  .news-list-2 .item a .item-info .synopsis {
    font-size: 0.878rem;
    margin-top: 0.6rem;
    text-indent: 26px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .news-box-1 {
    padding-top: 3rem;
  }
  .news-special {
    padding: 3rem 0;
  }
  .news-special .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .news-special .item:nth-child(3n) {
    margin-right: 2%;
  }
  .news-special .item .item-img .img-box {
    height: 11rem;
  }
  .news-special .item .item-info {
    padding: 0 1rem;
  }
  .news-special .item .item-info .title {
    font-size: 1.244rem;
  }
  .news-special .item .item-info .icon {
    margin-top: 1rem;
  }
  .news-special-title h3 {
    float: none;
    font-size: 1.464rem;
    line-height: 1.2;
    padding-left: 1.4rem;
  }
  .news-special-title h3::after {
    top: 0.1rem;
    height: 1.4rem;
    margin-top: 0;
  }
  .news-special-title a {
    float: none;
    display: block;
    width: 6rem;
    line-height: 2.2rem;
    font-size: 0.878rem;
    margin: 1rem 0 0 auto;
  }
  .special-box {
    padding: 3rem 0 3rem;
  }
  .special-box .news-list-2 {
    padding: 2rem 0 0;
  }
  .news-notice {
    padding: 3rem 0 3rem;
  }
  .news-notice .news-list-1 {
    margin-top: 1rem;
  }
  .news-video {
    padding: 3rem 0 3rem;
  }
  .news-video .list {
    padding-bottom: 0;
  }
  .news-video .item {
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 1rem;
  }
  .news-video .item::after {
    height: 5px;
  }
  .news-video .item:nth-child(3n) {
    margin-right: 0;
  }
  .news-video .item .item-info {
    padding: 1.5rem;
    height: auto;
  }
  .news-video .item .item-info .date {
    font-size: 0.878rem;
  }
  .news-video .item .item-info .title {
    font-size: 1.025rem;
    margin-top: 0.8rem;
  }
  .page-building-news {
    padding: 3rem 0px 3rem;
  }
  .page-building-news .page-building-first .building-fix {
    left: 0;
    bottom: 1rem;
    width: 100%;
    padding: 0 5.335%;
  }
  .page-building-news .page-building-first .building-fix .building-pagination {
    padding: 0 1rem;
  }
  .page-building-news .page-building-first .item .box {
    padding: 1.5rem 1rem 4rem;
  }
  .page-building-news .page-building-first .item::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg/bg23.jpg) no-repeat left bottom;
    background-size: 100% auto;
  }
  .page-building-news .page-building-first .item .item-img {
    float: none;
    width: 100%;
  }
  .page-building-news .page-building-first .item .item-info {
    padding-left: 0;
  }
  .page-building-news .page-building-first .item .item-info .date {
    font-size: 0.878rem;
  }
  .page-building-news .page-building-first .item .item-info .title {
    font-size: 1.025rem;
    margin-top: 1rem;
  }
  .page-building-news .page-building-first .item .item-info .synopsis {
    font-size: 0.878rem;
    margin-top: 1rem;
    text-indent: 1.756rem;
  }
  .building-list {
    overflow: hidden;
    padding: 3rem 0 0;
  }
  .building-list .list {
    padding-bottom: 0;
  }
  .building-list .list .item {
    height: 13.3rem !important;
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .building-list .list .item .item-box {
    position: relative;
    z-index: 9;
    padding: 2rem;
  }
  .building-list .list .item .item-box .date {
    font-size: 0.878rem;
  }
  .building-list .list .item .item-box .title {
    font-size: 1.025rem;
    margin-top: 1rem;
  }
  .building-list .list .item .item-box .synopsis {
    font-size: 0.878rem;
    margin-top: 1rem;
    text-indent: 1.756rem;
  }
  .buildingWork-list {
    padding: 3rem 0px 3rem;
  }
  .buildingWork-list .list {
    padding-bottom: 1rem;
  }
  .buildingWork-list .list .item {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .buildingWork-list .list .item .item-img {
    float: none;
    width: 100%;
    height: 14rem;
  }
  .buildingWork-list .list .item .item-date {
    background: none;
    margin-top: 0;
    float: none;
    width: 100%;
    height: auto;
    text-align: left;
    line-height: 1;
    padding: 1rem 0 0 0;
    color: #bb2822;
  }
  .buildingWork-list .list .item .item-date div {
    display: inline-block;
  }
  .buildingWork-list .list .item .item-date .year {
    font-size: 0.878rem;
  }
  .buildingWork-list .list .item .item-date .day {
    font-size: 0.878rem;
    margin-top: 0;
    font-weight: normal;
  }
  .buildingWork-list .list .item .item-box {
    padding: 1rem 0 0 0;
  }
  .buildingWork-list .list .item .item-box .box {
    display: block;
    height: auto;
  }
  .buildingWork-list .list .item .item-box .box .title {
    font-size: 1.025rem;
  }
  .buildingWork-list .list .item .item-box .box .synopsis {
    font-size: 0.878rem;
    margin-top: 1rem;
    text-indent: 1.756rem;
  }
  .buildingWork-list .list .item:hover .item-date {
    background: none;
    color: #bb2822;
  }
  .buildingWork-list .list .item:hover .item-box .box .title {
    color: #bb2822;
  }
  .buildingWork-list .list .item:hover .item-box .box .synopsis {
    color: #bb2822;
  }
  .buildingspecial-list {
    padding: 3rem 0px 2rem;
  }
  .buildingspecial-list .list .item {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .buildingspecial-list .list .item .item-img img {
    width: 100%;
  }
  .buildingspecial-list .list .item .item-box {
    padding: 0 1rem;
  }
  .buildingspecial-list .list .item .item-box .title {
    font-size: 1.025rem;
  }
  .buildingspecial-list .list .item .item-box .icon {
    margin-top: 1rem;
  }
  .buildingspecial-box {
    padding: 3rem 0px 3rem;
  }
  .buildingspecial-box .list {
    margin-top: 2rem;
    padding-bottom: 1rem;
  }
  .buildingspecial-box .list .item {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .buildingspecial-box .list .item .title {
    line-height: 1.4;
  }
  .buildingspecial-box .list .item .title .date {
    float: none;
    font-size: 0.878rem;
    margin-left: 0;
  }
  .buildingspecial-box .list .item .title h3 {
    font-size: 1.025rem;
    white-space: initial;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0.5rem;
  }
  .buildingspecial-box .list .item .synopsis {
    font-size: 0.878rem;
    margin-top: 0.6rem;
    text-indent: 1.756rem;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .buildingTeam-list {
    padding: 3rem 0px;
  }
  .buildingTeam-list .list {
    padding-bottom: 1rem;
  }
  .buildingTeam-list .list .item {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
  .buildingTeam-list .list .item .item-date {
    float: none;
    width: 5rem;
    height: auto;
  }
  .buildingTeam-list .list .item .item-date .year {
    font-size: 0.878rem;
    line-height: 1.8rem;
  }
  .buildingTeam-list .list .item .item-date .day {
    font-size: 1.244rem;
    line-height: 3rem;
  }
  .buildingTeam-list .list .item .item-box {
    padding: 1rem 0 0;
  }
  .buildingTeam-list .list .item .item-box .box {
    display: block;
    height: auto;
  }
  .buildingTeam-list .list .item .item-box .box .title {
    font-size: 1.025rem;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .buildingTeam-list .list .item .item-box .box .synopsis {
    font-size: 0.878rem;
    margin-top: 0.6rem;
    text-indent: 1.756rem;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .practice-list {
    padding: 3rem 0px;
  }
  .practice-list .list {
    padding-bottom: 1rem;
  }
  .practice-list .list .item {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
  .practice-list .list .item .item-icon {
    position: static;
    width: 2rem;
    height: 2rem;
    background-size: auto 100%;
  }
  .practice-list .list .item .item-box {
    padding-top: 1rem;
  }
  .practice-list .list .item .item-box .title {
    font-size: 1.025rem;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .practice-list .list .item .item-box .synopsis {
    font-size: 0.878rem;
    margin-top: 0.6rem;
    text-indent: 1.756rem;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .search-content {
    padding: 2rem 0;
  }
  .search-content .search-form .form-input {
    padding-right: 7rem;
  }
  .search-content .search-form .form-input input {
    height: 2.8rem;
    line-height: 2.8rem;
    padding-left: 1rem;
    font-size: 0.878rem;
  }
  .search-content .search-form .form-input .close {
    right: 6rem;
    margin-top: -0.4rem;
    height: 0.8rem;
    width: 0.8rem;
    background-size: 0.8rem;
  }
  .search-content .search-form .form-btn button {
    height: 100%;
    width: 5rem;
  }
  .search-content .search-form .form-btn button span {
    display: inline-block;
    line-height: 2.8rem;
    font-size: 0.878rem;
    height: 2.8rem;
    padding-right: 1.6rem;
    background: url(../images/ic/ic_30.png) no-repeat right center;
    background-size: 1rem auto;
  }
  .page-search .search-keywords {
    font-size: 1.244rem;
    padding: 3rem 0 2rem;
  }
  .page-map {
    padding: 3rem 0px;
  }
  .page-map .item {
    margin-bottom: 1rem;
    padding: 1rem 0;
  }
  .page-map .item .item-header {
    float: none;
    width: 100%;
    text-align: left;
    padding-left: 2rem;
    background: none;
  }
  .page-map .item .item-header h2 {
    font-size: 1.244rem;
    line-height: 2rem;
  }
  .page-map .item .item-header::after {
    margin-top: -0.75rem;
    height: 1.5rem;
  }
  .page-map .item .item-body {
    padding: 0 2rem;
    height: auto;
    margin-top: 1rem;
  }
  .page-map .item .item-body .box {
    display: block;
    height: auto;
    overflow: hidden;
  }
  .page-map .item .item-body .box a {
    font-size: 0.878rem;
    line-height: 2;
    float: left;
    margin-right: 0.5rem;
    width: 3.8rem;
  }
  .page-map .item .item-body .box a:nth-child(4n) {
    margin-right: 0;
  }
  .page-cultural {
    padding: 3rem 0px 3rem;
  }
  .page-cultural .page-culturalFirst .fr {
    float: none;
    width: 100%;
  }
  .page-cultural .page-culturalFirst .fr .img .img-box {
    width: 100%;
    position: static;
    background: none !important;
  }
  .page-cultural .page-culturalFirst .fr .img .img-box img {
    position: static;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .page-cultural .page-culturalFirst .fl {
    float: none;
    padding: 1rem 1.5rem;
    width: 100%;
  }
  .page-cultural .page-culturalFirst .fl h3 {
    font-size: 1.244rem;
  }
  .page-cultural .page-culturalFirst .fl .img {
    margin-top: 1rem;
  }
  .page-cultural .page-culturalFirst .fl .img img {
    max-width: 78%;
  }
  .page-cultural .page-culturalFirst .fl h4 {
    font-size: 1.025rem;
    margin-top: 7.8%;
  }
  .page-cultural .page-culturalFirst .fl h4::after {
    margin-top: 1rem;
  }
  .page-cultural .page-culturalFirst .fl .synopsis {
    font-size: 0.878rem;
    text-indent: 1.756rem;
    margin-top: 1rem;
  }
  .page-cultural .page-culturalList {
    margin-top: 2rem;
  }
  .page-cultural .page-culturalList .item {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-top: 1rem;
  }
  .page-cultural .page-culturalList .item .item-header {
    padding: 1.5rem 0;
  }
  .page-cultural .page-culturalList .item .item-header::after {
    left: 0;
    margin-left: 0;
    width: 100%;
  }
  .page-cultural .page-culturalList .item .item-header h2 {
    font-size: 1.6rem;
    padding: 0 1.2rem;
  }
  .page-cultural .page-culturalList .item .item-body ul li {
    height: 9rem;
    width: 49.8%;
    float: left;
    margin-right: 0.4%;
    margin-top: 0.4%;
  }
  .page-cultural .page-culturalList .item .item-body ul li .box {
    height: 9rem;
    padding: 0 0.2rem;
  }
  .page-cultural .page-culturalList .item .item-body ul li .box h3 {
    font-size: 1.244rem;
    margin-bottom: 1rem;
  }
  .page-cultural .page-culturalList .item .item-body ul li .box p {
    font-size: 0.8rem;
  }
  .page-cultural-header::after {
    left: 0;
    margin-left: 0;
    width: 100%;
  }
  .page-cultural-header h2 {
    font-size: 1.6rem;
    padding: 0 1.2rem;
  }
  .page-cultural-ftitle {
    font-size: 1.244rem;
  }
  .page-cultural-linian {
    padding: 3rem 0 2rem;
  }
  .page-cultural-linian .list {
    margin: 0;
    margin-top: 2rem;
  }
  .page-cultural-linian .list .item {
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 1rem;
    height: auto;
    padding: 2rem 2rem;
  }
  .page-cultural-linian .list .item .item-img {
    width: 4.5rem;
    height: 4.5rem;
    -webkit-border-radius: 4.5rem;
    -moz-border-radius: 4.5rem;
    -ms-border-radius: 4.5rem;
    -o-border-radius: 4.5rem;
    border-radius: 4.5rem;
  }
  .page-cultural-linian .list .item .item-info {
    padding-left: 6rem;
    padding-top: 0.8rem;
  }
  .page-cultural-linian .list .item .item-info h3 {
    font-size: 1.244rem;
    line-height: 1.2;
  }
  .page-cultural-linian .list .item .item-info .liner {
    margin-top: 1rem;
  }
  .page-cultural-xingwei {
    padding: 3rem 0;
  }
  .page-cultural-xingwei .page-cultural-ftitle {
    margin-top: 2rem;
  }
  .page-cultural-xingwei .list {
    margin-top: 1rem;
  }
  .page-cultural-xingwei .list .item {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-top: 1rem;
  }
  .page-cultural-xingwei .list .item .item-header {
    line-height: 5rem;
    font-size: 1.244rem;
  }
  .page-cultural-xingwei .list .item-1 ul li {
    margin-top: 2px;
    height: 5rem;
    width: 100%;
  }
  .page-cultural-xingwei .list .item-1 ul li .box {
    height: 5rem;
  }
  .page-cultural-xingwei .list .item-1 ul li h3 {
    font-size: 1.244rem;
    width: 110px;
    left: 0;
    width: 24.5%;
    top: 50%;
    line-height: 1.4rem;
    margin-top: -0.7rem;
  }
  .page-cultural-xingwei .list .item-1 ul li .info {
    font-size: 0.878rem;
    padding-left: 24.5%;
    padding-right: 3%;
  }
  .page-cultural-xingwei .list .item-1 ul li .info .box {
    height: 5rem;
  }
  .page-cultural-xingwei .list .item-2 ul li {
    height: 5rem;
    line-height: 5rem;
  }
  .page-cultural-xingwei .list .item-2 ul li h3 {
    font-size: 1.244rem;
  }
  .page-cultural-xingwei .list .item-3 .item-list ul li {
    height: 5rem;
    line-height: 5rem;
  }
  .page-cultural-xingwei .list .item-3 .item-list ul li h3 {
    font-size: 1.244rem;
  }
  .page-cultural-biaozhi {
    padding: 3rem 0;
    background: url(../images/bg/bg24.png) no-repeat center center;
    background-size: 200% auto;
    height: auto;
  }
  .page-cultural-biaozhi .page-cultural-header2 h2 {
    width: 100%;
    z-index: 2;
    display: inline-block;
    font-size: 40px;
  }
  .page-cultural-biaozhi .page-cultural-header2 h2::after,
  .page-cultural-biaozhi .page-cultural-header2 h2::before {
    width: 4rem;
  }
  .page-cultural-biaozhi .biaozhi_box {
    margin-top: 2rem;
  }
  .page-cultural-biaoshi {
    padding: 3rem 0 3rem;
  }
  .page-cultural-biaoshi .biaoshi-list {
    margin-top: 40px;
  }
  .page-cultural-biaoshi .biaoshi-list .item {
    margin-top: 1rem;
    float: none;
    width: 100%;
    margin-right: 0;
    font-size: 0.878rem;
    padding: 1.5rem;
    text-indent: 1.756rem;
    height: auto !important;
  }
  .page-link {
    padding-bottom: 3rem;
  }
  .page-link .energy-box .energy-relevant {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .footer_fix {
    display: none;
  }
}
@media print {
  * {
    -webkit-print-color-adjust: exact;
  }
  body {
    zoom: 0.5;
  }
  .search_box {
    display: none;
  }
  .page_ban {
    height: 500px;
  }
}
/*# sourceMappingURL=index.css.map */
