/* 字体引入 */
@font-face {
  font-family: 'DINEngschriftStd';
  src: url("../fonts/DINEngschriftStd.otf");
}
body {
  font-family: 'Arial' !important;
}
/* 网站基本宽度（注意修改） */
.container {
  width: 1230px;
  padding: 0 15px;
}
@media screen and (max-width: 1230px) {
  .container {
    width: 970px;
  }
}
@media screen and (max-width: 970px) {
  .container {
    width: 100%;
  }
}
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: 5px 10px;
  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 {
  padding-top: 20px;
  position: relative;
}
#header.active{
  position: fixed;
  left: 0;top: 0;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 999;
  box-shadow: 0 0 20px 5px #F2F2F2
}
#header .bottom_border {
  width: 1280px;
  height: 10px;
  background-color: #eb2328;
  position: absolute;
  right: 0;
  bottom: 0;
}
#header .bottom_border:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 5px solid #FFFFFF;
  border-right: 10px solid #eb2328;
  border-bottom: 5px solid #eb2328;
  border-left: 10px solid #FFFFFF;
}
#header .header_logo {
  width: 20%;
  display: inline-block;
  position: relative;
  z-index: 10;
  transition: 0.3s ease;
}
#header .header_logo:hover {
  color: #eb2328;
}
#header .header_logo a {
  display: inline-block;
  width: auto;
  height: auto;
}
#header .header_logo img {
  float: left;
}
#header .header_logo .content {
  padding-top: 25px;
	margin-left:10px;
}
#header .header_logo .content h2 {
  font-family: 'DINEngschriftStd';
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 4px;
}
#header .header_logo .content h3 {
  font-family: 'Arial';
  font-size: 14px;
  line-height: 24px;
	font-weight: bold;
	    letter-spacing: -0.5px;
}
#header .right {
  width: 80%;
}
#header .right .top .language {
  height: 25px;
  overflow: hidden;
}
#header .right .top .language a {
  display: inline-block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 15px;
}
#header .right .top .language a:last-child {
  margin: 0;
}
#header .right .bottom {
  padding-top: 20px;
  position: relative;
}
#header .right .bottom .search-box form {
  width: 195px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 20px;
}
#header .right .bottom .search-box form input {
  outline: none;
  border: none;
  font-family: 'Arial';
  font-size: 14px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 0;
}
#header .right .bottom .search-box form input[type="text"] {
  width: 195px;
  height: 30px;
  background: #f0f0f0;
  border-radius: 15px;
  padding-left: 15px;
  padding-right: 85px;
  color: #000;
}
#header .right .bottom .search-box form input[type="submit"] {
  width: 72px;
  height: 30px;
  background: #eb1e28;
  border-radius: 15px;
  color: #FFFFFF;
}
#header .right .bottom .search-box form input[type="submit"]:hover {
  background-color: #383838;
}
#header .right .bottom .nav-menu {
  padding-left: 60px;
}
#header .right .bottom .nav-menu .menu {
  display: inline-block;
}
#header .right .bottom .nav-menu .menu li {
  float: left;
  margin: 0 10px;
  position: relative;
}
#header .right .bottom .nav-menu .menu li a {
  display: inline-block;
  font-family: 'Arial';
  font-size: 18px;
  line-height: 30px;
  padding: 0 14px 21px;
  color: #333;
  border-bottom: 10px solid #eb2328;
  position: relative;
  z-index: 10;
}
#header .right .bottom .nav-menu .menu li a:hover,
#header .right .bottom .nav-menu .menu li.current-menu-item a,
#header .right .bottom .nav-menu .menu li.current-menu-parent a{
  border-color: #FFFFFF;
  color: #eb2328; 
}
#header .right .bottom .nav-menu .menu li a:hover:after,
#header .right .bottom .nav-menu .menu li a:hover:before,
#header .right .bottom .nav-menu .menu li.current-menu-item a:after,
#header .right .bottom .nav-menu .menu li.current-menu-item a:before,
#header .right .bottom .nav-menu .menu li.current-menu-parent a:after,
#header .right .bottom .nav-menu .menu li.current-menu-parent a:before{
  display: block;
}
#header .right .bottom .nav-menu .menu li a:after,
#header .right .bottom .nav-menu .menu li a::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -10px;
  z-index: 10;
  display: none;
}
#header .right .bottom .nav-menu .menu li a:after {
  border-top: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
  border-bottom: 5px solid #eb2328;
  border-left: 5px solid #eb2328;
  left: 0;
}
#header .right .bottom .nav-menu .menu li a::before {
  border-top: 5px solid #ffffff;
  border-right: 5px solid #eb2328;
  border-bottom: 5px solid #eb2328;
  border-left: 5px solid #ffffff;
  right: 0;
}
#header .right .bottom .nav-menu .menu li .sub-menu {
  display: none;
  width: 170px;
  height: auto;
  background: #eb2328;
  color: #FFFFFF;
  position: absolute;
  left: 10px;
  top: 100%;
  z-index: 10;
}
#header .right .bottom .nav-menu .menu li .sub-menu li {
  margin: 0;
  width: 100%;
  transition: 0.5s ease;
}
#header .right .bottom .nav-menu .menu li .sub-menu li:hover{
  background: #333333;
}
#header .right .bottom .nav-menu .menu li .sub-menu li a {
  width: 100%;
  padding: 5px 15px;
  border: none;
  color: #FFFFFF;
}
#header .right .bottom .nav-menu .menu li .sub-menu li a::after,
#header .right .bottom .nav-menu .menu li .sub-menu li a::before {
  display: none;
}
#header .right .bottom .nav-menu .menu li .sub-menu>li .sub-menu{
	position:absolute;
	top: 0;
	left: 100%;
}
#banner {
  position: relative;
}
#banner .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
#banner .content .contentBox h1 {
  font-size: 68px;
  line-height: 68px;
  text-transform: uppercase;
  max-width: 550px;
  font-family: 'DINEngschriftStd';
  color: #fff;
  margin-bottom: 30px;
}
#banner .content .contentBox p {
  font-size: 14px;
  color: #fff;
  max-width: 610px;
  line-height: 25px;
}
#banner .content .contentBox a {
  margin-top: 70px;
  display: inline-block;
  padding: 12px 50px;
  background: #ed2328;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'DINEngschriftStd';
  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;
}
#banner .content .contentBox a:hover {
  background: #000;
}
#banner .content .contentBox .bannerBox {
  position: absolute;
  max-width: 537px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#banner .content .contentBox .bannerBox img {
  width: auto;
}
#index-body h2 {
  display: inline-block;
  font-family: 'DINEngschriftStd';
  font-size: 56px;
  line-height: 42px;
  padding: 0 22px;
  color: #333333;
  position: relative;
}
#index-body h2:after,
#index-body h2:before {
  content: '';
  width: 4px;
  height: 42px;
  background-color: #eb2328;
  position: absolute;
  top: 0;
}
#index-body h2:after {
  left: 0;
}
#index-body h2:before {
  right: 0;
}
#index-body p {
  font-family: 'Arial';
  font-size: 16px;
  line-height: 24px;
  color: #484848;
  width: 60%;
  margin: 25px auto 0;
}
#index-body .button {
  display: inline-block;
  width: 192px;
  height: 48px;
  font-family: 'DINEngschriftStd';
  font-size: 24px;
  text-align: center;
  line-height: 24px;
  padding: 12px;
  transition: 0.5s ease;
}
#index-body .i_product_list {
  padding-top: 90px;
}
#index-body .i_product_list .init1 {
  margin-bottom: 30px;
}
#index-body .i_product_list .init1 .img {
  width: 45%;
}
#index-body .i_product_list .init1 .content {
  width: 55%;
  padding-left: 100px;
}
#index-body .i_product_list .init2 .img {
  width: 55%;
}
#index-body .i_product_list .init2 .content {
  width: 45%;
  padding-right: 60px;
}
#index-body .i_product_list .init2 .content h2 {
  margin-top: 90px;
}
#index-body .i_product_list .content h2 {
  font-family: 'DINEngschriftStd';
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 45px;
  padding: 0;
}
#index-body .i_product_list .content h2:after,
#index-body .i_product_list .content h2:before {
  display: none;
}
#index-body .i_product_list .content p {
  width: 100%;
  font-family: 'Arial';
  font-size: 16px;
  line-height: 24px;
  margin: 10px 0 45px;
  padding: 0;
  color: #24292d;
}
#index-body .i_product_list .content a {
  background: #eb2328;
  color: #FFFFFF;
}
#index-body .i_product_list .content a:hover {
  background-color: #383838;
}
#index-body .i_product {
  padding: 110px 0 100px;
  background: url(../images/product_bg.jpg) no-repeat center center;
  text-align: center;
}
#index-body .i_product .swiper-container .swiper-wrapper {
  margin: 60px 0;
}
#index-body .i_product .swiper-container .swiper-wrapper .swiper-slide a {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
  overflow: hidden;
}
#index-body .i_product .swiper-container .swiper-wrapper .swiper-slide .content {
  padding: 5px 20px;
  text-align: center;
}
#index-body .i_product .swiper-container .swiper-wrapper .swiper-slide .content h3 {
  font-family: 'DINEngschriftStd';
  font-size: 30px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  transition: 0.3s ease;
}
#index-body .i_product .swiper-container .swiper-wrapper .swiper-slide .content h3:hover {
  color: #eb2328;
}
#index-body .i_product .swiper-container .swiper-wrapper .swiper-slide .content span {
  font-family: 'Arial';
  font-size: 18px;
  line-height: 24px;
}
#index-body .i_product .swiper-container .swiper-wrapper .swiper-slide-next img {
  transform: scale(1.2);
}
#index-body .i_product .swiper-container .swiper-wrapper .swiper-slide-next .content {
  margin-top: 20px;
}
#index-body .i_product .swiper-container .swiper-wrapper .swiper-slide-active img,
#index-body .i_product .swiper-container .swiper-wrapper .swiper-slide-prev img {
  transform: scale(0.9);
}
#index-body .i_product .swiper-button-next,
#index-body .i_product .swiper-button-prev {
  background: none;
  border: 1px solid #333333;
  color: #333333;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  padding-right: 2px;
  top: 60%;
  outline: none;
  transition: 0.5s ease;
}
#index-body .i_product .swiper-button-next:hover,
#index-body .i_product .swiper-button-prev:hover {
  background-color: #eb2328;
  color: #FFFFFF;
}
#index-body .i_product .swiper-button-prev {
  left: -35px;
}
#index-body .i_product .swiper-button-next {
  padding: 0 0 0 2px;
  right: -35px;
}
#index-body .i_product .button {
  background-color: #eb2328;
  color: #FFFFFF;
}
#index-body .i_product .button:hover {
  background-color: #383838;
}
#index-body .i_choose {
  text-align: center;
  padding: 85px 0 100px;
  background: url(../images/choose_bg.jpg) no-repeat left top;
}
#index-body .i_choose h2,
#index-body .i_choose p {
  color: #FFFFFF;
}
#index-body .i_choose ul {
  margin-top: 75px;
}
#index-body .i_choose ul li {
  width: 23.875%;
  margin-right: 1.5%;
  min-height: 430px;
  float: left;
  padding: 30px 20px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 2px #e2e2e2;
  cursor: pointer;
  transition: 0.5s ease;
}
#index-body .i_choose ul li .img02 {
  display: none;
}
#index-body .i_choose ul li h3,
#index-body .i_choose ul li p {
  color: #333333;
  width: 100%;
}
#index-body .i_choose ul li h3 {
  font-family: 'DINEngschriftStd';
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 3px;
  margin-top: 15px;
}
#index-body .i_choose ul li p {
  font-family: 'Arial';
  font-size: 18px;
  line-height: 24px;
}
#index-body .i_choose ul li i {
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #eb2328;
}
#index-body .i_choose ul li:hover {
  background: #eb2328;
  box-shadow: 0 3px 6px 2px #eb2328;
}
#index-body .i_choose ul li:hover .img01 {
  display: none;
}
#index-body .i_choose ul li:hover .img02 {
  display: inline-block;
}
#index-body .i_choose ul li:hover h3,
#index-body .i_choose ul li:hover p {
  color: #FFFFFF;
}
#index-body .i_choose ul li:hover i {
  background-color: #FFFFFF;
}
#index-body .i_choose ul li:last-child {
  margin-right: 0;
}
#index-body .i_about {
  text-align: center;
  color: #333333;
}
#index-body .i_about .about_img {
  width: 100%;
  height: auto;
  margin-top: 35px;
}
#index-body .i_about .content p {
  width: 100%;
  font-size: 14px;
  margin: 0;
  text-align: left;
  margin-top: 35px;
}
#index-body .i_about .link_src {
  display: inline-block;
  margin: 50px 0;
}
#index-body .i_about .link_src li {
  float: left;
}
#index-body .i_about .link_src li a {
  color: #FFFFFF;
  background: #383838;
}
#index-body .i_about .link_src li a:hover,
#index-body .i_about .link_src li a.active {
  background: #eb2328;
}
#index-body .i_about .advantage {
  padding: 60px 0 50px;
  background-color: #f7f7f7;
}
#index-body .i_about .advantage li {
  width: 25%;
  float: left;
  letter-spacing: 3px;
}
#index-body .i_about .advantage li h3 {
  font-family: 'DINEngschriftStd';
  font-size: 48px;
  line-height: 36px;
  color: #eb2328;
}
#index-body .i_about .advantage li h3 span {
  font-size: 24px;
}
#index-body .i_about .advantage li h4 {
  font-family: 'DINEngschriftStd';
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  margin-top: 28px;
}
#index-body .i_about .advantage li:nth-child(1) h4 {
  margin-top: 20px;
}
#index-body .i_certificate {
  padding: 100px 0 0 0;
  text-align: center;
}
#index-body .i_certificate .swiper-container {
  margin-top: 30px;
}
#index-body .i_certificate .swiper-container .swiper-wrapper {
  margin: 20px 0;
}
#index-body .i_certificate .swiper-container .swiper-wrapper .swiper-slide a {
  display: inline-block;
  width: 100%;
}
#index-body .i_certificate .swiper-container .swiper-wrapper .swiper-slide a img {
  width: 90%;
  height: auto;
  margin: 5%;
  box-shadow: 0 0 5px 2px #F2F2F2;
}
#index-body .i_partner {
  padding: 40px 0;
}
#index-body .i_partner a {
  display: inline-block;
}
#index-body .i_partner a img {
  width: 100%;
  height: auto;
}
#index-body .i_news {
  padding: 50px 0 100px;
  text-align: center;
}
#index-body .i_news .news_wrap {
  margin-top: 65px;
  position: relative;
}
#index-body .i_news .news_wrap .img {
  width: 45%;
}
#index-body .i_news .news_wrap .img .swiper-slide {
  margin: 60px 0;
}
#index-body .i_news .news_wrap .img .swiper-slide a {
  display: inline-block;
  width: 100%;
  height: auto;
}
#index-body .i_news .news_wrap .img .swiper-slide a img {
  width: 100%;
  height: auto;
}
#index-body .i_news .news_wrap .img .swiper-slide-active {
  transform: scale(1.1);
}
#index-body .i_news .news_wrap .img .swiper-slide-next {
  transform: scale(1.7, 1.5);
}
#index-body .i_news .news_wrap .content {
  width: 55%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
