:root {
  font-size: 14px;
}

.section_title {
  font-size: 2.5rem;
  text-align: center;
  position: relative;
}
.section_title span {
  padding: 0 1rem;
  border-right: 2px solid #DF0031;
  border-left: 2px solid #DF0031;
}

.border-none {
  border: none !important;
}

.border-l {
  border-left: 1px solid rgba(0, 0, 0, 0.125);
}

#header_wrapper {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  z-index: 29;
}
#header_wrapper .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 6rem;
}
#header_wrapper .header_l {
  margin-left: 2rem;
  background-color: #fff;
}
#header_wrapper .header_l > p > a {
  font-size: 2rem;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.125);
  font-weight: 500;
  border-right: 1px solid rgba(0, 0, 0, 0.125);
  padding-right: 2rem;
}
#header_wrapper .header_r > nav > ul {
  display: flex;
  background-color: #fff;
}
#header_wrapper .header_r > nav > ul li > a {
  font-size: 1.2rem;
  margin-right: 2rem;
  font-weight: 100;
}
#header_wrapper .header_r > nav > ul li > a:hover {
  color: #DF0031;
  font-weight: 600;
}
#header_wrapper .header_r > nav > ul .active {
  color: #DF0031;
  font-weight: 600;
}
#header_wrapper .iconfont {
  position: absolute;
  right: 2rem;
  top: 0rem;
  font-size: 2rem;
  display: none;
}
#banner {
  padding-top: 6rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

#product .product_content .product_category {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#product .product_content .product_category button {
  margin: 0.5rem;
  border-color: #c2c2c2;
  color: #7c7c7c;
  white-space: nowrap;
}
#product .product_content .product_category button:hover {
  border-color: #DF0031;
  color: #DF0031;
}
#product .product_content .product_category .active {
  border-color: #DF0031;
  color: #DF0031;
}
#product .product_content .product_show > div {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
}
#product .product_more{
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 2rem;
}
#product .product_more a {
  border-color: #DF0031;
  font-size: 1.25rem;
  color: #DF0031;
  font-weight: 100;
  margin-right: 2rem;
}
#product .product_more a:hover {
  border-color: #DF0031;
  font-size: 1.25rem;
  background-color: #DF0031;
  color: #fff;
  font-weight: 600;
}
.product_item {
  padding: 1rem;
}
.product_item img {
  width: 100%;
  height: 180px;
}
.product_item .card .card-title {
  font-size: 1.2rem;
}
.product_item .card:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
.product_item .card a:hover {
  color: #fff !important;
}

#about {
  padding: 4rem 0;
}
#about .about_content {
  margin-top: 2rem;
}
#about .about_content .content_l h3 {
  font-size: 2rem;
  padding: 2rem 0;
}
#about .about_content .content_l p {
  font-size: 1rem;
  text-indent: 2em;
}
#about .about_content .content_l a {
  margin: 2rem;
  color: #DF0031;
}
#about .about_content .content_l a:hover {
  color: #fff;
}
#about .about_content .content_r img {
  border-radius: 50%;
}

#service {
  padding: 60px 0px;
  background: url(../img/bg1.jpg);
  background-size: cover;
}
#service .service_wrapper {
  padding: 40px 0 40px;
}
#service .service_block {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
#service .service_icon {
  border: 2px solid #df0031;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin: 0px auto 25px;
}
#service .service_icon.icon2 {
  border: 2px solid #df0031;
}
#service .service_icon.icon3 {
  border: 2px solid #df0031;
}
#service .service_icon span {
  background: transparent;
  border-radius: 50%;
  display: block;
  height: 100%;
  width: 100%;
}
#service .service_icon i {
  color: #df0031;
  font-size: 45px;
  margin-top: 0;
  position: relative;
  top: 10px;
  z-index: 6;
}
#service .service_block h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  color: #333;
  margin: 35px 0 18px;
}
#service .service_block p {
  font-size: 16px;
  color: #888888;
  margin: 0px;
  word-wrap: break-word;
}

