.main_middle {
  width: 90vw;
  margin: 0 auto;
}

/* mobile */
.mobile_left,
.full_shade,
.mobile_header,
.for_mobile {
  display: none;
}

/* global */
.global {
  width: 100%;
  transition: transform 0.2s linear;
}

.global_move {
  transform: translateX(85%);
}

/* header */
.header {
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 5.5vw;
  box-shadow: 0 5px 10px 0 rgba(186, 192, 239, 0.42);
  background-color: rgba(255, 255, 255, 0.5);
}

.header_main {
  height: 100%;
}

.logo {
  height: 3.4vw;
}

.logo img {
  height: 100%;
}

.menu {
  height: 100%;
}

.menu li {
  height: 100%;
  margin: 0 2px;
  line-height: 5.5vw;
}

.menu li a {
  display: block;
  padding: 0 1.8vw;
  font-size: 18px;
  transition: background-color 0.2s linear, color 0.2s linear;
}

.menu li.menu_active a {
  color: #fff;
  background-color: #BE292D;
}

.menu li:hover a {
  color: #fff;
  background-color: #BE292D;
}

.phone {
  font-size: 24px;
  color: #000000;
}
.phone a{
	margin-left:20px;
}
.phone span {
  margin-left: 12px;
  font-weight: bold;
}

/* banner */
.swiper-container img {
  width: 100%;
}

.swiper-pagination {
  bottom: 2.6vw !important;
}

.swiper-pagination .my-bullet {
  margin: 0 6px;
  width: 2.6vw;
  height: 7px;
  border-radius: 4px;
  background-color: #fff;
}

.swiper-pagination .my-bullet-active {
  background-color: #BE292D;
}

/* Product */
.categories {
  width: 100%;
  height: 8.3vw;
  margin-bottom: 2.6vw;
  color: #FFFFFF;
  background-color: #BE292D;
}

.categories h3 {
  font-size: 26px;
  line-height: 1em;
}

.categories i {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 8px 0;
  background-color: #FFFFFF;
  border-radius: 50%;
}

.categories i::before,
.categories i::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 19vw;
  height: 1px;
  background-color: #FFFFFF;
}

.categories i::before {
  right: 0;
}

.categories i::after {
  left: 0;
}

.categories h5 {
  font-size: 26px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: bold;
}

.product {
  display: grid;
  gap: 10px;
  grid-gap: 10px;
  grid-template-columns: 2fr 1fr 1fr 21.5vw;
}

.pro_item:nth-of-type(1),
.pro_item:nth-of-type(2),
.pro_item:nth-of-type(3) {
  grid-row: 1 / 3;
}

.pro_item:nth-of-type(6),
.pro_item:nth-of-type(7),
.pro_item:nth-of-type(8) {
  grid-row: 3 / 5;
}

.pro_item {
  position: relative;
  overflow: hidden;
}

.pro_item>img {
  width: 100%;
  height: 100%;
  transition: transform 0.2s linear;
}

.pro_item:hover>img {
  transform: scale(1.1);
}

.pro_item .border {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 1;
}

.pro_item .border h3 {
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  color: #010101;
}

.pro_item .border img {
  position: absolute;
  pointer-events: none;
}

