﻿/*banner*/
.ind-banner{ padding-top:108px; width: 100%; overflow: hidden; position:relative;} 
.ind-banner .swiper-slide {position: relative; }
.ind-banner .swiper-slide a{ display: block; width: 100%; height: 100%; }
.ind-banner .swiper-slide .img img{ width: 100%;}
.ind-banner .onebox{ position: absolute; left: 50%; margin-left: -7.68rem; z-index: 2; top: 26%; /*transform: translateY(-50%); */}
.ind-banner .onebox .name{ font-size: 1.2rem; line-height: 1.2rem; color: #e50013; font-weight: bold; padding-bottom: 0.5rem; font-family:'bold';}
.ind-banner .onebox .txt{ font-family:'semibold'; font-size: 0.6rem; line-height: 0.6rem; color: #333; border-bottom: #e50013 solid 0.1rem;}
.ind-banner .onebox .txt em{ color: #e50013; font-size: 0.66rem; }
.ind-banner .onebox .btnDiv{ margin-top: 1.0rem; width: 1.76rem; height: 0.56rem; border: #e50013 solid 2px; font-size: 16px; color: #e50013; border-radius: 0.48rem; }
.ind-banner .onebox .btnDiv em{ margin-left: 12px; display: block; width: 15px; height: 11px; background: url(../images/ico1.png) no-repeat; }
.ind-banner .onebox .btnDiv:hover{ background: #e50013; color: #fff; }
.ind-banner .onebox .btnDiv:hover em{ background: url(../images/ico1on.png) no-repeat;}

.ind-banner .onebox{transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  transition: all 1.4s ease;
  -webkit-transition: all 1.4s ease;
  -moz-transition: all 1.4s ease;
  -ms-transition: all 1.4s ease;
  -o-transition: all 1.4s ease;
  transition-delay: 1s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);}
.ind-banner .swiper-slide-active .onebox{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}


.ind-banner .swiper-pagination{ width: 100%; bottom: 0.4rem; } 
.ind-banner .swiper-pagination-bullet { position: relative; display: inline-block; width: 8px; height: 8px; opacity: 1; background: #fff; border: #e50013 solid 1px; box-sizing:border-box; border-radius: 50%; overflow: hidden; margin: 0 8px!important; } 
.ind-banner .swiper-pagination-bullet-active { background: #e50013; } 

/*banner结束*/

.indexP1{ position: relative; border-top: #e50013 solid 3px; padding-top: 1.3rem; height: 8.9rem; box-sizing: border-box; background: url(../images/indexP1.jpg) center no-repeat; background-size: cover;}
.indexP1 .leftDiv{ width: 7.0rem; }
.indexP1 .title{ font-size: 0.48rem; line-height: 0.48rem; color: #333; position: relative; padding-bottom: 0.32rem; font-family:'semibold'; }
.indexP1 .title:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 42px; height: 3px; background: #e50013; }
.indexP1 .txt{ padding: 0.5rem 0 0.25rem; font-size: 0.32rem; color: #e50013; line-height: 0.48rem; width: 5.86rem; font-family:'semibold'; }
.indexP1 .content{ font-size: 0.16rem; line-height: 0.3rem; width: 6.4rem; text-align: justify; }
.indexP1 .numList{ padding-top: 0.75rem; }
.indexP1 .numList li{ float: left; width: 2.1rem; }
.indexP1 .numList li:nth-child(2){ width: 2.6rem; }
.indexP1 .numList li:nth-child(3){ width: 2.3rem; }
.indexP1 .numList li .ss{ height: 0.64rem;}
.indexP1 .numList li .num{ font-size: 0.16rem; display: flex; display: -webkit-flex; align-items: flex-end; -webkit-align-items: flex-end;}
.indexP1 .numList li .num em{ font-size: 0.54rem; line-height: 0.5rem; color: #e50013; font-family:'semibold'; }
.indexP1 .numList li .wen{ font-size: 0.16rem; line-height: 0.16rem; color: #333; }

.indexP1 .btnDiv{ padding-top: 0.6rem; }
.indexP1 .btnDiv a{ width: 1.75rem; height: 0.5rem; background: #e50013; border-radius: 0.48rem; font-size: 16px; color: #fff; font-family:'semibold'; }
.indexP1 .btnDiv em{ margin-left: 15px; display: block; width: 8px; height: 8px; background: url(../images/ico2.png) no-repeat; }

.indexP1 .rightDiv{ position: absolute; width: 8.8rem; right: 0; top: 1.3rem; }
.indexP1 .videobox{ width: 100%; position: relative; overflow: hidden; border-top-left-radius: 0.12rem; border-bottom-left-radius: 0.12rem;}
.indexP1 .videobox .imgDiv{ height: 6.2rem; }
.indexP1 .videobox .imgDiv img{ width: 100%; height: 100%; object-fit: cover;}
.indexP1 .videobox video{ max-width:100%; max-height: 6.2rem; position:absolute;top:50%;left:0; right: 0; margin: 0 auto; transform: translateY(-50%);z-index:-1;visibility:hidden;opacity:0;object-fit:cover;}
.indexP1 .videobox.cur{ background:#000;}
.indexP1 .videobox.cur .imgDiv,.indexP1 .videobox.cur .playbox{z-index:-1;visibility:hidden;opacity:0;}
.indexP1 .videobox.cur video{z-index:2;visibility:visible;opacity:1;}
.indexP1 .videobox .playbox{ cursor:pointer; position:absolute; left:50%; top:50%; width: 74px; height: 74px; margin-left:-37px; margin-top:-37px; border-radius: 50%; background: #fff; z-index:1;}
.indexP1 .videobox .playbox:after{ content: ''; position: absolute; left: 50%; top: 50%; margin-left: -10px; margin-top: -13px; width: 21px; height: 26px; background: url(../images/play.png) no-repeat; }
.indexP1 .videobox .playbox .dwq{ position: absolute; right: 50%; top: 50%; margin-right: -55px; margin-top: -55px; width: 110px; height: 110px; z-index: -1; }
.indexP1 .videobox .playbox .pulse2{position:absolute;top:50%;left:50%; margin-left: -55px; margin-top: -55px; height:110px;width:110px;border:2px solid #fff; box-sizing: border-box; -webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-box-shadow:0 0 4px #fff,0 0 10px #fff inset;-moz-box-shadow:0 0 4px #fff,0 0 10px #fff inset;box-shadow:0 0 4px #fff,0 0 10px #fff inset;opacity:.12;filter:alpha(opacity=0);-webkit-animation:warn 2s ease-out both;-moz-animation:warn 2s ease-out both;-o-animation:warn 2s ease-out both;animation:warn 2s ease-out both;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite;background:0 0}
.indexP1 .videobox .playbox .delay-04{-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s;-o-animation-delay:1.2s;animation-delay:1.2s}
.indexP1 .videobox .playbox .delay-05{-webkit-animation-delay:1.6s;-moz-animation-delay:1.6s;-o-animation-delay:1.6s;animation-delay:1.6s}
.indexP1 .videobox .playbox .delay-06{-webkit-animation-delay:2s;-moz-animation-delay:2s;-o-animation-delay:2s;animation-delay:2s}

.indexP2{ padding: 1.3rem 0 1.0rem; }
.indexP2 .toptop{ height: 1.3rem; position: relative; }
.indexP2 .title{ font-size: 0.48rem; line-height: 0.48rem; position: relative; color: #333; padding-bottom: 0.32rem; font-family:'semibold';}
.indexP2 .title:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 42px; height: 3px; background: #e50013; }
.indexP2 .more{ position: absolute; right: 0; top: 0.15rem; z-index: 1; }
.indexP2 .more a{ width: 1.75rem; height: 0.5rem; background: #e50013; border-radius: 0.48rem; font-size: 16px; color: #fff; font-family:'semibold'; }
.indexP2 .more em{ margin-left: 15px; display: block; width: 8px; height: 8px; background: url(../images/ico2.png) no-repeat; }
.indexP2 .list ul{ margin-right: -0.32rem; }
.indexP2 .list li{ float: left; width: 33.33%; padding-bottom: 0.3rem; }
.indexP2 .list li:first-child{ width: 66.66%; }
.indexP2 .list li .box{ margin-right: 0.32rem; position: relative; border-radius: 0.1rem; overflow: hidden; }
.indexP2 .list li .imgDiv{ height: 4.5rem; position: relative; background: center no-repeat; background-size: cover;}
.indexP2 .list li .imgDiv:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 2.8rem; background: url(../images/bg1.png) repeat-x; }
.indexP2 .list li .layer{ position: absolute; left: 0; bottom: 0.3rem; width: 100%; padding: 0 0.5rem; box-sizing: border-box; z-index: 2; }
.indexP2 .list li .layer:after{ content: ''; opacity: 0; visibility: hidden; position: absolute; right: 0.8rem; top: 0.32rem; width: 23px; height: 18px; background: url(../images/ico3.png) no-repeat; }
.indexP2 .list li .cn{ font-size: 0.28rem; line-height: 0.28rem; padding-bottom: 0.1rem; color: #fff; }
.indexP2 .list li .en{ font-size: 0.16rem; line-height: 0.16rem; text-transform: uppercase; color: rgba(255,255,255,0.7);}
.indexP2 .list li .box:hover .imgDiv{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.indexP2 .list li .box:hover .layer:after{ opacity: 1; visibility: visible; right: 0.5rem;}

.indexP3{ padding: 1.3rem 0; background: #f8f8f8; }
.indexP3 .title{ position: relative; margin-bottom: 0.6rem; text-align: center; font-size: 0.48rem; line-height: 0.48rem; color: #333; padding-bottom: 0.32rem; font-family:'semibold'; }
.indexP3 .title:after{ content: ''; position: absolute; left: 50%; margin-left: -21px; bottom: 0; width: 42px; height: 3px; background: #e50013; }
.indexP3 .lunbo{ position: relative; overflow: hidden; }
.indexP3 .list { width: 42.0rem; position: relative; left: 50%; margin-left: -21.0rem;}
.indexP3 .swiper-slide { position: relative; overflow: hidden; }
.indexP3 .swiper-slide .img { width: 13.6rem;  position: relative; margin: 0 auto; border-radius: 0.12rem; overflow: hidden;}
.indexP3 .swiper-slide .img:after{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.5); }
.indexP3 .swiper-slide .img img{ width: 100%; }
.indexP3 .swiper-slide .txtLayer{ opacity:0; visibility: hidden; position: absolute; left: 0; top: 0.2rem; width:100%; height:100%; color: #fff; text-align: center; box-sizing:border-box; padding: 1.0rem 2.6rem 0; z-index: 1; }
.indexP3 .swiper-slide .name{ font-size: 0.36rem; line-height: 0.36rem; position: relative; padding-bottom: 0.4rem; font-family:'semibold'; }
.indexP3 .swiper-slide .content{ font-size: 0.18rem; line-height: 0.26rem; }
.indexP3 .swiper-slide .more{ padding-top: 0.45rem; }
.indexP3 .swiper-slide .more a{ display: inline-block; position: relative; height: 0.4rem; line-height: 0.4rem; font-size: 0.18rem; color: #fff; padding-right: 0.52rem; }
.indexP3 .swiper-slide .more a:after{ content: ''; position: absolute; right: 0; top: 0; width: 0.4rem; height: 0.4rem; background: #fff url(../images/ico1.png) center no-repeat; border-radius: 50%; }
.indexP3 .swiper-slide .more a:hover{ color: #e50013; }
.indexP3 .swiper-slide .more a:hover:after{ background: #e50013 url(../images/ico1on.png) center no-repeat;}
.indexP3 .swiper-slide-active .img:after{ background: rgba(0,0,0,0.35); }
.indexP3 .swiper-slide-active .txtLayer{ top: 0; opacity:1; visibility: visible;}
.indexP3 .se { display: block; width: 0.66rem; height: 0.66rem; border: #eee solid 2px; position: absolute; z-index: 10; top: 50%; border-radius: 50%; margin-top: -0.33rem; box-sizing: border-box; }
.indexP3 .prev { left: 50%; margin-left: -8.4rem; background: #fff url("../images/nimg12_left.png") center no-repeat; }
.indexP3 .next { right: 50%; margin-right: -8.4rem; background: #fff url("../images/nimg12_right.png") center no-repeat; }
.indexP3 .prev:hover{ border: #e82232 solid 2px; background: #e82232 url("../images/nimg12_lefton.png") center no-repeat;}
.indexP3 .next:hover { border: #e82232 solid 2px; background: #e82232 url("../images/nimg12_righton.png") center no-repeat; }
.indexP3 .swiper-pagination{ display: none; position: relative; padding-top: 0.6rem; bottom: 0!important; } 
.indexP3 .swiper-pagination-bullet { width: 10px; height: 10px; opacity: 1; background: #ddd; border-radius: 50%; margin: 0 8px!important; } 
.indexP3 .swiper-pagination-bullet-active { background: #e82232; } 


.indexP4{ padding: 1.3rem 0; }
.indexP4 .toptop{ height: 1.4rem; position: relative; }
.indexP4 .title{ position: relative; font-size: 0.48rem; line-height: 0.48rem; color: #333; padding-bottom: 0.32rem; font-family:'semibold'; }
.indexP4 .title:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 42px; height: 3px; background: #e50013; }
.indexP4 .tab2{ position: absolute; right: 0; top: 0; z-index: 1; }
.indexP4 .tab2 li{ position: relative; float: left; margin-left: 0.55rem; line-height: 0.56rem; font-size: 0.16rem; color: #333;}
.indexP4 .tab2 li:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: #e50013; }
.indexP4 .tab2 .liNow{ color: #e50013; font-size: 0.18rem; }
.indexP4 .tab2 .liNow:after{ width: 100%; }
.indexP4 .list{ animation: am_top 0.8s ease-out 0.1s backwards; -webkit-animation: am_top 0.8s ease-out 0.1s backwards;}
.indexP4 .list ul{ margin-right: -0.62rem; }
.indexP4 .list li{ float: left; width: 33.33%; }
.indexP4 .list li .box{ margin-right: 0.62rem; }
.indexP4 .list li .imgDiv{ border-radius: 0.1rem; height: 2.9rem; overflow: hidden; }
.indexP4 .list li .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.indexP4 .list li .time{ margin-top: 0.2rem; line-height: 0.32rem; font-size: 0.16rem; color: #666; }
.indexP4 .list li .name{ margin-top: 0.12rem; font-size: 0.24rem; line-height: 0.36rem; height: 0.72rem; color: #333; }
.indexP4 .list li .more{ position: relative; font-size: 0.16rem; color: #e50013; line-height: 20px; margin-top: 0.42rem; width: 0.95rem;}
.indexP4 .list li .more:after{ content: ''; position: absolute; right: 0; top: 0; width: 20px; height: 20px; border-radius: 50%; background: #e50013 url(../images/ico4.png) center no-repeat; }
.indexP4 .list li .box:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.indexP4 .list li .box:hover .name{ color: #e50013; }

.aboutP1{ padding: 1.0rem 0 0.8rem; }
.aboutP1 .title{ font-size: 0.48rem; line-height: 0.48rem; text-align: center; color: #333; position: relative; padding-bottom: 0.32rem; font-family:'semibold'; }
.aboutP1 .title:after{ content: ''; position: absolute; left: 50%; margin-left: -21px; bottom: 0; width: 42px; height: 3px; background: #e50013; }
.aboutP1 .txt{ padding: 0.5rem 0 0.25rem; font-size: 0.48rem; color: #333; line-height: 0.6rem; text-align: center; font-family:'semibold'; }
.aboutP1 .content{ font-size: 0.18rem; line-height: 0.36rem; width: 11.56rem; margin: 0 auto; text-align: center; }
.aboutP1 .numList{ padding-top: 0.75rem; }
.aboutP1 .numList li{ width: 3.2rem; }
.aboutP1 .numList li:nth-child(2){ width: 4.15rem; }
.aboutP1 .numList li:nth-child(3){ width: 2.5rem; }
.aboutP1 .numList li .ss{ height: 0.64rem;}
.aboutP1 .numList li .num{ font-size: 0.16rem; display: flex; display: -webkit-flex; align-items: flex-end; -webkit-align-items: flex-end;}
.aboutP1 .numList li .num em{ font-size: 0.54rem; line-height: 0.5rem; color: #e50013; font-family:'semibold'; }
.aboutP1 .numList li .wen{ font-size: 0.16rem; line-height: 0.16rem; color: #333; }

.aboutP2 .videobox{ height: 8.4rem; position: relative; overflow:hidden; }
.aboutP2 .videobox video{/* max-width:15.36rem;*/ width:auto; height:8.4rem;position:absolute;top:50%; transform: translateY(-50%); left:0; right: 0; margin: 0 auto; z-index:-1;visibility:hidden;opacity:0;object-fit:cover;}
.aboutP2 .videobox.cur{ background:#000;}
.aboutP2 .videobox.cur .imgDiv, .aboutP2 .videobox.cur .playbox{z-index:-1;visibility:hidden;opacity:0}
.aboutP2 .videobox.cur video{z-index:2;visibility:visible;opacity:1}
.aboutP2 .videobox .imgDiv{ height: 8.4rem; }
.aboutP2 .videobox .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.aboutP2 .videobox .layer{ cursor:pointer; position: absolute; left: 0; width: 100%; top: 50%; transform: translateY(-50%); z-index: 2; text-align: center; }
.aboutP2 .videobox .ico{ position: relative; width: 1.3rem; height: 1.3rem; margin: 0 auto; }
.aboutP2 .videobox .ico:after{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.2); border-radius: 50%; }
.aboutP2 .videobox .play{ position: absolute; left: 50%; top: 50%; width: 0.9rem; height: 0.9rem; margin-left: -0.45rem; margin-top: -0.45rem; background: #fff url(../images/play.png) center no-repeat; border-radius: 50%;}
.aboutP2 .videobox .txt{ padding-top: 0.3rem; font-size: 0.48rem; line-height: 0.48rem; color: #fff; font-family:'semibold'; }

.aboutP3{ padding: 1.2rem 0; }
.aboutP3 .title{ font-size: 0.48rem; line-height: 0.48rem; text-align: center; color: #333; position: relative; padding-bottom: 0.32rem; font-family:'semibold'; }
.aboutP3 .title:after{ content: ''; position: absolute; left: 50%; margin-left: -21px; bottom: 0; width: 42px; height: 3px; background: #e50013; }

.aboutP3 .box-container{ margin-top: 0.6rem; position: relative; width: 100%; height: 55px;}
.aboutP3 .box-container:before{ content: ''; position: absolute; left: 0; bottom: 15px; width: 100%; height: 1px; background: rgba(203,203,203,0.4); }
.aboutP3 .box-container .year-swiper{ margin: 0 1.0rem; overflow: hidden; }
.aboutP3 .box-container .swiper-slide{ height: 55px; cursor: pointer; position: relative; text-align: center;}
.aboutP3 .box-container .swiper-slide .ico{ position: absolute; left: 50%; margin-left: -10px; bottom: 5px; width: 20px; height: 20px; background: #fff; border-radius: 50%; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }
.aboutP3 .box-container .swiper-slide .ico:after{ content: ''; z-index: 1; position: absolute; left: 50%; margin-left: -5px; margin-top: -5px; top: 50%; width: 10px; height: 10px; border-radius: 50%; background: #d9d9d9; }
.aboutP3 .box-container .swiper-slide .year{ font-size: 18px; line-height: 18px; color: #333; }
.aboutP3 .box-container .swiper-slide-active .year{ color: #e50013; }
.aboutP3 .box-container .swiper-slide-active .ico:after{ width: 14px; height: 14px; margin-left: -7px; margin-top: -7px; background: #e50013; }
.aboutP3 .box-container .prev { position: absolute; border-radius: 50%; left: 50%; margin-left: -7.68rem; top: 15px; cursor: pointer; width: 48px; height: 48px; overflow: hidden; background: #ddd; z-index: 5;}
.aboutP3 .box-container .next { position: absolute; border-radius: 50%; right: 50%; margin-right: -7.68rem; top: 15px; cursor: pointer; width: 48px; height: 48px; overflow: hidden; background: #ddd; z-index: 5;}
.aboutP3 .box-container .prev:after{ content: ''; position: absolute; width: 12px; height: 12px; left: 50%; top: 50%; margin-left: -6px; margin-top: -6px; background: url(../images/nimg12_lefton.png) no-repeat; }
.aboutP3 .box-container .next:after{ content: ''; position: absolute; width: 12px; height: 12px; left: 50%; top: 50%; margin-left: -6px; margin-top: -6px; background: url(../images/nimg12_righton.png) no-repeat; }
.aboutP3 .box-container .swiper-btn:hover{ background: #e50013;}

.aboutP3 .detail-box{ padding-top: 0.7rem; }
.aboutP3 .detail-box .item { display: none; position: relative; overflow: hidden;}
.aboutP3 .detail-box .item.on { display: block; animation: fadeOfOpacity .5s linear;}
.aboutP3 .detail-box .leftImg{ width: 7.68rem; border-radius: 12px; overflow: hidden; animation: am_left 0.6s ease-in-out 0.2s backwards; -webkit-animation: am_left 0.6s ease-in-out 0.2s backwards;}
.aboutP3 .detail-box .leftImg img{ width: 100%; }
.aboutP3 .detail-box .conDiv{ width: 6.5rem; animation: am_right 0.6s ease-in-out 0.2s backwards; -webkit-animation: am_right 0.6s ease-in-out 0.2s backwards; }
.aboutP3 .detail-box .year{ padding-top: 0.5rem; color: #333; font-size: 0.6rem; line-height: 0.6rem; font-family:'semibold';}
.aboutP3 .detail-box .name{ position: relative; color: #d7000f; font-size: 0.3rem; line-height: 0.48rem; padding: 0.25rem 0; }
.aboutP3 .detail-box .name:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 40px; height: 2px; background: #cbcbcb; }
.aboutP3 .detail-box .msg{ padding-top: 0.4rem; font-size: 0.16rem; line-height: 0.36rem; }

.aboutP4{ padding-top: 1.2rem; height: 7.82rem; background: url(../images/aboutP4.jpg) center no-repeat; background-size: cover; box-sizing: border-box; }
.aboutP4 .title{ font-size: 0.48rem; line-height: 0.48rem; text-align: center; color: #fff; position: relative; padding-bottom: 0.32rem; font-family:'semibold'; }
.aboutP4 .title:after{ content: ''; position: absolute; left: 50%; margin-left: -21px; bottom: 0; width: 42px; height: 3px; background: #fff; }
.aboutP4 .list{ padding-top: 0.8rem; }
.aboutP4 .list ul{ margin-right: -0.32rem; }
.aboutP4 .list li{ float: left; width: 25%; }
.aboutP4 .list li .box{ margin-right: 0.32rem; height: 4.0rem; background: #fff; border-radius: 0.12rem; box-sizing: border-box; padding: 0.5rem 0.25rem 0; text-align: center; }
.aboutP4 .list li .ico{ height: 0.9rem; position: relative; width: 0.56rem; margin: 0 auto; }
.aboutP4 .list li .ico img{ width: 0.56rem; position: absolute; left: 0; top: 0; }
.aboutP4 .list li .ico .img1{ opacity: 0; }
.aboutP4 .list li .name{ font-size: 0.26rem; line-height: 0.3rem; color: #1c1d25; position: relative; height: 0.5rem; }
.aboutP4 .list li .name:after{ content: ''; position: absolute; left: 50%; margin-left: -16px; bottom: 0; width: 32px; height: 3px; background: #e60012; }
.aboutP4 .list li .msg{ padding-top: 0.35rem; font-size: 0.14rem; line-height: 0.24rem; }
.aboutP4 .list li .box:hover{ background: #e60012; }
.aboutP4 .list li .box:hover .ico img{ opacity: 0; }
.aboutP4 .list li .box:hover .ico .img1{ opacity: 1; }
.aboutP4 .list li .box:hover .name{ color: #fff; }
.aboutP4 .list li .box:hover .name:after{ background: #fff; }
.aboutP4 .list li .box:hover .msg{ color: #fff; }


.aboutP5{ padding: 1.2rem 0; overflow: hidden;}
.aboutP5 .title{ font-size: 0.48rem; line-height: 0.48rem; text-align: center; color: #333; position: relative; padding-bottom: 0.32rem; font-family:'semibold'; }
.aboutP5 .title:after{ content: ''; position: absolute; left: 50%; margin-left: -21px; bottom: 0; width: 42px; height: 3px; background: #e50013; }
.aboutP5 .wen{ font-size: 0.24rem; line-height: 0.24rem; text-align: center; color: #e50013; padding: 0.3rem 0 0.6rem; }
.honorPic{ position: relative;}
.honorPic:before{ content: ''; position: absolute; left: 50%; margin-left: -7.85rem; top: 2.48rem; width: 100%; height: 75px; background: url(../images/honorBg.png) no-repeat; background-size: cover; }
.honorPic .swiper-container { width: 18.0rem; overflow: hidden; position: static; }
.honorPic .swiper-slide{ width: auto; }
.honorPic .box{ cursor: pointer; text-align: center;}
.honorPic .mxfDiv{ position: relative; padding-right: 20px; height: 2.48rem;}
.honorPic .mxfDiv:after{ content: ''; position: absolute; right: 0; bottom: 0; width: 20px; height: 2.48rem; background: url(../images/ss.png) left bottom no-repeat;background-size: cover; }
.honorPic .imgDiv{ width: 3.36rem; height: 2.48rem; background: #fff; border: #f2d7a3 solid 2px; box-sizing: border-box; position: relative;}
.honorPic .imgDiv img{ max-width: 3.2rem; max-height: 2.4rem; }
.honorPic .bottom{ position: relative; margin-top: 0.65rem; display: flex; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; align-items: center;}
.honorPic .swiper-pagination { position: relative; width: calc(100% - 2.3rem); height: 2px; background-color: #efefef;}
.honorPic .swiper-pagination-progress .swiper-pagination-progressbar{ height: 4px; background-color: #e60012; position: absolute; left: 0; top: -1px; z-index: 10; width: 100%; transform-origin: left center;}
.honorPic .arrowDiv{ font-size: 0; }
.honorPic .arrowDiv .se{ position: relative; display: inline-block; width: 58px; height: 58px; border: #ccc solid 1px; border-radius: 50%; }
.honorPic .arrowDiv .prev{ margin-right: 0.2rem; background: #fff url(../images/nimg8_left.png) center no-repeat; }
.honorPic .arrowDiv .next{ background: #fff url(../images/nimg8_right.png) center no-repeat;}
.honorPic .arrowDiv .prev:hover{ border: #e60012 solid 1px; background: #e60012 url(../images/nimg8_lefton.png) center no-repeat;}
.honorPic .arrowDiv .next:hover{ border: #e60012 solid 1px; background: #e60012 url(../images/nimg8_righton.png) center no-repeat;}

.product{ padding: 1.2rem 0; }
.product .title{ font-size: 0.48rem; line-height: 0.48rem; text-align: center; color: #333; position: relative; padding-bottom: 0.32rem; font-family:'semibold'; }
.product .title:after{ content: ''; position: absolute; left: 50%; margin-left: -21px; bottom: 0; width: 42px; height: 3px; background: #e50013; }
.product .list{ padding: 0.6rem 0 0.2rem; }
.product .list ul{ margin-right: -0.4rem; }
.product .list li{ float: left; width: 33.33%; padding-bottom: 0.5rem;}
.product .list li .box{ margin-right: 0.4rem; cursor: pointer; }
.product .list li .imgDiv{ height: 3.5rem; overflow: hidden;}
.product .list li .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.product .list li .name{ margin-top: 0.2rem; height: 0.44rem; line-height: 0.44rem; font-size: 0.24rem; color: #222; font-family:'semibold'; overflow: hidden; }
.product .list li .brief{ display: none; }
.product .list li .box:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}

.cardModal-box { width: 100%; height: 100%; position: fixed; left: 0; top: 0; align-items: center; z-index: 110; background: rgba(0, 0, 0, 0.6); display: none;}
.cardModal-box.on {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.cardModal-box .card-box { width: 15.36rem; margin: 0 auto; background: #fff; height: 6.7rem; position: relative; padding: 0.8rem 0.86rem 0; box-sizing: border-box;}
.cardModal-box .card-box .imgDiv{ width: 6.8rem; height: 4.9rem; }
.cardModal-box .card-box .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.cardModal-box .card-box .right { width: 6.0rem; height: 4.9rem; }
.cardModal-box .card-box .name { position: relative; font-size: 0.36rem; padding-bottom: 0.25rem; color: #222; line-height: 0.48rem; font-family:'semibold';}
.cardModal-box .card-box .name:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 45px; height: 2px; background: #e50013; }
.cardModal-box .card-box .brief{ padding-top: 0.3rem; }
.cardModal-box .card-box .brief dd{ font-size: 0.18rem; line-height: 0.36rem; padding-bottom: 0.12rem; color: #222; }

.cardModal-box .card-box .close { display: block; position: absolute; right: 0.3rem; top: 0.3rem; width: 0.44rem; height: 0.44rem; z-index: 10;}
.cardModal-box .card-box .close img { max-width: 100%;}
.cardModal-box .card-box .close:hover{ transform: rotate(-90deg);}

.advantage{ padding: 1.2rem 0; }
.advantage .title{ font-size: 0.48rem; line-height: 0.48rem; text-align: center; color: #333; position: relative; padding-bottom: 0.32rem; font-family:'semibold'; }
.advantage .title:after{ content: ''; position: absolute; left: 50%; margin-left: -21px; bottom: 0; width: 42px; height: 3px; background: #e50013; }
.advantage .list{ padding-top: 0.5rem; }
.advantage .list li{ margin-bottom: 0.6rem; height: 5.0rem; }
.advantage .list li:last-child{ margin-bottom: 0; }
.advantage .list li .imgDiv{ width: 50%; height: 5.0rem; overflow: hidden; }
.advantage .list li:nth-child(even) .imgDiv{ order: 1; }
.advantage .list li .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.advantage .list li .conDiv{ width: 50%; padding: 0 1.2rem; height: 5.0rem; box-sizing: border-box; box-shadow: 0 0.15rem 0.4rem 0 rgba(0,0,0,0.15); }
.advantage .list li .name{ padding-bottom: 0.25rem; position: relative; font-size: 0.36rem; line-height: 0.48rem; font-family:'semibold'; color: #333; }
.advantage .list li .name:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 32px; height: 2px; background: #e50013; }
.advantage .list li .content{ font-size: 0.16rem; line-height: 0.3rem; text-align: justify; padding-top: 0.32rem; }
.advantage .list li:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}

.newsP1{ padding: 1.2rem 0; }
.newsP1 .detail a{ display: block; padding: 0 1rem 0 8.7rem; height: 4.8rem; background: url(../images/nimg768Bg.jpg) right top no-repeat; background-size: contain; position: relative; overflow: hidden; }
.newsP1 .detail .imgDiv{ position: absolute; left: 0; top: 0; width: 7.68rem; height: 4.8rem; overflow: hidden;}
.newsP1 .detail .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.newsP1 .detail .conDiv{ height: 4.8rem; }
.newsP1 .detail .time{ padding-bottom: 0.25rem; font-size: 0.3rem; line-height: 0.3rem; color: rgba(0,0,0,0.25); }
.newsP1 .detail .name{ font-size: 0.28rem; line-height: 0.46rem; overflow: hidden; height: 0.92rem; color: #333; font-family:'semibold'; }
.newsP1 .detail .content{ margin-top: 0.15rem; font-size: 0.16rem; line-height: 0.3rem; height: 0.9rem; color: #666; }
.newsP1 .detail .more{ margin-top: 0.5rem; width: 0.5rem; height: 0.5rem; background: #e50013 url(../images/ico5.png) center no-repeat; border-radius: 50%;}
.newsP1 .detail:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.newsP1 .detail:hover .name{ color: #e50013; }

.newsP2{ padding: 1.05rem 0 1.1rem; background: #f8f8f8; }
.newsP2 .list{ padding-bottom: 0.1rem; }
.newsP2 .list ul{ margin-right: -0.56rem; }
.newsP2 .list li{ float: left; width: 33.33%; padding-bottom: 0.7rem; }
.newsP2 .list li .box{ margin-right: 0.56rem; }
.newsP2 .list li .imgDiv{ height: 3.1rem; overflow: hidden; }
.newsP2 .list li .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.newsP2 .list li .botDiv{ height: 2.0rem; padding: 0.4rem 0.45rem 0; box-sizing: border-box; background: #fff;}
.newsP2 .list li .time{ font-size: 0.2rem; line-height: 0.2rem; color: #999;}
.newsP2 .list li .name{ margin-top: 0.2rem; font-size: 0.2rem; line-height: 0.3rem; height: 0.9rem; color: #333; font-family:'semibold'; overflow:hidden; }
.newsP2 .list li .box:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.newsP2 .list li .box:hover .botDiv{ box-shadow: 0 0 0.2rem 0 rgba(0,0,0,0.1); }
.newsP2 .list li .box:hover .name{ color: #e50013; }

.newsTop{ background: #f6f6f6; padding: 1.8rem 0 0.52rem; }
.newsTop .name{ padding-bottom: 0.3rem; font-size: 0.36rem; line-height: 0.48rem; color: #222; font-family:'bold'; }
.newsTop .msg li{ float: left; margin-right: 0.45rem; position: relative; padding-left: 30px; color: #999; font-size: 0.17rem; }
.newsTop .msg li img{ position: absolute; left: 0; top: 50%; margin-top: -7px; }

.newsBot{ padding: 0.7rem 0 1.2rem; }
.newsBot .content{ font-size: 0.16rem; color: #333; line-height: 0.32rem; }
.newsBot .imgDiv{ padding: 0.2rem 0; text-align: center;}
.newsBot .imgDiv img{ max-width: 10.4rem; }

.sideNews .title{ font-size: 0.3rem; line-height: 0.3rem; color: #000; font-family:'bold'; position: relative; padding-bottom: 0.3rem;}
.sideNews .title:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 32px; height: 5px; background: #e50013; border-radius: 4px;}
.sideNews .list li a{ display: block; padding: 0.45rem 0; border-bottom: #eee solid 1px;}
.sideNews .list li .name{ font-size: 0.2rem; line-height: 0.36rem; color: #222; }
.sideNews .list li .time{ font-size: 0.18rem; line-height: 0.18rem; padding-bottom: 0.2rem; color: #e50013; }
.sideNews .list li:hover .name{ color: #e50013;}

.pageDown{ padding-top: 0.35rem; }
.pageDown li{ font-size: 0.16rem; }
.pageDown li a{ display: block; height: 0.36rem; line-height: 0.46rem; color: #000; overflow: hidden; }
.pageDown li a:hover{ color: #e50013; }
.newsBot .share{ padding-top: 0.35rem; overflow: hidden;}
.newsBot .share li{ float: left; margin-right: 0.2rem; }
.newsBot .share li a{ display: block; width: 0.56rem; height: 0.56rem; border-radius: 50%; position: relative; background: #fff; }
.newsBot .share li img{ position: absolute; left: 50%; top: 50%; margin-left: -11px; margin-top: -10px; }
.newsBot .share li .img1{ opacity: 0; }
.newsBot .share li a:hover{ background: #e50013; }
.newsBot .share li a:hover img{ opacity: 0; }
.newsBot .share li a:hover .img1{ opacity: 1; }

.backBtn{ padding-top: 0.4rem; }
.backBtn a{ display: block; border-radius: 0.48rem; height: 0.52rem; line-height: 0.52rem; color: #fff; font-size: 0.16rem; text-align: center; background: #e50013;}
.backBtn img{ padding-left: 10px; position: relative; top: -1px; }

.job{ padding: 1.2rem 0; }
.job .title{ font-size: 0.48rem; line-height: 0.48rem; text-align: center; color: #333; position: relative; padding-bottom: 0.32rem; font-family:'semibold'; }
.job .title:after{ content: ''; position: absolute; left: 50%; margin-left: -21px; bottom: 0; width: 42px; height: 3px; background: #e50013; }

.selectGroup{ position: relative; text-align: center; padding: 0.6rem 0; z-index: 2;}
.selectGroup .box{ display: inline-block; position: relative; height: 0.62rem; margin: 0 0.1rem;}
.selectGroup .caption { overflow:hidden; text-align: left; border-radius: 4px; position: relative; cursor: pointer; height: 0.62rem; line-height: 0.6rem; width: 2.38rem; padding: 0 40px 0 18px; text-overflow: ellipsis; white-space: nowrap; font-size: 0.16rem; color: #666; background: #fff; border: #dcdcdc solid 1px; box-sizing: border-box;}
.selectGroup .caption:after { content: ""; position: absolute; display: block; width: 17px; height: 10px; background: url(../images/selectIco.png) no-repeat center; right: 18px; top: 50%; margin-top: -5px; z-index: 2;}
.selectGroup .caption.on{ color: #e50013; border-radius:0; border-top-left-radius:4px; border-top-right-radius:4px; }
.selectGroup .caption.on:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.selectGroup .select .xlist{ display: none; position: absolute; left: 0px; top: 100%; z-index: 10; width: 100%; background: #fff; max-height: 2.5rem; overflow: auto; border: #dcdcdc solid 1px; border-top: none; box-sizing: border-box; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } 
.selectGroup .select .xlist::-webkit-scrollbar { width: 2px;}
.selectGroup .select .xlist::-webkit-scrollbar-track { background-color: #e5e5e5;}
.selectGroup .select .xlist::-webkit-scrollbar-thumb { background-color: #e50013;}
.selectGroup .select .xlist a{ display: block; line-height: 0.5rem; height: 0.5rem; cursor: pointer; border-bottom: 1px solid #dcdcdc; color: #666; font-size: 0.16rem; overflow: hidden; padding: 0 18px; text-align: left;}
.selectGroup .select .xlist a:last-child{ border-bottom: none; }
.selectGroup .select .xlist a:hover{ color: #e50013; }

.selectGroup .form{ width: 1.2rem; box-sizing: border-box; position: relative; height: 0.62rem; border-radius: 4px; overflow: hidden;}
.selectGroup .btnDiv{ position: absolute; right: 0; top: 0; z-index: 1; }
.selectGroup .btnDiv a{ display: block; width: 1.2rem; text-align: center; font-size: 0.18rem; color: #fff; height: 0.62rem; line-height: 0.62rem; background: #e50013; border-radius: 4px; }

.job .list{ padding-bottom: 0.6rem; }
.job .list li{ margin-bottom: 20px; background: #f5f5f5; position: relative; cursor: pointer;}
.job .list li .topDiv{ padding: 0.35rem 0; border-top: #e7e7e7 solid 2px;}
.job .list li .name{ padding-left: 0.4rem; line-height: 22px; }
.job .list li .name .dj{ display: inline-block; min-width: 320px; padding-right: 20px;}
.job .list li .name b{ font-size: 22px; color: #17171d; }
.job .list li .wenList{ display: inline-block; }
.job .list li .wenList dd{ display: inline-block; position: relative; font-size: 14px; line-height: 22px; color: #666; padding: 0 12px; font-weight: 400; }
.job .list li .wenList dd:after{ content: ''; position: absolute; right: 0; top: 3px; width: 1px; height: 14px; background: #666; }
.job .list li .wenList dd:last-child:after{ display: none; }
.job .list li .msgList{ padding: 15px 0 0 40px; }
.job .list li .msgList dd{ line-height: 0.3rem; font-size: 0.16rem; color: rgba(0,0,0,0.6); }
.job .list li .hideBox{ display: none; padding: 0.15rem 0.4rem 0.75rem; background: #fff;}
.job .list li .ico{ position: absolute; right: 48px; top: 36px; z-index: 1; width: 60px; height: 60px; background: #fff url(../images/nimg19_1.png) center no-repeat; border-radius: 50%;}
.job .list li .txt{ font-weight: bold; font-size: 18px; color: #333; line-height: 0.36rem; }
.job .list li .msg{ font-size: 0.16rem; line-height: 0.3rem; color: #999; padding-bottom: 40px; }
.job .list li .tips{ font-size: 0.16rem; line-height: 0.16rem; color: #010101; }
.job .list .liNow{box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);}
.job .list .liNow .topDiv{ border-top: #e50013 solid 2px; background: #fff;}
.job .list .liNow .name b{ color: #e50013; }
.job .list .liNow .ico{ background: #e50013 url(../images/nimg19_1on.png) center no-repeat;}

.contactP1{ padding: 1.2rem 0; }
.contactP1 .title{ font-size: 0.48rem; line-height: 0.48rem; text-align: center; color: #333; position: relative; padding-bottom: 0.32rem; font-family:'semibold'; }
.contactP1 .title:after{ content: ''; position: absolute; left: 50%; margin-left: -21px; bottom: 0; width: 42px; height: 3px; background: #e50013; }
.contactP1 .list{ padding-top: 0.6rem; }
.contactP1 .list li{ float: left; width: 20%; text-align: center; cursor: pointer;}
.contactP1 .list li .ico{ position: relative; width: 1.46rem; height: 1.46rem; margin: 0 auto; border: #eee solid 1px; border-radius: 50%; box-sizing: border-box; }
.contactP1 .list li .ico img{ position: absolute; left: 50%; top: 50%; width: 0.56rem; margin-left: -0.28rem; margin-top: -0.28rem; }
.contactP1 .list li .ico .img1{ opacity: 0; }
.contactP1 .list li .ewm{ width: 1.46rem; height: 1.46rem; margin: 0 auto; border: #eee solid 1px; box-sizing: border-box;}
.contactP1 .list li .ewm img{ width: 100%; }
.contactP1 .list li .name{ padding-top: 0.4rem; height: 0.4rem; font-size: 0.22rem; line-height: 0.22rem; color: #333; font-family:'semibold'; }
.contactP1 .list li .txt{ font-size: 0.16rem; line-height: 0.26rem; }
.contactP1 .list li:hover .ico{ border: #dc0a1b solid 1px; background: #dc0a1b; }
.contactP1 .list li:hover .ico img{ opacity: 0; }
.contactP1 .list li:hover .ico .img1{ opacity: 1; }
.contactP1 .list li:hover .name, .contactP1 .list li:hover .txt{ color: #dc0a1b; }

.contactP2{ padding-top: 1.2rem; height: 6.0rem; background: url(../images/contactP2.jpg) center no-repeat; background-size: cover; box-sizing: border-box;}
.contactP2 .title{ font-size: 0.48rem; line-height: 0.48rem; text-align: center; color: #fff; position: relative; padding-bottom: 0.32rem; font-family:'semibold'; }
.contactP2 .title:after{ content: ''; position: absolute; left: 50%; margin-left: -21px; bottom: 0; width: 42px; height: 3px; background: #e50013; }
.contactP2 .list{ padding-top: 0.6rem; }
.contactP2 .list li{ margin: 0 0.22rem; }
.contactP2 .list li .ico{ position: relative; width: 1.46rem; height: 1.46rem; border-radius: 50%; background: #fff; }
.contactP2 .list li .ico img{ position: absolute; left: 50%; top: 50%; margin-left: -0.47rem; margin-top: -0.31rem; width: 0.96rem; }
.contactP2 .list li .ico .img1{ opacity: 0; }
.contactP2 .list li .name{ padding-top: 0.3rem; text-align: center; font-size: 0.18rem; line-height: 0.18rem; color: #fff; }
.contactP2 .list li:hover .ico{ background: #dc0a1b; }
.contactP2 .list li:hover .ico img{ opacity: 0; }
.contactP2 .list li:hover .ico .img1{ opacity: 1; }




























































