/* 字体引入 */
@font-face {
  font-family: 'lo';
  src: url('../fonts/Lobster.ttf');
}

.container {
  box-sizing: content-box;
  padding: 0 15px;
  transition: 300ms ease;
}
body {
  font-family: arial;
}

#m-header-wrapper {
  display: none;
}
#m-header-wrapper .overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
#m-header-wrapper .m-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 45px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  transition: 300ms;
}
#m-header-wrapper .m-header.active {
  left: 200px;
}
#m-header-wrapper .m-header .container {
  height: 100%;
  position: relative;
}
#m-header-wrapper .m-header .container .toggle-btn {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
#m-header-wrapper .m-header .container .toggle-btn span {
  display: block;
  width: 20px;
  height: 2px;
  background: #333;
  margin-bottom: 5px;
  transition: 300ms;
}
#m-header-wrapper .m-header .container .toggle-btn span:last-of-type {
  margin-bottom: 0;
}
#m-header-wrapper .m-header .container .toggle-btn.active span:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: left center;
}
#m-header-wrapper .m-header .container .toggle-btn.active span:nth-of-type(2) {
  opacity: 0;
}
#m-header-wrapper .m-header .container .toggle-btn.active span:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: left center;
}
#m-header-wrapper .m-header .container .logo {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#m-header-wrapper .m-header .container .logo img {
  width: 90px;
}
#m-header-wrapper .m-toggle-nav {
  position: fixed;
  width: 200px;
  height: 100%;
  left: -200px;
  top: 0;
  overflow-y: auto;
  background: #333;
  z-index: 9999;
  transition: 300ms;
  padding: 15px 0;
}
#m-header-wrapper .m-toggle-nav.active {
  left: 0;
}
#m-header-wrapper .m-toggle-nav h1 {
  font: 14px sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 0 15px 20px;
}
#m-header-wrapper .m-toggle-nav h1 .icon {
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
}
#m-header-wrapper .m-toggle-nav .menu-box {
  padding-bottom: 25px;
}
#m-header-wrapper .m-toggle-nav .menu-box .menu > li > a {
  display: block;
  font: 12px/40px sans-serif;
  color: #fff;
  padding-left: 15px;
  text-transform: uppercase;
  position: relative;
}
#m-header-wrapper .m-toggle-nav .menu-box .menu > li > a i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
  display: none;
  transition: 300ms;
}
#m-header-wrapper .m-toggle-nav .menu-box .menu > li > a i.active {
  transform: translateY(-50%) rotate(180deg);
}
#m-header-wrapper .m-toggle-nav .menu-box .menu > li .sub-menu {
  background: #000;
  padding: 5px 0;
  display: none;
}
#m-header-wrapper .m-toggle-nav .menu-box .menu > li .sub-menu li a {
  display: block;
  font: 12px/40px sans-serif;
  padding-left: 15px;
  color: #fff;
  text-transform: uppercase;
}
#m-header-wrapper .m-toggle-nav .search-box {
  padding: 15px 15px 35px;
  position: relative;
}
#m-header-wrapper .m-toggle-nav .search-box input[type="text"] {
  width: 100%;
  height: 30px;
  border: none;
  outline: none;
  padding: 0 40px 0 10px;
  font: 12px sans-serif;
  color: #333;
}
#m-header-wrapper .m-toggle-nav .search-box button {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
  border: none;
  outline: none;
  text-align: center;
  background: #000;
}
#m-header-wrapper .m-toggle-nav .search-box button i {
  font-size: 12px;
  line-height: 30px;
  color: #fff;
}
#m-header-wrapper .m-toggle-nav .lan h1 {
  padding-bottom: 10px;
  position: relative;
}
#m-header-wrapper .m-toggle-nav .lan h1 i.fa-angle-down {
  position: absolute;
  right: 15px;
  top: 1px;
  font-size: 16px;
  color: #fff;
  transition: 300ms;
}
#m-header-wrapper .m-toggle-nav .lan h1 i.fa-angle-down.active {
  transform: rotate(180deg);
}
#m-header-wrapper .m-toggle-nav .lan ul {
  background: #000;
  display: none;
}
#m-header-wrapper .m-toggle-nav .lan ul li a {
  display: block;
  font: 12px/30px sans-serif;
  color: #fff;
  padding-left: 15px;
}
#header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 20px 0;
  z-index: 99;
}
#header.inner-header {
  padding: 35px 0;
  background: #fff;
  position: static;
}
#header .container {
  max-width: 1775px;
}
#header .container .header-right {
  margin-top: 25px;
}
#header .container .header-right .search-btn {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #e72311 url(../images/search.png) center center no-repeat;
  cursor: pointer;
}
#header .container .header-right .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .container .header-right .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .container .header-right .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .container .header-right .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 .container .header-right .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .container .header-right .h-lan {
  position: relative;
  margin: 0 45px 0 80px;
}
#header .container .header-right .h-lan:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  background: #2d2d2d;
  right: -20px;
  top: -2px;
}
#header .container .header-right .h-lan .toggle {
  font-size: 14px;
  color: #e72311;
  text-transform: uppercase;
  cursor: pointer;
}
#header .container .header-right .h-lan .toggle img {
  vertical-align: middle;
  margin-right: 8px;
}
#header .container .header-right .h-lan .children {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: .3s;
  z-index: 99;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#header .container .header-right .h-lan .children a {
  display: block;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  background: #e72311;
  padding: 0 15px;
  transition: .3s;
}
#header .container .header-right .h-lan .children a:hover {
  background: #333;
}
#header .container .header-right .h-lan:hover .children {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
#header .container .header-right .menu-box .menu > li {
  display: inline-block;
  margin-right: 50px;
  position: relative;
}
#header .container .header-right .menu-box .menu > li:last-of-type {
  margin-right: 0;
}
#header .container .header-right .menu-box .menu > li > a {
  font-size: 18px;
  color: #181818;
  text-transform: capitalize;
}
#header .container .header-right .menu-box .menu > li .sub-menu {
  position: absolute;
  width: 200px;
  left: 0;
  top: 100%;
  background: #e72311;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: .3s;
  z-index: 99;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#header .container .header-right .menu-box .menu > li .sub-menu li a {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  padding: 10px 15px;
  transition: .3s;
}
#header .container .header-right .menu-box .menu > li .sub-menu li a:hover {
  background: #333;
}
#header .container .header-right .menu-box .menu > li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
#index-banner #banner .swiper-slide {
  height: 1010px;
  position: relative;
}
#index-banner #banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#index-banner #banner .swiper-slide .text {
  position: absolute;
  max-width: 550px;
  width: 100%;
  left: 11%;
  top: 50%;
  transform: translateY(-50%);
}
#index-banner #banner .swiper-slide .text h3 {
  font-size: 14px;
  color: #e72311;
  text-transform: uppercase;
  letter-spacing: 5px;
}
#index-banner #banner .swiper-slide .text h2 {
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
  color: #e72311;
  margin: 25px 0;
}
#index-banner #banner .swiper-slide .text p {
  font-size: 16px;
  line-height: 28px;
  color: #3c3c3c;
}
#index-banner #banner .swiper-slide .text .link {
  font-size: 0;
  margin-top: 35px;
}
#index-banner #banner .swiper-slide .text .link a {
  display: inline-block;
  width: 134px;
  height: 46px;
  border: 1px solid #e72311;
  font-size: 16px;
  color: #e72311;
  line-height: 44px;
  text-align: center;
  text-transform: capitalize;
  transition: .3s;
}
#index-banner #banner .swiper-slide .text .link a:first-child {
  margin-right: 20px;
}
#index-banner #banner .swiper-slide .text .link a:hover,
#index-banner #banner .swiper-slide .text .link a.active {
  background: #e72311;
  color: #fff;
}
#index-body .i-about .grid-box .column {
  height: 695px;
  position: relative;
}
#index-body .i-about .grid-box .column .column-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#index-body .i-about .grid-box .column .border {
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  background: url(../images/i-about-2.jpg) no-repeat;
  background-size: 100% 100%;
}
#index-body .i-about .grid-box .column .column-content {
  max-width: 760px;
  padding: 0 20px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#index-body .i-about .grid-box .column:nth-of-type(2) .column-content {
  text-align: center;
}
#index-body .i-about .grid-box .column:nth-of-type(2) .column-content h2 {
  font-size: 34px;
  color: #e72311;
  font-weight: bold;
  text-transform: uppercase;
  margin: 30px 0 50px;
  position: relative;
}
#index-body .i-about .grid-box .column:nth-of-type(2) .column-content h2:after {
  content: "";
  position: absolute;
  width: 69px;
  height: 2px;
  background: #e72311;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -25px;
}
#index-body .i-about .grid-box .column:nth-of-type(2) .column-content p {
  font-size: 16px;
  color: #333232;
  line-height: 28px;
  margin-bottom: 45px;
}
#index-body .i-about .grid-box .column:nth-of-type(2) .column-content a {
  display: block;
  width: 145px;
  height: 46px;
  background: #e72311;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  line-height: 46px;
  margin: 0 auto;
  transition: .3s;
}
#index-body .i-about .grid-box .column:nth-of-type(2) .column-content a:hover {
  background: #333;
}
#index-body .i-about .grid-box .column:nth-of-type(3) {
  border: 1px solid #d2d2d2;
}
#index-body .i-about .grid-box .column:nth-of-type(3) .column-content {
  text-align: center;
}
#index-body .i-about .grid-box .column:nth-of-type(3) .column-content h2 {
  font-size: 34px;
  color: #e72311;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 50px;
  position: relative;
}
#index-body .i-about .grid-box .column:nth-of-type(3) .column-content h2:after {
  content: "";
  position: absolute;
  width: 69px;
  height: 2px;
  background: #e72311;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -25px;
}
#index-body .i-about .grid-box .column:nth-of-type(3) .column-content p {
  font-size: 16px;
  line-height: 28px;
  color: #333232;
  margin-bottom: 35px;
}
#index-body .i-about .grid-box .column:nth-of-type(3) .column-content a {
  font-size: 16px;
  color: #e72311;
  border-bottom: 1px solid #e72311;
}
#index-body .i-about .grid-box .column:nth-of-type(3) .column-content .column-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 65px;
}
#index-body .i-about .grid-box .column:nth-of-type(3) .column-content .column-list .item {
  width: 125px;
  height: 125px;
  border: 2px solid #e72311;
  border-radius: 100%;
  padding: 30px 10px 0;
  cursor: pointer;
}
#index-body .i-about .grid-box .column:nth-of-type(3) .column-content .column-list .item h3 {
  font-size: 30px;
  font-weight: bold;
  color: #242424;
}
#index-body .i-about .grid-box .column:nth-of-type(3) .column-content .column-list .item p {
  font-size: 16px;
  line-height: 20px;
  color: #787878;
}
#index-body .i-pro {
  padding: 7% 0;
}
#index-body .i-pro .container {
  max-width: 1820px;
}
#index-body .i-pro .container .i-pro-title {
  max-width: 800px;
  margin: 0 auto 50px;
  text-align: center;
}
#index-body .i-pro .container .i-pro-title h2 {
  font-size: 34px;
  font-weight: bold;
  color: #333232;
  margin-bottom: 50px;
  text-transform: uppercase;
  position: relative;
}
#index-body .i-pro .container .i-pro-title h2:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 2px;
  background: #e72311;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -25px;
}
#index-body .i-pro .container .i-pro-title p {
  font-size: 16px;
  line-height: 32px;
  color: #333232;
}
#index-body .i-pro .container .i-pro-list .grid-box {
  margin: -15px;
}
#index-body .i-pro .container .i-pro-list .grid-box .column {
  padding: 15px;
}
#index-body .i-pro .container .i-pro-list .grid-box .column .inner {
  transition: .6s;
}
#index-body .i-pro .container .i-pro-list .grid-box .column .inner .img {
  position: relative;
  overflow: hidden;
}
#index-body .i-pro .container .i-pro-list .grid-box .column .inner .img img {
  width: 100%;
  transition: .3s;
}
#index-body .i-pro .container .i-pro-list .grid-box .column .inner .img .hot {
  position: absolute;
  width: 90px;
  height: 90px;
  left: 0;
  top: 0;
  background: url(../images/i-pro-2.png) no-repeat;
  padding: 10px 0 0 10px;
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  transform: translate(-90px, -90px);
  transition: .6s;
}
#index-body .i-pro .container .i-pro-list .grid-box .column .inner .intro {
  padding: 30px 15px;
  border: 1px solid #d5d5d5;
  text-align: center;
  transition: .6s;
}
#index-body .i-pro .container .i-pro-list .grid-box .column .inner .intro h3 {
  font-size: 20px;
  color: #161616;
  margin-bottom: 10px;
  transition: .6s;
}
#index-body .i-pro .container .i-pro-list .grid-box .column .inner .intro a {
  font-size: 16px;
  color: #e72311;
  border-bottom: 1px solid #e72311;
  transition: .6s;
}
#index-body .i-pro .container .i-pro-list .grid-box .column .inner:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.23);
}
#index-body .i-pro .container .i-pro-list .grid-box .column .inner:hover .img img {
  transform: scale(1.1);
}
#index-body .i-pro .container .i-pro-list .grid-box .column .inner:hover .img .hot {
  transform: translate(0);
}
#index-body .i-pro .container .i-pro-list .grid-box .column .inner:hover .intro {
  background: #e72311;
}
#index-body .i-pro .container .i-pro-list .grid-box .column .inner:hover .intro h3 {
  color: #fff;
}
#index-body .i-pro .container .i-pro-list .grid-box .column .inner:hover .intro a {
  color: #fff;
  border-color: #fff;
}
#index-body .i-why .grid-box > .column {
  height: 800px;
  position: relative;
}
#index-body .i-why .grid-box > .column .column-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#index-body .i-why .grid-box > .column .border {
  position: absolute;
  left: 30px;
  top: 30px;
  right: 30px;
  bottom: 30px;
  background: url(../images/i-why-2.png) no-repeat;
  background-size: 100% 100%;
}
#index-body .i-why .grid-box > .column .column-img-content {
  max-width: 775px;
  padding: 0 60px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#index-body .i-why .grid-box > .column .column-img-content h2 {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
