@charset "utf-8";

.top {
    position: fixed;
    width: 100%;
    /*top: 28px;*/
    top: 0px;
    left: 0px;
    z-index: 9;
}
.topitem {
    padding: 0px 40px;
    width: 100%;
    height: 80px;
    border-radius: 5px;
    /*background-color:rgba(255,255,255,.9);*/
    /*box-shadow: 0px 0px 40px rgba(8, 4, 3, .04);*/
}
.top:hover {
    background-color: #ffffff;
} 
.top_l a img {
    height: 54px;
}
.topnav>ul>li>a {
    font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #080304;
    padding: 0px 40px;
}
.topnav>ul>li:hover>a,.topnav>ul>li.active>a {
    color: #48a03f;
}
.top_r {
    width: 90%;
    height: 100%;
    justify-content: flex-end;
}
.topr_r {
    height: 100%;
    width: 35%;
    justify-content: flex-end;
}
.topr_rsear {
    width: 80px;
    height: 36px;
    overflow: hidden;
    text-align: center;
    background: url(../images/topr_rline.png) no-repeat right center;
    justify-content: flex-end;
    position: relative;
    transition: all 1s;
    cursor: pointer;
}
.topr_rsearico {
    margin-right: 25px;
}
.topr_rsear:hover {
    width: 220px;
}
.topr_rright {
    height: 100%;
}
.topr_rright ul {
    height: 100%;
    justify-content: flex-end;
}
.topr_rright ul li {
    padding: 0px 24px;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    transition: all .5s;
    position: relative;
    background: url(../images/topr_rline.png) no-repeat left center;
}
.topr_rright ul li p {
    font-family: HelveticaNeue-Bold;
	font-size: 18px;
	color: #080304;
}
.topr_rright ul li:first-child {
    background: none;
}
.topr_rright ul li .weixinimg {
    filter: brightness(10%) ;
    transition: all 0s;
}
.top_rwxewm {
    position: absolute;
    top: 60px;
    left: 20px;
    width: 136px;
    height: 165px;
    background: url(../images/top_rwxewmbg.png) no-repeat center;
    background-size: 100%;
    padding: 0px 15px;
    z-index: 9;
    display: none;
}
.top_rwxewm img {
    margin-top: 23px;
}
.top_rwxewm strong {
    text-align: center;
    font-family: PingFangSC-Regular;
	font-size: 12px;
    display: block;
    font-weight: normal;
	line-height: 30px;
	color: #333333;
}
.topr_rright ul li:hover .top_rwxewm {
    display: block;
}
.topr_rright ul li:hover .weixinimg {
    filter: unset;
}
.topsearch {
    z-index: 2;
    width: 200px;
    height: 35px;
    background-color: #f2f2f2;
    /* background: linear-gradient(-90deg,#62ff00,#48a03f); */
    transition: all .5s;
    position: absolute;
    right: -510px;
    top: 0px;
}
.topsearch form {
    width: 100%;
    height: 100%;
}
.topsearch form button {
    width: 20%;
    background: none;
    border: 0px;
    height: 100%;
}
.topsearch form button img {
    filter: brightness(500%) grayscale(500%) invert(.5);
}
.topsearch form input {
    width: 80%;
    height: 100%;
    color: #333333;
    font-size: 12px;
}
.topsearch form input::placeholder {
    font-size: 12px;
}

.topr_r.searchon .topsearch {
    right: 10px;
}



/* banner */
.bannerpic {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}
.bannerswiper .swiper-pagination {
    bottom: 60px;
}
.bannerswiper .swiper-pagination-bullet {
    opacity: 1;
    background: url(../images/bannerico.png) no-repeat center;
    background-size: 6px;
    width: 24px;
	height: 24px;
    margin: 0px 20px !important;
}
.bannerswiper  .swiper-pagination-bullet-active {
    background-image: url(../images/bannerico_on.png);
    border: solid 2px #c2cdd5;
    border-top-color: #48a03f;
    border-bottom-color: #48a03f;
    border-left-color: #48a03f;
    animation: bannercircle 3s infinite linear ; 
    -webkit-animation:bannercircle 3s infinite linear; /* Safari 和 Chrome */
}

.idxabout {
    width: 100%;
    height: 100vh;
    background: url(../images/idxaboutbg.jpg) no-repeat center;
    background-size: cover;
}
.idxabout_top {
    width: 100%;
    height: 55vh;
    overflow: hidden;
    /* border-bottom: 1px solid rgba(255, 255, 255, .1); */
}
.idxabout_img {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
}
.idxabout_img img {
    height: 222px;
    display: block;
    margin: 0 auto;
}
.idxabout_bot {
    margin-top: 60px;
}
.idxabout_bitem {
    align-items: flex-start;
}
.idxab_l {
    /*width: 25%;*/
    width: 40%;
}
.idxab_l h2 {
    font-family: PingFangSC-Semibold;
	font-size: 18px;
	color: #48a03f;
}
.idxab_l h3 {
    font-family: PingFangSC-Semibold;
	/*font-size: 42px;*/
	font-size: 38px;
	color: #ffffff;
    margin: 30px 0px 60px;
}
.idxab_l a {
    width: 62px;
	height: 62px;
	border: solid 1px rgba(255, 255, 255, .2);
    flex-direction: column;
    border-radius: 50%;
    justify-content: center;
}
.idxab_l a:hover {
    background-color: #48a03f;
    border-color: #48a03f;
}
.idxab_r {
    width: 50%;
}
.idxab_r p {
    font-family: PingFangSC-Regular;
	font-size: 18px;
	line-height: 32px;
	color: #dddddd;
}
.idxab_rnum {
    margin-top: 50px;
}
.numCount ul {
    justify-content: flex-start;
}
.numCount ul li {
   padding: 0px 70px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .32);
}
.numCount ul li:first-child {
    border-left: 0px;
    padding-left: 0px;
}
.numCX,.numi {
    font-family: Poppins-SemiBold;
	font-size: 32px;
	color: #48a03f; 
    font-style: normal;
}
.indc {
    font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #ffffff;
}
.idxpro {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.idxpro_l {
    width: 60%;
    height: 100%;
    position: relative;
}
.idxpro_lpic  {
    width: 100%;
    height: 100%;
}
.idxpro_lpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.idxpro_litem2 {
    display: none;
}
.idxpro_lnav {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.idxpro_lnav ul {
    width: 100%;
    height: 263px;
    justify-content: center;
}
.idxpro_lnav ul li {
    width: 263px;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 105px;
    transition: all .5s;
    cursor: pointer;
    position: relative;
}
.idxpro_lnavimg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    animation: bannercircle 10s infinite linear ; 
    -webkit-animation:bannercircle 10s infinite linear; /* Safari 和 Chrome */
}
.idxpro_lnavimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.idxpro_lnavimg2 {
    display: none;
}
.idxpro_lnavdes {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    justify-content: flex-start;
    flex-direction: column;
}
.idxpro_lnavdes img {
    height: 46px;
    margin:45px 0px 85px;
}
.idxpro_lnavdes h3 {
    font-family: PingFangSC-Semibold;
	font-size: 20px;
	color: #ffffff;
}
.idxpro_lnav ul li:first-child {
    margin-left: 0px;
}
.idxpro_lnav ul li:hover .idxpro_lnavimg1,.idxpro_lnav ul li.active .idxpro_lnavimg1 {
    display: none;
}
.idxpro_lnav ul li:hover .idxpro_lnavimg2,.idxpro_lnav ul li.active .idxpro_lnavimg2 {
    display: block;
}
.idxprol_desc {
    position: absolute;
    right: -46%;
    bottom: 12%;
    width: 450px;
}
.idxprol_descitem {
    width: 100%;
    align-items: flex-end;
    overflow: hidden;
}
.idxprol_dl p {
    font-family: Poppins-SemiBold;
	font-size: 36px;
	color: #f7f8f9;
    margin-left: -10px;
}
.idxprol_dl h4 {
    font-family: PingFangSC-Semibold;
	font-size: 24px;
    margin: 25px 0px 35px;
	color: #f7f8f9;
}
.idxprol_dllink {
    font-family: PingFangSC-Regular;
	text-decoration: underline;
    text-underline-offset: 3px;
	font-size: 16px;
    display: block;
    padding-left: 18px;
	color: #efefef;
    margin-top: 10px;
    background: url(../images/bannerico_on.png) no-repeat left center;
    background-size:7px ;
}
.idxprol_dllink:hover {
    color: #48a03f;
}
.idxprol_dlico {
    width: 62px;
	height: 62px;
    border-radius: 50%;
	background-color: #48a03f;
    flex-direction: column;
    justify-content: center;
    margin-top: 95px;
}
.idxprol_dlico img {
    height: 11px;
}
.idxprol_dr p {
    font-family: Poppins-SemiBold;
	font-size: 16px;
	color: #f7f8f9;
}
.idxprol_dr p span {
    font-family: Poppins-SemiBold;
	font-size: 24px;
	color: #48a03f;
}
.idxprol_desc2 {
    display: none;
}
.idxpro_lline {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .24);
}



