/* 字体引入 */
/*@font-face {*/
/*  font-family: 'arial';*/
/*  font-display: swap;*/
/*  src: url('../fonts/regular.ttf');*/
/*}*/
@font-face {
  font-family: 'b';
  font-display: swap;
  src: url('../fonts/bold.otf');
}
@font-face {
  font-family: 'l';
  src: url('../fonts/light.otf');
}
/* 网站基本宽度（注意修改） */
.container {
  max-width: 1430px;
  padding: 0 15px;
}
#header .h-top .h-top-l {
  width: 50%;
  height: 40px;
  background: #333333;
}
#header .h-top .h-top-l .inner {
  max-width: 700px;
  width: 100%;
  font-size: 0;
  padding-left: 20px;
}
#header .h-top .h-top-l .inner p {
  display: inline-block;
  font: 12px/40px r;
  color: #fff;
  padding-left: 25px;
  margin-left: 50px;
}
#header .h-top .h-top-l .inner p:first-child {
  margin-left: 0;
  background: url(../images/tel.png) left center no-repeat;
}
#header .h-top .h-top-l .inner p:nth-of-type(2) {
  background: url(../images/email.png) left center no-repeat;
}
#header .h-top .h-top-l .inner p:nth-of-type(3) {
  background: url(../images/time.png) left center no-repeat;
}
#header .h-top .h-top-r {
  width: 50%;
  height: 40px;
  background: #333333;
}
#header .h-top .h-top-r .inner {
  max-width: 700px;
  width: 100%;
  font-size: 0;
}
#header .h-top .h-top-r .inner .h-lan {
  margin-left: 40px;
  margin-right: 20px;
  position: relative;
}
#header .h-top .h-top-r .inner .h-lan::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  background: #474747;
}
#header .h-top .h-top-r .inner .h-lan > li {
  position: relative;
}
#header .h-top .h-top-r .inner .h-lan > li > a {
  display: block;
  font: 12px/40px r;
  color: #898989;
  padding-left: 35px;
  background: url(../images/header-en.jpg) left center no-repeat;
}
#header .h-top .h-top-r .inner .h-lan > li > a i {
  margin-left: 5px;
}
#header .h-top .h-top-r .inner .h-lan > li ul {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  width: 100px;
  left: 0;
  top: 100%;
  z-index: 9999;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
  display: none;
}
#header .h-top .h-top-r .inner .h-lan > li ul li a {
  display: block;
  font: 14px/35px r;
  color: #333;
  padding-left: 15px;
  text-transform: capitalize;
}
#header .h-top .h-top-r .inner .share {
  font-size: 0;
}
#header .h-top .h-top-r .inner .share li {
  display: inline-block;
  margin-left: 18px;
}
#header .h-top .h-top-r .inner .share li:first-child {
  margin-left: 0;
}
#header .h-top .h-top-r .inner .share li i {
  font-size: 18px;
  color: #b5b5b5;
  line-height: 40px;
}
#header .nav {
  height: 110px;
  background: #fff;
}
#header .nav .container {
  position: relative;
  z-index: 999;
  padding: 10px 15px 0;
  background: #fff;
}
#header .nav .container .logo {
  margin-left: 25px;
  margin-top: 10px;
}

.menu-box {padding-top:5px;}
#header .nav .container .cont-link {
  display: block;
  width: 129px;
  height: 44px;
  background: #67af31;
  margin-top: 14px;
  font: 16px/44px b;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