#index-body .i-why .grid-box > .column .column-img-content h2:after {
  content: "";
  position: absolute;
  width: 69px;
  height: 2px;
  background: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -25px;
}
#index-body .i-why .grid-box > .column .column-img-content p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin: 50px 0 40px;
}
#index-body .i-why .grid-box > .column .column-img-content a {
  display: block;
  width: 144px;
  height: 46px;
  background: #e72311;
  font-size: 16px;
  color: #fff;
  line-height: 46px;
  margin: 0 auto;
  transition: .3s;
}
#index-body .i-why .grid-box > .column .column-img-content a:hover {
  background: #333;
}
#index-body .i-why .grid-box > .column:nth-of-type(2) .column-content {
  position: absolute;
  max-width: 810px;
  padding: 0 15px;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#index-body .i-why .grid-box > .column:nth-of-type(2) .column-content h2 {
  font-size: 34px;
  font-weight: bold;
  color: #e72311;
  text-transform: uppercase;
  margin-bottom: 85px;
}
#index-body .i-why .grid-box > .column:nth-of-type(2) .column-content .grid-box .column {
  height: 230px;
  padding: 25px 25px 0;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  cursor: pointer;
}
#index-body .i-why .grid-box > .column:nth-of-type(2) .column-content .grid-box .column .icon {
  height: 95px;
}
#index-body .i-why .grid-box > .column:nth-of-type(2) .column-content .grid-box .column h3 {
  font-size: 20px;
  color: #232323;
}
#index-body .i-why .grid-box > .column:nth-of-type(2) .column-content .grid-box .column:nth-of-type(3),
#index-body .i-why .grid-box > .column:nth-of-type(2) .column-content .grid-box .column:nth-of-type(6) {
  border-right: none;
}
#index-body .i-why .grid-box > .column:nth-of-type(2) .column-content .grid-box .column:nth-of-type(4),
#index-body .i-why .grid-box > .column:nth-of-type(2) .column-content .grid-box .column:nth-of-type(5),
#index-body .i-why .grid-box > .column:nth-of-type(2) .column-content .grid-box .column:nth-of-type(6) {
  border-bottom: none;
}
#index-body .i-why .grid-box > .column:nth-of-type(3) .column-content {
  position: absolute;
  max-width: 855px;
  padding: 0 15px;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#index-body .i-why .grid-box > .column:nth-of-type(3) .column-content h2 {
  font-size: 34px;
  font-weight: bold;
  color: #191919;
  margin-bottom: 45px;
  text-transform: uppercase;
}
#index-body .i-why .grid-box > .column:nth-of-type(3) .column-content ul li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #bebebe;
}
#index-body .i-why .grid-box > .column:nth-of-type(3) .column-content ul li:last-of-type {
  margin-bottom: 0;
}
#index-body .i-why .grid-box > .column:nth-of-type(3) .column-content ul li h3 {
  font-size: 20px;
  font-weight: bold;
  color: #e72311;
  position: relative;
  margin-bottom: 40px;
  padding-left: 65px;
}
#index-body .i-why .grid-box > .column:nth-of-type(3) .column-content ul li .content {
  font-size: 16px;
  line-height: 30px;
  color: #444444;
  position: relative;
  padding-left: 65px;
}
#index-body .i-why .grid-box > .column:nth-of-type(3) .column-content ul li .icon {
  position: absolute;
  left: 0;
  top: 0;
}
#index-body .i-news .grid-box .column {
  height: 535px;
  position: relative;
}
#index-body .i-news .grid-box .column:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  opacity: 0;
  transition: .3s;
}
#index-body .i-news .grid-box .column .news-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#index-body .i-news .grid-box .column .intro {
  position: absolute;
  width: 100%;
  padding: 0 11%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 30px;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}
