/* CSS Document */
body,
div,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
ul,
dd,
form,
iframe,
input,
textarea,
select,
label,
article,
aside,
footer,
header,
menu,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
}
article,
aside,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
  display: block;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  font-family: Arial;
  color: #666;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
textarea {
  resize: none;
}
img {
  max-width: 100%;
}
iframe,
img {
  border: 0;
}
ul,
ol,
li {
  list-style: none;
}
input,
select,
textarea {
  outline: 0;
  -webkit-user-modify: read-write-plaintext-only;
}
input {
  -webkit-appearance: none;
}
a {
  text-decoration: none;
  color: #666;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
a:hover {
  color: #e70014;
}
.clearfix {
  clear: both;
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*滚动条*/
::-webkit-scrollbar {
  width: 6px;
  height: 12px;
}
::-webkit-scrollbar-button:vertical {
  display: none;
}
::-webkit-scrollbar-track:vertical {
  background-color: black;
}
::-webkit-scrollbar-track-piece {
  background: #fff;
}
::-webkit-scrollbar-thumb:vertical {
  background-color: #cc0012;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:vertical:hover {
  background-color: #cc0012;
}
::-webkit-scrollbar-corner:vertical {
  background-color: #cc0012;
}
::-webkit-scrollbar-resizer:vertical {
  background-color: #cc0012;
}
.m {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.n {
  padding: 50px 0;
}
.top {
  padding: 35px 0;
}
.top .logo {
  float: left;
}
.top .pl {
  text-transform: uppercase;
  font-weight: bold;
  color: #333;
  font-size: 28px;
  float: left;
  line-height: 36px;
  margin-left: 30px;
}
.top .search {
  float: right;
  margin-right: 20px;
}
.top .search input {
  border-radius: 20px;
  background: url(../images/seaicon.png) no-repeat 85% center;
  padding: 0 20px;
  line-height: 36px;
  border: 1px solid #ccc;
  width: 200px;
}
.top .search input:focus {
  outline: none;
  background-color: #f9f9f9;
}
.top .language {
  float: right;
  position: relative;
  top: -4px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
}
.top .language a {
  display: block;
  width: 30px;
}
.top .language a img {
  display: block;
  width: 100%;
}
.top .language a:first-child {
  margin-bottom: 0;
}
.top .language a:hover {
  box-shadow: 0 0 5px #333;
}
.top_nav {
  background: #cc0012;
}
.top_nav > ul > li {
  float: left;
  width: 9%;
  line-height: 50px;
  text-align: center;
  position: relative;
}
.top_nav > ul > li a {
  color: #fff;
  font-size: 16px;
  display: block;
}
.top_nav > ul > li a:hover {
  background: #b00615;
}
.top_nav > ul > li > ul {
  position: absolute;
  left: 0;
  top: 120%;
  z-index: 9;
  background: #b00615;
  padding: 20px 5px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  min-width: 120%;
}
.top_nav > ul > li:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.top_nav > ul > li > ul li {
  line-height: 2;
  text-align: left;
}
.top_nav > ul > li > ul li a {
  display: inline-block;
  padding: 0 20px;
  color: #fff;
}
.bannerslide {
  position: relative;
}
.bannerslide .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
  height: 36vw;
}
.paginationw {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 30px !important;
  width: 100%;
  z-index: 9;
}
.swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  background: #cc0012;
}
.main_pro {
  padding: 80px 0;
}
.main_pro .mp_item {
  float: left;
  width: calc(50% - 20px);
  margin-right: 40px;
  position: relative;
  overflow: hidden;
}
.main_pro .mp_item:last-child {
  margin-right: 0;
}
.main_pro .mp_item img {
  display: block;
  transition: 3s;
}
.main_pro .mp_item:hover img {
  transform: scale(1.1, 1.1);
}
.main_pro .mp_item a {
  display: block;
  position: absolute;
  left: 20%;
  bottom: 20px;
  text-align: center;
  width: 60%;
  height: 70px;
  line-height: 70px;
  background: rgba(0, 0, 0, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.8);
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.main_pro .mp_item a:before {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  top: -10px;
  left: -10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  transition: 0.2s;
}
.main_pro .mp_item a:hover {
  background: rgba(0, 0, 0, 0.5);
}
.main_pro .mp_item a:hover:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pt {
  font-size: 36px;
  color: #1a1a1a;
  font-weight: 800;
  font-family: Arial;
  text-transform: uppercase;
}
.pt span {
  color: #cc0012;
}
.pro_list {
  margin: 50px auto;
}
.pro_list li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  position: relative;
  top: 0;
  transition: 0.2s;
}
.pro_list li:hover {
  top: -10px;
}
.pro_list li:nth-child(4n) {
  margin-right: 0;
}
.pro_list li img {
  display: block;
  width: 100%;
}
.pro_list li p {
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
  color: #656565;
}
.ind_ab {
  margin: 50px auto;
}
.ind_ab p {
  font-size: 16px;
  color: #343434;
  margin-bottom: 30px;
  line-height: 1.8;
}
.ind_ab2 {
  display: flex;
}
.ind_ab2 .ia_l {
  margin-left: calc(50% - 700px);
}
.ind_ab2 .ia_l ul {
  width: 230px;
}
.ind_ab2 .ia_l ul li {
  text-align: center;
  border: 1px solid #dcdcdc;
  padding: 30px 0;
}
.ind_ab2 .ia_l ul li .p1 {
  color: #10193a;
  font-size: 28px;
  font-weight: bold;
  margin: 15px 0;
}
.ind_ab2 .ia_r {
  width: 1386px;
  margin-left: 50px;
}
.ind_video {
  background: #ebeff2 url(../images/iv_bg.png) no-repeat bottom right;
  padding: 80px 0;
}
.ind_video .ind_video2 {
  display: flex;
  margin-top: 40px;
}
.ind_video .ind_video2 .iv_l {
  width: 900px;
}
.ind_video .ind_video2 .iv_r {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 500px;
}
.ind_video .ind_video2 .iv_r p {
  font-size: 60px;
  font-weight: 800;
  font-family: Arial;
  color: #1a1a1a;
}
.ind_video .ind_video2 .iv_r p span {
  color: #cc0012;
}
.ind_fac {
  display: grid;
  grid-template-areas: ". myArea2 myArea2 myArea3 myArea3" "myArea4 myArea4 myArea5 myArea5 .";
  grid-gap: 25px;
  grid-template-columns: 19% 19% 19% 19% 19%;
  padding: 75px 0 0;
}
.ind_fac .if_item {
  background: #ddd;
}
.ind_fac .if_item img {
  display: block;
  width: 100%;
}
.ind_fac .if1 {
  background: #cc0012;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 60px;
}
.ind_fac .if1 .p1 {
  font-size: 36px;
  font-weight: 800;
  font-family: Arial;
}
.ind_fac .if1 .p1:after {
  content: "";
  width: 80px;
  height: 1px;
  background: #fff;
  display: block;
  margin: 20px 0;
}
.ind_fac .if1 .p2 {
  font-size: 20px;
}
.ind_fac .if2 {
  grid-area: myArea2;
}
.ind_fac .if3 {
  grid-area: myArea3;
}
.ind_fac .if4 {
  grid-area: myArea4;
}
.ind_fac .if5 {
  grid-area: myArea5;
}
.ind_fac .if6 {
  background: #fff0d9;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 60px;
  transition: 0.2s;
}
.ind_fac .if6 a p {
  display: block;
  color: #cc0012;
  font-size: 24px;
  margin-bottom: 45px;
}
.ind_fac .if6 a img {
  width: auto;
}
.ind_fac .if6:hover {
  background: #ffddaa;
  padding: 0 70px;
}
.ind_blog {
  padding: 80px 0;
}
.ind_blog .ind_blog_ul {
  margin-top: 50px;
}
.ind_blog .ind_blog_ul li {
  width: calc(100% / 3 - 140px / 3);
  float: left;
  margin-right: 70px;
  position: relative;
  top: 0;
  transition: 0.2s;
}
.ind_blog .ind_blog_ul li:hover {
  top: -10px;
}
.ind_blog .ind_blog_ul li:nth-child(3n) {
  margin-right: 0;
}
.ind_blog .ind_blog_ul li img {
  width: 100%;
  display: block;
}
.ind_blog .ind_blog_ul li .ib_tit {
  margin: 20px 0;
}
.ind_blog .ind_blog_ul li .pl {
  font-size: 20px;
  color: #1a1a1a;
  float: left;
  width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ind_blog .ind_blog_ul li .pr {
  font-size: 14px;
  color: #cc0012;
  float: right;
  width: 20%;
  line-height: 26px;
  font-weight: 550;
}
.ind_blog .ind_blog_ul li .ib_dis {
  font-size: 16px;
  color: #999;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 3;
}
.ind_adv {
  background: #ebeff2;
  padding: 60px 0;
}
.ind_adv .pt {
  text-align: center;
}
.ind_adv ul {
  margin-top: 60px;
}
.ind_adv ul li {
  float: left;
  width: 25%;
  text-align: center;
  padding: 0 50px;
}
.ind_adv ul li img {
  transition: 1s;
}
.ind_adv ul li:hover img {
  transform: rotateY(180deg);
}
.ind_adv ul li .p1 {
  font-size: 24px;
  font-weight: bold;
  color: #cc0012;
  text-transform: uppercase;
  margin: 20px 0;
}
.ind_adv ul li .p2 {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.bottom {
  background: #1f1e1b;
}
.bottom2 {
  padding: 60px 40px;
}
.bottom2 .bottomlogo {
  float: left;
}
.bottom2 ul {
  float: left;
  width: 10%;
  margin-left: 10%;
}
.bottom2 ul p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.bottom2 ul li {
  line-height: 2;
  font-size: 16px;
  color: #999;
}
.bottom2 ul li a {
  color: #999;
}
.bottom2 ul.ul2 {
  width: 20%;
}
.bottom .feedback {
  float: right;
  width: 22%;
}
.bottom .feedback form {
  border-radius: 5px;
  overflow: hidden;
}
.bottom .feedback form input {
  width: 50%;
  float: left;
  background: none;
  border: 1px solid #d2d2d2;
  background: #fff;
  padding: 20px 15px;
}
.bottom .feedback form input.in100 {
  width: 100%;
}
.bottom .feedback form input.submit {
  font-size: 18px;
  background: #cc0012;
  color: #fff;
  width: 100%;
  padding: 10px 0;
  border: none;
  cursor: pointer;
  margin-top: 25px;
  border-radius: 5px;
}
.foot {
  padding: 25px 0;
  border-top: 1px solid #4d4d4d;
  font-size: 16px;
  color: #999;
}
.nbanner {
  height: 400px;
  background: url(../images/nbanner.jpg) no-repeat center center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nbanner .nb_tit {
  min-width: 700px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.8);
  font-size: 42px;
  color: #e70014;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.nbanner .nb_tit p {
  position: relative;
  z-index: 1;
  font-family: Elephant;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.nbanner .nb_tit:after {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  top: -10px;
  left: -10px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  transition: 0.2s;
  z-index: 0;
}
.nbannercon {
  background: url(../images/nbannercon.jpg) no-repeat center center;
}
.nbannerblog {
  background: url(../images/nbannerblog.jpg) no-repeat center center;
}
.nbannerpro {
  background: url(../images/nbannerpro.jpg) no-repeat center center;
}
@font-face {
  font-family: Elephant;
  src: url(../fonts/ELEPHNT.TTF);
  font-family: Teko;
  src: url(../fonts/Teko-Medium-3.ttf);
}
.now {
  border-bottom: 1px solid #dbdbdb;
  line-height: 70px;
}
.now .pl {
  float: left;
  font-size: 22px;
  color: #323232;
  font-weight: bold;
  text-transform: capitalize;
}
.now ul {
  float: right;
}
.now ul li {
  float: left;
  margin-left: 10px;
  text-transform: capitalize;
  font-size: 16px;
}
.now ul li img {
  vertical-align: middle;
}
.abouti1 {
  margin: 100px auto;
}
.abouti1 .item {
  float: left;
  width: 25%;
  padding: 0 25px;
}
.abouti1 .item2 {
  display: flex;
  justify-content: space-between;
}
.abouti1 .item2 .icon {
  width: 80px;
  height: 80px;
  background: #f5f5f5;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cc0012;
}
.abouti1 .item2 h1 {
  font-size: 80px;
  color: #f5f5f5;
}
.abouti1 .txt {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-top: 20px;
}
.abouti2 {
  display: flex;
}
.abouti2_i {
  width: 50%;
}
.abouti2 .abouti2_r {
  width: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 50px;
  padding-right: calc(50% - 700px);
  padding-top: 80px;
  padding-bottom: 50px;
}
.abouti2 .abouti2_r .p1 {
  font-size: 48px;
  font-weight: 800;
  color: #333;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.abouti2 .abouti2_r .p2 {
  line-height: 1.5;
  margin-bottom: 15px;
  font-size: 16px;
}
.abouti3 {
  display: flex;
  padding: 100px 0;
}
.abouti3 .abouti3_l {
  width: 50%;
}
.abouti3 .abouti3_l .p1 {
  font-size: 48px;
  font-weight: 800;
  color: #333;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.abouti3 .abouti3_l .p2 {
  line-height: 1.6;
  margin-bottom: 15px;
  font-size: 16px;
}
.abouti3 .abouti3_l > div > .clearfix {
  margin-top: 50px;
}
.abouti3 .abouti3_l .d1 {
  height: 120px;
  min-width: 120px;
  font-family: teko;
  font-size: 80px;
  float: left;
  line-height: 120px;
  border: 5px solid #e70014;
  color: #333;
  text-align: center;
  padding: 0 20px;
  font-weight: 600;
}
.abouti3 .abouti3_l .d2 {
  float: left;
  font-family: teko;
  color: #333;
  padding: 0 20px;
  font-size: 26px;
}
.abouti3 .abouti3_r {
  width: 45%;
  margin-left: 5%;
  position: relative;
}
.abouti3 .abouti3_r:before {
  position: absolute;
  content: "";
  width: 60%;
  height: 80%;
  top: 10%;
  left: 20%;
  border: 5px solid #e70014;
  z-index: -1;
}
.abouti3 .abouti3_r .img-about {
  position: absolute;
  width: 60%;
  height: 80%;
  object-fit: cover;
}
.abouti3 .abouti3_r .img-about:last-child {
  margin: 20% 0 0 40%;
}
.contact {
  padding: 100px 0;
}
.contact .ph {
  text-align: center;
  color: #e70014;
  letter-spacing: 5px;
  font-size: 24px;
}
.contact .ph2 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #333;
  margin: 20px 0 50px;
}
.contact_l {
  float: left;
  width: 50%;
}
.contact_l .section-title {
  margin-bottom: 40px;
}
.contact_l .section-title p {
  font-size: 16px;
  line-height: 1.5;
}
.contact_l .form-control {
  background-color: #f5f5f5;
  border-radius: 0;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  padding: 14.5px 26px;
  width: 48%;
  margin-right: 4%;
  float: left;
  margin-bottom: 20px;
}
.contact_l .form-control:nth-child(2n) {
  margin-right: 0;
}
.contact_l .form-control:focus {
  border-color: #ebebeb;
  background-color: #fff;
}
.contact_l .form-control-text {
  width: 100%;
  height: 250px;
}
.contact_l .btn-theme {
  background-color: #e70014;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  font-weight: 500;
  font-size: 17px;
  padding: 15px 50px;
  cursor: pointer;
  border: none;
  float: left;
}
.contact_l .btn-theme:hover {
  background: #000;
}
.contact_r {
  float: right;
  width: 650px;
  background: #f5f5f5;
  padding: 70px;
}
.contact-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.contact-info-item:last-child {
  margin-bottom: 0;
}
.contact-info-item .icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e70014;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 85px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 40px;
  min-width: 85px;
  width: 85px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.contact-info-item .icon img {
  height: 43px;
}
.contact-info-item .content h4 {
  color: #e70014;
  font-size: 24px;
  margin-bottom: 15px;
}
.contact-info-item .content a {
  color: #656565;
  display: block;
  font-size: 18px;
  font-weight: 500;
}
.blog .blog_ul {
  margin-top: 0;
}
.blog .blog_ul li {
  margin-bottom: 50px;
}
.blogitem {
  padding: 50px 0;
}
.npt {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #333;
  margin: 1em 0;
}
.nptime {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #cc0012;
  margin: 1em 0;
}
.ny_content {
  line-height: 1.6;
}
.u_np {
  display: flex;
  margin-top: 40px;
}
.u_np li {
  border: 1px solid #ccc;
  padding: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.u_np li:nth-child(2) {
  width: 20%;
  text-align: center;
  border-left: none;
  border-right: none;
  margin-right: 0 !important;
}
.u_np li:first-child,
.u_np li:last-child {
  width: 40% !important;
  margin-right: 0 !important;
}
.u_np li:last-child {
  text-align: right;
}
.product {
  padding: 80px 0;
}
.product .product_ul li {
  width: calc(100% / 3 - 140px / 3);
  float: left;
  margin-right: 70px;
  margin-bottom: 50px;
}
.product .product_ul li:nth-child(3n) {
  margin-right: 0;
}
.product .product_ul li .pro_img {
  overflow: hidden;
  border: 1px solid #eee;
}
.product .product_ul li .pro_img img {
  display: block;
  transition: 2s;
  width: 100%;
  height: 287px;
  object-fit: cover;
}
.product .product_ul li:hover .pro_img img {
  transform: scale(1.1, 1.1);
}
.product .product_ul li p {
  text-align: center;
  font-size: 16px;
  line-height: 3;
  background: #f5f5f5;
  transition: 0.5s;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.product .product_ul li:hover p {
  background: #cc0012;
  color: #fff;
}
.productitem {
  padding: 80px 0;
}
.pro_image {
  display: flex;
  height: 525px;
}
.pro_image .pi_l {
  height: 100%;
  position: relative;
}
.pro_image .pi1 {
  width: 150px;
  height: calc(100% - 90px);
  margin-left: 0;
  margin-right: 0;
  margin-top: 45px;
}
.pro_image .pi1 img {
  border: 1px solid #ccc;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.pro_image .pi1 .swiper-slide-thumb-active img {
  border: 1px solid #cc0012;
}
.pro_image .pi_l .pi1-swiper-button-next {
  position: absolute;
  width: 100%;
  height: 35px;
  left: 0;
  bottom: 0;
  background: #e70014 url(../images/jtn.png) no-repeat center center;
  z-index: 9;
  cursor: pointer;
  display: block;
}
.pro_image .pi_l .pi1-swiper-button-prev {
  position: absolute;
  width: 100%;
  height: 35px;
  left: 0;
  top: 0;
  background: #e70014 url(../images/jtp.png) no-repeat center center;
  z-index: 9;
  cursor: pointer;
  display: block;
}
.pro_image .pi_l .swiper-button-disabled {
  background-color: #ccc;
}
.pro_image .pi_l .pi1-swiper-button-next:focus {
  outline: none;
}
.pro_image .pi_l .pi1-swiper-button-prev:focus {
  outline: none;
}
.pro_image .pi_r {
  width: 700px;
  margin-left: 20px;
}
.pro_image .pi_r img {
  width: 100%;
  height: 480px;
  border: 1px solid #ccc;
  object-fit: cover;
}
.pro_image .pi_t {
  width: calc(100% - 150px - -720px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.pro_image .pi_t2 {
  padding-left: calc(80 / 530 * 100%);
}
.pro_image .pi_t2 .p1 {
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
.pro_image .pi_t2 a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #e70014;
  padding: 15px 40px;
  margin: 20px 0 40px;
}
.pro_image .pi_t2 a:hover {
  background: #cc0012;
  padding: 15px 45px;
}
.pro_image .pi_t2 li {
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  display: block;
}
.pro_image .pi_t2 li:before {
  margin-right: 20px;
  color: #e70014;
}
.pro_des {
  margin: 50px 0;
}
.pro_des .pro_dt {
  background: #e6e6e6;
  padding: 20px 30px;
  cursor: pointer;
}
.pro_des .pro_dt p {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  float: left;
}
.pro_des .pro_dt span {
  float: right;
  font-size: 24px;
  transition: 0.2s;
}
.pro_des .pro_dt:hover {
  background: #fff0d9;
}
.pro_des .pro_dt.on {
  background: #fff0d9;
}
.pro_des .pro_dt.on span {
  transform: rotate(90deg);
}
.pro_des .pro_dm {
  padding: 0 100px;
  margin: 40px 0;
  display: none;
}
.pro_des .pro_dm.on {
  display: block;
}
.pro_des .pro_dm p {
  font-size: 16px;
  line-height: 2;
}
.pro_dm table {
  width: 100% !important;
  border-collapse: collapse !important;
}
.pro_dm table tr td {
  font-size: 16px;
  padding: 20px 60px;
  width: auto !important;
  border: 1px solid;
}
.pro_dm table tr td:first-child {
  text-align: center;
  font-weight: bold;
}
.pro_other .pother {
  font-size: 24px;
  font-weight: bold;
  color: #111;
  border-bottom: 1px solid #e70014;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.pro_other li {
  width: 23.5%;
  float: left;
  margin-right: 2%;
  margin-bottom: 50px;
}
.pro_other li:nth-child(4n) {
  margin-right: 0;
}
.pro_other li .pro_img {
  overflow: hidden;
}
.pro_other li .pro_img img {
  display: block;
  transition: 2s;
  height: 300px;
  object-fit: cover;
}
.pro_other li:hover .pro_img img {
  transform: scale(1.1, 1.1);
}
.pro_other li p {
  text-align: center;
  font-size: 16px;
  line-height: 3;
  background: #f5f5f5;
  transition: 0.5s;
}
.pro_other li:hover p {
  background: #cc0012;
  color: #fff;
}
.workshop {
  padding: 80px 0;
}
.workshop .imgbox a {
  width: calc(33% - 52px);
  margin-right: 70px;
  display: block;
  float: left;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}
.workshop .imgbox a p {
  text-align: center;
  font-size: 16px;
  line-height: 3;
  background: #f5f5f5;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 20px;
}
.workshop .imgbox a:nth-child(3n) {
  margin-right: 0;
}
.workshop .imgbox a .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.workshop .imgbox a:hover .cover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.workshop .imgbox a .ico01 {
  width: 68px;
  height: 68px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -34px;
  margin-left: -94px;
  background: url(../images/i5.png) no-repeat center center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.workshop .imgbox a:hover .ico01 {
  margin-left: -34px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.workshop .imgbox a .ico02 {
  width: 68px;
  height: 68px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -34px;
  margin-left: 64px;
  background: url(../images/i6.png) no-repeat center center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.workshop .imgbox a:hover .ico02 {
  margin-left: -34px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.honor .imgbox a {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.honor .imgbox a:nth-child(3n) {
  margin-right: 2%;
}
.honor .imgbox a:nth-child(4n) {
  margin-right: 0;
}
.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.lg-toolbar .lg-icon {
  color: #fff !important;
}
.a_m {
  float: right;
  display: none;
}
@media (max-width: 1120px) {
  .top .pl,
  .top .search,
  .top_nav {
    display: none;
  }
  .top .language {
    margin-left: 10px;
    top: -6px;
  }
  .top .logo {
    width: 65%;
  }
  .a_m {
    display: block;
  }
  .bannerslide .swiper-slide {
    height: 200px;
  }
  .main_pro {
    padding: 30px 0;
  }
  .main_pro .mp_item {
    width: 100%;
    margin-bottom: 20px;
  }
  .main_pro .mp_item a {
    width: 90%;
    left: 5%;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
  }
  .pt {
    font-size: 24px;
  }
  .pro_list li {
    width: 49%;
  }
  .pro_list li:nth-child(2n) {
    margin-right: 0;
  }
  .pro_list li p {
    margin: 10px 0;
  }
  .ind_ab {
    margin: 30px auto;
  }
  .ind_ab2 {
    display: block;
  }
  .ind_ab2 .ia_l {
    margin-left: 0;
    padding: 0 20px;
  }
  .ind_ab2 .ia_l ul {
    width: 100%;
  }
  .ind_ab2 .ia_r {
    width: 100%;
    margin-left: 0;
  }
  .ind_video {
    padding: 30px 0;
  }
  .ind_video .ind_video2 {
    display: block;
  }
  .ind_video .ind_video2 .iv_r {
    width: 100%;
    justify-content: center;
    padding: 30px 0;
  }
  .ind_video .ind_video2 .iv_r p {
    font-size: 24px;
  }
  .ind_fac {
    display: block;
  }
  .ind_fac .if1 {
    padding: 30px 20px;
  }
  .ind_fac .if1 .p1 {
    font-size: 24px;
  }
  .ind_fac .if6 {
    padding: 30px 20px;
  }
  .ind_fac .if6:hover {
    padding: 30px 30px;
  }
  .ind_fac .if_item {
    width: 49%;
    margin-right: 2%;
    float: left;
    margin-bottom: 20px;
  }
  .ind_fac .if_item:nth-child(2n + 1) {
    margin-right: 0;
  }
  .ind_fac .if1,
  .ind_fac .if6 {
    width: 100%;
    margin-right: 0;
  }
  .ind_blog {
    padding: 30px 0;
  }
  .ind_blog .ind_blog_ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .ind_adv ul li {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .ind_adv ul li img {
    width: 60%;
  }
  .ind_adv ul li .p1 {
    font-size: 18px;
  }
  .bottom2 ul {
    display: none;
  }
  .bottom2 ul.ul2 {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .nbanner {
    height: 250px;
    background-size: cover;
  }
  .nbanner .nb_tit {
    width: 80%;
    min-width: 50%;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
  }
  .now .pl {
    display: none;
  }
  .now ul {
    float: left;
  }
  .now ul li {
    font-size: 14px;
  }
  .blogitem {
    padding: 30px 0;
  }
  .product {
    padding: 30px 0;
  }
  .product .product_ul li {
    width: 49%;
    margin-right: 2%;
  }
  .product .product_ul li:nth-child(3n) {
    margin-right: 2%;
  }
  .product .product_ul li:nth-child(2n) {
    margin-right: 0;
  }
  .product .product_ul li .pro_img img {
    height: 190px;
  }
  .productitem {
    padding: 30px 0;
  }
  .pro_image {
    display: block;
    height: auto;
  }
  .pro_image .pi_l {
    display: none;
  }
  .pro_image .pi_r {
    width: 100%;
    margin-left: 0;
  }
  .pro_image .pi_t {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .pro_image .pi_r img {
    height: 280px;
  }
  .pro_image .pi_t2 {
    padding-left: 0;
  }
  .pro_image .pi_t2 .p1 {
    font-size: 24px;
  }
  .pro_des .pro_dt p {
    font-size: 18px;
  }
  .pro_des .pro_dm {
    padding: 0 20px;
    margin: 20px 0;
  }
  .pro_table tr td {
    word-break: break-all;
    padding: 20px;
  }
  .pro_other li {
    width: 49%;
    margin-right: 2%;
  }
  .pro_other li:nth-child(2n) {
    margin-right: 0;
  }
  .pro_other li p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .pro_other li .pro_img img {
    display: block;
    transition: 2s;
    height: 200px;
    object-fit: cover;
  }
  .abouti1 {
    margin: 30px 0;
  }
  .abouti1 .item {
    width: 50%;
    margin-bottom: 20px;
  }
  .abouti1 .item2 h1 {
    font-size: 50px;
  }
  .abouti2 {
    display: block;
  }
  .abouti2_i {
    width: 100%;
  }
  .abouti2 .abouti2_r {
    width: 100%;
    padding: 30px;
  }
  .abouti2 .abouti2_r .p1 {
    font-size: 24px;
  }
  .abouti3 {
    display: block;
    padding: 30px 0;
  }
  .abouti3 .abouti3_l {
    width: 100%;
  }
  .abouti3 .abouti3_l .p1 {
    font-size: 24px;
  }
  .abouti3 .abouti3_r {
    display: none;
  }
  .workshop {
    padding: 30px 0;
  }
  .workshop .imgbox a {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .workshop .imgbox a:nth-child(3n) {
    margin-right: 2%;
  }
  .workshop .imgbox a:nth-child(2n) {
    margin-right: 0;
  }
  .contact {
    padding: 30px 0;
  }
  .contact .ph2 {
    font-size: 20px;
  }
  .contact_l {
    float: none;
    width: 100%;
  }
  .contact_r {
    float: none;
    width: 100%;
    padding: 30px;
    margin-top: 20px;
  }
  .contact-info-item {
    margin-bottom: 20px;
  }
  .contact-info-item .icon {
    margin-right: 20px;
  }
}
.page_pagination {
  margin: 0 auto;
  width: 80%;
  text-align: center;
  margin-top: 8px;
}
.page_pagination ul {
  display: inline-block;
  list-style: none;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.page_pagination ul > li {
  display: inline;
}
.page_pagination ul > li > a,
.page_pagination ul > li > span,
.page_pagination #lastspan {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.page_pagination ul > li > a:hover,
.page_pagination ul > li > a:focus,
.page_pagination ul > .active > a,
.page_pagination ul > .active > span {
  background-color: #f5f5f5;
}
.page_pagination ul > .active > a,
.page_pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.page_pagination ul > .disabled > span,
.page_pagination ul > .disabled > a,
.page_pagination ul > .disabled > a:hover,
.page_pagination ul > .disabled > a:focus {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.page_pagination ul > li:first-child > a,
.page_pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.page_pagination ul > li:last-child > a,
.page_pagination ul > li:last-child > span,
.page_pagination #lastspan {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.page_pagination-centered {
  text-align: center;
}
.page_pagination-right {
  text-align: right;
}
.page_pagination-large ul > li > a,
.page_pagination-large ul > li > span,
.page_pagination-large #lastspan {
  padding: 11px 19px;
  font-size: 17.5px;
}
.page_pagination-large ul > li:first-child > a,
.page_pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.page_pagination-large ul > li:last-child > a,
.page_pagination-large ul > li:last-child > span,
.page_pagination-large #lastspan {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.page_pagination-mini ul > li:first-child > a,
.page_pagination-small ul > li:first-child > a,
.page_pagination-mini ul > li:first-child > span,
.page_pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.page_pagination-mini ul > li:last-child > a,
.page_pagination-small ul > li:last-child > a,
.page_pagination-mini ul > li:last-child > span,
.page_pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.page_pagination-small ul > li > a,
.page_pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.page_pagination-mini ul > li > a,
.page_pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
/*# sourceMappingURL=./c.css.map */