@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
li {
  list-style: none;
}
ul,
li {
  margin: 0;
  padding: 0;
}
.container {
  max-width: 1200px;
  height: auto;
}
a {
  color: #282f44;
}
a:hover {
  text-decoration: none;
  color: #356ee8;
}
body {
  font-size: 16px;
  color: #282f44;
  font-family: "microsoft yahei";
  padding: 0;
  margin: 0;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: inherit;
}
.modal {
  top: 20%;
  z-index: 999;
}
.modal-backdrop {
  z-index: 100;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #356ee8;
  background-color: #fff;
  border: 1px solid #356ee8;
}
#header_top {
  background: #f7f7f7;
  height: 40px;
  line-height: 40px;
}
#header_top p {
  font-size: 13px;
  width: 50%;
  float: left;
  color: #717580;
  margin: 0;
}
#header_top p:first-child {
  text-align: left;
}
#header_top p:last-child {
  text-align: right;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
#top_t {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  height: 100px;
}
#top_t .container {
  height: 100%;
}
#top_t .left {
  float: left;
  width: 30%;
  height: 100%;
  padding: 20px 0;
}
#top_t .left img {
  width: 100%;
  max-width: 203px;
  margin-top: 4px;
}
#top_t .middle {
  width: 30%;
  float: left;
  height: 55px;
  padding-left: 15px;
  height: 100%;
  padding: 20px 0;
  position: relative;
}
#top_t .middle .p-box {
  border-left: 1px solid #717580;
  padding-left: 20px;
}
#top_t .middle .p-box p {
  font-size: 14px;
  color: #717580;
  margin-top: 2px;
}
#top_t .middle .p-box p:first-child {
  margin-bottom: 10px;
}
#top_t .right {
  float: left;
  width: 40%;
  z-index: 2;
  height: 100%;
  position: relative;
  padding: 15px 0;
}
#top_t .right .dsc {
  width: auto;
  position: relative;
  float: right;
  line-height: 26px;
  display: flex;
}
#top_t .right .dsc p {
  width: 100%;
  font-size: 13px;
  color: #fff;
}
#top_t .right .dsc span {
  font-size: 20px;
  font-family: arial;
  color: #356ee8;
  display: block;
  margin-top: -4px;
  font-weight: bold;
  color: #fff;
}
#top_t .right .dsc .icon-box {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  margin-right: 10px;
}
#top_t .right .dsc .icon-box .icon {
  color: #f6b829;
  font-size: 40px;
}
#top_t .right::before {
  display: block;
  position: absolute;
  right: 0;
  height: 100%;
  width: 220px;
  background: #f6b829;
  content: '';
  top: 0;
}
#top_t .right::after {
  display: block;
  position: absolute;
  right: 220px;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 120px solid #f6b829;
  border-left: 80px solid transparent;
  top: 0;
}
#top_t .box {
  width: 25%;
  position: absolute;
  height: 100px;
  top: 0;
  right: 0;
  background: #f6b829;
  z-index: 1;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-container,