.idxpro_r {
    width: 40%;
    height: 100%;
    background: url(../images/idxpro_rbg.jpg) no-repeat center;
    background-size: cover;
}
.idxpro_ritem {
    position: relative;
    margin: 30% 0px 0px 5%;
}
.idxpro_ritem img {
    max-width: 90%;
}
.idxpro_rdes {
    position: absolute;
    bottom: 0px ;
    right: 15%;
    text-align: right;
}
.idxpro_rdes p {
    font-family: PingFangSC-Semibold;
	font-size: 16px;
	color: #ffffff;
}
.idxnews {
    width: 100%;
    height: 100vh;
    padding-top: 5.5vh;
    background: url(../images/idxnewsbg.jpg) no-repeat center;
    background-size: cover;
}
.idxnews_item {
    width: 100%;
    height: 100vh;
}
.idxnews_l {
    width: 24%;
}
.idxnews_l h2 {
    font-family: PingFangSC-Semibold;
	font-size: 42px;
	color: #ffffff;
}
.idxnews_l ul {
    margin: 50px 0px;
}
.idxnews_l ul li a {
    font-family: PingFangSC-Medium;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
}
.idxnews_l ul li a:hover {
    color: #48a03f;
}
.idxnews_link {
    width: 172px;
	height: 50px;
	background-color: #48a03f;
    justify-content: center;
}
.idxnews_link p {
    font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #ffffff;
    margin-right: 10px;
}
.idxnews_link span {
    font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #ffffff;
}
.idxnews_r {
    width: 76%;
}
.idxnews_r ul li {
    width: 33.33%;
    height: 465px;
    box-shadow: 0px 0px 40px 0px 
		rgba(8, 4, 3, 0.04);
    padding:  30px ;
    background-color: rgba(255, 255, 255, .92);
}
.idxnews_r ul li i {
    padding: 8px 13px;
    background-color: #48a03f;
    font-style: normal;
    font-family: PingFangSC-Semibold;
	font-size: 14px;
	color: #ffffff;
}
.idxnews_r ul li a img.idxnewsimg {
    width: 100%;
    height: 165px;
    object-fit: cover;
} 
.idxnews_r ul li h3 {
    font-family: PingFangSC-Medium;
	font-size: 16px;
	line-height: 24px;
	color: #080403;
    height: 26px;
    overflow: hidden;
    margin: 0px 0px 20px;
}
.idxnews_r ul li p {
    font-family: PingFangSC-Regular;
	font-size: 14px;
	line-height: 24px;
	color: #555555;
}
.idxnews_rdate {
    /* margin-top: 5px; */
    align-items: flex-end;
    transition: all .5s;
    margin: 15px 0px;
}
.idxnews_r ul li .idxnews_rdate span {
    font-family: PingFangSC-Semibold;
	font-size: 14px;
	color: #999999;
    display: block;
}
.idxnews_rdate img {
    height: 62px;
    opacity: 0;
}
.idsnews_top {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #e6e6e6;
}
.idxnews_r ul li .idsnews_top p {
    font-size: 16px;
    height: 100%;
    color: #ffffff;
    padding: 5px 15px;
    background-color: #48a03f;
}
.idxnews_r ul li .idsnews_top a {
    font-size: 16px;
    height: 100%;
    color: #ffffff;
    text-transform: capitalize;
    padding: 5px 10px;
    background-color: #48a03f;
}
.idxnews_r ul li .idsnews_bot {
    padding-top: 15px;
}
.idxnews_r ul li .idsnews_bot a {
    font-size: 15px;
    color: #333333;
    height: 26px;
    overflow: hidden;
    padding: 5px 0px;
    font-weight: bold;
    display: block;
}


.idxnews_r ul li:hover {
    background-image: url(../images/idxnews_ronbg.jpg) ;
}
.idxnews_r ul li:hover i {
    background-color: #ffffff;
    color: #48a03f;
}
.idxnews_r ul li:hover h3 {
    color: #ffffff;
}
.idxnews_r ul li:hover p {
    color: #ffffff;
}
.idxnews_r ul li:hover .idxnews_rdate {
    align-items: center;
}
.idxnews_r ul li:hover .idxnews_rdate span {
    color: #ffffff;
}
.idxnews_r ul li:hover .idxnews_rdate img {
    opacity: 1;
}
.idxnews_r ul li:hover a img.idxnewsimg {
    transform: scale(1.05);
}
.idxnews_r ul li:hover .idsnews_bot a {
    color: #ffffff;
}

.idxvideo {
    width: 100%;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
}
.idxvideo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.idxvideo_des {
    position: absolute ;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/idxvideobg.png) no-repeat center;
    background-size: cover;
    flex-direction: column;
    justify-content: flex-start;
}
.idxvideo_desimg {
    height: 41px;
    margin-top: 16.5%;
}
.idxvideo_des h3 {
    font-family: PingFangSC-Semibold;
	font-size: 36px;
	color: #ffffff;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 20px 0px 90px;
}
.idxvideo_desico,.wapidxvideo_desico {
    height: 62px;
    cursor: pointer;
}