.pro_item .border p {
  position: absolute;
  font-size: 14px;
  color: #494949;
  line-height: 2.2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.pro_item:nth-of-type(1) .border h3,
.pro_item:nth-of-type(6) .border h3 {
  top: 65%;
  left: 30px;
}

.pro_item:nth-of-type(1) .border img,
.pro_item:nth-of-type(6) .border img {
  top: 65%;
  right: 40px;
}

.pro_item:nth-of-type(1) .border p,
.pro_item:nth-of-type(6) .border p {
  bottom: 6%;
  left: 30px;
  right: 40px;
}

.pro_item:nth-of-type(2) .border h3 {
  top: 8%;
  left: 40px;
}

.pro_item:nth-of-type(2) .border img {
  top: 18%;
  left: 40px;
}

.pro_item:nth-of-type(3) .border h3 {
  top: 8%;
  right: 50px;
}

.pro_item:nth-of-type(3) .border img {
  top: 18%;
  right: 80px;
}

.pro_item:nth-of-type(4) .border h3,
.pro_item:nth-of-type(5) .border h3,
.pro_item:nth-of-type(9) .border h3 {
  top: 32%;
  right: 30px;
}

.pro_item:nth-of-type(4) .border img,
.pro_item:nth-of-type(5) .border img,
.pro_item:nth-of-type(9) .border img {
  top: 52%;
  right: 30px;
}

.pro_item:nth-of-type(7) .border h3 {
  bottom: 18%;
  left: 40px;
}

.pro_item:nth-of-type(7) .border img {
  bottom: 8%;
  left: 40px;
}

.pro_item:nth-of-type(8) .border h3 {
  bottom: 18%;
  left: 110px;
}

.pro_item:nth-of-type(8) .border img {
  bottom: 8%;
  left: 110px;
}

.pro_item:nth-of-type(10) .border h3 {
  bottom: 7%;
  left: 35px;
}

.pro_item:nth-of-type(10) .border img {
  bottom: 7%;
  right: 30px;
}

/* industry */
.industry {
  margin-top: 5.7vw;
  margin-bottom: 5.7vw;
}

.industry_item {
  cursor: pointer;
}

.industry_item .ind_img {
  width: 6.25vw;
  height: 6.25vw;
  margin-right: 20px;
  border: 1px solid #E2E2E2;
  border-radius: 50%;
  transition: transform 0.2s linear;
}

.industry_item:hover .ind_img {
  transform: rotateY(360deg);
}

.industry_item .ind_img img {
  max-width: 50%;
}

.industry_item .ind_right {
  color: #555555;
}

.industry_item .ind_right h3 {
  margin-bottom: 10px;
  font-size: 1.6vw;
  line-height: 1em;
}

.industry_item .ind_right span {
  font-size: 0.7vw;
  text-transform: uppercase;
  font-weight: lighter;
}

/* about_wrapper */
.about_wrapper {
  position: relative;
  height: 37vw;
  margin-bottom: 6.6vw;
  background-image: url('../images/about_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}

.about_big_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 40vw;
}

.about_big_img img {
  width: 100%;
}

.about_main {
  padding: 7vw 0 0 0;
  width: 46vw;
}

.about_main .about_title {}

.about_main .about_title .at_left {
  color: #000000;
}

.about_main .about_title .at_left h2 {
  font-size: 26px;
  font-weight: bold;
}

.about_main .about_title .at_left span {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.about_main .about_title .at_more {}

.about_main .about_content {
  line-height: 2em;
  margin: 3vw 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

.about_main .about_link {
  width: 100%;
  height: 4.8vw;
  line-height: 4.8vw;
  font-size: 22px;
}

.about_main .about_link a {
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.about_main .about_link a span {
  font-weight: lighter;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.about_main .about_link .link_about {
  width: 50%;
  background-color: #BE292D;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.about_main .about_link .link_honor {
  width: 50%;
  background-color: #404040;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

/* news_wrapper */
.news_wrapper {
  margin-bottom: 50px;
}

.news_headline {
  margin-bottom: 50px;
}

.news_headline .news_head_text {
  margin-right: 50px;
}

.news_headline .news_head_text h3 {
  margin-bottom: 26px;
  font-size: 26px;
  line-height: 1em;
}

.news_headline .news_head_text span {
  font-size: 26px;
  line-height: 0;
  font-weight: bold;
  text-transform: uppercase;
}

.news_headline .news_head_category {
  flex: 1;
}

.news_headline .news_head_category li {
  width: 130px;
  height: 71px;
  margin-right: 7px;
  font-size: 18px;
  line-height: 71px;
  text-align: center;
  color: #FFFFFF;
  background-color: #404040;
  cursor: pointer;
  transition: background-color 0.2s linear;
}

.news_headline .news_head_category li:hover {
  background-color: #BE292D;
}

.news_headline .news_head_category li.news_category_active {
  background-color: #BE292D;
}

.news_headline .news_head_more {}

.news_headline .news_head_more img {}

.news_main_wrapper {}

.news_main {
  display: none;
}

.news_main:nth-of-type(1) {
  display: block;
}

.news_single {
  float: left;
  display: block;
  width: 25%;
  height: 21vw;
  padding: 20px;
  border-right: 1px solid #fff;
  background-color: #F6F6F6;
  transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
}

.news_single:hover {
  background-color: #BE292D;
}

.news_single .news_s_date {
  padding-bottom: 3.5vw;
  font-size: 30px;
  color: #9B9B9B;
  line-height: 1em;
  font-weight: bold;
  text-align: right;
  transition: padding-bottom 0.2s linear, color 0.2s linear;
}

.news_single:hover .news_s_date {
  padding-bottom: 2.5vw;
  color: #fff;
}

.news_single .news_s_title {
  position: relative;
  display: block;
  padding-bottom: 1vw;
  font-size: 16px;
  color: #555555;
  line-height: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: padding-bottom 0.2s linear, color 0.2s linear;
}

.news_single .news_s_title::after {
  position: absolute;
  top: 2.3vw;
  left: 0;
  content: '';
  width: 0;
  background-color: transparent;
  height: 1px;
  transition: width 0.6s linear;
}

.news_single:hover .news_s_title {
  padding-bottom: 1.5vw;
  /* border-bottom: 1px solid #DA6266; */
  color: #fff;
}

.news_single:hover .news_s_title::after {
  width: 100%;
  background-color: #DA6266;
}

.news_single .news_s_content {
  margin-top: 1vw;
  margin-bottom: 2vw;
  font-size: 14px;
  color: #9B9B9B;
  line-height: 2.1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  transition: margin-top 0.2s linear, color 0.2s linear;
}

.news_single:hover .news_s_content {
  margin-top: 1.5vw;
  color: #fff;
}

.news_single .news_s_more {
  position: relative;
  display: block;
}

.news_single .news_s_more .news_s_more1 {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.2s linear;
}

.news_single .news_s_more .news_s_more2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.2s linear;
}

.news_single:hover .news_s_more .news_s_more1 {
  opacity: 0;
}

.news_single:hover .news_s_more .news_s_more2 {
  opacity: 1;
}

/* contact_message */
.contact_message {
  min-height: 37.66vw;
  background-image: url('../images/foot_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.index_message {
  width: 42vw;
  padding-top: 5.2vw;
}

.index_message .index_message_t {
  padding-bottom: 2vw;
  font-size: 22px;
  color: #FFFFFF;
}

.index_message .index_message_form {}

.index_message .index_message_form .mes_input {
  width: calc(50% - 5px);
  height: 40px;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.4);
}

.index_message .index_message_form .mes_input label {
  padding: 0 15px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 40px;
}

.index_message .index_message_form .mes_input input {
  flex: 1;
  width: 100%;
  height: 40px;
  border: none;
  color: #fff;
  background-color: transparent;
}

.index_message .index_message_form .mes_demand {
  width: 100%;
  height: 11vw;
  margin-bottom: 2vw;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.4);
}

.index_message .index_message_form .mes_demand label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #fff;
}

.index_message .index_message_form .mes_demand textarea {
  width: 100%;
  flex: 1;
  border: none;
  color: #fff;
  background-color: transparent;
}

.index_message .index_message_form .mes_btn {
  width: 100%;
  height: 60px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 60px;
  border: none;
  background-color: #BE292D;
}

.index_contact {
  position: relative;
  width: 35.4vw;
  margin-top: 4.2vw;
}

.index_contact .ic_t {
  position: absolute;
  top: 0;
  left: 0;
  width: 23vw;
}

.index_contact .ic_text {
  position: absolute;
  top: 6vw;
  left: 0.2vw;
  font-size: 26px;
  color: #FFFFFF;
}

.index_contact .ic_code {
  position: absolute;
  top: 9.2vw;
  width: 7.2vw;
}

.index_contact .ic_scan {
  position: absolute;
  top: 17vw;
  left: 0.7vw;
  font-size: 14px;
  color: #FFFFFF;
}

.index_contact .ic_24 {
  position: absolute;
  top: 19.3vw;
  width: 2vw;
}

.index_contact .ic_phone {
  position: absolute;
  top: 19.3vw;
  left: 2.6vw;
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
}

.index_contact .ic_map {
  position: absolute;
  top: 4.2vw;
  right: 0;
  width: 24vw;
}

/* page_bottom */
.page_bottom {
  position: relative;
  height: 8.3vw;
  background-color: #212121;
}

.bottom_link {
  position: absolute;
  top: -2.5vw;
  left: 50%;
  transform: translateX(-50%);
  height: 5vw;
  padding: 0 22px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.bottom_link .link_left {
  padding-right: 12px;
}

.bottom_link .link_right {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page_footer {
  padding-top: 5vw;
  font-size: 14px;
  color: #888888;
}

.page_footer a {
  color: #888888;
}

/* inside */
.inside_main {
  width: 90vw;
  margin: 0 auto;
}

.inside_banner {
  width: 100%;
  height: 500px;
}

/* inside_common_title */
.inside_common_title {
  margin-top:40px;
  margin-bottom:40px;
}

.ict_left_img {
  margin-right: 10px;
}

.ict_left_text {
  flex: 1;
}
.ict_right li {
  height: 50px;
  margin-left: 7px;
  padding: 0 16px;
  line-height: 50px;
  background-color: #404040;
  font-size: 16px;
  transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
}

.ict_right li.ict_right_active {
  background-color: #BE292D;
}

.ict_right li:hover {
  background-color: #BE292D;
}

.ict_right li a {
  display: block;
  color: #FFFFFF;
}

/* inside_single */
.inside_single {
  margin-bottom: 50px;
}

.inside_about_img {
  width: 35%;
  overflow: hidden;
}

.inside_about_img img {
  width: 100%;
  transition: transform 0.2s linear;
}

.inside_about_img:hover img {
  transform: scale(1.1);
}

.inside_about_nr {
  flex: 1;
  padding: 10px 0 0 3%;
  font-size: 16px;
  line-height: 2.6em;
}

/* inside_picture */
.inside_picture {
  margin-bottom: 80px;
}

.inside_pro_item {
  width: 23.5%;
  margin: 0 2% 30px 0;
  padding: 10px;
  background-color: #E0E2F1;
  transition: box-shadow 0.2s linear, background-color 0.2s linear;
}

.inside_pro_item a {
  display: block;
}

.inside_pro_item:nth-of-type(4n) {
  margin-right: 0;
}

.inside_pro_item .pro_img {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 4px solid transparent;
  -webkit-transition: border 0.2s linear;
}

.inside_pro_item:hover .pro_img {
  border: 4px solid #BE292D;
}

.inside_pro_item .pro_img img {
  width: 100%;
  transition: transform 0.2s linear;
  -webkit-transition: transform 0.2s linear;
  -moz-transition: transform 0.2s linear;
  -ms-transition: transform 0.2s linear;
  -o-transition: transform 0.2s linear;
}

.inside_pro_item:hover .pro_img img {
  transform: scale(1.05);
}

.inside_pro_item .pro_text {
  padding: 10px 20px;
  transition: color 0.2s linear, background-color 0.2s linear;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear;
  -moz-transition: color 0.2s linear, background-color 0.2s linear;
  -ms-transition: color 0.2s linear, background-color 0.2s linear;
  -o-transition: color 0.2s linear, background-color 0.2s linear;
}

.inside_pro_item .pro_text h2 {
  padding-bottom: 10px;
  font-size: 18px;
  color: #010101;
  transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
}

.inside_pro_item:hover .pro_text h2 {
  color: #fff;
}

.inside_pro_item .pro_text p {
  font-size: 14px;
  line-height: 30px;
  color: #494949;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
}

.inside_pro_item:hover .pro_text p {
  color: #fff;
}

.inside_pro_item:hover .pro_text {
  background-color: #BE292D;
}

/* inside_contact_wrapper */
.inside_contact_wrapper {
  margin-bottom: 100px;
}

.inc_tit {
  margin-bottom: 50px;
  font-size: 14px;
}

.inside_contact {
  margin-bottom: 95px;
}

.inside_contact .inc_item {
  padding: 0 20px 0 0;
  width: 22%;
  margin-right: 4%;
  border-right: 1px solid #dbdbdb;
}

.inside_contact .inc_item:last-of-type {
  margin-right: 0;
  border-right: 1px solid transparent;
}

.inside_contact .inc_item .c_icon {
  padding: 0;
}

.inside_contact .inc_item .c_icon img {
  padding: 0;
}

.inside_contact .inc_item .fg_line {
  margin: 30px 0;
  border: solid #BE292D 1px;
  display: block;
  width: 40px;
}

.inside_contact .inc_item .inc_info {
  padding: 0;
}

.inside_contact .inc_item .inc_info h6 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #1a1a1a;
}

.inside_contact .inc_item .inc_info p {
  font-size: 14px;
  line-height: 26px;
}

.inside_map {
  padding-bottom: 70px;
}

.ineide_map_main {
  width: 100%;
  height: 500px;
}

.inside_message {
  padding: 0;
}

.inside_message .inside_form_input {
  margin-bottom: 35px;
  color: #fff;
  width: 48%;
  border: 1px solid transparent;
  transition: box-shadow 0.2s linear, border 0.2s linear;
  -webkit-transition: box-shadow 0.2s linear, border 0.2s linear;
  -moz-transition: box-shadow 0.2s linear, border 0.2s linear;
  -ms-transition: box-shadow 0.2s linear, border 0.2s linear;
  -o-transition: box-shadow 0.2s linear, border 0.2s linear;
}

.inside_message .inside_form_input:hover {
  border: 1px solid #BE292D;
  box-shadow: 0 0 10px -7px rgba(129, 129, 129, 1);
}

.inside_message .inside_form_input .inside_ipt {
  padding: 17px;
  color: #808080;
  border: 1px solid #dbdbdb;
  font-size: 14px;
  width: 100%;
}

.inside_message .inside_form_textarea {
  margin-bottom: 55px;
  display: inline-block;
  width: 100%;
  border: 1px solid transparent;
  transition: box-shadow 0.2s linear, border 0.2s linear;
  -webkit-transition: box-shadow 0.2s linear, border 0.2s linear;
  -moz-transition: box-shadow 0.2s linear, border 0.2s linear;
  -ms-transition: box-shadow 0.2s linear, border 0.2s linear;
  -o-transition: box-shadow 0.2s linear, border 0.2s linear;
}

.inside_message .inside_form_textarea:hover {
  border: 1px solid #BE292D;
  box-shadow: 0 0 10px -7px rgba(129, 129, 129, 1);
}

.inside_message .inside_form_textarea .inside_tarea {
  padding: 17px;
  height: 210px;
  border: 1px solid #dbdbdb;
  color: #6d6d6d;
  font-size: 14px;
  width: 100%;
}

.inside_message .inside_form_btn {
  display: inline-block;
  width: 100%;
}

.inside_message .inside_form_btn .inside_btn {
  padding: 15px 70px;
  background-color: #282828;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  border-bottom: solid #BE292D 2px;
  transition: box-shadow 0.2s linear;
  transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
}

.inside_message .inside_form_btn .inside_btn:hover {
  box-shadow: 0 0 10px -7px rgba(129, 129, 129, 1);
  background-color: #BE292D;
}

/* inside_news_wrapper */
.inside_news_wrapper {
  margin-bottom: 80px;
}

.inside_news_item {
  width: 49%;
  border: 1px solid #dadada;
  padding: 20px;
  margin-bottom: 40px;
  transition: border 0.2s linear;
  -webkit-transition: border 0.2s linear;
  -moz-transition: border 0.2s linear;
  -ms-transition: border 0.2s linear;
  -o-transition: border 0.2s linear;
}

.inside_news_item:hover {
  border: 1px solid #BE292D;
}

.inside_news_item .inside_news_item_img {
  width: 240px;
  height: 170px;
  margin-right: 30px;
  overflow: hidden;
}

.inside_news_item .inside_news_item_img img {
  width: 100%;
  height: 100%;
  transition: transform 0.2s linear;
}

.inside_news_item:hover .inside_news_item_img img {
  transform: scale(1.1);
}

.inside_news_item .inside_news_item_info {
  flex-direction: column;
  flex: 1;
}

.inside_news_item .inside_news_item_info h3 {
  font-size: 22px;
  line-height: 1.8em;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.inside_news_item .inside_news_item_info h3 a {
  color: #000;
  transition: color 0.2s linear;
}

.inside_news_item:hover .inside_news_item_info h3 a {
  color: #BE292D;
}

.inside_news_item .inside_news_item_info span {
  color: #999;
  line-height: 22px;
}

.inside_news_item .inside_news_item_info p {
  line-height: 22px;
  width: 100%;
  color: #777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.inside_news_item .inside_news_item_info>a {
  display: block;
}

/* inside_news_detail */
.inside_news_detail {
  margin-bottom: 120px;
}

.inside_news_detail .ind_title_wrapper {
  margin-bottom: 50px;
  padding-bottom: 25px;
  text-align: center;
  border-bottom: 1px solid #dbdbdb;
}

.inside_news_detail .ind_title_wrapper .ind_title {
  text-align: center;
  margin-bottom: 35px;
  font-size: 28px;
  color: #333333;
}

.inside_news_detail .ind_title_wrapper .ind_info {
  font-size: 12px;
  color: #888888;
}

.inside_news_detail .ind_title_wrapper .ind_info span {
  margin: 0 5px;
}

.inside_news_detail .ind_main {
  font-size: 16px;
  line-height: 2em;
}

.inside_news_detail .ind_main img {
  max-width: 100%;
}

/* inside_picture_detail */
.inside_picture_detail {
  width: 100%;
  padding: 0;
}

.inside_picture_detail .ipd_title {
  padding-bottom: 25px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 28px;
  color: #333;
}

.inside_picture_detail .ipd_main {
  padding-top: 40px;
  font-size: 16px;
  line-height: 2em;
}

/* inside rigth */
.inside-main-content {
  width: 80%;
}

/* inside product */
.inside-product {}

.inside-pro-item {
  width: 23.875%;
  margin-right: 1.5%;
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid #ddd;
  transition: all .2s linear;
}

.inside-pro-item:nth-of-type(4n) {
  margin-right: 0;
}

.inside-pro-item:hover {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(129, 129, 129, .3);
}

.inside-pro-item .pro-img {
  width: 100%;
  overflow: hidden;
}

.inside-pro-item .pro-img img {
  width: 100%;
}

.inside-pro-item:hover .pro-img img {
  transform: scale(1.05);
}

.inside-pro-item .pro-text {
  height: 70px;
  font-size: 16px;
  line-height: 70px;
  text-align: center;
  transition: all .2s linear;
  border-top: 1px solid #ddd;
}

.inside-pro-item:hover .pro-text {
  color: #fff;
  background-color: #8292a5;
}

.inside-pro-item:hover a {
  color: #fff;
}

/* inside_picture_product */
.inside_picture_product {
  margin-bottom: 40px;
}

.ipp_top {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #eee;
}

.ipp_img {
  width: 35%;
  margin-right: 40px;
  overflow: hidden;
}

.ipp_img img {
  width: 100%;
  transition: transform 0.2s linear;
}

.ipp_top:hover .ipp_img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.ipp_right {
  flex: 1;
}

.ipp_right h3 {
  padding-bottom: 20px;
  font-size: 26px;
  font-weight:bold;
  color:#BE292D;
  border-bottom: 1px dashed #ddd;
}

.ipp_right .ipp_dec {
  padding: 20px 0;
  font-size:16px;
  line-height:36px;
}

.ipp_right .ipp_bottom {}

.ipp_right .ipp_bottom img {
  margin-right: 20px;
  transition: transform 0.2s linear;
  -webkit-transition: transform 0.2s linear;
  -moz-transition: transform 0.2s linear;
  -ms-transition: transform 0.2s linear;
  -o-transition: transform 0.2s linear;
}

.ipp_top:hover .ipp_right .ipp_bottom img {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
}

.ipp_right .ipp_bottom p {
  margin-right: 10px;
  font-size: 18px;
}

.ipp_right .ipp_bottom h6 {
  flex: 1;
  font-size: 28px;
  font-weight: bold;
  color: #BE292D;
}

.ipp_right .ipp_bottom a {
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: #BE292D;
  transition: width 0.2s linear;
  -webkit-transition: width 0.2s linear;
  -moz-transition: width 0.2s linear;
  -ms-transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
}

.ipp_top:hover .ipp_right .ipp_bottom a {
  width: 130px;
}

.ipp_content {}

.ipp_content .ipp_content_item {
  width: 49%;
  margin-bottom: 30px;
  border: 1px solid #eee;
}

.ipp_content .ipp_content_item h5 {
  padding: 10px 20px;
  font-size: 22px;
  border-bottom: 1px dashed #ddd;
  color: #BE292D;
}

.ipp_content .ipp_content_item .ict_nr {
  padding: 10px 20px;
  line-height: 2em;
}
.ipp_content .ipp_content_item .ict_nr img { max-width:100%;}