.con{
	padding: 0 1.34rem;
}
.ba .con{
	display:flex;
	justify-content: space-between;
	margin:0.6rem 0;
}
.abl{
	width:100%;
}
.breadcrumbx {
    display: flex;
	width:100%;
    align-items: center;
	margin-bottom: 0.8rem;
    padding: 0;
}
.breadcrumbx a {
    display: block;
    color: #606060;
    font-weight: 300;
}
.breadcrumbx svg {
    display: block;
    width: 0.05rem;
    height: 0.1rem;
    margin: 0 0.16rem;
}
.ab_con h1{
	font-weight:bold;
	margin-bottom: 0.2rem;
}
.ab_con .ab_txt{
	line-height:2;
	text-indent: 2em;
}
.w25{
    display:none;
	width: 25%;
}
.bireRight {
    margin-top: -7vw;
	background-color: #f79000;
	    color: white;
	padding:70px 40px;
}
.z5 {
    position: relative;
    z-index: 5;
}
.w25 li{
	display: flex;
    justify-content: space-between;
    align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding:50px 0;
}
.w25 li .text{
	width:2.5rem;
}
.w25 li .text .title{
	font-weight:bold;
	margin-bottom:10px;
}
.culture-section {
    padding: 0.8rem 0;
    background: #fff;
}
.culture-section .section-header {
    text-align: center;
    margin-bottom: 0.6rem;
}
.section-label-tag {
    display: inline-block;
    padding: 0.06rem 0.16rem;
    background: #f79000;
    color: #fff;
    border-radius: 0.04rem;
    font-size: 0.13rem;
    margin-bottom: 0.15rem;
}
.culture-section .section-header h2 {
    font-weight: bold;
    color: #121212;
    margin-bottom: 0.15rem;
}
.culture-section .section-header .subtitle {
    color: #999;
    letter-spacing: 0.06em;
}
.culture-section .section-header .divider {
    width: 0.48rem;
    height: 3px;
    background: #f79000;
    border-radius: 2px;
    margin: 0.2rem auto 0;
}
.culture-banner {
    background: linear-gradient(135deg, #f79000 0%, #e07f00 100%);
    border-radius: 0.12rem;
    padding: 0.4rem 0.6rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    flex-wrap: wrap;
    gap: 0.3rem;
}
.culture-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.3rem;
}
.culture-grid .c-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 0.12rem;
    padding: 0.35rem 0.3rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.culture-grid .c-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #f79000;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: left;
}
.c-card .c-icon {
    width: 0.46rem;
    height: 0.46rem;
    background: #fff7ed;
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.22rem;
    margin-bottom: 0.2rem;
}
.c-card .c-label {
    font-size: 14px;
    color: #f79000;
    letter-spacing: 0.06em;
    margin-bottom: 0.1rem;
}
.c-card .c-title {
    font-size:20px;
    font-weight: bold;
    color: #121212;
    margin-bottom: 0.18rem;
    letter-spacing: 0.03em;
}
.c-card .c-items {
    display: flex;
    flex-direction: column;
    gap: 0.08rem;
}
.c-card .c-item {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    padding-left: 0.14rem;
    position: relative;
}
.c-card .c-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.06rem;
    width: 4px;
    height: 4px;
    background: #f79000;
    border-radius: 50%;
    opacity: 0.5;
}
.main_pf{
	padding:0.6rem 0;
	background:#f2f2f2;
}
.main_pf h2{
	font-weight: bold;
	color:#121212;
	text-align: center;
	margin-bottom: 0.2rem;
}
.pf_con{
	display:flex;
	justify-content: space-between;
	gap:0.4rem;
}
.pf_con .item {
    width: 100%;
    padding: 0.46rem;
    background-color: #ffffff;
    border-radius: 0.18rem;
    text-align: center;
}
.pf_con .item p{
	margin-top:0.4rem;
	color:#555;
	line-height: 2;
	text-align: left;
}
.honor{
	padding:0.6rem 0;
}
.honor .swiper{
  width: 100%;
  height:720px;
  margin-left: auto;
  margin-right: auto;
}