#news {
  background: #efefef;
  padding: 2rem 0;
}
#news .news_content h3 {
  font-size: 2rem;
  color: #666f77;
  padding: 1.5rem 0;
  font-weight: 10;
}
#news .news_content p {
  padding: 1rem 0;
  color: #666f77;
  text-indent: 2em;
  line-height: 2rem;
}
#news .news_content a {
  color: #666f77;
  border-color: #666f77;
}
#news .news_content a:hover {
  background-color: rgba(0, 0, 0, 0.125);
  color: #fff;
}
#news .news_content .news_l {
  padding-right: 4rem;
}
#news .news_content .news_l img {
  width: 100%;
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
#news .news_content .news_r .news_item {
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
#news .news_content .news_r .news_item2 .btn {
  color: #629DD1;
  border-color: #629DD1;
  margin: 2rem;
  float: right;
}
#news .news_content .news_r .news_item2 .btn:hover {
  background-color: #629DD1;
  color: #fff;
}
#news .news_content .news_r .news_item2 h3 {
  padding-bottom: 0;
}
#news .news_content .news_r .news_item2 p {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
#news .news_content .news_r .news_item2 p a {
  font-size: 1.2rem;
  color: #629DD1;
}
#news .news_content .news_r .news_item2 p a:hover {
  background-color: transparent;
  text-decoration: underline;
}

#footer {
  padding-top: 30px;
  background: url("../img/footbg.jpg");
}

#footer .footer-box h4 {
  font-size: 24px;
  color: #fff;
  margin: 30px 0;
}

#footer .footer-box h4 span {
  padding-right: 0.5em;
  padding-bottom: 5px;
  border-bottom: 2px solid red;
}

#footer .footer-box p {
  color: #bbb;
}

#footer .cate {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-bottom: 50px;

}
#footer .cate p{
  line-height: 2rem;
  width: 50%;
}
#footer .cate p a{
  color: #bbb;

}
#footer .footer-box p a {
  flex: 1;
  color: #bbb;
  line-height: 30px;
}

#footer .footer-box img {
  width: 100px;
  height: 100px;
}

@media screen and (min-width: 768px) {
  #footer .footer-box:nth-of-type(2) {
    padding-left: 100px;
  }
}
#footer .copyright {
  background-color: #222;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #444;
}

#footer .copyright .container {
  background-color: #222;
}

#footer .copyright p {
  color: #bbb;
  word-wrap: break-word;
}

#footer .copyright p span {
  margin-right: 20px;
}

#footer .copyright p a {
  color: #bbb;
  white-space: nowrap;
}

#footer .copyright p a:hover {
  color: red;
}

#footer .bottom-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  height: 60px;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  align-items: center;
}

#footer .bottom-bar .bar-item {
  flex: 1;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  text-align: center;
}

#footer .bottom-bar .bar-item:last-of-type {
  border-right: none;
}

#footer .bottom-bar .bar-item i {
  color: #DF0031;
  font-size: 20px;
}

#footer .bottom-bar .bar-item p {
  color: #666;
  font-size: 12px;
}
.aside-hidden{
  display: none;
}

