@charset "UTF-8";
body, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, select, textarea, button, th, td, menu {
  margin: 0;
  padding: 0; }

* {
  box-sizing: border-box; }

ul, dl, ol {
  list-style: none; }

img, fieldset, input[type="submit"] {
  border: 0 none; }

em {
  font-style: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button, input[type="button"] {
  cursor: pointer;
  border: 0 none; }

a, button, input, img {
  -webkit-touch-callout: none; }

img {
  pointer-events: none;
  /*禁止图片的点击事件，例如长按保存图片*/ }

input, select, textarea {
  outline: none;
  font-family: "Microsoft YaHe","Source Han Sans","Helvetica Neue", "Helvetica", "Arial", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", "sans-serif"; }

img {
  max-width: 100%; }

body {
  font-family: "Microsoft YaHe","Source Han Sans","Helvetica Neue", "Helvetica", "Arial", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", "sans-serif"; }

a {
  text-decoration: none; }

.fl {
  float: left; }

.fr {
  float: right; }

.clear {
  clear: both; }

.clearfix::after {
  content: "";
  display: block;
  clear: both; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0; }

.bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.flexbg {
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1; }

.ct {
  text-align: center; }

.ri {
  text-align: right; }

.le {
  text-align: left; }

.bl {
  display: block; }

.inbl {
  display: inline-block; }

.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.line2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.line3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.line4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

html, body {
  /*禁止用户选择元素*/
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  /*禁止元素点击出现半透明黑色背景*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html {
  width: 100%;
  outline: 0;
  -webkit-text-size-adjust: none; }

body {
  height: 100%;
  margin: 0;
  position: relative; }

.img_wrap {
  position: relative;
  overflow: hidden; }
  .img_wrap:after {
    content: '';
    display: block; }
  .img_wrap img {
    transition: all .5s linear;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0; }
  .img_wrap:hover img {
    transform: scale(1.1); }

.border {
  position: relative; }

.border:hover:after {
  height: 99%;
  width: 100%;
  border-width: 0 0 2px 2px;
  transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s; }

.border:hover:before {
  height: 99%;
  width: 100%;
  border-width: 2px 2px 0 0;
  transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s; }

.border:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  right: 0;
  bottom: 0;
  border: solid #2c9cf0;
  display: block;
  border-width: 0;
  transition: all ease-in-out;
  -webkit-transition: all ease-in-out;
  z-index: 2; }

.border:before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  top: 0;
  height: 0;
  width: 0;
  border: solid #2c9cf0;
  border-width: 0;
  z-index: 2;
  transition: all ease-in-out; }

.border .img_wrap {
  overflow: hidden; }
  .border .img_wrap:hover img {
    transition: all .5s linear;
    transform: scale(1.1); }

.box-shadow {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09); }

.shadow {
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.09); }

.img {
  position: relative;
  overflow: hidden; }
  .img:after {
    content: '';
    display: block; }
  .img img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0; }

.imgfont_wrap {
  position: relative;
  overflow: hidden; }
  .imgfont_wrap:after {
    padding-top: 57.14%;
    content: "";
    display: block; }
  .imgfont_wrap img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .6s linear; }
  .imgfont_wrap:hover span {
    background: rgba(0, 0, 0, 0.6); }
  .imgfont_wrap:hover span:before {
    height: 60px; }
  .imgfont_wrap:hover span:after {
    width: 190px; }
  .imgfont_wrap:hover img {
    transform: scale(1.2); }
  .imgfont_wrap span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: transparent; }
    .imgfont_wrap span:before {
      content: attr(ndata);
      overflow: hidden;
      white-space: nowrap;
      font-size: 14px;
      color: white;
      line-height: 90px;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      position: absolute;
      height: 0;
      width: 200px;
      border-left: 1px solid white;
      border-right: 1px solid white;
      transition: height .6s ease;
      text-align: center;
      font-family: "微软雅黑"; }
    .imgfont_wrap span:after {
      content: attr(mdata);
      overflow: hidden;
      white-space: nowrap;
      text-align: center;
      font-size: 24px;
      font-weight: bold;
      color: white;
      line-height: 45px;
      letter-spacing: 1px;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      position: absolute;
      width: 0;
      height: 75px;
      border-top: 1px solid white;
      border-bottom: 1px solid white;
      transition: width .6s ease;
      font-family: "微软雅黑"; }

.kuang {
  position: relative; }
  .kuang:before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
    content: '';
    opacity: 0;
    z-index: 11;
    display: block;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1); }
  .kuang:hover:before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    background-color: rgba(0, 0, 0, 0.3); }

.zhuan {
  width: 100%;
  height: 100%;
  background: rgba(130, 69, 124, 0.7);
  padding: 20% 30px 20px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0; }
  .zhuan:hover {
    animation-name: zhuan;
    animation-duration: 1200ms;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    opacity: 1; }

@keyframes zhuan {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.web {
  position: relative;
  width: 100%; }

.container {
  width: 1200px;
  margin: 0 auto; }

header {
  background: #fff;
  position: relative;
  width: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  box-shadow: 0 0 15px rgba(238, 238, 238, 0.75); }
  header .logo {
    height: 100px;
    line-height: 100px;
    float: left; }
    header .logo img {
      vertical-align: middle;
      height: 100%; }

.min-header {
  position: fixed; }
  .min-header .phone {
    display: none; }
  .min-header .logo {
    height: 60px;
    line-height: 60px; }
  .min-header .minnav {
    top: 60px; }
  .min-header .nav_link {
    height: 60px;
    line-height: 60px;
    margin-top: 0; }
  .min-header .minnav li a {
    line-height: 46px; }

.wid50 {
  width: 50%; }

footer {
  padding: 45px 0 60px;
  background: #fcfcfc; }
  footer .wid50 {
    float: left; }
  footer .botlogo {
    float: left; }
    footer .botlogo .xian {
      width: 15px;
      margin: 10px auto 15px; }
  footer .botul {
    width: 43.33%;
    float: left; }
    footer .botul:nth-of-type(2n) {
      float: right; }
    footer .botul .xian {
      margin: 10px 0 16px; }
    footer .botul li {
      height: 30px;
      line-height: 30px; }
      footer .botul li img {
        display: inline-block;
        margin-right: 10px;
        vertical-align: top;
        padding-top: 4px; }
      footer .botul li span {
        width: 82%;
        display: inline-block;
        font-size: 14px;
        color: #666;
        vertical-align: top; }
      footer .botul li a {
        font-size: 14px;
        color: #666666; }
        footer .botul li a:hover {
          color: #008632; }
  footer .h3 {
    font-size: 16px;
    color: #333; }
  footer .span {
    font-size: 14px;
    color: #666; }
  footer .xian {
    width: 20px;
    height: 2px;
    background: #008632; }
  footer .pd100 {
    padding-left: 100px; }
  footer .bot-link {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 45px; }
  footer .bot-form {
    padding-top: 50px;
    text-align: center; }
    footer .bot-form .inp-box {
      vertical-align: top;
      width: 350px;
      display: inline-block;
      margin-right: 46px; }
      footer .bot-form .inp-box:nth-of-type(2) {
        margin-right: 0; }
    footer .bot-form .inp {
      width: 100%;
      height: 40px;
      border: 1px solid #dddddd;
      padding: 0 14px;
      margin-bottom: 20px;
      font-size: 14px;
      transition: all .3s ease;
      -webkit-transition: all .3s ease;
      color: #666; }
      footer .bot-form .inp::-webkit-input-placeholder {
        color: #999; }
      footer .bot-form .inp:-moz-placeholder {
        color: #999; }
      footer .bot-form .inp:focus {
        box-shadow: 0 0 30px rgba(188, 188, 188, 0.35); }
    footer .bot-form .textarea {
      height: 160px;
      margin-bottom: 0;
      padding: 10px 14px;
      line-height: 24px;
      resize: none; }
    footer .bot-form .inp-btn {
      display: block;
      width: 120px;
      height: 40px;
      color: #fff;
      font-size: 14px;
      text-align: center;
      line-height: 40px;
      margin: 20px auto 0;
      border-radius: 3px;
      background: #008632; }

.rightflex {
  position: fixed;
  right: 30px;
  top: 55%;
  z-index: 99; }
  .rightflex .ri-flex {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 3px;
    text-align: center;
    border: 1px solid #008632;
    margin-bottom: 5px;
    background: #fff;
    transition: all .3s ease;
      -webkit-transition: all .3s ease;
    overflow: hidden; }
    .rightflex .ri-flex .wrap {
      height: 40px;
      line-height: 40px;
      transition: all .3s ease;
      -webkit-transition: all .3s ease; }
    .rightflex .ri-flex img {
      display: inline-block;
      vertical-align: middle; }
    .rightflex .rel:hover .ri-flex{
      background: #008632; }
      /*.rightflex .rel:hover .ri-flex .wrap {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%); }*/
.rightflex .rel .f{
	font-size:14px;
	font-weight:bold;
	transition: all .3s ease;
      -webkit-transition: all .3s ease;
	color:rgba(0,134,50,1);
}
.rightflex .rel .icon1{
	display: none;
}
.rightflex .rel{
	display: block;
}
.rightflex .rel:after{
	display: none;
	content: '';
	width: 100px;
	right: 0;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}
.rightflex .rel:hover .icon1{
	display: inline-block;
}
.rightflex .rel:hover .icon2{
	display: none;
}
.rightflex .rel:hover .f{
	color: #fff;
}
.rightflex .rel:hover:after{
	display: block;
}
.rightflex a.rel .h-w{
	width: 150px;
}
.rightflex .rel:hover .h-w{
	display: block;
}
.h-w{
	display: none;
	background: #008632;
	width: 120px;
	text-align: center;
	padding: 10px 15px;
	position: absolute;
	right: 75px;
	top: 0;
	border-radius:5px;
}
.h-w .p{
	font-size: 14px;
	color: #fff;
	text-align: left;
}
.h-w h3{
	font-size: 16px;
	color: #fff;
	margin-top: 5px;
}
.h-i{
	display: block;
	background: #fff;
	border-radius: 25px;
	line-height: 30px;
	margin-bottom: 10px;
	box-shadow:0px 5px 20px 0px rgba(27,117,33,0.5);
}
.h-i:last-of-type{
	margin-bottom: 0;
}
.h-i img{
	vertical-align: middle;
}
.h-i span{
	vertical-align: middle;
	font-size:14px;
	font-weight:bold;
	color:rgba(27,117,33,1);
}

.nav {
  float: right; }
  .nav .phone {
    text-align: right;
    height: 55px;
    line-height: 55px; }
    .nav .phone img {
      vertical-align: middle; }
    .nav .phone span {
      vertical-align: middle;
      font-size: 14px;
      color: #777777; }

.nav_link {
  height: 46px;
  line-height: 46px; }
  .nav_link .act > a {
    color: #008632; }
    .nav_link .act > a:after {
      width: 60%; }
  .nav_link > li {
    float: left;
    width: 120px;
    text-align: right; }
    .nav_link > li > a {
      color: #444444;
      display: inline-block;
      position: relative;
      font-size: 16px; }
      .nav_link > li > a:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 5px;
        margin: auto;
        width: 0%;
        height: 2px;
        background: #008632;
        transition: all .1s linear; }
    .nav_link > li:hover > a {
      color: #008632; }
      .nav_link > li:hover > a:after {
        width: 60%; }
    .nav_link > li:hover .minnav {
      display: block; }
    .nav_link > li:last-of-type {
      margin-right: 0; }

.minnav {
  display: none;
  background: rgba(255, 255, 255, 0.95);
  padding: 24px 0;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  z-index: 11; }
  .minnav li {
    display: inline-block;
    margin-right: 80px;
    vertical-align: top; }
    .minnav li a {
      margin-bottom: 16px;
      display: block;
      font-size: 14px;
      color: #444444; }
      .minnav li a:hover {
        color: #008632; }
    .minnav li:last-of-type {
      margin-right: 0; }
  .minnav .shopnav {
    text-align: left; }
    .minnav .shopnav li {
      width: 19.5%;
      margin-right: 0; }
    .minnav .shopnav img {
      display: inline-block;
      width: 52px;
      height: 52px;
      border-radius: 100%;
      vertical-align: middle;
      margin-right: 14px; }
    .minnav .shopnav span {
      vertical-align: middle; }

.banner {
  position: relative;
  z-index: 3;
  font-size: 0; }
  .banner .swiper-slide {
    font-size: 0; }
  .banner .swiper-button-prev, .banner .swiper-button-next {
    height: 100%;
    width: 80px;
    line-height: 80px;
    z-index: 12;
    opacity: 0.4;
    top: 20px; }
    .banner .swiper-button-prev:hover, .banner .swiper-button-next:hover {
      background-color: rgba(0, 0, 0, 0.05);
      opacity: 1; }
  .banner .swiper-button-prev {
    left: 0;
    background-image: url(../img/jt_03.png); }
  .banner .swiper-button-next {
    right: 0;
    background-image: url(../img/jt_05.png); }
  .banner .swiper-pagination-bullets {
    bottom: 16%; }
  .banner .swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
    transition: all .1s linear;
    -webkit-transition: all .1s linear; }
  .banner .swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 10px; }

.brand {
  position: relative;
  text-align: center;
  top: -45px;
  z-index: 11;
  width: 60%;
  margin: 0 auto; }
  .brand .img_wrap {
    font-size: 0;
    border-radius: 8px;
    display: inline-block;
    margin-right: 20px;
    width: 48%; }
    .brand .img_wrap:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: transparent;
      z-index: 6;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease; }
    .brand .img_wrap:after {
      padding-top: 60%; }
    .brand .img_wrap:last-of-type {
      margin-right: 0; }
    .brand .img_wrap:hover:before {
      background: rgba(255, 255, 255, 0.25); }
    .brand .img_wrap:hover .img-xian:before {
      height: 60%;
      opacity: 0; }
    .brand .img_wrap:hover .img-xian:after {
      width: 80%;
      opacity: 0; }
  .brand .img-xian {
    display: block; }
    .brand .img-xian:before {
      opacity: 0;
      content: '';
      display: inline-block;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      position: absolute;
      height: 0;
      width: 80%;
      border-left: 1px solid white;
      border-right: 1px solid white;
      transition: height .6s ease;
      -webkit-transition: height .6s ease,opacity .3s ease;
      z-index: 6; }
    .brand .img-xian:after {
      opacity: 0;
      content: '';
      display: inline-block;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      position: absolute;
      width: 0;
      height: 60%;
      border-top: 1px solid white;
      border-bottom: 1px solid white;
      transition: width .6s ease;
      -webkit-transition: width .6s ease,opacity .3s ease;
      z-index: 6; }

.title {
  text-align: center;
  position: relative;
  margin-bottom: 60px; }
  .title .en {
    font-size: 60px;
    opacity: 0.1;
    color: #008632; }
    .title .en:before {
      content: '—';
      display: inline; }
    .title .en:after {
      content: '—';
      display: inline; }
  .title .cn {
    font-size: 28px;
    color: #008632;
    font-weight: bold;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center; }
    .title .cn img {
      display: block;
      margin: 0 auto;
      margin-bottom: 5px; }

.pd50 {
  padding: 50px 0; }

.wid40 {
  width: 40%; }

.wid20 {
  width: 20%; }

.product {
  padding-top: 0; }

.classify .swiper-pagination-bullet {
  background: #fff; }
.classify .swiper-pagination-bullet-active {
  background: #008632; }
.classify .wrap {
  position: relative;
  overflow: hidden;
  width: 240px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  float: left;
  z-index: 1;
  display: block; }
  .classify .wrap:first-of-type {
    border-right: 1px solid #dddddd; }
  .classify .wrap:nth-of-type(3) {
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd; }
  .classify .wrap:last-of-type {
    border-top: 1px solid #dddddd; }
  .classify .wrap .box {
  	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	margin: auto;
    width: 150px;
    height: 150px;
    line-height: 100%;
    text-align: center;
    padding-top: 25px;
    vertical-align: middle;
    transition: all .2s linear .1s;
    -webkit-transition: all .2s linear .1s; }
    .classify .wrap .box .icon2 {
      display: none; }
    .classify .wrap .box .span {
      margin-top: 14px;
      font-size: 14px;
      color: #444444;
      transition: all .3s linear;
      -webkit-transition: all .3s linear; }
    .classify .wrap .box:after {
      content: '';
      display: none;
      border: 2px solid #fff;
      width: 65px;
      height: 65px;
      position: absolute;
      top: 16px;
      right: 0;
      left: 0;
      margin: auto;
      border-radius: 100%;
      transform: scale(0);
      opacity: .75;
      -webkit-transform: scale(0); }
  .classify .wrap:hover .box {
    background: rgba(0, 134, 50, 0.75); }
    .classify .wrap:hover .box .icon1 {
      display: none; }
    .classify .wrap:hover .box .icon2 {
      display: inline; }
    .classify .wrap:hover .box .span {
      color: #fff; }
    .classify .wrap:hover .box:after {
      transition: all .5s;
      -webkit-transition: all .5s;
      transform: scale(1);
      -webkit-transform: scale(1); }
  .classify .wrap:hover .boxbg {
    opacity: 1; }
.classify .wid20 .wrap {
  height: 400px;
  line-height: 400px;
  float: none;
  display: inline-block;
  border: none; }
  .classify .wid20 .wrap .box {
    background: rgba(0, 134, 50, 0.75); }
    .classify .wid20 .wrap .box .icon1 {
      display: none; }
    .classify .wid20 .wrap .box .icon2 {
      display: inline; }
    .classify .wid20 .wrap .box .span {
      color: #fff; }
  .classify .wid20 .wrap .boxbg {
    opacity: 1; }
.classify .boxbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  background-position:100%;
  transition: all .3s linear;
  -webkit-transition: all .3s linear; }

.services {
  background: #fcfcfc; }
  .services .wrap {
    width: 23.5%;
    height: 450px;
    overflow: hidden;
    float: left;
    border-radius: 10px;
    margin-right: 1%; }
    .services .wrap:last-of-type {
      margin-right: 0; }
    .services .wrap:hover .box {
      background: rgba(0, 134, 50, 0.75); }
      .services .wrap:hover .box .top {
        top: 60px; }
      .services .wrap:hover .box .bottom {
        opacity: 1;
        top: 180px; }
  .services .zhuan {
    padding: 0;
    background: rgba(0, 134, 50, 0.75); }
  .services .box {
    height: 400px;
    width: 88%;
    margin: 25px auto 0;
    position: relative;
    transition: all .3s linear;
    -webkit-transition: all .3s linear; }
    .services .box .top {
      text-align: center;
      position: absolute;
      top: 130px;
      width: 100%;
      transition: all .3s linear;
      -webkit-transition: all .3s linear; }
      .services .box .top img {
        display: block;
        margin: 0 auto; }
      .services .box .top .heng {
        width: 30px;
        height: 2px;
        background: #fff;
        display: inline-block; }
      .services .box .top .span {
        font-size: 18px;
        color: #fff;
        font-weight: bold;
        margin-top: 18px; }
    .services .box .bottom {
      width: 180px;
      margin: 20px auto 0;
      opacity: 0;
      position: absolute;
      z-index: 12;
      top: 100px;
      left: 0;
      right: 0;
      transition: all .3s linear;
      -webkit-transition: all .3s linear; }
      .services .box .bottom .p {
        font-size: 14px;
        color: #fff;
        line-height: 24px;
        text-align: left;
        height: 100px; }
      .services .box .bottom a {
        display: block;
        width: 100px;
        height: 34px;
        border: 1px solid #fff;
        text-align: center;
        line-height: 32px;
        font-size: 14px;
        color: #fff;
        margin: 20px auto 0;
        transition: all .2s ease;
        -webkit-transition: all .2s ease;
        border-radius: 2px; }
        .services .box .bottom a:hover {
          background: #fff;
          color: #008632; }

.posi {
  position: relative; }

.about .img-box {
  float: left;
  width: 43.33%; }
.about .img:after {
  padding-top: 77%; }
.about .heng {
  width: 65px;
  height: 4px;
  background: #3b642b;
  margin-top: 25px; }
.about .font {
  position: relative;
  float: right;
  width: 54.16%;
  top: 25px;
  right: 50px;
  background: #fff;
  box-shadow: 0 0 10px rgba(104, 104, 104, 0.15);
  padding: 46px 40px; }
  .about .font .h3 {
    margin-bottom: 26px;
    font-size: 18px;
    color: #3b642b; }
    .about .font .h3:before {
      content: '';
      display: inline-block;
      height: 20px;
      width: 4px;
      background: #3b642b;
      margin-right: 16px;
      vertical-align: middle; }
  .about .font .p {
    color: #444;
    font-size: 14px;
    line-height: 30px; }
.about .link {
  width: 46px;
  height: 46px;
  background: #008632;
  line-height: 50px;
  text-align: center;
  position: absolute;
  right: -46px;
  transition: all .3s linear;
  -webkit-transition: all .3s linear; }
  .about .link i {
    font-weight: bold;
    color: #fff;
    opacity: 0.7; }

.news {
  background: #fcfcfc; }
  .news .newsswi {
    margin-bottom: 50px; }
  .news .swiper-button-prev {
    left: -30px;
    background-image: url(../img/jtg_09.png); }
  .news .swiper-button-next {
    right: -30px;
    background-image: url(../img/jtg_12.png); }
  .news .swiper-button-prev, .news .swiper-button-next {
    top: 40%;
    opacity: 0.4; }
    .news .swiper-button-prev:hover, .news .swiper-button-next:hover {
      opacity: 1; }
  .news .link {
    border-radius: 3px;
    width: 100px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    border: 1px solid #999999;
    font-size: 14px;
    color: #666666;
    display: block;
    transition: all .3s linear,color .1s;
    -webkit-transition: all .3s linear,color .1s;
    margin: 0 auto; }
    .news .link i {
      font-size: 12px;
      color: #333;
      font-weight: bold;
      vertical-align: middle; }
    .news .link:hover {
      border-color: #008632;
      background: #008632;
      color: #fff; }
      .news .link:hover i {
        color: #fff; }

.news-box {
  display: block;
  height: 422px;
  padding: 48px 28px 0;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .news-box:hover .bgimg {
    opacity: 1; }
  .news-box:hover .time span {
    color: #fff; }
  .news-box:hover .time em {
    color: #fff; }
  .news-box:hover .detail .p {
    color: #fff; }
  .news-box:hover .bot span {
    color: #fff; }
  .news-box:hover .heng {
    opacity: 0; }
  .news-box .bgimg {
    position: absolute;
    width: 100%;
    display: block;
    object-fit: cover;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    opacity: 0;
    transition: all .1s linear;
    -webkit-transition: all .1s linear; }
  .news-box .time {
    margin-bottom: 30px; }
    .news-box .time span {
      font-size: 30px;
      color: #444444;
      padding-bottom: 5px; }
    .news-box .time em {
      font-size: 16px;
      color: #999999; }
  .news-box .detail {
    height: 240px;
    overflow: hidden; }
    .news-box .detail .p {
      font-size: 16px;
      color: #444;
      line-height: 30px; }
  .news-box .bot span {
    font-size: 18px;
    color: #444;
    vertical-align: middle; }
  .news-box .bot img {
    vertical-align: middle; }
  .news-box .heng {
    width: 100%;
    background: #008632;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0; }

.partner .title .en {
  color: #fff;
  opacity: 0.2; }
.partner .title .cn {
  color: #fff; }
.partner .partswi {
  width: 95.33%;
  height: 358px;
  float: left;
  margin: 0; }
  .partner .partswi .wrap {
    background: #fff;
    position: relative;
    display: block;
    width: 25%;
    height: 180px;
    line-height: 180px;
    text-align: center;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3); }
    .partner .partswi .wrap img {
      width: 80%;
      vertical-align: middle;
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%);
      filter: gray; }
    .partner .partswi .wrap:last-of-type {
      border-right: none; }
    .partner .partswi .wrap:hover img {
      -webkit-filter: grayscale(0);
      -moz-filter: grayscale(0%);
      -ms-filter: grayscale(0%);
      -o-filter: grayscale(0%);
      filter: grayscale(0%); }
  .partner .partswi .swiper-slide-prev .wrap {
    border-bottom: none; }
.partner .posi {
  float: left;
  width: 4%;
  height: 358px; }
.partner .swiper-button-prev, .partner .swiper-button-next {
  width: 48px;
  height: 48px;
  background-size: 32px 26px;
  border: 1px solid rgba(255, 255, 255, 0.5); }
  .partner .swiper-button-prev:hover, .partner .swiper-button-next:hover {
    background-color: #008632;
    border-color: #008632; }
.partner .swiper-button-prev {
  left: 0;
  top: 42.5%;
  background-image: url(../img/jt2_10.png); }
.partner .swiper-button-next {
  right: auto;
  left: 0;
  top: 56%;
  background-image: url(../img/jt2_13.png); }

.mart30 {
  margin-top: 30px; }

.le-wrap {
  width: 20.83%;
  position: relative;
  float: left; }
  .le-wrap .le-tit {
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 16px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px; }
    .le-wrap .le-tit .xian {
      display: inline-block;
      width: 15px;
      height: 2px;
      background: #666;
      vertical-align: middle; }
    .le-wrap .le-tit span {
      font-size: 16px;
      color: #666;
      margin-left: 18px;
      vertical-align: middle;
      transition: all .3s ease;
      -webkit-transition: all .3s ease; }
    .le-wrap .le-tit img {
      padding-top: 18px;
      float: right;
      width: 16px; }
  .le-wrap .wrap {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 16px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 8px; }
    .le-wrap .wrap img {
      width: 30px;
      vertical-align: middle;
      margin-left: 20px; }
    .le-wrap .wrap .num {
      vertical-align: middle;
      font-size: 16px;
      color: #008632;
      font-weight: bold;
      font-style: italic; }
    .le-wrap .wrap em {
      vertical-align: middle;
      font-size: 14px;
      color: #666;
      margin-left: 10px; }
    .le-wrap .wrap:after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: #008632;
      z-index: -1;
      transition: all .2s linear;
      -webkit-transition: all .2s linear;
      transform: translateX(-100%);
      -webkit-transform: translateX(-100%); }
    .le-wrap .wrap:hover:after {
      transform: translateX(0);
      -webkit-transform: translateX(0); }
    .le-wrap .wrap:hover .num {
      color: #fff; }
    .le-wrap .wrap:hover em {
      color: #fff; }
  .le-wrap .active:after {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  .le-wrap .active .num {
    color: #fff; }
  .le-wrap .active em {
    color: #fff; }
  .le-wrap .arrow-d {
    display: none; }
  .le-wrap .group {
    margin-bottom: 20px; }
    .le-wrap .group .le-tit {
      margin-bottom: 0;
      background: rgba(0, 134, 50, 0.1);
      cursor: pointer; }
    .le-wrap .group .open {
      background: transparent;
      margin-bottom: 10px; }
      .le-wrap .group .open .arrow-d {
        display: inline; }
      .le-wrap .group .open .arrow-l {
        display: none; }
      .le-wrap .group .open ~ .checkbox {
        height: auto; }
  .le-wrap .checkbox {
    height: 0;
    overflow: hidden;
    transition: all .2s linear;
    -webkit-transition: all .2s linear; }
    .le-wrap .checkbox label {
      display: block;
      height: 34px;
      line-height: 34px;
      position: relative;
      padding: 0 12px;
      cursor: pointer;
      margin-bottom: 5px; }
      .le-wrap .checkbox label input {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; }
      .le-wrap .checkbox label span {
        font-size: 14px;
        color: #333;
        vertical-align: middle; }
      .le-wrap .checkbox label input:checked ~ em:after {
        display: block; }
      .le-wrap .checkbox label em {
        position: relative;
        font-size: 0;
        width: 16px;
        height: 16px;
        border: 1px solid #999;
        display: inline-block;
        vertical-align: middle;
        margin-right: 16px;
        border-radius: 2px; }
        .le-wrap .checkbox label em:after {
          position: absolute;
          content: '';
          display: none;
          width: 8px;
          height: 8px;
          background: #008632;
          border-radius: 100%;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto; }
      .le-wrap .checkbox label:hover {
        background: #008632; }
        .le-wrap .checkbox label:hover span {
          color: #fff; }
        .le-wrap .checkbox label:hover em {
          border-color: #fff; }
          .le-wrap .checkbox label:hover em:after {
            background: #fff; }

.ri-wrap {
  width: 70.83%;
  float: right; }

.shoplist .wrap {
  position: relative;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  float: left;
  width: 30.81%;
  margin-right: 3.4%;
  transition: all .3s linear;
  -webkit-transition: all .3s linear; }
  .shoplist .wrap:nth-of-type(3n) {
    margin-right: 0; }
  .shoplist .wrap .img_wrap:after {
    padding-top: 100%; }
  .shoplist .wrap .more {
    position: absolute;
    width: 100%;
    padding-top: 100%;
    background: rgba(0, 134, 50, 0.75);
    top: 0;
    left: 0;
    z-index: 11;
    opacity: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear; }
    .shoplist .wrap .more .span {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      margin: auto;
      font-size: 14px;
      color: #fff;
      width: 120px;
      height: 40px;
      line-height: 38px;
      border: 1px solid #fff;
      text-align: center;
      transition: all .3s ease-in;
      -webkit-transition: all .3s ease-in; }
  .shoplist .wrap .font {
    background: #f8f8f8;
    padding: 18px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear; }
  .shoplist .wrap .h3 {
    font-size: 16px;
    color: #444;
    font-weight: bold; }
  .shoplist .wrap .xian {
    height: 1px;
    width: 15px;
    background: #008632;
    margin: 8px 0; }
  .shoplist .wrap .p {
    font-size: 14px;
    color: #888888; }
  .shoplist .wrap .step {
    position: absolute;
    width: 62px;
    height: 62px;
    line-height: 68px;
    text-align: center;
    background: rgba(0, 134, 50, 0.75);
    color: #fff;
    font-size: 14px;
    border-radius: 100%;
    -moz-transform-origin: center center;
    -moz-transform: rotate(-20deg);
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-20deg);
    -ms-transform-origin: center center;
    -ms-transform: rotate(-20deg);
    transform-origin: center center;
    transform: rotate(-20deg);
    top: 10px;
    left: 10px; }
  .shoplist .wrap:hover {
    box-shadow: 0 0 15px rgba(51, 51, 51, 0.3); }
    .shoplist .wrap:hover .more {
      opacity: 1; }
      .shoplist .wrap:hover .more .span {
        top: 43%; }
    .shoplist .wrap:hover .h3 {
      color: #008632; }
    .shoplist .wrap:hover .p {
      color: #008632; }
    .shoplist .wrap:hover .font {
      background: #fff; }
.shoplist .wrap2 {
  border-radius: 0; }

.wrap2 {
  box-shadow: 0 0 0 rgba(51, 51, 51, 0) !important;
  border-radius: 0; }
  .wrap2 .img_wrap:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    z-index: 6; }
  .wrap2 .span {
    font-size: 16px;
    color: #444444;
    text-align: center;
    padding: 0 5px;
    margin-top: 8px;
    border-radius: 3px; }
  .wrap2 .em {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 10px; }
  .wrap2:hover .img_wrap:before {
    background: rgba(0, 150, 50, 0.3); }
  .wrap2:hover .xiankuang:before {
    height: 80%;
    opacity: 1; }
  .wrap2:hover .xiankuang:after {
    width: 90%;
    opacity: 1; }
  .wrap2:hover .span {
    color: #008632;
    text-decoration: underline; }
  .wrap2:hover .em {
    color: #008632; }

.xiankuang {
  display: block; }
  .xiankuang:before {
    opacity: 0;
    content: '';
    display: inline-block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    height: 0;
    width: 80%;
    border-left: 1px solid white;
    border-right: 1px solid white;
    transition: height .6s ease;
    -webkit-transition: height .6s ease,opacity .3s ease;
    z-index: 6; }
  .xiankuang:after {
    opacity: 0;
    content: '';
    display: inline-block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 0;
    height: 70%;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    transition: width .6s ease;
    -webkit-transition: width .6s ease,opacity .3s ease;
    z-index: 6; }

.drop {
  display: block;
  height: 40px;
  line-height: 40px;
  background: #f8f8f8;
  text-align: center;
  margin: 20px 0 50px; }
  .drop img {
    width: 26px;
    vertical-align: middle; }

.page {
  text-align: center;
  font-size: 0;
  margin: 30px 0 100px; }
  .page li {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle; }
    .page li a {
      width: 40px;
      height: 40px;
      line-height: 40px;
      vertical-align: middle;
      border-radius: 3px;
      background: #eeeeee;
      display: block;
      font-size: 14px;
      color: #666666;
      text-align: center; }
      .page li a:hover {
        color: #fff;
        background: #008632; }
    .page li:last-of-type {
      margin-right: 0; }
  .page .act a {
    color: #fff;
    background: #008632; }

.sh-nav {
  height: 60px;
  line-height: 60px;
  background: #3b642b;
  font-size: 0; }
  .sh-nav a {
    text-align: center;
    color: #fff;
    font-size: 16px;
    width: 240px;
    display: inline-block; }
    .sh-nav a:hover {
      background: #008632; }
  .sh-nav .act {
    background: #008632; }

.clas {
  text-align: center;
  font-size: 0;
  margin-bottom: 45px; }

.seat {
  margin-top: 28px;
  margin-bottom: 42px; }
  .seat img {
    vertical-align: middle;
    margin-right: 6px; }
  .seat span {
    vertical-align: middle;
    font-size: 14px;
    color: #444444; }

.le-details {
  width: 70.83%;
  float: left; }

.ri-details {
  width: 25%;
  float: right; }

.detail-box {
  position: relative;
  margin-bottom: 75px; }
  .detail-box .img {
    font-size: 0; }
    .detail-box .img:after {
      padding-top: 58.82%; }
    .detail-box .img img {
      width: auto;
      height: 100%;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
  .detail-box .det-sel {
    position: relative;
    margin-top: 15px; }
    .detail-box .det-sel .swiper-container {
      width: 94%;
      margin: 0 auto; }
    .detail-box .det-sel .swiper-slide {
      width: 80px;
      height: 80px;
      line-height: 80px;
      text-align: center;
      cursor: pointer;
      font-size: 0;
      border: 1px solid #dddddd; }
      .detail-box .det-sel .swiper-slide img {
        width: 100%;
        vertical-align: middle; }
    .detail-box .det-sel .act {
      border: 1px solid #008632; }
    .detail-box .det-sel .swiper-button-next, .detail-box .det-sel .swiper-button-prev {
      background-image: none;
      opacity: 1;
      cursor: pointer;
      line-height: 44px; }
      .detail-box .det-sel .swiper-button-next img, .detail-box .det-sel .swiper-button-prev img {
        width: 12px;
        vertical-align: middle; }
    .detail-box .det-sel .swiper-button-next {
      right: 0; }
    .detail-box .det-sel .swiper-button-prev {
      left: 0; }
  .detail-box .ri-details .h3 {
    font-size: 20px;
    color: #444444;
    margin-bottom: 16px; }
  .detail-box .ri-details .bot {
    margin-top: 100px;
    position: absolute;
    right: 0;
    bottom: 50px;
    width: 25%; }
    .detail-box .ri-details .bot .ri span {
      font-size: 14px;
      color: #999999;
      vertical-align: middle; }
    .detail-box .ri-details .bot .ri div {
      width: 32px;
      height: 32px;
      display: inline-block;
      margin-left: 4px;
      vertical-align: middle;
      cursor: pointer; }
  .detail-box .ri-details .textarea {
    padding: 16px;
    background: #fcfcfc;
    max-height: 360px;
    overflow: hidden;
    font-size: 14px;
    color: #666666;
    line-height: 28px; }
  .detail-box .ri-details .xian {
    width: 100%;
    height: 1px;
    background: #dddddd;
    margin: 20px 0 10px; }

.link-btn {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border: 1px solid #00a43d;
  border-radius: 3px;
  background: #00a43d;
  transition: all .3s linear;
  -webkit-transition: all .3s linear; }
  .link-btn:hover {
    color: #00a43d;
    background: #fff; }

.details {
  background: #fcfcfc; }
  .details .details-nav {
    height: 60px;
    line-height: 60px;
    font-size: 0;
    margin-bottom: 26px; }
    .details .details-nav .det-a {
      display: inline-block;
      width: 240px;
      text-align: center;
      font-size: 16px; }
      .details .details-nav .det-a img {
        margin-right: 8px;
        vertical-align: middle; }
      .details .details-nav .det-a span {
        color: #666666;
        vertical-align: middle; }
      .details .details-nav .det-a:hover {
        background: #008632; }
        .details .details-nav .det-a:hover span {
          color: #fff; }
        .details .details-nav .det-a:hover .icon1 {
          display: inline; }
        .details .details-nav .det-a:hover .icon2 {
          display: none; }
    .details .details-nav .act {
      background: #008632; }
      .details .details-nav .act span {
        color: #fff; }
      .details .details-nav .act .icon1 {
        display: inline; }
      .details .details-nav .act .icon2 {
        display: none; }
    .details .details-nav .icon1 {
      display: none; }
  .details .drop {
    background: #fcfcfc; }
  .details .details-art {
    height: 295px;
    overflow: hidden;
    padding: 0 45px; }
    .details .details-art ul {
      float: left;
      list-style: disc;
      color: #888888;
      margin-left: 1%;
      width: 30%;
      margin-right: 1%; }
      .details .details-art ul li {
        margin-bottom: 16px; }
        .details .details-art ul li em {
          display: inline-block;
          min-width: 70px;
          margin-right: 10px;
          font-size: 14px;
          color: #888; }
        .details .details-art ul li span {
          font-size: 14px;
          color: #444444; }
    .details .details-art .p {
      font-size: 14px;
      color: #444444;
      margin-top: 26px;
      line-height: 30px; }

.det-tit {
  text-align: center;
  color: #444444;
  font-size: 18px; }
  .det-tit:after, .det-tit:before {
    content: '————';
    display: inline-block;
    color: #3b642b;
    vertical-align: middle;
    margin: 0 30px; }

.rel {
  position: relative; }

.rec {
  margin-bottom: 50px;
  padding: 50px 0;
  background: #fcfcfc; }
  .rec .rec-more {
    text-align: center;
    font-size: 14px;
    color: #666666;
    margin-top: 14px; }
    .rec .rec-more .font {
      font-size: 14px;
      color: #666666;
      margin-right: 10px; }
    .rec .rec-more .act {
      color: #008632;
      text-decoration: underline; }

.rec-swi {
  width: 95%;
  margin: 0 auto;
  margin-top: 40px; }
  .rec-swi .swiper-slide {
    padding: 0 10px;
    width: 25%; }
    .rec-swi .swiper-slide .img_wrap:after {
      padding-top: 100%; }
    .rec-swi .swiper-slide .wrap2 {
      display: block; }
      .rec-swi .swiper-slide .wrap2:hover .img_wrap:before {
        display: none; }
      .rec-swi .swiper-slide .wrap2:hover .xiankuang:after {
        display: none; }
      .rec-swi .swiper-slide .wrap2:hover .xiankuang:before {
        display: none; }
  .rec-swi .swiper-button-next, .rec-swi .swiper-button-prev {
    background-image: none;
    opacity: 1;
    cursor: pointer;
    line-height: 44px; }
    .rec-swi .swiper-button-next img, .rec-swi .swiper-button-prev img {
      width: 12px;
      vertical-align: middle; }
  .rec-swi .swiper-button-next {
    right: 0;
    text-align: right; }
  .rec-swi .swiper-button-prev {
    left: 0; }

.record {
  margin-bottom: 50px; }
  .record .swiper-slide {
    width: 14.28%; }

.min-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 20px; }
  .min-nav .link-tab {
    width: 150px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background: #fff;
    margin-right: 3%;
    display: inline-block; }
    .min-nav .link-tab span {
      font-size: 14px;
      color: #444444;
      vertical-align: middle;
      margin-left: 5px; }
    .min-nav .link-tab img {
      vertical-align: middle; }
    .min-nav .link-tab .icon2 {
      display: none; }
    .min-nav .link-tab:last-of-type {
      margin-right: 0; }
    .min-nav .link-tab:hover span {
      color: #008632; }
    .min-nav .link-tab:hover .icon1 {
      display: none; }
    .min-nav .link-tab:hover .icon2 {
      display: inline; }
  .min-nav .act span {
    color: #008632; }
  .min-nav .act .icon1 {
    display: none; }
  .min-nav .act .icon2 {
    display: inline; }

.lc {
  padding: 45px 0 40px; }
  .lc .h3 {
    font-size: 20px;
    color: #444444;
    text-align: center;
    margin-bottom: 14px; }
  .lc .p {
    font-size: 14px;
    color: #888888;
    text-align: center;
    line-height: 28px;
    margin-bottom: 40px; }
  .lc .lc_wrap {
    padding: 12px 0 5px;
    position: relative; }
    .lc .lc_wrap .shu {
      display: block;
      width: 1px;
      height: 100%;
      background: #dddddd;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto; }
      .lc .lc_wrap .shu:after, .lc .lc_wrap .shu:before {
        content: '';
        display: block;
        width: 10px;
        height: 1px;
        background: #ddd;
        position: absolute;
        margin: auto;
        left: 0;
        right: 0; }
      .lc .lc_wrap .shu:after {
        bottom: 0;
        left: -5px; }
      .lc .lc_wrap .shu:before {
        left: -5px;
        top: 0; }
  .lc .wrap {
    margin-bottom: 28px;
    text-align: center;
    position: relative;
    height: 100%;
    line-height: 100%; }
    .lc .wrap em {
      font-size: 14px;
      color: #008632;
      display: inline-block;
      width: 40%;
      text-align: right;
      vertical-align: middle; }
    .lc .wrap span {
      width: 40%;
      display: inline-block;
      margin-left: 40px;
      font-size: 14px;
      color: #666666;
      text-align: left;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .lc .wrap:after {
      content: '';
      display: block;
      width: 10px;
      height: 1px;
      background: #ddd;
      position: absolute;
      margin: auto;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
  .lc .mar0 {
    margin-bottom: 28px; }
    .lc .mar0 .wrap {
      margin-bottom: 6px; }

.lc-tit .p {
  font-size: 14px;
  color: #666666; }
.lc-tit .span {
  font-size: 18px;
  color: #008632; }
.lc-tit .xian {
  margin-top: 16px;
  width: 40px;
  height: 1px;
  background: #444444; }

.case {
  padding: 50px 0; }
  .case .oem-swi {
    margin-top: 50px; }
    .case .oem-swi .swiper-button-next, .case .oem-swi .swiper-button-prev {
      background-image: none;
      opacity: 1;
      cursor: pointer;
      opacity: 0.3;
      top: 33%; }
      .case .oem-swi .swiper-button-next img, .case .oem-swi .swiper-button-prev img {
        width: 24px;
        vertical-align: middle; }
      .case .oem-swi .swiper-button-next:hover, .case .oem-swi .swiper-button-prev:hover {
        opacity: 1; }
    .case .oem-swi .swiper-slide {
      display: block;
      border-radius: 10px;
      position: relative;
      font-size: 0; }
      .case .oem-swi .swiper-slide .font {
        transition: padding-top .3s linear,background-color 0s;
        -webkit-transition: padding-top  .3s linear,background-color 0s;
        border-radius: 10px;
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        background: url(../img/bg.png) no-repeat bottom;
        padding-top: 46%; }
        .case .oem-swi .swiper-slide .font .h3 {
          font-size: 20px;
          color: #ffffff;
          font-weight: bold;
          text-align: center; }
        .case .oem-swi .swiper-slide .font .xian {
          width: 20px;
          height: 2px;
          background: #fff;
          margin: 10px auto 0; }
        .case .oem-swi .swiper-slide .font .more-link {
          display: block;
          font-size: 14px;
          color: #fff;
          margin: 30px auto 0;
          width: 100px;
          height: 40px;
          line-height: 38px;
          text-align: center;
          border: 1px solid #fff;
          transform: translateY(100%);
          -webkit-transform: translateY(100%);
          opacity: 0;
          transition: transform .4s ease-in-out .2s;
          -webkit-transition: transform .4s ease-in-out .2s;
          border-radius: 3px; }
          .case .oem-swi .swiper-slide .font .more-link:hover {
            background: #fff;
            color: #008632; }
      .case .oem-swi .swiper-slide:hover .font {
        padding-top: 25%;
        background: rgba(0, 134, 50, 0.75); }
        .case .oem-swi .swiper-slide:hover .font .more-link {
          opacity: 1;
          transform: translateY(0%);
          -webkit-transform: translateY(0%); }
    .case .oem-swi .swiper-button-next {
      right: 0; }
    .case .oem-swi .swiper-button-prev {
      left: 0; }
    .case .oem-swi .swiper-container {
      width: 90%;
      margin: 0 auto; }
    .case .oem-swi .oem-font {
      margin-top: 28px; }
      .case .oem-swi .oem-font .h3 {
        font-size: 16px;
        color: #444;
        text-align: center; }
      .case .oem-swi .oem-font .xian {
        width: 30px;
        height: 2px;
        background: #008632;
        margin: 10px auto; }
      .case .oem-swi .oem-font .p {
        font-size: 14px;
        color: #666;
        line-height: 24px;
        text-align: center; }

.img-txt {
  text-align: center;
  padding: 30px 0; }

.partner-box {
  padding: 50px 0; }
  .partner-box .partner-logo {
    margin: 50px 0 100px; }
    .partner-box .partner-logo .wrap {
      background: #fff;
      position: relative;
      width: 19.8%;
      float: left;
      border-top: 1px solid #eeeeee;
      border-right: 1px solid #eeeeee; }
      .partner-box .partner-logo .wrap:nth-of-type(5n) {
        border-right: none;
        margin-right: 0; }
      .partner-box .partner-logo .wrap:nth-of-type(1) {
        border-top: none; }
      .partner-box .partner-logo .wrap:nth-of-type(2) {
        border-top: none; }
      .partner-box .partner-logo .wrap:nth-of-type(3) {
        border-top: none; }
      .partner-box .partner-logo .wrap:nth-of-type(4) {
        border-top: none; }
      .partner-box .partner-logo .wrap:nth-of-type(5) {
        border-top: none; }
      .partner-box .partner-logo .wrap .img {
        margin: 0 auto; }
        .partner-box .partner-logo .wrap .img:after {
          padding-top: 60.5%; }
        .partner-box .partner-logo .wrap .img img {
          width: 98%;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          z-index: 6; }
      .partner-box .partner-logo .wrap:hover {
        z-index: 10; }
        .partner-box .partner-logo .wrap:hover .font-box {
          opacity: 1;
          transform: scale(1.05);
          -webkit-transform: scale(1.05);
          box-shadow: 0 0 10px rgba(102, 102, 102, 0.16); }
      .partner-box .partner-logo .wrap .font-box {
        background: #fff;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        padding-top: 62%;
        z-index: 1;
        opacity: 0;
        transform: scale(1);
        -webkit-transform: scale(1);
        transition: all .2s linear;
        -webkit-transition: all .2s linear;
        padding-bottom: 10px; }
      .partner-box .partner-logo .wrap .font {
        height: 100%;
        width: 100%;
        padding: 0 8%;
        overflow: hidden;
        z-index: 3; }
        .partner-box .partner-logo .wrap .font .h3 {
          font-size: 16px;
          color: #444;
          text-align: center;
          padding: 16px 0 10px;
          border-top: 1px solid #dddddd; }
        .partner-box .partner-logo .wrap .font .p {
          font-size: 14px;
          color: #666; }
        .partner-box .partner-logo .wrap .font .part-link {
          display: block;
          font-size: 14px;
          color: #008aff;
          text-decoration: underline;
          text-align: center;
          margin-top: 16px; }

.equ {
  padding-bottom: 50px; }
  .equ .equ-wrap {
    margin-top: 50px; }
    .equ .equ-wrap .le-equ {
      width: 100px;
      float: left;
      border-radius: 100%;
      height: 100px;
      line-height: 100px;
      text-align: center;
      background: #008632; }
      .equ .equ-wrap .le-equ img {
        vertical-align: middle; }
    .equ .equ-wrap .ri-equ {
      width: 83.33%;
      float: right;
      font-size: 0; }
      .equ .equ-wrap .ri-equ > img {
        width: 100%; }
      .equ .equ-wrap .ri-equ .font {
        position: absolute;
        bottom: 0; }
        .equ .equ-wrap .ri-equ .font .img {
          float: left;
          background: rgba(0, 0, 0, 0.85);
          width: 15%;
          height: 150px;
          overflow: hidden; }
          .equ .equ-wrap .ri-equ .font .img img {
            right: 0;
            bottom: 0;
            margin: auto;
            width: 66.6%; }
        .equ .equ-wrap .ri-equ .font .ri-font {
          height: 150px;
          overflow: hidden;
          width: 85%;
          float: left;
          background: rgba(0, 0, 0, 0.65);
          padding: 20px 28px; }
          .equ .equ-wrap .ri-equ .font .ri-font .h3 {
            font-size: 18px;
            color: #fff; }
          .equ .equ-wrap .ri-equ .font .ri-font .p {
            font-size: 14px;
            color: #fff;
            line-height: 24px;
            margin-top: 14px; }

.adv {
  padding: 50px 0; }
  .adv .h3 {
    font-size: 16px;
    color: #444444;
    text-align: center; }
  .adv .xian {
    width: 30px;
    height: 2px;
    background: #008632;
    margin: 20px auto; }
  .adv .link-btn {
    margin: 0 auto;
    background: transparent;
    border: 1px solid #666;
    color: #666; }
    .adv .link-btn:hover {
      background: #008632;
      color: #fff;
      border-color: #008632; }
  .adv .adv-tab {
    font-size: 0;
    margin-top: 50px; }
    .adv .adv-tab .bg {
      width: 20%;
      height: 500px;
      position: relative;
      display: block;
      z-index: 2;
      overflow: hidden;
      float: left; }
      .adv .adv-tab .bg:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 134, 50, 0.79);
        z-index: -1;
        transition: all .4s linear;
        -webkit-transition: all .4s linear;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        opacity: 0; }
      .adv .adv-tab .bg:hover:after {
        opacity: 1;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%); }
      .adv .adv-tab .bg:hover .em {
        position: relative;
        top: 45px; }
    .adv .adv-tab .p {
      font-size: 20px;
      font-weight: bold;
      color: #fff;
      padding: 46px 5% 0; }
    .adv .adv-tab .span {
      padding: 0 5%;
      margin-top: 14px;
      font-size: 16px;
      color: #fff; }
    .adv .adv-tab .em {
      transition: all .5s linear;
      -webkit-transition: all .5s linear;
      position: absolute;
      top: 430px;
      left: 0;
      padding: 0 5%;
      font-size: 16px;
      color: #fff; }

.adv-swi {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 6; }
  .adv-swi .swiper-pagination-bullet {
    opacity: 1;
    background: transparent;
    border: 1px solid #fff;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    margin-bottom: 30px !important;
    display: inline-block; }
  .adv-swi .swiper-pagination-bullet-active {
    background: #fff; }
  .adv-swi .swiper-slide {
    position: relative; }
    .adv-swi .swiper-slide .font {
      position: absolute;
      top: 25%;
      left: 5%;
      width: 45%; }
      .adv-swi .swiper-slide .font .h3 {
        font-size: 30px;
        color: #fff;
        margin-bottom: 50px; }
      .adv-swi .swiper-slide .font .p {
        font-size: 16px;
        color: #fff;
        line-height: 34px;
        margin-bottom: 20px; }
      .adv-swi .swiper-slide .font .link-btn {
        background: transparent;
        border: 1px solid #fff;
        color: #fff; }
        .adv-swi .swiper-slide .font .link-btn:hover {
          background: #fff;
          color: #008632; }

.tech {
  padding: 50px 0; }

.cul-nav {
  background: #f5f5f5;
  text-align: center;
  font-size: 0; }
  .cul-nav .tab {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #444444; }
    .cul-nav .tab:after {
      content: '';
      display: block;
      width: 0%;
      height: 2px;
      background: #008632;
      bottom: 0px;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      opacity: 0;
      transition: all .2s linear;
      -webkit-transition: all .2s linear; }
    .cul-nav .tab:hover {
      background: #fff;
      color: #008632; }
      .cul-nav .tab:hover:after {
        opacity: 1;
        width: 100%; }
  .cul-nav .act {
    background: #fff;
    color: #008632; }
    .cul-nav .act:after {
      width: 100%;
      opacity: 1; }

.aboutus {
  padding-top: 45px; }
  .aboutus .h3 {
    text-align: center;
    font-size: 20px;
    color: #444444; }
  .aboutus .xian {
    width: 40px;
    height: 2px;
    background: #008632;
    margin: 16px auto 50px; }
  .aboutus .about-wrap {
    padding: 0 3%;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    height: 260px;
    text-indent: 2em;
    overflow-y: scroll; }
    .aboutus .about-wrap::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background-color: #008632;
      cursor: pointer; }
    .aboutus .about-wrap::-webkit-scrollbar {
      width: 4px;
      height: 10px;
      cursor: pointer; }
    .aboutus .about-wrap::-webkit-scrollbar-track {
      border-radius: 10px;
      background-color: rgba(0, 0, 0, 0);
      cursor: pointer; }

.about-img {
  margin-top: 40px; }
  .about-img #notice {
    overflow: hidden;
    height: 410px;
    line-height: 410px; }
  .about-img li {
    float: left;
    width: 500px;
    font-size: 0; }
    .about-img li img {
      vertical-align: middle;
      width: 100%; }

.about-banner {
  padding: 40px 0;
  text-align: center;
  font-size: 0; }
  .about-banner .img {
    display: inline-block;
    margin-right: 12px;
    max-width: 160px;
    width: 12%; }
    .about-banner .img:after {
      padding-top: 100%; }
    .about-banner .img:last-of-type {
      margin-right: 0; }

.deve .container {
  padding: 45px 0 130px; }
.deve .h3 {
  font-size: 20px;
  text-align: center;
  color: #fff; }
.deve .xian {
  width: 40px;
  height: 2px;
  background: #fff;
  margin: 16px auto; }
.deve .p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  text-align: center; }
.deve .deve-wrap {
  margin-top: 28px;
  position: relative; }
  .deve .deve-wrap .swiper-container {
    height: 350px; }
  .deve .deve-wrap .swiper-slide {
    width: 20%;
    position: relative; }
    .deve .deve-wrap .swiper-slide .h4 {
      font-size: 20px;
      color: #444; }
    .deve .deve-wrap .swiper-slide .h5 {
      font-size: 14px;
      color: #666;
      line-height: 24px;
      margin-top: 15px; }
    .deve .deve-wrap .swiper-slide .font {
      position: absolute;
      width: 100%;
      height: 120px;
      background: #fff;
      transition: all .4s;
      -webkit-transition: all .4s;
      padding: 18px;
      border-radius: 2px; }
      .deve .deve-wrap .swiper-slide .font:after {
        position: absolute;
        content: '';
        display: block;
        left: 0;
        right: 0;
        margin: auto;
        height: 0;
        width: 0;
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        border-top: 16px solid #fff;
        bottom: -16px;
        transition: all .4s;
        -webkit-transition: all .4s; }
    .deve .deve-wrap .swiper-slide .quan {
      position: absolute;
      top: 162px;
      left: 0;
      right: 0;
      margin: auto;
      border: 2px solid #fff;
      width: 20px;
      height: 20px;
      padding: 2px;
      border-radius: 100%;
      transition: all .4s;
      -webkit-transition: all .4s; }
      .deve .deve-wrap .swiper-slide .quan:before {
        content: '';
        display: block;
        height: 12px;
        width: 12px;
        border-radius: 100%;
        background: #fff; }
    .deve .deve-wrap .swiper-slide:nth-of-type(2n) .font {
      bottom: 0; }
      .deve .deve-wrap .swiper-slide:nth-of-type(2n) .font:after {
        bottom: auto;
        top: -16px;
        border-top: 0;
        border-bottom: 16px solid #fff; }
    .deve .deve-wrap .swiper-slide:hover .quan {
      border-color: #008632; }
      .deve .deve-wrap .swiper-slide:hover .quan:before {
        background: #008632; }
    .deve .deve-wrap .swiper-slide:hover .font {
      background: #008632; }
      .deve .deve-wrap .swiper-slide:hover .font:after {
        border-top-color: #008632 !important;
        border-bottom-color: #008632 !important; }
    .deve .deve-wrap .swiper-slide:hover .h4 {
      color: #fff; }
    .deve .deve-wrap .swiper-slide:hover .h5 {
      color: #fff; }
.deve .xian2 {
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 171px;
  left: 0; }
.deve .swiper-button-prev, .deve .swiper-button-next {
  background-image: none;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 100%;
  border: 2px solid white;
  text-align: center;
  top: auto;
  bottom: 30px;
  left: auto;
  right: auto;
  opacity: 0.7; }
  .deve .swiper-button-prev:hover, .deve .swiper-button-next:hover {
    opacity: 1; }
  .deve .swiper-button-prev i, .deve .swiper-button-next i {
    font-size: 16px;
    color: #fff;
    font-weight: bold; }
.deve .swiper-button-prev {
  left: 45%; }
.deve .swiper-button-next {
  right: 45%; }

.ownbrand {
  padding: 50px 0 75px; }
  .ownbrand .h3 {
    font-size: 20px;
    color: #444;
    text-align: center; }
  .ownbrand .xian {
    width: 40px;
    height: 2px;
    background: #008632;
    margin: 18px auto 50px; }
  .ownbrand .swiper-container {
    width: 83.33%; }
  .ownbrand .swiper-slide {
    width: 50%;
    padding: 0 5%;
    position: relative; }
    .ownbrand .swiper-slide:hover .font {
      opacity: 1;
      transform: translateY(0px);
      -webkit-transform: translateY(0px); }
  .ownbrand .imgwrap {
    width: 100%;
    font-size: 0;
    text-align: center;
    line-height: 100%;
    border-radius: 10px;
    overflow: hidden; }
    .ownbrand .imgwrap img {
      width: 100%;
      vertical-align: middle; }
  .ownbrand .font {
    width: 70%;
    height: 70%;
    overflow: hidden;
    padding: 25px 15px;
    background: rgba(0, 134, 50, 0.75);
    position: absolute;
    top: 20%;
    left: 10%;
    opacity: 0;
    transform: translateY(60px);
    -webkit-transform: translateY(60px);
    transition: all .4s;
    -webkit-transition: all .4s; }
    .ownbrand .font .p {
      font-size: 16px;
      color: #fff;
      font-weight: bold;
      margin-bottom: 15px; }
    .ownbrand .font .span {
      font-size: 14px;
      color: #fff;
      line-height: 28px; }
  .ownbrand .swiper-button-next, .ownbrand .swiper-button-prev {
    background-image: none;
    opacity: 1;
    cursor: pointer;
    z-index: 10;
    opacity: 0.7; }
    .ownbrand .swiper-button-next i, .ownbrand .swiper-button-prev i {
      display: none;
      font-size: 26px;
      font-weight: bold;
      color: #99a3af; }
    .ownbrand .swiper-button-next:hover, .ownbrand .swiper-button-prev:hover {
      opacity: 1; }
  .ownbrand .swiper-button-next {
    background-image: url(../img/jtg_12.png);
    right: 0;
    text-align: right; }
  .ownbrand .swiper-button-prev {
    background-image: url(../img/jtg_09.png);
    left: 0; }

.map {
  width: 50%;
  float: left;
  height: 455px;
  overflow: hidden; }

.contact .us {
  width: 50%;
  float: left;
  height: 455px;
  overflow: hidden;
  background: #f6b653;
  padding: 32px 3%; }
  .contact .us .h3 {
    font-size: 18px;
    color: #fff; }
  .contact .us .xian {
    height: 2px;
    width: 30px;
    background: #fff;
    margin: 20px 0; }
  .contact .us li {
    height: 30px;
    line-height: 30px; }
    .contact .us li img {
      display: inline-block;
      margin-right: 10px;
      vertical-align: top;
      padding-top: 4px; }
    .contact .us li span {
      display: inline-block;
      font-size: 14px;
      color: #fff;
      vertical-align: top; }
  .contact .us .font {
    float: left; }
  .contact .us .ewm {
    margin-top: 70px;
    margin-left: 40px;
    border: 1px solid #df9b31;
    width: 125px;
    float: left; }

.news-list {
  margin: 50px 0; }
  .news-list .news-box {
    width: 23.4%;
    margin-bottom: 50px;
    float: left;
    margin-right: 1%; }
    .news-list .news-box:nth-of-type(4n) {
      margin-right: 0; }
  .news-list .news-tab {
    margin: 45px 0;
    text-align: center; }
    .news-list .news-tab .wrap {
      display: inline-block;
      font-size: 14px;
      color: #666;
      cursor: pointer;
      vertical-align: middle;
      text-align: center; }
      .news-list .news-tab .wrap:after {
        content: '';
        display: inline-block;
        width: 1px;
        height: 10px;
        background: #666;
        vertical-align: middle;
        margin: 0 30px; }
      .news-list .news-tab .wrap:last-of-type:after {
        display: none; }
    .news-list .news-tab .act {
      font-size: 16px;
      color: #008632; }

.news-window {
  background: rgba(0, 0, 0, 0.51);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 666;
  overflow-y: scroll; }
  .news-window img{
  	max-width: 80% !important;
  }
  .news-window::-webkit-scrollbar {
    display: none; }
  .news-window .rel {
    width: 1000px;
    margin: 0 auto;
    padding: 45px 50px 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #fff; }
  .news-window .h3 {
    font-size: 20px;
    color: #444;
    margin-bottom: 15px; }
  .news-window .p {
    margin-top: 30px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-indent: 2em; }
    .news-window .p img {
      text-align: center; }
  .news-window .bot {
    margin-top: 45px;
    width: 90%;
    border-top: 1px solid #eee;
    padding: 24px 0 0px; }
    .news-window .bot .link-txt {
      display: block;
      font-size: 14px;
      margin-bottom: 15px;
      color: #666; }
      .news-window .bot .link-txt:hover {
        color: #008632; }
  .news-window .exit {
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 20px;
    right: -40px;
    background-color: #008632;
    cursor: pointer; }
    .news-window .exit img {
      vertical-align: middle; }

.inv-nav {
  position: relative;
  top: -30px;
  z-index: 10;
  height: 60px;
  line-height: 60px;
  font-size: 0;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(102, 102, 102, 0.3);
  z-index: 3;
  background: #fff; }
  .inv-nav .inv-a {
    position: relative;
    z-index: 2;
    min-width: 100px;
    display: inline-block;
    font-size: 14px;
    color: #444;
    vertical-align: top;
    text-align: center; }
    .inv-nav .inv-a:hover {
      color: #fff;
      font-size: 16px; }
  .inv-nav .act {
    background: #008632;
    color: #fff;
    font-size: 16px; }
  .inv-nav:hover #line {
    opacity: 1; }

#line {
  background: #008632;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100px;
  z-index: 1;
  opacity: 0; }

.inv-mes .inv-name {
  float: left;
  width: 200px;
  height: 100px;
  border: 1px solid #bbbbbb;
  padding: 10px 12px; }
  .inv-mes .inv-name .h3 {
    font-size: 16px;
    color: #444; }
  .inv-mes .inv-name .p {
    font-size: 14px;
    color: #888;
    margin-top: 10px; }
.inv-mes .wrap {
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 1px solid #dddddd; }
.inv-mes .box {
  margin-bottom: 24px; }
.inv-mes .inv-box {
  float: right;
  width: 73.33%; }
  .inv-mes .inv-box .h3 {
    font-size: 16px;
    color: #444;
    margin-bottom: 6px; }
  .inv-mes .inv-box .p {
    font-size: 14px;
    color: #666;
    line-height: 30px; }

.flex-nav {
  position: fixed;
  top: 60px;
  z-index: 12;
  width: 100%; }

.flex-nav2 {
  position: fixed;
  top: 58px;
  z-index: 12;
  left: 0;
  right: 0;
  margin: auto;
  width: 1200px;
  background: #fff; }

.switch {
  display: none; }

.mb {
  display: none; }

@media (max-width: 1220px) {
  .container {
    width: 1000px; }

  .classify .wrap {
    width: 200px;
    height: 180px;
    line-height: 180px; }

  .classify .wid20 .wrap {
    height: 360px;
    line-height: 360px; }

  .about .font {
    padding: 20px; }

  footer .botul {
    width: 50%; }

  .detail-box .ri-details .bot {
    margin-top: 20px; }

  .flex-nav2 {
    width: 1000px; } }
@media (max-width: 999px) {
  .mbbanner {
    height: 230px; }

  .container {
    width: 95%;
    margin: 0 auto; }

  .nav_link > li {
    width: 100px; }

  .pc {
    display: none; }

  .mb {
    display: block; }

  .minnav li {
    margin-right: 50px; }
    .minnav li a {
      margin-bottom: 0;
      font-size: 14px; }
  .minnav .shopnav li {
    width: 19%; }
    .minnav .shopnav li a {
      margin-bottom: 16px; }
  .minnav .shopnav img {
    width: 32px;
    height: 32px;
    margin-right: 4px; }

  footer {
    padding-top: 25px; }
    footer .wid50 {
      width: 100%; }
    footer .botul {
      width: 50%;
      padding: 0 10px;
      margin-top: 30px; }
    footer .botlogo {
      float: left;
      width: 100%;
      margin: 0 auto;
      text-align: center; }
    footer .bot-link .wid50:last-of-type {
      display: none; }
    footer .bot-form .inp-box {
      margin-right: 0; }
    footer .bot-form {
      padding-top: 25px; }

  .news .news-box {
    padding: 48px 15px 0; }
  .news .swiper-button-prev, .news .swiper-button-next {
    display: none; }

  .brand .img_wrap {
    width: 40%; }

  .title .en {
    font-size: 40px; }
  .title .cn {
    font-size: 24px; }

  .classify .wrap {
    width: 140px;
    height: 140px;
    line-height: 140px; }
    .classify .wrap .box {
      width: 140px;
      height: 140px; }

  .classify .wid20 .wrap {
    height: 280px;
    line-height: 280px; }

  .services .box .bottom {
    width: 100%;
    padding: 0 10px; }

  .le-wrap .le-tit {
    padding: 0 10px; }

  .le-wrap {
    width: 23%; }

  .clas {
    width: 50%;
    margin: 20px auto; }

  .mart30 {
    margin-top: 30px; }

  .le-details {
    width: 100%; }

  .ri-details {
    margin-top: 20px;
    width: 100%; }

  .details .details-art {
    padding: 0 15px; }

  .record .swiper-slide {
    width: 20%; }

  .min-nav .link-tab {
    width: 120px;
    height: 30px;
    line-height: 30px; }
    .min-nav .link-tab img {
      width: 24px; }

  .news-window .exit {
    top: -20px;
    right: 0; }
  .news-window .rel {
    width: 90%;
    padding: 20px 10px; }

  .case .oem-swi .swiper-slide:hover .font {
    padding-top: 20%; }

  .adv-swi .swiper-slide .font {
    top: 20%; }

  .partner-box .partner-logo .wrap {
    width: 24.8%; }

  .partner-box .partner-logo .wrap:nth-of-type(5) {
    border-top: 1px solid #eeeeee; }

  .partner-box .partner-logo .wrap:nth-of-type(5n) {
    border-right: 1px solid #eeeeee; }

  .partner-box .partner-logo .wrap:nth-of-type(4n) {
    border-right: none; }

  #certify {
    width: 100%; }
    #certify .swiper-slide {
      width: 300px; }
    #certify .swiper-button-prev, #certify .swiper-button-next {
      display: none; }

  #certify .swiper-container {
    width: 90%; }

  .deve .swiper-button-prev {
    left: 41%; }

  .deve .swiper-button-next {
    right: 41%; }

  .deve .deve-wrap .swiper-slide .font {
    padding: 12px; }

  .ownbrand .font {
    height: 90%;
    top: 5%;
    padding: 15px; }
    .ownbrand .font .span {
      line-height: 24px; }
    .ownbrand .font .p {
      margin-bottom: 10px; }

  .news-box {
    padding: 48px 15px 0; }

  .inv-nav {
    height: auto; }
    .inv-nav .inv-a {
      min-width: 104px; }

  .inv-mes .inv-box {
    width: 100%;
    margin-top: 20px; }

  .flex-nav2 {
    width: 100%; } }
@media (max-width: 750px) {
  .partner .partswi {
    width: 86.33%; }

  .clas {
    width: 60%;
    margin: 20px auto; }

  .switch {
    display: block;
    height: 60px;
    line-height: 60px; }
    .switch img {
      vertical-align: middle;
      cursor: pointer;
      color: #008632;
      width: 20px; }

  header {
    position: fixed; }
    header .logo {
      height: 60px;
      line-height: 60px; }

  footer {
    padding-top: 25px; }
    footer .wid50 {
      width: 100%; }
    footer .botul {
      width: 100%;
      padding: 0 10px;
      margin-top: 30px; }
    footer .botlogo {
      float: none;
      margin: 0 auto;
      text-align: center; }
    footer .bot-link .wid50:last-of-type {
      display: none; }
    footer .bot-form .inp-box {
      margin-right: 0; }
    footer .bot-form {
      padding-top: 25px; }
    footer .span {
      font-size: 13px; }

  .nav {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    position: fixed;
    top: 60px;
    width: 40%;
    height: 100%;
    left: 0;
    background: #f8f8f8;
    padding: 0; }
    .nav .phone {
      display: none;
      margin-top: 15px;
      height: 30px;
      line-height: 30px;
      text-align: center; }
      .nav .phone em {
        display: none; }

  .nav_link {
    height: auto;
    margin-top: 10px; }
    .nav_link > li {
      float: none;
      margin-right: 0;
      padding: 0 10px;
      width: 100%;
      text-align: left; }
      .nav_link > li > a:after {
        height: 0%;
        width: 2px;
        right: auto;
        left: -10px;
        top: 0;
        bottom: 0; }
      .nav_link > li:hover {
        background: #fff; }
        .nav_link > li:hover > a:after {
          height: 100%;
          width: 2px;
          right: auto;
          left: -10px;
          top: 0;
          bottom: 0; }
    .nav_link .act {
      background: #fff; }
      .nav_link .act > a:after {
        height: 100%;
        width: 2px;
        right: auto;
        left: -10px;
        top: 0;
        bottom: 0; }

  .minnav {
    left: 100%;
    top: 0;
    padding: 0;
    height: 100%; }
    .minnav li {
      margin-right: 0;
      display: block;
      text-align: left;
      padding: 0 10px; }
    .minnav .shopnav {
      overflow-y: scroll;
      height: 100%; }
      .minnav .shopnav::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #008632;
        cursor: pointer; }
      .minnav .shopnav::-webkit-scrollbar {
        width: 2px;
        height: 10px;
        cursor: pointer; }
      .minnav .shopnav::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: rgba(0, 0, 0, 0);
        cursor: pointer; }
      .minnav .shopnav li {
        width: 100%;
        padding: 0; }
      .minnav .shopnav img {
        width: 30px;
        height: 30px;
        margin-right: 5px; }

  .content {
    padding-top: 60px; }

  .banner .swiper-button-prev, .banner .swiper-button-next {
    width: 20px;
    background-size: 15px;
    display: none; }
  .banner .swiper-pagination-bullets {
    bottom: 8%; }

  .brand {
    width: 90%;
    top: 0;
    margin-top: 20px;
    margin-bottom: 20px; }
    .brand .img_wrap {
      margin-bottom: 5px;
      width: 80%;
      margin-right: 0; }

  .rightflex {
    right: 0; }
    .rightflex .ri-flex {
      height: 30px;
      width: 30px; }
      .rightflex .ri-flex .wrap {
        height: 30px;
        line-height: 28px; }
        .rightflex .ri-flex .wrap img {
          width: 24px; }

  .title .en {
    font-size: 30px; }
  .title .cn {
    font-size: 22px; }
    .title .cn img {
      width: 26px; }

  .product .wid40 {
    width: 100%;
    float: none; }
  .product .wid20 {
    width: 70%;
    margin: 0 auto;
    float: none;
    border: none; }
    .product .wid20 .wrap {
      width: 100%; }

  .classify .wrap {
    width: 50%; }

  .services .wrap {
    margin-bottom: 10px;
    width: 70%; }
    .services .wrap:nth-of-type(2n) {
      margin-right: 0; }
  .services .box .bottom {
    width: 86%; }

  .about .img {
    display: none; }
  .about .heng {
    display: none; }
  .about .font {
    position: relative;
    width: 100%;
    padding: 20px;
    right: auto; }
  .about .link {
    display: block;
    position: relative;
    right: -88%;
    width: 30px;
    height: 30px;
    line-height: 32px; }

  .partner .partswi .wrap {
    width: 50%; }
    .partner .partswi .wrap:nth-of-type(2n) {
      border-right: none; }

  .min-nav {
    display: none; }

  .case {
    padding: 20px 0; }
    .case .oem-swi .swiper-button-next, .case .oem-swi .swiper-button-prev {
      top: 26%; }
      .case .oem-swi .swiper-button-next img, .case .oem-swi .swiper-button-prev img {
        width: 14px; }
    .case .oem-swi .swiper-button-next {
      text-align: right; }
    .case .oem-swi .swiper-slide:hover .font {
      padding-top: 20%; }
    .case .oem-swi .oem-font .p {
      text-align: left; }

  .partner-box .partner-logo {
    margin-top: 20px; }

  .partner-box .partner-logo .wrap {
    width: 50%; }
    .partner-box .partner-logo .wrap:nth-of-type(5n) {
      border-right: 1px solid #eee; }
    .partner-box .partner-logo .wrap:nth-of-type(2n) {
      border-right: 1px solid #eee; }

  .equ .equ-wrap {
    margin-top: 30px; }
    .equ .equ-wrap .le-equ {
      width: 40px;
      height: 40px;
      line-height: 40px; }
      .equ .equ-wrap .le-equ img {
        width: 25px; }
    .equ .equ-wrap .ri-equ .font .ri-font {
      padding: 20px 10px; }

  .adv .h3 {
    padding: 0 10px; }
  .adv .adv-tab .bg {
    width: 100%;
    height: 300px; }

  .adv-swi .swiper-slide .font {
    width: 80%;
    top: 8%; }
    .adv-swi .swiper-slide .font .h3 {
      font-size: 24px;
      margin-bottom: 20px; }
    .adv-swi .swiper-slide .font .p {
      font-size: 14px;
      line-height: 24px; }

  .cul-nav {
    display: none; }

  .about-banner .img {
    width: 80px;
    margin-bottom: 10px; }

  .deve .deve-wrap .swiper-slide {
    width: 50%; }

  .deve .swiper-button-prev {
    width: 30px;
    height: 30px;
    line-height: 28px;
    left: 40%; }

  .deve .swiper-button-next {
    width: 30px;
    height: 30px;
    line-height: 28px;
    right: 40%; }

  .ownbrand .swiper-slide {
    width: 100%; }

  .ownbrand .font {
    width: 80%;
    top: 3%;
    height: 92%; }

  .map {
    width: 100%; }

  .contact .us {
    width: 100%;
    position: relative; }
    .contact .us .ewm {
      position: absolute;
      top: 30%;
      right: 0; }

  .news-list .news-box {
    padding: 25px 10px;
    width: 49%; }
    .news-list .news-box:nth-of-type(2n) {
      margin-right: 0; }

  .inv-nav {
    top: 0;
    height: auto;
    line-height: 40px;
    font-size: 0; }
    .inv-nav .inv-a {
      width: 25%; }

  .inv-mes .inv-box {
    width: 100%;
    margin-top: 16px; }

  .sh-nav {
    display: none; }

  .le-wrap {
    width: 80%;
    position: fixed;
    left: 0;
    top: 60px;
    height: 100%;
    overflow-y: scroll;
    background: #f8f8f8;
    z-index: 12;
    padding-bottom: 20%;
    transition: all .3s;
    -webkit-transition: all .3s;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%); }

  .ri-wrap {
    margin-top: 20px;
    width: 100%; }

  .shoplist .wrap {
    width: 49%;
    margin-right: 1.8%; }
    .shoplist .wrap:nth-of-type(3n) {
      margin-right: 1.8%; }
    .shoplist .wrap:nth-of-type(2n) {
      margin-right: 0%; }
    .shoplist .wrap .font {
      padding: 14px; }

  .page {
    margin: 30px 0 50px; }

  .seat {
    margin: 20px 0; }
    .seat span {
      font-size: 12px; }

  .detail-box .det-sel .swiper-container {
    width: 90%; }
  .detail-box .det-sel .swiper-slide {
    width: 60px;
    height: 60px;
    line-height: 60px; }

  .detail-box .ri-details .bot {
    margin-top: 20px;
    position: relative;
    bottom: 0;
    width: 100%; }

  .details .details-nav {
    height: 40px;
    line-height: 40px; }
    .details .details-nav .det-a {
      font-size: 14px;
      width: 100px; }
      .details .details-nav .det-a img {
        width: 16px;
        margin-right: 4px; }
  .details .details-art {
    padding: 0 12px; }
    .details .details-art ul {
      width: 98%; }

  .det-tit:after, .det-tit:before {
    content: '——';
    margin: 0 10px; }

  .rec {
    padding: 30px 0; }

  .rec-swi .swiper-slide {
    width: 50%; }

  .record .rec-swi {
    margin-top: 20px; }
  .record .swiper-slide {
    width: 33.33%; }

  .le-open {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0 14px;
    font-size: 14px;
    color: #fff;
    background: #008632;
    border-radius: 5px;
    cursor: pointer; }

  .tran0 {
    transform: translateX(0%);
    -webkit-transform: translateX(0%); } 
  
  .rightflex .ri-flex .wrap img{
  	width: 70%;
  }
  .h-w{
  	right: 36px;
  }
  }

/*# sourceMappingURL=common.css.map */