.honor h2{
	font-weight: bold;
	color:#121212;
	text-align: center;
	margin-bottom: 0.2rem;
}
.honor .swiper-slide {
  background: #f8f8f8;
  text-align: center;
  font-size: 18px;
  height: calc((100% - 30px) / 2) !important;

  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

/***********加入***********/
.job{
	padding:0 0.6rem;
}
.title_con{
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.2rem;
}
.title_con h2{
	font-weight:bold;
}
.job_list .item{
	cursor: pointer;
    background-color: #f3f1ed;
    border-radius: 0.18rem;
    margin-bottom: 0.2rem;
}
.job_tit{
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5625vw 1.45833vw 1.875vw 4.0625vw;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.job_tit h4 {
    width: calc(100% - 5.72917vw);
    letter-spacing: -.02em;
    font-size: 1.575vw;
    line-height: 1.2;
    transition: all .5s cubic-bezier(.46, 0, .02, 1);
}
.job_tit span {
    width: 2.34375vw;
    height: 2.34375vw;
    border: .15625vw solid transparent;
    border-radius: 50%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: border-color .5s cubic-bezier(.46, 0, .02, 1), transform .5s cubic-bezier(.46, 0, .02, 1);
    display: -ms-flexbox;
    display: flex;
}
.job_tit.on span {
    border-color: #f79000;
    transform: rotate(180deg);
}
.duty,.req{width:49%;}
.job_desc{
	justify-content: space-between;
	flex-wrap: wrap;
    margin-top: 1.97917vw;
    padding-bottom: 3.125vw;
    padding-left: 4.0625vw;
    padding-right: 6.66667vw;
	display:none;
}
.job_desc>div {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
}
.job_desc h5{
	margin-bottom: 0.15rem;
}
.job_desc p{
	font-size:0.16rem;
	margin-bottom: 1.3125em;
	line-height: 1.5;
	color:#555;
}
.job_desc p b {
    color: #f79000;
    line-height: 1.09375vw;
    padding-right:0.12rem;
}
.job_desc a{
	display:inline-block;
	padding:0.1rem 0.3rem;
	background: #f79000;
	color:#fff;
	border-radius: 0.05rem;
	margin-top:0.1rem;
}

/***********系统***********/
.intro{
	padding: 1.2rem 2.8rem 1rem 2.8rem;
}
.intro h1{
	font-weight:bold;
	margin-bottom: 0.26rem;
}
.section-rule {
    width: 48px;
    height: 3px;
    border-radius: 2px;
    margin-bottom: 36px;
    border: none;
    background: #1D9E75;
    margin-left: 0;
}
.intro p{
	color:#555;
	margin-bottom: 0.3rem;
}
.coop{
	padding-bottom:1.2rem;
}
.coop h2{
	text-align: center;
	font-weight:bold;
	margin-bottom: 0.26rem;
}
.coop ul{
	display:flex;
	justify-content: space-between;
	gap:0.4rem;
}
.coop .item{
	width:calc(50% - 0.2rem);
	padding:0.4rem 0.5rem;
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f9ff), to(#fefeff));
    background: linear-gradient(180deg, #f5f9ff, #fefeff);
    border: .01rem solid #fff;
    border-radius:.04rem;
    -webkit-box-shadow: 0 0 .2rem 0 rgba(86, 118, 162, .1);
    box-shadow: 0 0 .2rem 0 rgba(86, 118, 162, .1);
}
.coop .item h5{
	font-weight:bold;
	margin-bottom: 0.2rem;
}
.coop .item p{
	color:#555;
}

/***********案例***********/
.case{
	margin:0.6rem 0;
}
.casefl {
	width:100%;
    margin-bottom: 0.6rem;
}
.casefl .tit {
    text-align: center;
    color: #606060;
    line-height: 1.3125;
}
.casefl .tab {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    gap: 0.8rem;
    border-bottom: 0.02rem solid #60606010;
    margin-top: 0.5rem;
}
.casefl .tab .li {
    cursor: pointer;
    color: #606060;
    opacity: 0.6;
    line-height: 1.3;
    position: relative;
    padding-bottom: 0.09rem;
}
.casefl .tab .li.on {
    opacity: 1;
}
.casefl .tab .li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.02rem;
    width: 0%;
    height: 0.02rem;
    background-color: #ff7900;
    transition: all 0.5s;
}
.casefl .tab .li.on:after {
    width: 100%;
}
.case .list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.48rem;
}
.case .list .item {
    display: block;
    width:calc(50% - 0.24rem);
    border-radius: 0.24rem;
}
.case .list .item .pic {
    width: 100%;
    height: 4.53rem;
    overflow: hidden;
    border-radius: 0.24rem;
}
.case .list .item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.case .list .item:hover .pic img {
    transform: scale(1.05);
}
.case .list .item .txt {
    width: 100%;
    bottom: 0.2rem;
    padding: 0.37rem 0.48rem;
    color: #121212;
    transition: all 0.5s;
}
.case .list .item .txt .h {
    line-height: 1.16;
    margin-bottom: 0.12rem;
    font-weight: 400;
    transition: all 0.5s;
    transition: all 0.5s;
    color: #121212;
}
.case .list .item .txt .ps {
    display: flex;
    align-items: center;
    gap: 0.14rem;
}
.case .list .item .txt .ps .p {
    display: flex;
    align-items: center;
    font-weight: 300;
    line-height: 1.2;
    transition: all 0.5s;
    color:#7a7a7a;
}
.case .list .item .txt .ps .p img {
    width: 0.2rem;
    height: 0.2rem;
    display: block;
    margin-right: 0.06rem;
}
.case .list .item .txt .ps .p img.img1 {
    display: none;
}
.case .list .item .txt .ps .p img.img2 {
    display: block;
}


/***********案例详情***********/
.cd .h {
    color: #606060;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 0.3rem;
}
.cd .p {
    color: #7a7a7a;
    line-height: 1.81;
    font-weight: 400;
}
.cd .bottom {
    display: flex;
    gap: 0.9rem;
}
.cd .bottom .item {
    width: 100%;
    border-top: 0.02rem solid #C7C7C7;
    padding-top: 0.3rem;
}
.cd .bottom .item .p {
    color: #7a7a7a;
    line-height: 1.3;
    margin-bottom: 0.06rem;
    font-weight: 400;
}
.cd .bottom .item .h {
    color: #606060;
    line-height: 1.32;
    font-weight: 400;
}
/***********储能方案***********/
.store{
    display:flex;
	justify-content: space-between;
    width: 100%;
	padding:0.2rem 2.34rem;
    height: 80vh;
    overflow: hidden;
	background: url(../images/pdb_banner1.png) center no-repeat;
	background-size: cover;
}
.store .txt {
    width: 7.2rem;
	margin-top:1.5rem;
    color: #606060;
}
.store .txt .p {
    line-height: 1.33;
    font-weight: 400;
    margin-bottom: 0.2rem;
}
.store .txt .h {
    line-height: 1.2;
    font-weight: 400;
    font-size: 0.5rem;
    position: relative;
	margin-bottom:0.5rem;
}
.store .txt .p1 {
    line-height: 1.53;
    font-weight: 400;
    margin-top: 0.2rem;
}
.store .txt .btns {
    display: flex;
    justify-content: left;
    width: 100%;
    margin-top: 0.6rem;
}
.store .bottom{
	line-height: 2.5;
}
.store .txt .btns .btn {
    width: fit-content;
    padding: 0.1rem 0.48rem;
    line-height: 1.16;
    border-radius: 0.08rem;
    border: 1px solid #606060;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.08rem;
    color: #606060;
    transition: all 0.5s;
}
.store .txt .btns .btn:hover {
    color: #606060;
    background-color: #ffffff;
    border-color: #ffffff;
}
.store .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pd.breadcrumbx {
    margin-bottom: 0.8rem;
    padding: 0 1.34rem;
    margin-top: 0.6rem;
}

.info .tit {
    text-align: center;
    margin-bottom: 0.6rem;
    color: #606060;
    line-height: 1.17;
    font-weight: 400;
}
.info .list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
}
.info .list .item {
    width: 8rem;
    position: relative;
    padding: 0.5rem;
    border-radius: 0.24rem;
    background: #F8F8F8;
}
.info .list .item img {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 0.51rem;
    mix-blend-mode: multiply;
}
.info .list .item .h {
    color: #606060;
    font-weight: 400;
    line-height: 1.31;
    margin-bottom: 0.81rem;
}
.info .list .item ul li {
    position: relative;
    line-height: 1.5;
    color: #7a7a7a;
    font-weight: 400;
    padding-left: 0.13rem;
}
.info .list .item ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.15rem;
    transform: translateY(-50%);
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #7a7a7a;
}
.form{
	display:flex;
	justify-content: space-between;
	margin:1rem 0;
}
.form h5{
	padding-bottom:0.2rem;
}
.app_list{
	display:flex;
	gap: 0.2rem;
	padding-bottom:1rem;
}
.app_list .item{
	display: block;
    width: 100%;
    border-radius: 0.2rem;
    background: #F8F8F8;
    text-align: center;
    padding: 0.46rem 0.1rem 0.52rem 0.1rem;
}
.app_list .item .icon {
    display: block;
    margin: 0 auto;
    width: fit-content;
    margin-bottom: 0.28rem;
}
.app_list .item .h {
    color: #606060;
    line-height: 1.35;
    margin: 0 auto;
    width: fit-content;
    position: relative;
    margin-bottom: 0.08rem;
}
.app_list .item .p {
    color: #7a7a7a;
    line-height: 1.167;
    margin-top: 0.15rem;
}

