table

    {

       border-collapse:collapse; border:1px solid #eceaea; width:100%;

    }

    td

    {

       height:40px; border-collapse:collapse; border:1px solid #eceaea;

      

    }

.needTada {
  animation: tadass 1s linear infinite;
  -webkit-animation: tadass 1s linear infinite;
}
@keyframes tadass {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@font-face {
  font-family: numFont;
  src: url('../fonts/DINPRO.otf');
}
@font-face {
  font-family: HelveticaNeueLTPro;
  src: url('../fonts/HelveticaNeueLTPro-ThEx.otf');
}
.more_button {
  display: block;
  width: 5.3rem;
  height: 1.3rem;
  background: #C11101;
  border-radius: 0.75rem;
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  text-align: center;
  line-height: 1.3rem;
  color: #fff;
  font-size: 0.6rem;
  margin: 0 auto;
}
.needCover {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}
.needContain {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}
.clear:after {
  display: block;
  content: '';
  clear: both;
}
.wrapper {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin: 0 auto;
}
.inside_pro {
  margin-top: 0.75rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.inside_pro:after {
  display: block;
  content: '';
  clear: both;
}
.inside_pro .s1 {
  width: 7rem;
  margin-bottom: 0.75rem;
  float: left;
  margin-right: 0.375rem;
}
.inside_pro .s1:nth-of-type(2n) {
  margin-right: 0;
  float: right;
}
.inside_pro .s1:last-of-type {
  margin-bottom: 0;
}
.inside_pro .s1 .pic {
  width: 7rem;
  
  border: 0.05rem solid #e5e5e5;
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.inside_pro .s1 p {
  height: 1rem;
  line-height: 1rem;
  background: #eee;
  text-align: center;
  width: 100%;
  color: #898989;
  overflow: hidden;
}
body {
  font-family: "microsoft yahei", "sans-serif";
}
.img-responsive {
  max-width: 100%;
  display: block;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.czspjz {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#main {
  padding-bottom: 2.25rem;
}
/*header_nav*/
.header_nav .header_middle {
  height: 2.7rem;
}
.header_nav .header_middle .wrapper:after {
  display: block;
  content: '';
  clear: both;
}
.header_nav .header_middle .wrapper .i1 {
  float: left;
  width: 6.3rem;
  margin-top: 0.3rem;
}
.header_nav .header_middle .wrapper .i2 {
  float: right;
  height: 1.5rem;
  margin-top: 0.625rem;
}
/*nav*/
.nav ul:after {
  display: block;
  content: '';
  clear: both;
}
.nav ul li {
  width: 25%;
  border-top: 0.025rem solid #f4f4f4;
  border-right: 0.025px solid #f4f4f4;
  float: left;
  box-sizing: border-box;
  background: #c11101;
}
.nav ul li:nth-child(4n) {
  border-right: none;
}

.nav ul li:nth-child(9) {
    border-right: none;
}

.nav ul li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 0.6rem;
  line-height: 1.5rem;
}
/*banner*/
.banner {
  position: relative;
}
.banner img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.banner .swiper-pagination-1 {
  bottom: 0.25rem;
}
.banner .swiper-pagination-1 .swiper-pagination-bullet-active {
  width: 0.875rem !important;
  height: 0.35rem !important;
  border-radius: 0.625rem !important;
}
.banner .swiper-pagination-1 > .swiper-pagination-bullet {
  margin: 0 0.15rem;
  display: inline-block;
  border-radius: 50%;
  width: 0.35rem;
  height: 0.35rem;
  background: #C11101;
  opacity: 1;
}
/*search*/
.search {
  width: 100%;
  background: #fff;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.search form:after {
  display: block;
  content: '';
  clear: both;
}
.search form input {
  width: 11.25rem;
  height: 1.55rem;
  border: 0.025rem solid #e5e5e5;
  background: #fff;
  line-height: 1.55rem;
  text-indent: 0.5rem;
  color: #b6b6b6;
  font-size: 0.65rem;
  float: left;
  -webkit-border-top-left-radius: 0.75rem;
  -moz-border-top-left-radius: 0.75rem;
  border-top-left-radius: 0.75rem;
  -webkit-border-bottom-left-radius: 0.75rem;
  -moz-border-bottom-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.search form input ::-webkit-input-placeholder {
  color: #b6b6b6;
  font-size: 0.65rem;
}
.search form input :-moz-placeholder {
  color: #b6b6b6;
  font-size: 0.65rem;
}
.search form input ::-moz-placeholder {
  color: #b6b6b6;
  font-size: 0.65rem;
}
.search form input :-ms-input-placeholder {
  color: #b6b6b6;
  font-size: 0.65rem;
}
.search form button {
  width: 3rem;
  height: 1.6rem;
  color: #fff;
  line-height: 1.65rem;
  font-size: 0.65rem;
  float: left;
  cursor: pointer;
  text-align: center;
  background: #C11101;
  -webkit-border-top-right-radius: 0.75rem;
  -moz-border-top-right-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  -webkit-border-bottom-right-radius: 0.75rem;
  -moz-border-bottom-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.my-title {
  text-align: center;
}
.my-title > img {
  margin-top: -0.5rem;
  width: 8.25rem;
}
.my-title p {
  text-align: center;
  margin-top: -0.75rem;
}
.my-title p span {
  font-size: 1rem;
  color: #C11101;
  font-weight: bolder;
  padding-left: 0.275rem;
  padding-right: 0.275rem;
}
.my-title p img {
  display: inline-block;
  width: 1.775rem;
  height: 0.9rem;
  margin-top: -0.525rem;
}
/*product*/
.product {
  padding-top: 1.5rem;
  padding-bottom: 1.8rem;
  background: #f5f5f4;
}
.product .swiper-pagination {
  margin-top: 0.45rem;
  left: 50%;
  transform: translateX(-50%);
}
.product .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.125rem;
  width: 0.45rem;
  height: 0.45rem;
}
.product .swiper-pagination .swiper-pagination-bullet-active {
  background: #C11101 !important;
}
.product .swiper-container-pro a {
  display: block;
  position: relative;
}
.product .swiper-container-pro a .pic {
  
}
.product .swiper-container-pro a p {
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  color: #fff;
  font-size: 0.4rem;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.idx_type {
  width: 100%;
  margin-top: 0.7rem;
  margin-bottom: 0.875rem;
}
.idx_type:after {
  display: block;
  content: '';
  clear: both;
}
.idx_type li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333333%;
  height: 1.55rem;
  border-right: 0.05rem solid #f1f1f1;
  border-bottom: 0.05rem solid #f1f1f1;
  float: left;
  background: #fff;
}
.product .idx_type li:last-child {
  background: #C11101;
}
.product .idx_type li:last-child a {
  color: #fff;
}







.idx_type li:nth-child(12) {
  background: #C11101 url("../images/mess.png") no-repeat right 0.75rem center;
  background-size: 0.675rem 0.625rem;
}
.idx_type li:nth-child(12) a {
  color: #fff;
  text-indent: 0.75rem;
  text-align: left;
}
.idx_type li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #898989;
  font-size: 0.6rem;
  text-align: center;
  line-height: 1.55rem;
}
 .isd_type li {
  background: #eee;
}
.isd_type li:nth-of-type(11) {
  background: none;
}
.isd_type li:nth-of-type(11) a {
  color: #898989;
}
.isd_type li:nth-of-type(12) {
  background: none;
}
.isd_type li:nth-of-type(12) a {
  color: #898989;
  text-align: center;
}
/*case*/
.case {
  width: 100%;
  background: #fff;
  padding-top: 1.75rem;
  padding-bottom: 1.05rem;
}
.case .c0 {
  width: 11.3rem;
  margin: 0 auto;
  margin-top: 2.15rem;
}
.case .c0:after {
  display: block;
  content: '';
  clear: both;
}
.case .c0 .c1 {
  float: left;
}
.case .c0 .c2 {
  float: right;
  background: #fff;
  border: 1px solid #C11101;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #C11101;
}
.case .my-title > img {
  width: 9.1rem;
}
.case .swiper-pagination {
  margin-top: 0.45rem;
  left: 50%;
  transform: translateX(-50%);
}
.case .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.125rem;
  width: 0.45rem;
  height: 0.45rem;
}
.case .swiper-pagination .swiper-pagination-bullet-active {
  background: #C11101 !important;
}
.case .swiper-container-pj {
  margin-top: 0.65rem;
}
.case .swiper-container-pj .swiper-wrapper .swiper-slide {
  background: url("../images/borderbg.png") no-repeat center;
  background-size: 14.95rem 9.5rem;
  width: 14.95rem;
  height: 9.5rem;
  margin: 0 auto;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.case .swiper-container-pj .swiper-wrapper .swiper-slide a {
  display: block;
}
.case .swiper-container-pj .swiper-wrapper .swiper-slide a .pic {
  width: 14.5rem;
  height: 9rem;
  margin: 0 auto;
  margin-top: 0.225rem;
  position: relative;
}
.case .swiper-container-pj .swiper-wrapper .swiper-slide a .pic p {
  font-weight: bolder;
  background: rgba(0, 0, 0, 0.5);
  width: 14.5rem;
  margin: 0 auto;
  position: absolute;
  left: 0;
  bottom: 0;
}
.case .swiper-container-pj .swiper-wrapper .swiper-slide a .pic p:after {
  display: block;
  content: '';
  clear: both;
}
.case .swiper-container-pj .swiper-wrapper .swiper-slide a .pic p span {
  float: left;
  font-size: 0.55rem;
  color: #fff;
  line-height: 1.45rem;
  background: url("../images/site.png") no-repeat left center;
  background-size: 0.65rem;
  padding-left: 0.95rem;
  margin-left: 0.55rem;
}
.case .swiper-container-pj .swiper-wrapper .swiper-slide a .pic p i {
  display: block;
  float: right;
  width: 1.5rem;
  height: 1.45rem;
  background: #C11101;
  color: #fff;
  text-align: center;
  line-height: 1.45rem;
  font-weight: bolder;
  font-size: 1rem;
  font-style: normal;
}
/*client*/
.client {
  width: 100%;
  background: #C11101;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
.client h4 {
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
  font-weight: bolder;
  margin-bottom: 0.7rem;
}
.client .swiper-container-client .pic {
  background: #fff;
  height: 1.8rem;
}
/*company*/
.company {
  padding-top: 0.875rem;
}
.company .com_con {
  font-size: 0.6rem;
  color: #505050;
  line-height: 1.05rem;
  display: block;
  padding-top: 0.375rem;
}
.company .com_con a {
  font-size: 0.6rem;
  color: #C11101;
  font-weight: bolder;
}
.company .my-title {
  margin-bottom: 0.75rem;
}
.company .my-title > img {
  width: 8.7rem;
}
.company .com_img {
  width: 100%;
}
.company .com_img img {
  width: 100%;
}
.company .com_text {
  background: #eee;
}
.company .shili {
  color: #C11101;
  font-size: 0.7rem;
  font-weight: bold;
  padding-top: 0.95rem;
}
/*honor*/
.zhanshi {
  position: relative;
  background: #eeeeee;
  padding-bottom: 1.25rem;
}
.zhanshi .zs_ul {
  width: 100%;
  margin-bottom: 0.7rem;
  padding-top: 0.75rem;
}
.zhanshi .zs_ul:after {
  display: block;
  content: '';
  clear: both;
}
.zhanshi .zs_ul li {
  float: left;
}
.zhanshi .zs_ul li:nth-child(1) a {
  background: #C11101;
  color: #fff;
}
.zhanshi .zs_ul li a {
  display: block;
  width: 4.8rem;
  height: 1.55rem;
  background: #fff;
  line-height: 1.55rem;
  text-align: center;
  color: #898989;
  font-size: 0.6rem;
}
.zhanshi .swiper-container-work .swiper-slide a {
  display: block;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zhanshi .swiper-container-work .swiper-slide a .pic {
  height: 5.65rem;
}
.zhanshi .swiper-container-work .swiper-slide a p {
  height: 1.4rem;
  line-height: 1.4rem;
  background: #fff;
  text-align: center;
  width: 100%;
  color: #707070;
  font-size: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*news*/
.news {
  padding-top: 1.3rem;
  padding-bottom: 0.625rem;
}
.news .news_name:after {
  display: block;
  content: '';
  clear: both;
}
.news .news_name .nn1 {
  float: left;
  width: 7.25rem;
  height: 1.75rem;
  text-align: center;
  line-height: 1.75rem;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news .news_name .nn1:nth-of-type(1) a {
  background: #C11101;
  color: #fff;
}
.news .news_name .nn1 a {
  background: #fff;
  display: block;
  font-size: 0.75rem;
  color: #6e6e6e;
}
.news .news_list {
  margin-top: 1.05rem;
}
.news .news_list li {
  width: 100%;
  margin-bottom: 0.75rem;
  background: #C11101;
}
.news .news_list li:after {
  display: block;
  content: '';
  clear: both;
}
.news .news_list li .n1 {
  float: left;
  width: 5.925rem;
  height: 3.65rem;
}
.news .news_list li .n2 {
  float: right;
  width: 8.375rem;
}
.news .news_list li .n2 p {
  color: #fff;
  font-size: 0.6rem;
  font-weight: bolder;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.45rem;
  margin-left: 0.5rem;
}
.news .news_list li .n2 span {
  color: #f3efef;
  font-size: 0.5rem;
  display: block;
  line-height: 0.875rem;
  margin-top: 0.25rem;
  height: 40px;
  overflow: hidden;
}
.news .news_list2 {
  margin-bottom: 0.95rem;
}
.news .news_list2 a {
  display: block;
  width: 100%;
  border-bottom: 0.025rem dashed #d9d9d9;
}
.news .news_list2 a:after {
  display: block;
  content: '';
  clear: both;
}
.news .news_list2 a .n3 {
  width: 70%;
  float: left;
  position: relative;
  line-height: 1.5rem;
}
.news .news_list2 a .n3 p {
  color: #6d6d6d;
  font-size: 0.55rem;
  font-weight: bolder;
  background: url("../images/dbx.png") no-repeat left center;
  padding-left: 0.625rem;
  
  overflow: hidden;
}
.news .news_list2 a .n4 {
  width: 27%;
  float: right;
}
.news .news_list2 a .n4 small {
  display: block;
  font-size: 0.5rem;
  color: #a4a4a4;
  text-align: right;
  line-height: 1.5rem;
}
.news .more_btn {
  margin-top: 1rem;
}
.links {
  width: 100%;
}
.links .to_top {
  height: 1.75rem;
  line-height: 1.75rem;
  width: 100%;
  background: #C11101;
  display: block;
  text-align: center;
  border-bottom: 1px solid #cec4c4;
}
.links .to_top span {
  font-size: 0.75rem;
  color: #fff;
  display: block;
  background: url("../images/to_top.png") no-repeat right 5.75rem center;
  background-size: 0.525rem 0.825rem;
}
.links .l_bg {
  background: url("../images/lbg.jpg") no-repeat center;
  background-size: cover;
  height: 7.65rem;
  text-align: center;
  padding-top: 1.25rem;
}
.links .l_bg p {
  text-align: center;
  line-height: 1rem;
  margin-bottom: 0.125rem;
}
.links .l_bg p span {
  color: #fff;
  font-size: 0.6rem;
}
.links .l_bg p span b {
  font-size: 0.95rem;
  font-family: numFont;
}
.links .l_bg button {
  width: 8.475rem;
  height: 1.5rem;
  border-radius: 0.75rem;
  background: #C11101 url("../images/wx.png") no-repeat left 1.25rem center;
  background-size: 0.975rem 0.8rem;
  color: #fff;
  text-align: left;
  text-indent: 2.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
  
}
.links .l_bg #text,
.links .l_bg #input {
  opacity: 0;
}
/*footer*/
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #242424;
  z-index: 99999;
  height: 2.25rem;
}
.footer li {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 0.025rem solid #3b3b3b;
}
.footer li:nth-child(1) {
  width: 20%;
}
.footer li:nth-child(1) img {
  width: 0.85rem;
  height: 0.8rem;
}
.footer li:nth-child(2) {
  width: 20%;
}
.footer li:nth-child(2) img {
  width: 0.95rem;
  height: 0.95rem;
}
.footer li:nth-child(3) {
  width: 20%;
}
.footer li:nth-child(3) img {
  width: 0.775rem;
  height: 0.75rem;
}
.footer li:nth-child(4) {
  border-right: none;
  width: 40%;
}
.footer li:nth-child(4) a {
  background: #C11101;
}
.footer li:nth-child(4) img {
  width: 0.725rem;
  height: 0.725rem;
}
.footer li a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0.25rem;
}
.footer li a > div {
  height: 0.875rem;
  margin-bottom: 0.175rem;
}
.footer li a span {
  font-size: 0.6rem;
  color: #ffffff;
  height: 1.375rem;
  display: block;
}
/*info*/
#info {
  padding-bottom: 1.35rem;
}
.info_top {
  margin: 0.875rem 0 0.75rem 0;
}
.info_top:after {
  display: block;
  content: '';
  clear: both;
}
.info_top h2 {
  font-size: 0.6rem;
  font-weight: normal;
  color: #666;
  float: left;
  border-left: 4px solid #C11101;
  padding-left: 0.375rem;
  font-family: numFont;
}
.info_top h2 span {
  color: #666;
}
.p_content {
  font-size: 14px;
  line-height: 1rem;
  color: #4f4f4f;
}

.p_content p span{
	color: #4f4f4f;
	
	
}
.p_content p{
	
}
.p_content img {
  max-width: 100%;
}
/*contact*/
.contact_li h4 {
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
  color: #C11101;
  font-weight: bold;
}
.contact_li ul li {
  font-size: 0.625rem;
  line-height: 1rem;
  color: #333;
}
.contact_li ul li a {
  font-weight: bold;
  color: #C11101;
  font-family: numFont;
}
.to_here {
  display: block;
  background: #C11101;
  color: #fff;
  font-size: 0.55rem;
  text-align: center;
  line-height: 1rem;
  margin: 0.375rem 0 0.75rem 0;
  border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  width: 4rem;
  height: 1rem;
}
#allmap {
  width: 100%;
  height: 11.5rem;
  margin: 0 auto;
}
/*message*/
.inner_message .verify {
  height: 1.75rem;
}
.inner_message .layui-input-block {
  margin-left: 0;
}
.inner_message .layui-input-block .layui-input {
  height: 1.75rem;
}
.inner_message .layui-input-block .layui-btn {
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 0.25rem;
  font-size: 0.65rem;
  background: #C11101;
}
.inner_message .layui-input-block .layui-btn-primary {
  background: none;
}
.inner_message .layui-input-block .layui-btn-primary:hover {
  border-color: #C11101;
}
.pro_list {
  width: 100%;
  margin-top: 0.5rem;
}
.pro_list:after {
  display: block;
  content: '';
  clear: both;
}
.pro_list li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 1rem;
  float: left;
}
.pro_list li:nth-child(2n) {
  margin-right: 0;
}
.pro_list li div {
  width: 7rem;
  height: 5.9rem;
  position: relative;
  border: 0.025rem solid #bfbfbf;
  box-sizing: border-box;
}
.pro_list li div img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  display: block;
}
.pro_list li p {
  width: 100%;
  line-height: 0.875rem;
  text-align: center;
}
.pro_list li p span {
  font-size: 0.6rem;
  color: #303030;
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  word-break: normal;
  text-overflow: ellipsis;
}
.swiper-container-2 {
  margin-bottom: 0.5rem;
  position: relative;
}
.swiper-container-2 .swiper-button-white {
  border-radius: 0.075rem;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.3);
  background-size: 0.375rem 0.625rem;
  outline: none;
}
.swiper-container-2 .swiper-wrapper .pic {
  width: 100%;
  height: 10rem;
}
.swiper-container-2 .swiper-wrapper .pic img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.inner_case_content {
  padding: 0.5rem 0;
}
.inner_case_content .content_p {
  padding-bottom: 0.25rem;
}
.inner_case_content .content_p .sp {
  display: block;
  border-bottom: 1px solid #C11101;
}
.inner_case_content .content_p .sp small {
  width: 5rem;
  line-height: 1.5rem;
  background: #C11101;
  color: #fff;
  text-align: center;
  font-size: 0.625rem;
  display: block;
}
.search_now {
  color: #333;
  font-size: 0.75rem;
}
.search_now span {
  color: #C11101;
}
#prev_next {
  font-size: 0.625rem;
  margin-top: 1.25rem;
}
#prev_next li:first-child {
  background: url("../images/left.png") no-repeat left center;
  background-size: 0.25rem;
  line-height: 1.25rem;
  padding-left: 1.5rem;
}
#prev_next li:last-child {
  background: url("../images/right.png") no-repeat left center;
  background-size: 0.25rem;
  line-height: 1.25rem;
  padding-left: 1.5rem;
}
/*inside_ul*/
.inside_ul:after {
  display: block;
  content: '';
  clear: both;
}
.inside_ul li {
  float: left;
  text-align: center;
  border: 1px solid #ccc;
  width: 31.66666667%;
  margin-bottom: 0.625rem;
  margin-right: 2.5%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.inside_ul li:nth-child(3n) {
  margin-right: 0;
}
.inside_ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.inside_ul li a div {
  width: 100%;
  height: 4.5rem;
  position: relative;
}
.inside_ul li a div i {
  background: url("../images/play.png") no-repeat center;
  background-size: 1.25rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.inside_ul li a div img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.inside_ul li a span {
  display: block;
  background: #C11101;
  font-size: 0.4rem;
  color: #fff;
  text-align: center;
  padding: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*新闻首页*/
.inner_news_list li {
  width: 100%;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.025rem solid #cccccc;
}
.inner_news_list li a {
  display: block;
}
.inner_news_list li a .time {
  font-size: 0.65rem;
  color: #666;
  font-family: HelveticaNeueLTPro;
}
.inner_news_list li a .name {
  width: 100%;
  height: 100%;
  display: block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.65rem;
  color: #333;
  margin-top: 0.375rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.inner_news_list li a .desc {
  margin-top: 0.25rem;
  width: 100%;
  font-size: 0.65rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/*新闻内页*/
.news_title {
  font-size: 0.85rem;
  text-align: center;
  font-weight: 300;
  color: #333;
}
.meta {
  font-size: 0.625rem;
  text-align: center;
  margin: 0.375rem 0;
}
.p_content img {
  max-width: 100% !important;
}
.p_content iframe {
  width: 100%!important;
  height: 15rem;
}
/*page*/
div.page {
  margin: 0;
  clear: both;
  font-size: 0.35rem;
  text-align: center;
  margin-bottom: 5px;
}
div.page a {
  display: inline-block;
  padding: 0.05rem 0.125rem;
  color: #ffffff;
  text-decoration: none;
  background: #C11101;
}
div.page a:hover {
  background: #5c5c5c;
}
div.page span.current {
  padding: 0.05rem 0.2rem;
  font-weight: bold;
  margin: 0.05rem;
  color: #fff;
  background-color: #C11101;
}
div.page span.disabled {
  padding: 0.05rem 0.125rem;
  margin: 0.05rem;
  color: #ddd;
}
.nav-has-sub:nth-child(8){
	
}
.pc-banner img{
	width: 100%;
}
.page .previous {
	float: left;background: #9b9b9b;
}
.previous span,.next span{
	color: #fff;font-size: 0.65rem;    padding: 3px 5px;
    display: block;
}
.page  .previous a,.page  .next a{
	color: #fff;font-size: 0.65rem;    padding: 3px 5px;
    display: block;
}
.page .next {
	float: right;background: #9b9b9b;
	}