.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*table*/
.table-box {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
.table-box table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.2;
}
.table-box table tr,
.table-box table td,
.table-box table th {
  width: auto !important;
  height: auto !important;
  background-color: #f2f3f4;
  color: #02152d;
}
.table-box table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.table-box table tr:nth-child(even) {
  background-color: #ffffff;
}
.table-box table td,
.table-box table th {
  vertical-align: middle;
  font-weight: normal;
  padding: 10px !important;
  border: 1px solid #EEEEEE !important;
  font-size: 15px;
}
@media (max-width: 767px) {
  .table-box table td,
  .table-box table th {
    font-size: 14px;
  }
}
.table-box table tr p,
.table-box table tr span {
  line-height: 1.2 !important;
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.table-box table th {
  text-align: center;
}
.table-box .table-nav {
  overflow: hidden;
}
.table-box .table-content {
  overflow-x: auto;
  overflow-y: auto;
  max-height: 300px;
  max-height: 42vh;
}
.banner {
  overflow: hidden;
  padding-top: 140px;
}
.banner .banner-content {
  position: relative;
}
.banner .banner-content .slickbanner {
  position: relative;
}
.banner .banner-content .slickbanner .slick-list {
  margin-bottom: -5px;
}
.banner .banner-content .slickbanner .slick-list .item {
  display: block;
}
.banner .banner-content .slickbanner .slick-list .item img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  /* height: auto !important; */
}
.banner .banner-content .slickbanner .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 75px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.banner .banner-content .slickbanner .slick-arrow:hover {
  border-color: rgba(61, 64, 117, 0.8);
  background-color: rgba(61, 64, 117, 0.8);
}
.banner .banner-content .slickbanner .slick-arrow::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e9b5';
  color: #ffffff;
  font-size: 45px;
}
.banner .banner-content .slickbanner .slick-prev {
  left: 92px;
}
.banner .banner-content .slickbanner .slick-next {
  right: 92px;
}
.banner .banner-content .slickbanner .slick-next::before {
  content: '\e72f';
}
.banner .banner-content .slickbanner .slick-dots {
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
}
.banner .banner-content .slickbanner .slick-dots li {
  display: inline-block;
  padding: 0 22px;
}
.banner .banner-content .slickbanner .slick-dots li button {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  font-size: 0;
  background-color: #ffffff;
}
.banner .banner-content .slickbanner .slick-dots li button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.banner .banner-content .slickbanner .slick-dots .slick-active button::before {
  opacity: 1;
}
.index-product {
  overflow: hidden;
}
.index-product .index-product-slick {
  position: relative;
}
.index-product .index-product-slick .slick-list {
  margin: 0 -12px;
}
.index-product .index-product-slick .slick-list .slick-slide {
  padding: 0 12px;
}
.index-product .index-product-slick .slick-list .slick-slide > div:nth-child(1) {
  margin-bottom: 20px;
}
.index-product .index-product-slick .slick-list .slick-slide .item {
  position: relative;
  display: block;
}
.index-product .index-product-slick .slick-list .slick-slide .item:hover .txt .txt1 {
  transform: translate(-50%, -50%) scale(0);
}
.index-product .index-product-slick .slick-list .slick-slide .item:hover .txt .txt2 {
  transform: translate(-50%, -50%) scale(1);
}
.index-product .index-product-slick .slick-list .slick-slide .item .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(61, 64, 117, 0.5);
}
.index-product .index-product-slick .slick-list .slick-slide .item .txt P {
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  font-family: 'OpenSans-Bold';
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
.index-product .index-product-slick .slick-list .slick-slide .item .txt .txt1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
  z-index: 2;
  transition: all 0.55s;
  -webkit-transition: all 0.55s;
}
.index-product .index-product-slick .slick-list .slick-slide .item .txt .txt2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
  background-color: #3d4075;
  z-index: 3;
  transition: all 0.55s;
  -webkit-transition: all 0.55s;
}
.index-product .index-product-slick .slick-list .slick-slide .item .txt .txt2 p::after {
  content: '+';
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  border-radius: 50%;
  background-color: #2d305c;
}
.index-product .index-product-slick .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 78px;
  border: 1px solid #e8eaeb;
  font-size: 0;
  background-color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.index-product .index-product-slick .slick-arrow:hover {
  border-color: #3d4075;
  background-color: #3d4075;
}
.index-product .index-product-slick .slick-arrow:hover::before {
  color: #fff;
}
.index-product .index-product-slick .slick-arrow::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e9b5';
  font-size: 25px;
}
.index-product .index-product-slick .slick-prev {
  transform: translate(-100%, -50%);
  left: -60px;
}
.index-product .index-product-slick .slick-next {
  transform: translate(100%, -50%);
  right: -60px;
}
.index-product .index-product-slick .slick-next::before {
  content: '\e72f';
}
.index-product .more {
  margin: 50px auto 80px;
  display: block;
  width: 177px;
  height: 52px;
  border-radius: 26px;
  font-size: 16px;
  color: #fafafa;
  text-align: center;
  line-height: 52px;
  font-family: 'OpenSans-Bold';
  background-color: #3d4075;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.index-product .more:hover {
  background-color: #fafafa;
  color: #3d4075;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.index-product .more:hover::after {
  color: #3d4075;
}
.index-product .more::after {
  padding-left: 15px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e62b';
  color: #fff;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.index-about {
  overflow: hidden;
  height: 610px;
  padding: 120px 0 80px;
  background: no-repeat center fixed;
  background-size: cover;
}
.index-about .left-txt {
  float: left;
  width: 670px;
}
.index-about .left-txt .title {
  text-align: left;
}
.index-about .left-txt .title b {
  padding: 15px 0 7px;
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #fafafa;
  font-weight: 700;
  text-transform: uppercase;
}
.index-about .left-txt .title h2 {
  margin: 0;
  font-size: 34px;
  line-height: 40px;
  color: #fafafa;
  font-family: 'OpenSans-Bold';
  text-transform: uppercase;
}
.index-about .left-txt .title h2 a:hover {
  text-decoration: underline;
}
.index-about .left-txt .txt {
  margin-top: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.875;
  color: #fafafa;
}
.index-about .left-txt .more {
  margin-top: 55px;
  display: block;
  width: 177px;
  height: 52px;
  border-radius: 26px;
  font-size: 16px;
  color: #3d4075;
  text-align: center;
  line-height: 52px;
  font-family: 'OpenSans-Bold';
  background-color: #fff;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.index-about .left-txt .more:hover {
  background-color: #3d4075;
  color: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
.index-about .left-txt .more:hover::after {
  color: #fff;
}
.index-about .left-txt .more::after {
  padding-left: 15px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e62b';
  color: #3d4075;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.index-about .right-pic {
  position: relative;
  float: right;
  width: 410px;
}
.index-about .right-pic::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 94px;
  height: 81px;
  background: url(../image/about_icon.png) no-repeat center;
  z-index: 2;
}
.index-about .right-pic .img-box {
  border-radius: 50%;
}
.num {
  overflow: hidden;
  padding: 85px 0;
  background-color: #ecedfa;
}
.num ul li {
  float: left;
  width: 400px;
}
.num ul li b {
  position: relative;
  display: block;
  padding-left: 65px;
  margin-bottom: 20px;
}
.num ul li b::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e642';
  color: #fafafa;
  font-weight: 400;
  font-size: 19px;
  background-color: #3d4075;
}
.num ul li b span {
  font-size: 48px;
  line-height: 0.72916667;
  color: #333333;
  font-family: 'OpenSans-Bold';
}
.num ul li b sub {
  bottom: 4px;
  left: 6px;
  font-size: 16px;
  color: #666666;
  font-weight: 600;
  font-family: 'OpenSans';
}
.num ul li:nth-child(1) {
  padding-left: 40px;
  padding-right: 35px;
}
.num ul li:nth-child(2) {
  padding-left: 40px;
  padding-right: 45px;
}
.num ul li:nth-child(2) b::before {
  content: '\e623';
}
.num ul li:nth-child(3) {
  width: 370px;
  padding-left: 40px;
  padding-right: 60px;
}
.num ul li:nth-child(3) b::before {
  content: '\e62a';
  font-size: 22px;
}
.index-new {
  overflow: hidden;
  padding-bottom: 50px;
}
.index-new .new-list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px dashed #dcdcdc;
}
.index-new .new-list li {
  width: 300px;
  height: 360px;
  margin-bottom: 30px;
  padding-right: 30px;
}
.index-new .new-list li .item {
  position: relative;
  padding-top: 30px;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.index-new .new-list li .item:hover {
  padding-top: 15px;
}
.index-new .new-list li .item:hover::before {
  width: 100%;
}
.index-new .new-list li .item:hover .new-name a {
  color: #3d4075;
}
.index-new .new-list li .item:hover .pic img {
  transform: scale(1.05);
}
.index-new .new-list li .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 4px;
  width: 0;
  background-color: #3d4075;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.index-new .new-list li .item .new-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-family: 'OpenSans-Bold';
}
.index-new .new-list li .item .new-name a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.index-new .new-list li .item .date {
  padding: 5px 0 10px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  font-family: 'OpenSans-Bold';
}
.index-new .new-list li .item .pic {
  display: block;
}
.index-new .new-list li .item .pic .img-box {
  padding-bottom: 61.11111111%;
}
.index-new .new-list li .item .pic .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-new .new-list li .item .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 18px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.index-new .new-list li .item .more {
  margin-top: 10px;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-family: 'OpenSans-Bold';
  color: #c6352e;
  text-transform: capitalize;
  text-decoration: underline;
}
.index-new .new-list li:nth-child(4n) {
  width: 270px;
  padding-right: 0;
}
.about {
  overflow: hidden;
}
.about .info {
  overflow: hidden;
  padding: 85px 0;
  border-bottom: 1px solid #e5e5e5;
}
.about .info .left-txt {
  float: left;
  width: 670px;
}
.about .info .left-txt .title {
  text-align: left;
  padding-bottom: 20px;
}
.about .info .left-txt .title b {
  padding: 15px 0 7px;
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
}
.about .info .left-txt .title h2 {
  margin: 0;
  font-size: 34px;
  line-height: 40px;
  color: #333333;
  font-family: 'OpenSans-Bold';
  text-transform: uppercase;
}
.about .info .left-txt .txt {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.about .info .right-pic {
  float: right;
  width: 450px;
}
.about .info .right-pic .img-box {
  padding-bottom: 88.88888889%;
}
.about .num {
  background-color: #fff;
}
.product-page .container {
  position: relative;
}
.product-page .container::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  z-index: 2;
}
.product-page .container .left {
  position: relative;
  z-index: 3;
  float: left;
  width: 300px;
}
.product-page .container .left .p-nav {
  position: relative;
}
.product-page .container .left .p-nav .title h2 {
  width: 100%;
  display: block;
}
.product-page .container .left .p-nav .title a {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  display: block;
  width: 100%;
  height: 72px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-size: 24px;
  line-height: 72px;
  font-family: 'OpenSans-Bold';
  color: #fafafa;
  text-transform: uppercase;
  background-color: #333667;
}
.product-page .container .left .p-nav .p-nav1 {
  padding: 25px 15px;
  background-color: #fff;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
.product-page .container .left .p-nav .p-nav1 > li > a {
  position: relative;
  display: block;
  padding: 5px 20px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  color: rgba(29, 29, 29);
  text-transform: capitalize;
  background-color: rgba(51,54,103,.3);
}

.container .left .p-nav .p-nav1 > li > a.active {background:linear-gradient(-45deg,#ff9415,#ff6600);color:#fff}


.product-page .container .left .p-nav .p-nav1 > li > a:hover {
  color: #30375b;
  text-decoration: underline;
}
.product-page .container .left .p-nav .p-nav1 > li > a:hover::before {
  color: #30375b;
}
.product-page .container .left .p-nav .p-nav1 > .more > a::before,
.product-page .container .left .p-nav .p-nav1 > .more > a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  width: 10px;
  height: 2px;
  background-color: #333333;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.product-page .container .left .p-nav .p-nav1 > .more > a::after {
  transform: translateY(-50%) rotateZ(90deg);
}
.product-page .container .left .p-nav .p-nav1 > .active > a {
  font-size: 16px;
  color: #30375b;
  font-family: 'OpenSans-Bold';
  text-decoration: underline;
}
.product-page .container .left .p-nav .p-nav1 > .active > a::after {
  top: 65%;
  opacity: 0;
}
.product-page .container .left .p-nav .p-nav2 {
  display: none;
  margin-top: -7px;
}
.product-page .container .left .p-nav .p-nav2 > li {
  margin-bottom: 5px;
}
.product-page .container .left .p-nav .p-nav2 > li > a {
  position: relative;
  display: block;
  padding-left: 18px;
  font-size: 14px;
  line-height: 30px;
  color: #333333;
}
.product-page .container .left .p-nav .p-nav2 > li > a::before {
  position: absolute;
  top: 0;
  left: 5px;
  content: '>';
  color: #a1a1a1;
}
.product-page .container .left .p-nav .p-nav2 > li > a:hover {
  color: #30375b;
  text-decoration: underline;
}
.product-page .container .left .p-nav .p-nav2 > li > a:hover::before {
  color: #30375b;
}
.product-page .container .left .p-nav .p-nav2 > .active > a {
  color: #30375b;
  text-decoration: underline;
}
.product-page .container .left .p-nav .p-nav2 > .active > a::before {
  color: #30375b;
}
.product-page .container .right {
  overflow: hidden;
  position: relative;
  z-index: 3;
  float: right;
  width: 830px;
}
.product-page .container .right .p-bar {
  padding: 20px 0 25px;
}
.product-page .container .right .p-bar li {
  display: inline-block;
}
.product-page .container .right .p-bar li::after {
  padding: 0 5px;
  content: '/';
}
.product-page .container .right .p-bar li a {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.product-page .container .right .p-bar li a:hover {
  color: #3d4075;
  text-decoration: underline;
}
.product-page .container .right .p-bar li:last-child::after {
  display: none;
}
.product .product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding-bottom: 35px;
}
.product .product-list li {
  width: 33.333333%;
  padding: 0 8px;
}
.product .product-list li .item {
  position: relative;
  padding-bottom: 47px;
}
.product .product-list li .item:hover .pic::before {
  opacity: 1;
}
.product .product-list li .item:hover .txt {
  top: 60px;
  transform: translateY(0);
}
.product .product-list li .item:hover .txt p {
  color: #fafafa;
}
.product .product-list li .item .pic {
  position: relative;
  display: block;
}
.product .product-list li .item .pic::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 54, 103, 0.6);
  opacity: 0;
  z-index: 2;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.product .product-list li .item .pic .img-box {
  padding-bottom: 67.9245283%;
}
.product .product-list li .item .txt {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(-47px);
  width: 100%;
  text-align: center;
  line-height: 40px;
  color: rgba(29, 29, 29);
  font-weight: 700;
  font-size: 16px;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  z-index: 3;
}
.product .product-list li .item .txt p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.product .page {
  padding-bottom: 80px;
}
.product-details .right {
  padding-bottom: 60px;
}
.product-details .info {
  overflow: hidden;
  padding-top: 15px;
}
.product-details .info .left-pic {
  float: left;
  width: 425px;
}
.product-details .info .left-pic .product-slick {
  position: relative;
}
.product-details .info .left-pic .product-slick .slick-list {
  margin-bottom: -5px;
}
.product-details .info .left-pic .product-slick .slick-list .slick-slide .item .img-box {
  padding-bottom: 67.9245283%;
}
.product-details .info .left-pic .product-slick .slick-dots {
  position: absolute;
  bottom: 25px;
  right: 20px;
  z-index: 3;
}
.product-details .info .left-pic .product-slick .slick-dots li {
  display: inline-block;
  padding: 0 4.5px;
}
.product-details .info .left-pic .product-slick .slick-dots li button {
  width: 11px;
  height: 11px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 0;
  background-color: transparent;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.product-details .info .left-pic .product-slick .slick-dots .slick-active button {
  background-color: #fff;
}
.product-details .info .right-txt {
  float: right;
  width: 380px;
}
.product-details .info .right-txt .title {
  padding: 20px 0 15px;
  text-align: left;
}
.product-details .info .right-txt .title h1 {
  margin: 0;
  font-size: 30px;
  line-height: 45px;
  color: #333333;
  font-family: 'OpenSans-Bold';
}
.product-details .info .right-txt .txt p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.product-details .page-title {
  padding: 55px 0 15px;
}
.product-details .page-title h2 {
  margin: 0;
  font-size: 30px;
  line-height: 45px;
  color: #333333;
  font-family: 'OpenSans-Bold';
}
.product-details .p-details {
  overflow: hidden;
}
.product-details .p-details .content {
  padding: 20px 30px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.product-details .p-details .content p {
  font-size: 14px;
  line-height: 2.57142857;
  color: #666666;
}
.product-details .p-other {
  overflow: hidden;
}
.product-details .p-other .content ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.product-details .p-other .content ul li {
  width: 33.333333%;
  padding: 0 8px;
}
.product-details .p-other .content ul li .item {
  position: relative;
  padding-bottom: 47px;
}
.product-details .p-other .content ul li .item:hover .pic::before {
  opacity: 1;
}
.product-details .p-other .content ul li .item:hover .txt {
  top: 60px;
  transform: translateY(0);
}
.product-details .p-other .content ul li .item:hover .txt p {
  color: #fafafa;
}
.product-details .p-other .content ul li .item .pic {
  position: relative;
  display: block;
}
.product-details .p-other .content ul li .item .pic::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 54, 103, 0.6);
  opacity: 0;
  z-index: 2;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.product-details .p-other .content ul li .item .pic .img-box {
  padding-bottom: 67.9245283%;
}
.product-details .p-other .content ul li .item .txt {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(-47px);
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  color: #666666;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  z-index: 3;
}
.product-details .p-other .content ul li .item .txt p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.new {
  overflow: hidden;
  padding-bottom: 80px;
}
.new .title {
  padding: 75px 0 30px;
}
.new .new-list {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.new .new-list li {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 25px;
}
.new .new-list li .item {
  position: relative;
  padding-bottom: 10px;
  height: 345px;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.new .new-list li .item:hover::before {
  width: 100%;
}
.new .new-list li .item:hover .pic img {
  transform: scale(1.1);
}
.new .new-list li .item:hover .new-name a {
  color: #333667;
}
.new .new-list li .item:hover .txt p {
  color: #333667;
}
.new .new-list li .item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  background-color: #3d4075;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.new .new-list li .item .pic {
  display: block;
}
.new .new-list li .item .pic .img-box {
  padding-bottom: 61.11111111%;
}
.new .new-list li .item .pic .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.new .new-list li .item .new-name {
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-family: 'OpenSans-Bold';
}
.new .new-list li .item .new-name a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.new .new-list li .item .date {
  padding: 5px 0 13px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  font-family: 'OpenSans-Bold';
}
.new .new-list li .item .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.new .new-list li .item .txt p {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.new .new-list li .item .more {
  margin-top: 20px;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-family: 'OpenSans-Bold';
  color: #c6352e;
  text-transform: capitalize;
  text-decoration: underline;
}
.new-details {
  overflow: hidden;
  padding-bottom: 70px;
}
.new-details .title {
  padding: 80px 0 20px;
  text-align: left;
}
.new-details .title h1 {
  margin: 0;
  font-size: 24px;
  line-height: 35px;
  color: #333333;
  font-family: 'OpenSans-Bold';
  text-transform: uppercase;
}
.new-details .title .date {
  position: relative;
  padding: 7px 0 15px;
}
.new-details .title .date::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: #e99355;
}
.new-details .title .date p {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
.new-details .title .date p strong {
  color: #666666;
  font-family: 'OpenSans-Bold';
}
.new-details .content p {
  font-size: 16px;
  line-height: 1.875;
  color: #666666;
}
.new-details .new-btn {
  padding-top: 35px;
}
.new-details .new-btn li {
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.new-details .new-btn li a:hover {
  color: #30375b;
  text-decoration: underline;
}
.contact {
  overflow: hidden;
  padding-bottom: 70px;
}
.contact .title {
  padding: 80px 0 30px;
}
.contact .map {
  overflow: hidden;
}
.contact .map .map-content {
  height: 510px;
}
.contact .info {
  overflow: hidden;
  padding: 60px 0 30px;
}
.contact .info .title {
  text-align: left;
}
.contact .info .left-details {
  float: left;
  width: 520px;
}
.contact .info .left-details .content {
  padding: 12px 0;
}
.contact .info .left-details .content ul li {
  position: relative;
  padding-left: 60px;
  margin-bottom: 35px;
  line-height: 24px;
}
.contact .info .left-details .content ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e647';
  font-size: 21px;
  color: #fff;
  background-color: #333667;
}
.contact .info .left-details .content ul li b {
  display: block;
  font-size: 16px;
  color: #333333;
  font-family: 'OpenSans-Bold';
  text-transform: uppercase;
}
.contact .info .left-details .content ul li p {
  font-size: 14px;
  color: #666666;
}
.contact .info .left-details .content ul li p a:hover {
  color: #2d305c;
  text-decoration: underline;
}
.contact .info .left-details .content ul li:nth-child(2)::before {
  content: '\e60d';
  font-size: 25px;
}
.contact .info .left-details .content ul li:nth-child(3)::before {
  content: '\e6cc';
}
.contact .info .left-details .content ul li:nth-child(4)::before {
  content: '\e975';
}
.contact .info .left-details .content ul li:last-child {
  margin-bottom: 0;
}
.contact .info .right-message {
  float: right;
  width: 570px;
}
.contact .info .right-message .content p {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  font-family: 'OpenSans-Bold';
}
.contact .info .right-message .content form ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.contact .info .right-message .content form ul li {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.contact .info .right-message .content form ul li input,
.contact .info .right-message .content form ul li textarea {
  display: block;
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  border: 1px solid #e5e5e5;
}
.contact .info .right-message .content form ul li input::-webkit-input-placeholder,
.contact .info .right-message .content form ul li textarea::-webkit-input-placeholder {
  color: #666666;
}
.contact .info .right-message .content form ul li input:-o-placeholder,
.contact .info .right-message .content form ul li textarea:-o-placeholder {
  color: #666666;
}
.contact .info .right-message .content form ul li input::-moz-placeholder,
.contact .info .right-message .content form ul li textarea::-moz-placeholder {
  color: #666666;
}
.contact .info .right-message .content form ul li input:-ms-input-placeholder,
.contact .info .right-message .content form ul li textarea:-ms-input-placeholder {
  color: #666666;
}
.contact .info .right-message .content form ul li input:focus::-webkit-input-placeholder,
.contact .info .right-message .content form ul li textarea:focus::-webkit-input-placeholder {
  color: #e5e5e5;
}
.contact .info .right-message .content form ul li input:focus::-o-placeholder,
.contact .info .right-message .content form ul li textarea:focus::-o-placeholder {
  color: #e5e5e5;
}
.contact .info .right-message .content form ul li input:focus::-moz-placeholder,
.contact .info .right-message .content form ul li textarea:focus::-moz-placeholder {
  color: #e5e5e5;
}
.contact .info .right-message .content form ul li input:focus::-ms-input-placeholder,
.contact .info .right-message .content form ul li textarea:focus::-ms-input-placeholder {
  color: #e5e5e5;
}
.contact .info .right-message .content form ul li textarea {
  height: 140px;
}
.contact .info .right-message .content form ul li button {
  width: 100%;
  height: 50px;
  font-size: 14px;
  color: #f0ebeb;
  font-family: 'OpenSans-Bold';
  text-transform: uppercase;
  background-color: #333667;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.contact .info .right-message .content form ul li button:hover {
  background-color: #4d519b;
}
.contact .info .right-message .content form ul li:nth-child(1),
.contact .info .right-message .content form ul li:nth-child(2) {
  width: 50%;
}
.contact .info .right-message .content form ul li:last-child {
  margin-bottom: 0;
}
