* {
  margin: 0;
  padding: 0;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
p {
  margin-bottom: 10px;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  position: relative;
}
.container {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}
.swiper-pagination {
  position: relative;
  bottom: 0px!important;
  margin-top: 10px;
}
.swiper-pagination span {
  margin: 0 2px;
}
.clear {
  clear: both;
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: none;
}
.carousel-indicators .active {
  width: 23px;
  height: 10px;
  border-radius: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #d30000;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.swiper-container {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.swiper-container2 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.swiper-slide {
  width: 100%;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  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;
}
#top_t {
  background: #3E3E3E;
  height: 40px;
  line-height: 40px;
}
#top_t .left {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  width: 50%;
  float: left;
}
#top_t .right {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  float: left;
  width: 50%;
}
#top_t .right i {
  margin-right: 10px;
}
#top_t .right i img {
  width: 100%;
  max-width: 20px;
  opacity: 0.6;
}
#top_t .right span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin-right: 20px;
}
#top_t .right span:last-child {
  margin: 0;
}
#top {
  height: 100px;
  line-height: 100px;
  position: relative;
}
#top .left {
  width: 50%!important;
  float: left;
  display: flex;
  align-items: center;
  height: 100px;
}
#top .left span {
  display: flex;
  width: 90px;
  height: 90px;
  border: 4px solid #d30000;
  font-family: "microsoft yahei";
  font-size: 60px;
  justify-content: center;
  border-radius: 50%;
  line-height: 76px;
  font-weight: 600;
  color: #d30000;
}
#top .left p {
  font-size: 30px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #d30000;
  margin-left: 15px;
}
#top .right {
  width: 50%!important;
  float: left;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  height: 100px;
}
#top .right li {
  float: left;
  position: relative;
  margin: 0 5px;
  padding: 0 8px;
}
#top .right li a {
  font: 16px;
  color: #111111;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#top .right li.active a {
  color: #d30000;
}
#top .right li.active::before {
  width: 100%;
}
#top .right li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 0;
  height: 4px;
  background: #d30000;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#top .right li:hover a {
  color: #d30000;
}
#top .right li:hover::before {
  width: 100%;
}
#top .con {
  padding: 0;
  padding-left: 40px;
  width: 20%;
  float: left;
  position: relative;
  z-index: 999;
}
#top .con .content {
  height: 100%;
  width: 100%;
  background: #d30000;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
}
#top .con .content a {
  display: block;
  width: 122px;
  height: 50px;
  border: 2px solid #fff;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
#top .con::before {
  content: '';
  display: block;
  right: 79%;
  position: absolute;
  bottom: 0;
  top: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-right: 50px solid;
  border-left-color: #d30000;
  border-right-color: #d30000;
}
#top .blue_bg {
  width: 25%;
  position: absolute;
  height: 100%;
  background: #d30000;
  right: 0;
  top: 0;
  z-index: -1;
}
.title {
  width: 100%;
  padding: 0 0 0 30px;
  position: relative;
  margin-bottom: 20px;
}
.title h2 {
  font-size: 26px;
  font-weight: 600;
  color: #d30000;
  font-family: arial;
}
.title h3 {
  font-size: 32px;
  color: #111111;
  font-weight: 600;
}
.title::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 30px;
  background: #d30000;
}
#Promise {
  height: auto;
  overflow: hidden;
  padding: 80px 0;
  background: #f7f7f7;
}
#Promise h2 {
  font-size: 26px;
  color: #d30000;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}
#Promise ul .list {
  text-align: center;
  padding: 25px 15px;
  width: 25%;
  float: left;
  position: relative;
}
#Promise ul .list .icon {
  font-size: 60px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
