/*
Theme Name: nvserve.com   
Theme URI: http://www.nvserve.com
Description: nvserve.com
Author: nvserve.com
Version: 1.0 
*/


@charset "utf-8";

@font-face {
  font-family: 'iconfont';  /* project id 1075276 */
  src: url('../fonts/font_1075276_mvmc85jvi5.eot');
  src: url('../fonts/font_1075276_mvmc85jvi5.eot') format('embedded-opentype'),
  url('../fonts/font_1075276_mvmc85jvi5.woff2') format('woff2'),
  url('../fonts/font_1075276_mvmc85jvi5.woff') format('woff'),
  url('../fonts/font_1075276_mvmc85jvi5.ttf') format('truetype'),
  url('../fonts/font_1075276_mvmc85jvi5.svg#iconfont') format('svg');
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0px;
  -moz-osx-font-smoothing: grayscale;
}

/* Reset
-------------------------------------------------------------- */
html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100% }
body { line-height: 1; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video { font-family: inherit; font-size: 100%; font-weight: inherit; font-style: inherit; vertical-align: baseline; margin: 0; padding: 0; border: 0; outline: 0; background: transparent }
ol, ul,li { list-style: none }
P {margin-bottom: 15px;}
b,strong {font-weight: 700;}
blockquote, q { -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; quotes: none }
figure { margin: 0 }
:focus { outline: 0 }
table { border-collapse: collapse; border-spacing: 0 }
img { width: 100%; height: auto;border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle }
legend { white-space: normal }
button, input, select, textarea { font-size: 100%; margin: 0; max-width: 100%; vertical-align: baseline; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box }
button, input { line-height: normal }
input, textarea { background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0)) }
button, input[type="button"], input[type="reset"], input[type="submit"] { line-height: 1; cursor: pointer; -webkit-appearance: button; border: none }
input[type="checkbox"], input[type="radio"] { padding: 0 }
input[type="search"] { -webkit-appearance: textfield }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0 }
*, :before, :after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box }
a { text-decoration: none; color: #333; }
a:hover, a:focus { color: #db8733; text-decoration: none; outline: 0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.c {
  *zoom:1;
  clear:both
}
body { 
  font: 14px/1.7 'Microsoft Yahei','PingFang SC',"Segoe UI",SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
  color:#555;
  background: #f1f2f3;

}


/* Typography
-------------------------------------------------------------- */
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
  margin-bottom: .5rem;
  font-family: "Rubik",sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #232323;
}
.h1,h1 {
    font-size: 2rem
}
.h2,h2 {
    font-size: 1.75rem
}
.h3,h3 {
    font-size: 1.5rem
}
.h4,h4 {
    font-size: 1.25rem
}
.h5,h5 {
    font-size: 1.05rem
}
.h6,h6,.s {
    font-size: 0.85rem
}

