@font-face {
  font-family: 'iconfont';
  src: url('iconfont.woff2?t=1761373661991') format('woff2'),
       url('iconfont.woff?t=1761373661991') format('woff'),
       url('iconfont.ttf?t=1761373661991') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 1.2rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header {
    width: 100%;
    height: 9rem;
    position: fixed;
    top: 0rem;
    left: 0;
    z-index: 999999999;
    background: rgba(255, 255, 255, 0.9);
}
.header .menu {
    height: 8rem ;
    position: relative;
}
.home_center {
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 99999999;
}
.header_con {
    width: 100%;
    position: relative;
}
.logo {
    float: left;
}
.nav {
    float: right;
    margin-right: 0rem;
}
.nav > ul {
    padding: 0;
    margin: 0;
    margin-top: 3rem;
}
.nav > ul > li {
    float: left;
    line-height: 5rem;
    position: relative;
    padding: 0 1rem;
}
.nav > ul > li > a {
    font-size: 1.5rem;
    letter-spacing: 0rem;
    color: #000;
    font-weight: bold;
}
.nav > ul > li > b {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 0.5rem;
    background: #003188;
    position: absolute;
    left: 50%;
    bottom: 1.3rem;
    margin-left: -0.2rem;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
}
.nav > ul > li.active > b{
    opacity: 1;
    bottom:0.8rem;
}
.nav > ul > li > ul {
    width: 22rem;
    position: absolute;
    top: 5rem;
    left: -6rem;
    background: #fff;
    padding: 2rem;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
    display: none;
    -webkit-transition: top 0.4s ease 0.1s;
    -moz-transition: top 0.4s ease 0.1s;
    -ms-transition: top 0.4s ease 0.1s;
    -o-transition: top 0.4s ease 0.1s;
    transition: top 0.4s ease 0.1s;
}
.nav > ul > li > ul > li {
    line-height: 2.5rem;
    text-align: left;
    padding: 1rem 0;
    padding-left: 4rem;
}
.nav > ul > li > ul > li > a {
    font-size: 1.3rem;
    color: #000;
    letter-spacing: 0.1rem;
}
.erji_line {
    position: absolute;
    top: 0;
    left: 3rem;
    width: 0.1rem;
    height: 100%;
    background: #f4f4f4;
}
.erji_line > span {
    width: 0.1rem;
    height: 2.5rem;
    background: #003188;
    position: absolute;
    top: 3.5rem;
    left: 0;
}
.nav_right {
    position: absolute;
    top: 0.5rem;
    right: 0;
}
.search1 {
    position: relative;
    border: 0.1rem solid #ccc;
    width: 16.9rem;
    height: 2.6rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    -khtml-border-radius: 0.5rem;
    float: left;
    margin-right: 1rem;
}
.search {
    outline: none;
    color: #000;
    position: absolute;
    border: none;
    left: 0;
    padding-left: 1rem;
    background-color: transparent;
    font-size: 1.4rem;
}
.search2 {
    position: absolute;
    right: 0.7rem;
    top: 0;
    background: url(../images/button-search.png) right center no-repeat;
    width: 2.6rem;
    height: 2.2rem;
    border: none;
    outline: none;
}
.nav_right h5 {
    display: inline-block;
    margin: 0;
    line-height: 2.5rem;
    font-size: 1.2rem;
    color: #999;
    margin-left: 1rem;
    cursor: pointer;
    position: relative;
}
.nav_right h5 a {
    color: #999;
    font-size: 1.2rem;
}
.nav_right h5 i {
    margin-right: 0.5rem;
    color: #003188;
    font-size: 1.4rem;
}
.erjion {
 top: 5.1rem !important;
}
.qix div {
    width: max-content;
    right: -0.1rem;
    padding: 1rem !important;
}
.nav_right h5 div {
    width: max-content;
    position: absolute;
    top: 2.5rem;
    padding: 1rem 0;
    background: #f4f4f4;
    border-top: none;
    display: none;
}
.nav_right h5 div a {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 2.2rem;
    letter-spacing: 0.1rem;
    color: #333;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.nav_right h5 div a:hover {
    color: #003188;
}
.banner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 9rem;
}
.logo img{
    height: 9rem;
    object-fit: contain;
}
.banner .swiper-slide {
    position: relative;
}
.swiper1 {
    width:100%;
    height: 100%;
}
.swiper-button-prev-banner,.swiper-button-prev-gcal{
    width: 4rem;
    height: 4rem;
    background: url(../images/left.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 1rem;
    text-decoration: none;
    color: #333;
    border: 0.2rem solid #333;
    -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    border-radius: 2.5rem;
    -khtml-border-radius: 2.5rem;
    cursor: pointer;
    z-index: 9999;
    margin-left: 2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    border:0;
    margin:0;
}
.swiper-button-next-banner,.swiper-button-next-gcal{
    background: url(../images/right.png) no-repeat;
    background-size: cover;
    width: 4rem;
    height: 4rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    left:auto;
    text-decoration: none;
    color: #333;
    border: 0.2rem solid #333;
    -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    border-radius: 2.5rem;
    -khtml-border-radius: 2.5rem;
    cursor: pointer;
    z-index: 9999;
    margin-right: 2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    border:0;
    margin:0;
}
.swiper-button-next-banner:after,.swiper-button-prev-banner:after,.swiper-button-next-gcal:after,.swiper-button-prev-gcal:after{
    content:"";
}
.home_news {
    position: relative;
    padding-bottom: 4rem;
    padding-top: 3rem;
}
.home_news {
    position: relative;
    padding-bottom: 4rem;
    padding-top: 3rem;
}
.home_center {
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 99999999;
}
.news_tit {
    display: inline-block;
    width: 100%;
    line-height: 5rem;
    height: 5rem;
}
.home_news_l .news_tit, .video .news_tit,.home_news_r .news_tit {
    border-bottom: 0.1rem solid #e4e4e4;
    margin-bottom: 1rem;
}
.videobig{
    padding-bottom:3rem;
    position:relative;
}
.home_news_warp .news_tit {
    line-height: 5rem;
}
.news_tit .tit {
    float: left;
    font-size: 2.4rem;
    color: #000;
}
.col-sm-4, .col-sm-6, .col-sm-3 {
    padding: 0 1rem;
}
.home1_right {
    position: relative;
    overflow: hidden;
}
.con {
    cursor: pointer;
}
.home_bk {
    border: 0.1rem solid #e4e4e4;
    padding: 1rem;
}
.home_people_cont a {
    float: left;
    display: inline-block;
    width: 50%;
    font-size: 1.4rem;
    margin-top: 1rem;
    color:#333;
}
.home_people_cont {
    display: block;
    width: 100%;
}

.home_people_cont p{
    text-align: center;
}
.home_people_text1 {
    display: inline-block;
    width: 100%;
    /* height: 90px; */
}
.home_bk .home_people_text1{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.link_con{
    height: calc(100% - 7rem);
}
.home_people_cont a:hover,.home_news_cur a:hover,ul.ind3_txt a:hover{
    text-decoration: none;
    transition: all 0.3s linear;
    color: #003188;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.home_news_ri {
    margin-left: -0.3rem;
}
.home_news_cur {
    line-height: 2.4rem;
    display: inline-block;
    width: 100%;
    border-bottom: 0.1rem solid #e4e4e4;
}
.home_news_cur span {
    font-weight: bold;
    font-size: 1.6rem;
}
.home_news_cur a {
    float: right;
    color:#333;
}
.home_news_r{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
ul.ind3_txt li {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    border-bottom: 0.1rem dotted #e4e4e4;
    padding: 0.8rem 0;
    background: url("../images/xinwentb.png") no-repeat center left;
    padding-left: 1.2rem;
}
.home_news_img .date, .home_news_img .tit, ul.ind3_txt li {
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
ul.ind3_txt li a {
    display: block;
    color: #666;
}
ul.ind3_txt a h3 {
    font-size: 1.4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    width: 75%;
}
ul.ind3_txt a h4 {
    font-size: 1.4rem;
    letter-spacing: 0;
    position: relative;
    color: #666;
    margin-bottom: 0rem;
    float: right;
    margin:0;
}
.project {
    position: relative;
    padding: 3rem 0 5rem 0;
    background: #f4f4f4;
    z-index: 2;
}
.project_img img{
    max-width:100%;
}
.project_img .txt{
    transition: all .3s;
    position: absolute;
    top: 70%;
    width: 80%;
    left: 10%;
    opacity: 0;
    z-index: 3;
}
.project_img .txt span {
    display: block;
    color: #fff;
    font-size: 3rem;
    line-height: 1em;
    text-align: center;
}

.project_img .ct:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
}
.project_img .ct:hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: 0.6;
}

.project_img .ct:hover .txt {
    opacity: 1;
    top: 40%;
}

.footer_top {
    background: #e3e3e3;
    padding: 2.5rem 0;
}
.footer_left {
    display: inline-block;
    width: 100%;
}
.footer_left span {
    float: left;
    line-height: 3.2rem;
    width: 10%;
    font-size: 1.4rem;
}
.footer_left .bottom {
    float: left;
    width: 90%;
}
.sele {
    width: 100%;
    height: 3.2rem;
    line-height: 3.2rem;
    position: relative;
    background-color: #f1f1f1;
    color: #333;
    cursor: pointer;
    padding-left: 1.4rem;
}
.sele .xiala {
    width: 3.4rem;
    height: 3.4rem;
    position: absolute;
    display: block;
    top: 0rem;
    right: 0;
    text-align: center;
    border-left: 0.1rem solid #d5d5d5;
}
.xiala_con {
    position: absolute;
    bottom: 3.2rem;
    left: 0;
    display: none;
    width: 100%;
}
.xiala_con a {
    width: 100%;
    height: 3.2rem;
    display: block;
    border-bottom: 0.1rem solid #dadada;
    text-indent: 1.4rem;
    color: #333;
    background-color: #f1f1f1;
    font-size: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
footer{
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
}
.copy {
    line-height: 4.5rem;
    font-size: 1.2rem;
    width: 95%;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
}
.footer_bottom {
    background: rgb(96, 95, 95);
    color: #ccc;
    display: inline-block;

}
.copy a{
    color:#ccc;
}
.copy a:hover{
    color:#337ab7;
}
.xwkk {
   position:relative;
   }
   
.xwkk-zi {
   position:absolute;
   width:100%;
   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
padding-right:3.6rem;
   line-height:6rem;
   background-color: rgba(0,0,0,0.8);
   padding-left:3.6rem;
   font-size:1.6rem;
   color:#FFFFFF;
   left:0rem;
   bottom:0rem;
   }
   
.home1_right .swiper-button-prev {
    position: absolute;
    top: 96%;
    width: 2.1rem;
    height: 2.1rem;
	left:82%;
    z-index: 10;
    cursor: pointer;
	background:url(../images/left.png);
    background-size: 2.1rem 2.1rem;
    background-position: center;
    background-repeat: no-repeat;
}

.home1_right .swiper-button-next {
    position: absolute;
    top: 96%;
    width: 2.1rem;
    height: 2.1rem;
	left:90%;
    z-index: 10;
    cursor: pointer;
	background:url(../images/right.png);
    background-size: 2.1rem 2.1rem;
    background-position: center;
    background-repeat: no-repeat;
}
.xwkktu{
    position:relative;
    padding-top:68%;
}
.xwkktu img{
    position:absolute;
    top: 0;
    left:0;
    width:100%;
    height: 100%;
    object-fit: cover;
}
.home1_right .swiper-button-prev:after,.home1_right .swiper-button-next:after{
    display: none;
}
.hxcytu{
    width: 15rem;
    height: 15rem;
    line-height: 8.5rem;
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.55);
    text-align: center;
    margin: 0 auto;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.hxcytu img{
    max-width: 100%;
    width: 80%;
    margin: 0 auto;
}

.home_people_cont p {
    text-align: center;
    margin-top: 0.8rem;
    font-size: 1.6rem;
    color: #FFFFFF;
}

.video-container {
  position: relative;
  width: 100%;
  /* 高度 = 宽度 * 9/16 */
  padding-bottom: 56.25%; /* 9 / 16 = 0.5625 = 56.25% */
  height: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.footerleft {
    display: flex;
    justify-content: space-between;
    width: 55%;
}
.footernav {
    text-align: left;
}
.footernav h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.8rem;
    color: #000;
}
.footernavbig {
    display: flex;
    justify-content: space-between;
    text-align: right;
    width:95%;
    margin:0 auto;
}
.footernav li {
    margin-bottom: 1.5rem;
}
.footernav li a {
    color: #333;
    font-size:1.4rem;
}

.link_in.mar a{
    margin-bottom:0.5rem;
    padding-bottom:0.5rem;
    border-bottom:0.1rem solid #fff;
    position: relative;
    display: flex;
    color:#333;
}
.dibuewm ul li img {
    width: 11.3rem;
}
.dibuewm ul li p {
    text-align: center;
    font-size: 1.2rem;
    color: #000;
    margin-top: 0.6rem;
}
.dibulianxi1 p a{
    color:#333;
    font-family: 'ElectroluxSans_4_Semibold';
    font-size: 1.4rem;
}
.dibulianxi2 section{
    color:#333;
    font-size: 1.4rem;
}

.dibulianxi{
    padding-left:3rem;
}


.dibulianxi h2 {
    color: #000;
    font-size: 1.4rem;
    text-align: right;
    font-weight: bold;
    line-height: 1;
}
.sysptxt{
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    width: 100%;
    font-size:1.6rem;
    line-height: 2.8rem;
}
.sysptxt h2{
    font-size:6rem;
    color:#fff;
    text-align: center;
    font-weight: 600;
    margin-bottom:3.4rem;
}
.sysptxt section{
    width: 68.7rem;
    margin: 0 auto;
    color:#fff;
    text-align: center;
    margin-bottom:3rem;
}
.sysptxt ul{
    width: 50rem;
    margin: 0 auto;
    color:#fff;
    display: flex;
    justify-content: center;
}
.sysptxt ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 23.7rem;
    height: 6rem;
    background:#003188;
    color:#fff;
    font-size:1.8rem;
    border-radius: 3rem;
    border:0.1rem solid #003188;
}
.sysptxt ul li a img{
    width: 2rem;
    height: 2rem;
    margin-left:3rem;
}

.sysptxt ul li a:hover{
    opacity: 0.9;
}
.video i{
    background:#000;
    display: block;
}
.video i img{
    opacity: 0.9;
}
.banner img{
    width:100%;
    object-fit:cover;
}
.nybannerwen {
    font-size: 4rem;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 20.7rem;
}
.nybanner {
    position: relative;
    background:#000;
}
.nybanner img{
    opacity: 0.7;
    width:100%;
}
.bread{
    position:absolute;
    bottom:4rem;
    left: 50%;
    transform: translate(-50%, 0rem);
    width:100%;
}
.breadbig{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.breadbig a img{
    width: 2.7rem;
}
.breadbig a:first-child{
    margin-right: 3rem;
}
.jt img{
    width: 0.7rem;
}
.jt{
    margin-right: 2rem;
}
.breadbig a{
    color:#fff;
    font-size: 1.6rem;
    margin-right: 2.5rem;
}
.about1{
    margin: 7.5rem auto 7rem;
    width:100%;
    overflow: hidden;
}
.about1left{
    width: 22.7%;
    float: left;
}
.about1left h2 {
    width: 18rem;
    height: 4rem;
    line-height: 4rem;
    background: url(../images/abtit.png) center;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 2rem;
    color: #181818;
    margin-top: 0rem;
    margin-bottom: 1.5rem;
}
.about1left h3 {
    font-size: 6rem;
    font-weight: bold;
    color: #333;
    height: auto;
    overflow: hidden;
    line-height: 7.3rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
}
.about1right{
    width: 70.6%;
    line-height: 2;
    font-size: 1.4rem;
    color: #37373a;
    float: right;
}
.about2{
    padding: 7.5rem 0 7rem;
    width: 100%;
    overflow: hidden;
    background:url(../images/dashijibg.jpg) no-repeat;
    background-size: cover;
    
}
.about2 .title h2,.about3 .title h2,.about6 .title h2{
    font-size: 6rem;
    font-weight: bold;
    color: #333;
    height: auto;
    overflow: hidden;
    line-height: 7.3rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
    text-align: center;
    margin-bottom:3rem;
}
.about2top {
    position: relative;
    height: 25rem;
}
.fzlcnavtu {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
}
.fzlcnavtu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fzlcnav ul {
    height: 100%;
    display: flex;
}

.fzlcnav ul li .number {
    font-family: DIN-Bold;
    font-weight: bold;
    font-size: 5rem;
    color: #fff;
    line-height: 1;
}

.fzlcnav ul li p,
.fzlcnav ul li .time {
    font-size: 2.4rem;
    margin-top: 1.5rem
}

.fzlcnav ul li .line {
    margin-top: 2rem;
    height: 0.1rem;
    display: none;
    background-image: url(../images/line.webp);
}

.fzlcnav ul li .fzlcnavcontent {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 2rem;
    cursor: default;
    white-space: normal;
}

.fzlcnav ul li .shadow {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-sizing: border-box;
    background-color: rgba(50, 190, 255, 0.3);
    opacity: 0;
    transition: .5s;
    cursor: pointer;
}

.fzlcnav ul li:hover .shadow {
    opacity: 1;
    transition: .5s;
}


.fzlccontentleft {
    display: block;
    position: absolute;
    width: 15rem;
    padding-top: 4.5rem;
    box-shadow: 0rem 0rem 2rem 0rem rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.6);
    height: calc(100vh - 9.5rem);
    overflow: auto;
    scrollbar-width: none;
    vertical-align: top;
    left: 0;
}

.fzlccontent {
    display: flex;
    justify-content: flex-end;
}

.year-nav {
    overflow: auto;
    height: calc(100vh - 9.5rem);
}

.year-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 4.5rem;
}

.fzlcnav ul li {
    height: 100%;
    padding-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    color: #fff;
    position: relative;
    vertical-align: top;
    border-bottom: 0.1rem solid rgba(50, 190, 255, 0.2);
    border-left: 0.1rem solid rgba(255, 255, 255, 0.15);
    cursor: default;
    width: 25%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.year-item p {
    position: relative;
    z-index: 2;
}

.year-item .topLine {
    height: 0.2rem;
    margin: 0 auto;
    width: 0.1rem;
    background-color: #0f2341;
    display: block;
    opacity: 0.1;
    position: absolute;
    top: -0.1rem;
    left: 0.4rem;
    filter: alpha(opacity=10);
}

.year-item:first-child .topLine {
    display: none;
}

.year-item .no {
    display: inline-block;
    cursor: pointer;
}

.year-item .yes {
    display: none;
}

.year-item .line {
    height: 3rem;
    margin: 0 auto;
    width: 0.1rem;
    background-color: #0f2341;
    display: block;
    opacity: 0.1;
    position: relative;
    top: -0.1rem;
}

.year-item.cur .no {
    display: none;
}

.year-item.cur .yes {
    display: inline-block;
}

.year-item.cur span {
    color: #000000;
    font-size: 2rem;
    top: 0.6rem;
    padding-left: 0;
    left: 7.5rem;
}

.year-item span {
    display: block;
    color: #999999;
    font-size: 1.6rem;
    padding-left: 1.5rem;
    position: absolute;
    top: -0.1rem;
    cursor: pointer;
    left: 6rem;
}
.about2top ul{
    height: 100%;
    display: flex;
}

.fzlcbig {
    position: relative;
}

.fzlcmid ul li:nth-child(1) {
    position: absolute;
    top: 22.8rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.fzlcmid ul li:after{
    content:"";
    width:100%;
    position:absolute;
    height: 25rem;
    box-shadow: 0rem 1rem 1rem rgb(0 0 0 / 10%);
    background: #fff;
    top: -30%;
    z-index: -1;
    opacity: 0;
    transition: .5s;
}


.fzlcmid ul li:nth-child(odd) .fzlcmidline {
    width: 60%;
    height: 0.1rem;
    display: block;
    background: #003188;
    position: absolute;
    top: 50%;
    right: 0;
    transition: .5s;
}

.fzlcmid ul li:nth-child(odd) .fzlctu {
    display: flex;
    padding-right: 3%;
    z-index: 2;
    width:50%;
    overflow: hidden;
    transform: translateY(-30%)
}
.fzlcmid ul li .fzlctu img{
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}
.fzlcmid ul li .fzlctu img:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 500ms ease-in 0ms;
}
.fzlcmid ul li:nth-child(odd) .fzlcmidround {
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    display: block;
    background: #003188;
    border-radius: 100%;
    left: 49.68%;
    top: 47.5%;
    transition: .5s;
}

.fzlcmid ul li:nth-child(odd) .fzlcwen {
    position: absolute;
    right: 0;
    top: -8rem;
}

.fzlcwen{
    transition: .5s;
}


.fzlcmid ul li:nth-child(odd) .fzlcmidline2 {
    display: block;
    width: 6rem;
    height: 0.3rem;
    background: #003188;
    position: absolute;
    right: 0;
    bottom: 49%;
    transition: .5s;
}

.fzlcline {
    width: 0.1rem;
    height: 148.8rem;
    display: block;
    background: #003188;
    margin: 0 auto;
}

.fzlcwennian {
    font-size: 3.5rem;
    font-family: ElectroluxSans;
    font-weight: bold;
    color: #000;
}

.fzlcwenbig {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: .5s;
    margin-bottom:2rem;
}


.fzlcmid ul li.hover:after {
    opacity: 1;
    transition: .5s;
}
.fzlcmid ul li.hover .fzlcmidround,.fzlcmid ul li.hover .fzlcmidline,.fzlcmid ul li.hover .fzlcmidline2{
    opacity: 0;
    transition: .5s;
}
.fzlcwen p {
    text-align: right;
     transform:translateX(0%);
    transition: .5s;
}
.fzlcmid ul li:nth-child(even) .fzlcwen p {
    text-align: left;
}

.fzlcwen {
    font-size: 1.6rem;
    color: #666666;
    line-height: 2.7rem;
}

.fzlcmid ul li:nth-child(2) {
    position: absolute;
    top: 55.9rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 16.6rem;
}

.fzlcmid ul li:nth-child(even) .fzlcmidline {
    width: 60%;
    height: 0.1rem;
    display: block;
    background: #003188;
    position: absolute;
    top: 50%;
    left: 0;
    transition: .5s;
}

.fzlcmid ul li:nth-child(even) .fzlctu {
    display: flex;
    padding-left: 3%;
    z-index: 2;
    position: absolute;
    right: 0%;
    width:50%;
    overflow: hidden;
    bottom:0%;
    transform: translateY(-30%);
}

.fzlcmid ul li:nth-child(even) .fzlcmidround {
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    display: block;
    background: #003188;
    border-radius: 100%;
    left: 49.68%;
    top: 47.5%;
    transition: .5s;
}

.fzlcmid ul li:nth-child(even) .fzlcwen {
    position: relative;
    right: 0;
    top: -10.5rem;
}

.fzlcmid ul li:nth-child(even) .fzlcmidline2 {
    display: block;
    width: 6rem;
    height: 0.3rem;
    background: #003188;
    position: absolute;
    left: 0;
    bottom: 49%;
    transition: .5s;
}

.fzlcmid ul li:nth-child(even) .fzlcwenbig {
    justify-content: flex-start;
}

.fzlcmid ul li:nth-child(6):hover  .fzlcwen .fzlcwenbig {
    transform: translateX(78%);
    transition: .5s;
}
.fzlcmid ul li:nth-child(3) {
    position: absolute;
    top: 85.9rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 16.6rem;
}

.fzlcmid ul li:nth-child(3) .fzlctu {
    padding-left: 0;
    bottom: 0%;
    position: absolute;
}

.fzlcmid ul li:nth-child(4) {
    position: absolute;
    top: 128rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 19.6rem;
}
.fzlcmid ul li:nth-child(4):after{
    top:-10%;
}

.fzlcmid ul li:nth-child(4) .fzlcwen {
    top: -14.5rem;
}
.fzlcmid ul li:nth-child(5) {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 135rem;
    height: 15.3rem;
    width: 100%;
}

.fzlcmid ul li:nth-child(6) {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 162.7rem;
    height: 15.3rem;
    width: 100%;
}



.fzlcmid ul li:nth-child(4) .fzlctu {
    right: 0%;
}

.fzlcmid ul li:nth-child(4) .fzlctu p {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 75%;
    font-size: 1.4rem;
}

.fzlcmid ul li:nth-child(5) .fzlctu {
    padding-left: 31%;
}

.fzlcmid ul li:nth-child(5) .fzlcwen {
    position: absolute;
    right: 0;
    top: .5rem;
}

.fzlcmid ul li:nth-child(6) .fzlcwen {
    position: relative;
    right: 0;
    top: -2rem;
}

.fzlcmid ul li:nth-child(6) section {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 22.2rem;
    height: 15.3rem;
    background: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    margin-left: 1.1rem;
    border-radius: 0.6rem;
    box-shadow: 0rem 0rem 0.5rem rgba(15, 105, 186, 0.1);
}

.fzlcmid ul li:nth-child(6) section img {
    margin-bottom: 2.3rem;
}

.fzlcmid ul li:nth-child(6) .fzlctu {
    right: 11%;
}
.fzlcmid ul li:nth-child(1) .fzlctu img, .fzlcmid ul li:nth-child(2) .fzlctu img,
.fzlcmid ul li:nth-child(3) .fzlctu img{
    height: 16.6rem;
    width:100%;
       object-fit: cover;
}
.fzlcmid ul li:nth-child(4) .fzlctu img{
    height: 16.6rem;
    width:100%;
    object-fit: cover;
}
.fzlcmid ul li:nth-child(5) .fzlctu img {
    height: 15.3rem;
       object-fit: cover;
}
.fzlcmid ul li:nth-child(6) .fzlctu>img {
    height: 15.3rem;
       object-fit: cover;
}
.fzlctop img {
    display: block;
    margin: 0rem auto;
}
.fzlcmid ul li.hover::after {
    opacity: 1;
    transition: 0.5s;
}
.fzlcbig{
    margin-top:2rem;
}
.about3{
    padding:5rem 0;
}
.honortopmenuright ul,.honortopmenuright{
    display: flex;
    align-items: center;
}
.honortopmenuright ul{
    justify-content: space-between;
    width: 100%;
}
.honortopmenuright ul li{
    width:20%;
}
.honortopmenuright ul li{
    height: 5.5rem;
    line-height: 5.5rem;
    background: transparent;
    color: rgba(103, 120, 134, 1);
    display: block;
    float: left;
    padding: 0 3.8rem;
    border-radius: 5rem;
    transition: all 0.4s;
    margin-right: 1.2rem;
    margin-bottom: 0.6rem;
    width:100%;
    text-align: center;
    font-size: 2rem;
    position:relative;
    cursor: pointer;
}
.honortopmenuright ul li:after{
    content:"";
    display: block;
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0.4rem;
    background: #003188;
    border-radius: 0.2rem;
    right: 0;
    left: 0;
    margin: auto;
    transition: .5s;
}
.honortopmenuright ul li.active,.honortopmenuright ul li:hover{
    color:#003188;
    font-weight: bold;
}
.honortopmenuright ul li.active:after,
.honortopmenuright ul li:hover:after{
    width:5.5rem;
    transition: .5s;
}
.honortopmenuright select {
    float: left;
    width: 30.7rem;
    margin-left: 1.4rem;
    border-radius: 5rem;
    overflow: hidden;
    border: 0.1rem solid #c4cddb;
    position: relative;
    height: 5.5rem;
    padding: 0 2.3rem;
    font-size: 1.6rem;
    color: rgba(103, 120, 134, 1);
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
}
.honortopmenurightselect:after{
    content: "";
    position: absolute;
    right: 2rem;
    top: 50%;
    width: 1.4rem;
    height: 0.9rem;
    background: url(../images/select_jt.png) no-repeat center center / cover;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.honortopmenurightselect{
    position:relative;
}
.honorlist ul li a .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(103, 120, 134, 1);
    transition: all 0.4s;
    opacity: 0;
}
.honorlist ul li .honortu{
    overflow: hidden;
}
.honortu {
    padding: 0 1rem;
    border-radius: 3rem;
    border: 1rem solid #eeeeee;
    background: #fff;
}
.honorlist ul li:hover .honortu img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 500ms ease-in 0ms;
}
.honortu img{
    transition: all 500ms ease-in 0ms;
    padding:3rem;
}
.honorlist ul li a:hover .bg{
    opacity: 1;
}
.honorlist ul li a .bg:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 4.8rem;
    height: 4.8rem;
    background: url(../images/zizhi_fd.png) center center/cover;
}
.honorlist ul li {
    float: left;
    border-radius: 0.8rem;
    cursor: pointer;
    position: relative;
    min-width:0;
}
.honorlist ul li .text{
    padding: 1.4rem 1.9rem;
    text-align: center;
    width: 100%;
}
.honorlist ul li .time{
    color: rgba(103, 120, 134, 1);
    position: relative;
    padding-left: 2rem;
    font-size: 1.6rem;
}
.honorlist ul li p{
    margin-top: 0.4rem;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 1.6rem;
}
.honorlist ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 2rem; 
}