.foot {
    width: 100%;
    padding: 70px 0px 50px;
    background-color: #0070c0;
}
.footop {
    border-bottom: 1px solid #004a99;
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.foot_l ul {
    justify-content: flex-start;
    align-items: flex-start;
}
.foot_l ul li a {
    font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #ffffff;
    padding: 0px 40px;
}
.foot_l ul li:first-child a {
    padding-left: 0px;
}
.foot_l ul li a:hover {
    color: #48a03f;
}
.foot_r {
  margin-top: -15px;
}
.footr_l {
	width: 90px;
	height: 100%;
	background-color: #48a03f;
}
.footr_l p {
    font-family: PingFangSC-Regular;
	font-size: 14px;
    text-align: center;
    line-height: 40px;
	color: #ffffff;
}
.footr_r {
    width: 220px;
    height: 100%;
	background-color: #ffffff;
    position: relative;
}
.footlink {
    width: 100%;
    height: 100%;
    padding: 0px 25px;
}
.footr_r ul {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    width: 100%;
    display: none;
    background-color: #ffffff;
    box-shadow: 0px 10px 30px rgba(0, 7, 22, 0.06);
}
.footr_r ul li {
    width: 100%;
    padding: 0px 25px;

}
.footr_r ul li a,.footlink a {
    font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #555555;
}
.footr_r ul li img ,.footlink img {
    height: 9px;
}
.footr_r:hover ul {
    display: block;
}
.footr_r ul li a {
    width: 100%;
    height: 100%;
    line-height: 40px;
    display: block;
}
.footr_r ul li:hover {
    background-color: #48a03f;
}
.footr_r ul li:hover a {
    color: #ffffff;
}

.footbot_l p ,.footbot_l p span,.footbot_l p a{
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #bfbfbf;
}
.footbot_l p span {
    margin-left: 15px;
}
.footbot_r {
    height: 40px;
}
.footbot_r p {
    font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #f0f0f0;
}
.footbot_rwx {
    position: relative;
}
.footbot_rwxico {
    height: 40px;
    margin-left: 10px;
}
.footbot_rwxewm {
    position: absolute;
    bottom: 45px ;
    right: 0px;
    width: 123px;
    display: none;
}
.footbot_rwxewm img {
    width: 100%;
}
.footbot_rwxico:hover+.footbot_rwxewm {
    display: block;
}

.fiootright {
    width: 30%;
    align-items: flex-start;
}

.footitem  {
    align-items: flex-start;
}
.footernav {
    margin-top: 15px;
}
.foot_l ul li a.footernavname{
    display: block;
    line-height: 30px;
    color: #e2e2e2;
}
.foot_l ul li a.footernavname:hover {
    color: #ffffff;
}
.footadd {
    width: 100%;
    margin-top: 10px;
    text-align: right;
}
.footadd p {
	font-size: 14px;
	color: #ffffff;
    padding-bottom: 10px;
}
.footadd p span {
    font-size: 28px;
	color: #ffc000;
    letter-spacing: 1px;
    font-weight: bold;
}
.footadd p.footaddp {
    margin-top: 10px;
}
.footeweima img {
    width: 120px;
}
.footeweima p {
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    padding-top: 10px;
}


/* 关于我们 */
.abtop {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.abtop img {
    width: 100%;
}
.abtopdes {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
}
.abtopdesitem {
    margin-top: 230px;
    align-items: flex-start;
}
.abtop_l {
    width: 30%;
}
.abtop_l h2 {
    font-family: PingFangSC-Semibold;
	font-size: 42px;
	line-height: 56px;
	color: #ffffff;
}
.abtop_r {
    width: 56%;
}
.abtop_r p {
    font-family: PingFangSC-Regular;
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
}
.abtop_m {
	width: 1px;
	height: 92px;
    margin-top: 15px;
	background-color: #dddddd;
}
.abnum {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 80px;
    left: 0px;
    z-index: 2;
}
.abnum .numCount {
    background-color: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .2);
}
.abnum .numCount ul li {
    width: 33.3333%;
    height: 280px;
    padding: 0px;
    border: 0px;
    cursor: default;
    padding-top: 3%;
    background: url(../images/abounumline.png) no-repeat center left;
}
.abnum .numCount ul li:first-child {
    background: none;
}
.abnum .numU {
    /* margin-top: 140px; */
}
.abnum .numU img {
    width: auto;
    height: 66px;
    margin-bottom: 20px;
}
.abnum .numCX, .abnum .numi {
    font-family: Poppins-SemiBold;
	font-size: 60px;
	color: #ffffff;
}
.abnum .indc {
    font-family: PingFangSC-Regular;
	font-size: 18px;
	color: #ffffff;
}
.abnum .numCount ul li:hover {
    background: none;
    background-color: rgba(0, 112, 192, 0.9);
}
.neitop {
    transition: all .5s;
}
.fixednav {
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 40px rgba(8, 4, 3, .04);
    z-index: 99;
}
.fixednav .topitem {
    box-shadow: unset;
}
.abhis {
    padding: 100px 0px;
    background: url(../images/hisorybg.jpg) no-repeat center;
    background-size: cover;
}
.abhisname h2 {
    font-family: PingFangSC-Semibold;
	font-size: 42px;
	color: #080304;
}

.abhisitem {
    margin-top: 60px;
    height: 540px;
}
.abhisitem .gallery-thumbs {
    height: 80px;
    padding-left: 5px;
    background: url(../images/hisline.png) no-repeat left;
    background-position-y:55px ;
    background-position-x: 20px;
    background-size: 86% 1px; 
}
.abhisitem .gallery-top {
    margin-top: 60px;
}
.abhisitem .gallery-top .swiper-slide {
    width: auto;
    height: 410px;
    padding: 40px 30px;
    display: block;
    text-align: left;
}
.abhisitem .gallery-thumbs .swiper-slide {
    background: none;
    cursor: pointer;
}
.abhisitem .gallery-thumbs .swiper-slide{
   display: block;
   text-align: left;
}
.abhistop {
    width: 40px;
    text-align: center;
}
 .abhistop p {
    font-family: PingFangSC-Semibold;
	font-size: 18px;
	color: #555555;
}
.abhistop img {
    filter: brightness(110%) grayscale(110%);
    height: 20px;
    margin-top: 20px;
}
.abhisitem .gallery-thumbs .swiper-slide-thumb-active  .abhistop p,.abhisitem .gallery-thumbs .swiper-slide:hover  .abhistop p {
    color: #48a03f;
}
.abhisitem .gallery-thumbs .swiper-slide-thumb-active  .abhistop img,.abhisitem .gallery-thumbs .swiper-slide:hover   .abhistop img {
    filter: unset;
}
.abhisbot {
    margin-bottom: 20px;
}
.abhisbot h4 {
    font-family: Poppins-Medium;
	font-size: 36px;
	color: #080304;
}
.abhisbotli ul li {
    float: left;
    width: 310px;
    margin-left: 32px;
}
.abhisbotli ul li p {
    font-family: PingFangSC-Regular;
	font-size: 16px;
	line-height: 24px;
    height: 50px;
    overflow: hidden;
	color: #555555;
}
.abhisbotli ul li img {
    width: 100%;
	height: 200px;
    object-fit: cover;
	border-radius: 4px;
    margin-top: 20px;
}
.abhisbotli ul li:first-child {
    margin-left: 0px;
}

.abhon {
    padding: 100px 0px;
    background: url(../images/honorbg.jpg) no-repeat right bottom;
    background-size: cover;
}

.abhonname h2 {
    font-family: PingFangSC-Semibold;
	font-size: 42px;
	color: #ffffff;
}
.abhon_item {
    margin-top: 63px;
}
.abhon_l {
    width: 20%;
}
.abhon_l ul li {
    margin-bottom: 10px;
}
.abhon_l ul li i {
    font-family: PingFangSC-Regular;
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
    font-style: normal;
    text-underline-offset: 2px;
	color: #ffffff;
}
.abhon_l ul li span {
    font-family: PingFangSC-Regular;
	text-decoration: underline;
	font-size: 16px;
    text-underline-offset: 2px;
    margin-left: 20px;
	font-weight: bold;
	color: #ffffff;
}
.abhon_r {
    width: 66%;
    position: relative;
}
.abhon_r .swiper-container {
    width: 100%;
  }
.abhon_r  .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
    background: none;
  }
  .abhon_r .swiper-slide img {
    transform: scale(1.3) ;
	border: solid 1px #dddddd;
    padding: 5px;
    height: 185px;
    width: 93%;
    object-fit: contain;
    background-color: #ffffff;
  }
  .abhon_rnext {
    right: -120px;
  }
  .abhon_rprev {
    left: -120px;
  }
  .abhon_rnext,.abhon_rprev {
	width: 62px;
	height: 62px;
	border: solid 1px #dddddd;
    border-radius: 50%;
  }
  .abhon_rnext::after,.abhon_rprev::after {
    content: '';
  }
  .abhon_rnext img {
    transform: rotateY(180deg);
  }
  .abhon_rnext:hover,.abhon_rprev:hover {
    background-color: #48a03f;
    border: 0px;
  }
  .abhon_rnext img ,.abhon_rprev img {
    filter: grayscale(1000%) brightness(1000%) ;
}

