@font-face {
  font-family: 'poppins-regular';
  src: url(../fonts/poppins-regular.ttf) format('truetype'), url(../fonts/poppins-regular.eot) format('eot'), url(../fonts/poppins-regular.woff) format('woff'), url(../fonts/poppins-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'poppins-bold';
  src: url(../fonts/poppins-bold.ttf) format('truetype'), url(../fonts/poppins-bold.eot) format('eot'), url(../fonts/poppins-bold.woff) format('woff'), url(../fonts/poppins-bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Times_New_Roman';
  src: url(../fonts/Times_New_Roman.ttf) format('truetype');
}
@font-face {
  font-family: 'Arial_0';
  src: url(../fonts/Arial_0.ttf) format('truetype');
}
@font-face {
  font-family: 'ARIAL';
  src: url(../fonts/ARIAL.TTF) format('truetype');
}
.containerHom {
  width: 1370px;
  padding: 0 15px;
  margin: 0 auto;
}
.container {
  width: 1200px;
  padding: 0 15px;
}
.mb-side-social{
	display: none;
}
.images-box {
  overflow: hidden;
  position: relative;
}
.images-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.images-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.scroll-box {
  overflow: hidden;
  position: relative;
}
.scroll-box ul {
  width: 9999px;
}
.scroll-box ul li {
  float: left;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
}
.ui.container > .item {
  padding-left: 0;
  padding-right: 0;
}
.ui.menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  min-height: auto;
  background: none;
}
.ui.header:first-child {
  margin-top: 0;
}
.ui.header {
  margin: 0;
  font-weight: 500;
}
.item {
  border-left: none!important;
  border-right: none!important;
}
.item:before,
.item:after {
  display: none!important;
}
img {
  width: auto;
}








/* 

table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
  
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 2px 5px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
 */









#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
#header .nav {
  height: 100px;
  position: relative;
}
#header .nav .logo {
  display: inline-block;
  vertical-align: bottom;
  margin-top: 35px;
  margin-left: 15%;
}
#header .nav .logo > a {
  display: inline-block;
  vertical-align: bottom;
}
#header .nav .logo > a > img {
  display: inline-block;
  vertical-align: bottom;
}
#header .nav .h-header-nav {
  display: inline-block;
  width: 70%;
  vertical-align: bottom;
  text-align: right;
}
#header .nav .h-header-nav .menu-box {
  padding: 0;
  position: relative;
}
#header .nav .h-header-nav .menu-box .menu > li {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin: 0 29px;
  vertical-align: top;
}
#header .nav .h-header-nav .menu-box .menu > li > a {
  font-size: 16px;
  color: #4cab66;
  display: block;
  position: relative;
  font-family: Arial;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#header .nav .h-header-nav .menu-box .menu > li > a:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #129e38;
}
#header .nav .h-header-nav .menu-box .menu > li:hover > a {
  color: #404146;
  font-weight: bold;
}
#header .nav .h-header-nav .menu-box .menu > li:hover > a:after {
  width: 80%;
  left: 10%;
}
#header .nav .h-header-nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #129e38;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .h-header-nav .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .h-header-nav .menu-box .menu > li .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .h-header-nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#header .nav .language {
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 83px;
}
#header .nav .language .languageBox > p {
  padding: 2px 20px;
  border-radius: 20px;
  background: #4cab66;
  color: #1c1c1c;
  font-size: 14px;
  font-family: Arial;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  cursor: pointer;
}
#header .nav .language .languageBox > p:hover {
  background: #129e38;
  color: #ffffff;
}
#header .nav .language .languageBox > p > i {
  margin-right: 10px;
}
#header .nav .language .languageBox .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 106px;
  background: #129e38;
  text-align: center;
  z-index: 101;
  display: none;
}
#header .nav .language .languageBox .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .language .languageBox .sub-menu li a {
  font-size: 14px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .language .languageBox .sub-menu li:hover {
  background: #222;
}
#search {
  width: 100%;
  background: #4cab66;
}
#search .containerHom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#search .containerHom > p {
  font-family: 'Times_New_Roman';
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
}
#search .containerHom > p > span {
  font-size: 14px;
  font-family: 'Times_New_Roman';
}
#search .containerHom .search-box {
  display: inline-block;
  padding: 20px 0;
}
#search .containerHom .search-box > form {
  position: relative;
}
#search .containerHom .search-box > form > input[type="text"] {
  width: 260px;
  height: 40px;
  background: #70bc85;
  border: 1px solid #70bc85;
  padding: 0 30px 0 10px;
}
#search .containerHom .search-box > form > input[type="submit"] {
  width: 70px;
  height: 40px;
  background: url(../images/tc-zoom.png) no-repeat #e4f2e8 25px 10px;
  border: 0;
  margin-left: -4px;
}

#banner {
  position: relative;
}
#banner .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}


#index-body h2.h2 {
  font-size: 26px;
  color: #404146;
  font-weight: bold;
  font-family: Arial;
  text-transform: uppercase;
}
#index-body p.p {
  font-size: 16px;
  color: #404146;
  font-family: Arial;
}
#index-body .i-about {
  width: 100%;
  background-image: url(../images/aboutBackgroud.jpg);
  padding: 105px 0 65px 0;
}
#index-body .i-about .about-top {
  text-align: center;
}
#index-body .i-about .about-top p {
  color: #4cab66;
  font-size: 14px;
  font-family: Arial;
}
#index-body .i-about .about-content {
  display: flex;
  justify-content: space-between;
  margin-top: 85px;
}
#index-body .i-about .about-content .about-content-left {
  width: 50%;
}
#index-body .i-about .about-content .about-content-left p {
  line-height: 30px;
  width: 89%;
}
#index-body .i-about .about-content .about-content-left p:first-child {
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
}
#index-body .i-about .about-content .about-content-left p:first-child::after {
  position: absolute;
  content: '';
  width: 80px;
  height: 1px;
  background: #4cab66;
  bottom: -5px;
  left: 0;
}
#index-body .i-about .about-content .about-content-left P:last-child {
  margin-top: 32px;
}
#index-body .i-about .about-content .about-content-left P:last-child > a {
  display: inline-block;
  padding: 0px 40px;
  background: #4cab66;
  color: #ffffff;
  line-height: 24px;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}