#header .nav .container .search-btn {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #fb3b33 url(../images/search.png) center center no-repeat;
  border: none;
  outline: none;
  margin: 20px 25px 0 55px;
}
#header .nav .container .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .container .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .container .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .container .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 24px;
  font-family: r;
  color: #000;
  padding: 10px 0;
}
#header .nav .container .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .container .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .container .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .nav .container .toggle-btn {
  border: none;
  outline: none;
  background-color: transparent;
  width: 46px;
  position: absolute;
  left: 15px;
  top: 18px;
  display: none;
}
#header .nav .container .toggle-btn span {
  display: block;
  height: 1px;
  background: #333;
  margin-bottom: 11px;
  transition: 500ms;
}
#header .nav .container .toggle-btn.active span:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 13% top;
}
#header .nav .container .toggle-btn.active span:nth-of-type(2) {
  opacity: 0;
}
#header .nav .container .toggle-btn.active span:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 13% top;
}
#header .nav .container .menu-box .menu::after {
  content: "";
  display: table;
  clear: both;
}
#header .nav .container .menu-box .menu > li {
  float: left;
  position: relative;
  margin-left: 35px;
}
#header .nav .container .menu-box .menu > li:first-child {
  margin-left: 0;
}
#header .nav .container .menu-box .menu > li > a {
  font: 18px/77px r;
  color: #333333;
  text-transform: uppercase;
}
#header .nav .container .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
  z-index: 101;
  overflow: hidden;
  display: none;
}
#header .nav .container .menu-box .menu > li .sub-menu li a {
  color: #fff;
  font: 16px/30px r;
  display: block;
  transition: 300ms;
  text-align: center;
  text-transform: capitalize;
}
#header .nav .container .menu-box .menu > li .sub-menu li a:hover {
  background-color: #333;
}
#header .toggle-nav {
  position: fixed;
  left: -270px;
  top: 0;
  padding-top: 80px;
  width: 270px;
  height: 100%;
  background-color: #fff;
  overflow: auto;
  transition: 300ms;
  display: none;
  z-index: 998;
}
#header .toggle-nav.open {
  left: 0;
}
#header .toggle-nav .menu > li {
  padding: 0 15px;
}
#header .toggle-nav .menu > li > a {
  display: block;
  font: 18px/40px r;
  color: #333;
  text-transform: uppercase;
}
#header .toggle-nav .menu > li .sub-menu > li > a {
  display: block;
  font: 16px/35px r;
  color: #333;
  padding-left: 15px;
  text-transform: uppercase;
}
#header .toggle-nav .search-box2 {
  padding: 15px;
}
#header .toggle-nav .search-box2 input {
  width: 80%;
  height: 40px;
  border: none;
  font: 16px r;
  color: #000;
  padding-left: 15px;
  background-color: #ccc;
}
#header .toggle-nav .search-box2 button {
  width: 20%;
  height: 40px;
  border: none;
  background-color: #333;
}
#header .toggle-nav .search-box2 button i {
  font-size: 18px;
  color: #fff;
}
#header .toggle-nav .h-lan2 {
  padding: 10px;
}
#header .toggle-nav .h-lan2 .title {
  font: 18px/20px r;
  color: #333;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#header .toggle-nav .h-lan2 .link {
  display: flex;
  justify-content: space-around;
}
#header .toggle-nav .h-lan2 .link a {
  font: 16px/30px r;
  color: #333;
  padding-left: 40px;
  text-transform: uppercase;
}
#header .toggle-nav .h-lan2 .link a:nth-of-type(1) {
  background: url(../images/en.png) left center no-repeat;
}
#header .toggle-nav .h-lan2 .link a:nth-of-type(2) {
  background: url(../images/cn.png) left center no-repeat;
}
.index-banner #banner .swiper-slide {
  height: 960px;
  background: url(/wp-content/uploads/2020/03/banner1-1.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.index-banner #banner .swiper-slide .container {
  position: relative;
  height: 100%;
}
.index-banner #banner .swiper-slide .container .inner {
  position: absolute;
  width: 100%;
  left: 0;
  top: 65%;
  transform: translateY(-50%);
  padding-left: 15px;
}
.index-banner #banner .swiper-slide .container .inner p:nth-of-type(1) {
  font: 18px arial;
  color: #fff;
  margin-bottom: 70px;
}
.index-banner #banner .swiper-slide .container .inner p:nth-of-type(2) {
  font: bold 80px arial;
  color: #fb3b33;
  text-transform: uppercase;
  margin-bottom: 70px;
}
.index-banner #banner .swiper-slide .container .inner p:nth-of-type(2) span {
  color: #fff;
}
.index-banner #banner .swiper-slide .container .inner a {
  display: block;
  width: 120px;
  height: 36px;
  border: 1px solid #fff;
  font: 16px/34px arial;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  transition: 300ms; 
	background:red;
}
.index-banner #banner .swiper-slide .container .inner a:hover {
  background: #666666;
}
.index-banner #banner #banner-prev,
.index-banner #banner #banner-next {
  background-image: none;
  width: 40px;
  height: 80px;
  opacity: 1;
  background: rgba(0,0,0,.6);
  text-align: center;
}
.index-banner #banner #banner-prev i,
.index-banner #banner #banner-next i{
	color: #fff;
	font-size: 25px;
	line-height: 80px;
}
.index-product {
  background: url(../images/ipbg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
.index-product h2,
.index-product h1 {
  font: 24px arial;
  color: #333333;
  position: absolute;
  left: 13.5%;
  top: 180px;
}
.index-product #ip .swiper-slide {
  height: 960px;
}
.index-product #ip .swiper-slide .container {
  position: relative;
  height: 100%;
}
.index-product #ip .swiper-slide .container .inner-text {
  position: absolute;
  max-width: 345px;
  width: 100%;
  padding-left: 15px;
  left: 0;
  top: 39%;
}
.index-product #ip .swiper-slide .container .inner-text p:nth-of-type(1) {
  font: bold 48px arial;
  color: #fb3b33;
  margin-bottom: 35px;
}
.index-product #ip .swiper-slide .container .inner-text p:nth-of-type(1) span {
  color: #333333;
}
.index-product #ip .swiper-slide .container .inner-text p:nth-of-type(2) {
  font: 16px/28px arial;
  color: #333333;
  margin-bottom: 90px;
}
.index-product #ip .swiper-slide .container .inner-text a {
  display: block;
  width: 120px;
  height: 36px;
  border-radius: 18px;
  background: #126ace;
  font: 16px/36px arial;
  color: #fff;
  text-align: center;
  box-shadow: 0px 5px 15px rgba(18, 106, 206, 0.5);
}
.index-product #ip .swiper-slide .container .inner-img {
  position: absolute;
  left: 35%;
  top: 35%;
}
.index-product #ip #ip-prev,
.index-product #ip #ip-next {
  background-image: none;
  width: 40px;
  height: 80px;
  opacity: 1;
	background: rgba(0,0,0,.6);
  text-align: center;
}
.index-product #ip #ip-prev i,
.index-product #ip #ip-next i{
	color: #fff;
	font-size: 25px;
	line-height: 80px;
}
.index-about {
  height: 960px;
  background: url(../images/iabg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.index-about .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.index-about .container h2,
.index-about .container h1 {
  font: 24px arial;
  color: #fff;
  margin-bottom: 80px;
}
.index-about .container .left {
  width: 52%;
  padding-right: 215px;
}
.index-about .container .left > p:nth-of-type(1) {
  font: bold 48px/75px arial;
  color: #fff;
  margin-bottom: 25px;
}
.index-about .container .left > p:nth-of-type(1) span {
  color: #fb3b33;
}
.index-about .container .left > p:nth-of-type(2) {
  font: 16px/28px arial;
  color: #999999;
  margin-bottom: 40px;
}
.index-about .container .left .ycnylon{
  font: 16px/28px arial;
  color: #999999;
  margin-bottom: 40px;
}
.ui h1{
font-size:28px;
}
.index-about .container .left .ycnylon h1{
   font-size:16px;
   display:inline;
   color: #999999;

}
.index-about .container .left ul {
  font-size: 0;
  margin-bottom: 45px;
}
.index-about .container .left ul li {
  display: inline-block;
  text-align: center;
  margin-right: 50px;
}
.index-about .container .left ul li:last-of-type {
  margin-right: 0;
}
.index-about .container .left ul li:nth-of-type(1) .icon {
  background: rgba(255, 255, 255, 0.3) url(../images/iaicon1.png) center center no-repeat;
}
.index-about .container .left ul li:nth-of-type(2) .icon {
  background: rgba(255, 255, 255, 0.3) url(../images/iaicon2.png) center center no-repeat;
}
.index-about .container .left ul li:nth-of-type(3) .icon {
  background: rgba(255, 255, 255, 0.3) url(../images/iaicon3.png) center center no-repeat;
}
.index-about .container .left ul li .icon {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  margin-bottom: 20px;
}
.index-about .container .left ul li p {
  font: 16px arial;
  color: #fff;
}
.index-about .container .left > a {
  display: block;
  width: 120px;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #666666;
  font: 16px/36px arial;
  color: #fff;
  text-align: center;
}
.index-about .container .right {
  width: 48%;
  padding: 30px;
  position: relative;
}
.index-about .container .right img {
  width: 100%;
}
.index-about .container .right:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: #fb3b33;
  z-index: -1;
  left: 0;
  bottom: 0;
}
.index-about .container .right:before {
  content: "";
  position: absolute;
  width: 300px;
  height: 200px;
  background: #fb3b33;
  z-index: -1;
  right: 0;
  top: 0;
}
.index-news {
  height: 960px;
  background: #e6e6e6;
}
.index-news .container {
  height: 100%;
  position: relative;
}
.index-news .container h2,
.index-news .container h1 {
  font: 24px arial;
  color: #333333;
  position: absolute;
  left: 15px;
  top: 20px;
}
.index-news .container .list {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-news .container .list li {
  height: 100%;
  flex: 1;
  padding: 0 50px;
  transition: 300ms;
}
.index-news .container .list li:hover {
  background: #1e7fe9;
}
.index-news .container .list li:hover .inner p:nth-of-type(1),
.index-news .container .list li:hover .inner p:nth-of-type(3) {
  color: #fff;
}
.index-news .container .list li .inner {
  position: relative;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index-news .container .list li .inner p:nth-of-type(1) {
  font: 18px arial;
  color: #333333;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 30px;
}
.index-news .container .list li .inner p:nth-of-type(1)::after {
  content: "";
  position: absolute;
  width: 33px;
  height: 2px;
  background: #fb3b33;
  left: 0;
  bottom: 0;
}
.index-news .container .list li .inner p:nth-of-type(2) {
  font: 18px arial;
  color: #fff;
  margin-bottom: 30px;
}
.index-news .container .list li .inner p:nth-of-type(3) {
  font: 16px/28px arial;
  color: #333333;
}
.index-news .container .list li .inner .img-box {
  margin-top: 40px;
}
.index-news .container .list li .inner .img-box img {
  width: 100%;
}
#footer {
  background: url(../images/footbg.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 170px;
}
#footer .container > p:nth-of-type(1) {
  font: 24px arial;
  color: #fff;
  margin-bottom: 85px;
}
#footer .container > p:nth-of-type(2) {
  font: bold 48px arial;
  color: #fb3b33;
  margin-bottom: 35px;
}
#footer .container > p:nth-of-type(2) span {
  color: #fff;
}
#footer .container > p:nth-of-type(3) {
  font: 16px arial;
  color: #fff;
  margin-bottom: 90px;
}
#footer .container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 110px;
}
#footer .container ul li {
  margin-bottom: 90px;
}
#footer .container ul li:nth-of-type(1) {
  width: 73%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-right: 2px solid #4c4c4c;
}
#footer .container ul li:nth-of-type(1) div:nth-of-type(1) {
  width: 14%;
  font: 24px arial;
  color: #fff;
}
#footer .container ul li:nth-of-type(1) div:nth-of-type(2) {
  width: 86%;
  padding-right: 95px;
}
#footer .container ul li:nth-of-type(1) div:nth-of-type(2) p:nth-of-type(1) {
  font: 18px arial;
  color: #fff;
  margin-bottom: 10px;
}
#footer .container ul li:nth-of-type(1) div:nth-of-type(2) p:nth-of-type(2) {
  font: 18px arial;
  color: #999999;
}
#footer .container ul li:nth-of-type(2) {
  width: 16%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer .container ul li:nth-of-type(2) div:nth-of-type(1) {
  font: 24px arial;
  color: #fff;
}
#footer .container ul li:nth-of-type(2) div:nth-of-type(2) img{
  width: 100px;
  margin-left: 15px;
}
#footer .container ul li:nth-of-type(3) {
  width: 27%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-right: 2px solid #4c4c4c;
}
#footer .container ul li:nth-of-type(3) div:nth-of-type(1) {
  width: 36%;
  font: 24px arial;
  color: #fff;
}
#footer .container ul li:nth-of-type(3) div:nth-of-type(2) {
  width: 64%;
}
#footer .container ul li:nth-of-type(3) div:nth-of-type(2) p:nth-of-type(2n-1) {
  font: 18px arial;
  color: #fff;
  margin-bottom: 10px;
}
#footer .container ul li:nth-of-type(3) div:nth-of-type(2) p:nth-of-type(2) {
  margin-bottom: 35px;
}
#footer .container ul li:nth-of-type(3) div:nth-of-type(2) p:nth-of-type(2n) {
  font: 18px arial;
  color: #999999;
}
#footer .container ul li:nth-of-type(4) {
  width: 67%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer .container ul li:nth-of-type(4) div:nth-of-type(1) {
  width: 14%;
  font: 24px arial;
  color: #fff;
}
#footer .container ul li:nth-of-type(4) .list {
  width: 86%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer .container ul li:nth-of-type(4) .list .item {
  width: 33.33%;
}
#footer .container ul li:nth-of-type(4) .list .item p:nth-of-type(1) {
  font: 18px arial;
  color: #fff;
  margin-bottom: 10px;
}
#footer .container ul li:nth-of-type(4) .list .item p:nth-of-type(2) {
  font: 18px arial;
  color: #999999;
}
#footer .container ul li:nth-of-type(4) .list .item:nth-of-type(1),
#footer .container ul li:nth-of-type(4) .list .item:nth-of-type(2),
#footer .container ul li:nth-of-type(4) .list .item:nth-of-type(3) {
  margin-bottom: 35px;
}
#footer .container .bottom {
  padding-bottom: 30px;
}
#footer .container .bottom p {
  font: 14px arial;
  color: #999999;
}
#footer .container .bottom a {
  font: 14px arial;
  color: #999999;
}
@media (max-width: 1200px) {
  #header .h-top .h-top-l .inner p {
    margin-left: 25px;
  }
  #header .nav .container .logo {
    margin-left: 0;
  }
  #header .nav .container .search-btn {
    margin: 25px 25px 0 25px;
  }
  #header .nav .container .menu-box .menu > li {
    margin-left: 20px;
  }
  .index-banner #banner .swiper-slide {
    height: 600px;
  }
  .index-banner #banner .swiper-slide .container .inner p:nth-of-type(1) {
    margin-bottom: 40px;
  }
  .index-banner #banner .swiper-slide .container .inner p:nth-of-type(2) {
    font-size: 50px;
    margin-bottom: 40px;
  }
  .index-product h1 {
    top: 100px;
  }
  .index-product #ip .swiper-slide {
    height: 600px;
  }
  .index-about .container .left {
    padding-right: 30px;
  }
}
@media (max-width: 992px) {
  #header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
  }
  #header .h-top {
    display: none;
  }
  #header .nav {
    height: auto;
  }
  #header .nav .container {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  }
  #header .nav .container .menu-box {
    display: none;
  }
  #header .nav .container .search-btn {
    display: none;
  }
  #header .nav .container .cont-link {
    display: none;
  }
  #header .nav .container {
    padding: 10px 15px;
  }
  #header .nav .container .logo {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  #header .nav .container .logo img {
    width: 60px;
  }
  #header .nav .container .toggle-btn {
    display: block;
  }
  #header .toggle-nav {
    display: block;
  }
  .index-product h1 {
    left: 0;
    padding-left: 15px;
  }
  .index-product #ip .swiper-slide .container .inner-img {
    display: none;
  }
}
@media (max-width: 768px) {
  .index-banner #banner #banner-prev,
  .index-banner #banner #banner-next {
    display: none;
  }
  .index-product #ip #ip-prev,
  .index-product #ip #ip-next {
    display: none;
  }
  .index-about {
    height: auto;
  }
  .index-about .container {
    position: static;
    transform: translateY(0);
    padding: 60px 15px;
  }
  .index-about .container .left {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .index-about .container h1 {
    margin-bottom: 40px;
  }
  .index-about .container .right {
    width: 100%;
    float: none;
  }
  .index-news {
    height: auto;
    padding: 60px 0;
  }
  .index-news .container {
    height: auto;
  }
  .index-news .container h1 {
    position: static;
    margin-bottom: 60px;
  }
  .index-news .container .list {
    height: auto;
  }
  .index-news .container .list li {
    height: auto;
    flex: auto;
    width: 100%;
    padding: 0;
    margin-bottom: 60px;
  }
  .index-news .container .list li:last-of-type {
    margin-bottom: 0;
  }
  #footer .container ul {
    margin-bottom: 0;
  }
  #footer .container ul li {
    width: 100%!important;
    border: none!important;
  }
  #footer .container ul li div:nth-of-type(1) {
    width: 50%!important;
  }
  #footer .container ul li div:nth-of-type(2) {
    width: 50%!important;
  }
  #footer .container ul li:nth-of-type(4) div:nth-of-type(1) {
    width: 50%!important;
    margin-bottom: 30px;
  }
  #footer .container ul li:nth-of-type(4) .list {
    width: 100%!important;
  }
  #footer .container ul li:nth-of-type(4) .list .item {
    width: 100%!important;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .index-banner #banner .swiper-slide {
    height: 300px;
  }
  .index-banner #banner .swiper-slide .container .inner {
    text-align: center;
    padding: 0;
  }
  .index-banner #banner .swiper-slide .container .inner p:nth-of-type(1) {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .index-banner #banner .swiper-slide .container .inner p:nth-of-type(2) {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .index-banner #banner .swiper-slide .container .inner a {
    margin: 0 auto;
  }
  .index-product h1 {
    display: none;
  }
  .index-product #ip .swiper-slide {
    height: 300px;
  }
  .index-product #ip .swiper-slide .container .inner-text {
    text-align: center;
    max-width: 100%;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .index-product #ip .swiper-slide .container .inner-text p:nth-of-type(1) {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .index-product #ip .swiper-slide .container .inner-text p:nth-of-type(2) {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .index-product #ip .swiper-slide .container .inner-text a {
    margin: 0 auto;
  }
  .index-about .container .right {
    padding: 0;
  }
  .index-about .container .right:before {
    display: none;
  }
  .index-about .container .right:after {
    display: none;
  }
  .index-about .container .left > p:nth-of-type(1) {
    font-size: 20px;
    line-height: 30px;
  }
  #footer {
    padding-top: 60px;
  }
  #footer .container > p:nth-of-type(2) {
    font-size: 25px;
  }
}