.abhon_bot {
    width: 100%;
    height: auto;
	border: solid 1px #dddddd;
    margin-top: 90px;
}
.abhon_bot ul li {
    width: 33.33%;
    padding: 50px 0px;
    text-align: center;
    border-left: solid 1px #dddddd;
    transition: all .5s;
    cursor: default;
}
.abhon_bot ul li h3 {
    justify-content: center;
    margin-bottom: 15px;
}
.abhon_bot ul li h3 span {
    font-family: Poppins-Medium;
	font-size: 36px;
	color: #ffc000;
}
.abhon_bot ul li h3 strong {
    font-family: PingFangSC-Semibold;
	font-size: 20px;
	color: #ffffff;
    margin-left: 5px;
    display: block;
    margin-top: -5px;
}
.abhon_bot ul li p {
    font-family: PingFangSC-Regular;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
}
.abhon_bot ul li:first-child {
    border-left: 0px;
}
.abhon_bot ul li:hover {
    background-color: rgba(72, 160, 63, 0.9);
}
.abhon_bot ul li:hover h3,.abhon_bot ul li:hover h3 span,.abhon_bot ul li:hover h3 strong,.abhon_bot ul li:hover p {
    color: #ffffff;
}

.abbrand {
    padding: 100px 0px 60px;
    background: url(../images/abbrandbg1.jpg) no-repeat center;
    background-size: cover;
}
.abbrandname h2 {
    font-family: PingFangSC-Semibold;
	font-size: 42px;
    width: 385px;
	line-height: 56px;
    text-align: center;
    margin: 0 auto ;
	color: #080304;
}
.abbrand_item {
    width: 100%;
    height: 940px;
    position: relative;
}
.abvis {
    width: 100%;
    height: 420px;
    background: url(../images/abvisbg.jpg) no-repeat center;
    background-size: cover;
    justify-content: center;
    flex-direction: column;
}
.abvis h3 {
    font-family: PingFangSC-Semibold;
	font-size: 36px;
	color: #ffffff;
}