@media screen and (max-width: 768px) {
  #header_wrapper .container {
    line-height: 4rem;
  }
  #header_wrapper .header_l > p > a {
    font-size: 1.3rem;
  }
  #header_wrapper .header_r {
    position: absolute;
    top: 4rem;
    left: 0;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    overflow: hidden;
  }
  .tilt-in-top-1 {
    animation: tilt-in-top-1 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }
  .tilt-in-top-1-re{
    animation: tilt-in-top-2 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }

  @keyframes tilt-in-top-1 {
    0% {
      height: 0;
      opacity: 0;
    }
    100% {
      height: 273px;
      opacity: 1;
    }
  }
  @keyframes tilt-in-top-2 {
    100% {
      height: 0;
      opacity: 0;
    }
    0% {
      height: 273px;
      opacity: 1;
    }
  }
 

  #header_wrapper .header_r > nav > ul {
    display: block;
    background-color: #fff;
  }
  #header_wrapper .header_r > nav > ul>li {
    line-height: 2.8rem;

  }
  #header_wrapper .header_r > nav > ul li > a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.1rem;
    margin-left: 3rem;
    font-weight: 100;
  }
  #header_wrapper .header_r > nav > ul .active {
    color: #DF0031;
    font-weight: 600;
  }
  
  #header_wrapper .header_r {
    display: none;
  }
  #header_wrapper .iconfont {
    display: block;
  }


  #banner {
    padding-top: 4rem;
  }

  #product .product_content .product_category {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    overflow: scroll;
  }
  .list-group {
    display: none;
  }

  #about img {
    display: none;
  }


  #news .news_l {
    padding-right: 15px !important;
  }

  #footer .bottom-bar {
    display: flex;
  }

  #footer .copyright .container {
    padding-bottom: 60px;
  }
  .main-wrapper {
    z-index: 5;
    background-color: #fff;
  }
  .aside-hidden {
    display: block;
    position: fixed ;
    top: 4rem;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -5;
  }
  .aside-hidden .list-group {
    display: block;
  }
  .aside-hidden .list-group .list-title{
    font-size: 2rem;
    line-height: 3rem;
  }

  .show-list{
    position: fixed;
    background-color: #202020b4;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0 .5rem;
    left: -.5rem;
    z-index: 20;
    border-radius:0 1rem 1rem 0 ;
  }
  .show-list i {
    color: #fff;
    font-size: 1.8rem;
  }
  .tilt-in-left-2 {
    animation: tilt-in-left-2 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }
  @keyframes tilt-in-left-2 {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(100%);
    }
  }

}


.page .content {
  padding: 30px 0;
}
.page .content .list-group {
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
}
.page .content .list-group .del-option {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
}
.page .content .list-group h3 i {
  font-size: 20px;

}
.page .content .list-title {
  padding: 30px;
  font-size: 36px;
  color: #333;
}
.page .content .bread {
  text-align: right;
  color: #777;
  border-bottom: 1px solid rgba(0,0,0,.125);
  padding-bottom: 10px;
}
.page .content .bread a{
  color: #777;
}

.page .content .main {
  padding: 10px;
  overflow: hidden;
}


.product-page .content {
  display: flex;
  flex-wrap: wrap;
}

.card {
  overflow: hidden;
}
.card img {
  max-width: 100%;
}

#proshow_section .content_title{
  margin: 0 -1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  font-size: 1.25rem;
  text-indent: 2rem;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}
#yangben_section .card {
  margin: 2rem 0 ;
}
#yangben_section .card .card-body{
  text-align: center;
}
#yangben_section .card .card-body a{
  color: #fff;
}
#yangben_section img {
  width: 100%;
  height: 200px;
  margin-bottom: 1.25rem;
}
#content_section .content_title{
  font-size: 1.25rem;

  text-align: center;

}
#content_section .content_sub{
  margin: 0 -1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  text-align: center;
  padding-top: .5rem;
  padding-bottom: .75rem;
  margin-bottom: 1.25rem;
}
#news_section p {
  padding: 1.25rem .5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  font-size: 1.1rem;
}
#news_section p a{
  color: #629DD1;
}
#news_section p span{
  float: right;
}

#forms {

}
#forms .form-group{
  position: relative;
}
#forms .form-group input{
  padding-top: 1rem;
  padding-bottom: 0rem;
  height: 3.5rem;
}
#forms .form-group textarea{
  padding-top: 1.5rem;
  padding-bottom: 0rem;
  height: 6rem;
}
#forms .form-group label{
  position: absolute;
  transition: 0.3s;
  left: .75rem;
  top: 1rem;
  color: rgba(0, 0, 0, 0.5);
  z-index: 9;
}

#forms .form-group input:focus {
  border-color: rgba(0, 0, 0, 0.4);
  box-shadow: none;
}

#forms .form-group textarea:focus {
  border-color: rgba(0, 0, 0, 0.4);
  box-shadow: none;
}
#forms .form-group input:focus + label{
  transform: translateY(-.75rem) scale(0.8);
}
#forms .form-group textarea:focus + label{
  transform: translateY(-.75rem) scale(0.8);
}
#forms .exist+label{
  transform: translateY(-.75rem) scale(0.8);
}