/* 栅格系统
-------------------------------------------------------------- */
.container {
  width: 80%;
  max-width: 1400px;
  min-width: 1180px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flow-root;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.row>.grid, .row>.grid1, .row>.grid2, .row>.grid3, .row>.grid4, .row>.grid5, .row>.grid6, .row>.grid7, .row>.grid8, .row>.grid9, .row>.grid10, .row>.grid11, .row>.grid12{
  padding-right: 10px;
  padding-left: 10px;
}
.grid, .grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11, .grid12{
  position: relative;
  float: left;
  min-height: 1px;
}
.grid1 {
  width: 8.333333%
}
.grid2 {
  width: 16.666667%
}
.grid3 {
  width: 25%
}
.grid4 {
  width: 33.333333%
}
.grid5 {
  width: 41.666667%
}
.grid6 {
  width: 50%
}
.grid7 {
  width: 58.333333%
}
.grid8 {
  width: 66.666667%
}
.grid9 {
  width: 75%
}
.grid10 {
  width: 83.333333%
}
.grid11 {
  width: 91.666667%
}
.grid12 {
  width: 100%
}
.offset12 {
  margin-left: 100%;
}
.offset11 {
  margin-left: 91.66666667%;
}
.offset10 {
  margin-left: 83.33333333%;
}
.offset9 {
  margin-left: 75%;
}
.offset8 {
  margin-left: 66.66666667%;
}
.offset7 {
  margin-left: 58.33333333%;
}
.offset6 {
  margin-left: 50%;
}
.offset5 {
  margin-left: 41.66666667%;
}
.offset4 {
  margin-left: 33.33333333%;
}
.offset3 {
  margin-left: 25%;
}
.offset2 {
  margin-left: 16.66666667%;
}
.offset1 {
  margin-left: 8.33333333%;
}
.offset0 {
  margin-left: 0%;
}
.tran {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease; 
}
.link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.btn {
  display: inline-block;
  color: #db8733;
  background: #fff;
  line-height: 1;
  padding: 12px 30px;
  outline: none;
  cursor: pointer;
  transition: all .3s ease;
  border: 2px solid #db8733; 
  border-radius: 27px;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease; 
}
.btn:hover {
  color: #fff !important;
  border: 2px solid #db8733;
  background: #db8733;  
}
.btn-white{
  color: #36b13c;
  background: #f2f2f2;
}
.content-box {
  float: left;
  width: 100%;
  overflow: hidden;
  padding: 80px 0 60px 0;
}
.icon-box li {
  float: left;
  padding: 10px;
  margin: 10px 0;
  text-align: center;
  border-right: 1px solid #dee3ea;
}
.icon-box .iconfont {
  font-size: 40px;
  line-height: 60px;
  color: #232323;
  display: block;
}
.n3 .item {
  width: 33.333333333333%;
}
.n4 .item {
  width: 25%;
}
.n5 .item {
  width: 20%;
}
.n6 .item {
  width: 16.666666666666%;
}
.n7 .item {
  width: 14.285%;
}
.n8 .item {
  width:12.5%;
}
.n9 .item {  
  width:11.111111111111%;
}
.n3 .item,.n4 .item,.n5 .item,.n6 .item,.n7 .item,.n8 .item,.n9 .item {
  float: left;
}
.n4 .item:nth-child(4n),.n5 .item:nth-child(5n),.n6 .item:nth-child(6n),.n7 .item:nth-child(7n),.n8 .item:nth-child(8n),.n9 .item:nth-child(9n) {
  border:none !important;
}

.fr {
  float: right;
}
.fl {
  float: left;
}
.tr {
  text-align: right;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.bgf {
  background:#fff;
}
.box-shadow {
  border-radius:2px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
  transition: all 0.5s ease;
}
.bai {
  color: #fff !important
}
.lv {
  color: #36b13c !important;
}
.pr {
  position: relative;
}
.time-m {
  float: left;
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-family: "Rubik",sans-serif;
  font-size: 1.25rem;
  text-align: center;
  color: #fff;
  background:#1b1b1b;
}
.time-m:after {
  display: table;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 15px solid #fff;
  border-left: 15px solid transparent;
  right: 0;
  bottom: 0;
}
.time-j {
  float: left;
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-family: "Century Gothic";
  font-weight: 700;
  font-size: 1.65rem;
  letter-spacing:2px;
  text-align: center;
  color: #fff;
  background:#db8733;
}
.view-article {
  color: #36b13c;
  line-height: 1;
  outline: none;
  cursor: pointer;
}
.overlay { 
  opacity: 0.6; 
  position: absolute; 
  width: 100%; 
  height: 100%; 
  top: 0; 
  background: #151515; 
}

/* Header
-------------------------------------------------------------- */
#header {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
}
.header-container {
  padding: 10px 30px;
}
.logo {
  position:absolute;
  top: 0;
  bottom: 0;
  height:80px;
  line-height: 80px;
}
.logo-bg {
  position: relative;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow:hidden;
  text-align:center;
  display:table;
  background:#fff;
  transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
  -moz-box-shadow: 0 0 8px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,.2);
  box-shadow: 0 0 8px rgba(0,0,0,.2);
}
.logo a {
  display:table-cell;
  vertical-align:middle;
  width:100%;
  height:100%;
  padding: 0 20px;
}
.logo img {
  height: auto;
  width: 100%;
  transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
}
.logo a h3 {
  display: block;
  font-size:16px;
  font-weight: 100;
  text-align: justify;
  text-align-last: justify;
  padding:0 15px;
  margin-top:8px;
}
.header-hover {
  -moz-box-shadow: 0 0 8px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,.2);
  box-shadow: 0 0 8px rgba(0,0,0,.2);
  background-color: #fff;
  /*border-bottom: 1px solid #e6e6e6;*/
}
.header-hover .header-top {
  display: none;
  transform: translate(-50%, -50%);
}
.header-hover .logo {
  margin: 15px 0;
}
.header-hover .logo img {
    height: 30px !important;
}
.header-hover .header-top #mainnav ul li a {
  display: block;
  line-height: 60px !important;
  color: #232323;
}
.header-hover a {
  color: #232323 !important;
}