.contact_top {
    width: 100%;
    height:auto ;
    padding: 200px 0px 100px;
    background: url(../images/contacttopbg.jpg) no-repeat center;
    background-size: cover;
}
.conname h3 {
    font-family: PingFangSC-Semibold;
	font-size: 36px;
	color: #0070c0;
}
.conlist {
    margin-top: 60px;
}
.conlist ul li {
    padding-left: 90px;
    background: url(../images/contactline.jpg) no-repeat left center;
}
.conlist ul li h4 {
    font-family: PingFangSC-Semibold;
	font-size: 18px;
	color: #080304;
    margin-bottom: 25px;
}
.conlist ul li p {
    font-family: PingFangSC-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #555555;
}
.conlist ul li p.yanfa {
    width: 300px;
}
.conlist ul li p.zhizao {
    width: 280px;
}
.conlist ul li:first-child {
    background: none;
    padding-left: 0px;
}
.contact_mid {
    width: 100%;
    height: 620px;
	background-color: #f7f8f9;
}
.contact_mtop {
    padding-top: 60px;
    justify-content: flex-start;
}
.contact_mtl {
    width: 15px;
	height: 170px;
    background: url(../images/contact_mtlline.jpg) no-repeat center bottom;
    background-size:1px 72px ;
    margin-right: 100px;
}
.contact_mtl a {
    font-family: PingFangSC-Regular;
	font-size: 16px;
    line-height: 18px;
    display: block;
	color: #999999;
}
.contact_mtr h4 {
    font-family: PingFangSC-Semibold;
	font-size: 36px;
	color: #080304;
}
.contact_mtr p {
    font-family: PingFangSC-Regular;
	font-size: 16px;
    margin-top: 15px;
	color: #555555;
}
.contact_map {
    margin-top: 20px;
    padding: 0px 40px;
    height: 600px;
    width: 100%;
}
.contact_bot {
    margin-top: 230px;
    width: 100%;
    height: 930px;
    background: url(../images/conmessbg.jpg) no-repeat left bottom;
    background-size: cover;
    padding: 90px 0px;
}
.contact_mess {
    align-items: flex-start;
}
.contactmess_l {
	width: 217px;
    padding-top: 8vw;
}
.contactmess_l h4 {
    font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #0070c0; 
    margin-bottom: 20px;
}
.contactmess_l h3 {
    font-family: PingFangSC-Semibold;
	font-size: 36px;
	line-height: 48px;
	color: #080304;
}
.contactmess_r {
    width: 740px;
    padding: 60px 80px;
	background-color: #ffffff;
	box-shadow: 0px 10px 30px 0px 
		rgba(0, 7, 22, 0.06);
}
.contactmess_r h4 {
    font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #0070c0;
    padding-left: 10px;
    margin-bottom: 40px;
}
.contactmess_r label {
    width: 100%;
    padding-left: 10px;
    border-bottom:1px solid #e5e5e5;
    margin-bottom: 20px;
}
.contactmess_r label p {
    font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #080304;
}
.contactmess_r label p span {
    font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #48a03f;
}
.contactmess_r label input {
    width: 100%;
    height: 50px;
    font-size: 16px;
    display: block;
	color: #333333;
}
.contactmess_r label input::placeholder {
    font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #bbbbbb;
}
.contactmess_r button {
    width: 186px;
	height: 60px;
    border: 0px;
    margin-top: 20px;
    justify-content: center;
	background-color: #0070c0;
}
.contactmess_r button p {
    font-family: PingFangSC-Semibold;
	font-size: 16px;
    margin-right: 10px;
	color: #ffffff;
}
.contactmess_r button img {
    width: 15px;
    filter: grayscale(200%) brightness(200%);
    transform: rotateY(180deg);
}
.news_main {
    padding: 210px 0px 100px ;
    background: url(../images/newsbg.jpg) no-repeat center top;
}
.news_nav {
    margin-bottom: 60px;
}
.news_nav_l h1 {
    font-family: PingFangSC-Regular;
	font-size: 30px;
	color: #080304;
}
.news_nav_r ul {
    justify-content: flex-end;
}
.news_nav_r ul li a {
    padding: 10px 22px;
    font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #080304;
}
.news_nav_r ul li a:hover,.news_nav_r ul li a.active {
    background-color: #48a03f;
    color: #ffffff;
}
.newslist_item ul li {
    width: 32%;
    margin-right: 2%;
    height: auto;
    float: left;
    margin-bottom: 50px;
    border-top:2px solid #dddddd ;
}
.newslist_item ul li a {
    display: block;
    position: relative;
}
.newsli_des {
    padding: 25px 18px;
}
.newsli_des h4 {
    font-family: Poppins-Medium;
	font-size: 16px;
	color: #080304;
}
.newsli_des h4 span {
    font-family: Poppins-SemiBold;
	font-size: 36px;
	color: #080304;
}
.newsli_des h3 {
    font-family: PingFangSC-Medium;
	font-size: 18px;
	color: #080403;
    margin: 35px 0px 55px;
}
.newsli_img {
    width: 100%;
    height: 280px;
    overflow: hidden;
	border-radius: 4px;
}
.newsli_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 4px;
}
.newsli_on {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    background: url(../images/idxnews_ronbg.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 30px;
    opacity: 0;
    transition: all .5s;
}
.newsli_on h4 {
    font-family: Poppins-Medium;
	font-size: 16px;
	color: #ffffff;
}
.newsli_on h4 span {
    font-family: Poppins-SemiBold;
	font-size: 36px;
	color: #ffffff;
}
.newsli_on h3 {
    font-family: PingFangSC-Medium;
	font-size: 18px;
    line-height: 28px;
	color: #48a03f;
    margin: 35px 0px 45px;
}
.newsli_on p {
    font-family: PingFangSC-Regular;
	font-size: 16px;
	line-height: 28px;
    text-align: justify;
	color: #eeeeee;
}
.newslion_bot {
    margin-top: 85px;
}
.newslion_bot button {
    width: 90px;
	height: 32px;
    border: 0px;
    font-family: PingFangSC-Medium;
	font-size: 14px;
	color: #48a03f;
	background-color: #ffffff;
}
.newslion_bot img {
    height: 48px;
    transform: rotate(315deg);
}
.newslist_item ul li:nth-child(3n) {
    margin-right: 0px;
}
.newslist_item ul li:hover .newsli_on {
    opacity: 1;
}
.listpages {
    text-align: center;
}
.jumpto,.listpages ul li:first-child {
    display: none;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #48a03f;
    border-color: #48a03f;
}
.pagination>li>a, .pagination>li>span {
    color: #48a03f;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    background-color: #48a03f;
    border-color: #48a03f;
    color: #ffffff;
}

.position p a {
    font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #999999;   
}
.position p a:last-child,.position p a:hover {
    color: #48a03f;
}
.newscontent {
    align-items: flex-start;
}
.newsde_l {
    width: 70%;
}
.newsde_ltop {
    padding: 40px 0px;
}
.newsde_ltop h1 {
    font-family: PingFangSC-Semibold;
	font-size: 30px;
    margin-bottom: 80px;
    line-height: 40px;
	color: #080304;
}
.newsde_ltop p {
    justify-content: flex-start;
}
.newsde_ltop p span {
    font-family: Poppins-Regular;
	font-size: 16px;
	color: #999999;
    background: url(../images/newstime.png) no-repeat left center;
    padding-left: 25px;
    margin-right: 30px;
}
.newsde_ltop p span:nth-child(2) {
    background-image: url(../images/newseye.png);
}
.newsde_ltop p span:nth-child(3) {
    background-image: url(../images/newsr.png);
}
.newsdetail {
      padding: 40px 0px;
      border-top: 1px solid #e5e5e5;
      border-bottom: 1px solid #e5e5e5;
}
.newsdetail p,.newsdetail span,.newsdetail {
    font-family: PingFangSC-Regular;
	font-size: 16px;
	line-height: 32px;
	color: #555555;
}
.newsdetail img {
    display: block;
    height: auto !important;
    margin: 8px auto;
}
.newsd_prev {
    width: 40%;
}
.newsd_prev p ,.newsd_prev p a ,.newsd_prev  a{
    font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #555555;
}
.newsd_prev p a:hover {
    color: #48a03f;
}
.newsdnext {
    margin-top: 50px ;
    background: url(../images/newsnextico.png) no-repeat center;
    background-size:21px ;
}
.newsde_r {
    width: 26%;
    padding: 40px 0px;
}
.newsde_r h2 {
    font-family: PingFangSC-Semibold;
	font-size: 24px;
	color: #080304;
}
.newsde_r ul li {
    width: 100%;
margin-top:50px ;
}
.newsde_r ul li p {
    font-family: Poppins-Medium;
	font-size: 16px;
	color: #555555;
}
.newsde_r ul li h3 {
    font-family: PingFangSC-Medium;
	font-size: 20px;
	color: #080403;
    line-height: 28px;
    margin: 15px 0px 25px;
}
.newsde_rimg {
    width: 100%;
    height: 248px;
    overflow: hidden;
	border-radius: 4px;
}
.newsde_rimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newsde_r ul li:hover .newsde_rimg img {
    transform: scale(1.1);
}
.newsde_r ul li:hover h3 {
    color: #0070c0;
}


.proernav {
    width: 100%;
    height: 79px;
	background-color: #ffffff;
	box-shadow: 4px 9px 30px 0px 
		rgba(0, 64, 134, 0.04);
}
.proernav ul {
    justify-content: center;
}
.proernav ul li {
    background: url(../images/pronavline.png) no-repeat left center;
}
.proernav ul li a {
    padding: 0px 70px ;
    font-family: PingFangSC-Regular;
	font-size: 20px;
	color: #555555;
    line-height: 79px;
}
.proernav ul li:first-child {
    background: none;
}
.proernav ul li:hover,.proernav ul li.active {
    background-color: #48a03f;
}
.proernav ul li:hover a,.proernav ul li.active a {
    color: #ffffff;
}
.propic {
    padding: 100px 10px;
    background-color: #f7f8fa;
}
.propic img {
    display: block;
    margin: 0 auto;
}
.proplist {
    padding: 100px 0px;
    background-color: #ffffff;
}
.propitem {
    width: 100%;
    height: auto;
}
.propitem h2 {
    font-family: PingFangSC-Semibold;
	font-size: 36px;
	color: #080304;
    text-align: center;
}
.prop_list li {
    width: 31.33%;
    float: left;
    margin-top:50px;
    position: relative;
    margin-right: 3%;
}
.prop_list li:nth-child(3n) {
    margin-right: 0px;
}
.propli_img {
    width: 100%;
	height: 320px;
    overflow: hidden;
	border-radius: 4px 4px 0px 0px;
}
.propli_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 4px 4px 0px 0px;
}
.propli_desc {
    width: 100%;
	background-color: #f7f8fa;
    padding: 40px;
	border-radius: 0px 0px 4px 4px;
}
.propico {
    height: 30px;
}
.propli_destitle p {
    font-family: PingFangSC-Semibold;
	font-size: 20px;
	color: #080304;
}
.propli_destitle button {
    font-family: PingFangSC-Semibold;
	font-size: 16px;
	color: #fffefe;
    background-color: #48a03f;
    border: 0px;
    padding: 12px;
}
.propli_on {
    position: fixed;
    top: 0px ;
    left: 0px;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.68);
    display: none;
}
.propli_onitem {
    border-radius: 8px;
    background-color: #ffffff;
    padding: 60px;
    margin-top: 5%;
}
.propli_top {
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 50px;
    background-color: #f2f2f2;
}
.propli_top img {
    height: 14px;
}
.propli_bot {
    align-items: flex-start;
}
.propli_onl {
    width: 45%;
    height: auto;
}
.propli_onl img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}
.propli_onr {
    width: 50%;
    height:530px;
    overflow-y: scroll;
}
.prolion_cpzl {
    padding-right:50px;
}
.prolion_cpzl h3 {
    font-family: PingFangSC-Semibold;
    font-size: 30px;
    letter-spacing: 2px;
    color: #0070c0;
    margin-bottom: 20px;
}
.prolion_cpzl p {
    font-family: PingFangSC-Regular;
    color: #555555;
    font-size: 18px;
    background: url(../images/prolion_cpzlico.png) no-repeat left top;
    background-position-y: 11px;
    padding-left: 12px;
    padding-bottom: 7px;
    line-height: 30px;
}
.prolion_sycj {
    margin: 30px 0px 40px;
    padding-right: 30px;
}
.prolion_sycj h4 {
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #0070c0;
    margin-bottom: 15px;
}
.prolion_sycj p {
    font-family: PingFangSC-Regular;
    color: #555555;
    font-size: 18px;
    line-height: 30px;
}
.prolion_btn {
    justify-content: flex-start;
}
.prolion_btn a {
    width: 160px;
    height: 50px;
    justify-content: center;
    margin-right: 40px;
    background-color: #0070c0;
}
.prolion_btn a img {
    max-height: 21px;
}
.prolion_btn a span {
    font-size: 16px;
    color: #ffffff;
    margin-left: 12px;
}
.prolion_btn a:first-child {
    background-color: #48a03f;
}
/* 设置垂直滚动条的宽度和水平滚动条的高度 */
.propli_onr::-webkit-scrollbar{
    width: 8px;
    height: 8px;
}

