@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600);
/* ! normalize.css v1.0.0 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}
/* -------------------------------------------------------------------------------------------------
Base
------------------------------------------------------------------------------------------------- */

html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
  color: #000;
}
html,
button,
input,
select,
textarea {
  font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB,
    "\5B8B\4F53", sans-serif;
}
html,
body {
  /*overflow-x: hidden;*/
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: normal;
}

/*
* Handle margins incorrectly in IE 6/7.
*/
body {
  margin: 0;
  font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB,
    "\5B8B\4F53", sans-serif;
  color: #000;
}

/*
* Font Smoothing
*/
html,
html a {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-font-smoothing: antialiased;
}

/* -------------------------------------------------------------------------------------------------
Links
------------------------------------------------------------------------------------------------- */
/*
* `outline` inconsistency between Chrome and other browsers.
*/

a:focus {
  outline: 0;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

/* -------------------------------------------------------------------------------------------------
Typography
------------------------------------------------------------------------------------------------- */

abbr[title] {
  border-bottom: 1px dotted;
}

blockquote {
  margin: 0px;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 75%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

/* -------------------------------------------------------------------------------------------------
Lists
------------------------------------------------------------------------------------------------- */

menu,
ol,
ul {
  padding: 0;
  list-style: none;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

svg:not(:root) {
  overflow: hidden;
}

/* -------------------------------------------------------------------------------------------------
Figures
------------------------------------------------------------------------------------------------- */

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0; /* 1 */
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

button,
input,
select,
textarea {
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  font-size: 100%; /* 1 */
  *vertical-align: middle; /* 3 */
}

button,
input {
  line-height: normal;
}

button, html input[type="button"], /* 1 */
input[type="reset"], input[type="submit"] {
  cursor: pointer; /* 3 */
  -webkit-appearance: button; /* 2 */
  *overflow: visible; /* 4 */
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

input[type="search"] {
  /* 2 */
  box-sizing: content-box;
  -webkit-appearance: textfield; /* 1 */
  nowhitespace: afterproperty;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* -------------------------------------------------------------------------------------------------
Tables
------------------------------------------------------------------------------------------------- */

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* -------------------------------------------------------------------------------------------------
Global Styles
------------------------------------------------------------------------------------------------- */
a {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color;
}
p {
  font-size: 14px;
  line-height: 25px;
}
a {
  color: #000;
}
a:hover,
a:focus {
  color: #84b131;
  text-decoration: none;
}
.font16 {
  font-size: 16px;
}

/* -------------------------------------------------------------------------------------------------
Navigation
------------------------------------------------------------------------------------------------- */
.logo {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.nav-toggle {
  position: fixed;
  top: 28px;
  right: 20px;
  z-index: 999999;
  padding: 10px 35px 16px 0px;
  cursor: pointer;
}
.nav-toggle:focus {
  outline: none;
}
.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 3px;
  border-radius: 1px;
  background: #c2c2c2;
  cursor: pointer;
}
.nav-toggle span:before {
  top: -8px;
}
.nav-toggle span:after {
  bottom: -8px;
}
.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nav-toggle.active span {
  background-color: transparent;
}
.nav-toggle.active span:before,
.nav-toggle.active span:after {
  top: 0;
}
.nav-toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-toggle.active span:after {
  top: 10px;
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}
.topMenu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 142px;
  padding: 21px 0 0 0;
}
.topMenu.fixed {
  position: fixed;
  height: 80px;
  background: #091a0f;
  padding-top: 5px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.navicon {
  position: relative;
  padding: 5px 200px 0 200px;
  display: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.navicon li {
  float: left;
  height: 50px;
  position: relative;
  cursor: pointer;
}
.navicon a {
  line-height: 50px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  margin: 0 70px;
  position: relative;
}
.navicon a:hover {
  color: #d1ff6e;
}
.navicon a.current {
  color: #d1ff6e;
}
.navicon a.current:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #d1ff6e;
  position: absolute;
  bottom: 0;
  left: 0;
}
.navicon li .sub-nav {
  position: absolute;
  left: 0;
  top: 50px;
  display: none;
  background: rgba(9, 26, 25, 0.8);
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.navicon li .sub-nav a {
  line-height: 40px;
  margin: 0;
  display: block;
}
.navicon li:hover > a:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.navicon li:hover .sub-nav {
  display: block;
}
.topMenu.fixed .navicon {
  margin-top: -50px;
  border: 0;
}
.language {
  height: 34px;
  line-height: 34px;
  float: right;
  text-align: center;
  font-size: 14px;
  padding: 5px;
  color: rgba(255, 255, 255, 0.6);
  margin-right: 0;
  position: relative;
  z-index: 1;
}
.topMenu.fixed .language {
  margin-top: 12px;
}
.language a {
  padding: 0 5px;
  color: rgba(255, 255, 255, 0.6);
}
.language a.currentLan {
  color: rgba(255, 255, 255, 1);
}
.language a:hover {
  color: #d1ff6e;
}

/* -------------------------------------------------------------------------------------------------
Hero
------------------------------------------------------------------------------------------------- */
.hero,
.hero-inside-page {
  position: relative;
  min-height: 900px;
  background-size: cover;
  color: #fff;
  width: 100%;
  height: 100%;
}
.hero h1 {
  margin: 320px 0 20px 0;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
.hero h1 img {
  margin-bottom: 30px;
}
#home {
  width: 100%;
  height: 100%;
}

.hero-inside-page {
  min-height: 600px;
  background-position: center;
  background-size: cover;
}
.hero-inside-page.brands {
  background-image: url(../img/banner_ppjs.jpg);
}
.hero-inside-page.advantages {
  background-image: url(../img/banner_hxys.jpg);
}
.hero-inside-page.cooperation {
  background-image: url(../img/banner_hzpp.jpg);
}
.hero-inside-page.news {
  background-image: url(../img/banner_gsxw.jpg);
}
.hero-inside-page.contact {
  background-image: url(../img/banner_lxwm.jpg);
}

/* -------------------------------------------------------------------------------------------------
Nav Overlay
------------------------------------------------------------------------------------------------- */
/* Overlay style */

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Menu style */
.overlay nav {
  position: relative;
  top: 40%;
  height: 60%;
  text-align: center;
  font-size: 54px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.overlay ul {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}
.overlay ul li {
  display: block;
  float: left;
}
.overlay ul li:last-child {
  margin-right: 0px;
}
.overlay ul li i {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 18px;
  margin-right: 15px;
}
.overlay ul li a {
  float: left;
  padding: 22px 0;
  width: 100%;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.overlay ul li a:hover,
.overlay ul li a:focus {
  border-color: #d1ff6e;
  color: #d1ff6e;
}

/* Effects */
.overlay-midway {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-midway.open {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background: rgba(0, 0, 0, 0.85);
  z-index: 102;
}
.overlay-midway nav ul li {
  opacity: 0;
  -webkit-transform: translate3d(0, -80px, 0);
  transform: translate3d(0, -80px, 0);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}
.overlay-midway.open nav ul:first-child li:first-child {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.overlay-midway.open nav ul:first-child li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.overlay-midway.open nav ul:nth-child(2) li:first-child {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.overlay-midway.open nav ul:nth-child(2) li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.overlay-midway.open nav ul li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  float: left;
  display: inline-block;
  width: 100%;
  padding: 5px 50px;
}

/* -------------------------------------------------------------------------------------------------
Footer
------------------------------------------------------------------------------------------------- */
.footer {
  color: #888;
  background: #091a0f;
  line-height: 60px;
  font-size: 12px;
}
.footer .container {
  padding: 0;
}
.footer img {
  margin-top: 11px;
}
.footer a {
  color: #888;
  padding: 0 0 0 16px;
}
.footer a:hover {
  color: #fff;
}

.page-section {
  padding: 60px 0;
  margin: 0px auto;
}
.page-grey {
  background: #f5f6fa;
}
.page-section .container {
  width: 1200px;
  color: #666;
}
.page-section .container h2 {
  color: #000;
  font-size: 24px;
  margin: 0px;
  font-weight: bold;
  margin-bottom: 30px;
}
.page-section .box-left {
  width: 45.3%;
  float: left;
}
.page-section .box-left .box-description {
  padding-right: 26px;
  height: 75px;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.page-section .box-right {
  width: 54.7%;
  float: left;
}
.page-section .box-right img {
  width: 100%;
}
.col-3line-menu {
  margin: 0;
}
.col-3line-menu li {
  width: 33%;
  height: 140px;
  float: left;
  margin-right: 0.5%;
  margin-top: 35px;
  background: #fff;
  padding: 20px 0 0 20px;
  cursor: pointer;
}
.col-3line-menu li:last-child {
  margin-right: 0;
}
.col-3line-menu.grey-menu li {
  background: #f5f6fa;
  margin-top: 0;
}
.col-3line-menu li > p {
  font-size: 16px;
  color: #333;
}
.col-3line-menu li > a {
  color: rgba(51, 51, 51, 0.5);
  font-size: 12px;
}
.col-3line-menu li:hover {
  background: #8fc31f;
}
.col-3line-menu li:hover > p {
  color: #fff;
}
.col-3line-menu li:hover > a {
  color: rgba(255, 255, 255, 0.5);
}
.icon-24list {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
}
.icon-24list:after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/commenElements.png);
  background-repeat: no-repeat;
}
.icon-24list.ppgs:after {
  background-position: 0 -150px;
}
.col-3line-menu li:hover .icon-24list.ppgs:after {
  background-position: 0 -200px;
}
.icon-24list.ppzl:after {
  background-position: -50px -150px;
}
.col-3line-menu li:hover .icon-24list.ppzl:after {
  background-position: -50px -200px;
}
.icon-24list.yj:after {
  background-position: -100px -150px;
}
.col-3line-menu li:hover .icon-24list.yj:after {
  background-position: -100px -200px;
}
.icon-24list.xcyybl:after {
  background-position: -300px -150px;
}
.col-3line-menu li:hover .icon-24list.xcyybl:after {
  background-position: -301px -200px;
}
.icon-24list.bjkjzf:after {
  background-position: -352px -150px;
}
.col-3line-menu li:hover .icon-24list.bjkjzf:after {
  background-position: -352px -200px;
}
.icon-24list.spzlkk:after {
  background-position: -402px -150px;
}
.col-3line-menu li:hover .icon-24list.spzlkk:after {
  background-position: -402px -200px;
}

.col-3line-menu li:hover .icon-24list.dapp:after {
  background-position: -454px -200px;
}

.icon-24list.dapp:after {
  background-position: -455px -150px;
}
.icon-24list.wechat:after {
  background-position: -506px -150px;
}
.col-3line-menu li:hover .icon-24list.wechat:after {
  background-position: -506px -200px;
}

.icon-24list.contact:after {
  background-position: -558px -150px;
}
.col-3line-menu li:hover .icon-24list.contact:after {
  background-position: -556px -200px;
}
.icon-24list.huizhang:after {
  background-position: -150px -150px;
}
.col-3line-menu li:hover .icon-24list.huizhang:after {
  background-position: -150px -201px;
}
.icon-24list.jiantou:after {
  background-position: -200px -151px;
}
.col-3line-menu li:hover .icon-24list.jiantou:after {
  background-position: -200px -201px;
}

.icon-24list.resu:after {
  background-position: -250px -150px;
}
.col-3line-menu li:hover .icon-24list.resu:after {
  background-position: -250px -200px;
}
/*  */

.icon-24list.phone:after {
  background-position: 0 -300px;
}
.icon-24list.email:after {
  background-position: -50px -300px;
}
.icon-24list.address:after {
  background-position: -100px -300px;
}
.icon-24list.site:after {
  background-position: -150px -300px;
}
.icon-24list.tb:after {
  background-position: -200px -300px;
}
.icon-24list.yy:after {
  background-position: 0 -350px;
}
.icon-24list.zl:after {
  background-position: -50px -350px;
}
.icon-24list.sh:after {
  background-position: -100px -350px;
}

.col-5line-coop li {
  width: 18%;
  height: 100px;
  float: left;
  margin-right: 2.5%;
  margin-top: 20px;
  background: #fff;
  cursor: pointer;
}
.col-5line-coop li:nth-child(5n + 5) {
  margin-right: 0;
}
.col-5line-coop li:hover {
  box-shadow: 0 8px 30px rgba(223, 225, 224, 0.65);
}
.col-5line-coop li a,
.coop-img {
  width: 100%;
  height: 100px;
  display: block;
  position: relative;
}
.coop-img {
  width: 30%;
}
.col-5line-coop li .coop:after,
.coop-img:after {
  content: "";
  width: 162px;
  height: 60px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -81px;
  top: 20px;
  background-image: url(../img/coop.png);
  background-repeat: no-repeat;
}
.col-5line-coop li a.coop1:after {
  background-position: 0 0;
}
.col-5line-coop li:hover a.coop1:after,
.coop-img1:after {
  background-position: -200px 0;
}
.col-5line-coop li a.coop2:after {
  background-position: 0 -80px;
}
.col-5line-coop li:hover a.coop2:after,
.coop-img2:after {
  background-position: -200px -80px;
}
.col-5line-coop li a.coop3:after {
  background-position: 0 -160px;
}
.col-5line-coop li:hover a.coop3:after,
.coop-img3:after {
  background-position: -200px -160px;
}
.col-5line-coop li a.coop4:after {
  background-position: 0 -240px;
}
.col-5line-coop li:hover a.coop4:after,
.coop-img4:after {
  background-position: -200px -240px;
}
.col-5line-coop li a.coop5:after {
  background-position: 0 -320px;
}
.col-5line-coop li:hover a.coop5:after,
.coop-img5:after {
  background-position: -200px -320px;
}
.col-5line-coop li a.coop6:after {
  background-position: 0 -400px;
}
.col-5line-coop li:hover a.coop6:after,
.coop-img6:after {
  background-position: -200px -400px;
}
.col-5line-coop li a.coop7:after {
  background-position: 0 -480px;
}
.col-5line-coop li:hover a.coop7:after,
.coop-img7:after {
  background-position: -200px -480px;
}
.col-5line-coop li a.coop8:after {
  background-position: 0 -560px;
}
.col-5line-coop li:hover a.coop8:after,
.coop-img8:after {
  background-position: -200px -560px;
}
.col-5line-coop li a.coop9:after {
  background-position: 0 -640px;
}
.col-5line-coop li:hover a.coop9:after,
.coop-img9:after {
  background-position: -200px -640px;
}
.link-more {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  position: relative;
  z-index: 1;
}
.col-5line-coop li a.link-more {
  text-align: center;
  line-height: 100px;
}
.col-5line-coop li a.link-more:hover {
  background: #8fc31f;
  color: rgba(255, 255, 255, 0.5);
}

.col-3line-news li {
  width: 32%;
  height: 320px;
  float: left;
  margin-right: 1.5%;
  background: #fff;
  cursor: pointer;
  border: 1px solid #eaecf2;
}
.col-3line-news li:nth-child(3n + 3) {
  margin-right: 0;
}
.col-3line-news li:hover {
  box-shadow: 0 8px 30px rgba(223, 225, 224, 0.65);
}
.col-3line-news li img {
  width: 100%;
}
.col-3line-news li .news-detail {
  padding: 6px 6% 0;
}
.col-3line-news li .news-detail p {
  line-height: 18px;
}
.col-3line-news li .news-title {
  font-size: 16px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.col-3line-news li .news-detail .news-summary {
  line-height: 18px;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.col-3line-news li .news-link {
  font-size: 12px;
  color: rgba(51, 51, 51, 0.5);
}
.col-3line-news li .news-link:hover {
  color: rgba(88, 123, 13, 0.5);
}

.col-6line-contact li {
  width: 24%;
  height: 180px;
  float: left;
  margin-right: 0.32%;
  background: #fff;
  padding: 44px 2% 0;
  text-align: center;
  color: #333;
}
.col-6line-contact li:last-child {
  margin-right: 0;
  padding-top: 0;
}
.col-6line-contact li .icon-24list {
  display: inline-block;
}
.col-6line-contact li .contact-info {
  font-size: 12px;
  margin-top: -10px;
  line-height: 18px;
}
.col-6line-contact li .contact-info a {
  color: #1a8ff2;
}
.col-6line-contact li img {
  max-width: 100%;
  margin-top: -10px;
}
.contact-map {
  margin-top: 20px;
  width: 100%;
  height: 600px;
  z-index: 999;
}
.contact-map img {
  width: 100%;
}

.section-ppgs {
  padding: 50px 6%;
  position: relative;
  margin-bottom: 60px;
}
.section-ppgs .pull-left {
  width: 51%;
}
.section-ppgs .pull-left p {
  line-height: 30px;
}
.section-ppgs .logo-green {
  width: 34%;
  height: 160px;
  background: #8fc31f;
  text-align: center;
  line-height: 160px;
  position: absolute;
  right: 8%;
  top: -35px;
}
.product-catalog {
  width: 41%;
  float: left;
  margin: 100px 0 0 7%;
}
.product-catalog li {
  width: 33.33%;
  float: left;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 1px;
}

.section-ppzl {
  margin-bottom: 60px;
}
.section-ppzl .ytabc {
  width: 44%;
  position: relative;
  float: left;
}
.section-ppzl .ytabc > img {
  border: 1px solid #eaecf2;
  box-shadow: 0 8px 30px rgba(223, 225, 224, 0.65);
  width: 100%;
}
.section-ppzl .ytabc .ytlogo {
  width: 200px;
  height: 70px;
  position: absolute;
  left: 100%;
  top: 0;
  background: #ebedf3;
  text-align: center;
  line-height: 70px;
}
.section-ppzl .ppzl-info {
  width: 55%;
  float: left;
  margin: 70px 0 0 1%;
}
.section-ppzl .ppzl-info p {
  line-height: 30px;
  margin: 20px 0;
}
.col-3line-ppzl {
  margin: 0;
}
.col-3line-ppzl li {
  width: 31%;
  height: 220px;
  float: left;
  margin-right: 2.5%;
  margin-top: 15px;
  background: #f5f6fa;
  padding: 20px 0 0 0;
  color: #666;
  text-align: center;
}
.col-3line-ppzl li:last-child {
  margin-right: 0;
}
.ppzl-info .col-3line-ppzl li p {
  font-size: 12px;
  margin: 0;
}
.col-3line-ppzl .icon-24list {
  margin: 22px auto 8px;
}
.advantage-desc {
  font-size: 16px;
  color: #333;
  background: url(../img/logo_blue.png) no-repeat right center;
  margin-bottom: 65px;
}
.advantage-list {
  height: 380px;
}
.advantage-list .advantage-info {
  margin: 110px 0 0 5%;
  width: 44%;
  float: left;
}
.advantage-list .advantage-img {
  width: 46%;
  margin: 0 2%;
  text-align: center;
  line-height: 380px;
  float: left;
}
.advantage-list .advantage-img img {
  max-width: 100%;
}
.cooperation-list {
  width: 83%;
  margin: 0 auto;
}
.cooperation-list li {
  width: 100%;
  border: 1px solid #eaecf2;
  padding: 22px 6% 22px 0;
  margin-bottom: 20px;
}
.coop-img {
  float: left;
  margin-right: 2%;
}
.coop-info {
  float: left;
  width: 68%;
}
.coop-info p {
  line-height: 20px;
  margin: 0;
}
.coop-info h3 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 6px 0 10px;
}
.col-3line-news-pg,
.col-6line-contact-grey {
  margin: 0;
}
.col-3line-news-pg li {
  margin-bottom: 20px;
}
.col-6line-contact-grey li {
  background: #f5f6fa;
}

.txt-orange {
  color: #ff4918;
}
.txt-green {
  color: #719e10;
}

/* -----------------------------------------------------------------------------------------------------------------------------------
Waypoints
------------------------------------------------------------------------------------------------------------------------------------ */
.bounceInLeft,
.bounceInRight,
.fadeInUp,
.fadeInUpDelay,
.fadeInDown,
.fadeInUpD,
.fadeInLeft,
.fadeInRight,
.bounceInDown {
  visibility: visible;
}
.delay-05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.swiper-container.focusSwiper {
  width: 100%;
  height: 900px;
}
.swiper-container.focusSwiper .swiper-slide {
  background-position: center;
  background-size: cover;
}
.swiper-container.sSwiper {
  width: 375px;
  height: 375px;
  float: left;
  margin-bottom: 40px;
}
.swiper-container.sSwiper .swiper-slide {
  background-position: center;
  background-size: cover;
}
.swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 1) !important;
  opacity: 0.6 !important;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  height: 16px !important;
  background: rgba(255, 255, 255, 1) !important;
  opacity: 1 !important;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 8px !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 40px !important;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .page-section .container {
    width: 750px;
  }
  .navicon,
  .language {
    display: none;
  }
  .col-3line-menu li {
    margin-top: 0;
  }
  .page-section .container h2 {
    margin-bottom: 30px;
  }
  .page-section .box-left .box-description {
    display: none;
  }
  .col-3line-news li {
    height: 250px;
  }
  .col-5line-coop li {
    width: 31%;
    margin-right: 3.5%;
  }
  .col-5line-coop li:nth-child(5n + 5) {
    margin-right: 3.5%;
  }
  .col-5line-coop li:nth-child(3n + 3) {
    margin-right: 0;
  }
  .hero-inside-page {
    min-height: 300px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .page-section .container {
    width: 950px;
  }
  .page-section .container h2 {
    margin-bottom: 15px;
  }
  .page-section .box-left .box-description {
    display: block;
    line-height: 20px;
    height: 57px;
  }
  .col-3line-news li {
    height: 240px;
    background: #f5f6fa;
    margin-bottom: 5px;
  }
  .hero-inside-page {
    min-height: 400px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1050px;
  }
  .page-section .container {
    width: 1000px;
  }
  .navicon,
  .language {
    display: block;
  }
  .navicon a {
    margin: 0 30px;
  }
  .page-section .box-left .box-description {
    height: 70px;
  }
  .col-5line-coop li {
    width: 18%;
    margin-right: 2.5%;
  }
  .col-5line-coop li:nth-child(5n + 5) {
    margin-right: 0;
  }
  .col-5line-coop li:nth-child(3n + 3) {
    margin-right: 2.5%;
  }
  .nav-toggle {
    display: none;
  }
  .hero-inside-page {
    min-height: 600px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1220px;
    /* margin-left: 10px; */
  }
  .page-section .container {
    width: 1200px;
  }
  .language {
    margin-right: 0;
  }
  .navicon a {
    margin: 0 40px;
  }
  .col-3line-menu li {
    margin-top: 35px;
  }
  .page-section .container h2 {
    margin-bottom: 30px;
  }
  .page-section .box-left .box-description {
    line-height: 25px;
    height: 75px;
  }
  .col-3line-news li {
    height: 220px;
    background: #f5f6fa;
    margin-bottom: 15px;
  }
}

.xbt_rjdzkf {
  /*  */
  background: url(../img/commenElements.png) no-repeat -300px -150px;
  width: 24px;
  height: 24px;

  /* background: red; */
}

.flex-row-between-c {
  display: flex;
  justify-content: space-between;
}

/** copy */
.section-divider {
  z-index: 999;
  width: 100%;
  display: table;
  max-height: 450px;
  /* border-bottom: 2px solid #E6EAED; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #fff;
  background-position: center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: relative;
  text-align: center;
}

span.counter {
  font-size: 44px;
  color: #8fc31f;
  width: 100%;
  display: block;
  position: relative;
  margin: 0 0 10px 0;
  font-weight: 700;
}

.counter-desc {
  font-weight: 700;
  text-transform: uppercase;
  color: #8fc31f;
}

.counter-icon-x4 {
  font-size: 4em;
  color: #8fc31f;
  margin-top: 35px;
}

.textdivider h1 {
  color: #8fc31f;
  font-size: 40px;
}

.textdivider p {
  color: #8fc31f;
  font-size: 25px;
}

.section {
  padding-bottom: 60px;
}

.borde {
  background: #f5f6fa;
  width: 24%;
  padding: 20px;
}

.stuffcard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 10px;

  /* padding: 20px;
  margin-right: 20px; */
}

.counter {
  text-align: center;
}

/* .card_wrap{
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: space-around;
} */
.section-title {
  text-align: center;
  margin-bottom: 30px;
}