.header-top {
  height:60px;
  color: #f2f2f2;
  background:#36b13c;
  transition: transform .6s;
}
.header-top a {
  color: #232323 !important;
  padding-right:15px;
  padding-left:15px;
  border-left:1px solid #c4c4c4;
}
.header-top .first {
  border:0;
}
.header-tel {
  float: right;
  width: 100%;
}
.header-tel li {
  float: left;
  padding: 10px 0;
}
.header-tel .iconfont {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  color: #36b13c;
  background: #f2f2f2;  
  border-radius: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  font-weight: 100;
  margin-right: 10px;
}
.header-tel li b {
  font-size:15px;
  overflow: hidden;
  color: #f2f2f2;
  line-height: 20px;
}
.header-tel li b span {
  display: block;
  font-size: 14px;
  font-weight: 100;
}
.page-hot-keywords {
  line-height: 40px;
  overflow: hidden;/*超出部分隐藏*/
  white-space: nowrap;/*不换行*/
}
.focux-header {
  margin-bottom:135px;
}
.focux-header .top-bar {
  background:#fff;
}
.focux-header .top-nav {
  position:fixed;
  left:0;
  top:0;
  width:100%;
  margin-bottom: 60px;
  z-index:9999;
  background:#fff;
  box-shadow:0 5px 10px rgba(0,0,0,0.1);
  -webkit-transform:translateZ(0);
}

.current-cat a {
  font-weight:bold;
  color:#36b13c;
  background:none;
}

.menu-product-menu-container .categories  {
    list-style: none;
    width: 100%;
	text-align: center;
	}
.menu-product-menu-container .categories li {
    float: left;
	width:25%; 
    padding: 15px;
    background: #fff;
    margin-bottom: 15px;
}
.menu-product-menu-container .categories li:hover {
  color:#fff;
  background:#36b13c;
}
.menu-product-menu-container .categories li a:hover {
color:#fff
}
.title {
    padding: 10px;
    
}	
/* Flat Title 
--------------------------------------------------------------*/
.flat-title {
  margin-bottom: 40px;
}
.flat-title .title,.header-banner .title {
  font-size:1.25rem;
  font-weight:100;
  margin-bottom: 20px;
  color:#232323;
  position:relative;
  text-transform: uppercase;
}
.flat-title .title i, .header-banner .title i {
  display:block;
  font-size:32px;
  font-weight:100;
  line-height:1;
  padding-bottom: 30px;
}
.header-banner .title i {
  font-size: 30px;
}
.flat-title .sub-title,.header-banner .sub-title {
  margin-top:45px;
  text-transform:uppercase;
  font-weight:100;
  position:relative;
}
.flat-title .title:after {
  position:absolute;
  content:'';
  top:50px;
  left:0%;
  background-color:#36b13c;
  width:30px;
  height:2px;
}
.flat-title .white:after {
  background-color:#fff !important;
}
.flat-title .center-title, .header-banner .center-title {
  text-align:center;
}
.header-banner .center-title {
  font-size: 42px;
  font-weight: 700;
}
.flat-title .title.center-title:after, .header-banner .title.center-title:after {
  left:50%;
  margin-left:-15px;
}
.flat-title,.header-banner {
  clear:both;
}
.header-banner {
  position: relative;
  top: 100px;    
}
.flat-title .no-line-bottom.title:after ,.header-banner .no-line-bottom.title:after   {
  display:none;
}
/* Page Title
-------------------------------------------------------------- */