.swiper-container1 {
  width: 100%;
  overflow: hidden;
  height: auto;
  position: relative;
}
.swiper-container .swiper-wrapper .swiper-slide,
.swiper-container1 .swiper-wrapper .swiper-slide {
  height: auto;
  width: 100%;
}
.swiper-container .swiper-wrapper .swiper-slide img,
.swiper-container1 .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.index-title {
  width: 100%;
  margin-bottom: 5%;
}
.index-title h4 {
  font-size: 16px;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  color: #356ee8;
}
.index-title h5 {
  font-size: 26px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  color: #282f44;
}
#about {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 3% 0 5% 0;
}
#about .title {
  display: flex;
  justify-content: left;
}
#about .title img {
  margin-right: 20px;
  max-width: 43px;
  height: 60px;
}
#about .title h5 {
  font-size: 16px;
  font-family: arial;
  font-weight: 600;
  color: #356ee8;
  margin-bottom: 10px;
}
#about .title h6 {
  font-size: 26px;
  font-weight: 600;
  color: #282f44;
}
#about .right h4 {
  font-size: 26px;
  color: rgba(40, 47, 68, 0.8);
  line-height: 38px;
  margin-bottom: 20px;
}
#about .right h5 {
  font-size: 30px;
  color: #356ee8;
}
#about .right .content {
  margin-top: 20px;
}
#about .right .content p {
  font-size: 16px;
  color: #717580;
  line-height: 28px;
}
#about .right .about-icon {
  display: flex;
  padding: 0;
  margin-top: 30px;
}
#about .right .about-icon .icon {
  font-size: 60px;
  color: #356ee8;
  transition: all 0.3s;
}
#about .right .about-icon.icon-box1 {
  padding-right: 40px;
}
#about .right .about-icon.icon-box2 {
  padding-left: 40px;
}
#about .right .about-icon .box {
  padding-left: 15px;
}
#about .right .about-icon .box h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
#about .right .about-icon .box p {
  font-size: 14px;
  color: #717580;
  line-height: 30px;
}
#about .right .about-icon:hover {
  cursor: pointer;
}
#about .right .about-icon:hover h6 {
  color: #356ee8;
}
#about .right .about-icon:hover .icon {
  transform: rotateY(180deg);
}
#about .images-box {
  margin: 0 auto;
  width: auto;
  margin-top: 6%;
  position: relative;
}
#about .images-box img {
  width: 100%;
  max-width: 1038px;
  height: auto;
  border-radius: 6px;
}
#about .images-box span {
  position: absolute;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  z-index: 99;
  top: -50px;
  left: -40px;
  height: 6.5rem;
  width: 7.5rem;
  padding: 1.5rem 0.9375rem;
  background-color: #356ee8;
  display: block;
  -webkit-animation: blob 6s linear infinite;
  -ms-animation: blob 6s linear infinite;
  -o-animation: blob 6s linear infinite;
  animation: blob 6s linear infinite;
  text-align: center;
}
#about .images-box span i {
  font-size: 14px;
}
#about .images-box span::before {
  content: "";
  border: 2px dashed #356ee8;
  position: absolute;
  left: -1.25rem;
  right: -1.25rem;
  top: -1.25rem;
  bottom: -1.25rem;
  z-index: -1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#choose {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 3% 0 5% 0;
  background: url(../images/choose_bg.png) no-repeat center;
  background-size: 100% auto;
}
#choose ul li {
  text-align: center;
}
#choose ul li .icon-box {
  width: 112px;
  height: 112px;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 20px;
  transition: all 0.5s;
}
#choose ul li .icon-box .icon {
  font-size: 55px;
  color: #356ee8;
  transition: all 0.5s;
}
#choose ul li h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
#choose ul li p {
  font-size: 15px;
  color: #717580;
}
#choose ul li:hover {
  cursor: pointer;
}
#choose ul li:hover .icon-box {
  background: #356ee8;
}
#choose ul li:hover .icon-box .icon {
  color: #fff;
}
#product {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 3% 0 5% 0;
}
#product .nav-tabs {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border: none;
  box-shadow: 0 2px 12px rgba(113, 117, 128, 0.15);
  margin-bottom: 5%;
}
#product .nav-tabs .nav-item {
  width: 20%;
  text-align: center;
}
#product .nav-tabs .nav-item .nav-link {
  padding: 15px 0;
  border: none;
  font-size: 16px;
  color: #717580;
  position: relative;
  border-bottom: 2px solid #fff;
}
#product .nav-tabs .nav-item .nav-link::before {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 35%;
  width: 1px;
  height: 20px;
  background: #717580;
}
#product .nav-tabs .nav-item .nav-link.active {
  color: #356ee8;
  border-bottom: 2px solid #356ee8;
}
#product .nav-tabs .nav-item:last-child .nav-link::before {
  display: none;
}
#product .tab-content {
  width: 100%;
  padding: 0;
}
#product .tab-content .tab-pane {
  width: 100%;
  padding: 0;
}
#product .tab-content .tab-pane li {
  position: relative;
  float: left;
  margin-bottom: 30px;
}
#product .tab-content .tab-pane li .images-box {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
  max-height: 282px;
  border: 1px solid #eee;
}
#product .tab-content .tab-pane li .images-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
#product .tab-content .tab-pane li p {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #eee;
  color: #282f44;
  font-size: 18px;
  text-align: center;
  transition: all 0.5s;
}
#product .tab-content .tab-pane li:hover {
  cursor: pointer;
}
#product .tab-content .tab-pane li:hover .images-box img {
  transform: scale(1.1);
}
#product .tab-content .tab-pane li:hover p {
  background: #356ee8;
  color: #fff;
}
#logistics {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 5% 0 5% 0;
  background: #f7f7f7;
}
#logistics .index-title h4 {
  text-align: left;
}
#logistics .index-title h5 {
  text-align: left;
}
#logistics .left p {
  font-size: 15px;
  color: #717580;
  margin-top: 60px;
}
#logistics .right .button-box {
  left: -200px;
  bottom: 0;
  position: absolute;
}
#logistics .right .button-box .swiper-button-next,
#logistics .right .button-box .swiper-container-rtl .swiper-button-prev {
  background: none;
}
#logistics .right .button-box .icon {
  color: #356ee8;
  font-size: 50px;
}
#logistics .right .owl-theme .img-box {
  position: relative;
  max-width: 360px;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}