#index-body .i_news .news_wrap .content .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#index-body .i_news .news_wrap .content .swiper-container .swiper-slide {
  padding: 60px 0 0 70px;
  text-align: left;
}
#index-body .i_news .news_wrap .content .swiper-container .swiper-slide h3 {
  display: inline-block;
  font-family: 'DINEngschriftStd';
  font-size: 36px;
  line-height: 36px;
  color: #333333;
  transition: .3s ease;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .i_news .news_wrap .content .swiper-container .swiper-slide h3:hover {
  color: #eb2328;
}
#index-body .i_news .news_wrap .content .swiper-container .swiper-slide p {
  width: 100%;
  font-family: 'Arial';
  font-size: 14px;
  line-height: 24px;
  margin-top: 30px;
  color: #7a7a7a;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .i_news .news_wrap .content .swiper-container .swiper-slide .link_src {
  display: inline-block;
  font-family: 'Arial';
  font-size: 20px;
  line-height: 28px;
  color: #333333;
  border-bottom: 1px solid #FFFFFF;
  margin-top: 20px;
  transition: 0.3s ease;
}
#index-body .i_news .news_wrap .content .swiper-container .swiper-slide .link_src:hover {
  border-bottom-color: #333333;
}
#index-body .i_news .news_wrap .content .swiper-container .swiper-button-prev,
#index-body .i_news .news_wrap .content .swiper-container .swiper-button-next {
  width: 30px;
  height: 30px;
  background: none;
  border-radius: 50%;
  border: 2px solid #333333;
  font-size: 24px;
  text-align: center;
  line-height: 26px;
  transition: 0.3s ease;
  top: initial;
  right: initial;
  bottom: 60px;
  left: initial;
}
#index-body .i_news .news_wrap .content .swiper-container .swiper-button-prev:hover,
#index-body .i_news .news_wrap .content .swiper-container .swiper-button-next:hover {
  background: #333333;
  color: #FFFFFF;
}
#index-body .i_news .news_wrap .content .swiper-container .swiper-button-prev {
  padding-right: 4px;
  left: 70px;
}
#index-body .i_news .news_wrap .content .swiper-container .swiper-button-next {
  left: 110px;
}
#footer {
  background: #333333;
  color: #FFFFFF;
  font-family: 'DINEngschriftStd';
}
#footer a {
  transition: 0.3s ease;
}
#footer a:hover {
  color: #eb2328;
}
#footer ul {
  padding: 90px 0 30px;
  border-bottom: 2px solid #FFFFFF;
}
#footer ul li {
  float: left;
  padding-right: 35px;
}
#footer ul h3 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 35px;
}
#footer ul p {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 25px;
  font-weight: 100;
}
#footer ul p a {
  font-size: 24px;
  line-height: 24px;
  font-weight: 100;
}
#footer ul .contant,
#footer ul .form {
  width: 30%;
}
#footer ul .quick,
#footer ul .product {
  width: 20%;
}
#footer ul .contant p {
  padding-left: 35px;
}
#footer ul .contant p:nth-child(2) {
  background: url(../images/icon_map.png) no-repeat left top;
}
#footer ul .contant p:nth-child(3) {
  background: url(../images/icon_phone.png) no-repeat left top;
}
#footer ul .contant p:nth-child(4) {
  background: url(../images/icon_tel.png) no-repeat left top;
}
#footer ul .contant p:nth-child(5) {
  background: url(../images/icon_fax.png) no-repeat left top;
}
#footer ul .contant p:nth-child(6) {
  background: url(../images/icon_email.png) no-repeat left top;
}
#footer ul .form input,
#footer ul .form textarea {
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border: none;
  outline: none;
  padding: 5px 15px;
  margin-bottom: 20px;
  font-family: 'DINEngschriftStd';
  font-size: 24px;
  line-height: 30px;
  color: #858585;
}
#footer ul .form textarea {
  height: 100px;
}
#footer ul .form input[type="submit"] {
  width: 115px;
  height: 26px;
  font-size: 18px;
  line-height: 26px;
  padding: 0 20px 0 0;
  background: #FFFFFF url(../images/icon_plane.png) no-repeat 75px center;
  color: #333333;
  transition: 0.3s ease;
}
#footer ul .form input[type="submit"]:hover {
  background: #eb2328 url(../images/icon_plane02.png) no-repeat 75px center;
  color: #FFFFFF;
}
#footer .bottom {
  text-align: center;
  padding: 10px 20px;
}
#footer .bottom a {
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 1230px) {
  #header .container {
    width: 100%;
  }
  #header .header_logo {
    width: auto;
  }
  #header .right {
    width: auto;
  }
  #header .right .bottom .nav-menu {
    padding-left: 0;
  }
  #header .right .bottom .nav-menu .menu {
    margin-right: 200px;
  }
  #index-body .i_news .news_wrap .content {
    width: 55%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
  #index-body .i_news .news_wrap .content .swiper-container .swiper-slide {
    padding: 40px 0 0 40px;
  }
  #index-body .i_news .news_wrap .content .swiper-container .swiper-slide p {
    margin-top: 10px;
  }
  #index-body .i_news .news_wrap .content .swiper-container .swiper-slide .link_src {
    margin-top: 10px;
  }
  #index-body .i_news .news_wrap .content .swiper-container .swiper-button-prev,
  #index-body .i_news .news_wrap .content .swiper-container .swiper-button-next {
    bottom: 10px;
  }
	#banner .content .contentBox .bannerBox{
		max-width: 360px;
	}
	#banner .content .contentBox h1{
		    font-size: 40px;
    line-height: 40px;      margin-bottom: 10px;
	}
	#banner .content .contentBox a{
		margin-top: 20px;padding: 5px 20px;    font-size: 18px;
	}
}
@media screen and (max-width: 970px) {
  #index-body .i_product_list {
    padding-top: 50px;
  }
  #index-body .i_product_list .init1 {
    margin-bottom: 30px;
  }
  #index-body .i_product_list .init1 .content {
    padding-left: 30px;
  }
  #index-body .i_product_list .init2 .content {
    padding-right: 30px;
  }
  #index-body .i_product_list .init2 .content h2 {
    margin-top: 30px;
  }
  #index-body .i_product_list .content h2 {
    margin-bottom: 10px;
  }
  #index-body .i_product_list .content p {
    margin: 10px 0 30px;
  }
  #index-body .i_product {
    padding: 50px 0;
  }
  #index-body .i_product .swiper-container .swiper-wrapper {
    margin: 30px 0;
  }
  #index-body .i_product .swiper-container .swiper-wrapper .swiper-slide-next img {
    transform: scale(1);
  }
  #index-body .i_product .swiper-container .swiper-wrapper .swiper-slide-next .content {
    margin-top: 0;
  }
  #index-body .i_product .swiper-container .swiper-wrapper .swiper-slide-active img,
  #index-body .i_product .swiper-container .swiper-wrapper .swiper-slide-prev img {
    transform: scale(1);
  }
  #index-body .i_product .swiper-button-prev {
    left: 35px;
  }
  #index-body .i_product .swiper-button-next {
    right: 35px;
  }
  #index-body .i_choose {
    padding: 50px 0;
  }
  #index-body .i_choose ul {
    margin-top: 50px;
  }
  #index-body .i_choose ul li {
    width: 47%;
    margin: 0 3% 3% 0;
  }
  #index-body .i_about .advantage {
    padding: 40px 0;
    background-color: #f7f7f7;
  }
  #index-body .i_about .advantage li {
    width: 50%;
    margin-bottom: 4%;
  }
  #index-body .i_about .advantage li:nth-child(3),
  #index-body .i_about .advantage li:nth-child(4) {
    margin-bottom: 0;
  }
  #index-body .i_certificate {
    padding: 50px 0 0 0;
  }
  #index-body .i_partner {
    padding: 10px 0;
  }
  #index-body .i_news {
    padding: 50px 0;
  }
  #index-body .i_news .news_wrap {
    margin-top: 30px;
  }
  #index-body .i_news .news_wrap .img {
    width: 45%;
  }
  #index-body .i_news .news_wrap .img .swiper-slide {
    margin: 0;
  }
  #index-body .i_news .news_wrap .img .swiper-slide-active {
    transform: scale(1);
  }
  #index-body .i_news .news_wrap .img .swiper-slide-next {
    transform: scale(1);
  }
  #footer ul li {
    margin-bottom: 30px;
  }
  #footer ul .contant,
  #footer ul .form {
    width: 50%;
  }
  #footer ul .quick,
  #footer ul .product {
    width: 50%;
  }
  #footer ul li:nth-child(3),
  #footer ul li:nth-child(4) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #index-body p {
    width: 100%;
    padding: 0 15px;
  }
  #index-body .i_product_list {
    padding-top: 30px;
  }
  #index-body .i_product_list .init1 {
    margin-bottom: 30px;
  }
  #index-body .i_product_list .init1 .img {
    width: 100%;
  }
  #index-body .i_product_list .init1 .img img {
    width: 90%;
    height: auto;
    margin: 5%;
  }
  #index-body .i_product_list .init1 .content {
    width: 100%;
    padding-left: 0;
  }
  #index-body .i_product_list .init2 .img {
    width: 100%;
  }
  #index-body .i_product_list .init2 .img img {
    width: 90%;
    height: auto;
    margin: 5%;
  }
  #index-body .i_product_list .init2 .content {
    width: 100%;
    padding-right: 0;
  }
  #index-body .i_product_list .init2 .content h2 {
    margin-top: 0;
  }
  #index-body .i_product_list .content h2 {
    margin-bottom: 0;
  }
  #index-body .i_product_list .content p {
    margin: 10px 0 30px;
  }
  #index-body .i_product .swiper-container .swiper-wrapper {
    margin: 20px 0;
  }
  #index-body .i_choose ul {
    margin-top: 20px;
  }
  #index-body .i_choose ul li {
    width: 100%;
    margin: 0 0 20px 0;
    min-height: auto;
  }
  #index-body .i_news .news_wrap {
    margin-top: 30px;
    position: relative;
  }
  #index-body .i_news .news_wrap .img {
    width: 30%;
  }
  #index-body .i_news .news_wrap .img .swiper-slide {
    margin: 0;
  }
  #index-body .i_news .news_wrap .content {
    width: 70%;
  }
  #index-body .i_news .news_wrap .content .swiper-container .swiper-slide {
    padding: 10px 0 0 20px;
  }
  #index-body .i_news .news_wrap .content .swiper-container .swiper-slide h3 {
    font-size: 24px;
    line-height: 18px;
  }
  #index-body .i_news .news_wrap .content .swiper-container .swiper-slide p {
    line-height: 20px;
    margin-top: 10px;
    padding: 0;
  }
  #index-body .i_news .news_wrap .content .swiper-container .swiper-slide .link_src {
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
  }
  #index-body .i_news .news_wrap .content .swiper-container .swiper-button-prev,
  #index-body .i_news .news_wrap .content .swiper-container .swiper-button-next {
    bottom: 0px;
  }
  #index-body .i_news .news_wrap .content .swiper-container .swiper-button-prev {
    left: initial;
    right: 60px;
  }
  #index-body .i_news .news_wrap .content .swiper-container .swiper-button-next {
    left: initial;
    right: 10px;
  }
	#banner .content .contentBox .bannerBox{
		max-width: 100px;
		right: 50px;
	}
	#banner .content .contentBox p{
		display: none;
	}
	#banner .content .contentBox h1 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}
}
@media screen and (max-width: 655px) {
  #footer ul li {
    margin-bottom: 50px;
  }
  #footer ul .contant,
  #footer ul .form {
    width: 100%;
  }
  #footer ul .quick,
  #footer ul .product {
    width: 100%;
  }
  #footer ul li:nth-child(3),
  #footer ul li:nth-child(4) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 500px) {
  #index-body .i_about .advantage li {
    width: 100%;
  }
  #index-body .i_certificate .swiper-container {
    margin-top: 0;
  }
  #index-body .i_news .news_wrap .img {
    width: 100%;
  }
  #index-body .i_news .news_wrap .img .swiper-slide {
    margin: 0;
  }
  #index-body .i_news .news_wrap .img .swiper-slide a {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  #index-body .i_news .news_wrap .img .swiper-slide a img {
    width: 100%;
    height: auto;
  }
  #index-body .i_news .news_wrap .img .swiper-slide-active {
    transform: scale(1);
  }
  #index-body .i_news .news_wrap .img .swiper-slide-next {
    transform: scale(1);
  }
  #index-body .i_news .news_wrap .content {
    width: 100%;
    position: initial;
  }
  #index-body .i_news .news_wrap .content .swiper-container {
    position: initial;
    margin-bottom: 40px;
  }
  #index-body .i_news .news_wrap .content .swiper-container .swiper-slide {
    padding: 30px 0 0 0;
    text-align: left;
  }
  #index-body .i_news .news_wrap .content .swiper-container .swiper-button-prev,
  #index-body .i_news .news_wrap .content .swiper-container .swiper-button-next {
    width: 30px;
    height: 30px;
    background: none;
    border-radius: 50%;
    border: 2px solid #333333;
    font-size: 24px;
    text-align: center;
    line-height: 26px;
    transition: 0.3s ease;
    top: initial;
    right: initial;
    bottom: -20px;
    left: initial;
  }
  #index-body .i_news .news_wrap .content .swiper-container .swiper-button-prev:hover,
  #index-body .i_news .news_wrap .content .swiper-container .swiper-button-next:hover {
    background: #333333;
    color: #FFFFFF;
  }
  #index-body .i_news .news_wrap .content .swiper-container .swiper-button-prev {
    padding-right: 4px;
    left: 40%;
  }
  #index-body .i_news .news_wrap .content .swiper-container .swiper-button-next {
    left: 50%;
  }
}