/* Main Nav */
.nav-wrap {
  height: 80px;
  text-align:right;
}
#mainnav ul li {
  position:relative;
}
#mainnav ul li {
  display:inline-block;
}
#mainnav ul li:last-child {
  padding-right:0;
}
#mainnav ul li:last-child a {
  margin-right:0;
}
#mainnav ul li a {
  display:block;
  font-size: 15px;
  line-height: 80px;
  padding-left: 40px;
}
#mainnav ul li:hover a,#mainnav .current-menu-item a,#mainnav .current-menu-ancestor a,#mainnav  .current-post-ancestor a {
  color:#db8733 !important;
}
#mainnav ul li a .fa {
  margin-right:5px;
}
#mainnav ul li.home>a {
  padding:0 8px;
}
#mainnav ul.sub-menu {
  position:absolute;
  left:15px;
  top:150%;
  width:220px;
  text-align:left;
  background-color:#ffffff;
  z-index:9999;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter:alpha(opacity=0);
  opacity:0;
  visibility:hidden;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -ms-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}
#mainnav ul li:hover>ul.sub-menu {
  top:100%;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter:alpha(opacity=100);
  opacity:1;
  visibility:visible;
  box-shadow:0 5px 10px rgba(0,0,0,0.15);
}
#mainnav ul li ul li {
  margin-left:0;
}
#mainnav ul.sub-menu li ul {
  position:absolute;
  left:300px;
  top:0 !important;
}
#mainnav ul.sub-menu ul.sub-menu {
  left:180px !important;
  top:10px !important;
}
#mainnav ul.sub-menu li:first-child {
  border-top:none;
}
#mainnav ul.sub-menu li {
  float: left;
  width: 100%;
}
#mainnav ul.sub-menu li a {
  display:block;
  color:#555 !important;
  padding:0 0 0 20px;
  line-height:45px;
  font-weight:500;
}
#mainnav ul.sub-menu li a:hover {
  background:#eee;
  color:#232323;
}
/* Header Fix */
#header.fixed-header {
  position:fixed !important;
  top:0;
  left:0;
  width:100%;
  z-index:9999;
  background:#fff;
  box-shadow:0 10px 15px rgba(0,0,0,0.1);
}
#header.fixed-header #logo {
  margin-top:38px;
}
#header.fixed-header .btn-quote {
  margin-top:38px;
}
#header.fixed-header #mainnav ul li a {
  padding-top:38px;
  padding-bottom:38px;
}
#header.fixed-header #mainnav ul li a:hover {
  color:#fff;
}
#header.fixed-header .show-search {
  margin-top:38px;
}
#header.fixed-header .show-search a {
  color:#232323;
}
#logo,.btn-quote,.user-action,.show-search {
  transition:all 0.3s ease-in-out;
}
/* 顶部搜索 
--------------------------------------------------------------*/
.search-submit-form {
  position:absolute;
  right:2px;
  top:7px;
  padding:0px 10px;
  color:#999999;
  background-color:transparent;
  display:inline-block;
  height:29px;
  line-height:31px;
  font-size:12px;
  border-color:transparent;
  border-left:1px solid #d0d0d0;
  text-transform:uppercase;
  font-weight:700;
  border-radius:0;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -ms-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}
.show-search {
  float:right;
  margin-top:38px;
  position:relative;
}
.show-search a {
  margin-left:21px;
  padding-left:31px;
  font-size:18px;
  padding:0px;
  position:relative;
  color:#929292;
}
.show-search a:before {
  content:"";
  position:absolute;
  left:0;
  top:1px;
  width:1px;
  height:20px;
}
.show-search a i {
  width:16px;
}
.show-search a:hover,.show-search a i:hover,.show-search.active a .fa-search:hover:before {
  color:#36b13c;
}
.show-search.active a .fa-search:before {
  content:"\f00d";
  color:#36b13c;
}
.top-search {
  position:absolute;
  right:0px;
  top:110%;
  width:270px;
  opacity:0;
  visibility:hidden;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -ms-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}