#index-body .i-news .grid-box .column .intro h2 {
  font-size: 24px;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#index-body .i-news .grid-box .column .intro .date {
  font-size: 16px;
  color: #fff;
  margin: 15px 0 35px;
}
#index-body .i-news .grid-box .column .intro .content {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 45px;
}
#index-body .i-news .grid-box .column .intro a {
  display: block;
  width: 144px;
  height: 46px;
  background: #fff;
  font-size: 16px;
  color: #2d2d2d;
  line-height: 46px;
  text-align: center;
  text-transform: capitalize;
  transition: .3s;
}
#index-body .i-news .grid-box .column .intro a:hover {
  background: #2d2d2d;
  color: #fff;
}
#index-body .i-news .grid-box .column:hover:before {
  opacity: 1;
}
#index-body .i-news .grid-box .column:hover .intro {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
#footer {
  background: url(../images/footbg.jpg) center center no-repeat;
  background-size: cover;
}
#footer .container {
  max-width: 1440px;
  font-size: 0;
  padding: 6% 15px 7%;
}
#footer .container .item {
  display: inline-block;
  vertical-align: top;
}
#footer .container .item:nth-of-type(1) {
  width: 37%;
  padding-right: 14%;
}
#footer .container .item:nth-of-type(2) {
  width: 18%;
}
#footer .container .item:nth-of-type(3) {
  width: 18%;
}
#footer .container .item:nth-of-type(4) {
  width: 27%;
}
#footer .container .item h2 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
#footer .container .item .about {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}
#footer .container .item ul li {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
  text-transform: capitalize;
}
#footer .container .item ul li:last-of-type {
  margin-bottom: 0;
}
#footer .container .item ul li a:hover {
  color: #e72311;
}
#footer .container .item .contact {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}
#footer .container .item .email {
  width: 100%;
  height: 45px;
  border-radius: 22px;
  font-size: 16px;
  color: #e72311;
  line-height: 45px;
  text-align: center;
  background: #fff;
  margin: 35px 0 40px;
}
#footer .container .item .erweima {
  margin-bottom: 40px;
}
#footer .container .item .erweima img {
  width: 100px;
}
#footer .container .item .share i {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #fff;
  text-align: center;
  line-height: 35px;
  font-size: 18px;
  color: #e72311;
  margin-right: 10px;
  cursor: pointer;
  transition: .3s;
}
#footer .container .item .share i:last-of-type {
  margin-right: 0;
}
#footer .container .item .share i:hover {
  background: #e72311;
  color: #fff;
}
#footer .copyright {
  padding: 20px 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #333;
}
.inner-banner {
  height: 430px;
  position: relative;
}
.inner-banner .inner {
  padding: 0 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.inner-banner .inner h1 {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.inner-banner .inner .bread {
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;
}
.inner-banner .inner .bread a:hover {
  color: #e72311;
}
.inner-about .inner-about-1 {
  padding: 7% 0 6%;
}
.inner-about .inner-about-1 .container {
  max-width: 1400px;
}
.inner-about .inner-about-1 .container h2 {
  font-size: 36px;
  color: #e72311;
}
.inner-about .inner-about-1 .container .intro {
  font-size: 16px;
  line-height: 28px;
  color: #8d8d8d;
  margin: 10px 0 50px;
}
.inner-about .inner-about-1 .container > img {
  width: 100%;
}
.inner-about .inner-about-1 .container h3 {
  font-size: 30px;
  color: #191919;
  margin: 70px 0 10px;
  text-align: center;
}
.inner-about .inner-about-1 .container .intro2 {
  max-width: 940px;
  margin: 0 auto 90px;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  color: #8d8d8d;
}
.inner-about .inner-about-1 .container .list .grid-box {
  margin: -15px 0;
}
.inner-about .inner-about-1 .container .list .grid-box .column {
  text-align: center;
  padding: 15px 45px;
}
.inner-about .inner-about-1 .container .list .grid-box .column img {
  width: 80px;
}
.inner-about .inner-about-1 .container .list .grid-box .column p {
  font-size: 18px;
  line-height: 28px;
  color: #2d2c2c;
  margin-top: 25px;
}
.inner-about .inner-about-2 .column {
  height: 585px;
}
.inner-about .inner-about-2 .left {
  background: #c51a0b;
  padding: 5% 0 0 0;
  text-align: right;
}
.inner-about .inner-about-2 .left .inner {
  display: inline-block;
  max-width: 715px;
  width: 100%;
  text-align: left;
  padding: 0 15px;
}
.inner-about .inner-about-2 .left .inner h2 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 40px;
}
.inner-about .inner-about-2 .left .inner ul li {
  font-size: 16px;
  color: #f2ccc8;
  margin-bottom: 20px;
}
.inner-about .inner-about-2 .left .inner ul li:last-of-type {
  margin-bottom: 0;
}
.inner-about .inner-about-2 .right {
  padding: 7% 0 0 0;
}
.inner-about .inner-about-2 .right .inner {
  max-width: 715px;
  width: 100%;
  padding: 0 15px 0 50px;
}
.inner-about .inner-about-2 .right .inner h2 {
  font-size: 30px;
  color: #e72311;
  margin-bottom: 40px;
}
.inner-about .inner-about-2 .right .inner ul li {
  font-size: 16px;
  color: #4b4b4b;
  margin-bottom: 20px;
}
.inner-about .inner-about-2 .right .inner ul li:last-of-type {
  margin-bottom: 0;
}
.inner-about .inner-about-2 .content {
  max-width: 1400px;
  margin: -115px auto 0;
  background: #dd4739;
  padding: 4%;
  position: relative;
  text-align: center;
}
.inner-about .inner-about-2 .content h2 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 25px;
}
.inner-about .inner-about-2 .content p {
  font-size: 16px;
  line-height: 28px;
  color: #f2ccc8;
}
.inner-about .inner-about-3 {
  padding: 7% 0;
}
.inner-about .inner-about-3 .container {
  max-width: 1400px;
}
.inner-about .inner-about-3 .container .title {
  max-width: 740px;
  margin: 0 auto 50px;
  text-align: center;
}
.inner-about .inner-about-3 .container .title h2 {
  font-size: 30px;
  color: #191919;
  margin-bottom: 15px;
}
.inner-about .inner-about-3 .container .title p {
  font-size: 16px;
  line-height: 28px;
  color: #a5a5a5;
}
.inner-about .inner-about-3 .container .content .left {
  width: 45%;
  margin-top: 80px;
}
.inner-about .inner-about-3 .container .content .left h3 {
  font-size: 24px;
  color: #191919;
  margin-bottom: 30px;
}
.inner-about .inner-about-3 .container .content .left ul li {
  font-size: 16px;
  color: #6c6c6c;
  margin-bottom: 15px;
}
.inner-about .inner-about-3 .container .content .left ul li:last-of-type {
  margin-bottom: 0;
}
.inner-about .inner-about-3 .container .content .right {
  width: 55%;
}
.inner-about .inner-about-3 .container .content .right img {
  width: 100%;
}
.inner-about .inner-about-4 {
  padding: 7% 0 10%;
  background: #f4f4f4;
}
.inner-about .inner-about-4 .container {
  max-width: 1400px;
}
.inner-about .inner-about-4 .container h2 {
  font-size: 30px;
  color: #191919;
  text-align: center;
  margin-bottom: 45px;
}
.inner-about .inner-about-4 .container .list .list-item {
  margin-bottom: 25px;
}
.inner-about .inner-about-4 .container .list .list-item:last-of-type {
  margin-bottom: 0;
}
.inner-about .inner-about-4 .container .list .list-item .q {
  padding: 25px 40px;
  font-size: 20px;
  color: #2e2e2e;
  border: 1px solid #b4b4b4;
  border-radius: 41px;
  position: relative;
  cursor: pointer;
  transition: .3s;
}
.inner-about .inner-about-4 .container .list .list-item .q i {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #000000;
  transition: .3s;
}
.inner-about .inner-about-4 .container .list .list-item .q:hover,
.inner-about .inner-about-4 .container .list .list-item .q.active {
  background: #e72311;
  color: #fff;
  border-color: #e72311;
}
.inner-about .inner-about-4 .container .list .list-item .q:hover i,
.inner-about .inner-about-4 .container .list .list-item .q.active i {
  color: #fff;
}
.inner-about .inner-about-4 .container .list .list-item .a {
  padding: 35px 40px 10px;
  font-size: 16px;
  line-height: 28px;
  color: #616161;
  display: none;
}
.inner-gallery {
  padding: 7% 0;
}
.inner-gallery .container {
  max-width: 1400px;
}
.inner-gallery .container .pro-topbar {
  margin-bottom: 50px;
}
.inner-gallery .container .pro-topbar .nav {
  position: relative;
  user-select: none;
}
.inner-gallery .container .pro-topbar .nav .toggle {
  width: 168px;
  height: 44px;
  background: #e72311;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #fff;
  cursor: pointer;
}
.inner-gallery .container .pro-topbar .nav .toggle img {
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 3px;
}
.inner-gallery .container .pro-topbar .nav .children {
  position: absolute;
  width: 200px;
  left: 0;
  top: 100%;
  background: #333;
  z-index: 99;
  display: none;
  transform: translateY(20px);
  opacity: 0;
  transition: .3s;
}
.inner-gallery .container .pro-topbar .nav .children.active {
  transform: translateY(0);
  opacity: 1;
}
.inner-gallery .container .pro-topbar .nav .children li a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  padding: 10px 20px;
  transition: .3s;
}
.inner-gallery .container .pro-topbar .nav .children li a:hover {
  background: #e72311;
}
.inner-gallery .container .pro-topbar .search {
  width: 419px;
  height: 44px;
  border: 1px solid #dbdbdb;
  position: relative;
}
.inner-gallery .container .pro-topbar .search input[type="text"] {
  width: 100%;
  height: 42px;
  border: none;
  outline: none;
  background: transparent;
  padding: 0 60px 0 15px;
  font-size: 14px;
  color: #d1d1d1;
}
.inner-gallery .container .pro-topbar .search input[type="text"]::-webkit-input-placeholder {
  color: #d1d1d1;
}
.inner-gallery .container .pro-topbar .search input[type="submit"] {
  width: 55px;
  height: 44px;
  position: absolute;
  right: -1px;
  top: -1px;
  background: #1c1c1c url(../images/pro-search.png) center center no-repeat;
  border: none;
  outline: none;
}
.inner-gallery .container .grid-box {
  margin: -22px;
}
.inner-gallery .container .grid-box .column {
  padding: 22px;
}
.inner-gallery .container .grid-box .column .img-box img {
  width: 100%;
}
.inner-gallery .container .grid-box .column h2 {
  font-size: 20px;
  color: #1a1a1a;
  text-align: center;
  margin-top: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.inner-gallery .container .grid-box .column .pro-name {
  text-align: left;
  margin-bottom: 10px;
}
.inner-gallery .container .grid-box .column .prodet-link {
  font-size: 16px;
  color: #e72311;
  margin-top: 10px;
}
.inner-prodet {
  padding: 7% 0;
}
.inner-prodet .container {
  max-width: 1400px;
}
.inner-prodet .container .inner-prodet-1 .img {
  width: 43%;
  float: left;
  box-shadow: 0 0 25px rgba(46, 46, 46, 0.15);
}
.inner-prodet .container .inner-prodet-1 .img img {
  width: 100%;
}
.inner-prodet .container .inner-prodet-1 .intro {
  width: 57%;
  float: right;
  padding: 35px 0 0 6%;
}
.inner-prodet .container .inner-prodet-1 .intro h2 {
  font-size: 36px;
  font-weight: bold;
  color: #212121;
}
.inner-prodet .container .inner-prodet-1 .intro .star {
  margin: 15px 0 35px;
}
.inner-prodet .container .inner-prodet-1 .intro .details {
  font-size: 16px;
  line-height: 30px;
  color: #5c5c5c;
}
.inner-prodet .container .inner-prodet-2 {
  padding: 7% 0;
}
.inner-prodet .container .inner-prodet-2 h2 {
  font-size: 36px;
  font-weight: bold;
  color: #212121;
  margin-bottom: 20px;
}
.inner-prodet .container .inner-prodet-2 .details {
  font-size: 16px;
  color: #7c7c7c;
  line-height: 30px;
}
.inner-prodet .container .inner-prodet-3 h2 {
  font-size: 36px;
  font-weight: bold;
  color: #212121;
  margin-bottom: 40px;
}
.inner-prodet .container .inner-prodet-3 #pd .swiper-slide .img-box img {
  width: 100%;
}
.inner-prodet .container .inner-prodet-3 #pd .swiper-slide h3 {
  font-size: 20px;
  color: #1f1f1f;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 35px 0 10px;
}
.inner-prodet .container .inner-prodet-3 #pd .swiper-slide a {
  font-size: 16px;
  color: #e72311;
  border-bottom: 1px solid #e72311;
}
.inner-service {
  padding: 7% 0;
}
.inner-service .container {
  max-width: 1400px;
}
.inner-service .container .inner-service-1 {
  position: relative;
}
.inner-service .container .inner-service-1 .img {
  width: 67%;
}
.inner-service .container .inner-service-1 .img img {
  width: 100%;
}
.inner-service .container .inner-service-1 .content {
  position: absolute;
  width: 45%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px 20px 0;
}
.inner-service .container .inner-service-1 .content .inner {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 12%;
}
.inner-service .container .inner-service-1 .content .inner h2 {
  font-size: 36px;
  font-weight: bold;
  color: #131313;
  margin-bottom: 15px;
}
.inner-service .container .inner-service-1 .content .inner p {
  font-size: 16px;
  line-height: 30px;
  color: #696969;
}
.inner-service .container .inner-service-1 .content:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  right: 0;
  bottom: 0;
  background: #d32010;
  box-shadow: 0 0 25px rgba(46, 46, 46, 0.15);
}
.inner-service .container .inner-service-2 {
  padding-top: 10%;
}
.inner-service .container .inner-service-2 .grid-box {
  margin: -34px;
}
.inner-service .container .inner-service-2 .grid-box .column {
  padding: 34px;
}
.inner-service .container .inner-service-2 .grid-box .column .inner {
  height: 360px;
  border: 1px solid #e1e1e1;
  padding: 12% 10% 0;
  text-align: center;
  cursor: pointer;
  transition: .3s;
}
.inner-service .container .inner-service-2 .grid-box .column .inner .icon {
  height: 85px;
}
.inner-service .container .inner-service-2 .grid-box .column .inner h2 {
  font-size: 22px;
  color: #131313;
  margin-bottom: 15px;
}
.inner-service .container .inner-service-2 .grid-box .column .inner p {
  font-size: 16px;
  line-height: 28px;
  color: #757575;
}
.inner-service .container .inner-service-2 .grid-box .column .inner:hover {
  border-color: transparent;
  box-shadow: 0 0 65px rgba(46, 46, 46, 0.15);
}
.inner-news {
  padding: 7% 0;
}
.inner-news .container {
  max-width: 1400px;
}
.inner-news .container .news-list .news {
  padding-bottom: 5%;
  margin-bottom: 5%;
  border-bottom: 1px solid #3d3d3d;
}
.inner-news .container .news-list .news:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.inner-news .container .news-list .news .img {
  width: 40%;
}
.inner-news .container .news-list .news .img img {
  width: 100%;
}
.inner-news .container .news-list .news .intro {
  width: 60%;
  padding-left: 195px;
  margin-top: 35px;
  position: relative;
}
.inner-news .container .news-list .news .intro h2 {
  font-size: 26px;
  line-height: 36px;
  font-weight: bold;
  color: #292929;
}
.inner-news .container .news-list .news .intro h2:hover {
  color: #e72311;
}
.inner-news .container .news-list .news .intro .date {
  font-size: 16px;
  color: #a0a0a0;
  padding-bottom: 35px;
  border-bottom: 1px solid #cfcfcf;
  margin: 15px 0 30px;
}
.inner-news .container .news-list .news .intro .content {
  font-size: 16px;
  line-height: 30px;
  color: #646464;
}
.inner-news .container .news-list .news .intro .update {
  position: absolute;
  background: #e72311;
  left: 50px;
  top: 0;
  width: 110px;
  height: 110px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding-top: 25px;
}
.inner-news .container .news-list .news .intro .update span {
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
}
.inner-contact .inner-contact-1 {
  padding: 7% 0;
}
.inner-contact .inner-contact-1 .container {
  max-width: 1400px;
}
.inner-contact .inner-contact-1 .container .cont-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inner-contact .inner-contact-1 .container .cont-info .item {
  text-align: center;
  min-width: 340px;
  cursor: pointer;
}
.inner-contact .inner-contact-1 .container .cont-info .item .icon {
  width: 145px;
  height: 145px;
  border-radius: 100%;
  border: 8px solid #fff;
  margin: 0 auto;
  box-shadow: 11px 11px 18px rgba(0, 0, 0, 0.08);
  transition: .3s;
}
.inner-contact .inner-contact-1 .container .cont-info .item:hover .icon {
  box-shadow: 11px 11px 18px rgba(0, 0, 0, 0.2);
}
.inner-contact .inner-contact-1 .container .cont-info .item:nth-of-type(1) .icon {
  background: #e72311 url(../images/contact-1.png) center center no-repeat;
}
.inner-contact .inner-contact-1 .container .cont-info .item:nth-of-type(2) .icon {
  background: #e72311 url(../images/contact-2.png) center center no-repeat;
}
.inner-contact .inner-contact-1 .container .cont-info .item:nth-of-type(3) .icon {
  background: #e72311 url(../images/contact-3.png) center center no-repeat;
}
.inner-contact .inner-contact-1 .container .cont-info .item h2 {
  font-size: 24px;
  font-weight: bold;
  color: #151515;
  margin: 40px 0 5px;
}
.inner-contact .inner-contact-1 .container .cont-info .item p {
  font-size: 16px;
  line-height: 24px;
  color: #505050;
}
.inner-contact .inner-contact-2 {
  padding: 7% 0;
  background: #ededed;
}
.inner-contact .inner-contact-2 .container {
  max-width: 1400px;
}
.inner-contact .inner-contact-2 .container .title {
  text-align: center;
  margin-bottom: 65px;
}
.inner-contact .inner-contact-2 .container .title h2 {
  font-size: 30px;
  font-weight: bold;
  color: #131313;
  margin-bottom: 15px;
}
.inner-contact .inner-contact-2 .container .title p {
  font-size: 16px;
  color: #959595;
}
.inner-contact .inner-contact-2 .container .form {
  font-size: 0;
  text-align: center;
}
.inner-contact .inner-contact-2 .container .form li {
  display: inline-block;
  vertical-align: top;
}
.inner-contact .inner-contact-2 .container .form li:nth-of-type(1) {
  width: 47%;
  margin: 0 6% 30px 0;
}
.inner-contact .inner-contact-2 .container .form li:nth-of-type(2) {
  width: 47%;
  margin: 0 0 30px 0;
}
.inner-contact .inner-contact-2 .container .form li:nth-of-type(3) {
  width: 47%;
  margin: 0 6% 30px 0;
}
.inner-contact .inner-contact-2 .container .form li:nth-of-type(4) {
  width: 47%;
  margin: 0 0 30px 0;
}
.inner-contact .inner-contact-2 .container .form li:nth-of-type(5) {
  width: 100%;
  margin: 0 0 30px 0;
}
.inner-contact .inner-contact-2 .container .form li:not(:last-of-type) input {
  width: 100%;
  height: 55px;
  background: #fff;
  border: none;
  outline: none;
  padding: 0 25px;
  font-size: 16px;
  color: #cbcbcb;
}
.inner-contact .inner-contact-2 .container .form li:not(:last-of-type) input::-webkit-input-placeholder {
  color: #cbcbcb;
}
.inner-contact .inner-contact-2 .container .form li:not(:last-of-type) textarea {
  width: 100%;
  height: 290px;
  background: #fff;
  border: none;
  outline: none;
  padding: 0 25px;
  font-size: 16px;
  line-height: 55px;
  color: #cbcbcb;
}
.inner-contact .inner-contact-2 .container .form li:not(:last-of-type) textarea::-webkit-input-placeholder {
  color: #cbcbcb;
}
.inner-contact .inner-contact-2 .container .form li:last-of-type input {
  width: 175px;
  height: 50px;
  background: #e72311;
  border: none;
  outline: none;
  font-size: 16px;
  color: #fff;
  transition: .3s;
}
.inner-contact .inner-contact-2 .container .form li:last-of-type input:hover {
  background: #333;
}
.newdet-page .container{
  max-width: 1400px;
}
.newdet-page .news {
  padding: 50px 0 60px!important;
  color: #777777;
}
.newdet-page .news .news_title h2 {
  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;
}
@media (max-width: 1400px) {
  .inner-gallery .container .grid-box {
    margin: -15px;
  }
  .inner-gallery .container .grid-box .column {
    padding: 15px;
  }
  .inner-service .container .inner-service-2 .grid-box {
    margin: -15px;
  }
  .inner-service .container .inner-service-2 .grid-box .column {
    padding: 15px;
  }
}
@media (max-width: 1200px) {
  .inner-about .inner-about-2 .content {
    margin-top: 0;
  }
  .inner-contact .inner-contact-1 .container .cont-info .item {
    min-width: auto;
    width: 33.33%;
  }
  .newdet-page .news .news_title h2 {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  #header {
    display: none;
  }
  #m-header-wrapper {
    display: block;
  }
  #index-banner {
    margin-top: 45px;
  }
  #index-banner #banner .swiper-slide {
    height: 500px;
  }
  #index-banner #banner .swiper-slide .text {
    padding: 0 15px;
    left: 0;
  }
  #index-body .i-why .grid-box > .column {
    width: 100%;
    height: auto;
  }
  #index-body .i-why .grid-box > .column .column-content {
    position: static!important;
    transform: translate(0) !important;
    max-width: 100%!important;
  }
  #index-body .i-why .grid-box > .column:nth-of-type(2),
  #index-body .i-why .grid-box > .column:nth-of-type(3) {
    padding: 40px 0;
  }
  #index-body .i-why .grid-box > .column:nth-of-type(3) {
    padding-top: 0;
  }
  #index-body .i-why .grid-box > .column:nth-of-type(2) .column-content .grid-box .column {
    width: 50%;
    border: none!important;
  }
  #index-body .i-why .grid-box > .column:nth-of-type(2) .column-content h2 {
    margin-bottom: 40px;
  }
  .inner-banner {
    margin-top: 45px;
    height: 200px;
  }
  .inner-banner .inner h1 {
    font-size: 25px;
    margin-bottom: 0;
  }
  .inner-banner .inner .bread {
    font-size: 14px;
  }
  .inner-about .inner-about-1 .container h2 {
    font-size: 20px;
  }
  .inner-about .inner-about-1 .container h3 {
    font-size: 20px;
    margin-top: 20px;
  }
  .inner-about .inner-about-1 .container .intro {
    margin-bottom: 20px;
  }
  .inner-about .inner-about-1 .container .intro2 {
    margin-bottom: 20px;
  }
  .inner-about .inner-about-2 .left .inner h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .inner-about .inner-about-2 .right .inner h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .inner-about .inner-about-2 .content h2 {
    font-size: 20px;
  }
  .inner-about .inner-about-3 .container .title h2 {
    font-size: 20px;
  }
  .inner-about .inner-about-3 .container .content .left {
    margin-top: 0;
  }
  .inner-about .inner-about-3 .container .content .left h3 {
    font-size: 20px;
  }
  .inner-about .inner-about-4 .container h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .inner-prodet .container h2 {
    font-size: 20px!important;
  }
  .inner-service .container .inner-service-2 .grid-box .column {
    width: 50%;
  }
  .inner-service .container .inner-service-1 .img {
    width: 100%;
  }
  .inner-service .container .inner-service-1 .content {
    position: static;
    width: 100%;
    transform: translateY(0);
  }
  .inner-service .container .inner-service-1 .content .inner h2 {
    font-size: 20px;
  }
  .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 h2 {
    font-size: 20px;
  }
  .newdet-page .news {
    padding: 40px 0 !important;
  }
}
@media (max-width: 768px) {
  #index-body .i-about .grid-box .column {
    width: 100%;
    height: auto;
  }
  #index-body .i-about .grid-box .column .column-content {
    position: static;
    transform: translate(0);
  }
  #index-body .i-about .grid-box .column:nth-of-type(2) .column-content {
    padding: 60px 35px;
  }
  #index-body .i-about .grid-box .column:nth-of-type(3) .column-content {
    padding: 40px 20px;
  }
  #footer .container .item {
    width: 100%!important;
    padding: 0!important;
    margin-bottom: 30px;
  }
  #footer .container .item:last-of-type {
    margin-bottom: 0;
  }
  #footer .container .item .erweima {
    display: none;
  }
  .inner-about .inner-about-2 .column {
    width: 100%;
    height: auto;
    padding: 30px 0;
  }
  .inner-about .inner-about-2 .right .inner {
    padding: 0 15px;
  }
  .inner-about .inner-about-3 .container .content .left {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .inner-about .inner-about-3 .container .content .right {
    width: 100%;
    float: none;
  }
  .inner-about .inner-about-4 .container .list .list-item .q {
    padding: 25px;
    font-size: 16px;
  }
  .inner-about .inner-about-4 .container .list .list-item .a {
    padding: 20px;
  }
  .inner-service .container .inner-service-2 .grid-box .column {
    width: 100%;
  }
  .inner-service .container .inner-service-2 .grid-box .column .inner {
    height: auto;
    padding: 12% 10%;
  }
  .inner-news .container .news-list .news .img {
    width: 100%;
  }
  .inner-news .container .news-list .news .intro {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .inner-news .container .news-list .news .intro .update {
    display: none;
  }
  .inner-news .container .news-list .news .intro h2 {
    font-size: 20px;
  }
  .inner-news .container .news-list .news .intro .date {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .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;
  }
}
@media (max-width: 576px) {
  #index-banner #banner .swiper-slide {
    height: 250px;
  }
  #index-banner #banner .swiper-slide .text h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0;
    margin-top: 15px;
  }
  #index-banner #banner .swiper-slide .text p {
    display: none;
  }
  #index-banner #banner .swiper-slide .text .link {
    display: none;
  }
  #index-body .i-about .grid-box .column .column-content h2 {
    font-size: 25px!important;
  }
  #index-body .i-about .grid-box .column:nth-of-type(3) .column-content .column-list .item h3 {
    font-size: 20px;
  }
  #index-body .i-about .grid-box .column:nth-of-type(3) .column-content .column-list {
    margin-top: 40px;
  }
  #index-body .i-pro .container .i-pro-title h2 {
    font-size: 25px;
  }
  #index-body .i-why .grid-box > .column .column-img-content h2 {
    font-size: 25px;
  }
  #index-body .i-why .grid-box > .column:nth-of-type(1) {
    height: 700px;
  }
  #index-body .i-why .grid-box > .column:nth-of-type(2) .column-content h2 {
    font-size: 25px;
  }
  #index-body .i-why .grid-box > .column:nth-of-type(3) .column-content h2 {
    font-size: 25px;
  }
  #index-body .i-news .grid-box .column {
    width: 100%;
  }
  #index-body .i-news .grid-box .column .intro {
    padding: 0 15px;
  }
  .inner-about .inner-about-1 .container .list .grid-box .column {
    padding: 15px;
  }
  .inner-gallery .container .grid-box .column h2 {
    font-size: 14px;
    margin-top: 10px;
  }
  .inner-prodet .container .inner-prodet-1 .img {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .inner-prodet .container .inner-prodet-1 .intro {
    width: 100%;
    float: none;
    padding: 0;
  }
  .inner-gallery .container .pro-topbar {
    margin-bottom: 20px;
  }
  .inner-gallery .container .pro-topbar .nav {
    width: 100%;
    margin-bottom: 20px;
  }
  .inner-gallery .container .pro-topbar .nav .children {
    width: 100%;
  }
  .inner-gallery .container .pro-topbar .search {
    width: 100%;
  }
  .inner-contact .inner-contact-1 .container .cont-info .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .inner-contact .inner-contact-1 .container .cont-info .item:last-of-type {
    margin-bottom: 0;
  }
  .inner-contact .inner-contact-1 .container .cont-info .item h2 {
    font-size: 20px;
  }
  .inner-contact .inner-contact-2 .container .title h2 {
    font-size: 20px;
  }
  .inner-contact .inner-contact-2 .container .form li {
    width: 100%!important;
    margin-right: 0!important;
  }
}


.inner-prodet .share ul li {
  width: 40px;
  height: 40px;
  background: #be1a1a;
  font-size: 18px;
  color: white;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  margin-right: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-prodet .share ul li:hover {
  background: #222;
}

table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}


.m-page {
  text-align: center;
  padding: 45px 0;
  font-size: 20px;
}
.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*/
}