/***********服务支持*********/
.asure{
	padding:0.6rem 0 0.8rem 0;
}
.asure .h{
	font-weight:bold;
	margin-bottom: 0.21rem;
}
.asure .as_txt{
	margin:0 auto;
	color:#555;
}
.asure .as_txt p,.jsfw .p{
    background: #fff;
    border-left: 4px solid #2563eb;
    padding: 28px 32px;
    border-radius: 0 12px 12px 0;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
    font-size: 16px;
    line-height: 2;
    color: #475569;
    text-align: justify;
}
.asure .as_txt img{
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0.3rem auto;
}
.liuc{
	padding:0.6rem 0;
	background: #fffcf9;
	text-align: center;
}
.liuc h2{
	font-weight:bold;
	margin-bottom: 0.1rem;
}
.liuc .line{
	position: relative;
	height:2rem;
	margin-top:0.5rem;
}
.liuc .line-wrap{
	width:100%;
	display:flex;
	justify-content: space-between;
	position: absolute;
	z-index: 1;
	top:5%;
}
.liuc .line:after{
	position:absolute;
	left: 5%;
	top:25%;
	width:90%;
	height: 2px;
	background: url(../images/dot.png) center repeat-x;
	content: '';
}
.liuc .line .item{
	width:1.8rem;
}
.liuc .line .item .img{
    background: #fff;
    border: .01rem solid #fff;
    border-radius: 6rem;
    -webkit-box-shadow: 0 .04rem .1rem 0 rgba(24, 43, 68, .1);
    box-shadow: 0 .04rem .1rem 0 rgba(24, 43, 68, .1);
    height: .75rem;
    opacity: 1;
    position: relative;
    width: .75rem;
	display:flex;
	align-items: center;
	justify-content: center;
	margin:0 auto;
}
.liuc .line .item .h{
	margin:0.2rem 0 0.1rem 0;
}
.liuc .line .item .p{
	color:#555;
}
.jsfw{
	text-align: center;
	padding:0.8rem 0;
}
.jsfw .h{
	font-weight:bold;
	margin-bottom: 0.2rem;
}
.jsfw img{
    max-width: 80%;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top:30px;
}
.tzsy{
    display:none;
	background: #f9f6f4;
	padding:0.8rem 0;
}
.tzsy .h{
	text-align: center;
	font-weight:bold;
	margin-bottom: 0.2rem;
}
.syfs{
	display:flex;
	justify-content: space-between;
}
.syfs .item{
	width:30%;
	background: #fff;
	border-radius: 0.24rem;
	padding:0.5rem 0.3rem;
	text-align: center;
}
.syfs .item:last-child{
	width:68%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.syfs .item h5{
	display: block;
	width:100%;
	margin-bottom: 0.3rem;
}
.syfs .item p{
	text-align:justify;
	color:#555;
	margin-bottom: 0.2rem;
}
.syfs .item .son{
	width:48%;
}

/************下载中心*************/
.down{
	margin: 0.6rem 0;
}
.doc .tab{
	display: flex;
    border-bottom: 0.02rem solid #ECECEC;
    width: fit-content;
}
.doc .li {
    margin-right: 0.5rem;
}
.doc .li  a {
    display: block;
    line-height: 1.2;
    padding-bottom: 0.14rem;
    position: relative;
    color: #7A7A7A;
    transition: all 0.5s;
    font-weight: 400;
}
.doc .li.on a {
    color: #ff7900;
}
.doc .li.on a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.02rem;
    width: 100%;
    height: 0.02rem;
    background-color: #FF7900;
    transition: all 0.5s;
    opacity: 0;
}
.doc .li.on a:after {
    opacity: 1;
}
.down .list{
	margin-top:0.5rem;
}
.down .list{
	display:flex;
	justify-content: space-between;
	gap:0.1rem;
	flex-wrap: wrap;
}
.down .list a{
	display:block;
	width:24%;
}
.down .list .list-item {
    background-color: #F9FAFC;
    padding: 30px;
}
.list-item .item-title {
    color: #333;
    letter-spacing: 1px;
    line-height: 1.5;
    height: 94px;
    overflow: hidden;
}
.list-item .item-attr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.list-item .item-val {
    color: #999;
    letter-spacing: 1px;
}
.list-item .line {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    width: 1px;
    height: 10px;
    background-color: rgba(0, 54, 134, 0.2);
}
.list a:hover .list-item {
    background-color: #f79000;
}
.list a:hover .item-title, 
.list a:hover .item-val, 
.list a:hover .item-sym {
    color: #fff;
}