.honorlist{
    background:rgb(243, 247, 251);
    padding:2rem;
}
.about4{
    padding: 4rem 0;
    background: #f4f4f4;
    overflow: hidden;
}
.about4 .title h2{
    font-size: 6rem;
    font-weight: bold;
    color: #333;
    height: auto;
    overflow: hidden;
    line-height: 7.3rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-bottom: 3rem;
}
#wenhua{
    padding-bottom: 9.7rem;
}
#wenhua .swiper-slide>img{
    width:100%;
    height: 50rem;
    object-fit: cover;
}
.kechuangtop{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.kechuangtop img{
    width: 15rem;
    margin-bottom:2rem;
}
.kechuangtop h2{
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 2.1rem;
    margin-bottom:2rem;
    font-weight: bold;
    color: #fff;
}
.kechuangtop h2 br{
    display: none;
}
.kechuangtop h3{
    font-size: 1.2rem;
    color:#4d4d4d;
}

.kechuangnr {
    opacity: 0;
    top: 0rem;
    transition: 1s;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    width: 100%;
    height: 100%;
}
.kechuangnr section{
    font-size: 1.4rem;
    line-height: 2;
    color:#1a1a1a;
    margin-bottom:6rem;
}
.kechuangnr a{
    display: inline-block;
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
    text-align: center;
    width: 100%;
    color:#4d4d4d;
}
.kechuangnr a img{
    width:5.5rem;
}
#wenhua .swiper-button-next{
    background-image:url(../images/jtr.svg) ;
    background-repeat: no-repeat;
    background-size:5rem;
    background-color: rgba(0,0,0,.3);
    width: 9rem;
    height: 5.6rem;
    right: 27%;
    top: 90%;
    transition: .5s;
    background-position:center ;
}
#wenhua .swiper-button-prev {
    background-image: url(../images/jtl.svg);
    background-repeat: no-repeat;
    background-size: 5rem;
    background-color: rgba(0,0,0,.3);
    width: 9rem;
    height: 5.6rem;
    left: 62%;
    top: 90%;
    transition: .5s;
    background-position:center ;
}
#wenhua .swiper-button-next:hover,#wenhua .swiper-button-prev:hover{
    background-color:#003188;
    transition: .5s;
}
#wenhua .swiper-button-next:after,#wenhua .swiper-button-prev:after{
    display: none;
}
#wenhua .swiper-slide:hover .kechuangnr {
    display: flex;
    position: absolute;
    background: transparent;
    width: 100%;
    height: auto;
    padding: 1.5rem;
    opacity: 1;
    transition: 1s;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background:rgba(0,0,0,.5);
    height: 100%;
}
#wenhua{
    position:relative;
}
.about5 img{
    max-width:100%;
    display: block;
    margin: 0 auto;
}
.about6 .swiper .swiper-slide i{
	display: block;
	border: 0.1rem rgba(0,0,0,.1) solid;
	padding-top:59.763314%;
	position:relative;
    width: 100%;
    height: 100%;
}
.about6 .swiper .swiper-slide i img{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 50%;
    object-fit: contain;
    object-position: center center;
    transform: translate(-50%, -50%);
}
.about6 .swiper .swiper-button-next {
    background-image: url(../images/jtr.svg);
    background-repeat: no-repeat;
    background-size: 5rem;
    background-color: rgba(0, 0, 0, .3);
    width: 9rem;
    height: 5.6rem;
    right: 0%;
    top: 50%;
    transition: .5s;
    background-position: center;
}
.about6 .swiper .swiper-button-prev {
    background-image: url(../images/jtl.svg);
    background-repeat: no-repeat;
    background-size: 5rem;
    background-color: rgba(0, 0, 0, .3);
    width: 9rem;
    height: 5.6rem;
    left: 0;
    top: 50%;
    transition: .5s;
    background-position: center;
}
.about6 .swiper .swiper-button-prev:after,.about6 .swiper .swiper-button-next:after{
    display: none;
}
.about6{
    padding:5rem 0;
    background:#f4f4f4;
}
.about6 .swiper-slide {
      text-align: center;
      font-size: 1.8rem;
      height: calc((100% - 3rem) / 2) !important;

      /* Center slide text vertically */
      display: flex;
      justify-content: center;
      align-items: center;
}
.about6  .swiper {
      width: 100%;
      height: 50rem;
      margin-left: auto;
      margin-right: auto;
}
.nylanmu{
    border-bottom:0.1rem solid #f2f2f2;
    height: 7rem;
}
.nylanmubig{
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nylanmubig ul{
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.nylanmubig ul li{
    margin-right: 4rem;
}
.nylanmubig ul li:last-child{
    margin:0;
}
.nylanmubig ul li a {
    font-size: 1.8rem;
    color: #000000;
    height: 7rem;
    display: block;
    line-height: 7rem;
    position: relative;
    cursor: pointer;
}
.nylanmubig ul li.active a{
    color:#003188;
}
.nylanmubig ul li a:hover{
    color: #003188;
}
.nylanmubig ul li a:after{
    width: 0;
    height: 0.3rem;
    display: block;
    content: "";
    transition: width .3s;
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 0;
}
.nylanmubig ul li a:hover:after{
    width: 100%;
    background-color: #003188;
}
.nylanmubig ul li.active a:after {
    width: 100%;
    background-color: #003188;
}
.newslist {
    background: #f8f8f8;
    padding-top: 3rem;
    padding-bottom:3rem;
}
.newslist .tongzhi-item {
    margin-bottom: 3rem;
    background: #fff;
    box-shadow: 0rem 0.2rem 1rem 0rem rgba(15, 35, 65, 0.05);
}
.newslist .tongzhi-item a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 3rem;
}
.tongzhiwenbig {
    padding-left: 5rem;
    width: calc(100% - 38.9rem);
}
.tongzhiwenbig .tongzhiwen {
    font-size: 2rem;
    color: #333;
    font-weight: bold;
    line-height: 3.2rem;
    color: #333333;
    margin-bottom: 1.5rem;
    transition: .5s;
}
.tongzhiwenbig .newslistwenmemo {
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #999;
    max-height: 4.4rem;
    overflow: hidden;
    margin-bottom: 3rem;
    transition: .5s;
}
.tongzhitime{
    font-size: 4.4rem;
    padding-right: 5rem;
    color:#999;
    font-weight: bold;
    transition: .5s;
}
.tongzhiwenbig{
    border-left:0.1rem solid #999;
}
.newslist .tongzhi-item a:hover .tongzhitime,.newslist .tongzhi-item a:hover .tongzhiwen{
    color:#003188;
    transition: .5s;
}
.rczp {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.zpjs {
    padding: 3rem 0;
    background: #f5faff;
}
.zpjs span {
    color: #bbb;
}
.zpjs h2 {
    margin: 2.4rem 0 1.8rem;
    font-weight: bold;
}
.zpjs h4 {
    color: #ff424f;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2.4rem;
    margin-right: 1.5rem;
    overflow: hidden;
    margin: 1.8rem 0;
}
.zpjs ul {
    display: flex;
}
.zpjs ul li {
    padding: 0 0.5rem;
    border-right: 0.1rem solid #bbb;
}
.zwms {
    margin: 2rem 0 8rem;
    line-height: 200%;
}
.zwmsbt {
    border-bottom: 0.1rem rgba(0,0,0,.25) dashed;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
.fanye{
    margin-top:2rem;
    display: flex;
    justify-content: space-between;
}
.fanye:after,.fanye:before{
    display: none;
}
.fanye a{
    color:#333;
    transition: .5s;
}
.fanye a:hover{
    color:#003188;
    transition: .5s;
}
.newslist .news-item {
    margin-bottom: 3rem;
    background: #fff;
    box-shadow: 0rem 0.2rem 1rem 0rem rgba(15, 35, 65, 0.05);
}

.newslist .news-item a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 3rem;
}

.newlisttu {
    height: 20rem;
    width: 33.9rem;
}

.newlisttu img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.newslistwen {
    padding-left: 5rem;
    width: calc(100% - 38.9rem);
}

.newslistwen .newslistwentitle {
    font-size: 2rem;
    color: #333;
    font-weight: bold;
    line-height: 3.2rem;
    color: #333333;
    margin-bottom: 1.5rem;
    transition: .5s;
}

.newslistwen .newslistwenmemo {
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #999;
    max-height: 4.4rem;
    overflow: hidden;
    margin-bottom: 3rem;
    transition: .5s;
}

.newslistwenitem {
    display: flex;
}

.newslistwentime {
    padding-right: 1.5rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #999999;
    transition: .5s;
}

.newslistwencategory {
    padding-left: 1.5rem;
    border-left: 0.1rem solid #eee;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #e60012;
}

.newslist .news-item a .newslistwentitle:hover {
    color: #000;
    transition: .5s;
}

.newslist .news-item a .newslistwenmemo:hover {
    color: #000;
    transition: .5s;
}

.inewsd {
    margin: 5rem 0rem;
}
.incont .instt {
    text-align: center;
    font-size: 1.8rem;
    line-height: 3rem;
    padding: 0rem 0 2rem;
    font-weight: bold;
}
.incont .insxx {
    border-bottom: 0.1rem rgba(0,0,0,.15) solid;
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}
.incont .insct {
    line-height: 3rem;
    color: #666;
    font-size: 1.5rem;
    text-align: justify;
}
.insct img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.caseimg{
    padding-top:75%;
    position:relative;
}
.caseimg img{
    max-width:100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.caselistbig ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
    margin-bottom: 4rem;
}
.caselistbig ul li{
    position:relative;
    overflow: hidden;
}
.casetitle{
    float: left;
    width: 100%;
    height: 3.4rem;
    line-height: 3.4rem;
    font-size: 1.6rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}
.casecell{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.casedesc {
    float: left;
    width: 100%;
    font-size: 1.2rem;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.caselistbig ul li:hover .caseimg{transition: transform 1s ease 0s;transform: scale(1.3);}
.caselistbig ul li:hover .casetable{height:100%;}
.caselist{
    padding: 5rem 0 5rem;
    position: relative;
}
.casetable {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3.4rem;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 0 1.2rem;
    overflow: hidden;
    webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.productbig img{
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.productbig{
    margin:4rem 0;
    position:relative;
}
.productsd3-1 {
    background: #f2f2f2;
    height: 80vh;
    display: flex;
}
.productsd3-1left{
    width: 45%;
}
.productsd3{
    padding-top:9rem;
}
.productsd3-1left img{
    width: 100%;
}
.productsd3-1right{
    width: 50%;
}
.productsd3-1right h4{
    font-size: 3rem;
    color:#b3b3b3;
    margin-bottom:2rem;
}
.productsd3-1right h2{
    font-size: 5.5rem;
    font-weight: bold;
    color:#003188;
    padding-bottom:3.5rem;
    border-bottom:0.3rem solid #1a171a;
    margin-bottom:4.5rem;
}
.productsd3-1right section p{
    font-size: 1.6rem;
    padding-left:1.5rem;
    position:relative;
    line-height: 2;
}

.productsd3-1right section p:last-child{
    margin:0;
}

.productsd3-1right .xqmore{
    width: 25.4rem;
    height: 6.8rem;
    background:#1a171a;
    border-radius: 0.3rem;
}
.productsd3-1right .xqmore a{
    width: 100%;
    height: 100%;
    line-height: 6.8rem;
    background:#8FE802;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.3rem;
    
}
.productsd3-1right .xqmore a img{
    width: 1.6rem;
}
.productsd3-1big {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    align-items: center;
}
.sousuo2 {
    padding:14rem 0 5rem;
    background:#eff2f5;
    font-size: 2rem;
    order:1;
}
.sousuolist{
    padding:5rem 0;
    order:2;
    min-height: 31vh;
}
.sousuobig{
    display: flex;
    flex-direction: column;
}
.sousuolistbig{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sousuolistleft{
    max-width:80%;
}
.sousuolist ul li a span{
    font-size: 1.2rem;
    color:#999;
}
.sousuolist ul li a h2{
    margin-top:1.2rem;
    font-size:1.8rem;
    color:#1E2128;
    transition: .5s;
}
.sousuolist ul li:hover a h2{
    color:#003188;
    transition: .5s;
}
.sousuolist ul li a section {
    margin-top: 0.5rem;
    font-size: 1.4rem;
    color: #1E2128;
}
.sousuolist ul li{
    padding:1.5rem 0;
    border-bottom: 0.1rem solid #eee;
    transition: .5s;
}
.hexinright ul {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding:0;
    top:0;
    background: rgba(0, 0, 0, .3);
}
.hexinright ul li a{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 1.4rem;
}
.hexinright .nav-pills>li.active>a,
.hexinright .nav-pills>li.active>a:focus,
.hexinright .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: transparent;
    border-radius: 0;
}
.hexinright .nav>li>a:focus,
.hexinright .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.hexinright li a{
    color:#fff;
}
.deco {
    display: block;
    width: 6rem;
    height: 6rem;
    opacity: 1;
    transition: .1s;
    transform: translateZ(0);
    margin: 0 auto;
    margin-bottom:2rem;
}
.deco:before {
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(.75);
    transition: .4s;
    border: 1px solid hsla(0, 0%, 100%, .3);
    border-radius: 100%;
    height: 4rem;
    width: 4rem;
}
.deco i{
    background: hsla(0, 0%, 100%, .8);
    border: 1px solid #fff;
    border-radius: 100%;
    height: 2.2rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(.5);
    transition: .4s;
    width: 2.2rem;
}
.deco:after {
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(.75);
    transition: .4s;
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 100%;
    height: 6rem;
    width: 6rem;
}
.hexinright li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, .3);
}
.hexinright li:hover .deco:before {
    animation: scalepulse 1.3s linear .3s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
}

.hexinright li:hover .deco i,
.hexinright li:hover .deco em {
    background: #fff;
    animation: scalepulse 1.3s linear 0s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
}

.hexinright li:hover .deco:after {
    animation: scalepulse 1.3s linear .15s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
}
.hexinright li {
    width: 16.666667%;
    text-align: center;
}
.dibulianxi1,.dibulianxi2{
    display: flex;
    line-height: 1;
    
}
.dibulianxi1,.dibulianxi2{
    margin-bottom:2rem;
}
#bb .swiper-slide.swiper-slide-thumb-active{
    border:1px solid #003188;
}
.rczplist ul li{
    margin-top:1.6rem;
    padding:3.2rem;
    background:rgba(0,0,0,.04);
    cursor: pointer;
}
.rczplist ul li.on section {
  max-height: 100rem; /* 这里设得大一点，能容下全部内容 */
}
.rczplisttitle{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 2rem;
    margin-bottom:1rem;
    
}
.rczplisttitle img{
    transform: rotate(180deg);
    width:1.6rem;
}
.rczplistjianjie{
    font-size: 1.6rem;
    color: rgba(0, 0, 0, 0.65);
    margin-bottom:1rem;
}
.rczplist ul li section {
  color: rgba(0, 0, 0, 0.45);
  font-size: 1.4rem;
  line-height: 2rem;
  margin-top: 0.7rem;
  padding-top: 0.5rem;
  overflow: hidden;
  transition: max-height 0.4s ease;
  max-height: 9rem; /* 默认两行高度 */
  line-height: 2;
}

.yc{
    display: none;
}
.jumpto{
    display: none;
}
@media(max-width: 1440px) and (min-width: 1024px){
    .home_center {
        width: 90%;
    }

    .logo img {
        width: 100%;
    }
    .nav > ul > li {
        padding: 0 1.5rem;
    }
    .fzlcmid ul li:nth-child(1) .fzlctu img, .fzlcmid ul li:nth-child(2) .fzlctu img, .fzlcmid ul li:nth-child(3) .fzlctu img, .fzlcmid ul li:nth-child(4) .fzlctu img{
        height: 25rem;
        object-fit: contain;
    }
}
@media (max-width: 1199px) and (min-width: 1024px){

    .nav > ul > li {
        padding: 0 0.5rem;
    }
    #wenhua .swiper-button-prev {
        left: 57%;
    }
}
.m_header{
    display: none;
}
@media(max-width:992px){
    header{
        display: none;
    }
    .m_header{
        display: block;
    }
    .banner img{
        height: auto;
    }
    .home_news,.col-sm-4, .col-sm-6, .col-sm-3,.col-sm-8,.col-sm-4{
        width:100%;
    }
    .home1_right{
        width:100%;
    }
    .home_news_warp .row{
        flex-direction: column;
    }
    .home_center{
        padding:0 1.5rem;
        width:100%;
    }
    .container{
        width: 100%;
    }
    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        z-index: 100002;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    }

    .m_header {
        height: 60px;
    }

    .logo_box {
        width: 100%;
        height: 60px;
        text-align: center;
        padding: 5px 0;
        line-height: 0;
        font-size: 0;
        zoom: 1;
        background:#fff;
    }

    .logo_box img {
        height: 4.2rem;
        text-align: center;
        margin: 0 auto;
    }

    .nav_toggle {
        color: #fff;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        transform-origin: 50% 50%;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -13px;
        z-index: 999;
    }

    .nav_toggle {
        cursor: pointer;
        padding: 10px 35px 16px 0;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        cursor: pointer;
        height: 3px;
        width: 40px;
        background: #000;
        position: absolute;
        display: block;
        content: '';
    }

    .nav_toggle span:before {
        top: -10px;
    }

    .nav_toggle span:after {
        bottom: -10px;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        transition: all 500ms ease-in-out;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
    }

    .nav_toggle.active span {
        background-color: transparent;
    }

    .nav_toggle.active span:before,
    .nav_toggle.active span:after {
        top: 0;
    }

    .nav_toggle.active span:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .nav_toggle.active span:after {
        transform: translateY(-10px) rotate(-45deg);
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        top: 10px;
    }

    /*移动端导航*/
    .m_header .m_nav {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #ffffff;
        z-index: 2;
        overflow: auto;
        border-top: 1px solid #f0f0f0;
        margin-top: -1px;
    }

    .m_header .m_nav_list a {
        display: block;
        width: 100%;
        padding: 0 15px;
        line-height: 35px;
        text-align: left;
        font-size: 14px;
        color: #000000;
    }

    .m_header .m_nav_list > li {
        position: relative;
        border-bottom: 1px solid #f0f0f0;
        transition: transform .5s ease;
        transform: matrix(1, -1, 0, 1, 200, 100);
    }

    .m_header .m_nav_list > li > i {
        position: absolute;
        width: 20px;
        height: 20px;
        background: #000;
        top: 8px;
        right: 10px;
        cursor: pointer;
        z-index: 2;
        background: url("../images/li_click.png") no-repeat top center;
    }

    .m_header .m_nav_list > li > a {
        opacity: 0;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu {
        height: 0;
        overflow: hidden;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu.on {
        height: auto;
    }
    .m_header .m_nav_list .dropdown_menu > li {
        border-top: 1px solid #f0f0f0;
        background: #f5f5f5;
    }
    .logo_box a{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .home_news{
        z-index: 1;
    }
    .home1_right{
        margin-bottom:2rem;
    }
    .footerleft{
        display: none;
    }
    .footernavbig{
        width:100%;
        flex-wrap: wrap;
    }
    .dibuewm{
        margin-bottom:2rem;
    }
    .dibulianxi{
        padding:0;
    }
    .dibulianxi h2{
        text-align: left;
    }
    .dibulianxi1, .dibulianxi2{
        flex-wrap: wrap;
    }
    .dibulianxi h2{
        width:100%;
        margin-bottom:2rem;
    }
    .copy{
        flex-wrap: wrap;
    }
    .yc{
        display: block;
    }
    .b-height {
		height:50px;
	}
	.fygnav {
		padding:0px;
		height:50px;
		background-color:#009ca3;
	}
	.fygnav ul {
		list-style-type:none;
		width:100%;
		margin:0px;
		padding:0px;
	}
	.fygnav li {
		width:25%;
		text-align:center;
		float:left;
		margin:0;
	}
    .fygnav ul {
        list-style-type: none;
        width: 100%;
        margin: 0px;
        padding: 0px;
        display: flex;
        align-items: center;
    }
    .fygnav li a img {
        height: 20px;
        width: 20px;
    }
    .fygnav li a {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        color: #000;
        background-color: #fff;
        height: 55px;
        font-size:12px;
        white-space: nowrap;
    }
    .nybanner{
        padding-top:6rem;
    }
    .honortopmenuright ul{
        flex-wrap: wrap;
    }
    .nylanmubig ul{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .nylanmubig,.nylanmu{
        height: auto;
    }
    .about1{
        margin:2rem auto;
    }
    .about1left{
        width:100%;
        margin-bottom:2rem;
    }
    .about1right {
        width: 100%;
        line-height: 2;
        font-size: 1.4rem;
        color: #37373a;
        float: right;
    }
    .about2{
        padding:2rem 0;
    }
    .fzlcnav ul li{
        width:100%;
    }
    .about2top ul{
        flex-wrap: wrap;
    }
    .about2top{
        height: auto;
    }
    .about3{
        padding:2rem 0;
    }
    .about1left h3{
        font-size: 2.4rem;
        line-height: 1;
    }
    .about2 .title h2, .about3 .title h2, .about6 .title h2 {
        font-size: 2.4rem;
        line-height: 1;
    }
    .fzlcnav ul li .number {
        font-size: 3rem;
    }
.fzlctoptitle {
    font-size:28px;
    font-weight: bold;
    text-align: center;
    color: #2c2c2c;
}
.fzlctop {
    padding: 4.5rem 0 4.5rem;
}
.fzlcnav ul {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 15px;
}
.fzlcnav ul li {
    width: 150px !important;
    padding-left: 10px;
    padding-right: 10px;
}
.fzlcnav ul li .number{
    font-size: 3rem;;
}
.fzlcnav ul li p,
.fzlcnav ul li .time{
    font-size: 16px;
}
.fzlcnav ul li .fzlcnavcontent{
    font-size: 12px;
    height:72px;
}
.fzlcnav ul{
    display: inline-block;
    width:100%;
}
.fzlcnav ul li{
    display: inline-block;
}
.fzlcnav ul li .shadow{
    width:103%;
}
.fzlccontentleft{
    width: 100%;
    height: auto;
    position: fixed;
    background: white;
    z-index: 6;
    padding-top: 0;
    bottom: 0;
}
.fzlccontentleft .year-nav {
    padding: 0px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
}
.fzlccontentleft .year-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.fzlccontentright{
    width:100%;
    padding:45px 8.333%;
}
.fzlcwennian{
    font-size: 2.4rem;
}
.honortopmenuright ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    width: auto;
    padding: 0 0.3rem;
    font-size: 14px;
    margin: 0;
}
.honorlist ul li {
    max-width: 100%;
}
.honorlist ul {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    flex-wrap: wrap;
}
main{
    z-index: 1;
    position:relative;
}
.banner{
    margin-top:6rem;
}
.fzlcmid ul li:nth-child(1) {
    top: 12.8rem;
}
.fzlcmid ul li:nth-child(odd) .fzlcmidline, .fzlcmid ul li:nth-child(even) .fzlcmidline {
    width: 85%;
    height: 1px;
    display: block;
    background: rgb(0, 49, 136);;
    position: absolute;
    top: 61.5%;
    right: auto;
    transition: .5s;
    left: 14%;
}
.fzlcmid ul li:nth-child(odd) .fzlctu, .fzlcmid ul li:nth-child(even) .fzlctu {
    padding-left: 0;
    width: 100%;
    justify-content: center;
    transform: none;
    order: 2;
}
.fzlcmid ul li:nth-child(odd):hover .fzlcwen, .fzlcmid ul li:nth-child(even):hover .fzlcwen {
    right: 0%;
    bottom: 0;
    top: auto;
    position:relative;
}
.fzlcmid ul li:nth-child(1){
    flex-direction: column;
}
.fzlcmid ul li:nth-child(odd) .fzlcwen{
    position:relative;
    top: 0;
}
.fzlcmid ul li{
    flex-direction: column;
    height: auto !important;
}
.fzlcmid ul li .fzlctu{
    position:relative !important;
    order:2!important;
}
.fzlcmidline,.fzlcmidline2,.fzlcmidround{
    display: none !important;
}
.fzlcwen p ,.fzlcwen{
    text-align: center !important;
}
.fzlcwen{
    top: 0!important;
}
.fzlcline{
    display: none !important;
}
.fzlcmid{
    height: 200rem;
}
.fzlcmid ul li{
    top: 0!important;
    position:relative !important;
    margin-bottom:2rem;
}
.fzlcmid ul li:after{
    display: none;
}
.fzlcwenbig{
    justify-content: center !important;
}
.fzlcwen{
    margin-bottom:2rem;
}
.fzlcmid{
    height:auto;
}
.fzlcmid ul li:nth-child(1) .fzlctu img, .fzlcmid ul li:nth-child(2) .fzlctu img, .fzlcmid ul li:nth-child(3) .fzlctu img {
    height: auto;
    width: 100%;
    object-fit: cover;
}
.about4 .title h2 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #333;
    height: auto;
    overflow: hidden;
    line-height: 1;
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-bottom: 3rem;
    text-align: center;
}
.about4{
    padding:2rem 1.5rem;
}
.kechuangtop h2 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 2rem;
    font-weight: bold;
    color: #fff;
}
#wenhua .swiper-button-prev{
    left:0;
}
#wenhua .swiper-button-next{
    right:0;
}
.nylanmubig ul li a{
    font-size: 1.4rem;
}
.caselist{
    padding:2rem 0rem;
}
.caselistbig ul{
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}
.caselistbig ul li{
    margin-bottom:2rem;
}
.hexinright li{
    width:100%;
}
.hexinright ul{
    flex-wrap: wrap;
}
.productbig img {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    display: block;
    height: 72rem;
    object-fit: cover;
}
.hexinright ul {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    width: 92%;
    height: 100%;
    z-index: 1;
    padding: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%,0);
}
.hexinright li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    border-right: 0px solid rgba(255, 255, 255, .3);
}
.productsd3-1big{
    flex-wrap: wrap;
}
.productsd3-1left {
    width: 100%;
}
.productsd3-1{
    padding:2rem 1.5rem;
    height: auto;
}
.productsd3-1right{
    width:100%;
}
.productsd3-1right h2{
    font-size: 2.4rem;
    padding-bottom:1.2rem;
    margin-bottom:1.2rem;
    line-height: 1.5;
}
.productsd3-1right section p{
    font-size: 1.6rem;
}
.nybanner{
    position:relative;
}
.home_center .bread {
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
}
.breadbig{
    flex-wrap: wrap;
    justify-content:flex-start;
}



.nybannerwen {
    font-size: 1.6rem;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 1.5rem;
}
.nybanner .home_center{
    background:#f5f5f5;
    
}
.breadbig a{
    color:#000;
    font-size: 1.4rem;
}
.jt img {
    width: 0.7rem;
    filter: invert(1);
}
.breadbig a img{
    filter: invert(1);
}
.nybanner .home_center{
    padding:2rem 1.5rem;
    line-height: 2;
}
.nybannerwen{
    top: 40%;
}
.newslist .tongzhi-item a{
    flex-direction: column;
}
.tongzhiwenbig {
    border-left: 0rem solid #999;
    border-top:0.1rem solid #999;
}
.tongzhitime{
    width:100%;
}
.tongzhiwenbig{
    width:100%;
    padding-left:0;
    padding-top:1.5rem;
}
.newslist .news-item a{
    flex-wrap: wrap;
}
.newslistwen {
    padding-left: 0;
    width: 100%;
    margin-top:2rem;
}
.yc{
    display: block;
}
.fanye{
    flex-wrap: wrap;
}
.insct img {
    max-width: 100%;
    transform: translateX(-2em);
}
.inewsd{
    overflow: hidden;
}
}