.top-search.show {
  visibility:visible;
  opacity:1;
  z-index:9999;
  top:52px;
}
.widget_search .widget-title {
  margin-bottom:37px;
}
.widget_search .search-form {
  width:100%;
  height:50px;
  position:relative;
  margin:0;
  z-index:99;
}
.widget_search .search-form label {
  display:block;
}
.widget_search .search-form .search-submit {
  background-color:transparent;
  padding:0;
  position:absolute;
  right:14px;
  top:3px;
  color:#36b13c;
  border:none;
}
.widget_search .search-form .search-submit:hover {
  color:#36b13c;
}
.widget_search .search-form input[type="search"],.sidebar select {
  margin-bottom:0;
  height:50px;
  font-size:13px;
  color:#999999;
  width:100%;
}
.page-search {
  margin-top:60px;
}

.page-title {
  float: left;
  width: 100%;  
  position: relative;
  background-size: cover;
  background-position: center;
  height: 300px;
  margin-bottom: 20px;
}


.text-center {
  text-align: center;
}

.main-content {
  float: left;
  width: 100%;
  display: block;
  padding-top: 60px;
  padding-bottom: 80px;
}
.breadcrumbs {
  width: 100%;
  height:60px;
  line-height:60px;
  padding: 0 15px;
  color:#232323;
  border-top: 1px solid #ddd;
}
.breadcrumbs .iconfont {
  float: left;
  margin-right: 10px;
}
.breadcrumbs li a {
  color:#232323;
  font-weight:400;
  padding:0 3px;
}
.breadcrumbs li a:hover {
  color: #36b13c;
}
.breadcrumbs li:not(:last-child) {
  float: left;
  margin-right:5px;
}


/* [ 翻页 ]
--------------------------------------------------------------*/
.pagination {
  float: left;
  width:100%;
  text-align:center;
  margin:40px 0;
  line-height: 40px;
  overflow: hidden;
}
.pagination ul li {
  display:inline-block;
}
.pagination ul li a {  
  background-color:#fff;
  font-weight:400;
  padding:5px 20px;
  display:inline-block;
  line-height:30px;
  text-align:center;
  border-radius:2px;
  margin:0 6px;
}
.pagination ul li span {
  margin-left: 20px;
  letter-spacing: 3px;
}
.pagination ul li a:hover, .pagination ul li .current {
  background-color:#36b13c;
  color:#fff;  
}


/* [ 上下页 ]
--------------------------------------------------------------*/
.post-navigation {
  padding:30px;
}
.pager {
  width:100%;
  padding-left:0;
  margin:22px 0;
  text-align:center;
  list-style:none;
}
.pager li {
  float:left;
  width:45%;
  display:inline-block;
}
.pager li a {
  float:left;
  width:100%;
  text-align:left;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  padding:10px 20px;
  color:#76838f;
  -webkit-transition:all .2s ease;
  -o-transition:all .2s ease;
  transition:all .2s ease;
  display:inline-block;
  background-color:transparent;
  border:1px solid #e1e1e1;
  border-radius:360px;
}
.pager .next,.pager .next>a {
  float:right;
}
.pager li>a:focus,.pager li>a:hover {
  color:#36b13c;
  border:1px solid #36b13c;
}