#logistics .right .owl-theme .img-box img {
  width: 100%;
  object-fit: cover;
  height: auto;
  max-height: 270px;
}
#logistics .right .owl-theme p {
  height: 80px;
  background: #fff;
  text-align: center;
  line-height: 80px;
  color: #282f44;
  font-size: 20px;
}
.owl-carousel .owl-stage-outer {
  margin-right: -390px;
}
.owl-theme .owl-nav {
  left: -405px;
  position: absolute;
  bottom: 30px;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  width: 65px;
  height: 65px;
  line-height: 65px;
  background: #356ee8;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel button.owl-dot:hover {
  background: #f6b829;
  color: #fff;
}
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel button.owl-dot:focus {
  outline: none;
}
#news {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 3% 0 5% 0;
}
#news .left {
  position: relative;
}
#news .left .image-box {
  overflow: hidden;
}
#news .left .image-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#news .right ul li {
  padding-bottom: 6px;
  border-bottom: 1px dashed #717580;
  margin-bottom: 7px;
}
#news .right ul li .title {
  width: 100%;
  display: inline-block;
}
#news .right ul li .title h6 {
  font-size: 15px;
  color: #282f44;
  float: left;
  width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#news .right ul li .title span {
  float: right;
  font-size: 15px;
}
#news .right ul li p {
  position: relative;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
  font-size: 13px;
  color: #717580;
}
#news .right ul li p::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 40px;
  background: -webkit-linear-gradient(left, transparent, #fff 55%);
  background: -o-linear-gradient(right, transparent, #fff 55%);
  background: -moz-linear-gradient(right, transparent, #fff 55%);
  background: linear-gradient(to right, transparent, #fff 55%);
}
#news .right ul li:hover .title h6 {
  color: #356ee8;
}
#news .right ul li:hover .title span {
  color: #f6b829;
}
#footer_b {
  width: 100%;
  background: #282f44;
  height: auto;
  overflow: hidden;
  padding: 20px;
}
#footer_b p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 5px;
  text-align: center;
}
#footer_b p a {
  color: rgba(255, 255, 255, 0.6);
}
#footer_b p a:hover {
  color: #fff;
  text-decoration: underline;
}
/*内页CSS*/
#banner {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0;
}
#banner img {
  width: 100%;
}
.sidebar-nav {
  background: #356ee8;
}
.sidebar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background: #eff8ff;
}
.sidebar-nav .metismenu {
  background: #356ee8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sidebar-nav .metismenu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.sidebar-nav .metismenu .mm-active {
  background: #356ee8;
}
.sidebar-nav .metismenu a {
  position: relative;
  display: block;
  padding: 12px 25px 12px 20px;
  outline-width: 0;
  transition: all 0.5s ease-out;
  font-size: 15px;
}
.sidebar-nav .metismenu ul a {
  padding: 12px 15px 12px 30px;
  color: #282f44;
}
.sidebar-nav .metismenu ul ul a {
  padding: 12px 15px 12px 30px;
}
.sidebar-nav .has-arrow {
  color: #fff;
  font-size: 14px;
}
.sidebar-nav .mm-active .mm-show li a {
  color: #282f44;
  font-size: 15px;
}
.sidebar-nav .mm-active .mm-show .active a {
  color: #356ee8;
}
.sidebar-nav .mm-active .mm-show li a:hover {
  color: #356ee8;
  padding-left: 35px;
}
.sidebar-nav li {
  border-bottom: 1px solid #c2e3ff;
}
.sidebar-nav li:last-child {
  border: none;
}
.page-link {
  position: inherit;
}
#left {
  position: relative;
}
#left .link-box {
  width: 100%;
  background: rgba(53, 110, 232, 0.04);
  padding: 33px 40px 40px;
  margin-bottom: 40px;
  border-radius: 8px;
  position: relative;
  max-width: 330px;
}
#left .link-box::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 4px;
  width: calc(100% - 40px);
  background-color: #356ee8;
  border-radius: 0 0 8px 0;
}
#left .link-box h4 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  color: #282f44;
  margin-bottom: 0;
  position: relative;
  margin-bottom: 23px;
}
#left .link-box #accordion .link {
  margin-bottom: 5px;
}
#left .link-box #accordion .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  font-size: 15px;
  font-weight: 600;
  color: #282f44;
  background-color: #fff;
  border-radius: 4px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 0 5px 20px 0 rgb(40 40 3.63636364%);
  box-shadow: 0 5px 20px 0 rgb(40 40 3.63636364%);
  height: 45px;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
}
#left .link-box #accordion .link a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 13px;
}
#left .link-box #accordion .link a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: #356ee8;
  z-index: -1;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: -webkit-transform 0.24s ease-in-out;
  transition: -webkit-transform 0.24s ease-in-out;
  -o-transition: transform 0.24s ease-in-out;
  transition: transform 0.24s ease-in-out;
  transition: transform 0.24s ease-in-out, -webkit-transform 0.24s ease-in-out;
}
#left .link-box #accordion .link a:hover {
  color: #fff;
}
#left .link-box #accordion .link a:hover::before {
  width: 100%;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#left .link-box #accordion .link a:hover i {
  background-color: #fff;
  color: #356ee8;
}
#left .link-box #accordion .open .link a i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#left .link-box #accordion .submenu {
  display: none;
  background: #fff;
  margin-bottom: 5px;
  padding: 15px 30px;
  border-radius: 4px;
}
#left .link-box #accordion .submenu li {
  line-height: 30px;
  font-size: 14px;
}
#left .link-box #accordion .submenu li a {
  transition: all 0.5s;
  color: #717580;
}
#left .link-box #accordion .submenu li:hover a {
  color: #356ee8;
  margin-left: 10px;
}
#left .contanct-box {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  max-width: 330px;
  padding: 50px 40px 30px;
  z-index: 0;
}
#left .contanct-box::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #356ee8 20%, #356ee8 100%);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  opacity: 0.9;
  visibility: visible;
}
#left .contanct-box::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #282f44 20%, #282f44 100%);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  opacity: 0;
  visibility: visible;
}
#left .contanct-box img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#left .contanct-box .icon-title {
  display: block;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  margin-bottom: -15px;
  position: relative;
  z-index: 10;
  margin-bottom: 10px;
}
#left .contanct-box .icon-title .icon {
  font-size: 60px;
  color: #fff;
}
#left .contanct-box ul {
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
}
#left .contanct-box ul li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: -1px;
}
#left .contanct-box ul li span {
  color: #fff;
  margin-right: 5px;
}
#left .contanct-box .tel {
  position: relative;
  z-index: 10;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 24px;
}
#left .contanct-box .tel .icon {
  font-size: 24px;
  color: #fff;
}
#left .contanct-box:hover {
  cursor: pointer;
}
#left .contanct-box:hover::before {
  opacity: 0;
}
#left .contanct-box:hover::after {
  opacity: 0.9;
}
#main {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 6% 0;
}
#main .left {
  padding-right: 0;
}
#main .left h2 {
  font-size: 20px;
  font-family: "microsoft yahei";
  color: #fff;
  padding: 0 20px;
  background: #356ee8;
  margin-bottom: 1px;
  line-height: 66px;
  height: 66px;
  border-radius: 4px 4px 0 0;
}
#main .left h2 img {
  width: 100%;
  max-width: 30px;
  margin-right: 10px;
}
#main .left .contact {
  background: #eee;
  padding: 30px 16px;
}
#main .left .contact h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
#main .left .contact p {
  font-size: 15px;
  color: #282f44;
  line-height: 32px;
}
#main .breadcrumb {
  background: none;
  border-bottom: 1px solid #eee;
  width: 100%;
}
#main .breadcrumb li {
  font-size: 15px;
  color: #282f44;
  font-family: "微软雅黑";
}
#main .breadcrumb li a {
  color: #282f44;
  font-size: 15px;
  font-family: "微软雅黑";
}
#main .breadcrumb li a:hover {
  color: #356ee8;
}
#main .breadcrumb li.active {
  color: #356ee8;
}
#main .breadcrumb li:nth-child(3) {
  width: 40%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#main .right .r_main {
  width: 100%;
  overflow: hidden;
  height: auto;
  position: relative;
}
#main .right .r_main .ewm {
  width: 160px;
  display: block;
  position: absolute;
  top: 38px;
  right: 80px;
}
#main .right .r_main .ewm img {
  width: 100%;
}
#main .right .r_main .pro_main h3 {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
#main .right .r_main p {
  margin-bottom: 10px;
  font-size: 16px;
  color: #282f44;
  line-height: 28px;
}
#main .right .r_main p a:hover {
  color: #356ee8;
}
#main .right .r_main img {
  margin: 10px 0;
  width: 100%;
}
#main .right .r_main .pro_list {
  width: 100%;
}
#main .right .r_main .pro_list li {
  position: relative;
  float: left;
  margin-bottom: 10px;
  padding: 0 10px;
}
#main .right .r_main .pro_list li .img {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #eee;
}
#main .right .r_main .pro_list li .img img {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  transition: all 0.5s;
  object-fit: cover;
  max-height: 176px;
}
#main .right .r_main .pro_list li p {
  font-size: 16px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #eee;
  text-align: center;
  box-sizing: border-box;
  border-top: none;
  margin-top: -1px;
}
#main .right .r_main .pro_list li:hover .img {
  border: 1px solid #356ee8;
}
#main .right .r_main .pro_list li:hover .img img {
  transform: scale(1.1);
}
#main .right .r_main .pro_list li:hover p {
  background: #356ee8;
  border: 1px solid #356ee8;
  color: #fff;
}
#main .right .r_main .pro_list li .btn-primary {
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  background: none;
}
#main .right .r_main .pro_list li .btn-primary img {
  margin: 0;
  border: 1px solid #356ee8;
}
#main .right .r_main .pro_list li .btn-primary p {
  margin: 0;
  background: none;
  border: 1px solid #356ee8;
  color: #356ee8;
  margin-top: -1px;
}
#main .right .r_main .pro_list li .btn-primary:hover {
  box-shadow: none;
}
#main .right .r_main .pro_list li .btn-primary:hover p {
  color: #fff;
  background: #356ee8;
}
#main .right .r_main .pro_list li .modal-footer .btn {
  padding: 5px 10px;
  border-radius: 4px;
  background: #356ee8;
}
#main .right .r_main .eq li img {
  object-fit: cover;
  max-height: 176px;
}
#main .right .r_main .eq li .modal-body img {
  height: auto;
  max-height: inherit;
}
#main .right .r_main .star li img {
  object-fit: cover;
  max-height: 228px;
  height: auto;
  width: 100%;
  max-height: 176px;
}
#main .right .r_main .star li .modal-body img {
  height: auto;
  max-height: inherit;
}
#main .right .r_main .honors li img {
  object-fit: cover;
  max-height: 176px;
}
#main .right .r_main .honors li .modal-body img {
  height: auto;
  max-height: inherit;
}
#main .right .r_main form {
  width: 100%;
  margin-top: 20px;
}
#main .right .r_main form .form-group {
  float: left;
}
#main .right .r_main form .form-group label {
  color: #282f44;
  font-size: 16px;
}
#main .right .r_main form .form-group .zt1 {
  width: 15%;
  flex: 0 0 12%;
}
#main .right .r_main form .form-group .zt2 {
  width: 85%;
  flex: 0 0 88%;
}
#main .right .r_main form .form-group input {
  outline: none;
  box-shadow: none;
}
#main .right .r_main form .form-group input:focus {
  border: 1px solid #356ee8;
  outline: none;
}
#main .right .r_main form .form-group textarea {
  outline: none;
  box-shadow: none;
}
#main .right .r_main form .form-group textarea:focus {
  border: 1px solid #356ee8;
}
#main .right .r_main form .form-group .ly {
  max-width: 80.8%;
}
#main .right .r_main form .form-group .nr {
  max-width: 80.8%;
}
#main .right .r_main form .form-group button {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  margin: 0 15px;
  color: #fff;
  margin-top: 3%;
  cursor: pointer;
}
#main .right .r_main form .form-group button:first-child {
  margin-left: 18%;
}
#main .right .r_main form .form-group button:focus {
  outline: none;
}
#main .right .r_main form .form-group .reset {
  background: #717580;
  color: #282f44;
}
#main .right .r_main form .form-group .submit {
  background: #356ee8;
}
#main .right .r_main .picture {
  width: 60%;
  border: 1px solid #eee;
  height: auto;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding: 10px;
}
#main .right .r_main .picture img {
  width: 100%;
  margin: 0;
}
#main .right .r_main .pro_content {
  text-align: left;
  position: relative;
}
#main .right .r_main .pro_content h3 {
  width: 100%;
  padding: 15px 0;
  color: #356ee8;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  text-align: left;
}
#main .right .r_main .pro_content p {
  color: #282f44;
  font-size: 15px;
}
#main .right .r_main .pro_content img {
  width: auto;
  max-width: 847px;
}
#main .right .r_main .pro_content a:hover {
  color: #356ee8;
}
#main .right .r_main .name {
  text-align: center;
  width: 100%;
  color: #356ee8;
  font-size: 18px;
  margin: 30px 0;
}
#main .right .r_main .table {
  margin-top: 20px;
}
#main .right .r_main .table .thead-dark th {
  background-color: #356ee8;
  border: 1px solid #eee;
  text-align: left;
}
#main .right .r_main .table tbody {
  background: #eee;
}
#main .right .r_main .table tbody tr {
  border: 1px solid #fff;
}
#main .right .r_main .table tbody tr td {
  border: 1px solid #fff;
}
#main .right .r_main .page {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 20px;
}
#main .right .r_main .page a {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 15px;
  margin-bottom: 10px;
}
#main .right .r_main .news_li {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
}
#main .right .r_main .news_li li {
  border-bottom: 1px #ccc dotted;
  width: 100%;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
