@charset "utf-8";html{overflow-x:hidden}
body{color:#333;font:14px "Microsoft Yahei"}
body,dd,div,dl,dt,h1,h2,h3,h4,h5,h6,img,input,li,ol,p,span,ul{margin:0;padding:0;list-style:none}
a{color:#333;text-decoration:none}
a:focus{outline:0}
img{border:none}
.vam{vertical-align:middle}
.clear{clear:both;height:0;line-height:0;font-size:0}
p{word-spacing:0}
em,i{font-style:normal}
.tr{text-align:right}
.tl{text-align:left}
.center{text-align:center}
.fl{float:left;}
.fr{float:right;}
.pa{position:absolute}
.pr{position:relative}
.clearfix:after{content:"";height:0;clear:both;display:block;visibility:hidden}
.clearfix{zoom:1}

body{min-width: 1000px;max-width:4000px;margin: 0 auto;overflow-x: hidden; width: 100%;}
.content01{width:83.33%;margin: 0 auto;min-width: 1000px;max-width: 1600px;}

.pic{width:100%;overflow: hidden;}
.pic img{-o-transition:all 1s linear 0s;transition:all 1s linear 0s}
.pic:hover img{-webkit-transform:scale(1.05) rotate(0) translateY(0);-ms-transform:scale(1.05) rotate(0) translateY(0);transform:scale(1.05) rotate(0) translateY(0)}

.white,.whites{position:relative;overflow:hidden}
.white:after,.whites:after{content:'';cursor:pointer;position:absolute;left:-100%;top:0;width:100%;height:100%;background-image:-moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));background-image:-webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));transform:skewx(-25deg)}
.white:hover:after{left:100%;-moz-transition:1s;-o-transition:1s;-webkit-transition:1s;transition:1s}
.whites:hover:after{left:100%;-moz-transition:.5s;-o-transition:.5s;-webkit-transition:.5s;transition:.5s}
body{min-width:1000px;width:100%;max-width:4000px;margin:0 auto;overflow-x:hidden}
em,i{font-style:normal}