/* 设置滚动条的滑轨 */
.propli_onr::-webkit-scrollbar-track {
      background-color: #ddd;
}

/* 滑块 */
.propli_onr::-webkit-scrollbar-thumb {
    background-color: #48a03f;
    border-radius: 4px;
}

 /* 滑轨两头的监听按钮 */
.propli_onr::-webkit-scrollbar-button {
    background-color: #48a03f;
    display: none;
}

.propli_hide {
    display: none ;
}

.prohome {
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.8);
}
.prohome ul li {
    width: 45%;
    height: 968px;
    overflow: hidden;
    position: relative;
    transition: all .5s;
}
.proh_pic {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.proh_des {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    flex-direction: column;
    justify-content: center;
}
.proh_desico {
    height: 60px;
    display: block;
    margin: 0 auto;
}
.proh_desp {
    font-family: PingFangSC-Medium;
	font-size: 30px;
    letter-spacing: 1px;
	color: #ffffff;
    margin-top: 28px;
    margin: 20px 0px ;
    text-align: center;
}
.proh_on {
    width: 66%;
}
.proh_on p {
	font-family: PingFangSC-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #eeeeee;
}
.proh_onlink {
    margin-top: 40px;
}
.proh_onlink  a {
    font-family: PingFangSC-Regular;
	font-size: 18px;
    padding: 17px 25px;
	line-height: 30px;
	color: #ffffff;
    border: solid 1px #eeeeee;
    display: block;
    width: 48%;
    margin-bottom: 24px;
}
.proh_onlink  a:hover  {
    background-color: #48a03f;
    color: #ffffff;
    border-color: #48a03f;
}
.prohome ul li.active {
    width: 55%;
}
.proh_onbot {
    display: none;
}

.prohome ul li.active .proh_desico {
    height: 40px;
    margin: unset;
}
.prohome ul li.active .proh_desp {
  text-align: left;
}
.prohome ul li.active .proh_onbot {
    display: block;
}




.waphead {
    width: 100%;
    height: 60px;
    padding: 0px 15px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 7, 22, 0.06);
}
.waptl img {
    height: 22px;
}
.waptm img {
    height:40px;
}
.waptr img.waptrico {
    height: 22px;
}