/***************新闻中心***************/
.news {
    padding: 1rem 0;
}
.news .nwrap .sugg{
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #F8F8F8;
    border-radius: 0.24rem;
    overflow: hidden;
}
.news .nwrap .sugg .swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.4rem 0.64rem;
    flex-flow: row-reverse;
    opacity: 0;
    transition: all 0.5s;
}
.news .nwrap .sugg .swiper-slide .pic {
    width: 8.03rem;
    height: 4.94rem;
    border-radius: 0.24rem;
    overflow: hidden;
}
.news .nwrap .sugg .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.news .nwrap .sugg .swiper-slide .txt {
    width: 6.88rem;
    padding-top: 0.33rem;
}
.news .nwrap .sugg .swiper-slide .add-box {
    transition: all .4s;
}
.news .nwrap .sugg .swiper-slide .txt .tip {
    color: #606060;
    font-weight: 400;
    line-height: 1.3125;
    margin-bottom: 0.16rem;
}
.news .nwrap .sugg .swiper-slide .txt .h {
    color: #333;
    line-height: 0.4rem;
    margin-bottom: 0.28rem;
}
.news .nwrap .sugg .swiper-slide .txt .p {
    color: #606060;
    line-height: 0.24rem;
    height: 0.24rem;
    margin-bottom: 0.5rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news .nwrap .sugg .swiper-slide .txt .p1 {
    display: flex;
    margin-bottom: 0.5rem;
    align-items: center;
}
.news .nwrap .sugg .swiper-slide .txt .p1 .p2 {
    display: flex;
    align-items: center;
    margin-right: 0.22rem;
    color: #606060;
    line-height: 0.28rem;
}
.news .nwrap .sugg .swiper-slide .txt .p1 .p2 img {
    width: 0.2rem;
    height: 0.2rem;
    object-fit: contain;
    margin-right: 0.06rem;
}
.news .nwrap .sugg .swiper-pagination {
    bottom: 0.56rem;
    right: 4.66rem;
    left: auto;
    transform: translateX(50%);
    width: fit-content;
}
.news .nwrap .sugg .swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 0.04rem;
    background-color: #f8f8f890;
    opacity: 1;
    margin: 0 0 0 0.16rem;
    transition: all 0.5s;
    overflow: hidden;
    position: relative;
}
.news .nwrap .sugg .swiper-pagination-bullet-active {
    width: 0.48rem;
}
.news .nwrap .sugg .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #ffffff;
    transition: all 8s;
}
.news .nwrap .sugg .swiper-pagination-bullet-active:after {
    width: 100%;
}
.news .nwrap .sugg .btnsx {
    position: absolute;
    left: 0.64rem;
    bottom: 0.73rem;
    width: 1.08rem;
    display: flex;
    justify-content: space-between;
    z-index: 5;
}
.news .nwrap .sugg .btnsx>div {
    width: 0.47rem;
    cursor: pointer;
}
.news .nwrap .sugg .btnsx>div {
    width: 0.47rem;
    cursor: pointer;
}
.news .nwrap .sugg .btnsx>div img.img2 {
    display: none;
}
.news .nwrap .sugg .btnsx>div:hover img.img1 {
    display: none;
}
.news .nwrap .sugg .btnsx>div:hover img.img2 {
    display: block;
}
.news .nwrap .sugg .swiper-slide:hover .pic img {
    transform: scale(1.05);
}
.news .nwrap .sugg .swiper-slide:hover .add-box {
    transform: translateY(-10px);
}