#Promise ul .list p {
  font-size: 18px;
  color: #111111;
  z-index: 1;
  position: relative;
  transition: all 0.5s;
}
#Promise ul .list::before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  background: #d30000;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
#Promise ul .list:hover {
  cursor: pointer;
}
#Promise ul .list:hover .icon {
  color: #fff;
}
#Promise ul .list:hover p {
  color: #fff;
}
#Promise ul .list:hover::before {
  height: 100%;
}
#conpany {
  height: auto;
  overflow: hidden;
}
#conpany .text {
  padding-top: 5%;
  width: 50%;
  float: left;
}
#conpany .text h4 {
  font-size: 26px;
  color: #d30000;
  font-weight: 600;
  margin-bottom: 40px;
}
#conpany .text p {
  font-size: 16px;
  line-height: 32px;
  color: #7c8a97;
}
#conpany .text.textRight {
  padding-right: 6%;
}
#conpany .text.textLeft {
  padding-left: 6%;
}
#conpany .imgBox {
  position: relative;
  width: 50%;
  float: left;
}
#conpany .imgBox img {
  width: 100%;
  object-fit: cover;
}
#conpany .imgBox.right {
  padding-left: 0;
}
#conpany .imgBox.left {
  padding-right: 0;
}
#about {
  height: auto;
  overflow: hidden;
  padding: 80px 0;
  background: url(../images/bg-case.jpg) no-repeat center;
  background-size: 100% auto;
}
#about .title::before {
  background: #fff;
}
#about h2 {
  color: #fff;
}
#about .left {
  position: relative;
  padding-top: 40px;
}
#about .left p {
  font-size: 16px;
  color: #ffd8d8;
  text-indent: 2em;
  line-height: 26px;
  margin-bottom: 10px;
}
#about .left .link {
  text-align: center;
  border: 1px solid #fff;
  font-size: 16px;
  width: 142px;
  height: 48px;
  line-height: 48px;
  margin-top: 42px;
  position: relative;
}
#about .left .link a {
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  z-index: 2;
  position: relative;
}
#about .left .link::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #d30000;
  content: '';
  z-index: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#about .left .link:hover {
  cursor: pointer;
  border: 1px solid #d30000;
}
#about .left .link:hover a {
  color: #fff;
}
#about .left .link:hover::before {
  width: 100%;
}
#about .right {
  padding-left: 123px;
}
#about .right .img {
  width: 100%;
  position: relative;
}
#about .right .img::before {
  content: '';
  background: #ff9d9d;
  display: block;
  height: 100%;
  z-index: 1;
  position: absolute;
  right: 0;
  left: 35px;
}
#about .right .img img {
  width: 100%;
  padding: 35px;
  padding-left: 0;
  position: relative;
  z-index: 2;
}
.common {
  height: auto;
  overflow: hidden;
  padding: 80px 0;
}
.common .img {
  position: relative;
  overflow: hidden;
  height: 274px;
}
.common .img img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  height: 100%;
}
.common .link {
  display: block;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: rgba(211, 0, 0, 0.8);
  -webkit-background: rgba(211, 0, 0, 0.8);
  -moz-background: rgba(211, 0, 0, 0.8);
  text-align: center;
  color: #fff;
  bottom: 0;
  left: 0;
}
.common .swiper-slide {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.common .swiper-slide:hover {
  box-shadow: 2px 4px 14px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 4px 14px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 4px 14px rgba(0, 0, 0, 0.4);
}
.common .swiper-slide:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.common .button {
  position: absolute;
  right: 0;
  top: 20px;
  width: 100px;
  height: 50px;
}
.common .button .swiper-button-prev1 {
  left: -29px;
  top: 0;
  background: none;
  font-size: 16px;
  color: #fff;
  background: #4d4d4d;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
}
.common .button .swiper-button-prev1::after {
  position: absolute;
  content: '';
  display: block;
  left: 40px;
  top: 0px;
  border-top: 40px solid transparent;
  border-left: 40px solid;
  border-left-color: #4d4d4d;
}
.common .button .swiper-button-next1 {
  left: 50px;
  top: 0;
  background: none;
  font-size: 16px;
  color: #fff;
  background: #d30000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
}
.common .button .swiper-button-next1::after {
  position: absolute;
  content: '';
  display: block;
  right: 40px;
  top: 0px;
  border-top: 39px solid transparent;
  border-right: 39px solid;
  border-right-color: #d30000;
  transform: rotate(270deg);
}
.common .button .swiper-button-prev2 {
  left: -29px;
  top: 0;
  background: none;
  font-size: 16px;
  color: #fff;
  background: #4d4d4d;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
}
.common .button .swiper-button-prev2::after {
  position: absolute;
  content: '';
  display: block;
  left: 40px;
  top: 0px;
  border-top: 40px solid transparent;
  border-left: 40px solid;
  border-left-color: #4d4d4d;
}
.common .button .swiper-button-next2 {
  left: 50px;
  top: 0;
  background: none;
  font-size: 16px;
  color: #fff;
  background: #d30000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
}
.common .button .swiper-button-next2::after {
  position: absolute;
  content: '';
  display: block;
  right: 40px;
  top: 0px;
  border-top: 39px solid transparent;
  border-right: 39px solid;
  border-right-color: #d30000;
  transform: rotate(270deg);
}
#news {
  background: #fff;
}
#news .swiper-container2 {
  padding: 15px 0;
}
#news .swiper-container2 .swiper-wrapper {
  position: relative;
}
#news .swiper-container2 .swiper-wrapper .swiper-slide {
  text-align: left;
  position: relative;
  padding: 12px 10px;
  box-shadow: none;
}
#news .swiper-container2 .swiper-wrapper .swiper-slide a {
  display: block;
  padding: 35px;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.3);
}
#news .swiper-container2 .swiper-wrapper .swiper-slide a h3 {
  font-size: 18px;
  color: #111111;
  padding-bottom: 15px;
  border-bottom: 1px solid #d2d2d2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#news .swiper-container2 .swiper-wrapper .swiper-slide a p {
  font-size: 15px;
  color: #7c8a97;
  margin-bottom: 20px;
  line-height: 22px;
  max-height: 44px;
  overflow: hidden;
  position: relative;
}
#news .swiper-container2 .swiper-wrapper .swiper-slide a 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 .swiper-container2 .swiper-wrapper .swiper-slide a .date {
  width: 100%;
}
#news .swiper-container2 .swiper-wrapper .swiper-slide a .date i {
  font-size: 15px;
}
#news .swiper-container2 .swiper-wrapper .swiper-slide a .date span {
  font-size: 15px;
  color: #7c8a97;
  transition: all 0.5s;
}
#news .swiper-container2 .swiper-wrapper .swiper-slide a .date .left {
  float: left;
}
#news .swiper-container2 .swiper-wrapper .swiper-slide a .date .left i {
  margin-right: 5px;
  color: #7c8a97;
}
#news .swiper-container2 .swiper-wrapper .swiper-slide a .date .right {
  float: right;
}
#news .swiper-container2 .swiper-wrapper .swiper-slide a .date .right span {
  color: #d30000;
}
#news .swiper-container2 .swiper-wrapper .swiper-slide a .date .right i {
  margin-left: 5px;
}
#news .swiper-container2 .swiper-wrapper .swiper-slide a:hover h3 {
  border-color: #d30000;
}
#news .swiper-container2 .swiper-wrapper .swiper-slide a:hover .date {
  width: 100%;
}
#news .swiper-container2 .swiper-wrapper .swiper-slide a:hover .date .left {
  float: left;
}
#news .swiper-container2 .swiper-wrapper .swiper-slide a:hover .date .left i {
  color: #d30000;
}
#news .swiper-container2 .swiper-wrapper .swiper-slide a:hover .date .left span {
  color: #d30000;
}
#news .swiper-container2 .swiper-wrapper .swiper-slide a:hover .date .right {
  float: right;
}
#news .swiper-container2 .swiper-wrapper .swiper-slide a:hover .date .right span {
  color: #d30000;
}
#news .swiper-container2 .swiper-wrapper .swiper-slide a:hover .date .right i {
  margin-left: 5px;
}
.modal-dialog {
  max-width: 600px;
  padding: 10px;
}
.modal-dialog img {
  margin: 0!important;
}
.modal-dialog .modal-footer {
  padding: 10px;
}
#partner {
  background: #f4f4f4;
  height: auto;
  overflow: hidden;
  padding: 55px 0;
  position: relative;
}
#partner .list {
  width: 100%;
}
#partner .list li {
  padding: 0 1px;
  position: relative;
  float: left;
  width: auto;
}
#partner .list li .img {
  width: 100%;
  overflow: hidden;
}
#partner .list li .img img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  object-fit: cover;
}
#partner .list li p {
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  background: #d30000;
}
#partner .list li:hover {
  cursor: pointer;
}
#partner .list li:hover img {
  transform: scale(1.1);
}
#footer {
  background: #111111;
  padding: 20px 0;
  text-align: center;
}
#footer p {
  margin-bottom: 5px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  width: 100%;
}
#footer a {
  color: rgba(255, 255, 255, 0.6);
}
#footer a:hover {
  color: #d30000;
}
/*内页CSS*/
#banner {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0;
}
#banner img {
  width: 100%;
}
.sidebar-nav {
  background: #d30000;
}
.sidebar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background: #eff8ff;
}
.sidebar-nav .metismenu {
  background: #d30000;
  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: #d30000;
}
.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: #111111;
}
.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: #111111;
  font-size: 15px;
}
.sidebar-nav .mm-active .mm-show .active a {
  color: #d30000;
}
.sidebar-nav .mm-active .mm-show li a:hover {
  color: #d30000;
  padding-left: 35px;
}
.sidebar-nav li {
  border-bottom: 1px solid #c2e3ff;
}
.sidebar-nav li:last-child {
  border: none;
}
#left h4 {
  background: #d30000;
  padding: 0 16px;
  color: #fff;
  font-size: 22px;
  line-height: 60px;
  height: 60px;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  margin: 0;
  background: -webkit-linear-gradient(#ed4e48, #d30000);
  background: -moz-linear-gradient(#ed4e48, #d30000);
  background: linear-gradient(#ed4e48, #d30000);
}
#left h4 img {
  width: 100%;
  max-width: 40px;
  margin-right: 10px;
}
#left .left_t {
  border-radius: 0;
}
#left .left_pro {
  margin-top: 1px;
}
#left .left_pro li {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #f8f8f8;
  border-bottom: 1px solid #dfdfdf;
  padding-left: 18px;
}
#left .left_pro li a {
  font-size: 14px;
  color: #111111;
}
#left .left_pro li a i {
  margin-right: 10px;
  font-size: 12px;
  color: #111111;
}
#left .left_pro li:hover {
  background: #d30000;
}
#left .left_pro li:hover a {
  color: #fff;
}
#left .left_pro li:hover a i {
  color: #fff;
}
#left .left_pro li:last-child {
  border: none;
}
#left .submenu {
  display: none;
}
#left .left_con {
  padding: 14px;
  background: #f8f8f8;
  height: auto;
  overflow: hidden;
  width: 100%;
}
#left .left_con p {
  color: #111111;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  margin-bottom: 0;
  margin-top: 8px;
}
#left .left_con p i {
  margin-right: 6px;
}
#left .left_con p i img {
  width: 100%;
  max-width: 20px;
}
#left .left_con p span {
  font-weight: 600;
  color: #111111;
}
#left .left_con .add {
  padding-left: 25px;
  margin: 0;
  height: auto;
}
#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: #d30000;
  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: #111111;
  line-height: 32px;
}
#main .breadcrumb {
  background: none;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