.wapsearch {
    width:100vw ;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    background-color: rgba(0,0,0,.8);
    display: none;
}
.waps_item {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.waps_item form {
    width: 80vw;
    height: 60px;
}
.waps_item form input {
    width:75%;
    height: 100%;
    padding-left: 15px;
    font-size: 16px;
    background-color: #ffffff;
}
.waps_item form button {
    background-color: #48a03f;
    border: 0px;
    height: 100%;
    width: 25%;
}
.waps_item form button img {
    filter:  grayscale(4000%) brightness(4000%);
}
.waps_close {
    text-align: right;
    margin-bottom: 20px;
    width: 80vw;
}
.waps_close img {
   display: inline;
}
.waprnavitem {
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
}
.wapnavxl  {
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
}
.wapnavxl_t {
    width: 100%;
    height: 60px;
    padding: 0px 15px;
}
.wapnavxl_titem {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #48a03f;
}
.wapnavxl_tl a img {
    height: 40px;
}
.wapnavxl_m {
    padding: 15px;
}
.wapnavxl_m ul li {
    margin-bottom: 20px;
}
.wapnavxl_m>ul>li>a {
    font-family: PingFangSC-Semibold;
	font-size: 18px;
	color: #080304;
    font-weight: bold;
}
.wapernav {
    margin-top: 10px;
}
.wapernav a {
    font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #555555;
    margin-right: 20px;
}
.wapnavxl_b {
    margin-bottom: 20px;
    width: 100%;
    background: url(../images/wapnavbotline.jpg) no-repeat center;
}
.wapnavxl_b ul {
    justify-content: center;
}
.wapnavxl_b ul li {
    margin-left: 50px;
    position: relative;
}
.wapnavxl_b ul li:first-child {
    margin-left: 0px;
}
.wapnavxl_b ul li img.wapnavxl_bimgtb {
   opacity: .45;
   height: 25px;
}
.wapnavxl_b ul li img.wapnavxl_bimgwx {
    filter: brightness(100%) grayscale(100%);
    height: 25px;
}
.wapnavxl_b ul li .top_rwxewm {
    top: -175px;
    left: -12px;
    background-image: url(../images/waptop_rwxewmbg.png);
}
.wapnavxl_b ul li .top_rwxewm  img {
    margin-top: 15px;
}
.wapbrandlist {
    width: 100%;
    margin: 30px 0px 70px;
    padding: 0px 10px;
    position: relative;
}
.wapbrandlist .swiper-container {
    height: 260px;
}
.wapbrandlist .swiper-slide {
    text-align: center;
    border: 1px solid #dddddd;
    height: calc((100% - 30px) / 2);
    padding: 10px;
}
.wapbrandlist .swiper-slide img {
    max-height: 70%;
    object-fit: contain;
}
.wapbrandpagination {
    text-align: center;
    width: 100%;
    left: 0px;
}
.wapbrandpagination .swiper-pagination-bullet {
    margin: 0px 4px;
}
.wapbrandpagination .swiper-pagination-bullet-active {
    background-color: #48a03f;
}
.wapfixed {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
}

.waphtml {
    width: 100%;
    height: auto;
}
.wapidx_about {
    padding: 400px 0px 170px;
    background: url(../images/wapidxaboutbg.jpg) no-repeat center;
    background-size: cover;
}
.wapidx_prot {
    width: 100%;
    height: 270px;
    background: url(../images/wapidxprobg.jpg) no-repeat bottom center;
    background-size: cover;
    
}
.wapidx_prob {
    width: 100%;
    height: auto;
}
.wapidx_pnitem {
    width: 100%;
    margin-top: 70px;
    background: url(../images/wapidxproline.png) no-repeat center;
    background-size: 100% 1px;
    background-position-y:44px;
}
.wapidx_pnitem ul {
    justify-content: center;
}
.wapidx_pnitem ul li { 
    text-align: center;
    margin-left: 30px;
}
.wapidxpronav {
    width: 100%;
}
.wapidxpronav h3 {
    font-family: PingFangSC-Semibold;
	font-size: 18px;
	color: #ffffff;
}
.wapidxpronav_y {
    width: 12px;
	height: 12px;
    border-radius: 50%;
	background-color: #ffffff;
    margin: 20px auto 0px;
}
.wapidx_pnitem ul li:first-child {
    margin-left: 0px;
}
.wapidx_pnitem ul li.active .wapidxpronav h3 {
    color: #48a03f;
}
.wapidx_pnitem ul li.active .wapidxpronav_y {
    background-color: #48a03f;
}
.wapidx_probitem {
    position: relative;
}
.wapidx_prob_on {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 20px;
}
.wapidx_prob_on h3 {
    font-family: PingFangSC-Semibold;
	font-size: 20px;
	letter-spacing: 1px;
    margin-bottom: 30px;
	color: #f7f8f9;
}
.wapidx_probitem2 {
    display: none;
}
.wapidxnewsbg {
    height: 650px;
    width: 100%;
    object-fit: cover;
}
.wapidxnews_pos {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.wapidxnews_top {
    padding: 0px 20px;
    margin: 40px 0px;
}
.wapidxnews_top h2 {
    font-family: PingFangSC-Semibold;
	font-size: 24px;
	letter-spacing: 1px;
	color: #ffffff;
}
.wapidxnews_bot {
    position: relative;
    padding: 20px;
    background-color: #ffffff;
}
.wapidxnewsswiper .swiper-slide {
    display: block;
}
.wapidxnewslist {
    padding: 15px;
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
    margin-top: 20px;
    background-color: rgba(255, 255, 255, .92);
}
.wapidxnewsliimg img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.wapidxnewslides {
    margin-top: 20px;
    height: 180px;
}
.wapidxnewslides span {
    font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #999999;
}
.wapidxnewslides h3 {
    font-family: PingFangSC-Medium;
	font-size: 18px;
	color: #080403;
    line-height: 30px;
    margin: 15px 0px ;
}
.wapidxnewslides p {
    font-family: PingFangSC-Regular;
	font-size:14px;
	line-height:20px;
	color: #555555;
}
.wapidxnews_bot .swiper-pagination {
    text-align: center;
    width: 100%;
    bottom: -35px;
}
.wapidxnews_bot .swiper-pagination-bullet {
    margin: 0px 4px;
}
.wapidxnews_bot .swiper-pagination-bullet-active {
    background-color: #48a03f;
}
.wapidxnews_bot .swiper-button-next, .wapidxnews_bot .swiper-button-prev {
    top: 105%;
}
.wapidxnews_bot .swiper-button-next::after, .wapidxnews_bot .swiper-button-prev::after {
   font-size: 20px;
   color: #dddddd;
}
.wapidxvideo {
    margin-top: 0px;
}
.wapfootitem {
    margin-top: 50px;
    background-color: #0070c0;
	border-radius: 8px;
    width: 100%;
    padding: 50px 10px;
}
.wf_links {
    width: 100%;
    padding: 15px 0px;
    position: relative;
    border-top: 1px solid #004a99;
    border-bottom: 1px solid #004a99;
}
.wf_links p {
    font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #ffffff;  
}
.wf_links img {
    height: 7px;
}
.wf_linkslist {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 50px;
    left: 0px;
    background-color: #004a99;
    display: none;
}
.wf_linkslist ul li a {
    font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #ffffff; 
    padding: 15px 0px;
    display: block;
    width: 100%;
    padding-left: 10px;
    border-bottom: 1px solid #0070c0; 
}
.wf_wxitem {
    justify-content: center;
    margin-top: 30px;
}
.wfwx_limg {
    height: 100px;
    margin-right: 15px;
}
.wfwx_r p {
    font-family: PingFangSC-Regular;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
}
.wapfoot_copy {
    padding: 20px 10px;
}
.wapfoot_copy p {
    text-align: center;
    font-family: PingFangSC-Regular;
	font-size: 14px;
    line-height: 20px;
	color: #999999;
}
.wapfoot_copy p span,.wapfoot_copy p a {
    font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #999999;
}
.wapidxnews {
    position: relative;
}


.prolist_main {
    align-items: flex-start;
    margin-top: 80px;
}
.prolist_bl {
    width: 19%;
}
.prolist_bl_name {
    flex-direction: column;
    justify-content: center;
    width:100%;
    height: 103px;
    background: url(../images/pronamebg.jpg) no-repeat center ;
    background-size: cover;
}
.prolist_bl_name h2 {
    font-size: 24px;
	color: #ffffff;
}
.prolist_bl_name p {
    font-size: 14px;
	color: #a0adbc;
    padding-top: 5px;
}
.prolist_bl_nav {
    width:100%;
}
.prolist_bl_nav ul li {
    width:100%;
    cursor: pointer;
    margin-top: 6px;
    border-left: 2px solid #88cd5c;
    justify-content: flex-start;
	background-color: #f7f8fa;
}
.prolist_bl_yinav {
    padding:0px 25px;
    width: 100%;
    justify-content: flex-start;
}
.prolist_bl_nav ul li img.prolist_bl_navico {
    height: 21px;
    transition: all 0s;
}
.prolist_bl_nav ul li h3 {
    font-size: 20px;
	color: #080304;
    width: 88%;
    line-height: 25px;
    padding: 15px;
    font-weight:600;
    transition: all 0s;
}
.prolist_bl_ernav {
    width:100%;
    height:auto;
    padding: 20px;
    background-color:#f7f8fa;
}
.prolist_bl_ernav dl {
    margin-bottom: 20px;
}
.prolist_bl_ernav dl dt {
    
    margin-bottom: 10px;
    justify-content: flex-start;
}
.prolist_bl_ernav dl dt h4 {
    font-size: 18px;
	color: #080304;
    margin-left: 8px;
	font-weight: bold;
}
.prolist_bl_ernav dl dt span {
    display:block;
    width:10px ;
}
.prolist_bl_ernav dl dt span.probl_jian {
    display:none;
}
.prolist_bl_ernav dl dd {
    padding-left: 15px;
}
.prolist_bl_ernav dl dd a {
    text-decoration: underline;
	font-size: 16px;
	line-height: 36px;
	color: #555555;
}
.prolist_bl_ernav dl dd a:hover {
    color: #ffc000;
}
.prolist_bl_sannav {
    display:none;
}
.prolist_bl_sannav.active {
    display: block;
}
.prolist_bl_ernav dl dt.active h4 ,.prolist_bl_ernav dl dt.active h4 a {
    color: #0070c0;
}
.prolist_bl_ernav dl dt.active span{
    color: #0070c0;
}
.prolist_bl_ernav dl dt.active span.probl_jia {
    display:none;
}
.prolist_bl_ernav dl dt.active span.probl_jian {
    display: block;
}

.prolist_bl_yinav:hover ,.prolist_bl_nav ul li.active .prolist_bl_yinav.active{
    background-color: #48a03f;
    border-color:  #0070c0;
}

.prolist_bl_yinav:hover  h3 ,.prolist_bl_nav ul li.active .prolist_bl_yinav.active h3 {
    color:#ffffff;
}
.prolist_bl_yinav:hover  img.prolist_bl_navico ,.prolist_bl_nav ul li.active .prolist_bl_yinav.active  img.prolist_bl_navico {
    filter:grayscale(1000%) brightness(1000%) ;
}
.prolist_bl_ernav {
    display: none;
}
.prolist_bl_nav ul li.active .prolist_bl_ernav {
    display: block;
}
.prolist_bl_bot {
    margin-top:22px;
    height: 368px;
    padding:22px;
    flex-direction: column;
    justify-content: center;
    background:url(../images/prolist_lbg.jpg) no-repeat;
    background-size: cover;
}
.prolist_bl_bot h4 {
	font-size: 24px;
	line-height: 32px;
    text-align: center;
	color: #ffffff;
    margin-bottom: 35px;
}
.prolist_bl_line {
    height: 1px;
    width: 100%;
	background-color: #54ae1b;
}
.prolist_bl_line2 {
    background-color: #a0ed6f;
}
.prolist_bl_ico img {
    height: 45px;
    margin-top: 20px;
}
.prolist_bl_desc {
    text-align: center;
}
.prolist_bl_desc h5 {
    font-size: 16px;
    margin: 20px 0px 15px;
	color: #ffffff;
}
.prolist_bl_desc p {
    font-size: 26px;
	font-weight: bold;
	color: #ffffff;
}
.prolist_br {
    width: 77%;
}
.prolist_br ul li {
    width: 31%;
    transition: all .5s;
    float: left;
    margin-bottom:30px;
    margin-right: 1.5%;
}
.prolist_brimg {
    height:260px;
    overflow: hidden;
    width: 100%;
}
.prolist_brimg img {
    width: 100%;
    height:100%;
    object-fit: cover;
}
.prolist_brdesc {
    height:120px;
    width: 100%;
    padding: 0px 25px;
    background-color: #f7f8fa;
}
.prolist_brdesc_l img {
    height:30px;
    transition: all 0s;
}
.prolist_brdesc_l h4 {
    margin-top: 15px;
    font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #080304;
    transition: all 0s;
}
.prolist_brdesc_r img {
    width:45px;
    transform: rotate(-45deg);
}
.prolist_br ul li:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.38);
}
.prolist_br ul li:hover .prolist_brimg img {
    transform: scale(1.1);
}
.prolist_br ul li:hover .prolist_brdesc {
    background-color:#0070c0 ;
}
.prolist_br ul li:hover .prolist_brdesc_l img {
    filter:grayscale(1000%) brightness(1000%) ;
} 
.prolist_br ul li:hover .prolist_brdesc_l h4 {
    color:#ffffff;
}
.prolist_br ul li:hover .prolist_brdesc_r img {
    transform: unset;
}

