/* 内页 */
.inside-page {
  padding: 54px 0;
  min-height: 400px;
}
.inside-page .page {
  max-width: none;
  width: 95%;
  padding: 27px 0;
  display: flex;
  align-items: flex-start;
}
.inside-page .main {
  flex: 1;
}
.left_nav {
  width: 20.875%;
  margin-right: 5.5%;
  position: relative;
  z-index: 2;
}
.left_nav .tit {
  background-color: #e9141a;
  position: relative;
}
.left_nav .tit::after {
  content: '';
  width: 21px;
  height: 17px;
  background: url(../images/folderOpen.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.left_nav li {
  background-color: #1a203b;
}
.left_nav li:hover {
  background-color: #303f9f;
}
.left_nav .on {
  background-color: #303f9f;
}
.left_nav a {
  padding: 0 10px;
  color: #fff;
  line-height: 40px;
}
.about_us table {
  width: 100%;
  padding: 4% 0;
  display: flex;
}
.about_us table tbody {
  width: 100%;
}
.about_us table tr {
  display: flex;
  justify-content: space-between;
  padding: 2vw 0;
  max-width: 1080px;
  margin: 0 auto;
}
.about_us table td {
  width: auto;
  margin-right: 5.5%;
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
  color: #1a203b;
  letter-spacing: 1px;
  word-break: normal !important;
}
.about_us table td:last-child {
  margin-right: 0;
}
.about_us table:nth-of-type(1) {
  background-color: #1a203b;
}
.about_us table:nth-of-type(1) td {
  flex: 1;
  color: #fff;
}
.about_us table:nth-of-type(2) {
  padding: 0;
  position: relative;
}
.about_us table:nth-of-type(2)::before {
  content: '';
  width: 50%;
  height: 100%;
  background-color: #0f1154;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.about_us table:nth-of-type(2) tr {
  padding: 50px 0 50px 60px;
  background-color: #fff;
}
.about_us table:nth-of-type(2) tr td {
  flex: auto;
}
.about_us table:nth-of-type(2) tr td h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #0f1154;
  letter-spacing: 5px;
  line-height: 1.6;
}
.about_us table:nth-of-type(2) tr td h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 60px;
  color: #1a203b;
  line-height: 1.2;
  margin: 30px 0;
}
.about_us table:nth-of-type(2) tr td a {
  font-size: 18px;
  padding: 14px 24px;
  background-color: #1a203b;
  color: #fff;
}
.about_us table:nth-of-type(3) {
  padding: 2% 0;
}
.about_us table:nth-of-type(3) td {
  flex: 1;
  max-width: 800px;
  margin: 0 auto;
}
.about_us table:nth-of-type(3) td img {
  padding: 15px 20px;
}
.about_us table:nth-of-type(3) td:nth-child(2) img {
  padding: 15px 0;
}
.products_list h1 {
  font-size: 40px;
  font-weight: bold;
  color: #e9141a;
  margin-bottom: 3.735%;
}
.products_list h2 {
  font-size: 32px;
  color: #e9141a;
  margin-bottom: 3.735%;
}
.products_list h6 {
  font-size: 14px;
  color: #999;
  padding-bottom: 14px;
}
.products_list a.more {
  display: block;
  width: 108px;
  border: 2px solid #e9141a;
  border-radius: 3px;
  margin: -15px 0 3.735% auto;
  padding: 0.3em 1em !important;
}
.products_list a.more:hover {
  border-color: #eee;
  background-color: #eee;
}
.products_list a.more:hover i {
  right: -1em;
}
.products_list ul {
  display: flex;
  flex-wrap: wrap;
}
.products_list ul li {
  width: 16.95%;
  margin: 0 3.8% 2.992em 0;
}
.products_list ul li:nth-child(5n) {
  margin-right: 0;
}
.products_list ul li .pic {
  margin-bottom: 10px;
  position: relative;
}
.products_list ul li .pic i {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #ddd;
  background-color: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #e9141a;
  opacity: 0;
  transition: all 0.3s;
}
.products_list ul li .pic:hover i {
  opacity: 1;
}
.products_list ul li p {
  padding: 10px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.products_list ul li .more {
  background-color: #e9141a;
  color: #fff;
  margin-top: 1em;
  text-transform: uppercase;
}
.Product_details .pro_pics {
  width: 20.875%;
  margin-right: 5.5%;
}
.Product_details .pro_pics .pics-con img {
  max-width: none;
  width: 100%;
  padding: 1px;
}
.Product_details .pro_pics .pics-tab {
  margin-top: 30px;
}
.Product_details .pro_pics .pics-tab .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  transform: translate(0) !important;
}
.Product_details .pro_pics .pics-tab .swiper-wrapper li {
  width: 20% !important;
  margin-right: 6.66%;
  margin-bottom: 6.66%;
  opacity: 0.5;
  transition: all 0.3s;
  cursor: pointer;
}
.Product_details .pro_pics .pics-tab .swiper-wrapper li:nth-child(4n) {
  margin-right: 0;
}
.Product_details .pro_pics .pics-tab .swiper-wrapper li:hover {
  opacity: 1;
}
.Product_details .pro_pics .pics-tab .swiper-wrapper .my-slide-thumb-active {
  opacity: 1;
}
.Product_details .pro_content {
  flex: 1;
}
.Product_details .pro_content h1 {
  font-size: 30px;
  margin-bottom: 5.82%;
}
.Product_details .pro_content .con {
  margin-bottom: 5.82%;
}
.Product_details .pro_content .con p {
  font-size: 14px;
  line-height: 1.7;
  color: #1a203b;
}
.Product_details .pro_content .con table {
  width: 100%;
  text-align: left;
}
.Product_details .pro_content .con table thead {
  background-color: #f9fafb;
}
.Product_details .pro_content .con table tr:nth-child(2n) {
  background-color: #f9fafb;
}
.Product_details .pro_content .con table thead:hover,
.Product_details .pro_content .con table tr:hover {
  background-color: #f1f1f1;
}
.Product_details .pro_content .con table td,
.Product_details .pro_content .con table th {
  border: 1px solid rgba(34, 36, 38, 0.1);
  padding: 0.78571429em;
  font-size: 14px;
  font-weight: bold;
}
.Product_details .pro_content .con table th {
  font-size: 15px;
}
.Product_details .pro_content .pos_in {
  display: flex;
  border-top: 1px solid #dadada;
  font-size: 14px;
  color: #666;
  padding-top: 6px;
}
.message-w {
  padding-bottom: 123px;
  background: url(../images/message-bg.jpg) no-repeat center;
  background-size: cover;
}
.message-w .page {
  background-color: #fff;
  padding: 45px 5%;
  max-width: 1364px;
}
.message-w h1 {
  font-weight: normal;
}
.message-w h2 {
  font-size: 42px;
  font-weight: normal;
}
.message-w .box {
  display: flex;
  margin-top: 4%;
}
.message-w .box .rg {
  flex: 1;
}
.message-w .box .rg p {
  color: #a6a6a6;
  line-height: 1.7;
  margin-top: 1.8em;
}
.message-w form {
  width: 55.2%;
  margin-right: 4.3%;
}
.message-w .form-con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.message-w .form-con input,
.message-w .form-con textarea,
.message-w .form-con select {
  margin-bottom: 15px;
  padding: 17px 26px;
  border: 1px solid #ddd;
  font-size: 16px;
  line-height: 120%;
  background-color: #fff !important;
}
.message-w .form-con input::placeholder,
.message-w .form-con textarea::placeholder,
.message-w .form-con select::placeholder {
  font-size: 15px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 768px) {
  .message-w .form-con input,
  .message-w .form-con textarea,
  .message-w .form-con select {
    font-size: 16px;
  }
  .message-w .form-con input::placeholder,
  .message-w .form-con textarea::placeholder,
  .message-w .form-con select::placeholder {
    font-size: 16px;
  }
}
.message-w .form-con input {
  width: calc(50% - 7px);
  padding-right: 47px;
  background: url(../images/x.png) no-repeat right center;
}
@media screen and (max-width: 768px) {
  .message-w .form-con input {
    width: 100%;
  }
}
.message-w .form-con input[name="mail"] {
  width: 100%;
}
.message-w .form-con select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background: url(../images/down-ico.png) no-repeat right center;
  color: rgba(0, 24, 66, 0.5);
}
.message-w .form-con option {
  color: rgba(0, 24, 66, 0.5);
}
.message-w .form-con textarea {
  width: 100%;
}
.message-w input[type="submit"] {
  display: inline-block;
  padding: 15px 32px;
  background-color: #1a203b;
  border: none;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 20px;
  cursor: pointer;
}
.message-w input[type="submit"] i {
  margin-left: 10px;
}
.message-w input[type="submit"]:hover {
  background-color: #f1f1f1;
  color: #1a203b;
}
.contact-w {
  padding: 6% 0 6.5%;
  position: relative;
}
.contact-w::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #33373a;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.contact-w .page {
  max-width: 1170px;
  padding: 60px;
  background: url(../images/contact-bg.jpg) no-repeat center;
  z-index: 1;
}
.contact-w .page::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #1a203b;
  z-index: -1;
  transition: all 0.3s linear;
}
.contact-w .page:hover::after {
  width: calc(100% - 120px);
  height: calc(100% - 120px);
}
.contact-w .box {
  max-width: 550px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  padding: 31px 44px 3px;
}
.contact-w .box p {
  margin-bottom: 28px;
}
.contact-w .box a:hover {
  color: #999;
}