#main .breadcrumb li {
  font-size: 15px;
  color: #111111;
  font-family: "微软雅黑";
}
#main .breadcrumb li a {
  color: #111111;
  font-size: 15px;
  font-family: "微软雅黑";
}
#main .breadcrumb li a:hover {
  color: #d30000;
}
#main .breadcrumb li.active {
  color: #d30000;
}
#main .breadcrumb li:nth-child(3) {
  width: 40%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#main .right {
  padding-left: 40px;
}
#main .right .r_main {
  padding: 1.5%;
  width: 100%;
  overflow: hidden;
  height: auto;
  position: relative;
}
#main .right .r_main h4 {
  font-size: 20px;
  font-weight: 600;
}
#main .right .r_main h4 strong {
  font-weight: 600;
  color: #d30000;
}
#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: #111111;
  line-height: 28px;
}
#main .right .r_main p a:hover {
  color: #d30000;
}
#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;
  height: 189px;
  object-fit: cover;
}
#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;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#main .right .r_main .pro_list li:hover .img {
  border: 1px solid #d30000;
}
#main .right .r_main .pro_list li:hover .img img {
  transform: scale(1.1);
}
#main .right .r_main .pro_list li:hover p {
  background: #d30000;
  border: 1px solid #d30000;
  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 #d30000;
}
#main .right .r_main .pro_list li .btn-primary p {
  margin: 0;
  background: none;
  border: 1px solid #d30000;
  color: #d30000;
  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: #d30000;
}
#main .right .r_main .pro_list li .modal-footer .btn {
  padding: 5px 10px;
  border-radius: 4px;
  background: #d30000;
}
#main .right .r_main .eq li img {
  height: 180px;
  object-fit: cover;
}
#main .right .r_main .eq li .modal-body img {
  height: auto;
}
#main .right .r_main .star li img {
  height: 228px;
  object-fit: cover;
}
#main .right .r_main .star li .modal-body img {
  height: auto;
}
#main .right .r_main .honors li img {
  height: 180px;
  object-fit: cover;
}
#main .right .r_main .honors li .modal-body img {
  height: auto;
}
#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: #111111;
  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 #d30000;
  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 #d30000;
}
#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: #7c8a97;
  color: #111111;
}
#main .right .r_main form .form-group .submit {
  background: #d30000;
}
#main .right .r_main .picture {
  width: 60%;
  border: 1px solid #ddd;
  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: #d30000;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  text-align: left;
}
#main .right .r_main .pro_content p {
  color: #111111;
  font-size: 15px;
}
#main .right .r_main .pro_content img {
  width: auto;
  max-width: 847px;
}
#main .right .r_main .pro_content a:hover {
  color: #d30000;
}
#main .right .r_main .name {
  text-align: center;
  width: 100%;
  color: #d30000;
  font-size: 18px;
  margin: 30px 0;
}
#main .right .r_main .table {
  margin-top: 20px;
}
#main .right .r_main .table .thead-dark th {
  background-color: #d30000;
  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: #111111;
  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: #111111;
  float: right;
}
#main .right .r_main .news_li li:hover p {
  color: #d30000;
}
#main .right .r_main .news_li li:hover span {
  color: #d30000;
}
#main .right .r_main h3 {
  text-align: center;
  font-size: 18px;
  color: #111111;
  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 #d30000;
  box-shadow: none;
}
#main .right .r_main form .form-group textarea:focus {
  border: 1px solid #d30000;
  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: #7c8a97;
}
#main .right .r_main form .form-group .submit {
  background: #d30000;
}
#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: #111111;
  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: #111111;
  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: #d30000;
}
#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: #d30000;
  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: #111111;
  font-size: 16px;
}
#main .pro_lb .LB li:hover {
  background: #d30000;
}
#main .pro_lb .LB li:hover a {
  color: #fff;
}
#main .pro_lb .LB li.active {
  background: #d30000;
}
#main .pro_lb .LB li.active a {
  color: #fff;
}
.pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.pagination li a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #d30000;
  background-color: #fff;
  border: 1px solid #d30000;
}
.pagination li:first-child a {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.pagination li:last-child a {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.pagination li:hover a {
  background: #d30000;
  color: #fff;
}
a {
  color: #111111;
}
#left .left_t {
  border-radius: 0;
}
#left .left_pro {
  margin-top: 1px;
}
#left .left_pro li {
  width: 100%;
  height: 34px;
  line-height: 34px;
  background: #f8f8f8;
  border-bottom: 1px solid #dfdfdf;
  padding-left: 18px;
}
#left .left_pro li a {
  font-size: 14px;
  color: #111111;
}
#left .left_pro li a span {
  margin-right: 10px;
  font-size: 12px;
  color: #111111;
}
#left .left_pro li:hover {
  background: #d30000;
}
#left .left_pro li:hover a {
  color: #fff;
}
#left .left_pro li:hover a span {
  color: #fff;
}
#left .left_pro li:last-child {
  border: none;
}
.accordion {
  width: 100%;
  border: solid 1px #ddd;
  background: #FFF;
}
.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 0px 15px 15px;
  color: #111111;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion li:last-child .link {
  border-bottom: 0;
}
.accordion li {
  cursor: pointer;
}
.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #111111;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}
.accordion li.open .link {
  color: #d30000;
}
.accordion li.open i {
  color: #d30000;
}
.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.submenu {
  display: none;
  background: #f8f8f8;
  font-size: 14px;
}
.submenu li {
  border-bottom: 1px solid #d6d7dc;
}
.submenu a {
  display: block;
  text-decoration: none;
  color: #111111;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.submenu a:hover,
.submenu li.current a {
  background: #d30000;
  color: #FFF;
}
.breadcrumb {
  border-radius: 0;
}
@media (max-width: 767.98px) {
  #top .left {
    width: 15%;
  }
  #left .left_con p {
    margin-top: 15px;
  }
  #left .left_con .add {
    margin-top: 15px;
	padding-left: 0;
  }
}