.about-page .inner-main-box .init-1{
	margin-bottom: 45px;
}
.about-page .inner-main-box .init-1 .img{
	width: 40%;
}
.about-page .inner-main-box .init-1 .img img{
	width: 100%;
}
.about-page .inner-main-box .init-1 .info{
	width: 60%;
	padding-left: 60px;
}
.about-page .inner-main-box .init-1 .info p:nth-of-type(1){
	font-size: 18px;
}
.about-page .inner-main-box .init-1 .info p:nth-of-type(2){
	font-size: 28px;
	font-weight: bold;
}
.about-page .inner-main-box .init-1 .info p:nth-of-type(3){
	font-size: 42px;
	position: relative;
	font-weight: bold;
	margin-bottom: 20px;
}
.about-page .inner-main-box .init-1 .info p:nth-of-type(3):after{
	content: "";
	position: absolute;
	width: 50px;
	height: 3px;
	background: #014c9d;
	left: 0;
	bottom: 0;
}
.about-page .inner-main-box .init-1 .info p:nth-of-type(4){
	font-size: 18px;
	line-height: 37px;
	margin-bottom: 20px;
}
.about-page .inner-main-box .init-1 .info p:nth-of-type(5){
	font-size: 24px;
	font-weight: bold;
}
.about-page .inner-main-box .init-1 .info p:nth-of-type(6){
	font-size: 24px;
	font-weight: bold;
}
.about-page .inner-main-box .init-2{
	font-size: 18px;
	line-height: 37px;
}


