/* 字体引入 */
@font-face {
  font-family: 'ALIBABA-PUHUITI-HEAVY';
  src: url("../fonts/ALIBABA-PUHUITI-HEAVY.OTF");
}
@font-face {
  font-family: 'ALIBABA-PUHUITI-LIGHT';
  src: url("../fonts/ALIBABA-PUHUITI-LIGHT.OTF");
}
@font-face {
  font-family: 'ALIBABA-PUHUITI-MEDIUM';
  src: url("../fonts/ALIBABA-PUHUITI-MEDIUM.OTF");
}
/* @font-face {
  font-family: 'ALIBABA-PUHUITI-REGULAR';
  src: url("../fonts/ALIBABA-PUHUITI-REGULAR.OTF");
} */
/* 网站基本宽度（注意修改） */
.container {
  width: 1470px;
  padding: 0 15px;
}
@media screen and (max-width: 1470px) {
  .container {
    width: 970px;
  }
}
@media screen and (max-width: 970px) {
  .container {
    width: 768px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
}
#header {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  padding: 22px 0;
  z-index: 999;
}
#header .logo {
  width: 250px;
  height: auto;
}
#header .language {
  width: 260px;
  position: relative;
}
#header .language li {
  width: 50%;
}
#header .language .search-box {
  margin-top: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
#header .language .search-box input[type="text"] {
  width: 130px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 16px;
  border: none;
  background: #f2f2f3;
  padding-left: 10px;
}
#header .language .search-box input[type="submit"] {
  width: 32px;
  height: 32px;
  background: #f2f2f2 url("../images/search.png") no-repeat 0;
  border: none;
  border-radius: 16px;
  position: absolute;
  left: 95px;
  top: 0;
}
#header .language .language-box {
  margin-left: 0;
  position: absolute;
  left: 150px;
  top: 0;
  padding-left: 10px;
}
#header .language .language-box a {
  padding: 0 ;
  margin: 0 5px;
}
#header .language .language-box .fl{
	line-height:40px;
}
#header .language .language-box a:hover {
  background: rgba(120, 190, 50, 0);
}
#header .language .language-box img {
  width: 32px;
  height: auto;
  margin: 10px 8px 0 0;
}
#header .language .language-box i {
/*   margin-top: 8px; */
  font-size: 24px;
}
#header .language .language-box:hover {
  background: rgba(120, 190, 50, 0.8);
}
#header .language .language-box .sub-menu {
  position: absolute;
  left: initial;
  right: 0;
}
#header .language .language-box .sub-menu li {
  margin-left: -5px !important;
}
#header .menu-menu01 {
  width: 70%;
}
#header .menu-menu01 li {
  margin-left: 2%!important;
}
#header .menu {
  margin-top: 10px;
}
#header .menu li {
  position: relative;
  float: left;
  margin-left: 20px;