/* 在线客服
-------------------------------------------------------------- */
.fix-bar {
  position: fixed;
  bottom: 120px;
  right: 20px;
  z-index: 999;
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 15px 0 rgba(6, 12, 19, 0.14);
  box-shadow: 0 6px 15px 0 rgba(6, 12, 19, 0.14);
}
.fix-bar-btn {
  position: relative;
  display: block;
  width: 68px;
  height: 68px;
  padding: 8px;
  background-color: #36b13c;
}
.fix-bar-btn:first-of-type {
  border-radius: 2px 2px 0 0;
}
.fix-bar-btn:last-of-type {
  border-radius: 0 0 2px 2px;
}
.fix-bar-btn:not(:last-child) {
  border-bottom: 1px solid #3cbe42;
}
.fix-bar-btn:hover,
.fix-bar-btn:active {
  display: block;
  background: #238728;
}
.fix-bar-btn i {
  color: #fff;
  display: block;
  margin: 4px auto;
  text-align: center;
  font-size: 24px;
  font-weight: 100;
  -webkit-text-stroke-width: 0px;
}
.fix-bar-btn .ic_phone_consult {
  width: 27px;
  height: 27px;
}
.fix-bar-btn .ic_online_consult {
  width: 23px;
  height: 23px;
}
.fix-bar-btn .ic_apply {
  width: 22px;
  height: 21px;
}
.fix-bar-btn .ic_qrcode {
  width: 20px;
  height: 21px;
}
.fix-bar-btn .ic_phone_consult {
  width: 30px;
  height: 28px;
}
.fix-bar-btn .ic_phone_consult {
  width: 28px;
  height: 25px;
}
.fix-bar-btn span {
  font-size: 12px;
  color: #fff;
}
.fix-bar-btn .fix-bar-child {
  display: none;
  position: absolute;
  left: -170px;
  bottom: 0;
  width: 190px;
  height: 180px;
}
.fix-bar-btn .fix-bar-child .fix-bar-child-box {
  width: 160px;
  height: 180px;
  background-color: transparent;
  -webkit-box-shadow: 0 6px 20px 2px rgba(0, 0, 0, 0.18);
  box-shadow: 0 6px 20px 2px rgba(0, 0, 0, 0.18);
  border-radius: 2px;
  overflow: hidden;
}
.fix-bar-btn .fix-bar-child .fix-bar-child-box .fix-bar-child-in {
  width: 160px;
  height: 180px;
  padding: 10px;
  background-color: #fff;
}
.fix-bar-btn .fix-bar-child .fix-bar-child-box .fix-bar-child-in .triangle-right {
  position: absolute;
  right: 25px;
  top: 130px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #fff;
  border-bottom: 5px solid transparent;
}
.fix-bar-btn .fix-bar-child .fix-bar-child-box .fix-bar-child-in ul {
  padding: 0;
  margin: 0;
}
.fix-bar-btn .fix-bar-child .fix-bar-child-box .fix-bar-child-in ul .fixbar-chameleon {
  font-size: 12px;
  color: #222;
  text-align: center;
}
.fix-bar-btn .fix-bar-child .fix-bar-child-box .fix-bar-child-in ul .fixbar-chameleon img {
  margin-bottom: 3px;
}
.fix-bar-btn:hover .fix-bar-child {
  display: block;
}
/* 在线客服结束
-------------------------------------------------------------- */



/* Footer
-------------------------------------------------------------- */

footer {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  background:url(../images/f_bg.jpg) no-repeat center 0 #3c3d3f;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
}
footer,footer a,.friend a:hover {
  color:#c1c1c1;
  margin-right:10px;
}
footer .friend a:hover {
  color:#73ab3a;
}
.footer-content {
  margin-top:60px;
  
}
.footer-content h4 {
  font-family: "Century Gothic";
  color: #36b13c;
  font-size:32px;
  letter-spacing: 1.5px;
  margin:20px 0;
}
.footer-content h4 .iconfont {
  font-size:36px;
  font-weight: 100;
}
.footer-content li,.footer-menu li a {
  display: block;
  line-height: 2.25;
}
.footer-logo {
  width: 300px;
  height: 88px;
  margin-bottom:60px;
  font-size: 1.05rem;
}
.footer-logo  span {
  color:#fff;
  letter-spacing: 10px;
}
.footer-logo img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  padding-bottom: 10px;
}
.footer-menu {
  padding-top:60px;
}
.footer-menu li {
  float:left;
  width:50%;
}
.footer-menu li i {
  display:block;
  height:88px;
  font-weight:700;
  color:#ffffff;
}
.footer-menu li i span {
  display:block;
  font-weight:normal;
  font-family: "Century Gothic";
  font-size:22px;
  color:#727374;
}
.footer-tip {
  width:100%;
  height:auto;
  margin-bottom:40px;
}
.footer-ewm {
  float:right;
  width:100%;
  padding-bottom:20px;
  margin-top: -60px;
  background:#048c3a;
  text-align:center;
}
.footer-ewm li {
  text-align:center;
  padding:0 30px;
}
.footer-ewm i {
  display:block;
  line-height:20px;
  padding:5px 0;
  color: #f8f8f8;
}
.footer-ewm span {
  display:block;
}
.friend {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #555;
  overflow: hidden;
}
.friend span {
  float: left;
  width: 80px;
  display: block;
}
.friend ul {
  overflow: hidden;
}
.friend li {
  float: left;
  margin-right: 20px;
}