.wpcf7-response-output{
  max-width: 1000px!important;
  margin: 0 auto 40px!important;
}
.grid-box {
    display: inline-block;
    width: 100%;
    margin: 0 -15px;
}

.grid-box>.column,
.grid-box .swiper-slide.column {
    float: left;
    padding: 0 15px;
}

.i-product {
    padding: 132px 0 166px;
}

.i-product .i-tit {
    color: #1b1b1b;
}

.i-product .pro-list {
    margin-top: 29px;
}

.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 .column .img-box img{
	width: 100%;
}

.i-product .pro-list .con-box {
    position: relative;
    z-index: 10;
}

.i-product .pro-list .con-box a:hover {
    color: #004ca1!important;
}

.i-product .pro-list .con-box .inner-box {
    background: #eee;
    padding: 5px 10px;
}

.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: #004ca1;
    border-color: #004ca1;
}

.i-whyUs .why-list>.column:hover .tit {
    color: #004ca1;
}

@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: #004ca1;
}

.inner-page .sideBar .side-menu {
    position: relative;
    margin-top: 15px;
}

.inner-page .sideBar .side-menu .nowCat {
    background: black 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: black;
    left: 0;
    top: 100%;
}

.inner-page .sideBar .side-menu .cat-list li {
    padding: 6px 12px 6px 16px;
    font-size: 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: 24px;
    text-transform: capitalize;
}