/*   line-height: 40px; */
}
#header .menu li a {
  display: block;
  padding: 0 18px;
  position: relative;
  transition: 0.6s ease;
  font-size: 15px;
  font-weight: bold;
  font-family: 'ALIBABA-PUHUITI-REGULAR';
}
#header .menu li a:hover {
  background: rgba(120, 190, 50, 0.8);
}
#header .menu li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 160px;
  z-index: 100;
  display: none;
  background: rgba(120, 190, 50, 0.6);
}
#header .menu li .sub-menu li {
  width: 100%;
  margin-left: 0!important;
  transition: 0.3s ease;
  position: relative;
}
#header .menu li .sub-menu li:hover a {
  background: #78be32;
}
#header .menu li .sub-menu li .sub-menu {
  position: absolute;
  left: 160px;
  top: 0;
  width: 160px;
}
#header .menu li .sub-menu li a {
  display: block;
  width: 100%;
  padding: 10px;
  line-height: normal;
  transition: 0.3s ease;
  border-radius: 0;
  border: none;
  font-size: 14px;
  font-weight: bold;
}
#index-body .i-product h2 {
  font-size: 72px;
  text-align: center;
  line-height: 72px;
  padding-top: 120px;
  font-family: 'Arial';
  color: #f7f7f7;
  font-weight: bolder;
  position: relative;
}
#index-body .i-product h2:before {
  content: '';
  width: 50px;
  height: 23px;
  background: #7abd36;
  transform: skew(-30deg);
  position: absolute;
  left: 48.8%;
  bottom: -13px;
}
#index-body .i-product h2:after {
  content: 'PRODUCT CENTER';
  font-size: 30px;
  color: #000000;
  font-family: 'ALIBABA-PUHUITI-REGULAR';
  position: absolute;
  left: 43%;
  bottom: -20px;
}
#index-body .i-product p {
  width: 40%;
  margin: -15px 30%;
  padding: 48px 0 70px 0;
  text-align: center;
  font-size: 14px;
  font-family: 'Arial';
}
#index-body .i-product .swiper-container .swiper-slide {
  position: relative;
  overflow: hidden;
}
#index-body .i-product .swiper-container .swiper-slide .img-box {
  padding: 32px 0;
  width: 100%;
  height: auto;
}
#index-body .i-product .swiper-container .swiper-slide .img-box img {
  width: 100%;
  height: auto;
}
#index-body .i-product .swiper-container .swiper-slide .img-box:hover .title {
  transform: translateX(0);
}
#index-body .i-product .swiper-container .swiper-slide .img-box .title {
  padding: 30px 50px 50px 40px;
  text-align: left;
  color: #FFFFFF;
  background: rgba(120, 190, 50, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(101%);
  transition: 0.5s ease;
}
#index-body .i-product .swiper-container .swiper-slide .img-box .title h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: bolder;
  font-family: 'ALIBABA-PUHUITI-REGULAR';
}
#index-body .i-product .swiper-container .swiper-slide .img-box .title h3 a {
  transition: 0.5s ease;
}
#index-body .i-product .swiper-container .swiper-slide .img-box .title h3 a:hover {
  color: #000000;
}
#index-body .i-product .swiper-container .swiper-slide .img-box .title p {
  width: 100%;
  margin: 0;
  padding: 36px 0 0 0;
  text-align: left;
  font-size: 16px;
  font-family: 'ALIBABA-PUHUITI-REGULAR';
}
#index-body .i-about {
  padding-top: 200px;
}
#index-body .i-about .img {
  width: 50%;
  position: relative;
}
#index-body .i-about .img .fancyboxHtml{
  display: inline-block;
  width: 60px;height:60px;
  border-radius:50%;
  background: rgba(120, 190, 50, 1);
  color: #FFFFFF;
  text-align: center;
  font-size: 22px;
  line-height: 62px;
  padding-left: 2px;
  transition: .5s ease;
  position: absolute;
  right: 30%;bottom: 30%;
}
#index-body .i-about .img .fancyboxHtml:hover{
  background: #383838;
}
#index-body .i-about .title {
  width: 48%;
  margin-left: 2%;
  font-family: 'ALIBABA-PUHUITI-REGULAR';
}
#index-body .i-about .title h2 {
  font-size: 36px;
  padding-left: 30px;
  padding-top: 10px;
  font-weight: bolder;
}
#index-body .i-about .title .title-box {
  background: url("../images/aboutT.jpg") no-repeat;
  padding: 100px 35px 60px 30px;
  margin-top: 35px;
}
#index-body .i-about .title .title-box p {
  font-size: 16px;
  line-height: 30px;
}
#index-body .i-about .title .title-box p i {
  color: #FFFFFF;
}
#index-body .i-about .title .title-box a {
  display: block;
  width: 140px;
  padding: 10px 0;
  text-align: center;
  background: #FFFFFF;
  color: #78be32;
  border-radius: 10px;
  margin-top: 45px;
  transition: 0.5s ease;
}
#index-body .i-about .title .title-box a:hover {
  background: #000000;
  color: #FFFFFF;
}
#index-body .i-news h2 {
  font-size: 72px;
  text-align: center;
  line-height: 72px;
  padding-top: 120px;
  font-family: 'Arial';
  color: #f7f7f7;
  font-weight: bolder;
  position: relative;
}
#index-body .i-news h2:before {
  content: '';
  width: 50px;
  height: 23px;
  background: #7abd36;
  transform: skew(-30deg);
  position: absolute;
  left: 48.8%;
  bottom: -13px;
}
#index-body .i-news h2:after {
  content: 'COMPANY NEWS';
  font-size: 30px;
  color: #000000;
  font-family: 'ALIBABA-PUHUITI-REGULAR';
  position: absolute;
  left: 42%;
  bottom: -20px;
}
#index-body .i-news p {
  width: 60%;
  margin: -15px 20%;
  padding: 48px 0 70px 0;
  text-align: center;
  font-size: 14px;
  font-family: 'Arial';
}
#index-body .i-news .swiper-container {
  height: 760px;
}
#index-body .i-news .swiper-container .swiper-slide {
  background: #f5f5f5;
}
#index-body .i-news .swiper-container .swiper-slide .img {
  width: 40%;
}
#index-body .i-news .swiper-container .swiper-slide .title {
  width: 60%;
  padding: 60px 50px 50px 100px;
  color: #7e7e7e;
  position: relative;
}
#index-body .i-news .swiper-container .swiper-slide .title h2 {
  font-size: 24px;
  line-height: 24px;
  padding-top: 0;
  float: left;
  font-family: 'ALIBABA-PUHUITI-REGULAR';
  color: #000000;
  font-weight: initial;
  position: static;
  text-align: left;
}
#index-body .i-news .swiper-container .swiper-slide .title h2:after {
  display: none;
}
#index-body .i-news .swiper-container .swiper-slide .title h2:before {
  display: none;
}
#index-body .i-news .swiper-container .swiper-slide .title p {
  width: 100%;
  padding: 0;
  margin: 40px 0 50px;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  max-height: 120px;
  font-family: 'ALIBABA-PUHUITI-REGULAR';
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .i-news .swiper-container .swiper-slide .title div {
  font-weight: bold;
}
#index-body .i-news .swiper-container .swiper-slide .title a {
  transition: 0.3s ease;
  float: right;
}
#index-body .i-news .swiper-container .swiper-slide .title a:hover {
  color: rgba(120, 190, 50, 0.8);
}
#index-body .i-news .swiper-container .swiper-slide:nth-child(odd) .img {
  float: left;
}
#index-body .i-news .swiper-container .swiper-slide:nth-child(odd) .title {
  float: left;
}
#index-body .i-news .swiper-container .swiper-slide:nth-child(even) .img {
  float: right;
}
#index-body .i-news .swiper-container .swiper-slide:nth-child(even) .title {
  float: right;
}
#footer {
  font-family: 'ALIBABA-PUHUITI-REGULAR';
}
#footer .FT .container{
  padding-bottom: 30px;
}
#footer .FT {
  background: #7abd36;
  color: #FFFFFF;margin-top: 55px;
}
#footer .FT .FTL {
  width: 30%;
}
#footer .FT .FTL img {
  width: 160px;
  height: auto;
  float: left;
  padding-top: 170px;
  padding-bottom: 130px;
}
#footer .FT .FTL p {
  padding: 180px 0 0 0;
  float: left;
  font-size: 16px;
  line-height: 28px;
}
#footer .FT .FTR {
  width: 40%;
  padding-top: 100px;
}
#footer .FT .FTR .quick,
#footer .FT .FTR .classify {
  width: 50%;
}
#footer .FT .FTR h2 {
  font-size: 24px;
  line-height: 24px;
  position: relative;
  margin-bottom: 55px;
}
#footer .FT .FTR h2:before {
  content: '';
  width: 25%;
  height: 6px;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: -20px;
}
#footer .FT .FTR h2:after {
  content: '';
  width: 25%;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  left: 25%;
  bottom: -18px;
}
#footer .FT .FTR ul li {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 32px;
}
#footer .FT .FTR a {
  transition: 0.3s ease;
}
#footer .FT .FTR a:hover {
  color: #0b0b0b;
}
#footer .FT .FTR .classify ul li {
  float: left;
  width: 50%;
}
#footer .FT .FTRR{width: 30%;padding-top: 180px;}
#footer .FT .FTRR img{
  width: 46%;
  height: auto;
  float: left;
  margin-left: 4%;
}
#footer .FB {
  font-size: 16px;
  line-height: 24px;
  padding: 12px 0;
}
#footer .FB p:nth-child(1) {
  float: left;
}
#footer .FB p:nth-child(2) {
  float: right;
}
#footer .FB a {
  transition: 0.3s ease;
}
#footer .FB a:hover {
  color: rgba(120, 190, 50, 0.8);
}