#index-body .i-about .about-content .about-content-left P:last-child > a:hover {
  background: #e6212a;
}
#index-body .i-about .about-content .about-content-right {
  width: 50%;
  position: relative;
}
#index-body .i-about .about-content .about-content-right .play {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .i-about .about-content .about-content-right .play > img {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  cursor: pointer;
}
#index-body .i-about .about-content .about-content-right .play > img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
#index-body .i-history {
  padding: 100px 0 60px 0;
}
#index-body .i-history .historyBox {

}
#index-body .i-history .historyBox .history-time {
  text-align: center;
  width: 20%;
  position: relative;
}
/*#index-body .i-history .historyBox .history-time:last-child::after {
  display: none;
}*/
#index-body .i-history .historyBox .history-time::after {
  position: absolute;
  content: '';
  width: 60px;
  height: 1px;
  border-bottom: 1px dashed #404146;
  top: 40px;
  right: -62px;
}
#index-body .i-history .historyBox .history-time .time {
  font-size: 30px;
  cursor: pointer;
  display: inline-block;
  color: #404146;
  font-weight: bold;
  font-family: 'Times_New_Roman';
  text-transform: uppercase;
  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: relative;
  margin-bottom: 5px;
}
#index-body .i-history .historyBox .history-time .time::after {
  position: absolute;
  content: '';
  width: 60%;
  height: 2px;
  background: #404146;
  bottom: 0px;
  left: 14px;
}
#index-body .i-history .historyBox .history-time .time:hover {
  color: #4cab66;
}
#index-body .i-product {
  background: #f5f8ff;
  padding: 180px 0;
}
#index-body .i-product .productBox {
  width: 100%;
  padding-left: 140px;
}
#index-body .i-product .productBox .product-left {
  display: inline-block;
  vertical-align: top;
  width: 54%;
}
#index-body .i-product .productBox .product-left .product-img {
  position: relative;
}
#index-body .i-product .productBox .product-left .product-img .changtiao {
  display: inline-block;
  z-index: 20;
  height: 100%;
}
#index-body .i-product .productBox .product-left .product-img .productImg {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background: #ffffff;
  width: 100%;
  height: 100%;
  padding: 0 30px;
}
#index-body .i-product .productBox .product-left .product-img .productImg > img {
  height: 100%;
}
#index-body .i-product .productBox .product-left h2 {
  text-align: center;
  background: #4cab66;
  font-size: 18px;
  color: #ffffff;
  padding: 15px 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;
}
#index-body .i-product .productBox .product-left h2:hover {
  background: #e6212a;
}
#index-body .i-product .productBox .product-left h2:hover i {
  color: #e6212a;
}
#index-body .i-product .productBox .product-left h2 > a {
  font-size: 18px;
  color: #ffffff;
  display: block;
}
#index-body .i-product .productBox .product-left h2 > a > i {
  color: #4cab66;
  padding: 1px 6px;
  background: #ffffff;
  border-radius: 100%;
  font-size: 18px;
  margin-left: 30px;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}
#index-body .i-product .productBox .product-right {
  width: 22%;
  display: inline-block;
  vertical-align: top;
  margin-left: 70px;
  height: 100%;
}
#index-body .i-product .productBox .product-right h2 {
  font-size: 30px;
  color: #404146;
  font-weight: bold;
  font-family: 'Times_New_Roman';
  margin-bottom: 15px;
}
#index-body .i-product .productBox .product-right > ul > li {
  border-top: 1px solid #daece6;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  position: relative;
}
#index-body .i-product .productBox .product-right > ul > li:hover {
  background: #4cab66;
}
#index-body .i-product .productBox .product-right > ul > li:hover a {
  color: #ffffff;
}
#index-body .i-product .productBox .product-right > ul > li > a {
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  font-size: 16px;
  padding: 5px 15px;
  display: block;
  color: #404146;
  font-family: Arial, Helvetica, sans-serif;
}
#index-body .i-product .productBox .product-right > ul > li .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 280px;
  text-align: left;
  z-index: 101;
  display: none;
}
#index-body .i-product .productBox .product-right > ul > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  position: relative;
}
#index-body .i-product .productBox .product-right > ul > li .sub-menu li::after {
  position: absolute;
  top: 14px;
  left: 14px;
  content: '';
  width: 6px;
  height: 6px;
  background: #000000;
  border-radius: 100%;
}
#index-body .i-product .productBox .product-right > ul > li .sub-menu li a {
  padding: 5px 35px;
  font-size: 16px;
  color: #54546c;
  display: block;
}
#index-body .i-product .productBox .product-right > ul > li .sub-menu li:hover {
  background: #d0e7dd;
}
#index-body .i-product .productBox .product-right .productMore {
  display: inline-block;
  margin-top: 50px;
}
#index-body .i-product .productBox .product-right .productMore p > a {
  color: #ffffff;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  padding: 4px 40px;
  background: #4cab66;
  border-radius: 20px;
  margin-left: 15px;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
}
#index-body .i-product .productBox .product-right .productMore p > a:hover {
  background: #e6212a;
}
#index-body .i-news {
  padding: 100px 0;
  background: #4cab66;
}
#index-body .i-news .news-top {
  text-align: center;
}
#index-body .i-news .news-top h2 {
  color: #ffffff;
}
#index-body .i-news .news-top p {
  color: #ffffff;
  font-size: 14px;
  font-family: Arial;
}
#index-body .i-news .newsBox {
  margin-top: 95px;
}
#index-body .i-news .newsBox .swiper-pagination {
  margin-top: 50px;
}
#index-body .i-news .newsBox .swiper-slide {
  display: inline-block;
}
#index-body .i-news .newsBox .swiper-slide .newsImg {
  overflow: hidden;
}
#index-body .i-news .newsBox .swiper-slide .newsImg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#index-body .i-news .newsBox .swiper-slide .newsImg > a > img {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}
#index-body .i-news .newsBox .swiper-slide .newsContent {
  background: #f3f3f3;
  padding: 15px 20px;
}
#index-body .i-news .newsBox .swiper-slide .newsContent h2 > a {
  font-size: 14px;
  font-weight: 600;
  color: #404146;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}
#index-body .i-news .newsBox .swiper-slide .newsContent h2 > a:hover {
  color: #e6212a;
}
#index-body .i-news .newsBox .swiper-slide .newsContent p > a {
  display: inline-block;
  line-height: 20px;
  margin: 15px 0 40px 0;
  font-size: 14px;
  color: #7c7c7c;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}
#index-body .i-news .newsBox .swiper-slide .newsContent p > a:hover {
  color: #e6212a;
}
#index-body .i-news .newsBox .swiper-slide .newsContent .p1 {
  position: relative;
}
#index-body .i-news .newsBox .swiper-slide .newsContent .p1 > a {
  font-size: 14px;
  color: #404146;
  margin: 0;
}
#index-body .i-news .newsBox .swiper-slide .newsContent .p1 > a > i {
  position: absolute;
  right: 0;
  font-weight: bold;
  color: #ffffff;
  padding: 1px 6px;
  border-radius: 100%;
  background: #4cab66;
  top: 0;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}
#index-body .i-news .newsBox .swiper-slide .newsContent .p1 > a > i:hover {
  background: #e6212a;
}
#footer {
  background: #404146;
}
#footer .footer-top {
  padding: 85px 0 95px 0;
}
#footer .footer-top .footerLeft h2 {
  color: #ffffff;
  font-size: 16px;
  font-family: Arial;
  margin-bottom: 20px;
}
#footer .footer-top .footerLeft .search-box {
  display: inline-block;
}
#footer .footer-top .footerLeft .search-box > form {
  position: relative;
}
#footer .footer-top .footerLeft .search-box form input[type="text"] {
  width: 260px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #ffffff;
  padding: 0 30px 0 10px;
  color: #d0d0d0;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
#footer .footer-top .footerLeft .search-box form input[type="submit"] {
  width: 70px;
  height: 40px;
  background: #4cab66;
  border: 0;
  margin-left: -4px;
  color: #ffffff;
  font-size: 16px;
}
#footer .footer-top .footerLeft .clearfixBox {
  margin-top: 20px;
}
#footer .footer-top .footerLeft .clearfixBox > a {
  display: inline-block;
  margin-right: 10px;
  padding: 3px 8px;
  border-radius: 100%;
  background: #777777;
  text-align: center;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}