.about-page img{
	width: 100%;
}
.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: #fff;
}

.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;
}
.product-page .i-product .ui p{
font-size: 16px;
    line-height: 30px;
}

.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%!important;
  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: #004ca1;
}
.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;
  width: 25%;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul li img{
	width: 100%;
}
.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 .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: #004ca1;
  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: #004ca1;
  color: white;
  text-align: center;
  border-radius: 5px;
}
.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 #004ca1;
}

.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 #004ca1;
}

.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: #004ca1 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-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: #004ca1;
}

.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: #004ca1;
}

.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;
    font-size: 16px;
}

.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: #004ca1;
    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;
}

#cs {
    width: 100%;
    margin-bottom: 30px;
}

#cs tr td {
    font-size: 16px;
    padding: 5px;
    border: 1px solid #000;
}

.about-page .inner-main-box p {
    font-size: 16px;
}

.wpulike {
    display: inline-block;
    margin-right: 15px;
}

.m-form-l {
    padding: 60px 0;
}

.m-form-l li {
    margin-bottom: 20px;
    text-align: center;
}

.m-form-l li input {
    height: 40px;
    width: 60%;
    font: 16px r;
    padding-left: 15px;
}

.m-form-l li textarea {
    width: 60%;
    height: 100px;
    font: 16px/40px r;
    padding-left: 15px;
}