.prolistpage {
    margin-top:50px;
}
.prolistpage ul {
    width: 100%;
    height:auto;
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}
.prolistpage ul li {
    float:unset;
    width:auto;
    margin: 0px 20px;
    width: 40px;
	height: 40px;
    border-radius: 50%;
    text-align: center;
    border: solid 1px #dddddd;
}
.prolistpage ul li:first-child {
    width: auto;
    border: 0px;
}
.prolistpage ul li a ,.prolistpage ul li span {
    font-size: 18px;
	color: #999999;
    line-height: 36px;
}
.prolistpage ul li:hover  {
    border-color: #48a03f;
    background-color: #48a03f;
    box-shadow: unset;
}
.prolistpage ul li:hover a {
    color: #ffffff;
}
.prolistpage ul li:first-child:hover {
    background: none;
    border: 0px;
    border-color: unset;
}

.prode_top {
    align-items: flex-start;
}
.prode_tl {
    width:45%;
    height: 470px;
}

.prode_tl .gallery-top {
    height: 73%;
    width: 100%;
    border: solid 1px #909090;
  }
.prode_tl .gallery-top .swiper-slide {
    padding: 15px;
}
.prode_tl .gallery-top .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.prode_tl  .gallery-thumbs {
    height: 25%;
    margin-top: 1.5%;
    box-sizing: border-box;
    padding: 10px 0;
  }
.prode_tl  .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    border: solid 1px #dddddd;
    padding: 8px;
    opacity: 0.4;
  }
.prode_tl .gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.prode_tl  .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
  }
.prode_tr {
    width: 49%;
}
.prode_tr_title h2 {
    font-size: 30px;
    font-weight: bold;
	letter-spacing: 1px;
	color: #080304;
}
.prode_tr_desc ul li {
    width: 100%;
    margin: 40px 0px 0px;
}
.prode_tr_desc ul li h4 {
    text-decoration: underline;
	font-size: 20px;
	color: #0070c0;
    margin-bottom: 20px;
    text-underline-offset: 5px; /* 设置下划线与文本之间的距离 */
}
.prode_tr_desc ul li p {
    font-size: 18px;
	line-height: 32px;
	color: #555555;
}
.prode_tr_desc ul li:hover {
    box-shadow: unset;
}

.prode_tr_bts {
    width: 100%;
    justify-content: flex-start;
    margin-top: 60px;
}
.prode_trbtn {
	width: 160px;
	height: 50px;
	background-color: #48a03f;
	border-radius: 2px;
    justify-content: center;
}
.prode_trbtn2 {
    margin-left: 40px;
    background-color: #0070c0;
}
.prode_trbtn p {
    color: #ffffff;
    margin-left: 10px;
    font-size: 16px;
	color: #ffffff;
}



.prode_mid {
    margin-top: 50px;
}
.prode_mid_item {
    margin-bottom: 50px;
}
.prode_mid_ith3 {
    text-decoration: underline;
	font-size: 20px;
    text-underline-offset: 3px;
	letter-spacing: 1px;
	color: #0070c0;
    padding-left: 17px;
    background: url(../images/bannerico_on.png) no-repeat center left;
}
.prode_mid_content {
    margin-top: 25px;
}
.prode_mid_content ,.prode_mid_content p {
    font-size: 16px;
	line-height: 30px;
	color: #555555;
}
.prode_mid_content table {
    table-layout: fixed;
    width: 100%;
}
.prode_mid_content table tr td {
	color: #555555;
    text-align: center;
    font-size: 16px;
    height: 45px;
    border: 1px solid #dddddd;
}
.prode_mid_content table tr td:first-child,.prode_mid_content table tr td:first-child p,.firstRow td {
    background-color: #0070c0 !important;
    color: #ffffff;
}

.prode_mid_itzysx {
    border-bottom: 1px solid #dddddd;
}
.prode_mid_itzysxh3 {
    font-size: 16px;
    width: 120px;
	height: 42px;
	background-color: #48a03f;
    text-align: center;
    line-height: 40px;
	color: #ffffff;
}

.wappro_nav {
    width:100%;
    height:50px;
    background-color: #0070c0;
    position: fixed;
    top: 60px;
    left: 0px;
    z-index: 999;
}
.wappro_navitem_name {
    position:relative;
}
.wappro_navitem_name h2 {
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-size: 18px;
}
.wappro_navico {
    position:absolute;
    right:15px;
    top:13px;
}
.wappro_navico img {
    height: 20px;
    filter: brightness(10000%) grayscale(10000%);
}
.wappro_navtop {
    background-color: #0070c0;
    padding: 10px 15px ;
    display:none;
}
.wappro_navtop ul li {
    margin: 20px 0px;
}
.wappro_navtop ul li a {
    color: #ffffff;
    font-size: 16px;
}
.wappro_navtop ul li dl  {
    margin-top: 5px;
}
.wappro_navtop ul li dl dt a {
    font-weight: normal;
    line-height: 30px;
    padding-left: 15px;
}
.wappro_navtop.active {
    display: block;
}


/*新增翻页*/
.pages{
    width: 100%;
    padding-top: 80px;
}
.pages ul{
    margin: 0;
    display: flex;
    justify-content: center;
}
.pages ul li{
    /*padding: 0 20px;*/
    padding: 0 1.04666667vw;
}
.pages ul li a,.pages ul li span{
    width: 41px;
    height: 41px;
    border-radius: 50% !important;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #DDDDDD;

    font-size: 18px;
    color: #999999;
}
.pages ul li a i,.pages ul li span i{
    font-size: 18px;
    color: #999999;
}

.pages ul li.active span,.pages ul li a:hover{
    background: #49A940;
    border-color: #49A940;
    color: #fff;
}
.pages ul li a:hover i,.pages ul li span:hover i{
    color: #fff;
}