﻿@charset "utf-8";

/*! GEP ECOTECH | https://www.gephb.com/ */



/* 更新2019.01.22
   ========================================================================== */

html {
  font-family:"Microsoft YaHei",sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

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

body {
  margin: 0;
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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


/* Grouping content
   ========================================================================== */

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

figcaption,
figure,
main,
img{ /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/** GEP ECOTECH */
a:active,
a:hover {outline-width: 0;}
a:focus {outline-style:none; -moz-outline-style: none;}  

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

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

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/** GEP ECOTECH */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

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

canvas {
  display: inline-block;
}

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

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 GEP ECOTECH
 */

[hidden] {
  display: none;
}



*{
  -webkit-tap-highlight-color:transparent;
}
.clearfix {clear:both;overflow:hidden;width:100%;height:0;font-size:0;float:none}
.clearfix:after {clear:both;display:block;visibility:hidden;height:0;content:"."}
.clearfix {zoom:1}

* {margin:0;padding:0;box-sizing:border-box}
a {text-decoration:none;color:inherit}
strong,i {font-weight:normal;font-style:normal}
ul li {list-style:none}
::-webkit-scrollbar {display:none}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color:#999}
input:-moz-placeholder,textarea:-moz-placeholder {color:#999}
input::-moz-placeholder,textarea::-moz-placeholder {color:#999}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {color:#999}
@font-face {font-family:"iconfont";src:url("../fonts/iconfont.eot");src:url("../fonts/iconfont.eot") format("embedded-opentype"),url("../fonts/iconfont.woff") format("woff"),url("../fonts/iconfont.ttf") format("truetype"),url("../fonts/iconfont.svg") format("svg")}
.iconfont {font-family:"iconfont" !important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.icon-diqiu:before {content:"\e600"}
.icon-erweima:before {content:"\e601"}
.icon-fangdajing:before {content:"\e634"}
.icon-dianhua:before {content:"\e603"}
.icon-liaotian:before {content:"\e60e"}
.center {max-width:1200px;width:100%;margin:0 auto;height:100%}
@media (max-width:1199px) {.center {padding:0 2%}
}

.footMain .footLogo img {position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}
.headTop .center:after,.headTop .languageBox:after,.footMain:after,.mainDevice:after {content:".";display:block;height:0;visibility:hidden;clear:both}


.coverBanner {width:100%;height:380px}
.coverBanner .center {position:relative;padding:0}
.coverBanner .bannerBox {width:570px;position:absolute;left:0; top:140px;color:#fff;}
.coverBanner .bannerBox .t {font-size:30px;line-height:1;margin:0px 0 20px}
.coverBanner .bannerBox .c {font-size:14px;line-height:24px}
@media (max-width:1199px) {
.coverBanner {height:380px}
.coverBanner .bannerBox{ left:10px; top:190px; left:16px;}
}
@media (max-width:768px) {
.coverBanner {height:240px}
.coverBanner .bannerBox {width:96%;top:140px;}
.coverBanner .bannerBox .t {font-size:38px; margin:0;}
.coverBanner .bannerBox .c {display:none}
}
@media (max-width:640px) {
.coverBanner {height:220px}
.coverBanner .bannerBox {top:130px;}
.coverBanner .bannerBox .t {font-size:32px;}
}
@media (max-width:480px) {
.coverBanner {height:160px}
.coverBanner .bannerBox {top:100px;}
.coverBanner .bannerBox .t {font-size:22px;}
}
@media (max-width:375px) {
.coverBanner {height:120px}
.coverBanner .bannerBox {top:70px;left:6px;}
.coverBanner .bannerBox .t {font-size:20px;}
}
@media (max-width:320px) {
.coverBanner {height:100px}
.coverBanner .bannerBox {top:56px;}
.coverBanner .bannerBox .t {font-size:20px;}
}

.coverBannerm {width:100%;height:260px}
.coverBannerm .center {position:relative;padding:0}
.coverBannerm .bannerBox {width:570px;position:absolute;left:0; top:100px;color:#fff;}
.coverBannerm .bannerBox .t {font-size:32px;line-height:1;margin:0px 0 12px}
.coverBannerm .bannerBox p.c {font-size:14px;line-height:24px}
@media (max-width:1199px) {
.coverBannerm {height:260px}
.coverBannerm .bannerBox{top:100px;left:22px;}
}
@media (max-width:768px) {
.coverBannerm {height:200px}
.coverBannerm .bannerBox {width:80%;top:90px;left:12px;}
.coverBannerm .bannerBox .t {font-size:34px; margin:0px 0 4px;}
}
@media (max-width:480px) {
.coverBannerm {height:160px}
.coverBannerm .bannerBox {top:70px;left:2%}
.coverBannerm .bannerBox .t {font-size:22px;}
}
@media (max-width:375px) {
.coverBannerm {height:120px}
.coverBannerm .bannerBox {top:50px;}
.coverBannerm .bannerBox .t {font-size:20px;}
}
@media (max-width:320px) {
.coverBannerm {height:100px}
.coverBannerm .bannerBox {top:40px;}
.coverBannerm .bannerBox .t {font-size:18px;}
}

.contentBanner {width:100%;height:380px}
@media (max-width:768px) {.contentBanner {height:220px}
}
@media (max-width:480px) {.contentBanner {height:130px}
}
.contentBanner .center {position:relative;height:100%}
.contentBanner .cont {position:absolute;left:0;bottom:0;width:600px;height:166px;padding:0 30px 0 24px;color:#fff;filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#0069d2,endColorstr=#00abe0);background:linear-gradient(to right,rgba(0,105,210,0.9),rgba(0,171,224,0.9))}
@media (max-width:768px) {.contentBanner .cont {width:357px;height:128px}
}
@media (max-width:480px) {.contentBanner .cont {width:180px;height:64px}
}
.contentBanner .cont h1 {font-size:36px;margin:38px 0 15px 0}
@media (max-width:768px) {.contentBanner .cont h1 {margin:0;line-height:128px}
}
@media (max-width:480px) {.contentBanner .cont h1 {font-size:20px;line-height:64px}
}
.contentBanner .cont p {font-size:14px;line-height:24px}
@media (max-width:768px) {.contentBanner .cont p {display:none}
}

.leaveMessage {padding:40px 0 60px 0;text-align:center}
.leaveMessage h3 {font-size:26px;color:#0069d2;line-height:2; font-weight:bold;}
.leaveMessage p {font-size:16px;color:#999;margin-bottom:30px}
.leaveMessage .formTable .inputText:before {content:'*';color:#0069d2}
.leaveMessage .formTable .inputText {float:left;width:380px;height:50px;border:1px solid #cccdd1;border-radius:4px;margin-right:30px;margin-bottom:28px;padding-left:16px;color:#999}
.leaveMessage .formTable .inputText:nth-child(3n+2) {margin-right:0}
.leaveMessage .formTable .widther {width:585px}
.leaveMessage .formTable select {display:block;width:585px;height:50px;border:1px solid #cccdd1;border-radius:4px;color:#999;padding-left:16px}
.leaveMessage .formTable textarea {width:100%;height:210px;border:1px solid #cccdd1;border-radius:4px;padding-left:16px;padding-top:18px;margin-bottom:28px;color:#999}
.leaveMessage .formTable button {width:100%;height:50px;background-color:#7fbe25;border-radius:4px;border:none;outline:none;line-height:50px;text-align:center;font-size:18px;color:#fff;cursor:pointer}
@media (max-width:1199px) {
.leaveMessage .formTable .inputText {width:32%;margin-right:2%}
.leaveMessage .formTable .widther {width:48%;margin-right:4%}
.leaveMessage .formTable select {width:48%}
}
@media (max-width:768px) {
.leaveMessage h3{font-size:24px;}
.leaveMessage p{margin-bottom:3%}
}

@media (max-width:480px){
.leaveMessage {text-align:left;padding:20px 0 30px 0}
.leaveMessage h3{font-size:20px;font-weight:normal;}
.leaveMessage p{font-size:14px}
.leaveMessage .formTable .inputText {width:100%;margin-right:0;height:40px;font-size:14px;margin-bottom:12px}
.leaveMessage .formTable .widther {width:100%;margin-right:0}
.leaveMessage .formTable select {width:100%;height:40px;font-size:14px;margin-bottom:12px; display:none}
.leaveMessage .formTable textarea {height:180px;margin-bottom:12px}
.leaveMessage .formTable button {height:40px;line-height:40px}
}

 .animate {-webkit-transform:translateX(-85%);-ms-transform:translateX(-85%);transform:translateX(-85%);transition:all .4s}
 .slideNav {display:none}
@media (max-width:768px) { .slideNav {position:absolute;top:0;right:0;z-index:9999;width:85%;height:100%;padding:116px 20px 0;background:linear-gradient(to bottom,rgba(0,105,210,0.9),rgba(0,171,224,0.9))}
}
@media (max-width:480px) { .slideNav {padding:50px 10px 0}
}
 .m-logo {margin-bottom:92px}
 .m-logo img {margin:0 auto}
@media (max-width:480px) { .m-logo img {width:50%}
}
@media (max-width:480px) { .m-logo {margin-bottom:40px}
}
 .m-searchBox {width:100%;height:88px;padding:24px 26px;background-color:#4e9ee1;border-radius:8px}
@media (max-width:480px) { .m-searchBox {height:44px;padding:12px}
}
 .m-searchBox form {width:100%;height:100%}
 .m-searchBox input {float:left;width:85%;height:100%;border:none;background:transparent;outline:none;color:rgba(255,255,255,0.5);font-size:32px}
@media (max-width:480px) { .m-searchBox input {font-size:16px}
}
 .m-searchBox .button {float:right;width:40px;height:40px;border:none;outline:none;background:transparent url(../images/m-searchbtn.png) no-repeat;background-size:cover}
@media (max-width:480px) { .m-searchBox .button {width:20px;height:20px}
}
 .m-searchBox::-webkit-input-placeholder {text-align:right;color:rgba(255,255,255,0.5)}
 .m-nav {overflow:hidden;margin-bottom:90px}
@media (max-width:480px) { .m-nav {margin-bottom:40px}
}
 .m-nav ul {float:right;width:60%}
 .m-nav ul li {width:100%;height:92px;border-bottom:2px solid rgba(255,255,255,0.3)}
@media (max-width:480px) { .m-nav ul li {border-bottom-width:1px;height:40px}
}
 .m-nav ul a {display:block;padding:0 25px;color:#fff;text-align:right;font-size:32px;line-height:90px}
@media (max-width:480px) { .m-nav ul a {padding:0 12px;font-size:16px;line-height:40px}
}
 .m-footer p {font-size:24px;text-align:center;line-height:40px;color:#fff}
@media (max-width:480px) { .m-footer p {font-size:14px;line-height:26px}
}
 .wrapper {background:#fff;transition:all .4s}
.slideBar {position:fixed;right:0;top:28%;width:68px;height:272px;z-index:9999999}
@media (max-width:768px) {.slideBar {display:none}
}
.slideBar ul li {width:68px;height:68px;position:relative}
.slideBar ul li:hover span {border-color:#24b84c}
.slideBar ul a {position:absolute;left:0;top:0;width:230px;height:100%;color:#fff;background:#0069d2;font-size:20px;line-height:68px;transition:all .4s}
.slideBar ul span {float:left;width:40px;height:68px;margin:0 14px;border-top:1px solid rgba(255,255,255,0.3);background:url(../images/slidebaricon.png) no-repeat}
.slideBar ul .customer {border:none}
.slideBar ul .tencentQQ {background-position:0 -68px}
.slideBar ul .tel {background-position:0 -136px}
.slideBar ul .backTop {background-position:0 -204px}


.headTop {width:100%;height:42px;background:#41434f}
.headTop .headm{ width:536px; float:right}

.headTop .infos {color:#b2b2b2}
.headTop .infos p {float:left;line-height:42px;font-size:12px}
.headTop .infos i {float:left;line-height:42px;margin:0 18px}
.headTop .otherLink {float:right;color:#b2b2b2}
.headTop .otherLink i {float:left;line-height:42px}
.headTop .languageBox {float:left;position:relative}
.headTop .languageBox ul {display:none;position:absolute;top:42px;left:0;width:140px;height:150px;border-left:1px solid #e1e1e1;border-right:1px solid #e1e1e1;border-radius:4px;padding:3px 0;background:#fff;z-index:11}
.headTop .languageBox ul:before {content:'';display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff;position:absolute;top:-12px;left:50%;margin-left:-6px}
.headTop .languageBox li{width:100%;height:29px;border-bottom:1px solid #f3f3f3}
.headTop .languageBox li a {display:block;line-height:28px;font-size:14px;color:#666;text-align:center}
.headTop .languageBox li a:hover {color:#fff;background:#7fbe25}
.headTop .languageBox li:first-child a{color:#b2b2b2;}
.headTop .languageBox li:first-child a:hover {color:#fff;background:#7fbe25}
.headTop .icon {float:left;width:16px;height:14px;font-size:18px;color:#7fbe25;line-height:42px}
.headTop .language {float:left;font-size:12px;color:#b2b2b2;line-height:42px;padding:0 14px 0 8px;cursor:pointer}
@media (max-width:768px) {.headTop {display:none}
}

header {width:100%}
header .header{width:100%;height:116px;position:relative}
header .header .logo {float:left;position:relative;width:226px;height:100%}
header .header .logo img {width:100%;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}
header .header .logo .mlogo{ display:none;}
@media (max-width:960px) {header .logo {width:20%}
}
@media (max-width:768px) {
header .header {height:88px;position:relative}
header .header .logo {width:225px}
header .header .logo .plogo{ display:none;}
header .header .logo .mlogo{ display:block;}
}
@media (max-width:480px) {
header .header {height:70px;position:relative}
header .header .logo {width:160px}
}
@media (max-width:320px) {
header .header {height:60px;position:relative}
header .header .logo {width:120px}
}


nav {float:right;margin-right:20px}
nav li {float:left;position:relative}
nav li:hover div {display:block}
nav li a {display:block;font-size:18px;border-top:2px solid transparent;line-height:114px;color:#565966;text-align:center;width:80px;padding:0 20px;box-sizing:content-box}
@media (max-width:1199px) {nav li a {width:auto;padding:0 16px}
}
@media (max-width:960px) {
nav {margin-right:20px}
nav li a {font-size:16px}
}
@media (max-width:768px) {nav {display:none}
}
nav li a:hover{background-color:#fafafa;border-top:2px solid #7fbe25;color:#7fbe25;}

nav li div {position:absolute;top:116px;z-index:999;display:none;width:114px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);border:1px solid #e5e5e5;border-top:none}
nav li div li {width:100%}
nav li div li a {display:block;line-height:44px;border-top:1px solid #e5e5e5;background:#fff;font-size:16px;color:#666;padding:0;width:auto}
nav li div li a:hover {background:#7fbe25;color:#fff;border-top:1px solid #7fbe25}
nav li .nav_solu{width:170px;}

.search {float:right;width:30px;height:100%;position:relative;padding:49px 0}
@media (max-width:960px) {.search {display:none}
}
.search .searchIcon {display:block;width:18px;height:18px;background:url(../images/searchicon.png) no-repeat;cursor:pointer}
.search .searchBox {display:none;position:absolute;top:28px;right:0;width:318px;height:58px}
.search .searchBox form {width:100%;height:100%;border:1px solid #e6e6e6;border-radius:4px;background:#fff;padding:15px 0}
.search .searchBox span {float:left;height:26px}
.search .searchBox input {width:272px;height:100%;border:none;border-right:1px solid #e6e6e6;outline:none;color:#999;padding:0 0 0 10px}
.search .searchBox .tijiao {border:none;outline:none;cursor:pointer;width:44px;height:26px;background:url(../images/searchicon.png) center no-repeat}
@media (max-width:768px) {.mobileBar {width:130px;height:46px;position:absolute;right:20px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);padding:0 12px}
.mobileBar i {display:block;width:1px;height:100%;background-color:#cfcfcf;float:right;margin:0 25px}
}
@media (max-width:768px) and (max-width:480px) {.mobileBar i {margin:0 15px}
}
@media (max-width:768px) {.mobileBar span {float:right;width:24px;height:24px;margin:11px 0;background:url(../images/naviconmobile.png) no-repeat}
}
@media (max-width:768px) and (max-width:480px) {.mobileBar span {width:18px;height:18px;background-size:cover}
}
@media (max-width:768px) {.mobileBar .mobileNav {width:30px;background-position:-24px 0}
}
@media (max-width:768px) and (max-width:480px) {.mobileBar .mobileNav {width:24px;background-position:-18px 0}
}
@media (max-width:480px) {.mobileBar {right:10px;height:36px}
}
@media (max-width:375px) {.mobileBar {right:4px;}
}
@media (max-width:320px) {.mobileBar {width:104px;right:0px;}
.mobileBar i {margin:0 12px}
}


.contactBar {width:100%;height:78px;background:#7fbe25;color:#fff}
.contactBar p {float:left;font-size:20px;line-height:78px}
.contactBar p span {display:inline-block;width:20px;height:20px;background:url(../images/toright.png) 0 0 no-repeat;vertical-align:middle;margin-left:12px}
.contactBar .contactBtn {float:right;width:146px;height:40px;border:3px solid #fff;border-radius:20px;background-color:#7fbe25;margin-top:18px}
.contactBar .contactBtn a {display:block;line-height:34px;font-size:14px;text-align:center}
.contactBar .contactBtn .icon {font-size:14px;line-height:34px;padding-right:8px}
.contactBar .mobileText {display:none}
.contactBar .mobileBtn {display:none}
@media (max-width:768px) {
.contactBar {height:100px;position:relative}
.contactBar p {float:none;position:absolute;left:20px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:50%;line-height:40px}
.contactBar p span {display:none}
.contactBar .contactBtn {width:215px;height:60px;border-width:4px;border-radius:30px;margin:0;float:none;position:absolute;right:20px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
.contactBar .contactBtn a {font-size:22px;line-height:52px}
.contactBar .contactBtn .icon {font-size:22px;line-height:52px}

}
@media (max-width:480px) {
.contactBar {height:80px;position:relative}
.contactBar p {left:10px;font-size:12px;line-height:26px}
.contactBar .contactBtn {right:10px;width:120px;height:40px;border-width:3px}
.contactBar .contactBtn a {font-size:14px;line-height:34px}
.contactBar .contactBtn .icon {font-size:14px;line-height:34px}
.contactBar .mobileText {display:inline}
.contactBar .desktopText {display:none}
.contactBar .mobileBtn {display:block}
.contactBar .desktopBtn {display:none}
}

footer{background:rgba(44,47,60,0.9);background:linear-gradient(rgba(44,47,60,0.9),rgba(44,47,60,0.9) 324px,#262934 324px,#262934)}
@media (max-width:768px) {footer{height:262px;background:#3b3d47;padding:0}
}
@media (max-width:480px) {footer{height:200px;padding:10px 0}
}
@media (max-width:320px) {footer{height:190px;padding:10px 0}
}

.footMain {width:100%;height:324px;padding:54px 0}
.footMain .footLogo {float:left;width:224px;height:100%;border-right:5px solid #4b4d5b;position:relative}
.footMain .foot-nav{width:736px;float:left;margin-left:40px;}
.footMain .foot-nav li{float:left;width:100px;margin-right:30px;}
.footMain .foot-nav li.pro{width:192px;}
.footMain .foot-nav li H4{ color:#FFF;font-size:18px;margin:20px 0 10px}
.footMain .foot-nav li p{ line-height:30px;color:#b2b2b2;font-size:14px;}
.footMain .foot-nav li p a{color:#b2b2b2;}
.footMain .foot-nav li p a:hover{ color:#7fbe25;}
.footMain .foot-nav li.foot-cont{ width:254px;margin-right:0px;}
.footMain .foot-nav li p em{font-style:normal;color:#7fbe25;}
.footMain .footWeChat{ width:117px; float:right;}
.footMain .footWeChat .t{font-size:16px;color:#FFF; text-align:center; margin:20px 0}
.footMain .footWeChat .ico{width:72px; margin:6px auto 0;}
.footMain .footWeChat .ico a{background:url(../images/foot-ico.png) no-repeat center; display:inline-block; width:20px; height:22px; margin:0px 2px}
.footMain .footWeChat .ico a.weibo{background-position:0px 0px;}
.footMain .footWeChat .ico a.toutiao{background-position:0px -25px;}
.footMain .footWeChat .ico a.qq{background-position:0px -56px;}
.footMain .footWeChat .ico a.weibo:hover{background-position:0px -92px;}
.footMain .footWeChat .ico a.toutiao:hover{background-position:0px -117px;}
.footMain .footWeChat .ico a.qq:hover{background-position:0px -147px;}

@media (max-width:1199px) {
.footMain .footLogo{width:20%}
.footMain .footWeChat{display:none;}
}
@media (max-width:980px) {
.footMain .foot-nav{width:78%;margin-left:2%;}
.footMain .foot-nav li{width:96px;}
}
@media (max-width:840px) {
.footMain .foot-nav li{width:80px;}
.footMain .foot-nav li.about{display:none;}
}
@media (max-width:768px) {.footMain{display:none}
}

.copyRight{width:100%;height:70px;color:#999}
.copyRight p{float:left;font-size:14px;line-height:70px; width:50%;}
.copyRight p span{color:#7fbe25}
.copyRight p strong{margin-left:1%}
.copyRight .gepLogo{display:none}
.copyRight .fasmedia{display:none}
.copyRight .fastLink{float:right;overflow:hidden}
.copyRight .fastLink li{float:left;line-height:70px}
.copyRight .fastLink li:last-child a {border:none}
.copyRight .fastLink a{font-size:14px;padding:0 12px;border-right:2px solid #7f7f81}
.copyRight .fastLink a:hover{color:#7fbe25;}
@media (min-width:1200px) {
.copyRight p a:hover{color:#7fbe25}
}
@media (max-width:1024px) {
.copyRight p{width:34%;}
.copyRight p .icp{display:none;}
}
@media (max-width:980px) {
.copyRight p{width:38%;}
}
@media (max-width:840px) {
.copyRight p{width:34%;}
.copyRight p strong{ display:none;}
}
@media (max-width:768px) {
.copyRight {height:100%;padding:40px 0 30px 0}
.copyRight p{ width:100%;font-size:22px;float:none;line-height:40px;text-align:center; margin-left:0px;}
.copyRight .gepLogo {display:block;margin:0 auto}
.copyRight .fascompu{display:none;}
.copyRight .fasmedia{display:block}
.copyRight .fastLink li{line-height:28px}
.copyRight .fastLink a{font-size:22px;padding:0 19px}
.copyRight .fastLink {float:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:24px auto 18px}
}
@media (max-width:480px) {
.copyRight{padding:20px 0 0 0}
.copyRight p{font-size:14px;line-height:32px}
.copyRight .gepLogo{width:160px;height:auto}
.copyRight .fastLink a{font-size:14px;padding:0 12px}
.copyRight .fastLink{margin:10px auto}
}
@media (max-width:320px) {
.copyRight p{font-size:12px;line-height:26px}
}


#footer{ display:none}
@media (max-width:768px) {
#footer{ width:100%; height:60px; margin:0 auto; position:fixed; bottom:0; left:0; display:block;background:#f9f9f9}
#footer ul{max-width:640px; background:#f9f9f9;height:60px;margin:0 auto}
#footer ul li{ width:25%; height:60px; display:block; float:left; text-align:center; background:url(../images/bottom.jpg) no-repeat right center}
#footer ul li a{ color:#00c3e5; font-size:12px; display:block; margin:10% 0;}
#footer ul li span{ display:block; padding:4% 0}
#footer ul li:nth-of-type(4){ background-image:none}
#footer ul li i{display:block; width:24px; height:24px;margin-top:5px;margin:0 auto}
#footer ul li.index i{background:url(../images/fz.png) no-repeat  center;background-size:100% 100%;}
#footer ul li.bohao i{background:url(../images/aa1.png) no-repeat center;background-size:100% 100%;}
#footer ul li.anli i{background:url(../images/fenlei.png) no-repeat  center;background-size:100% 100%;}
#footer ul li.guanyu i{background:url(../images/ly.png) no-repeat  center;background-size:100% 100%;}

.footer{margin-bottom:60px;}
}

.search{ z-index:10;}

/* 面包屑导航 */
.navBar {width:100%;height:56px;background:#f5f5f5}
.navBar .barMain {line-height:56px;color:#999;padding-left:2px;max-width:1200px; width:100%; margin:0 auto; height:100%;}
.navBar .barMain a {font-size:14px;transition:all .6s;}
.navBar .barMain a:hover{color:#7fbe25;}
@media (max-width:1199px) {
.navBar .barMain{ width:96%;}
}
@media (max-width:480px) {
.navBar {height:40px;}
.navBar .barMain {line-height:40px;}
.navBar .barMain a {font-size:12px}
.navBar .index:after {top:0}
}


/* 列表页分页 */
.papys{margin:20px auto 80px;text-align:center;}
.papys b{display:inline-block;margin-right:4px;border:1px solid #7fbe25;height:38px; line-height:38px;padding:0 14px;font-size:14px;color:#FFF;background:#7fbe25;}
.papys a{display:inline-block;margin-right:4px;border:1px solid #cecece;height:38px; line-height:38px;padding:0 14px;font-size:14px;color:#666666;margin-bottom:1%;}
.papys a:hover{background:#7fbe25;border-color:#7fbe25;color:#fff;}
.papys .over{background:#7fbe25;border-color:#7fbe25;color:#fff;}
.papys span{background:#00c3e5;font-size:12px;color:#fff;padding-left:10px;display:inline-block;margin-right:4px;border:1px solid #00c3e5;height:38px;line-height:38px; padding:0 14px;font-size:14px;}
@media (max-width:1024px) {
.pages{margin:2% auto 8%}
}

/* 内容页翻页 */
.articleLink{width:100%;border:1px solid #f0f0f0;border-left:none;border-right:none}
.articleLink span{font-size:16px;color:#999;line-height:124px}
.articleLink span a:hover{color:#7fbe25}
.articleLink .prev {float:left}
.articleLink .next {float:right}
@media (max-width:640px) {
.articleLink{width:100%;padding:2% 0}
.articleLink .prev {float:none}
.articleLink .next {float:none}
.articleLink span{ width:100%;line-height:30px;display:inline-block;font-size:14px;}
}
@media (max-width:375px) {
.articleLink span{line-height:26px;}
}

/*  案例内页、产品内页推荐  */
.soluspec{ width:1208px;margin:58px auto;}
.soluspec .tit{font-size:26px;color:#0069d2;margin-bottom:26px;font-weight:bold;}
.soluspec .after-solu{width:800px; float:left;}
.soluspec .after-solu .tit{margin-left:8px;}
.soluspec .after-solu ul{width:100%;}
.soluspec .after-solu ul li{width:184px;float:left;margin:0 8px 20px;}
.soluspec .after-solu ul li .img{width:100%;}
.soluspec .after-solu ul li .img img{width:100%;}
.soluspec .after-solu ul li .t{font-size:16px;color:#565966;line-height:42px;text-align:center;transition:all .6s;}
.soluspec .after-solu ul li:hover .t{color:#0069d2}
.soluspec .after-spec{width:370px;float:right;}
.soluspec .after-spec .tjspec{width:100%;}
.soluspec .after-spec .tjspec a{width:100%;}
.soluspec .after-spec .tjspec .img{width:100%;}
.soluspec .after-spec .tjspec .img img{width:100%;}
.soluspec .after-spec .tjspec .t{font-size:18px;line-height:56px;font-weight:bold;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#565966;transition:all .6s;}
.soluspec .after-spec .tjspec .c{font-size:14px;color:#999;line-height:28px;}
.soluspec .after-spec .tjspec a:hover .t{color:#0069d2}
@media (max-width:1199px) {
.soluspec{ width:98%;margin:4% auto;}
.soluspec .tit{margin-bottom:20px;}
.soluspec .after-solu{width:70%;}
.soluspec .after-solu .tit{margin-left:1%;}
.soluspec .after-solu ul{width:100%;}
.soluspec .after-solu ul li{width:23%;margin:0 1% 2%;}
.soluspec .after-spec{width:28%;margin-right:1%;}
}
@media (max-width:768px) {
.soluspec .tit{font-size:24px;}
.soluspec .after-spec .tjspec .t{line-height:36px;}
.soluspec .after-spec .tjspec .c{line-height:24px;}
}
@media (max-width:640px) {
.soluspec .after-solu ul li .t{line-height:30px;}
.soluspec .after-spec .tjspec .t{font-size:16px;}
.soluspec .after-spec .tjspec .c{line-height:20px;}
}
@media (max-width:480px) {
.soluspec .tit{font-size:20px;font-weight:normal;text-align:left;}
.soluspec .after-solu{width:100%;float:none}
.soluspec .after-solu ul li{width:48%;}
.soluspec .after-spec{width:100%;margin:0;float:none}
.soluspec .after-spec .tit{margin-left:1%;}
.soluspec .after-spec .tjspec{padding:0 1%;width:100%;}
}
@media (max-width:375px) {
.soluspec .tit{font-size:20px;margin-bottom:12px;}
.soluspec .after-spec .tjspec{padding:0 1%;width:100%;}
}

/*GEP ECOTECH*/