.m-form-l li label {
    display: inline-block;
    width: 200px;
    font: 16px r;
}

.m-form-l .yzm input {
    width: 55%;
}

.m-form-l .pcsb input {
    width: 200px;
    height: 40px;
    border: none;
    outline: none;
    background-color: #000;
    font: 16px r;
    color: #fff;
}

#banner #banner-page {
    width: auto;
    right: 285px;
    left: auto;
    top: 40%;
}

#banner .swiper-pagination-bullet {
    background: none;
    width: auto;
    height: auto;
    font: 20px r;
    color: #fff;
    opacity: 1;
    margin-right: 120px;
    position: relative;
}

#banner .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

#banner .swiper-pagination-bullet:nth-of-type(1)::after {
    content: "";
    width: 80px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 35px;
    top: 25px;
}

#banner .swiper-pagination-bullet-active {
    background: none;
    color: #fb3b33;
}

#ip #ip-page {
    width: auto;
    right: 285px;
    left: auto;
    top: 40%;
}

#ip .swiper-pagination-bullet {
    background: none;
    width: auto;
    height: auto;
    font: 20px r;
    color: #999999;
    opacity: 1;
    margin-right: 120px;
    position: relative;
    display: none;
}

#ip .swiper-pagination-bullet:nth-of-type(1) {
    display: inline-block;
}