.news .nwrap .list{
	display:flex;
	margin-bottom: 0.5rem;
    margin-top: 0.8rem;
}
.news .nwrap .list .box1 {
    width: 5.5rem;
    padding: 0.2rem;
    display: block;
    margin-bottom: 0.2rem;
    transition: all 0.5s;
    border-radius: 0.24rem;
    position: relative;
    overflow: hidden;
}
.news .nwrap .list .box1 .pic {
    position: relative;
    width: 100%;
    height: 2.88rem;
    border-radius: 0.24rem;
    overflow: hidden;
    margin-bottom: 0.3rem;
}
.news .nwrap .list .box1 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.news .nwrap .list .box1 .h {
    color: #606060;
    line-height: 1.3;
    height: 2.6em;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news .nwrap .list .box1 .bottom1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.news .nwrap .list .box1 .bottom1 .p {
    margin-bottom: 0;
    margin-top: 0.3rem;
    display: flex;
    align-items: center;
    margin-right: 0.22rem;
    color: #7a7a7a;
    font-weight: 400;
}
.news .nwrap .list .box1 .bottom1 .p img {
    width: 0.2rem;
    margin-right: 0.05rem;
}
.news .nwrap .list .box1:hover {
    background-color: #F8F8F8;
}
.news .nwrap .list .box1:hover .pic img {
    transform: scale(1.05);
}

/************新闻详情***********/

.nd_con{
    padding: 1.06rem 1.34rem 1.23rem 1.34rem;
    background-color: #f8f8f8;
}
.nd_con .conx {
    padding: 1.2rem 2.26rem 0.8rem 2.26rem;
    background-color: #ffffff;
    position: relative;
    border-radius: 0.18rem;
}
.nd_con .top {
    margin: 0 0 0.52rem 0;
}
.nd_con .top .h {
    text-align: center;
    color: #606060;
    line-height: 1.33;
    margin-bottom: 0.23rem;
}
.nd_con .top .p {
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
}
.nd_con .top .p>div {
    display: flex;
    align-items: center;
    margin: 0 0.1rem;
    color: #7a7a7a;
    font-weight: 400;
}
.nd_con .top .p>div img {
    width: 0.27rem;
    height: 0.24rem;
    object-fit: contain;
}
.nd_con .top .p:after {
	margin-top:0.2rem;
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(103, 120, 134, 0.12);
}
.nd_con .center {
    padding: 0.5rem 0 0 0;
    line-height: 2 !important;
    color: #606060;
    text-align: justify;
}
.nd_con .conx .morex {
    width: fit-content;
    padding: 0.1rem 0.48rem;
    border-radius: 0.08rem;
    color: #606060;
    font-weight: 400;
    transition: all 0.5s;
    border: 1px solid #606060;
    margin: 0 auto;
    margin-top: 2rem;
    display: block;
}
.nd_con .conx .morex:hover {
    color: #Ffffff;
    background-color: #333333;
}

/*************联系我们************/
.mapBox{
    width:100%;
    height:30vw;
}
.contact{
    padding-top: 11.4583vw;
    padding-bottom: 6.45833vw;
}
.contact .row{
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.contact .row .contact_r2_font{
    color: rgba(247, 144, 0, .15);
    line-height: .8;
    position: absolute;
    top: -4.375vw;
    right: 2.44792vw;
}
.contact .row .contact_r2_font h2 {
    font-size: 14.5833vw;
	font-weight: bold;
}
.contact .row .contact_r2_left {
    width: 44.8958vw;
    z-index: 2;
    position: relative;
	background:url(../images/cbg.jpg) center no-repeat;
	border-radius: 0 1.14583vw 1.14583vw 0;
    padding: 7.70833vw 8.59375vw 8.125vw 9.27083vw;
	color:#fff;
}
.contact .row .contact_r2_left .h{
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding-bottom: 1.97917vw;
    line-height: .8;
	margin-bottom: 1.04167vw;
}
.contact .row .contact_r2_left .p{
    margin-top: 1.5625vw;
}
.contact .row .contact_r2_right {
    z-index: 3;
    width: 59.4271vw;
    margin-top: 6.35417vw;
    margin-left: -4.32292vw;
    position: relative;
}
.contact .row .contact_r2_right>div {
    background: #fff;
    border-radius: 1.14583vw 0 0 1.14583vw;
    padding: 5.98958vw 9.58333vw 5.52083vw 9.27083vw;
    box-shadow: 1.25vw 1.45833vw 2.39583vw rgba(0, 24, 13, .23);
}
.contact .row .contact_r2_right h3 {
    color: #f79000;
    letter-spacing: -.02em;
    margin-bottom: .78125vw;
    line-height: .8;
	font-weight: bold;
}
.contact .row .contact_r2_right .form_box {
    margin-top: 1.45833vw;
}
.form_box form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
}
.form_box form .form_inp {
    width: calc(33.3333% - .45139vw);
    margin-bottom: .67708vw;
    margin-right: .67708vw;
}
.form_box form .form_inp:nth-child(3) {
    margin-right: 0;
}
.form_box form .form_inp label {
    color: #f79000;
    padding-top: .20833vw;
    padding-bottom: .3125vw;
    font-size: .83333vw;
    line-height: 1;
    display: block;
}
.form_box form .form_inp input, 
.form_box form .form_inp textarea {
    width: 100%;
    text-indent: 0;
    background-color: rgba(241, 244, 243, .7);
    border-color: transparent;
    border-radius: .26042vw;
    padding: .41667vw 1.04167vw;
    transition: background-color .3s cubic-bezier(.46, 0, .02, 1);
    display: block;
	height: 2.08333vw;
}
.form_box form .form_inp:nth-child(4), 
.form_box form .form_inp:nth-child(5) {
    width: 100%;
    margin-right: 0;
}
.form_box form .form_inp textarea {
    height: 5.67708vw;
    resize: none;
    overflow-y: auto;
}
.form_box form .botm{
	display:flex;
	justify-content: space-between;
}
.form_box form .btn_sty {
	display:flex;
	align-items: center;
	justify-content: center;
    width:200px;
    height: 2.60417vw;
    background-color: #f79000;
    border-radius: .41667vw;
    margin-top: 1.40625vw;
	color:#FFf;
}
@media(max-width:1920px){
    .liuc .line .item .img img{
        width:70%;
    }
}

@media(max-width:1440px){
	.abl{width:100%;}
	.w25 li{padding:25px 0;}
	.w25 li .text{width:calc(95% - 54px);}
	.asure .as_txt,.jsfw .p{width:100%;}
	.down .list a{width:32%;}
	.c-card .c-title{font-size:18px;}
    .c-card .c-item{font-size:14px;}
}
@media(max-width:1024px){
	.con{padding: 0 20px 30px 20px;}
	.ba .con{display:block;padding:0 15px;}
	.abl,.w25{width:100%;}
	.culture-grid {
        grid-template-columns: repeat(2, 1fr);
    }
	.bireRight{
		margin-top:0;
		padding:30px;
	}
	.pf_con .item{margin-bottom:20px;}
	.pf_con{display:block;}
	.intro{padding:50px 0;}
	.coop ul{display:block;}
	.coop .item{width:100%;margin-bottom:20px;}
	.case .list .item{width:100%;}
	.case .list .item .txt .h{font-size:16px;}
	.case .list .item .txt .ps .p{font-size:13px;}
	.cd .h{
		font-size: 26px;
        margin-bottom: 16px;
	}
	.cd .p{font-size:16px;}
	.cd .bottom .item .p{
        font-size: 16px;
    }
	.cd .bottom .item .h{
        font-size: 22px;
    }
	.store{
		display:block;
		padding:0.2rem 20px;
		height: auto;
	}
	.store .txt{width:100%;}
	.store .pic img{
		width:60%;
	}
	.pd.breadcrumbx{
		margin-top: 30px;
        padding: 0 20px;
        margin-bottom: 0.75rem;
	}
	.form{display:block;}
	.app_list{flex-wrap:wrap;gap:2%;}
	.app_list .item{width:49%;}
	.liuc .line{height:auto;}
	.liuc .line-wrap{
		display:block;
		position: static;
	}
	.liuc .line .item{
		width:100%;
		height:80px;
		padding:10px;
		background: #fff;
		display:flex;
		align-items: center;
		flex-wrap: nowrap;
		border-radius: 10px;
		margin-bottom: 15px;
	}
	.liuc .line:after{display:none;}
	.liuc .line .item .img{display:block;margin:0;box-shadow:none;margin-right:15px;}
	.liuc .line .item .p{font-size:12px;white-space:normal;}
	.syfs{display:block;}
	.syfs .item,.syfs .item:last-child,.syfs .item .son,.down .list a{width:100%;}
	.contact .row{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
	.contact .row .contact_r2_font{
        top: -.68rem;
        right: .35rem;
    }
	.contact .row .contact_r2_left {
        width: calc(100% - .7rem);
        margin-left: .35rem;
        transform: none !important;
		border-radius: 12px;
    }
	.contact .row .contact_r2_right{
        width: calc(100% - .7rem);
        margin-top: 3%;
        margin-left: .35rem;
        transform: none !important;
    }
	.contact .row .contact_r2_left .h,
	.contact .row .contact_r2_right h3{
		font-size:22px;
		font-weight: bold;
    }
	.contact .row .contact_r2_left .p{
        padding-left: .2rem;
        font-size: 15px;
    }
	.contact .row .contact_r2_right>div{
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: .22rem;
        padding: .8rem .4rem 1rem;
    }
	.form_box form .form_inp{
        width: 100%;
        margin-bottom: .3rem;
        margin-right: 0;
    }
	.form_box form .form_inp label{
        padding-top: .04rem;
        padding-bottom: .1rem;
        font-size:13px;
    }
	.form_box form .form_inp input{
        height:40px;
    }
	.form_box form .form_inp textarea{
        height: 100px;
    }
	.form_box form .btn_sty{
		height:42px;
	}
    .breadcrumbx{
        margin-top: 30px;
        padding: 0 20px;
        margin-bottom: 0.75rem;
    }
    .job {
        padding: 0 20px;
    }
    .job .con{padding:0;}
    .job_tit{padding:15px;}
    .job_tit h4{font-size:18px;}
    .job_tit span{width:20px;height:20px;}
    .job_desc>div{display:block;}
    .duty, .req{width:100%;margin-bottom:15px;}
    .job_desc p{font-size:14px;margin-bottom:5px;}
    .tl{text-align:left;}
}





