.inner-page .grid-box {
  margin: 0 -15px;
}
.inner-page .grid-box>.column,
.inner-page .grid-box .swiper-slide.column{
  padding: 0 15px;
}
.i-product {
  padding: 132px 0 166px;
}
.i-product .i-tit {
  color: #1b1b1b;
}
.i-product .pro-list {
  margin-top: 69px;
}
.i-product .pro-list > .column {
  margin-bottom: 19px;
}
.i-product .pro-list .column .img-box{
  border: 1px solid #eee;
  text-align: center;
}
.i-product .pro-list .con-box {
  position: relative;
  z-index: 10;
}
.i-product .pro-list .column .img-box a{
  width: 100%;height: auto;
}
.i-product .pro-list .column .img-box a img{
  width: 100%;height: auto;
}
.i-product .pro-list .con-box a:hover {
  color: #eb2328!important;
}
.i-product .pro-list .con-box .inner-box {
  background: #eee;
  padding: 5px 10px;
  text-align: center;
}
.i-product .pro-list .con-box .inner-box .tit a {
  display: block;
  color: #1b1b1b;
  font-size: 20px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i-product .pro-list .con-box .inner-box .abst {
  margin: 12px 0 18px;
  color: #9e9c9f;
  font-size: 16px;
  line-height: 28px;
}
.i-product .pro-list .con-box .inner-box .more {
  color: #1b1b1b;
  font-size: 16px;
}
.i-product .pro-list .con-box .inner-box .more .icon {
  margin-left: 14px;
}
.i-whyUs {
  text-align: center;
}
.i-whyUs .why-list {
  margin-top: 64px;
  padding: 0 8%!important;
}
.i-whyUs .why-list > .column {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.i-whyUs .why-list > .column .icon,
.i-whyUs .why-list > .column .tit {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}
.i-whyUs .why-list > .column .icon {
  max-width: 119px;
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #676767;
  color: #676767;
  font-size: 40px;
  height: 119px;
  line-height: 119px;
}
.i-whyUs .why-list > .column .tit {
  color: #676767;
  font-size: 19px;
  text-transform: uppercase;
  margin-top: 21px;
}
.i-whyUs .why-list > .column:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.i-whyUs .why-list > .column:hover .icon {
  color: #eb2328;
  border-color: #eb2328;
}
.i-whyUs .why-list > .column:hover .tit {
  color: #eb2328;
}

@media screen and (max-width: 768px) {
  .f-bot {
    padding: 20px 0;
  }
  .f-bot a {
    display: block;
    line-height: 2em;
  }
}
.inner-banner {
  height: 348px;
  background: url("../images/inner-banner.jpg") no-repeat center;
  background-size: cover;
}
.bread-crumbs {
  font-size: 14px;
  margin-top: 7px;
}
.bread-crumbs,
.bread-crumbs a,
.bread-crumbs span {
  color: white;
}
.bread-crumbs a:hover {
  color: #fff;
  text-decoration: underline;
}
.inner-page .sideBar {
  padding: 25px 0 22px;
  background: #eb2328;
}
.inner-page .sideBar .side-menu {
  position: relative;
  margin-top: 15px;
}
.inner-page .sideBar .side-menu .nowCat {
  background: #333333 url("../images/sidebar-line.png") no-repeat 93% center;
  cursor: pointer;
  width: 226px;
  height: 40px;
  line-height: 40px;
  display: block;
  padding-left: 15px;
  color: white;
  font-size: 16px;
  border: 1px solid white;
  text-transform: capitalize;
}
.inner-page .sideBar .side-menu .cat-list {
  display: none;
  z-index: 111;
  position: absolute;
  width: 100%;
  padding: 10px 0;
  background: #333;
  left: 0;
  top: 100%;
}
.inner-page .sideBar .side-menu .cat-list li {
  padding: 6px 12px 6px 16px;
}
.inner-page .sideBar .side-menu .cat-list li a {
  display: block;
  color: white;
  padding: 5px;
}
.inner-page .sideBar .side-menu .cat-list li a:hover {
  color: #fff;
  text-decoration: underline;
}
.inner-page .inner-main-tit {
  text-align: left;
  color: white;
}
.inner-page .inner-main-tit .nowTit {
  font-size: 34px;
  text-transform: capitalize;
}
.about-page .a-tit {
  font-size: 29px;
  color: #000;
  text-transform: uppercase;
}
.about-page .a-txt p {
  color: #000000;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 27px;
}
.about-page .inner-main-box {
  padding: 90px 0 51px;
  background: #fbfbfb;
}
.about-page .inner-main-box .a-tit {
  margin: 47px 0 24px;
}
.about-page .a-factory .swiper-slide img {
  width: 100%;
}
.about-page .a-whyUs {
  padding: 111px 0;
  background: #fbfbfb;
}
.about-page .a-whyUs .a-txt {
  margin: 60px 0 73px;
}
.about-page .a-whyUs .why-list {
  padding: 0!important;
}
.product-page .i-product {
  padding: 11px 0 88px;
}
.m-page {
  text-align: center;
  padding: 45px 0;
  font-size: 14px;
}
.m-page span,
.m-page a {
  margin: 0 1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 31px;
  background-image: -moz-linear-gradient(top, #575e63, #404549);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #575e63, #404549);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#575e63, endColorstr=#404549, GradientType='0');
  /* IE*/
  color: #fff;
}
.m-page a:hover,
.m-page .current,
.m-page .active {
  background-image: -moz-linear-gradient(top, #566f82, #3e505e);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#566f82, endColorstr=#3e505e, GradientType='0');
  /* IE*/
}
.prodet-page .prodetTit {
  margin-bottom: 23px;
  color: #121212;
  font-size: 39px;
  text-transform: capitalize;
  text-align: center;
}
.prodet-page .prodet-pics {
  padding: 59px 0 82px;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic {
  width: 40%;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic img {
  margin: 0 auto;
  width: 100%;
  border: 1px solid #eee;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul {
  margin: 15px -5px 0;
  padding: 0 20px;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow {
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  background: black;
  color: transparent;
  z-index: 1;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow:hover {
  background: #eb2328;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  font-size: 14px;
  font-family: "FontAwesome";
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow.slick-prev {
  left: 5px;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow.slick-next {
  right: 5px;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow.slick-prev:after {
  content: "\f104";
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow.slick-next:after {
  content: "\f105";
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul li {
  padding: 0 5px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one {
  padding-left: 5%;
  width: 60%;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .content{
  margin: 30px 0;
}

.prodet-page .prodet-pics .grid.two.column .pro-det-one .images_gelllery .image-gallery li{
  padding: 0;
  width: 20%;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .images_gelllery .image-gallery li a{
  display:inline-block;
  width: 100%;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .images_gelllery .image-gallery li a img{
  width: 100%;height: auto;
}

.prodet-page .prodet-pics .grid.two.column .pro-det-one .proName {
  color: #121212;
  font-size: 39px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proEmail {
  display: inline-block;
  color: #1e1e1e;
  font-size: 17px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proSocial {
  margin: 18px 0 20px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proSocial a {
  margin-right: 6px;
  color: #000;
  font-size: 16px;
  display: inline-block;
  width: 35px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #f2f2f2;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proSocial a:hover {
  background: #eb2328;
  color: #fff;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .pdf-box a {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 40px;
  font-size: 16px;
  background: #eb2328;
  color: white;
  text-align: center;
  border-radius: 5px;
  transition: 0.5s ease;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .pdf-box a:hover{
  background: #333333;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .pdf-box a i {
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .prodet-thumb .image-gallery:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .prodet-thumb .image-gallery li {
  padding: 0;
  float: left;
  width: 20%;
  margin-right: 1.5%;
  background: #fafafa;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .prodet-thumb .image-gallery li:nth-of-type(4n) {
  margin-right: 0;
}
.prodet-page .prodet-det-two {
  padding: 122px 0 146px;
  background: #efefef;
}
.prodet-page .recommand-product {
  padding: 31px 0 133px;
}
.prodet-page .recommand-product .i-product {
  padding: 0;
}
.prodetFeedback {
  padding: 44px 0 64px;
  background: #f2f2f2;
}
.prodetFeedback .innerTit {
  font-size: 32px;
  text-transform: uppercase;
  color: #000;
}
.prodetFeedback .ptForm {
  margin-top: 50px;
}
.prodetFeedback .ptForm label {
  font-size: 16px;
  color: #636363;
  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: #252525;
  font-size: 16px;
  width: 100%;
  outline: none;
  resize: none;
  border: none;
  border-bottom: 1px solid #cccccc;
}
.prodetFeedback .ptForm .fbTop {
  margin-bottom: 62px;
}
.prodetFeedback .ptForm .fbTop li {
  float: left;
  width: 31%;
  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 #eb2328;
}
.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 #eb2328;
}
.prodetFeedback .ptForm input[type="submit"] {
  cursor: pointer;
  text-align: left;
  padding-left: 31px;
  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: uppercase;
  font-size: 16px;
  width: 203px;
  height: 52px;
  border: none;
  background: #eb2328 url("../images/fb-send.png") no-repeat right 10px center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #fff;
}
.prodetFeedback .ptForm input[type="submit"]:hover {
  background-color: #222;
}
.news-page .new-list {
  padding-top: 78px!important;
}
.news-page .new-list li {
  padding-bottom: 52px;
  margin-bottom: 65px;
  border-bottom: 2px solid #777777;
}
.news-page .new-list li:last-child {
  margin-bottom: 0;
}
.news-page .new-list li .new-pic {
  width: 30%;
}
.news-page .new-list li .new-pic a{
  width: 100%;display: inline-block;
  height: auto;
}
.news-page .new-list li .new-pic a img{
  width: 100%;height: auto;
}
.news-page .new-list li .new-con {
  width: 70%;
}
.news-page .new-list li .new-con .tit a {
  height: 48px;
  overflow: hidden;
  display: block;
  color: #777777;
  font-size: 21px;
  line-height: 24px;
}
.news-page .new-list li .new-con .tit a:hover {
  color: #eb2328;
}
.news-page .new-list li .new-con .abst {
  color: #777777;
  font-size: 16px;
  line-height: 27px;
  margin: 25px 0 35px;
}
.news-page .new-list li .new-con .abst a {
  color: #eb2328;
}
.news-page .new-list li .new-con .date span {
  color: #777777;
}
.news-page .new-list li .new-con .date span:last-child {
  margin-left: 20px;
  text-transform: capitalize;
}
.news-page .new-list li:last-child {
  margin-bottom: 50px;
}
.newdet-page .news {
  padding: 50px 0 60px!important;
  color: #777777;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 30px;
  text-align: center;
  color: #222;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 22px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px solid #555;
  padding: 10px 0;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #555;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #555;
  padding: 20px 0 40px;
}
.newdet-page .news .news_contents.page {
  border-bottom: none;
}
.newdet-page .news .news_contents a {
  color: #555;
  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: #555;
  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: #777;
  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-top: 0;
}
.contact-page .c-list-box {
  padding: 70px 0 93px;
  background: #f2f2f2;
}
.contact-page .c-list-box .contactList {
  position: relative;
}
.contact-page .c-list-box .contactList .c-name {
  color: #292929;
  font-size: 39px;
  margin-bottom: 34px;
}
.contact-page .c-list-box .contactList .info {
  line-height: 34px;
  margin-top: 24px;
  font-size: 18px;
  color: #292929;
}
.contact-page .c-list-box .contactList .info i {
  width: 10px;
}
.contact-page .c-list-box .contactList .info .add {
  display: block;
  margin-bottom: 43px;
}
.contact-page .c-list-box .contactList .info .icon {
  color: #000;
  margin-right: 29px!important;
  font-size: 18px;
}
.contact-page .c-list-box .contactList .qr-box {
  position: absolute;
  right: 0;
  top: 70px;
  width: 158px;
  padding: 8px;
  background: #fff;
}
.faq-page .faq-list {
  padding: 20px 0 40px;
}
.faq-page .faq-list dt {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  padding: 16px 30px 14px;
  background-color: #343434;
  font-size: 18px;
  cursor: pointer;
  color: #9e9e9e;
  margin-bottom: 12px;
  transition: 0.5s ease;
  word-break: break-word;
  position: relative;
}
.faq-page .faq-list dt:hover,
.faq-page .faq-list dt.active {
  background: #eb2328;
  color: #fff;
}
.faq-page .faq-list dt i {
  position: absolute;
  right: 10px;
  top: 20px;
}
.faq-page .faq-list dd {
  font-size: 14px;
  line-height: 22px;
  color: #757575;
  padding: 15px 30px;
  margin-bottom: 12px;
  display: none;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
@media screen and (max-width: 768px) {
  .inner-page .sideBar .side-menu {
    float: left;
    margin-top: 10px;
  }
  .inner-banner {
    height: 150px;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-bPic,
  .prodet-page .prodet-pics .grid.two.column .pro-det-one,
  .prodetFeedback .ptForm .fbTop li {
    width: 100%!important;
    padding-left: 0!important;
  }
  .contact-page .c-list-box .contactList .qr-box {
    display: none;
  }
  .prodetFeedback .ptForm .fbTop li {
    margin-bottom: 30px;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-det-one .proName {
    font-size: 19px;
    margin-top: 30px;
  }
}
.button-group .button {
  background: #eb2328 !important;
}

@media screen and (max-width: 1200px){
  .inner-page .inner-main-tit .nowTit {
    font-size: 28px;
  }
  .about-page .a-whyUs {
    padding: 50px 0;
  }
  .i-whyUs .why-list {
    margin-top: 20px;
  }
  .about-page .a-tit {
    font-size: 24px;
  }
  .i-whyUs .why-list > .column .tit {
    font-size: 16px;
  }
  .about-page .a-txt p {
    font-size: 14px;
  }
  .i-whyUs .why-list > .column .icon {
    width: 80px;
    height: 80px;
    font-size: 30px;
    line-height: 80px;
  }
  .i-product .pro-list .con-box .inner-box .tit a {
    font-size: 18px;
  }
  .i-product .pro-list .con-box .inner-box .more {
    font-size: 14px;
  }
  .faq-page .faq-list dt {
    font-size: 16px;
  }
  .grid-box {
    margin: 0 -5px;
  }
  .grid-box>.column, .grid-box .swiper-slide.column {
    padding: 0 5px;
  }
  .i-product .pro-list {
    margin-top: 20px;
  }
  .product-page .i-product {
    padding: 20px 0;
  }
  .m-page {
    padding: 20px 0;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-det-one .proName,.prodet-page .prodetTit,.contact-page .c-list-box .contactList .c-name {
    font-size: 30px;
  }
  .prodetFeedback .innerTit {
    font-size: 28px;
  }
  .prodetFeedback .ptForm input[type="submit"] {
    font-size: 14px;
  }
  .news-page .new-list li .new-con .abst {
    font-size: 14px;
    margin: 15px 0;
  }
  .news-page .new-list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .newdet-page .news .news_title h1 {
    font-size: 24px;
  }
  .contact-page .c-list-box .contactList .info {
    font-size: 16px;
  }
  .news-page .new-list {
    padding-top: 20px !important;
  }
  .prodet-page .prodet-det-two {
    padding: 70px 0;
  }

}
@media screen and (max-width: 1000px){
  .grid-box.four>.column {
    width: 33.3333%;
  }
  .grid-box.five>.column {
    width: 25%;
  }
  .inner-page .sideBar .side-menu {
    display: none;
  }
  .inner-page .inner-main-tit .nowTit {
    font-size: 20px;
  }
  .bread-crumbs {
    font-size: 12px;
  }
  .inner-page .sideBar {
    padding: 10px 0;
  }
  .about-page .inner-main-box {
    padding: 50px 0;
  }
  .about-page .a-whyUs .a-txt {
    margin: 30px 0;
  }
  .i-product .pro-list .con-box .inner-box .tit a {
    font-size: 16px;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-bPic {
    text-align: center;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-bPic img {
    width: auto;
    margin: 0 auto;
  }
  .prodet-page .prodet-det-two {
    padding: 50px 0;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-det-one .pdf-box a {
    font-size: 14px;
  }
  .prodetFeedback .ptForm .fbTop li input {
    height: 44px;
  }
  .prodetFeedback .ptForm .fbBot textarea {
    height: 55px;
  }
  .prodetFeedback .ptForm .fbTop {
    margin-bottom: 20px;
  }
  .news-page .new-list li .new-con .abst {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 48px;
  }
  .news-page .new-list li .new-con .tit a {
    font-size: 18px;
    height: auto;
    max-height: 48px;
  }
  .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;
  }
  .newdet-page .news .news_title h1 {
    font-size: 20px;
  }
  .newdet-page .news {
    padding: 40px 0 !important;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-det-one .proName, .prodet-page .prodetTit, .contact-page .c-list-box .contactList .c-name {
    font-size: 24px;
  }
  .prodetFeedback .innerTit {
    font-size: 20px;
  }
  .prodetFeedback .ptForm label {
    font-size: 14px;
  }
  .prodetFeedback .ptForm .fbTop li {
    margin-bottom: 15px;
  }
  .prodet-page .recommand-product {
    padding: 40px 0;
  }

}

@media screen and (max-width: 700px){
  .inner-page .inner-main-tit .nowTit {
    font-size: 18px;
  }
  .about-page .a-tit {
    font-size: 18px;
  }
  .about-page .a-txt p {
    font-size: 12px;
    line-height: 24px;
  }
  .about-page .a-whyUs .why-list .column {
    width: 50%;
    margin-bottom: 15px;
  }
  .grid-box.four>.column {
    width: 50%;
  }
  .grid-box.five>.column {
    width: 50%;
  }
  .faq-page .faq-list dt {
    font-size: 14px;
    padding: 8px 15px 8px 10px;
  }
  .faq-page .faq-list dt i {
    top: 12px;
  }
  .faq-page .faq-list {
    padding: 20px 0;
  }
  .i-product .pro-list .con-box .inner-box .more {
    font-size: 12px;
  }
  .i-product .pro-list .con-box .inner-box .tit a {
    font-size: 14px;
  }
  table {
    display: inline-block;
    width: 100%;
    overflow-y: auto;
  }
  .news-page .new-list li .new-pic,
  .news-page .new-list li .new-con{
    width: 100%;
  }
  .news-page .new-list li .new-con {
    padding-top: 10px;
  }
  .news-page .new-list li .new-con .tit a {
    font-size: 16px;
  }
  .news-page .new-list li .new-con .abst {
    line-height: 18px;
    margin: 10px 0;
  }
  .newdet-page .news .news_title h1 {
    font-size: 16px;
  }
  .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;
    line-height: 22px;
  }
  .newdet-page .news .news_next a {
    font-size: 13px;
  }
  .contact-page .c-list-box .contactList .c-name {
    font-size: 18px;
  }
  .contact-page .c-list-box {
    padding: 40px 0;
  }
  .contact-page .c-list-box .contactList .info {
    font-size: 14px;
    line-height: 24px;
  }
  .button-group .button:nth-child(2) {
    display: none !important;
  }
  #mapContainer {
    height: 250px !important;
  }
  .prodetFeedback .ptForm .fbBot {
    margin-bottom: 30px;
  }

}


@media screen and (max-width: 1230px){
  .product-page .inner-main-box .i-product .sixteen.wide.column{
    width: 33.33%;
  }
  .product-page .inner-main-box .i-product .pro-list{
    margin-top:30px;
  }
}
@media screen and (max-width: 768px){
  .product-page .inner-main-box .i-product .sixteen.wide.column{
    width: 50%;
  }
  
}
@media screen and (max-width: 414px){
  .product-page .inner-main-box .i-product .sixteen.wide.column{
    width: 400%;
  }

}
.wpulike{display: none;}
#mobile {
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 20;
    height: 100%;
}
#mobile:before {
    content: '';
    width: 200%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.13);
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#mobile .mobile-logo {
    position: absolute;
    left: 100%;
    width: 100vw;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #111;
    -moz-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    display: none;
}
#mobile .mobile-logo img {
    max-height: 30px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}
#mobile #menu-on {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    cursor: hand;
    z-index: 1;
}
#mobile #menu-on i {
    width: 23px;
    height: 2px;
    background: #222;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#mobile #menu-on i.line1 {
    top: 12px;
}
#mobile #menu-on i.line2 {
    top: 19px;
}
#mobile #menu-on i.line3 {
    top: 26px;
}
#mobile .menu-content {
    width: 100%;
    height: 100%;
    display: block;
    background: #222;
    padding: 40px 10% 60px;
    overflow-y: auto;
    color: white;
}
#mobile .menu-content::-webkit-scrollbar {
    width: 3px;
    border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
    display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
    background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
    background-color: #eee;
}
#mobile .menu-content h3 {
    font-size: 20px;
    color: inherit;
    text-transform: capitalize;
    margin-bottom: 10px;
}
#mobile .menu-content h3 i {
    font-size: 16px;
    position: relative;
    top: -1px;
}
#mobile .menu-content .menu-logo {
    display: block;
}
#mobile .menu-content .menu-logo img {
    margin: 0 auto;
}
#mobile .menu-content .menu-list {
    margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
    font-size: 15px;
    color: inherit;
    text-transform: uppercase;
    line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
    padding: 8px 0;
    display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
    color: #006eb3;
    text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
    position: relative;
    padding-left: 15px;
    font-size: 13px;
    line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
    content: '';
    width: 6px;
    height: 1px;
    background: white;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
    padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
    width: 12px;
}
#mobile .menu-content .mob-search form {
    position: relative;
}
#mobile .menu-content .mob-search form input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    border: none;
    padding: 0 15px;
    font-size: 14px;
    color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
    width: 45px;
    height: 45px;
    background: url("../images/icon-search-white.png") no-repeat center center #222;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
}
#mobile .menu-content .mob-yuy {
    margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
    margin-bottom: 10px;
    color: inherit;
    font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
    max-width: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background: #333;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: white;
    font-size: 14px;
    margin-right: 3px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
    background: #006eb3;
}
#mobile .menu-content #menu-off {
    margin-top: 40px;
    cursor: pointer;
    cursor: hand;
}
#mobile.active {
    right: 0;
}
#mobile.active:before {
    left: 0;
}
#mobile.active #menu-on i.line1 {
    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -moz-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotateZ(45deg);
    -o-transform: translateX(-50%) rotateZ(45deg);
    transform: translateX(-50%) rotateZ(45deg);
    top: 12px;
    margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
    opacity: 0;
}
#mobile.active #menu-on i.line3 {
    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -moz-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotateZ(-45deg);
    -o-transform: translateX(-50%) rotateZ(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
    top: 28px;
    margin-left: 3px;
}
#mobile.white .mobile-logo {
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: white;
}
#mobile.white .menu-content {
    background: white;
    color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
    background: black;
}
#mobile.white .menu-content .mob-search form input {
    border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
	#mobile #menu-on {
        left: 100%;
    }
    #mobile {
        left: -280px;
    }
    #mobile:before {
        right: 100%;
        left: auto;
    }
    #mobile.active {
        left: 0;
    }
    #mobile.active:before {
        left: auto;
        right: 0;
    }
    #mobile .mobile-logo {
        display: block;
    }
}