input::-webkit-input-placeholder{color:#999;font-size:14px;text-transform:capitalize}
input::-moz-placeholder{color:#999;font-size:14px;text-transform:capitalize}
input:-moz-placeholder{color:#999;font-size:14px;text-transform:capitalize}
input:-ms-input-placeholder{color:#999;font-size:14px;text-transform:capitalize}
@keyframes myfirst{0%{background-position:0 bottom}
100%{background-position:100% bottom}
}
.line{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.clear{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}

.content02{width: 1000px;margin: 0 auto;position: relative;}



.tit{text-align:center;}

.tit span {
    display: block;
    font-size: 1.1rem;
    color: #e70b11;
    font-weight: normal;
    padding-top: 0.8rem;
    line-height: 1rem;
}

.tit h2 {
    display: block;
    color: #e70b11;
    font-size: 2.7rem;
    line-height: 1.8rem;
    height: 2.4rem;
}

.tit a {
    color: #e70b11;
}

   
/**/
.super {
    padding: 5.2rem 0 0;
}

.super h2 {
    text-align: center;
}

.super h2 em {
    display: block;
    line-height: 1.9rem;
    font-size: 1.1rem;
    color: #666666;
    font-weight: 300;
}

.super .sup-nav {
    height: 6rem;
    border-top: .05rem solid #ededed;
    box-sizing: border-box;
}

.super .sup-nav ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
}

.super .sup-nav ul li {
    height: 6rem;
    padding-top: 1rem;
    position: relative;
    box-sizing: border-box;
    width: 25%;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

.super .sup-nav ul::after {
    height: 100%;
    position: absolute;
    right: 0;
    right: 0;
    transition: .5s;
    border-left: .05rem solid #ededed;
}

.super .sup-nav ul li:before {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0rem;
    transition: .5s;
    border-left: .05rem solid #ededed;
}

.super .sup-nav ul li.cur::after {
    width: 100%;
}

.super .sup-nav ul li::after {
    width: 0;
    height: .15rem;
    background: rgb(231, 11, 17);
    content: "";
    position: absolute;
    left: 0;
    top: -0.1rem;
    transition: .5s;
}

.super .sup-nav ul li i {
    display: inline-block;
    line-height: 0;
    width: 3.5rem;
    height: 3.5rem;
    overflow: hidden;
    border: 3px solid #d5d5d5;
    border-radius: 2rem;
}

.super .sup-nav ul li i img {
    width: 165%;
    transition: .5s;
    margin: 0.5rem 0rem  0px 0.5rem;
}

.super .sup-nav ul li h4 {
    display: inline-block;
    vertical-align: top;
    margin-left: .5rem;
    text-align: left;
}

.super .sup-nav ul li h4 span {
    display: block;
    line-height: 2.2rem;
    font-size: 1.2rem;
    color: #333333;
    text-align: left;
    font-weight: normal;
}

.super .sup-nav ul li h4 em {
    display: block;
    line-height: .8rem;
    font-size: 1.1rem;
    color: #333;
    font-weight: bold;
}

.super .sup-nav ul li.cur:before {
    width: 100%;
}

.super .sup-nav ul li.cur i img {
    margin: 0.5rem 0rem  0px -3.1rem;
}

.super .sup-nav ul li.cur h4 span,.super .sup-nav ul li.cur h4 em {
    color: rgb(231, 11, 17);
}

.super .sup-nav ul li.cur  i,.super .sup-nav ul li.cur  i {border: 3px solid rgb(231 11 17 / 40%);}



.super .sup-list dl {
    position: relative;
    background-size: 100%;
}

.super .sup-list dl dt {
    width: 100%;
    line-height: 0;
    overflow: hidden;
    position: relative;
}

.super .sup-list dl dt img {
    width: 100%;
}

.super .sup-list dl dd {
    width: 100%;
    position: absolute;
    left: 0;
    top: 37%;
    z-index: 2;
}

.super .sup-list dl dd .sup-txt {
    align-items: center;
    border-radius: 0.4rem;
    position: relative;
    z-index: 99;
    width: 34%;
    background: #fff;
    box-sizing: border-box;
    float: right;
}

.super .sup-list dl dd .sup-txt h4 {
    box-sizing: border-box;
    padding-right: 5rem;
    background: #e70b11;
    height: 5.4rem;
    box-sizing: border-box;
    padding: 0px 3% 0 5%;
    overflow: hidden;
    border-radius: 0.4rem 0.4rem 0 0;
}
.super .sup-list dl dd .sup-txt h4 b{color:#ffdb03;font-size:4.35rem;float: left;margin-right: 4%;}


.super .sup-list dl dd .sup-txt h4 i {
    display: block;
    line-height: 2.05rem;
    font-size: 1.4rem;
    color: #ffffff;
    font-weight: normal;
    float: left;
    line-height: 5.4rem;
}

.super .sup-list dl dd .sup-txt h4 span {
    display: block;
    line-height: 2.7rem;
    font-size: 1.1rem;
    color: #ffffff;
    font-weight: normal;
}

.super .sup-list dl dd .sup-txt p {
  line-height: 1.4rem;
    font-size: .8rem;
    color: #333;
    display: block;
    height: 7.6rem;
    text-align: left;
    box-sizing: border-box;
    margin: 1.2rem 32% 0 2rem;
    overflow: hidden;
    position: relative;
    padding-left: 3%;
}
.super .sup-list dl dd .sup-txt p:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0.5rem;
    background: #e70b11;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 2rem;
}
.super .sup-list dl dd .sup-txt span.youvd {
    position: absolute;
    right: -4rem;
    bottom: 1.6rem;
    height: 100%;
}

.super .sup-list dl dd .sup-txt span.youvd img {
    height: 16.05rem;
}

.super .sup-list dl dd .sup-txt span.youvd::before {
    content: "";
    position: absolute;
    top: 2.5rem;
    left: 6.5rem;
    width: 3.7rem;
    height: 3.7rem;
    background-size: 3.7rem 3.7rem;
}

.super .tit {
    margin-bottom: 2.1rem;
}

.super .sup-list dl dd .content1 {
    width: 83.33%;
    position: relative;
    margin: 0 auto;
}


.yinzi {
    padding: 4.88rem 0;
}

.yinzi .tit {
    margin-bottom: 1.4rem;
    padding: 0px;
}

.yinzi {}

.yinzi dl {
    float: left;
    width: 49.4%;
    background: #f2f2f2;
}

.yinzi dl dt {
    float: left;
    width: 66.7%;
    line-height: 0px;
}

.yinzi dl dt img {
    width: 100%;
}

.yinzi dl dd {
    float: right;
    width: 33.3%;
    box-sizing: border-box;
    padding: 3.3rem 5%;
    overflow: hidden;
}

.yinzi dl.dltwo {
    float: right;
}

.yinzi dl dd ul li {
    display: block;
    margin-bottom: 0.25rem;
    height: 1.3rem;
    overflow: hidden;
}

.yinzi .yzmain dl dd span {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.99rem;
    color: #e70b11;
    display: block;
    margin-bottom: 1.65rem;
}

.yinzi dl dd p {
    font-size: 0.8rem;
    line-height: 1.3rem;
    color: #282828;
    margin-bottom: 1.3rem;
}

.yinzi dl dd a {
    font-size: 0.8rem;
    line-height: 1.3rem;
    color: #282828;
}

.yinzi dl dd ul {
    margin-bottom: 1.3rem;
}


.yinzi .pin_two {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    text-align: center;
    height: 8.5rem;
    margin-top: 3.7rem;
}
.yinzi  .stat-item {
    flex: 1;
    min-width: 160px;
    border-right: 1px solid #ccc;
    cursor: pointer;
}
.yinzi  .pin_two p {
    display: block;
    margin-bottom: 0.4rem;
}
.yinzi span.stat-num {
    font-size: 2.8rem;
    font-weight: 700;
    color: #282828;
    margin-bottom: 8px;
    line-height: 3rem;
}
.yinzi   p i{
    font-size: 0.9rem;
    color: #808080;
    margin-left: 0.2rem;
}
.yinzi  .stat-text {
    font-size: 0.9rem;
    color: #333;
    line-height: 1rem;
    display: block;
    font-weight: normal;
}


.yinzi  .stat-item:nth-child(5) {
    border-right: 0px;
}

.yinzi em {
    display: block;
    width: 3.9rem;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 0.75rem;
}

.yinzi em img {
    width: 100%;
}

.yinzi em img.yes {}

.yinzi em img.no {
    display: none;
}

.yinzi .yzmain span {
    font-size: 2.8rem;
    font-weight: 700;
    color: #282828;
    margin-bottom: 8px;
    line-height: 3rem;
}

.yinzi .stat-item:hover em .yes{
display:none;
    
}
.yinzi .stat-item:hover em .no{
display:block;
}
.yinzi .stat-item:hover span{

  color:#e70b11;  
}
.yinzi .stat-item:hover span.stat-text{
    color: #282828;
}







.products {
    background: #e7ebe9;
    padding: 3.7rem 0 5rem 0;
}
.products .tit{ margin-bottom:2rem;}

.products .proleft {
    float: left;
    width: 17.37%;
    color: #fff;
    box-shadow: 0 4px 14px 5px #c9cac8;
    background: #fff;
}

.products .proright {
    float: right;
    width: 80.2%;
}

.products .tit2 {
    margin-bottom: 1rem;
    color: #004da1;
    font-size: 1.2rem;
    font-weight: bold;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #d3d7df;
    position: relative;
}

.products .product_ul {}

.products .product_ul  dl.pro-item {
    float: left;
    width: 32%;
    margin-right: 1.75%;
    overflow: hidden;
}

.products .product_ul  dl:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.products .product_ul dt {
    overflow: hidden;
    display: block;
}

.products .product_ul dt img {
    width: 100%;
    transition: 0.55s linear;
    height: auto;
}

.products .product_ul dd {
    display: block;
    height: auto;
    line-height: 2.8rem;
    text-align: center;
}

.products .product_ul dd span {}

.products .product_ul dd a {
    color: #424242;
    font-size: 0.8rem;
    font-weight: bold;
}

.products .product_ul dl:nth-child(5) {
    margin-right: 0px;
}

.products .tit2:after {
    content: "";
    position: absolute;
    width: 7.6%;
    background: #004da1;
    bottom: 0px;
    height: 2px;
    left: 0px;
}

.products .proleft h2 {
    height: 6rem;
    text-align: left;
    box-sizing: border-box;
    padding: 1.55rem 14%;
}

.products .proleft h2 span {
    display: block;
}

.products .proleft h2 i {
    opacity: 0.6;
    font-weight: normal;
}

.products .pro_nav {
    background: #fff;
}

.products .pro_nav h3 {
    background: #fafafa;
    height: 4.5rem;
    box-sizing: border-box;
    padding: 1.1rem 0 1.1rem 6%;
    line-height: 2.3rem;
    margin-bottom: 0.15rem;
}
.products .pro_nav h3:hover {
  background: #e70b11;
}
.products .pro_nav.cur h3{
  background: #e70b11;
}
.products .pro_nav.cur h3 a{ color:#fff}

.products .pro_nav h3 em{
    float: left;
    width: 12%;
    overflow: hidden;
    margin-top: 0.27rem;
}
.products .pro_nav h3 em img{
    width: 200%;
    transition: 0.3s linear;
}
.products .pro_nav h3 b {
    font-size: 0.9rem;
    margin-left: 2%;
}

.products .pro_nav ul {
    padding: 1rem 0;
    display: none;
}

.products .pro_nav ul li {
    display: block;
    height: auto;
    margin: 0rem 0 0rem 12%;
    line-height: 0.8rem;
    padding: 0.6rem 0 0.6rem 10%;
    width: 77%;
    position: relative;
}

.products .pro_nav ul li a {
    padding-left: 0.7rem;
    background-size: 0.3rem;
    font-size: 0.8rem;
}
.products .pro_nav ul li a:hover{
    font-weight:bold;
}


.products .pro_nav h3 a {
    padding-left: 4%;
    background: url(../images/jt.png) no-repeat 85% center;
    background-size: 0.4rem;
}
.products .pro_nav.cur h3 a {
  background: url(../images/jt2.png) no-repeat 85% center;
  background-size: 0.8rem;
  color:#fff;
}
.products .pro_nav h3 a  {
    font-size: 0.8rem;
    color: #424242;
    display: block;
}

.products .pro_nav.pros_4 ul li {
    float: left;
    width: 34%;
    padding-left: 9%;
}

.products .pro_nav.pros_4 ul li:nth-child(2n) {
    padding-left: 3%;
    margin-left: 0px;
    width: 40%;
}

.pro_nav.pros_5 ul {
    display: none;
}

.products .pro_nav ul li:last-child {
    margin-bottom: 0px;
}

.products .pro_nav.pros_4 ul li:nth-child(3),.products .pro_nav.pros_4 ul li:nth-child(4) {
    border: 0px;
}

.products .pro_nav.cur h3 em img,.products .pro_nav:hover h3 em img {
    margin-left: -109%;
}

.products .pro_nav ul li:before {
    content: "·";
    font-size: 2rem;
    float: left;
    position: absolute;
    width: 1rem;
    height: 1rem;
    left: 10%;
    top: 23%;
    color: #000;
}

.products .pros_1.pro_nav ul {
    display: block;
}

div {}

.prodl {
    position: relative;
    line-height: 0px;
    float: left;
    margin-right: 1.75%;
    width: 65.8%;
    margin-bottom: 1.1rem;
    overflow: hidden;
    cursor: pointer;
}

.prodl img {
    width: 103%;
}

.products .product_ul dl.pro-item.cur {
    margin-right: 0px;
    overflow: hidden;
}

.prodl .tt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 23%;
    height: 4rem;
    background: url(../images/red.png) no-repeat;
    background-size: 100%;
}

.prodl .tt em {
    font-size: 1.55rem;
    font-weight: bold;
    display: block;
    color: #fff;
    line-height: 2.5rem;
    padding-left: 17%;
}

.prodl .tt b {
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    padding-left: 17%;
    line-height: 0.9rem;
}

.prodl .desc {
    position: absolute;
    top: 18%;
    right: 5%;
    line-height: 2rem;
    width: 30%;
}

.prodl .desc p {
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
}

.prodl .desc span {
    background: #e70b11;
    padding: 0.1rem 0.6rem;
    color: #fff;
    font-size: 0.75rem;
    font-weight: bold;
    margin-top: 0.5rem;
    display: block;
    border-radius: 1rem 0;
}




/*生产车间*/
.g_xc2 {
    position: relative;
    margin-bottom: 2.5rem;
    padding: 1.2rem 0 2.2rem 0;
}

.g_xc2 .content {
    overflow: hidden;
    /*! width:80%;*/
}

.g_xc2 .tabs3 {
    height: 4rem;
    line-height: 3.3rem;
    padding-left: 34%;
}

.g_xc2 .tabs3 i {
    width: 2rem;
    height: 2rem;
    overflow: hidden;
    position: absolute;
    left: 0.5rem;
    top: 0.3rem;
    line-height: 0
}

.g_xc2 .tabs3 i img {
    height: 1.9rem;
    display: block;
    transition: all 0.3s linear 0s;
    margin-left: -2.46rem;
}

.g_xc2 .tabs3 li a {
    display: block;
    float: left;
    width: 14.6%;
    line-height: 2.65rem;
    margin-right: 3%;
    padding-left: 3rem;
    font-size: 1rem;
    color: #333333;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.g_xc2 .tabs3 li a {
    color: #747474;
    display: block;
}

.g_xc2 .tabs3 .active a {
    font-weight: normal;
    padding-left: 3rem;
}

.g_xc2 .tabs3 .active i img {
    margin-left: 0rem;
}

.g_xc2 .js-swiper-nest-bas-in {
    position: relative;
    overflow: hidden;
}

.xclst2 li {
    position: relative;
    float: left;
    width: 100%;
}

.xclst2 li i {
    display: block;
    width: 100%;
    overflow: hidden;
}

.xclst2 li i img {
    width: 100%;
    display: block;
    transition: all 0.3s linear 0s;
    height: 12.9rem;
    border-radius: 0.5rem;
}

.xclst2 li:hover i img {
    transform: scale(1.1);
}

.xclst2 li em {
    display: none;
    height: 3rem;
    line-height: 3rem;
    font-size: 16px;
    color: #3e4354;
    text-align: center;
    width: 100%;
    transition: all 0.3s linear 0s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xclst2 li:hover em {
    color: #40bff0;
}

.g_xc2 .swiper-button-next,.g_xc2 .swiper-button-prev {
    top: 11.5rem;
    cursor: Default;
    overflow: hidden;
}

.g_xc2 .swiper-button-next {
    right: 7%;
}

.g_xc2 .swiper-button-prev {
    left: 9.5%;
}

.g_xc2 .swiper-button-next:hover {
}

.g_xc2 .swiper-button-prev:hover {
    
}


.g_xc2 .tabs3 li:nth-child(1) i img {
    margin-left: -2.8rem;
}

.g_xc2 .tabs3 li:nth-child(1).active i img {
    margin-left: 0rem;
}

.g_xc2 .tabs3 li:nth-child(3) i img {
    margin-left: -2.8rem;
}

.g_xc2 .tabs3 li:nth-child(3).active i img {
    margin-left: 0px;
}



.abouts {
    position: relative;
    line-height: 0px;
}

.abouts img {
    width: 100%;
}

.abouts .desc {
    position: absolute;
    top: 25%;
    padding: 0 20.4%;
}

.abouts .desc .tit h2 {
    color: #fff;
}

.abouts .desc .tit span {
    color: #fff;
}

.abouts .desc .tit {
    margin-bottom: 2.8rem;
}

.abouts .desc .short {
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.5rem;
    text-align: center;
}

.abouts .desc a.mores {
    display: block;
    width: 5%;
    margin: 10% auto;
}




.news .newsddy{ overflow:hidden;}




.news .ttt {
    background: #e70b11;
    height: 6.4rem;
    font-size: 2.85rem;
    color: #fff;
    text-align: center;
    line-height: 6.4rem;
    font-family: "宋体";
    margin-bottom: 3.8rem;
}

.news {
    padding: 5rem 0 4.5rem;
}

.news .news-left {
    float: left;
    width: 50%;
}

.news .news-right {
    float: right;
    width: 47.25%;
}

.news .news-right .wenh h3 {
    background: #e70b11;
    position: relative;
    display: block;
    height: 2.4rem;
    font-size: 1.1rem;
    color: #fff;
    width: 6rem;
    line-height: 2.4rem;
    margin-bottom: 1.2rem;
    padding-left: 1.4rem;
    border-radius: 0.3rem;
}

h3 {}

.news .news-right h3 em {
    position: absolute;
    right: -22%;
    bottom: 0px;
    width: 39%;
    line-height: 0px;
}

.news .news-right h3 em img {
    width: 100%;
}

.news .news-right .wenh p {
    font-size: 0.8rem;
    color: #666;
    line-height: 1.6rem;
}

.news .news-right .wenh {
    display: block;
    height: 6rem;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
}

.news .news-left .column {
    background: #e70b11;
    position: relative;
    display: block;
    height: 2.4rem;
    font-size: 1.1rem;
    color: #fff;
    width: 100%;
    line-height: 2.4rem;
    margin-bottom: 1.2rem;
    border-radius: 0.3rem;
    overflow: hidden;
}

.news .news-left .column li {
    display: inline-block;
    float: left;
    padding: 0 2rem;
}
.news .news-left .column li.cur{background: #fdd000;}

.news .news-left .column li a {
    color: #fff;
    font-size: 1.1rem;
    text-align: center;
}

.news .news-left .newsul {
    margin-top: 1.5rem;
}

.news .news-left .newsul .time {
    display: block;
    height: 3rem;
    color: #000;
    font-size: 2.1rem;
    font-weight: bold;
    box-sizing: border-box;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 1rem;
}

.news .news-left .newsul ul {
    margin-bottom: 0.5rem;
}

.news .news-left .newsul li {
    display: block;
    height: auto;
    line-height: 2rem;
}

.news .news-left .newsul li a {}

.news .news-left .newsul li  a span {
    display: block;
    font-size: 0.8rem;
    color: #666;
}

.news .news-left .clearfix.imgs {
    margin-top: 1.8rem;
}

.news .news-left .clearfix.imgs dl {
    float: left;
    width: 30.6%;
    margin-right: 4%;
}

.news .news-left .clearfix.imgs dl img {
    width: 100%;
    height: 9rem;
}

.news .news-left .clearfix.imgs dl:nth-child(3) {
    margin-right: 0px;
}

li.cur {}

.news .news-left .column li.cur a {
    color: #000;
}





































.kehus {
    position: relative;
    padding: 4rem 0 5rem;
}
.kehus .ul{ overflow:hidden;}
.kehus .tits {
    position: relative;
    height: 1.2rem;
    margin-bottom: 1rem;
}

.kehus .tits span {
    text-align: center;
    display: block;
    color: #004da1;
    font-size: 1rem;
    font-weight: bold;
}

.kehus .tits a {
    float: right;
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    height: 100%;
    background: #fff;
    font-size: 0.8rem;
    color: #666666;
    padding-left: 1%;
    z-index: 10;
}
.kehus .tits:before {
    content: "";
    background: #efefef;
    width: 37%;
    height: 1px;
    left: 0px;
    top: 0.8rem;
    position: absolute;
    z-index: 9;
}

.kehus .tits:after {
    content: "";
    background: #efefef;
    width: 37%;
    height: 1px;
    right: 0px;
    top: 0.8rem;
    position: absolute;
    overflow: hidden;
    visibility: inherit;
    clear: both;
    z-index: 9;
}

.kehus ul li {
    float: left;
    width: 11%;
    
}

.kehus ul li img {
    width: 99%;
    border: 1px solid #d9d9d9;
}

.kehus ul li:nth-child(8) {
    margin-right: 0px;
}

/*****/

/*******/
.xinneng {
    position: relative;
}

.xinneng .xin_left {
    float: left;
    width: 64.58%;
    overflow: hidden;
}

.xinneng .xindlimg {
    position: relative;
}

.xinneng .imgs {
    line-height: 0px;
    display: block;
    width: 100%;
    position: relative;
}

.xinneng .imgs img {
    width: 100%;
}

.xinneng .xindlimg dl {
    background: #ff8600;
    width: 56.45%;
    height: 48.30%;
    position: absolute;
    bottom: 0px;
    cursor: pointer;
    right: 0px;
    box-sizing: border-box;
    padding: 4rem 5.1% 2.6rem 5.1%;
}
.xinneng .xindlimg dl dt{
    margin-bottom: 2.2rem;
}
.xinneng .xindlimg dt span em{
    position: relative;
    z-index: 9;
}
.xinneng .xindlimg dt span {
    float: left;
    display: block;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    z-index: 99;
}

.xinneng .xindlimg dt img {
    float: right;
    width: 14%;
}

.xinneng .xindlimg dd {}

.xinneng .xindlimg dd p {
    color: #fff;
    font-size: 0.82rem;
    opacity: 0.7;

    padding-left: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
}

.xinneng .xin_right {
    float: right;
    width: 35.42%;

    height: 100%;
    position: absolute;
    right: 0px;
    color: #fff;
    box-sizing: border-box;
    padding: 7% 3% 1% 3%;
}

.xinneng .xin_right h3 {
    display: block;
    position: relative;
    line-height: 2.6rem;
    height: 4.6rem;
    margin-bottom: 18%;
    padding-left: 6%;
    padding-top: 2.5rem;
}

.xinneng .xin_right h3  span {
    display: block;
    font-size: 2.5rem;
}

.xinneng .xin_right h3 i {
    display: block;
    font-size: 1.15rem;
    font-weight: normal;
    letter-spacing: 2px;
}

.xinneng .xin_right ul {}

.xinneng .xin_right ul li {
    display: block;
    font-size: 1.2rem;
    height: 3.5rem;
    line-height: 3.5rem;
    cursor: pointer;
    padding: 0 6%;
}
.xinneng .xin_right ul li:hover,.xinneng .xin_right ul li.cur{
   background: #ff8600;

}


.xinneng .xin_right h3:after {
    content: "";
    position: absolute;
    background: #fff;
    height: 3px;
    width: 10%;
    top: 0px;
}

.xinneng .xindlimg dt span:after {
    content: "";
    position: absolute;
    height: 0.6rem;
    width: 100%;
    background: #0056a8;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}

/* 定义 xuandl 容器样式 */
.xuandl {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0;
}

/* dl 列表样式，设置为弹性布局，让 dt 和 dd 并排 */
.xuandl dl {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    padding: 2.9rem 0;
    position: relative;
}

/* dt 样式，设置图片占比和填充 */
.xuandl dt {
    width: 50%;
    float: right;
}

.xuandl dt img {
    width: 100%;
    height: auto;
    display: block;
}

/* dd 样式，设置内容区域占比、内边距等 */
.xuandl dd {
    width: 31.79%;
    float: left;
    margin: 0rem 9% 0rem 8.4%;
    position: absolute;
    height: 77%;
    left: 0px;
    top: 12%;
}

/* 标题 tits 样式，设置弹性布局排版标题文字 */
.xuandl .tits {display: block;white-space: nowrap;width: 121%;margin-bottom: 1.5rem;}

.xuandl .tits span {
    width: 3.6rem;
    display: inline-block;
    height: 3.6rem;
    line-height: 3.6rem;
    text-align: center;
    background-color: #004da1;
    color: #ff8600;
    margin-right: 3%;
    font-size: 2.3rem;
    font-weight: bold;
    float: left;
}

.xuandl .tits p {
    color: #333;
    line-height: 1.9rem;
    white-space: nowrap;
    display: inline-block;
    float: left;
    margin-left: 0px;
}

.xuandl .tits p i {
    font-style: normal;
    font-weight: normal;
    display: block;
    color: #3e3e3e;
    font-size: 1.5rem;
}

.xuandl .tits p em {
    font-size: 1.6rem;
    color: #004da1;
    font-weight: bold;
}

/* dd 内部段落样式 */
.xuandl dd p {
    color: #666666;
    line-height: 1.4rem;
    font-size: 0.8rem;
    display: block;
    margin-left: 16%;
    white-space: nowrap;
}

/* 图片列表 ul 样式，弹性布局展示图片 */
.xuandl dd ul {
    display: block;
    width: 100%;
    padding-top: 1.25rem;
    border-top: 1px solid #d8d8d8;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.xuandl dd ul li:nth-child(3){ margin-right:0px}
.xuandl dd ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.xuandl dd ul li img {
    width: 100%;
    height: auto;
    display: block;
}

.xuanze {
    padding: 4rem 0 0 0;
}

.xuanze .tit {
}

.xuandl dl:nth-child(2n) {
    background: #f6f4f5;
}

.xuandl dl:nth-child(2n) d {}

.xuandl dl:nth-child(2n) dt {
    float: left;
}

.xuandl dl:nth-child(2n) dd {
    float: right;
    margin: 0rem 8.4% 0rem 9%;
    position: absolute;
    right: 0px;
    left: auto;
    top: 12%;
    width: 32%;
}

.xuandl dl:nth-child(2) .tits {
    margin-bottom: 1.2rem;
}
.xuandl dl:nth-child(3) .tits {
    margin-bottom: 0.2rem;
}
.xuandl dl:nth-child(4) .tits {
    margin-bottom: 0.6rem;
}

/*****/
.pro_ject {
    padding: 3.8rem 0 4.2rem 0;
}

.pro_ject .tit {
    margin-bottom: 1.9rem;
}

.pro_ject dl {
    float: left;
    width: 49%;
    margin-right: 2%;
    position: relative;
}

.pro_ject dl:nth-child(2n) {
    margin-right: 0px;
}

.pro_ject dl dt img {
    width: 100%;
    transition: all .5s linear 0s;
}

.pro_ject dl:hover dt img{transform:scale(1.1)}


.pro_ject dl dt {
    width: 69.5%;
    float: left;
    line-height: 0px;
    overflow: hidden;
}
.pro_ject  dl:hover dd {
    background: #0f49a0;
}
.pro_ject  dl:hover dd em{
   color:#fff;
}
.pro_ject  dl:hover dd p {
    color:#fff;
}

.pro_ject dd {
    position: absolute;
    width: 30.5%;
    background: #f9f9f9;
    height: 100%;
    right: 0px;
}

.pro_ject dd  em {
    display: block;
    font-size: 1.2rem;
    color: #333;
    box-sizing: border-box;
    font-weight: bold;
}

.pro_ject dd  p {
    color: #333;
    font-size: 0.8rem;
    box-sizing: border-box;
    padding: 0 20% 0 14%;
    line-height: 1.3rem;
}

dl.clearfix.dl2,dl.clearfix.dl4 {
    margin-right: 0px;
}

dl.clearfix.dl1,dl.clearfix.dl2 {
    margin-bottom: 1.7rem;
}

.pro_ject dl dd em {
    padding: 1.6rem 28% 1.4rem 15%;
}

.pro_ject dl.dl4 dd em {
    padding: 1.6rem 9% 1.4rem 15%;
}

.pro_ject dl.dl3 dd em {
    padding: 1.6rem 17% 1.4rem 15%;
}

.pro_ject dl.dl2 dd em {
    padding: 1.6rem 17% 1.4rem 15%;
}

.pro_ject dd:after {
    content: "";
    display: block;
    background: url(../images/bofan.png) no-repeat;
    position: absolute;
    bottom: 2.66rem;
    left: 15%;
    width: 2.2rem;
    height: 2.2rem;
    background-size: 100%;
}

.pro_ject dl:hover dd:after {
    content: "";
    display: block;

    position: absolute;
    bottom: 2.66rem;
    left: 15%;
    width: 2.2rem;
    height: 2.2rem;
    background-size: 100%;
}




.bzpros:before,.bzpros:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bzpros:before {
    content: '';
    position: absolute;
    width: 6.5rem;
    height: 6.5rem;
    -webkit-box-shadow: inset #0056a8 0 0 40px;
    box-shadow: inset #0056a8 0 0 40px;
    border-radius: 50%;
    opacity: 0;
    animation: warn2 2s ease-out 0.1s infinite;
}

.bzpros:after {
    content: '';
    position: absolute;
    width: 6.8rem;
    height: 6.8rem;
    -webkit-box-shadow: inset #0056a8 0 0 40px;
    box-shadow: inset #0056a8 0 0 40px;
    border-radius: 50%;
    opacity: 0;
    animation: warn 2s ease-out 1.1s infinite;
}

@keyframes warn2 {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(0.5);
        transform: translate(-50%, -50%) scale(0.5);
    }
    5% {
        opacity: 1; 
    }
    to {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}

@keyframes warn {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(0.5);
        transform: translate(-50%, -50%) scale(0.5);
    }
    5% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}


.abouts .abright .bzpros .bnts {
    background: url(http://g1.cms.51yxwz.com/20250808165107000646/images/abvideo.png) no-repeat;
     position: relative;
    width:100%;
    height: 100%;
    z-index: 20;
    background-size: 100%;
    display: block;
}

/*********/
.news01{width: 23.5%;margin-right: 2%;margin-top: 1.8rem;}
.news03{margin-right:0}
.news_tit{width:100%;font-weight:400;margin-bottom: 1.3rem;height: 1rem;padding-left: 3%;line-height: 1rem;border-left: 4px solid #333;}
.news_tit a{display:block;width:100%;font-size: 1rem;color: #333;}
.news_tit p{font-size:1.3rem;color:#282828;float:left;width:8rem;position:relative}
.news_tit p:before{content:"";width:0;height:.15rem;background:#126301;position:absolute;bottom:0;left:0;-webkit-transition:all .5s;transition:all .5s}
.news_tit em{width:2.2rem;height:2.2rem;line-height:0;display:block;float:left;overflow:hidden;margin:.8rem .2rem 0 0}
.news_tit em img{width:4.4rem;height:2.2rem;-webkit-transition:all .5s;transition:all .5s}
.news_tit span{float:right;font-size:1rem;color:#000;text-transform:uppercase}
.news01.cur .news_tit p,.news_tit a:hover p{color:#126301;font-weight:700}
.news01.cur .news_tit em img,.news_tit a:hover em img{margin-left:-2.2rem}
.news01.cur .news_dl:before,.news01.cur .news_tit p:before,.news_tit a:hover p:before{width:100%}
.news_dl{display:block;width:100%;border-bottom:#e8e8e8 .1rem solid;position:relative}
.news_dl dt{width:100%;line-height:0;overflow:hidden;height: 10rem;}
.news_dl dt img{width:100%;display:block;transition:all .3s linear 0s}
.news_dl dd{width:100%;padding-bottom: 1rem;}
.news_dl dd h5{height: 3rem;line-height: 1.5rem;overflow:hidden;font-weight:400;margin-bottom: -0.3rem;}
.news_dl dd span{display:block;font-size:1rem;color:#000;font-weight: bold;}
.news_dl dd em{float: left;font-size:.8rem;color:#666}
.news_dl dd p{padding: 1rem 0 2.2rem 0;font-size:.8rem;color: #666666;line-height: 1.5rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis}
.news_dl dd:hover h5 span{color:#fd9420;font-weight:700}
.news .nobor{margin-left:0}
.news_dl:hover dt img{transform:scale(1.1)}

.newsss {
    background: #f0f2f5;
    padding: 3.8rem 0 4rem;
}

.news01.nobor {
    margin-right: 0px;
}

.news01 dl {
    display: block;
    background: #fff;
    box-sizing: border-box;
    padding: 2rem 1.58rem 2rem 1.58rem;
}

.tit p {
    display: block;
    color: #373131;
    font-size: 1rem;
    line-height: 1rem;
    padding: 0.88rem 0 0 0;
}


  @media screen and (max-width: 100%;) {
    .content24 {
        width: 1400px;
    }
}

@media screen and (max-width: 1500px) {
    .content24 {
        width: 1300px;
    }
}

@media screen and (max-width: 1300px) {
    .content24 {
        width: 1000px;
    }
}


/**/
@media screen and (min-width: 1000px) {
    html {
        font-size: calc(1000px * 20 / 1903);
    }
}
@media screen and (min-width: 1263px) {
    html {
        font-size: calc(1263px * 20 / 1903);
    }
}

@media screen and (min-width: 1349px) {
    html {
        font-size: calc(1349px * 20 / 1903);
    }
}

@media screen and (min-width: 1463px) {
    html {
        font-size: calc(1463px * 20 / 1903);
    }
}

@media screen and (min-width: 1543px) {
    html {
        font-size: calc(1543px * 20 / 1903);
    }
}

@media screen and (min-width: 1583px) {
    html {
        font-size: calc(1583px * 20 / 1903);
    }
}

@media screen and (min-width: 1643px) {
    html {
        font-size: calc(1643px * 20 / 1903);
    }
}

@media screen and (min-width: 1663px) {
    html {
        font-size: calc(1663px * 20 / 1903);
    }
}

@media screen and (min-width: 1903px) {
    html {
        font-size: calc(1903px * 20 / 1903);
    }
}
@media screen and (min-width: 1940px) {
    html {
        font-size: calc(1940px * 20 / 1903);
    }
}

@media screen and (min-width: 2203px) {
    html {
        font-size: calc(2203px * 20 / 1903);
    }
}
@media screen and (min-width: 3000px) {
    html {
        font-size: calc(3000px * 20 / 1903);
    }
}

@media screen and (min-width: 4000px) {
    html {
        font-size: calc(1903px * 28 / 1903);
    }
}


@-webkit-keyframes fadeInDown1 {
    from { opacity: 0; -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0) }
    to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
}
@keyframes fadeInDown1 {
    from { opacity: 0; -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0) }
    to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
}
.fadeInDown1 { -webkit-animation-name: fadeInDown1; animation-name: fadeInDown1 }
@-webkit-keyframes fadeInDown2 {
    from { opacity: 0; -webkit-transform: translate3d(0, -20%, 0); transform: translate3d(0, -20%, 0) }
    to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
}
@keyframes fadeInDown2 {
    from { opacity: 0; -webkit-transform: translate3d(0, -20%, 0); transform: translate3d(0, -20%, 0) }
    to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
}
.fadeInDown2 { -webkit-animation-name: fadeInDown2; animation-name: fadeInDown2 }
@-webkit-keyframes fadeInLeft1 {
    from { -webkit-transform: translate3d(-10%, 0, 0); transform: translate3d(-10%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
@keyframes fadeInLeft1 {
    from { -webkit-transform: translate3d(-10%, 0, 0); transform: translate3d(-10%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
.fadeInLeft1 { -webkit-animation-name: fadeInLeft1; animation-name: fadeInLeft1 }
@-webkit-keyframes fadeInLeft2 {
    from { -webkit-transform: translate3d(-5%, 0, 0); transform: translate3d(-5%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
@keyframes fadeInLeft2 {
    from { -webkit-transform: translate3d(-5%, 0, 0); transform: translate3d(-5%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
.fadeInLeft2 { -webkit-animation-name: fadeInLeft2; animation-name: fadeInLeft2 }
@-webkit-keyframes fadeInRight1 {
    from { -webkit-transform: translate3d(10%, 0, 0); transform: translate3d(10%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
@keyframes fadeInRight1 {
    from { -webkit-transform: translate3d(10%, 0, 0); transform: translate3d(10%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
.fadeInRight1 { -webkit-animation-name: fadeInRight1; animation-name: fadeInRight1 }
@-webkit-keyframes fadeInRight2 {
    from { -webkit-transform: translate3d(5%, 0, 0); transform: translate3d(5%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
@keyframes fadeInRight2 {
    from { -webkit-transform: translate3d(5%, 0, 0); transform: translate3d(5%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
.fadeInRight2 { -webkit-animation-name: fadeInRight2; animation-name: fadeInRight2 }
@-webkit-keyframes zoomLeft {
    from { -webkit-transform: scale3d(0.3, .3, .3); transform: scale3d(0.3, .3, .3); opacity: 0 }
    50% { opacity: 1 }
}
@keyframes zoomLeft {
    from { -webkit-transform: scale3d(0.3, .3, .3); transform: scale3d(0.3, .3, .3); opacity: 0 }
    50% { opacity: 1 }
}
.zoomLeft { -webkit-transform-origin: 0 50%; transform-origin: 0 50%; -webkit-animation-name: zoomLeft; animation-name: zoomLeft }
.zoomRight { -webkit-transform-origin: 100% 50%; transform-origin: 100% 50%; -webkit-animation-name: zoomLeft; animation-name: zoomLeft }
@-webkit-keyframes fadeInUp1 {
    from { -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
@keyframes fadeInUp1 {
    from { -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
.fadeInUp1 { -webkit-animation-name: fadeInUp1; animation-name: fadeInUp1 }
@-webkit-keyframes fadeInUp2 {
    from { -webkit-transform: translate3d(0, 2%, 0); transform: translate3d(0, 2%, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
@keyframes fadeInUp2 {
    from { -webkit-transform: translate3d(0, 2%, 0); transform: translate3d(0, 2%, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
.fadeInUp2 { -webkit-animation-name: fadeInUp2; animation-name: fadeInUp2 }