#footer .footer-top .footerLeft .clearfixBox > a:hover {
  background: #4cab66;
}
#footer .footer-top .footerLeft .clearfixBox > a:last-child {
  padding: 3px 5px;
}
#footer .footer-top .footerLeft .clearfixBox > a > i {
  font-size: 14px;
  color: #404146;
}
#footer .footer-top .footerRight h2 {
  color: #ffffff;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
}
#footer .footer-top .footerRight h2::after {
  position: absolute;
  content: '';
  width: 60px;
  height: 2px;
  background: #70bc85;
  bottom: -5px;
  left: 10px;
}
#footer .footer-top .footerRight h1 {
  color: #ffffff;
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
#footer .footer-top .footerRight ul li {
  font-size: 14px;
  color: #bbbbbb;
}
#footer .footer-top .footerRight ul li > a {
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}
#footer .footer-top .footerRight ul li > a:hover {
  color: #70bc85;
}
#footer .footer-top .footerRight .footerProduct {
  width: 34%;
  display: inline-block;
  vertical-align: top;
}
#footer .footer-top .footerRight .footerContact {
  width: 44%;
  display: inline-block;
  vertical-align: top;
}
#footer .footer-top .footerRight .footerVisit {
  width: 20%;
  display: inline-block;
  vertical-align: top;
}
#footer .footer-bottom {
  border-top: 1px solid #606165;
  padding: 15px 0;
}
#footer .footer-bottom .clearfix p {
  color: #bbbbbb;
  font-size: 14px;
}
#footer .footer-bottom .clearfix p > a > img {
  width: 195px;
  height: 15px;
}
@media screen and (max-width: 1800px) {

#index-body .i-product .productBox .product-left .product-img{
    height: 420px;
  }

  #header .nav .h-header-nav {
    width: 73%;
  }
  #index-body .i-product .productBox {
    width: 100%;
    padding-left: 60px;
  }
  #index-body .i-product .productBox .product-right {
    width: 26%;
  }
  #index-body .i-product .productBox .product-right .productMore {
    display: inline-block;
    margin-top: 30px;
  }
  #index-body .i-product .productBox .product-right {
    margin-left: 40px;
  }
  #header .nav .logo {
    margin-left: 8%;
  }
}
@media screen and (max-width: 1600px) {
    #index-body .i-product .productBox .product-left .product-img {
    height: 390px;
}
  #header .nav .h-header-nav {
    width: 76%;
  }
  #header .nav .logo {
    margin-left: 2%;
  }
  #index-body .i-product .productBox {
    width: 100%;
    padding-left: 15px;
  }
  #index-body .i-product .productBox .product-right {
    margin-left: 20px;
  }
  #index-body .i-product .productBox .product-right h2 {
    margin-bottom: 10px;
    font-size: 26px;
  }
  #index-body .i-product .productBox .product-right .productMore {
    display: inline-block;
    margin-top: 10px;
  }
  #index-body .i-product .productBox .product-right > ul {
    width: 92%;
  }
}
@media screen and (max-width: 1400px) {
    #index-body .i-product .productBox .product-left .product-img {
    height: 310px;
}

  .containerHom {
    width: 1140px;
  }
  #header .nav .h-header-nav .menu-box .menu > li {
    margin: 0px 15px;
  }
  #header .nav .h-header-nav {
    width: 70%;
  }
  #index-body .i-about .about-content .about-content-left p {
    line-height: 25px;
    width: 95%;
  }
  #index-body p.p {
    font-size: 15px;
  }
  #index-body .i-about {
    padding: 65px 0 50px 0;
  }
  #index-body .i-about .about-content {
    margin-top: 50px;
  }
  #index-body .i-history {
    padding: 60px 0 30px 0;
  }
  #index-body .i-product .productBox .product-right h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  #index-body .i-product .productBox .product-right > ul > li > a {
    font-size: 15px;
    padding: 3px 10px;
  }
  #index-body .i-product .productBox .product-right > ul > li .sub-menu li a {
    padding: 3px 25px;
    font-size: 14px;
    color: #54546c;
    display: block;
  }
  #index-body .i-product .productBox .product-right > ul > li .sub-menu li::after {
    top: 11px;
    left: 10px;
  }
  #index-body .i-product {
    background: #f5f8ff;
    padding: 90px 0;
  }
  #index-body .i-news .newsBox .swiper-slide .newsContent {
    padding: 10px;
  }
  #index-body .i-news .newsBox .swiper-slide .newsContent p > a {
    margin: 10px 0 30px 0;
  }
  #index-body .i-news {
    padding: 60px 0;
  }
  #index-body .i-news .newsBox {
    margin-top: 40px;
  }
  #footer .footer-top .footerLeft {
    width: 40%;
  }
  #footer .footer-top .footerRight {
    width: 59%;
  }
}
@media screen and (max-width: 1140px) {


    #index-body .i-product .productBox .product-left .product-img {
    height: 250px;
}
#index-body .i-product .productBox .product-left .product-img .productImg{
  padding: 0 20px;
}
  .containerHom {
    width: 970px;
  }
  #header .nav .h-header-nav .menu-box .menu > li > a {
    font-size: 15px;
  }
  #search .containerHom > p {
    font-size: 14px;
  }
  #search .containerHom .search-box > form > input[type="text"] {
    width: 150px;
    height: 30px;
  }
  #search .containerHom .search-box > form > input[type="submit"] {
    width: 50px;
    height: 30px;
    background: url(/images/tc-zoom.png) no-repeat #e4f2e8 15px 5px;
  }
  #search .containerHom .search-box {
    display: inline-block;
    padding: 15px 0;
  }
  #index-body .i-about .about-content {
    margin-top: 30px;
  }
  #index-body .i-about {
    padding: 45px 0 30px 0;
  }
  #index-body p.p {
    font-size: 12px;
  }
  #index-body .i-about .about-content .about-content-left p:first-child {
    margin-bottom: 15px;
  }
  #index-body .i-product .productBox .product-left {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  #index-body .i-about .about-content .about-content-left p {
    line-height: 22px;
  }
  #index-body .i-about .about-content .about-content-left P:last-child {
    margin-top: 15px;
  }
  #index-body .i-history .historyBox .history-time .time {
    font-size: 24px;
  }
  #index-body .i-history {
    padding: 30px 0 15px 0;
  }
  #index-body .i-product .productBox .product-right > ul > li > a {
    font-size: 13px;
  }
  #index-body .i-product .productBox .product-right .productMore p > a {
    padding: 2px 30px;
    font-size: 14px;
  }
  #index-body .i-product .productBox .product-right > ul > li .sub-menu li a {
    padding: 2px 25px;
  }
  #index-body .i-product .productBox .product-left h2 > a {
    font-size: 16px;
  }
  #index-body .i-product .productBox .product-left h2 {
    padding: 10px 0;
  }
  #footer .footer-bottom .clearfix p {
    font-size: 12px;
  }
  #footer .footer-bottom .clearfix p > a > img {
    width: 164px;
    height: 11px;
  }
}
@media screen and (max-width: 970px) {
    #index-body .i-product .productBox .product-left .product-img {
    height: 200px;
}
  .containerHom {
    width: 768px;
  }
  #search .containerHom .search-box > form > input[type="text"] {
    width: 100px;
    height: 25px;
  }
  #search .containerHom .search-box > form > input[type="submit"] {
    width: 35px;
    height: 25px;
    background: url(/images/tc-zoom.png) no-repeat #e4f2e8 8px 2px;
  }
  #search .containerHom > p > span {
    font-size: 12px;
  }
  #index-body .i-about {
    padding: 30px 0 20px 0;
  }
  #index-body h2.h2 {
    font-size: 20px;
  }
  #index-body .i-about .about-content .about-content-left p:first-child {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  #index-body .i-about .about-content .about-content-left p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  #index-body .i-history .historyBox .history-time .time {
    font-size: 20px;
  }
  #index-body .i-history {
    padding: 20px 0 10px 0;
  }
  #index-body .i-product {
    background: #f5f8ff;
    padding: 50px 0;
  }
  #index-body .i-product .productBox .product-right h2 {
    margin-bottom: 10px;
    font-size: 16px;
  }