#ip .swiper-pagination-bullet:last-child {
    margin-right: 0;
    display: inline-block;
}

#ip .swiper-pagination-bullet:nth-of-type(1)::after {
    content: "";
    width: 80px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 35px;
    top: 25px;
}

#ip .swiper-pagination-bullet-active {
    background: none;
    color: #fb3b33;
}

@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: #004ca1 !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;
    }
    .about-page .inner-main-box .init-1 .img{
      width: 100%;
      float: none;
      margin-bottom: 40px;
    }
    .about-page .inner-main-box .init-1 .info{
      width: 100%;
      float: none;
      padding: 0;
    }
}

@media (max-height:800px) {
    #main>.swiper-wrapper>.swiper-slide:nth-of-type(1) #banner .swiper-slide .container {
        padding-top: 100px;
    }
    #main>.swiper-wrapper>.swiper-slide:nth-of-type(2) #ip .swiper-slide .container {
        padding-top: 100px;
    }
    #main>.swiper-wrapper>.swiper-slide:nth-of-type(3) .container {
        padding-top: 100px;
    }
    #main>.swiper-wrapper>.swiper-slide:nth-of-type(3) .container .title {
        margin-bottom: 100px;
    }
    #main>.swiper-wrapper>.swiper-slide:nth-of-type(3) .container .right {
        width: 40%;
    }
    #main>.swiper-wrapper>.swiper-slide:nth-of-type(4) .container #in .list li {
        padding-top: 100px;
    }
    #main>.swiper-wrapper>.swiper-slide:nth-of-type(4) .container .title {
        display: none;
    }
    .foot-container {
        padding-top: 100px;
    }
    .foot-container .title p:nth-of-type(1) {
        display: none;
    }
    .foot-container .list li {
        margin-bottom: 40px;
    }
}