/*53客服样式覆盖*/
#icon_menu_module {
  width: 68px !important;
  -webkit-box-shadow: 0 6px 15px 0 rgba(6, 12, 19, 0.16) !important;
  box-shadow: 0 6px 15px 0 rgba(6, 12, 19, 0.16) !important;
  border-radius: 2px;
}
#icon_menu_module .sortmodule {
  height: 68px !important
}
#icon_menu_module .iconfont {
  margin-top: 6px !important;
  margin-bottom: 0px !important;
  -webkit-text-stroke-width: 0px !important;
}
#icon_menu_module #qr_prev {
  width: 150px !important;
  height: 170px !important;
  right: 75px !important;
  top: -40px !important;
  border: none !important;
  padding: 15px !important;
  box-shadow: 0 6px 20px 2px rgba(0, 0, 0, 0.18) !important;
}
#icon_menu_module #qr_prev span {
  width: 100% !important;
  height: auto !important; 
  border: none !important;
}
#icon_menu_module #qr_prev p {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  font-size: 14px !important;
}
#icon_menu_module .border_line {
  width: 90% !important;
  left: 5% !important;
}
#icon_menu_module .gotop .border_line {
  height: 0px !important;
}
.inv_bg_color {
  box-shadow: rgba(35, 35, 35, 0.4) 0px 2px 8px 0px !important;
}



#bannerSwiper .swiper-slide {
  position: relative;
}
.t71 {
    font-size: 18px;
    color: #E82429;
    font-weight: bold;
    line-height: 60px;
}
.anm2{padding-left: 140px;}
.anm2 a {width: 140px;height: 40px;line-height: 40px;font-size: 16px;color: #fff;border-radius: 20px;text-align: center;text-decoration: none;background-color: #3F48CC;float: left;margin-bottom: 20px;margin-right: 15px;}
.anm2 a:hover { width: 180px; height: 40px; line-height: 40px; font-size: 16px; color: #fff;  border-radius: 20px; text-align: center; text-decoration: none; background-color: #E82429; float: left; }

.pagination{ margin:0 10px 10px 15px;line-height:23px;text-align:center;}
.pagination span, .pagination a{font-size:12px;margin: 2px 6px 2px 0;background:#fff;border:1px solid #ccc;color:#787878;padding:2px 5px 2px 5px;text-decoration:none;}
.pagination a:hover{background: #8cb900;border:1px solid #436206;color:#fff;font-size:12px;padding:2px 5px 2px 5px;}
.pagination .current{background: #8cb900;border:1px solid #436206;color:#fff;font-size:12px;padding:2px 5px 2px 5px;}
/*======= Error =========*/
.error {
  margin: 3em;
  text-align: center;
}

.error .error-404 {
  color: #000;
  margin: 3em;
}
.error .error-404 i{
  color: #6ab446;
  font-size: 13em;
}
/*======= Btn =========*/
.btn-customer {
  color: #fff;
  background-color: #db8733;
  padding: 8px 20px;
  border: solid 2px  #db8733;
  margin-top: 20px;
}
.btn-customer a{
  color: #fff;
}
.btn-customer:hover {
  color: #fff;
  background-color: #111;
  border: solid 2px  #111;
}
.guanzhu {
  display: flex;
  justify-content: space-between;
}

.guanzhu p {
  text-align: center;
  margin-top: 10px;
}
.guanzhu .wx_images{
  width: 25px;
}

guanzhu_c1{
 margin-right: 20px;
 min-width: 110px;   
}
}