#footer .footer-top .footerLeft .search-box .wpcf7 > form > p > span > input[type="email"] {
    width: 130px;
    height: 30px;
  }
  #footer .footer-top .footerLeft .search-box .wpcf7 > form > p > input[type="submit"] {
    width: 60px;
    height: 30px;
  }
  #footer .footer-top .footerLeft {
    width: 30%;
  }
  #footer .footer-top .footerRight {
    width: 70%;
  }
  #footer .footer-top .footerRight h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .containerHom {
    width: 100%;
  }
  #search .containerHom {
    display: block;
  }
  #index-body .i-about .about-content .about-content-left {
    width: 100%;
  }
  #index-body .i-about .about-content .about-content-right {
    width: 100%;
  }
  #index-body .i-about .about-content {
    display: block;
  }
  #index-body .i-about .about-content .about-content-left P:last-child {
    margin-bottom: 10px;
  }
  #index-body .i-history .historyBox {
    display: block;
  }
  #index-body .i-history .historyBox .history-time {
    display: inline-block;
    width: 49%;
    vertical-align: top;
  }
  #index-body .i-history .historyBox .history-time::after {
    display: none;
  }
  #index-body .i-product {
    background: #f5f8ff;
    padding: 20px 0;
  }
  #index-body .i-product .productBox .product-left {
    width: 100%;
  }
  #index-body .i-product .productBox {
    padding: 5px;
  }
  #index-body .i-product .productBox .product-right {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  #index-body .i-news .newsBox .swiper-slide .newsImg a img {
    width: 100%;
  }
  #index-body .i-news {
    padding: 20px 0;
  }
  #index-body .i-news .newsBox {
    margin-top: 15px;
  }
  #footer .footer-top {
    padding: 20px 0 20px 0;
  }
  #footer .footer-top .footerLeft {
    width: 100%;
  }
  #footer .footer-top .footerRight {
    width: 100%;
    margin-top: 20px;
  }
  #footer .footer-top .footerRight .footerProduct {
    width: 49%;
  }
  #footer .footer-top .footerRight .footerContact {
    width: 49%;
  }
  #footer .footer-top .footerRight .footerVisit {
    width: 100%;
  }
	#footer .footer-bottom .clearfix p{
		text-align: center;
		float: none;
	}
	#index-body .i-product .productBox .product-right>ul>li .sub-menu{
		opacity: 0;
	}
}