#main .right .r_main .news_li li p {
  font-size: 14px;
  color: #282f44;
  float: left;
  margin: 0;
  width: 60%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 40px;
}
#main .right .r_main .news_li li span {
  font-size: 14px;
  color: #282f44;
  float: right;
}
#main .right .r_main .news_li li:hover p {
  color: #356ee8;
}
#main .right .r_main .news_li li:hover span {
  color: #356ee8;
}
#main .right .r_main h3 {
  text-align: center;
  font-size: 18px;
  color: #282f44;
  font-weight: 600;
  margin-bottom: 10px;
}
#main .right .r_main h5 {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#main .right .r_main h5 span {
  margin: 0 10px;
}
#main .right .r_main form .form-group {
  float: left;
}
#main .right .r_main form .form-group input:focus {
  border: 1px solid #356ee8;
  box-shadow: none;
}
#main .right .r_main form .form-group textarea:focus {
  border: 1px solid #356ee8;
  box-shadow: none;
}
#main .right .r_main form .form-group .add {
  max-width: 79.5%;
}
#main .right .r_main form .form-group .zt {
  max-width: 79.5%;
}
#main .right .r_main form .form-group button {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  margin: 0 15px;
  color: #fff;
  margin-top: 3%;
}
#main .right .r_main form .form-group button:first-child {
  margin-left: 19%;
}
#main .right .r_main form .form-group .reset {
  background: #717580;
}
#main .right .r_main form .form-group .submit {
  background: #356ee8;
}
#main .right .r_main nav {
  margin-top: 26px;
}
#main .right .r_main strong {
  padding-bottom: 10px;
}
#main .right .r_main h3 {
  text-align: center;
  font-size: 18px;
  color: #282f44;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 20px;
}
#main .right .r_main h5 {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#main .right .r_main h5 span {
  margin: 0 6px;
}
#main .right .showMoreNChildren {
  margin-top: 20px;
  cursor: pointer;
}
#main .right .showMoreNChildren li {
  float: left;
  margin-bottom: 30px;
  position: relative;
}
#main .right .showMoreNChildren li button {
  background: #fff;
  outline: none;
}
#main .right .showMoreNChildren li button img {
  width: 100%;
  margin: 0;
}
#main .right .showMoreNChildren li button span {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #282f44;
  text-align: center;
}
#main .right .showMoreNChildren li .modal-content {
  z-index: 9999;
}
#main .right .showMoreNChildren li .modal-content img {
  margin: 0;
  width: 100%;
  max-width: 400px;
}
#main .right .showMoreNChildren li:hover .btn1 {
  background: #356ee8;
}
#main .right .showMoreNChildren li:hover .btn1 span {
  color: #fff;
  cursor: pointer;
}
#main .right .showMoreNChildren li:hover .btn1 img {
  cursor: pointer;
}
#main .right .showMoreNChildren li .btn-default {
  background: #356ee8;
  color: #fff;
}
#main .pro_lb {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 3%;
}
#main .pro_lb .LB {
  width: 30%;
  margin: 0 auto;
}
#main .pro_lb .LB li {
  width: 150px;
  height: auto;
  padding: 8px;
  border-radius: 4px;
  background: #eee;
  text-align: center;
  float: left;
  margin: 0 5px;
}
#main .pro_lb .LB li a {
  color: #282f44;
  font-size: 16px;
}
#main .pro_lb .LB li:hover {
  background: #356ee8;
}
#main .pro_lb .LB li:hover a {
  color: #fff;
}
#main .pro_lb .LB li.active {
  background: #356ee8;
}
#main .pro_lb .LB li.active a {
  color: #fff;
}
.page-item.active .page-link {
  background-color: #356ee8;
  border-color: #356ee8;
}
.page-link:hover {
  background-color: #356ee8;
  border-color: #356ee8;
}
.breadcrumb {
  border-radius: 0;
}
@media (max-width: 767.98px) {
  #header_top .container {
    padding: 0;
  }
  #header_top p:last-child {
    width: 100%;
    text-align: left;
  }
  .header .left a img {
    margin-top: 6px;
    max-width: 160px;
  }
  .title {
    font-size: 24px;
    margin: 8px 0;
  }
  .F_title {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 4px;
  }
  .header {
    background: none;
  }
  .index-title {
    margin-bottom: 10%;
  }
  #product {
    padding: 10% 0;
  }
  #product .nav-tabs {
    justify-content: center;
  }
  #product .nav-tabs .nav-item {
    width: 30%;
  }
  #product .tab-content .tab-pane li p {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  #about .title {
    margin: 15px 0;
  }
  #about .right {
    margin: 0;
  }
  #about .right h4 {
    font-size: 20px;
    line-height: 28px;
  }
  #about .right .about-icon.icon-box1 {
    padding: 0;
  }
  #about .right .about-icon.icon-box2 {
    padding: 0;
  }
  #about .images-box {
    padding: 0 15px;
  }
  #choose {
    background-size: auto 100%;
    padding: 10% 0;
  }
  #choose ul {
    padding: 0 15px;
  }
  #choose ul li {
    margin-bottom: 15px;
  }
  #choose ul li .icon-box {
    width: 90px;
    height: 90px;
  }
  #choose ul li .icon-box .icon {
    font-size: 40px;
  }
  #logistics {
    padding: 10% 0;
  }
  #logistics .left p {
    margin-top: 20px;
  }
  .owl-theme .owl-dots,
  .owl-theme .owl-nav {
    margin-top: 20px;
  }
  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #356ee8;
  }
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    width: auto;
    height: auto;
    line-height: inherit;
    background: inherit;
    font-size: inherit;
  }
  #news .right ul {
    margin-top: 20px;
  }
  #news .right ul li {
    margin-bottom: 10px;
  }
  #news .right ul li .title {
    margin: 0;
  }
  #news .right ul li .title h6 {
    width: 60%;
  }
  #footer_b p {
    font-size: 12px;
    padding: 0;
  }
  #main .right .r_main .pro_content img {
    width: 100%;
  }
  #main .right .r_main .picture {
    width: 100%;
  }
  #main .right .r_main .pro_list li p {
    height: 40px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .F_title {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .header {
    background: #fff;
  }
  .header .left a img {
    margin: 10px 0;
    max-width: 200px;
  }
  .header #navToggle {
    margin-top: 10px;
  }
  #about .title {
    margin-bottom: 20px;
  }
  #about .left p {
    font-size: 14px;
    line-height: 22px;
  }
  #about .right {
    padding-left: 0;
  }
  #main .right {
    padding-left: 0;
  }
  #main .right .r_main .news_list li .right {
    height: 130px;
  }
  .row {
    margin: 0;
  }
  #choose {
    background-size: auto 100%;
  }
  #choose ul li {
    margin-bottom: 20px;
  }
  #logistics .left p {
    margin-top: 10px;
  }
  .owl-theme .owl-nav {
    left: -250px;
    bottom: 0;
  }
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
  }
  #news .left .image-box img {
    height: 405px;
  }
  #footer_b .container {
    padding: 0;
  }
  #footer_b .container p {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header .left a img {
    margin: 0;
    max-width: 294px;
  }
  .header #navToggle {
    margin-top: 10px;
  }
  .header {
    background: #356ee8;
  }
  .F_title {
    font-size: 14px;
    margin-bottom: 70px;
  }
  .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
  #top_t .left {
    width: 25%;
  }
  #top_t .middle {
    width: 35%;
  }
  #top_t .box {
    width: 20%;
  }
  #choose {
    background-size: auto 100%;
  }
  #news .left .image-box img {
    height: 405px;
  }
  #about .images-box img {
    max-width: 980px;
  }
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    width: 65px;
    height: 65px;
    line-height: 65px;
    background: #356ee8;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
  }
  .owl-theme .owl-nav {
    left: -330px;
  }
  #main .right {
    padding-left: 40px;
  }
  #main .right .r_main .news_list li .right {
    height: 176px;
  }
  #left .link-box #accordion .link a:hover {
    color: #282f44;
  }
}
@media (min-width: 1200px) {
  #about .left .more {
    margin-top: 8%;
  }
  #about .right {
    padding-left: 40px;
  }
  #main .right .r_main .news_list li .right {
    height: 202px;
  }
  #top_t .box {
    width: 24%;
  }
}
@-webkit-keyframes blob {
  0%,
  100% {
    -webkit-border-radius: 44% 56% 47% 70%;
    border-radius: 44% 56% 47% 70%;
  }
  25% {
    -webkit-border-radius: 47% 53% 44% 47%;
    border-radius: 47% 53% 44% 47%;
  }
  50% {
    -webkit-border-radius: 30% 47% 53%  53%;
    border-radius: 30% 47% 53% 53%;
  }
  75% {
    -webkit-border-radius: 53% 70% 30% 56%;
    border-radius: 53% 70% 30% 56%;
  }
}
@-ms-keyframes blob {
  0%,
  100% {
    -webkit-border-radius: 44% 56% 47% 70%;
    border-radius: 44% 56% 47% 70%;
  }
  25% {
    -webkit-border-radius: 47% 53% 44% 47%;
    border-radius: 47% 53% 44% 47%;
  }
  50% {
    -webkit-border-radius: 30% 47% 53%  53%;
    border-radius: 30% 47% 53% 53%;
  }
  75% {
    -webkit-border-radius: 53% 70% 30% 56%;
    border-radius: 53% 70% 30% 56%;
  }
}
@-o-keyframes blob {
  0%,
  100% {
    -webkit-border-radius: 44% 56% 47% 70%;
    border-radius: 44% 56% 47% 70%;
  }
  25% {
    -webkit-border-radius: 47% 53% 44% 47%;
    border-radius: 47% 53% 44% 47%;
  }
  50% {
    -webkit-border-radius: 30% 47% 53%  53%;
    border-radius: 30% 47% 53% 53%;
  }
  75% {
    -webkit-border-radius: 53% 70% 30% 56%;
    border-radius: 53% 70% 30% 56%;
  }
}
@keyframes blob {
  0%,
  100% {
    -webkit-border-radius: 44% 56% 47% 70%;
    border-radius: 44% 56% 47% 70%;
  }
  25% {
    -webkit-border-radius: 47% 53% 44% 47%;
    border-radius: 47% 53% 44% 47%;
  }
  50% {
    -webkit-border-radius: 30% 47% 53%  53%;
    border-radius: 30% 47% 53% 53%;
  }
  75% {
    -webkit-border-radius: 53% 70% 30% 56%;
    border-radius: 53% 70% 30% 56%;
  }
}
.preloader {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 99999;
  background-color: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.preloader .dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.preloader .dual-ring::after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #356ee8;
  border-color: #356ee8 transparent #356ee8 transparent;
  -webkit-animation: dualring 1.2s linear infinite;
  animation: dualring 1.2s linear infinite;
}
@-webkit-keyframes dualring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes dualring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