.inner-banner {
    padding-top: 200px;
    color: #fff;
    text-align: center;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/inner-banner.jpg");
    background-size: cover;
}
.inner-banner .inner-tit {
    font-size: 33px;
    text-transform: capitalize;
}
.inner-banner .bread-crumbs a, .inner-banner .bread-crumbs span {
    font-size: 15px;
    color: #fff;
}
.inner-banner .bread-crumbs a:hover {
    color: #266957;
}
.top-menu {
    position: relative;
    z-index: 11;
    text-align: center;
    height: 55px;
    line-height: 55px;
    background: #fff;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
}
.top-menu li {
    display: inline-block;
    margin: 0 40px;
    position: relative;
}
.top-menu li a {
    color: #343434;
    font-size: 16px;
}
.top-menu li a.active, .top-menu li a:hover {
    color: #266957;
}
.top-menu li .children {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background: #fff;
    z-index: 10;
    text-align: left;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
    display: none;
}
.inner-page {
    padding: 40px 0 105px;
    word-break: break-word;
}
.inner-page .inner-tit {
    color: #3d3d3d;
    font-size: 36px;
    text-transform: capitalize;
    font-weight: bolder;
}
.inner-page .grid-box .sideBar {
    color: #fff;
    width: 20%!important;
}
.inner-page .grid-box .page-rightBar {
    width: 80%!important;
    padding-left: 5%;
    overflow: hidden;
}
.inner-page .sideBar .side-tit {
    padding-left: 18px;
    text-transform: capitalize;
    font-size: 26px;
    background: rgba(120, 190, 50, 1);
    height: 45px;
    line-height: 50px;
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.inner-page .sideBar .side-menu {
    border-top-left-radius: 1px;
    -webkit-border-top-left-radius: 1px;
    -moz-border-top-left-radius: 1px;
    -ms-border-top-left-radius: 1px;
    -o-border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    -webkit-border-top-right-radius: 1px;
    -moz-border-top-right-radius: 1px;
    -ms-border-top-right-radius: 1px;
    -o-border-top-right-radius: 1px;
    background:  rgba(120, 190, 50, 0.6);
    padding-bottom: 86px;
}
.inner-page .sideBar .side-menu li a {
    line-height: 24px;
    padding: 11px 0 11px 15px;
    display: block;
    overflow: hidden;
    color: #fff;
}
.inner-page .sideBar .side-menu.side-contact{
    padding: 20px 0;
}
.inner-page .sideBar .side-menu.side-contact li a{
    height: auto;
    line-height: normal;
    padding: 10px 18px;
}
.inner-page .sideBar .side-menu li{
    position: relative;
}
.inner-page .sideBar .side-menu li .children{
    position: absolute;
    left: 100%;
    top:0;
    width: 100%;
    z-index: 10;
    background: rgba(120, 190, 50, 0.6);
    display: none;
}
.inner-page .sideBar .side-menu li:hover .children{
    display: block;
}
.inner-page .sideBar .side-menu li a:hover, .inner-page .sideBar .side-menu li a.active {
    background: rgba(120, 190, 50, 0.8);
}
.inner-page .sideBar .side-social {
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -ms-border-bottom-left-radius: 4px;
    -o-border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -ms-border-bottom-right-radius: 4px;
    -o-border-bottom-right-radius: 4px;
    background: rgba(120, 190, 50, 0.8);
    padding-left: 18px;
    padding-bottom: 13px;
    font-size: 0;
}
.inner-page .sideBar .side-social li {
    display: inline-block;
    vertical-align: middle;
}
.inner-page .sideBar .side-social a {
    margin-right: 10px;
    margin-top: 10px;
    font-size: 18px;
    text-align: center;
    color: #415263;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background: #f5f5f5;
}
.inner-page .sideBar .side-social a i {
    margin-right: 0;
}
.inner-page .sideBar .side-dw {
    margin-top: 8px;
    background: rgba(120, 190, 50, 1);
    line-height: 51px;
    padding-left: 18px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.inner-page .sideBar .side-dw a {
    color: #fff;
    font-size: 15px;
}
.inner-page .sideBar .side-dw i.icon {
    margin-left: 23%;
}
.about-page .about-article h2, .about-page .about-article h3, .about-page .about-article h4 {
    color: #3c3c3c;
}
.about-page .about-article h2 {
    font-size: 44px;
}
.about-page .about-article h4 {
    font-size: 14px;
}
.about-page .about-article p {
    color: #191919;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 18px;
}
.about-page .about-article p img{
	height:100%;
}
.about-page .about-article .about-advantage h2 {
    margin-bottom: 30px;
}
.about-page .about-article .about-advantage li {
    position: relative;
    color: #3c3c3c;
    font-size: 18px;
    padding-left: 28px;
    margin-bottom: 28px;
}
.about-page .about-article .about-advantage li:before {
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    background: #266957;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.product-page {
    padding: 72px 0 80px;
}
.product-page .i-product {
    padding: 0;
}
.prodet-page .prodet-top-box {
    padding-bottom: 80px;
}
.prodet-page .prodet-top-box .prodet-pic {
    width: 40%!important;
}
.prodet-page .prodet-top-box .prodet-con {
    width: 60%!important;
    padding-left: 50px;
}
.prodet-page .prodet-top-box .prodet-con .pro_content{
  width: 100%;
  overflow-x:auto; 
  padding-bottom: 20px;
}
.prodet-page .prodet-top-box .prodet-pic img {
    border: 1px solid #ccc;
    height: auto;
}
.prodet-page .prodet-top-box .prodet-pic ul {
    padding-top: 15px;
    margin: -5px;
}
.prodet-page .prodet-top-box .prodet-pic ul li {
    width: 25%;
    float: left;
    padding: 5px;
}
.prodet-page .prodet-top-box .prodet-con .pro_tit {
    color: #3d3d3d;
    font-size: 36px;
    margin-top: 3px;
    font-weight: bolder;
}
.prodet-page .prodet-top-box .prodet-con .pro_sub_tit {
    color: #8b8b8b;
    font-size: 17px;
    margin-bottom: 10px;
}
.prodet-page .prodet-top-box .prodet-con .prodet_social {
    margin: 72px 0 18px;
    font-size: 0;
}
.prodet-page .prodet-top-box .prodet-con .prodet_social li {
    display: inline-block;
    vertical-align: middle;
}
.prodet-page .prodet-top-box .prodet-con .prodet_social .side-social a {
    margin-right: 12px;
    font-size: 18px;
    display: inline-block;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #f2f2f2;
    color: #8b8b8b;
    text-align: center;
    line-height: 37px;
}
.prodet-page .prodet-top-box .prodet-con .prodet_social .side-social a i.icon {
    margin-right: 0;
}
.prodet-page .prodet-top-box .prodet-con .prodet_social .side-social a:hover {
    color: #fff;
    background: rgba(120,190,50,0.8);
}
.prodet-page .prodet-top-box .prodet-con .prodet_contact a {
    width: 122px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    background: #f2f2f2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #8b8b8b;
    text-align: center;
}
.prodet-page .prodet-top-box .prodet-con .prodet_contact a:hover {
    background: rgba(120,190,50,0.8);
    color: #fff;
}
.prodet-page .prodet-top-box .prodet-con .prodet_contact a:first-child {
    width: 188px;
    margin-right: 2px;
    vertical-align: middle;
}
.prodet-page .prodet-top-box .prodet-con .prodet_contact a:first-child .icon {
    margin-right: 21px;
    font-size: 18px;
}
.prodet-page .prodet-det-box {
    padding: 70px;
    background: #f5f5f5;
}
.prodet-page .prodet-det-box .con-box {
    margin-top: 49px;
	overflow-x:scroll;
}
.prodet-page .prodet-det-box .con-box p {
    color: #6b6b6b;
    font-size: 16px;
    line-height: 29px;
}
.prodetFeedback {
    padding: 99px 0 154px;
    background: #fff;
}
.prodetFeedback .ptForm {
    margin-top: 83px;
}
.prodetFeedback .ptForm label {
    font-size: 16px;
    color: #3d3d3d;
    font-weight: 500;
    margin-bottom: 0;
}
.prodetFeedback .ptForm input, .prodetFeedback .ptForm textarea {
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    background: none;
    color: #3d3d3d;
    font-size: 16px;
    width: 100%;
    outline: none;
    resize: none;
    border: none;
    border-bottom: 1px solid #bfbfbf;
}
.prodetFeedback .ptForm .fbTop {
    margin-bottom: 62px;
}
.prodetFeedback .ptForm .fbTop li {
    float: left;
    width: 32%;
    margin-right: 2%;
}
.prodetFeedback .ptForm .fbTop li:last-child {
    margin-right: 0;
}
.prodetFeedback .ptForm .fbTop li input {
    height: 15px;
    padding: 0 4px;
}
.prodetFeedback .ptForm .fbTop li input:focus {
    height: 43px;
    border-bottom: 3px solid #266957;
}
.prodetFeedback .ptForm .fbBot {
    margin-bottom: 75px;
}
.prodetFeedback .ptForm .fbBot textarea {
    height: 16px;
    overflow: hidden;
}
.prodetFeedback .ptForm .fbBot textarea:focus {
    height: 55px;
    border-bottom: 3px solid #266957;
}
.prodetFeedback .ptForm .fbBot .yzm-box {
    margin-top: 40px;
}
.prodetFeedback .ptForm .fbBot .yzm-box label {
    display: block;
}
.prodetFeedback .ptForm .fbBot .yzm-box input {
    width: 397px;
    height: 15px;
    padding: 0 4px;
}
.prodetFeedback .ptForm .fbBot .yzm-box input:focus {
    height: 43px;
    border-bottom: 3px solid #266957;
}
.prodetFeedback .ptForm .fbBot .yzm-box img {
    display: inline-block;
}
.prodetFeedback .ptForm input[type="submit"] {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    text-transform: capitalize;
    font-size: 16px;
    width: 288px;
    height: 53px;
    border: none;
    background: rgba(120,190,50,0.8);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    color: #fff;
    cursor: pointer;
}
.prodetFeedback .ptForm input[type="submit"]:hover {
    background-color: #222;
}
.news-page .newslist li {
    padding: 0 10px 8px 20px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
}
.news-page .newslist li .new-r {
    width: 100%;
}
.news-page .newslist li .new-r h3 {
    font-size: 18px;
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
}
.news-page .newslist li .new-r h3 a {
    color: #555;
}
.news-page .newslist li .new-r i.new-update, .news-page .newslist li .new-r .new-abst {
    color: #777;
    font-size: 14px;
}
.news-page .newslist li .new-r i.new-update {
    display: block;
    margin: 10px 0;
}
.news-page .newslist li .new-r .new-abst {
    line-height: 1.8em;
    font-size: 15px;
}
.news-page .newslist li .new-r:hover h3 a {
    color: rgba(120,190,50,0.8);
}
.newdet-page .news {
}
.newdet-page .news .news_title h1 {
    padding-bottom: 10px;
    font-size: 20px;
    text-align: center;
    color: #333;
}
.newdet-page .news .news_date {
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
}
.newdet-page .news .news_abst {
    border-bottom: 1px dashed #CCC;
    padding: 10px 0;
    font-size: 14px;
}
.newdet-page .news .news_abst p {
    display: inline-block;
}
.newdet-page .news .news_contents {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    clear: both;
    margin-top: 10px;
    border-bottom: 1px dashed #CCC;
    padding: 20px 0;
}
.newdet-page .news .news_contents p img{
	width:100%;
	height:auto;
}
.newdet-page .news .news_contents a {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}
.newdet-page .news .news_contents p, .newdet-page .news .news_contents div, .newdet-page .news .news_contents span, .newdet-page .news .news_contents table {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    clear: both;
}
.newdet-page .news .news_next {
    width: 99%;
    margin-top: 0px;
    padding-left: 5px;
    border-top: 0px solid #CCC;
    text-align: left;
    padding-top: 10px;
}
.newdet-page .news .news_next a {
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #999;
    font-size: 15px;
    margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #000;
}
.newdet-page .news .newsnav {
    margin-bottom: 30px;
}
.contact-page {
    padding: 0;
}
.contact-page .c-list-box {
    padding: 68px 0 112px;
    background: #f9f9f9;
}
.contact-page .c-list-box .tit {
    color: #000000;
    font-size: 48px;
    margin-bottom: 86px;
}
.contact-page .c-list-box .c-name {
    color: #333;
    font-size: 28px;
    margin-bottom: 38px;
}
.contact-page .c-list-box .info {
    line-height: 30px;
    margin-top: 24px;
    font-size: 18px;
    color: #676767;
}
.contact-page .c-list-box .info .add {
    display: block;
    margin-bottom: 40px;
}
.contact-page .c-list-box .info .icon {
    color: #a0a0a0;
    margin-right: 16px;
}
.contact-page .c-list-box .info a {
    color: #676767;
}
.cn-form {
    width: 100%;
    height: auto;
    padding: 35px 45px 25px;
    border: 1px solid #dddddd;
    background: #fff;
}
.cn-form p {
    font-size: 18px;
    padding: 10px 0;
    color: #666;
}
.cn-form .formtit {
    margin-bottom: 26px;
    font-size: 22px;
    font-weight: 600;
    line-height: 23px;
    color: #444;
    text-align: center;
    padding-bottom: 18px;
    background: url(../images/form-tit-bg.jpg) no-repeat center bottom;
}
.cn-form li {
    margin-bottom: 13px;
    color: #444;
}
.cn-form li label {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}
.cn-form .btnTjly {
    font-size: 15px;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    width: 100%;
    height: 38px;
    background: #e6212a;
    border: none;
    cursor: pointer;
    color: #fff;
}
.cn-form .btnTjly:hover {
    background: #000;
}
.cn-form .m-form-l {
    width: 49%;
}
.cn-form .m-form-l li .iptTxt {
    font-size: 13px;
    padding: 0 15px;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    width: 100%;
    border: 1px solid #dedede;
    height: 40px;
    outline: none;
    background: #fff;
    color: #777;
}
.cn-form .m-form-l li .iptTxt:focus {
    border-color: #e9322d;
    box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
    -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
    -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
    -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
    -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
    outline: 0;
    background: rgba(255, 43, 66, 0.04);
}
.cn-form .m-form-l li .txtAre {
    width: 95%;
    height: 383px;
    border: 1px solid #dedede;
    outline: none;
    resize: none;
    padding: 14px;
    color: #ccc;
    line-height: 18px;
}
.cn-form .m-form-r {
    width: 49%;
}
.cn-form .m-form-r textarea {
    height: 237px;
    width: 100%;
    border: 1px solid #dedede;
    font-size: 13px;
    padding: 10px 15px;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
}
.cn-form .m-form-r textarea:focus {
    border-color: #e9322d;
    box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
    -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
    -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
    -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
    -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
    outline: 0;
    background: rgba(255, 43, 66, 0.04);
}
.cn-form div.wpcf7 .ajax-loader {
    display: block;
    margin: 0 auto;
    width: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.cn-form .yzm img {
    width: 19.4%;
}
.cn-form .yzm input {
    font-size: 13px;
    padding: 0 15px;
    width: 75.6%;
    border: 1px solid #dedede;
    height: 30px;
    outline: none;
    background: #fff;
    color: #777;
}
::-webkit-input-placeholder {
    color: #777;
}
:-moz-placeholder {
    color: #777;
}
::-moz-placeholder {
    color: #777;
}
:-ms-input-placeholder {
    color: #777;
}
.recommend-product {
    margin: 50px 0;
}
.recommend-product ul li {
    float: left;
    width: 23%;
    margin-left: 2.6%;
}
.recommend-product ul li p {
    color: #222;
    margin-top: 8px;
    text-align: center;
}
.recommend-product ul li:first-child {
    margin-left: 0;
}
.zoom-box {
    position: relative;
}
.zoom-box .pic-zoom {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6) url(../images/zoom.png) no-repeat center center;
}
.zoom-box:hover .pic-zoom {
    opacity: 1;
    filter: alpha(opacity=1);
}
.zoom-pic {
    overflow: hidden;
}
.zoom-pic img {
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
}
.zoom-pic img:hover {
    transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
    -webkit-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
    -moz-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
    -ms-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
    -o-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
}
.white-zoom {
    position: relative;
}
.white-zoom:after {
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    content:'';
    position: absolute;
    z-index: 2;
    width: 1px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    left: 50%;
    top: 50%;
}
@media screen and (min-width: 768px) {
    .around-line > li {
        float: left;
        position: relative;
        cursor: pointer;
    }
    .around-line > li > a {
        color: #fff;
        display: block;
        text-decoration: none;
    }
    .around-line > li:before, .around-line > li:after {
        content:'';
        opacity: 0;
        filter: alpha(opacity=0);
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -ms-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        position: absolute;
    }
    .around-line > li:before {
        top: 0;
        left: 0;
        right: 100%;
        bottom: 100%;
        border-top: 1px solid rgba(0, 148, 217, 0.8);
        border-left: 1px solid rgba(0, 148, 217, 0.8);
    }
    .around-line > li:after {
        right: 0;
        bottom: 0;
        top: 100%;
        left: 100%;
        border-bottom: 1px solid rgba(0, 148, 217, 0.8);
        border-right: 1px solid rgba(0, 148, 217, 0.8);
    }
    .around-line > li:hover:before {
        bottom: 0;
        right: 0;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .around-line > li:hover:after {
        top: 0;
        left: 0;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .around-line > li.active:before {
        bottom: 0;
        right: 0;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .around-line > li.active:after {
        top: 0;
        left: 0;
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
.m-page {
    text-align: center;
    line-height: 22px;
    font-size: 0;
    letter-spacing: -0.307em;
    word-wrap: normal;
    white-space: nowrap;
    color: #138bdf;
    margin-top: 38px;
}
.m-page a, .m-page span {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    margin: 0 5px;
    border: 1px solid #ddd;
    font-size: 16px;
    letter-spacing: normal;
    background: #fff;
    -webkit-transition: background-color 0.1s;
    -moz-transition: background-color 0.1s;
    -ms-transition: background-color 0.1s;
    -o-transition: background-color 0.1s;
    transition: background-color 0.1s;
}
.m-page a {
    text-decoration: none;
    color: #000;
}
.m-page a:first-child, .m-page a:last-child {
    background-image: url(../images/m-page-arr-r.png);
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #cdcdcd;
    box-shadow: none;
}
.m-page a:first-child {
    background-image: url(../images/m-page-arr-l.png);
}
.m-page a:hover {
    color: #fff;
    background-color: #266957;
}
.m-page a:active {
    background: #266957;
}
.m-page span.current, .m-page span.current:hover, .m-page span.current:active {
    cursor: default;
    color: #fff;
    background: #266957;
}
.tab-box .ui.i-pro-load-img {
    position: absolute;
    top: 180px;
    left: 50%;
    width: auto;
    height: auto;
    margin: 0 0 0 -15px;
    width: 30px;
    display: block;
}
.inner-page .i-product .tab-box {
    min-height: auto;
}


.i-con-box {
    background: #fff;
    padding: 20px 30px 0px 28px;
}
.i-con-box h3{
    margin-top: 20px;
}
.i-con-box h3 a {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: bolder;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.3s ease;
}
.i-con-box h3 a:hover{
  color: rgba(120, 190, 50, 1)
}
.i-con-box p {
    height: 87px;
    overflow: hidden;
    color: #6b6b6b;
    font-size: 18px;
    line-height: 29px;
    margin-top: 17px;
}
.i-product {
    padding: 100px 0 60px;
}
.i-product .tab-list {
    text-align: center;
    margin: 29px 0 77px;
}
.i-product .tab-list li {
    display: inline-block;
    margin: 0 8px;
}
.i-product .tab-list li a {
    display: block;
    padding: 0 39px;
    height: 32px;
    line-height: 32px;
    background: #e4e4e4;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: #252525;
    font-size: 16px;
}
.i-product .tab-list li a:hover, .i-product .tab-list li a.active {
    background: #043c82;
    color: #fff;
}
.i-product .tab-box {
    display: inline-block;
    width: 100%;
}
.i-product .tab-box ul {
    margin: -10px;
}
.i-product .tab-box li {
    width: 25%;
    margin-bottom: 30px;
    float: left;
    padding: 10px;
}
.i-product .tab-box li .img-box{
    border: 1px solid #ccc;
}
.i-product .tab-box li .img-box img {
    width: 100%;
}
.i-product .tab-box {
    position: relative;
    min-height: 1042px;
}
.i-product .tab-box li .i-con-box{
    padding: 0;
    text-align: center;
}

@media screen and (max-width: 1200px){
    #index-body .i-whyUs .the_list > .column .icon{
        height: 53px;
        line-height: 53px;
    }
}
.button-group .button {
    background: rgba(120,190,50,0.8)!important;
}

@media screen and (max-width: 1200px){
    .inner-banner .inner-tit {
        font-size: 26px;
    }
    .inner-page .sideBar .side-tit {
        font-size: 20px;
    }
    .inner-page .sideBar .side-menu li a {
        padding: 6px 0 6px 15px;
    }
    .inner-page .sideBar .side-menu {
        padding-bottom: 50px;
    }
    .about-page .about-article p {
        font-size: 14px;
    }
    .inner-page {
        padding: 40px 0 !important;
    }
    .inner-page.contact-page {
        padding: 0 !important;
    }
    .i-product .tab-box li {
        width: 33.3333%;
        margin-bottom: 10px;
    }
    .prodet-page .prodet-top-box .prodet-pic {
        padding-right: 2rem !important;
    }
    .prodet-page .prodet-top-box .prodet-con .prodet_social {
        margin: 10px 0;
    }
    .inner-page .inner-tit {
        font-size: 26px;
    }
    .prodet-page .prodet-det-box {
        padding: 50px 0;
    }
    .prodetFeedback {
        padding: 80px 0;
    }
    .prodet-page .prodet-top-box {
        padding-bottom: 40px;
    }
    .prodetFeedback .ptForm .fbTop,.prodetFeedback .ptForm .fbBot {
        margin-bottom: 50px;
    }
    .prodetFeedback .ptForm {
        margin-top: 40px;
    }
    .news-page .newslist li .new-r h3 {
        font-size: 16px;
    }
    .news-page .newslist li .new-r .new-abst {
        font-size: 13px;
    }
    .newdet-page .news .news_title h1 {
        font-size: 18px;
    }
    .newdet-page .news .news_contents p, .newdet-page .news .news_contents div, .newdet-page .news .news_contents span, .newdet-page .news .news_contents table {
        font-size: 13px;
    }
    .contact-page .c-list-box .c-name {
        font-size: 24px;
    }
    .contact-page .c-list-box .info {
        font-size: 16px;
    }

}

@media screen and (max-width: 1000px){
	.inner-page .grid-box .page-rightBar{
		width:100%!important;
	}
	
    .contact-page .c-list-box .c-name {
        margin-bottom: 20px;
    }
    .contact-page .c-list-box,.prodetFeedback {
        padding: 50px 0;
    }
    .prodetFeedback .ptForm input[type="submit"] {
        height: 40px;
        width: 150px;
        line-height: 40px;
        font-size: 14px;
    }
    #mapContainer {
        height: 250px !important;
    }
    .inner-page .grid-box .page-rightBar {
        width: 100%;
        padding-left: 0;
    }
    .inner-page .grid-box .sideBar {
        display: none;
    }
    .inner-page .inner-tit {
        font-size: 22px;
    }
    .prodetFeedback .ptForm label {
        font-size: 13px;
    }
    .prodet-page .prodet-top-box .prodet-con .pro_tit {
        font-size: 28px;
    }
    .prodet-page .prodet-top-box .prodet-con .pro_sub_tit {
        font-size: 14px;
    }

}

@media screen and (max-width: 700px){
    .news-page .newslist li .new-r .new-abst {
        font-size: 12px;
    }
    .inner-banner .inner-tit {
        font-size: 20px;
    }
    .inner-banner .bread-crumbs a, .inner-banner .bread-crumbs span {
        font-size: 12px;
    }
    .inner-banner {
        height: 180px;
        padding-top: 60px;
    }
    .i-product .tab-box li {
        width: 50%;
        margin-bottom: 0;
        padding: 5px;
    }
    .i-product .tab-box ul {
        margin: -5px;
    }
    .i-con-box h3 {
        margin-top: 5px;
    }
    .about-page .about-article p {
        font-size: 12px;
    }
    .prodet-page .prodet-top-box .prodet-pic,
    .prodet-page .prodet-top-box .prodet-con {
        width: 100% !important;
        padding-right: 0 !important;
    }
    .prodet-page .prodet-top-box .prodet-con {
        padding-top: 30px;
    }
    .prodet-page .prodet-top-box .prodet-con .pro_tit {
        font-size: 18px;
    }
    .prodet-page .prodet-top-box .prodet-con .pro_sub_tit {
        font-size: 12px;
    }
    .inner-page .inner-tit {
        font-size: 20px;
    }
    .prodetFeedback .ptForm .fbTop li {
        width: 100%;
        margin: 0 0 10px;
    }
    .prodetFeedback .ptForm .fbTop li input {
        height: 43px;
    }
    .prodetFeedback .ptForm .fbBot textarea,
    .prodetFeedback .ptForm .fbBot textarea:focus{
        height: 100px;
    }
    .prodetFeedback .ptForm input[type="submit"] {
        display: inline-block;
        text-align: center;
        margin: 0 auto;
    }
    .prodetFeedback .ptForm {
        text-align: center;
    }
    .prodetFeedback .ptForm ul {
        text-align: left;
    }
    .news-page .newslist li .new-r h3,.newdet-page .news .news_title h1 {
        font-size: 14px;
    }
    .news-page .newslist li {
        padding: 5px;
    }
    .newdet-page .news .news_abst,
    .newdet-page .news .news_date,.newdet-page .news .news_contents p, .newdet-page .news .news_contents div, .newdet-page .news .news_contents span, .newdet-page .news .news_contents table{
        font-size: 12px;
    }
    .newdet-page .news .news_next a {
        font-size: 13px;
    }
    .contact-page .c-list-box .c-name {
        font-size: 20px;
    }
    .contact-page .c-list-box .info {
        font-size: 14px;
        line-height: 24px;
    }
    .prodetFeedback .ptForm .fbTop, .prodetFeedback .ptForm .fbBot {
        margin-bottom: 30px;
    }
    .button-group .button:nth-child(2) {
        display: none !important;
    }

}




@media screen and (max-width: 1680px) {
  #header .menu-menu01 {
    width: 66%;
  }
  #header .menu-menu01 li {
    margin-left: 0%!important;
  }
}
@media screen and (max-width: 1524px) {
/* 	#header .language .language-box img{
		margin-top:0;
	}
	#header .language .language-box .fl{
		margin-top:10px;
	} */
	#header .logo{
		width:150px;
	}
/* 	#header .menu li{
		line-height:normal;
	} */
	#header .menu li a{
		padding:0 9px;
		font-size:12px;
	}
	#header .language{
		width:200px;
	}
  #header .menu-menu01 {
    width: 66%;
  }
  #header .menu-menu01 li {
    margin-left: 0%!important;
  }
}
@media screen and (max-width: 1380px) {
  #header .menu-menu01 {
    width: 60%;
  }
  #header .menu-menu01 li {
    margin-left: 0%!important;
  }
}
@media screen and (max-width: 1470px) {
  #index-body .i-about {
    padding-top: 100px;
  }
  #index-body .i-about .img {
    width: 40%;
  }
  #index-body .i-about .title {
    width: 58%;
  }
  #index-body .i-about .title .title-box {
    padding: 70px 30px 90px 30px;
  }
  #index-body .i-about .title .title-box p {
    line-height: 28px;
  }
  #index-body .i-about .title .title-box a {
    margin-top: 30px;
  }
  #index-body .i-news h2 {
    padding-top: 80px;
  }
  #index-body .i-news p {
    width: 80%;
    margin: 0 10%;
    padding: 48px 0 70px 0;
  }
  #index-body .i-news .swiper-container {
    height: 760px;
  }
  #index-body .i-news .swiper-container .swiper-slide {
    background: #f5f5f5;
  }
  #index-body .i-news .swiper-container .swiper-slide .img {
    width: 45%;
  }
  #index-body .i-news .swiper-container .swiper-slide .title {
    width: 55%;
    padding: 20px;
  }
  #index-body .i-news .swiper-container .swiper-slide .title h2 {
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 20px;
  }
  #index-body .i-news .swiper-container .swiper-slide .title p {
    margin: 40px 0;
  }
  #footer .FT .FTL img {
    padding: 140px 0 100px;
  }
  #footer .FT .FTL p {
    padding: 150px 0 0 30px;
  }
  #footer .FT .FTR {
    padding-top: 70px;
  }
}
@media screen and (max-width: 970px) {
	#footer .FB p:nth-child(1),
	#footer .FB p:nth-child(2){
		float:none;
		text-align:center;
	}
	
	
  #index-body .i-product h2 {
    padding-top: 60px;
  }
  #index-body .i-product p {
    width: 80%;
    margin: 0 10%;
    padding: 36px 0 50px 0;
  }
  #index-body .i-about {
    padding-top: 60px;
  }
  #index-body .i-about .img {
    width: 100%;
    margin: 0;
  }
  #index-body .i-about .title {
    width: 90%;
    margin: 0 5%;
  }
  #index-body .i-about .title h2 {
    padding-top: 30px;
  }
  #index-body .i-about .title .title-box {
    padding: 50px 30px 30px ;
  }
  #index-body .i-about .title .title-box a {
    margin-top: 20px;
  }
  #index-body .i-news h2 {
    padding-top: 60px;
  }
  #index-body .i-news p {
    width: 80%;
    margin: 0 10%;
    padding: 36px 0 50px 0;
  }
  #index-body .i-news .swiper-container .swiper-slide .img {
    width: 30%;
  }
  #index-body .i-news .swiper-container .swiper-slide .title {
    width: 70%;
    padding: 30px;
  }
  #footer .FT .container{
    padding: 50px 15px;
  }

  #footer .FT .FTL {
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
  }
  #footer .FT .FTL img {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  #footer .FT .FTL p {
    padding: 0;
  }
  #footer .FT .FTR {
    width: 100%;
    margin:0 0 30px 0;
    padding: 0;
  }
  #footer .FT .FTRR{
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #footer .FT .FTRR img{
    margin: 20px;
  }
}
@media screen and (max-width: 768px) {
	.recruitment-list{
		width:900px;
	}
	.support-box{
	overflow-x: scroll;
}
	
  #index-body .i-product h2 {
    padding-top: 30px;
  }
  #index-body .i-product p {
    width: 90%;
    margin: 0 5%;
    padding: 30px 0 30px 0;
  }
  #index-body .i-about {
    padding-top: 30px;
  }
  #index-body .i-about .img {
    width: 90%;
    margin: 0 5%;
  }
  #index-body .i-about .title {
    width: 90%;
    margin: 0 5%;
  }
  #index-body .i-about .title h2 {
    font-size: 36px;
    padding-left: 30px;
    padding-top: 30px;
  }
  #index-body .i-about .title .title-box {
    padding: 30px;
    margin-top: 30px;
  }
  #index-body .i-news h2 {
    padding-top: 30px;
  }
  #index-body .i-news p {
    width: 90%;
    margin: 0 5%;
    padding: 30px 0 48px 0;
  }
  #index-body .i-news .swiper-container {
    height: 760px;
  }
  #index-body .i-news .swiper-container .swiper-slide .img {
    width: 30%;
  }
  #index-body .i-news .swiper-container .swiper-slide .img img {
    margin-top: 45%;
  }
  #index-body .i-news .swiper-container .swiper-slide .title {
    width: 70%;
    padding: 30px;
  }
}
@media screen and (max-width: 414px) {
  #index-body .i-product h2 {
    font-size: 56px;
    line-height: 56px;
    padding-top: 30px;
  }
  #index-body .i-product h2:before {
    left: 44%;
    bottom: -15px;
  }
  #index-body .i-product h2:after {
    font-size: 24px;
    left: 40%;
    bottom: -15px;
  }
  #index-body .i-product p {
    padding: 24px 0;
  }
  #index-body .i-about .title .title-box {
    background: url("../images/aboutT.jpg");
    padding: 20px;
    margin-top: 20px;
  }
  #index-body .i-about .title .title-box a {
    margin-top: 20px;
  }
  #index-body .i-news h2 {
    font-size: 56px;
    line-height: 56px;
  }
  #index-body .i-news h2:before {
    left: 44%;
    bottom: -15px;
  }
  #index-body .i-news h2:after {
    font-size: 24px;
    left: 40%;
    bottom: -15px;
  }
  #index-body .i-news .swiper-container {
    height: 590px;
  }
  #index-body .i-news .swiper-container .swiper-slide .img {
    width: 80%;
    margin: 0 10%;
  }
  #index-body .i-news .swiper-container .swiper-slide .img img {
    margin: 0;
  }
  #index-body .i-news .swiper-container .swiper-slide .title {
    width: 100%;
    padding: 20px;
  }
}
.wpulike{display: none;}
#data1{
  width: 100%;
  height: 100%;
}
#data1 video{
  width: 100%;
  height: 98%;
}