.inner-banner {
  width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/inner-banner.jpg);
}
.inner-page .bread-crumbs {
  padding: 34px 0 14px;
  margin-bottom: 34px;
  color: #737373;
  border-bottom: 1px solid #e5e5e5;
}
.inner-page .bread-crumbs a {
  color: #737373;
}
.inner-page .bread-crumbs a:hover {
  color: #4cab66;
}
.inner-page .sidebar {
  position: relative;
  float: right;
  top: -58px;
  width: 24%;
  color: #545454;
}
.inner-page .sidebar a {
  color: #545454;
}
.inner-page .sidebar .title {
  font-size: 24px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #4cab66;
}
.inner-page .sidebar .sub-title {
  padding-bottom: 6px;
  font-size: 20px;
  color: #737373;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #959595;
}
.inner-page .sidebar .side-box {
  background: #f5f5f5;
}
.inner-page .sidebar .side-box + .side-box {
  margin-top: 16px;
}
.inner-page .sidebar .menu {
  line-height: 1.3em;
}
.inner-page .sidebar .menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  border-bottom: 1px solid transparent;
  position: relative;
}
.inner-page .sidebar .menu li a {
  position: relative;
  display: block;
  padding: 14px 36px 14px 30px;
}
.inner-page .sidebar .menu li a .icon {
  position: absolute;
  top: 15px;
  left: 5px;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  background: url(../images/side-ico.png) no-repeat left center;
}
.inner-page .sidebar .menu li:hover {
  border-color: #4cab66;
}
.inner-page .sidebar .menu li:hover .icon,
.inner-page .sidebar .menu li a.active .icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.inner-page .sidebar .side-top {
  padding-bottom: 50px;
}
.inner-page .sidebar .side-download {
  padding: 16px 18px 22px;
}
.inner-page .sidebar .side-download a {
  display: block;
  padding-left: 60px;
  background: url(../images/download.png) no-repeat left center;
}
.inner-page .sidebar .side-download .inner-title {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #737373;
  padding-bottom: 8px;
  border-bottom: 1px solid #737373;
}
.inner-page .sidebar .side-download .inner-subtitle {
  text-align: center;
  padding-top: 5px;
  color: #c2c2c2;
}
.inner-page .sidebar .side-contact {
  padding: 28px 18px 24px;
  color: #737373;
}
.inner-page .sidebar .side-contact a {
  color: #737373;
}
.inner-page .sidebar .side-contact .hr {
  margin-top: 40px;
  text-align: center;
}
.inner-page .sidebar .side-contact .hr img {
  width: 100%;
	max-width:140px;
	margin:0 auto;
	border: 5px solid white;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.inner-page .sidebar .side-contact .list li {
  line-height: 22px;
  padding-left: 22px;
  background-repeat: no-repeat;
  background-position: left top;
}
.inner-page .sidebar .side-contact .list li .icon{
  font-size: 20px;
  color: #4cab66;
	margin-right:5px;
}
.inner-page .sidebar .side-contact .list li + li {
  margin-top: 20px;
}
.inner-page .sidebar.full {
  padding: 38px 0px 16px;
  top: 0;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
}
.inner-page .sidebar.full a {
  display: inline-block;
  font-size: 18px;
  line-height: 2.5em;
  text-align: center;
}
.inner-page .sidebar.full a:hover,
.inner-page .sidebar.full a.active {
  color: #fff;
  background: #4cab66;
}
.inner-page .sidebar.full.col4 a {
  display: inline-block;
  padding: 0px 20px;
}
.inner-page .sidebar.full.col4 a:nth-of-type(5n) {
  margin-right: 0;
}
.inner-page .sidebar.full.col4 a:nth-of-type(1n) {
  margin-left: 0;
}
.inner-page .page-right-bar {
  float: left;
  width: 72%;
  padding-bottom: 80px;
}
.inner-page .page-right-bar1 {
  float: left;
  width: 100%;
  padding-bottom: 80px;
}
.inner-page .page-right2 {
  width: 100%;
}
.inner-page .page-right-bar.full {
  width: 100%;
}
.inner-page .piclist,
.inner-page .lglist{
	margin:-10px;
}
.inner-page .piclist li,
.inner-page .lglist li {
	padding:10px;
}
.inner-page .lglist li .txt{ height: 36px; overflow: hidden; }
.inner-page .piclist li .txt p,
.inner-page .lglist li .txt {
  text-align: center;
  color: #d0d0d0;
  background: #2e2e2e;
  line-height: 3em;
  padding: 0 6px;
  font-size: 12px;
}
.inner-page .piclist li .txt p a{color: #d0d0d0;}
.inner-page .piclist li .img,
.inner-page .lglist li .img {
  border: 1px solid #e5e5e5;
  border-bottom: none;
  position: relative;
}
.inner-page .piclist li .img .cover,
.inner-page .lglist li .img .cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2) url(../images/prohover.png) no-repeat center center;
  transition: 0.4s ease-in;
  -webkit-transition: 0.4s ease-in;
  -moz-transition: 0.4s ease-in;
  -ms-transition: 0.4s ease-in;
  -o-transition: 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
}
.inner-page .piclist li .img .coverVideo{
	position: absolute;
	top: 0;
  left: 0;
  right: 0;
  bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.inner-page .piclist li .img .coverVideo img:hover{
	transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
}
.inner-page .piclist li .img .coverVideo > img{
	transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
	z-index: 100;
}
.inner-page .piclist li:hover .img .cover,
.inner-page .lglist li:hover .img .cover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.inner-page .newslist li {
  background: #fdfdfd;
  border: 1px solid #e5e5e5;
	margin-bottom:20px;
}
.inner-page .newslist li .img {
  float: left;
  width: 305px;
  overflow: hidden;
}
.inner-page .newslist li .img img {
  width: 100%;
  transition: 0.4s ease-in;
  -webkit-transition: 0.4s ease-in;
  -moz-transition: 0.4s ease-in;
  -ms-transition: 0.4s ease-in;
  -o-transition: 0.4s ease-in;
}
.inner-page .newslist li .txt {
  /*float: right;*/
	padding:20px 15px;
}
.inner-page .newslist li .txt .inner-title {
  font-size: 18px;
  line-height: 1.6em;
  text-transform: uppercase;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
}
.inner-page .newslist li .txt .date {
  font-size: 12px;
  font-style: italic;
  line-height: 2em;
  padding-left: 24px;
  font-family: 'ralewayregular';
  background: url(../images/date1.png) no-repeat left center;
  background-size: 20px;
}
.inner-page .newslist li .txt .date,
.inner-page .newslist li .txt .inner-abst {
  color: #737373;
}
.inner-page .newslist li .txt .date {
  display: block;
  margin: 10px 0;
}
.inner-page .newslist li .txt .inner-abst {
  line-height: 1.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.inner-page .newslist li .txt .read-more {
  padding-top: 10px;
}
.inner-page .newslist li .txt .read-more span {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  display: inline-block;
  padding: 0 34px;
  line-height: 3.14em;
  color: #000;
  border: 1px solid #4cab66;
}
.inner-page .newslist li:hover .img img {
  transform: translate(0, 0) rotate(0deg) scale(1.03, 1.03) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
  -webkit-transform: translate(0, 0) rotate(0deg) scale(1.03, 1.03) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
  -moz-transform: translate(0, 0) rotate(0deg) scale(1.03, 1.03) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
  -ms-transform: translate(0, 0) rotate(0deg) scale(1.03, 1.03) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
  -o-transform: translate(0, 0) rotate(0deg) scale(1.03, 1.03) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
}
.inner-page .newslist li:hover .read-more span {
  color: #fff;
  background: #4cab66;
}
.inner-page .lglist li {
  float: left;
  cursor: pointer;
}
.inner-page .faqlist li {
  padding: 0 0 20px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}
.inner-page .faqlist li .question {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 8px;
  color: #4cab66;
}
.inner-page .faqlist li .answer {
  color: #737373;
  line-height: 1.7em;
}

.about-page .about-artical {
  padding: 50px 0 100px;
}
.about-page .about-artical1 {
  padding: 0px;
}
.about-page .about-artical .items {
  padding-top: 32px;
  color: #737373;
}
.about-page .about-artical .items .item .txt {
  width: 52%;
  padding: 40px 10px 0;
  line-height: 2.14em;
}
.about-page .about-artical .items .item .txt p + p {
  margin-top: 30px;
}
.about-page .about-artical .items .item .img {
  width: 46.3%;
}
.about-page .about-artical .items .item:nth-of-type(odd) .txt {
  float: left;
}
.about-page .about-artical .items .item:nth-of-type(odd) .img {
  float: right;
}
.about-page .about-artical .items .item:nth-of-type(even) .txt {
  float: right;
}
.about-page .about-artical .items .item:nth-of-type(even) .img {
  float: left;
}
.about-page .about-artical .items .item + .item {
  margin-top: 62px;
}
.i-factory {
  background: url(../images/i-factory-bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 44px 0 60px;
  text-align: center;
}
.i-factory .list li {
  float: left;
  width: 25%;
}
.i-factory .list li .img img {
  width: auto;
  margin: 0 auto;
}
.i-factory .list li .number {
  font-family: 'SQR721DN';
  font-size: 48px;
  padding: 20px 0 30px;
}
.i-factory .list li .number sup {
  font-family: arial;
  font-size: 36px;
  margin-left: 4px;
}
.i-factory .list li .inner-title {
  font-family: 'ralewayregular';
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}
.i-strength {
  padding: 76px 0 60px;
}
.i-strength .box {
  padding-top: 30px;
}
.i-strength .items {
  position: relative;
  padding: 32px 0;
}
.i-strength .items:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  top: 30px;
  content: '';
  border-right: 1px dashed #e5e5e5;
}
.i-strength .items + .items:after {
  position: absolute;
  left: 80px;
  right: 80px;
  top: 0;
  content: '';
  border-top: 1px dashed #e5e5e5;
}
.i-strength .items + .items:before {
  position: absolute;
  left: 50%;
  top: 1px;
  bottom: 30px;
  content: '';
  border-right: 1px dashed #e5e5e5;
}
.i-strength .items .item {
  position: relative;
  width: 47%;
}
.i-strength .items .item .img {
  border-radius: 100%;
  overflow: hidden;
  width: 38%;
}
.i-strength .items .item .txt {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 56%;
}
.i-strength .items .item .txt .inner {
  width: 100%;
  height: 100%;
  display: table;
}
.i-strength .items .item .txt .inner .inner-box {
  display: table-cell;
  vertical-align: middle;
}
.i-strength .items .item .txt .inner .inner-box .inner-title {
  font-weight: bold;
  padding-bottom: 24px;
}
.i-strength .items .item .txt .inner .inner-box .inner-abst {
  color: #585858;
  line-height: 1.57em;
}
.i-strength .items .item:nth-of-type(odd) {
  float: left;
}
.i-strength .items .item:nth-of-type(odd) .img {
  float: left;
}
.i-strength .items .item:nth-of-type(odd) .txt {
  right: 0;
}
.i-strength .items .item:nth-of-type(even) {
  float: right;
}
.i-strength .items .item:nth-of-type(even) .img {
  float: right;
}
.i-strength .items .item:nth-of-type(even) .txt {
  left: 0;
}
.i-network {
  background: #fcfcfc;
  padding: 64px 0 26px;
}
.i-network .img img {
  width: auto;
  margin: 0 auto;
}
.prodet-page .product-details .prodet-top-l {
  width: 39%;
	text-align:center;
}
.prodet-page .product-details .prodet-top-l #pic-zoom {
  border: 1px solid #dcdcdc;
  position: relative;
}
.prodet-page .product-details .prodet-top-l ul.image-gallery {
  margin-top: 20px;
}
.prodet-page .product-details .prodet-top-l ul.image-gallery li {
  float: left;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 3%;
  cursor: pointer;
  border: 1px solid #ddd;
}
.prodet-page .product-details .prodet-top-l ul.image-gallery li:nth-of-type(3n) {
  margin-right: 0;
}
.prodet-page .product-details .prodet-top-r {
  position: relative;
  width: 56.5%;
}
.prodet-page .product-details .prodet-top-r h1.protit {
  padding-top: 8px;
  color: #000;
  font-size: 20px;
	font-weight:bold;
  text-transform: uppercase;
  font-weight: normal;
}
.prodet-page .product-details .prodet-top-r .prodetail {
  margin: 60px 0 60px;
  line-height: 1.6em;
  height: auto;
  color: #737373;
}
.prodet-page .product-details .prodet-top-r a.pro-mes {
  font-weight: 600;
  display: inline-block;
  color: #fff;
  line-height: 3.5em;
  background: #4cab66;
  padding: 0 56px;
}
.prodet-page .product-details .prodet-top-r a.pro-mes:hover {
  background: #000;
}
.prodet-page .pro-title {
  line-height: 3.5em;
  color: #fff;
  width: 188px;
  text-align: center;
  background: #4cab66;
  font-weight: 600;
  margin-bottom: 24px;
}
.prodet-page .prodet-details {
  margin-top: 50px;
  margin-bottom: 20px;
}
.prodet-page .prodet-details p {
  line-height: 2em;
  font-size: 14px;
}
.prodet-page .cn-form .btn {
  text-align: left;
}
.prodet-page .cn-form .btn input {
  color: #3a4352;
  line-height: 46px;
  padding: 0 46px 0 10px;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #4cab66;
  background-color: #fff;
  background-image: url(../images/send-w-ico.png);
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
}
.prodet-page .cn-form .btn input:hover {
  background-color: #4cab66;
  color: #fff;
  background-image: url(../images/send-ico.png);
}
.i-strength{
  margin-top: 50px;
}
.i-strength p{
  line-height: 26px;
  color: #000;
}
.i-strength img{
  margin-bottom: 20px;
}
.news .title h1 {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #333;
}
.news .date {
  line-height: 2em;
  text-align: center;
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
}
.news .abst {
  border-bottom: 1px dashed #CCC;
  padding: 10px 0;
}
.news .abst p {
  display: inline-block;
}
.news .contents {
  color: #737373;
  line-height: 1.7em;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px dashed #CCC;
  padding: 20px 0;
}
.news .contents a {
  color: #737373;
}
.news .contents div,
.news .contents p,
.news .contents span,
.news .contents table {
  line-height: 1.7em;
  clear: both;
}
.news .prevnext {
  width: 99%;
  margin-top: 0;
  padding-left: 5px;
  border-top: 0 solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.news .prevnext a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #999;
  font-size: 15px;
  margin-left: 5px;
}
.news .prevnext a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}
.contact-page {
  padding: 56px 0 44px;
  color: #737373;
}
.contact-page a {
  color: #737373;
}
.contact-page img {
  width: auto;
}
.contact-page .title {
  font-size: 30px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 14px;
  margin-bottom: 22px;
}
.contact-page .left {
  float: left;
  width: 50%;
}
.contact-page .left .abst {
  font-size: 12px;
  line-height: 1.8em;
  width: 90%;
  letter-spacing: 0.5px;
  padding-bottom: 24px;
}
.contact-page .right {
  float: right;
  background: #fff;
  width: 47.8%;
  letter-spacing: 0.5px;
}
.contact-page .right .box {
  position: relative;
  padding: 32px 18px 170px;
  border: 1px solid #eee;
}
.contact-page .right .box h5 {
  color: #585858;
  font-size: 18px;
  padding-bottom: 20px;
}
.contact-page .right .box .hr {
  position: absolute;
  top: 120px;
  right: 100px;
}
.contact-page .right .box .hr img {
  border: 1px solid #eee;
}
.contact-page .right .box .hr p {
  text-align: center;
  color: #000;
  padding-top: 14px;
}
.contact-page .right .box .list li {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 12px;
  line-height: 1.8em;
}
.contact-page .right .box .list li + li {
  margin-top: 22px;
}
.contact-page .right .box .list .add {
  background-image: url(../images/contact-add.png);
}
.contact-page .right .box .list .mail {
  background-image: url(../images/contact-mail.png);
}
.contact-page .right .box .list .mobile {
  background-image: url(../images/contact-mobile.png);
}
.contact-page .right .box .list .phone {
  background-image: url(../images/contact-phone.png);
}
.contact-page .right .box .list .fax {
  background-image: url(../images/contact-fax.png);
}
.faq-page .faq-list {
  font-weight: 600;
}
.faq-page .faq-list dt {
  font-size: 16px;
  color: #b1a004;
}
.faq-page .faq-list dd {
  font-size: 14px;
  color: #222;
  margin: 10px 0 30px;
	font-weight: 300;
}
.cn-form {
	display:inline-block;
	width:100%;
}
.cn-form form {
  width: 100%;
}
.cn-form form input,
.cn-form form textarea {
  width: 100%;
  line-height: 2em;
  padding: 10px 12px;
  resize: none;
  color: #737373;
  border: 1px solid #eee;
}
.cn-form form textarea {
  height: 10em;
}
.cn-form form .col {
  width: 100%;
}
.cn-form form .col .ipt {
  float: left;
  width: 100%;
}
.cn-form form .col.col-2 .ipt {
  width: 49%;
}
.cn-form form .col.col-2 .ipt + .ipt {
  margin-left: 2%;
}
.cn-form form .btn {
  text-align: center;
}
.cn-form form .btn input {
  background: #4cab66 url(../images/send-ico.png) no-repeat right 15px center;
  width: auto;
  margin: 0 auto;
  font-size: 16px;
  padding: 0 105px 0 30px;
  font-weight: bold;
  border: none;
  color: #fff;
  line-height: 4.375em;
}
.cn-form form > div + div {
  margin-top: 22px;
}
.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%;
  display: inline-block;
}
.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: #b8b8b8;
}
:-moz-placeholder {
  color: #b8b8b8;
}
::-moz-placeholder {
  color: #b8b8b8;
}
:-ms-input-placeholder {
  color: #b8b8b8;
}
.recommend-product {
  margin: 50px 0;
}
.recommend-product .piclist li .img {
  position: relative;
}
.recommend-product .piclist li .img .cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  background: rgba(0, 0, 0, 0.6) url(../images/zoom.png) no-repeat center center;
}
.recommend-product .piclist li a {
  display: block;
}
.recommend-product .piclist li a:hover .img .cover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.recommend-product .piclist li p {
  color: #000;
  margin-top: 8px;
  text-align: center;
}
.zoom-box {
  position: relative;
}
.zoom-box .pic-zoom {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.4s ease-in;
  -webkit-transition: 0.4s ease-in;
  -moz-transition: 0.4s ease-in;
  -ms-transition: 0.4s ease-in;
  -o-transition: 0.4s ease-in;
  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: 1s linear;
  -webkit-transition: 1s linear;
  -moz-transition: 1s linear;
  -ms-transition: 1s linear;
  -o-transition: 1s linear;
}
.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%;
}
.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(255, 255, 255, 0.8);
  border-left: 1px solid rgba(255, 255, 255, 0.8);
}
.around-line li:after {
  right: 0;
  bottom: 0;
  top: 100%;
  left: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  border-right: 1px solid rgba(255, 255, 255, 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 {
  padding-top: 20px;
  text-align: center;
  line-height: 22px;
  font-size: 0;
  letter-spacing: -0.307em;
  word-wrap: normal;
  white-space: nowrap;
  color: #fff;
}
.m-page a,
.m-page span {
  display: inline-block;
  vertical-align: top;
  padding: 2px 10px;
  margin-left: -1px;
  font-size: 12px;
  letter-spacing: normal;
  text-shadow: 0 1px #fff;
  background: #3a4352;
  -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: #fff;
}
.m-page a:first-child {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.m-page a:last-child {
  margin-right: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.m-page a:hover {
  background: #eb423d;
}
.m-page a:active {
  background: #eb423d;
}
.m-page span.current,
.m-page span.current:hover,
.m-page span.current:active {
  cursor: default;
  color: #fff;
  background: #064896;
}
div.wpcf7 img.ajax-loader {
  width: auto;
}
span.wpcf7-not-valid-tip {
  display: inline-block !important;
}
.contact-page {
  padding-top: 0;
}
.contact-page img {
  width: auto;
}
.contact-page .cn-form {
  width: 67%;
  float: left;
  padding: 25px 35px 15px;
}
.contact-page .contact-details {
  background: #fff;
  width: 30%;
  padding: 30px;
  border: 6px solid #f2f2f2;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.contact-page .contact-details h3.contact-title {
  font-family: 'Euphemia';
  font-weight: 600;
  font-size: 22px;
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 20px;
  color: #444;
  padding-bottom: 15px;
}
.contact-page .contact-details .contact-list h5 {
  margin-bottom: 10px;
  color: #222;
  font-size: 16px;
  font-weight: 600;
}
.contact-page .contact-details .contact-list p {
  font-size: 14px;
  line-height: 2em;
}
.contact-page .contact-details .contact-list a {
  color: #333;
}
.contact-page .contact-details .contact-list a:hover {
  color: #0250a9;
}
.lg-page .piclist li {
  cursor: pointer;
  margin-right: 3%;
  margin-bottom: 30px;
  width: 31.32%;
}
.lg-page .piclist li h3 {
  text-align: center;
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}
.case-page .case-list li {
  margin-bottom: 18px;
  padding: 10px;
  background: #F5F5F5;
}
.case-page .case-list li img {
  float: left;
  width: 30%;
}
.case-page .case-list li .fr {
  width: 65%;
}
.case-page .case-list li .fr h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #4cab66;
  text-transform: uppercase;
  margin: 15px 0 30px;
}
.case-page .case-list li .fr p {
  font-size: 13px;
  color: #222;
  line-height: 1.8em;
}
.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: #4cab66;
  border: none;
  cursor: pointer;
  color: #fff;
  padding-top: 5px;
}
.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 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  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: 315px;
  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 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  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%;
  display: inline-block;
}
.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;
}
.product-page .menu li .children {
  position: absolute;
  background: #f5f5f5;
  width: 220px;
  left: -220px;
  top: 0px;
  z-index: 999;
}
.product-page .menu li .children a {
  padding: 10px 10px 10px 20px;
}
.par_a {
  border: solid 1px #c0bebe;
  display: inline-block;
}
.pro-infor-bg {
  width: 200px;
  height: 60px;
  position: absolute;
  font-style: normal;
  right: 0;
  bottom: 0px;
  z-index: 9;
  display: none;
  background: url(../images/pro-infor-bg.png) no-repeat center;
  background-size: 100% 100%;
}
.pro-infor-bg div {
  position: absolute;
  top: 5px;
  left: 72px;
  color: #fff;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
.i-partners .six .par_a:hover {
  transform: translate(0, -6px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, -6px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, -6px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, -6px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, -6px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}

#test-video{
  object-fit: fill;
}
.video{ position:relative; }
.layer{ position:absolute; top:0; left:0; width:100%; height:100%; background:url(../images/video-layer.png) repeat; z-index: 99;}

.cn-form .wpsb {
  display: none;
}
  .faq-page .faq-list dt {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  font-weight:bold;
}
.faq-page .faq-list dd {
  font-size: 16px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}
@media screen and (max-width: 1200px) {
  .inner-banner {
    height: 220px;
  }
  .inner-page .sidebar.full {
    padding: 10px;
  }
	.about-page .about-artical {
		padding:0 0 50px;
	}
	.inner-page .page-right-bar {
		padding-bottom:20px;
	}
  .inner-page .sidebar.full a {
    font-size: 18px;
    margin: 0;
  }
  .about-page .title {
    font-size: 28px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .about-page .title:after {
    width: 60px;
    left: 50%;
    margin-left: -30px;
    height: 2px;
  }
  .about-page .about-artical .items .item .txt {
    padding: 10px;
    line-height: 1.8em;
  }
  .i-factory .list li .img img {
    height: 40px;
  }
  .i-factory .list li .number {
    font-size: 24px;
  }
  .i-factory .list li .number sup {
    font-size: 18px;
  }
  .i-factory .list li .inner-title {
    font-size: 14px;
  }
  .i-factory .list li .number {
    padding: 18px 0 20px;
  }
  .i-strength .items .item .img {
    width: 34%;
  }
  .i-strength .items .item .txt {
    width: 60%;
  }
  .i-strength .items .item .txt .inner .inner-box .inner-title {
    padding-bottom: 14px;
  }
  .i-strength .items {
    padding: 22px 0;
  }
  .contact-page .right .box .hr {
    position: initial;
    display: inline-block;
    padding-top: 20px;
    font-size: 12px;
  }
  .contact-page .right .box .hr p {
    padding-top: 6px;
  }
  .contact-page .right .box {
    padding: 22px 18px 30px;
  }
  .contact-page .right .box .list li + li {
    margin-top: 16px;
  }
  .contact-page .title {
    font-size: 26px;
  }
  .cn-form form input,
  .cn-form form textarea {
    padding: 6px 8px;
  }
  .prodet-page .cn-form .btn input,
  .cn-form form .btn input {
    font-size: 14px;
    padding: 0 55px 0 10px;
    line-height: 3em;
  }
  .inner-page .sidebar {
    width: 26%;
    top: -48px;
  }
  .inner-page .sidebar .title {
    font-size: 18px;
    line-height: 48px;
    height: 48px;
  }
  .inner-page .sidebar .menu li a {
    padding: 14px 10px 14px 50px;
    position: relative;
  }
  .inner-page .sidebar .menu li a .fa {
    left: -10px;
    position: absolute;
    top: 10px;
  }
  .inner-page .sidebar .side-download .inner-title {
    font-size: 14px;
  }
  .inner-page .sidebar .side-contact,
  .inner-page .sidebar .side-download {
    padding: 20px 12px 24px;
  }
  .inner-page .sidebar .sub-title {
    font-size: 18px;
  }
  .inner-page .sidebar .side-contact .list li + li {
    margin-top: 10px;
  }
  .inner-page .sidebar .side-contact .hr {
    margin-top: 16px;
  }
  .inner-page .page-right-bar {
    width: 71%;
  }
  .inner-page .page-right-bar1 {
    width: 100%;
  }
  .inner-page .newslist li .img {
    width: 305px;
  }
  .inner-page .newslist li .txt .date {
    margin: 5px 0;
  }
  .inner-page .newslist li .txt .inner-title {
    font-size: 16px;
  }
  .inner-page .newslist li .txt .inner-abst {
    line-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .inner-page .newslist li .txt .read-more {
    padding-top: 18px;
  }
  .inner-page .newslist li .txt .read-more span {
    line-height: 2.2em;
    padding: 0 20px;
  }
  .prodet-page .pro-title,
  .prodet-page .product-details .prodet-top-r a.pro-mes {
    line-height: 2.6em;
    padding: 0 10px;
	  width:180px;
	  text-align:center;
  }
	.inner-page .bread-crumbs {
		padding:15px 0;
	}
	.prodet-page .product-details .prodet-top-r .prodetail {
		margin: 20px 0;
	}
	.inner-page .sidebar .side-box + .side-box {
		font-size:14px;
	}
}
@media screen and (max-width: 1000px) {
	
  .mb {
    display: block;
  }
	.inner-page .sidebar {
		display:none;
	}
	.inner-page .page-right-bar {
		width:100%;
		padding-right:0;
	}
  .loading {
    display: none;
  }
  .inner-page .newslist li .img {
    width: 100%;
  }
  .inner-page .newslist li .txt {
    width: 100%;
    padding: 10px 10px 14px;
  }
	#mapContainer {
		height:300px !important;
	}
	.contact-page .cn-form {
		width:100%;
	}
	.contact-page .contact-details {
		width:100%;
		display:inline-block;
		width:100%;
		margin-bottom:20px;
	}
}
@media screen and (max-width: 700px) {
  .product-page .menu li .children {
    display: block !important;
    position: static !important;
    left: 0 !important;
    width: 100% !important;
  }
	.container{
		width: 100%;
	}
  .inner-page .sidebar .menu li {
    display: inline-block !important;
  }
  .product-page .menu li .children a {
    padding: 10px !important;
  }
  .amap-container {
    height: 240px !important;
  }
  .contact-page .contact-details,.contact-page .cn-form {
    width: 100%;
    padding: 10px;
  }
  .cn-form .m-form-l,.cn-form .m-form-r {
    width: 100%;
  }
  .cn-form li.pcsb {
    display: none;
  }
  .cn-form li.wpsb {
    display: block;
  }
  .cn-form .m-form-r textarea {
    height: 180px;
  }
  .contact-page .contact-details {
    margin-bottom: 40px;
  }
  .contact-page .contact-details h3.contact-title {
    font-size: 18px;
  }
  .contact-page .contact-details .contact-list h5 {
    font-size: 14px;
  }
  .cn-form .formtit {
    padding-bottom: 0;
    font-size: 18px;
  }
  .cn-form li label {
    font-size: 12px;
  }
  .cn-form .m-form-l li .iptTxt {
    font-size: 12px;
    height: 28px;
    line-height: 28px;
  }
  .button-group {
    bottom: 0 !important;
  }
  .inner-page .sidebar {
    width: 100%;
  }
  .inner-page .page-right-bar {
    width: 100%;
  }
  .inner-page .sidebar .side-contact,
  .inner-page .sidebar .side-download {
    display: none;
  }
  .inner-page .sidebar .menu li a {
    padding: 12px;
  }
  .inner-page .sidebar .side-top {
    padding-bottom: 0px;
  }
  .inner-page .sidebar .title {
    font-size: 16px;
    line-height: 36px;
    height: 36px;
  }
  .inner-page .sidebar {
    top: -36px;
  }
  .about-page .title {
    margin-bottom: 0;
  }
  .inner-page .sidebar.full {
    display: none;
  }
  .inner-page .sidebar .menu li a .ico {
    display: none;
  }
  .inner-page .bread-crumbs {
    padding: 10px 0;
    margin-bottom: 16px;
  }
  .about-page .about-artical {
    padding: 0;
  }
  .about-page .title {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .about-page .about-artical .items {
    padding-top: 20px;
  }
  .about-page .title:after {
    width: 30px;
    height: 1px;
    margin-left: -15px;
  }
  .about-page .about-artical .items .item .txt,
  .about-page .about-artical .items .item .img {
    width: 100%;
  }
  .about-page .about-artical .items .item .txt p + p {
    margin-top: 10px;
  }
  .about-page .about-artical .items .item + .item {
    margin-top: 20px;
  }
  .inner-page .page-right-bar {
    padding-bottom: 30px;
  }
  .i-factory {
    padding: 30px 0;
  }
  .i-factory .list {
    padding-top: 20px;
  }
  .i-factory .list li {
    width: 50%;
    margin-bottom: 18px;
  }
  .i-factory .list li .img img {
    height: 24px;
  }
  .i-factory .list li .number {
    padding: 6px 0 8px;
    font-size: 16px;
  }
  .i-factory .list li .number sup {
    font-size: 12px;
  }
  .i-factory .list li .inner-title {
    font-size: 12px;
  }
  .i-strength {
    padding: 30px 0;
  }
  .i-strength .box {
    padding-top: 20px;
  }
  .i-strength .items .item {
    width: 100%;
  }
  .i-strength .items:before,
  .i-strength .items:after {
    display: none;
  }
  .i-strength .items .item .txt {
    width: 67%;
  }
  .i-strength .items .item .img {
    width: 30%;
  }
  .i-strength .items {
    padding: 0;
  }
  .i-strength .items .item .txt .inner .inner-box .inner-title {
    padding-bottom: 4px;
  }
  .i-strength .items .item .txt .inner .inner-box .inner-abst {
    font-size: 12px;
    line-height: 1.5em;
  }
  .i-strength .items .item {
    margin-top: 20px;
  }
  .i-network {
    padding: 30px 0;
  }
  .contact-page .left,
  .contact-page .right {
    width: 100%;
  }
  .contact-page .right {
    padding-top: 40px;
  }
  .contact-page {
    padding: 30px 0;
  }
  .contact-page .title {
    font-size: 18px;
    padding-bottom: 8px;
    margin-bottom: 12px;
  }
  .contact-page .left .abst {
    width: 100%;
    line-height: 1.5em;
    padding-bottom: 18px;
  }
  .cn-form form input,
  .cn-form form textarea {
    font-size: 12px;
    line-height: 1.6em;
  }
  .cn-form form .col.col-2 .ipt {
    width: 100%;
  }
  .cn-form form .col.col-2 .ipt + .ipt {
    margin-left: 0;
    margin-top: 10px;
  }
  .cn-form form > div + div,
  .cn-form form .col {
    margin-top: 10px;
  }
  .prodet-page .cn-form .btn input,
  .cn-form form .btn input,
  .prodet-page .cn-form .btn input,
  .cn-form form .btn input {
    font-size: 12px;
    padding-right: 40px;
    background-size: 10px auto;
  }
  .contact-page .right .box h5 {
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 18px;
  }
  .contact-page .right .box .list li {
    font-size: 12px;
    background-size: 14px auto;
    background-position: left top 4px;
  }
  .contact-page .right .box {
    padding: 16px 14px;
  }
  .contact-page .right .box .hr {
    display: none;
  }
  .contact-page .right .box .list li + li {
    margin-top: 10px;
  }
  .inner-page .faqlist li .question {
    font-size: 14px;
    padding-bottom: 8px;
  }
  .news .title h1 {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .news .abst {
    padding: 6px 0;
    line-height: 1.4em;
  }
  .news .contents {
    margin-top: 0;
  }
  .news .prevnext a {
    font-size: 14px;
  }
  .inner-page .newslist li .txt .inner-title {
    font-size: 14px;
    text-transform: initial;
  }
  .inner-page .newslist li .txt .inner-abst,
  .inner-page .newslist li .txt .date {
    line-height: 1.2em;
  }
  .inner-page .newslist li .txt .read-more span {
    line-height: 1.8em;
    padding: 0 10px;
    font-size: 12px;
  }
  .prodet-page .product-details .prodet-top-l {
    width: 100%;
  }
  .prodet-page .product-details .prodet-top-r {
    width: 100%;
  }
  .prodet-page .product-details .prodet-top-l ul.image-gallery {
    margin-top: 10px;
  }
  .prodet-page .product-details .prodet-top-r h1.protit {
    padding-top: 16px;
  }
  .prodet-page .product-details .prodet-top-r .prodetail {
    margin: 10px 0 20px;
    height: auto;
  }
  .prodet-page .pro-title,
  .prodet-page .product-details .prodet-top-r a.pro-mes {
    line-height: 2.2em;
    padding: 0 26px;
    width: auto;
    min-width: 125px;
    margin-bottom: 16px;
  }
  .prodet-page .prodet-details {
    margin: 20px 0;
  }
  .prodet-page .prodet-details p {
    line-height: 1.6em;
  }
	.contact-page {
		padding:0;
	}
	body {
		font-size:14px;
	}
	.inner-page .piclist li{
		    width: 100% !important;
	}
	#footer .footer-top .footerRight .footerVisit{
		display: none;
	}
	
	
	
	
	
	
	
	
	
	
	
	
}

.prodet-page .prodet-details .prodet-information{
	width: 100%;
	display: block;
	overflow-x: scroll;
	border: 1px solid #666;
}
.prodet-page .prodet-details .prodet-information table{
	border: 1px solid #666;
}
.prodet-page .prodet-details .prodet-information table tr{
	
}
.prodet-page .prodet-details .prodet-information table td{
	padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
.prodet-page .prodet-details .prodet-information table tr:nth-child(even) {
  background: #eee;
}
.cn-form form>div+div{
	    margin-top: 22px;
    position: absolute;
    bottom: -5px;
    left: 43px;
}
#index-body .i-news .newsBox .swiper-slide .newsImg{
  position: relative;
}
#index-body .i-news .newsBox .swiper-slide .newsImg .coverVideo{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}