.xuanxiangka button{
	width:30%!important;
	margin-right:5%;
	border:1px solid #78be32;
	background:white;
	font-size:20px;
	padding:5px 0;
	border-radius:4px;
}
.xuanxiangka button:last-child{
	margin-right:0;
}
.xuanxiangka .box{
	margin-top:40px;
}
.xuanxiangka button.xd{
	background:#78be32;
	color:white;
}



/* 人才招聘 */
.recruitment-more{
	color: #da251d;
}
.recruitment-more i{
	margin-left: 10%;
}
.recruitment-a{
	font-size: 0;
	padding: 20px 0;
	border-bottom: 1px solid #c1c1c1;
}
.recruitment-dd{
	display: inline-block;
	text-align: center;
	font-size: 16px;
}
.recruitment-dt{
	display: inline-block;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
}
.recruitment-dt:first-child,
.recruitment-dd:first-child{
	width: 15%;
}
.recruitment-dt:nth-child(2),
.recruitment-dd:nth-child(2){
	width: 15%;
}
.recruitment-dt:nth-child(3),
.recruitment-dd:nth-child(3){
	width: 15%;
}
.recruitment-dt:nth-child(4),
.recruitment-dd:nth-child(4){
	width: 20%;
}
.recruitment-dt:nth-child(5),
.recruitment-dd:nth-child(5){
	width: 20%;
}
.recruitment-dt:last-child,
.recruitment-dd:last-child{
	width: 15%;
}
.recruitment-title{
	background: #f5f5f5;
	padding: 10px 0;
	font-size: 0;
}

.recruitment-list li {
  cursor: pointer;
  position: relative;
}

.recruitment-list li .faq-q {
  font-size: 16px;
  padding: 30px 25px 60px;
  background: #f5f5f5;
  display: none;
}

.color-green{
	color:#78be32;
}



@media screen and (max-width: 500px) {
  #footer .FT .FTR .quick, #footer .FT .FTR .classify{width: 100%}
	
	#index-body .i-product h2:after{
		left:50%;
		font-size:20px;
		transform:translatex(-50%);
		width:100%;
	}
	#index-body .i-about .title h2{
		font-size:20px;
	}
	#index-body .i-news h2:after{
		left:50%;
		font-size:20px;
		transform:translatex(-50%);
		width:100%;
	}
	
	.recruitment-dt{
		font-size:12px;
	}
}