@charset "utf-8";

/*通用*/
.pg-box{padding-left: 0px; padding-right: 0px;}


/* banner */
.pg-banner{height: 620px;max-width: 1920px;margin: 0px auto;width: 100%; overflow: hidden;  position: relative; }
.pg-ban-img{height: 100%; -webkit-animation: scaleAnim 5s ease forwards;  animation: scaleAnim 5s ease forwards;}
.pg-banner .pg-ban-box{display: table; width:100%; height:100%;position: absolute; top: 0;}
.pg-banner .pg-ban-box .container{display: table-cell; vertical-align: middle;}
.pg-banner-tit{ color:#fff; margin: 0px auto; width: 50%; text-align: center; padding-top: 20px;  transform: scale(1) !important; position: relative; z-index: 1;}  
.pg-banner-tit h1{ padding-bottom: 20px; font-size: 2rem; font-weight: normal; position:relative;}
.pg-banner-tit span{color: rgba(255, 255, 255, 0.6);  font-size:1.1rem; font-family: "Arial"; font-weight: normal; font-style: italic; display: inline-block; padding-left: 5px;}
.pg-banner-tit p{color:rgba(255, 255, 255, 0.9);}
.pg-banner.abc .pg-banner-tit{margin-top: -80px;}

@keyframes scaleAnim{
    0%{         
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}



/*内页头部*/
.pg-main{perspective: 2000px; perspective-origin: top;}
.pg-head{ background: #f5f5f5;  padding: 15px 40px;  transition: 0.5s; }
.pg-head.xs{ -webkit-transform: rotateX(90deg) rotateZ(0); transform: rotateX(90deg) rotateZ(0);    border-bottom: 1px solid #fff; }
.pg-nav-tit h1{ font-size: 24px; font-weight: normal; color: #333; padding-bottom: 5px;}
.pg-nav-tit p{ font-family: "Arial"; font-size: 14px; color: #999; }

/*位置*/
.pg-position img{display:inline-block; margin-right: 10px; vertical-align: sub;}
.pg-position a{ color:#666; transition: all 0.36s ease;}
.pg-position b{font-weight: 100; color:#999; display: inline-block; padding: 0px 10px;}
.pg-position span{color:#999;}
.pg-position a:hover{color: #dd4012;}
/*详情位置*/
.pg-deta-wz{background: #f5f5f5; padding: 10px 0px;}

/*内页导航*/
.pg-nav-list ul li{  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.pg-nav-list ul li a{ padding-bottom: 0px; padding-top: 10px; padding-left: 16px; padding-right: 70px; color: #666; position: relative; display: inline-block;     transition: all 0.3s ease-out 0s; display: block;      font-weight: normal; }
.pg-nav-list ul li a::before{ left:-10px; top: 16px; content: ""; position: absolute; width:3px; height: 15px; background: transparent;     transition: all 0.3s ease-out 0s; }
.pg-nav-list ul li a.active{ color:#dd4012; font-weight:600;}
.pg-nav-list ul li a.active i{ color:#dd4012;}
.pg-nav-list ul li a.active::before{ left:0; background:#dd4012;}

.pg-nav-list ul li a i{font-weight: normal;  position: absolute;  right: 40px; font-size: 1.2rem; font-weight: normal; color: #ccc; transition: all 0.36s ease;     top: 10px;}

.pg-nav-list ul li a:hover, .pg-nav-list ul li a:hover i{ background:#dd4012;  color:#fff;}
.pg-nav-list ul li a:hover::before{left:0;  background:#dd4012;}
.pg-nav-list ul{ padding-left: 0px}

/*推荐新闻*/
.ptn-h1{font-size: 1.2rem; border-top: solid 1px #e0e0e0; padding-top: 30px; display: inline-block;}
.pg-tj-news ul li{ padding-left: 16px; position: relative; padding-right: 30px;}
.pg-tj-news ul li::before{position: absolute; left: 0; top: 10px;  width: 6px; height: 6px; background: #ccc; border-radius: 100%; content: ''; transition: all 0.36s ease;}

.pg-tj-news ul li a{font-size: 1rem; padding-bottom: 15px; display: block;}
.pg-tj-news ul li a .ptn-1{line-height: 160%; color:#666;}
.pg-tj-news ul li a .ptn-2{ font-size: 0.8rem; color:#999;}
.pg-tj-news ul li:hover::before{ background-color:#dd4012;}
.pg-tj-news ul li:hover .ptn-1{color:#dd4012;}
/*详细页*/
.pg-text p{ line-height: 200%; color:#666; }
.pg-text hr{ margin-top: 20px; margin-bottom: 20px;}
.pg-text p img{ max-width: 100%;}
.pg-text-deta{ padding: 20px; background: #f5f5f5; }

/*案例详情*/
 .pg-case .service-style2 .service-item-thumb .service-item-content{padding: 0px; }
 .pg-case .service-style2 .service-item-thumb .service-item-content h4{padding-bottom: 0px;}
 .pg-case .service-style2 .service-item-thumb .service-item-content h4 a{font-size: 1.2rem; font-weight: bold; text-align: center; display: block;}
 .pg-case .service-style2 .service-item-thumb .service-item-content h6{display:none; text-align: center; padding-top: 10px; padding-bottom: 0px; line-height: 160%; padding-top: 0px;}
 .pg-case .service-style2{margin-bottom: 40px;}


/*其他导航与详情*/
.pg-order-head{ height: 150px; margin-top: -90px; background: #fff; text-align: center;}
.pg-order-head-tit{ padding-top: 80px;}
.pg-order-head-tit h1{ font-size: 24px; font-weight: normal; color: #333; padding-bottom: 5px;}
.pg-order-head-tit p{ font-family: "Arial"; font-size: 14px; color: #999; }
.pg-order-text{ padding-left: 20px; padding-right: 20px;}
.pg-order-text h1{font-size: 16px; color: #333; padding: 20px;  margin-bottom: 5px; font-weight: bold; background: #f5f5f5; padding: 15px;}
.pg-order-text p{ padding: 10px 20px; position: relative; padding-left: 40px;}
.pg-order-text p::before{ content: ''; position: absolute; left:20px;   top:18px; width:8px; height: 8px; background:#999;}


/*新闻列表*/
.pg-news-list{ padding-bottom: 40px;}
.news-pnl-img{ overflow: hidden;}
.news-pnl-img img{ max-width: 100%; transition: all 0.36s ease;}
.pg-news-list .news-pnl-tit{transition: all 0.36s ease; margin-left:-20px;  }
.news-npt-t1{ font-size: 1.2rem; font-weight: bold; color:#333; padding-bottom: 15px; padding-top: 10px;  transition: all 0.36s ease;}
.news-npt-t2{ font-size: 0.88rem; color:#999; line-height: 100%;}
.news-npt-t3{ font-size: 0.88rem; color:#999; height: 50px; line-height: 160%; margin-top: 10px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis;}
.pg-news-list{ background: #f5f5f5; padding: 20px; margin-bottom: 40px; transition: all 0.36s ease; width:100%;}
.pg-news-list .news-pnl-tit .news-npt-tt{transition: all 0.36s ease; }

.pg-news-list:hover .news-pnl-img img{ transform: scale(1.08, 1.08);}
.pg-news-list:hover{ background: #dd4012;}
.pg-news-list:hover .news-npt-t1{ color: #fff;}
.pg-news-list:hover .news-pnl-tit .news-npt-tt{padding-left: 20px; border-left:solid 1px rgba(255, 255, 255, .3);  }
.pg-news-list:hover .news-npt-t2, .pg-news-list:hover .news-npt-t3{color:rgba(255, 255, 255, .8);}


/*新闻详情*/
.news-deta-tit{text-align: center;}
.news-deta-tit h1{ font-size: 1.8rem; color:#333; line-height: 200%; }
.news-deta-tit p{ font-size: 0.88rem; color:#999; line-height: 180%; }

.news-deta-tit p i{vertical-align: middle; display: inline-block; padding-right: 5px;}

/*分页*/
.page-next{border-top:dashed 1px #e0e0e0;}
.pn-list a{color:#999;}
.pn-list a:hover{color:#dd4012;}
/*翻页*/
.pager{margin: 0px;}
.pager li>a:focus, .pager li>a:hover{ background: #dd4012; color:#fff;  border:solid 1px #dd4012;}

/*案例列表*/
.pg-case-list{ position: relative; margin-bottom: 40px;}
.pg-case-list a{ display: block;}
.case-pcl-img img{ max-width: 100%;}
.case-pcl-tit{ text-align: center; background: rgba(29, 107, 195, 0.9); z-index: 2;  position: absolute; bottom: 0px; width: 100%;   color:#fff; height: 50px;  overflow: hidden;  transition: all 0.5s ease;}
.case-pcl-t1{ padding: 15px 20px; font-size: 14px; }
.case-pcl-t2{ padding: 0px 40px; font-size: 12px; color: rgba(255, 255, 255, 0.8); line-height: 180%; }
.case-pcl-t3{ padding-top: 30px;}
.pg-case-list a:hover .case-pcl-tit{ height: 100%;}
.pg-case-list a:hover .case-pcl-tit{ padding-top: 60px;}
.pg-case-list a:hover .case-pcl-t1{ font-size: 16px;}


/*案例详情*/
.abc-h1{ font-size: 2rem; color:#333; margin-bottom: 30px; line-height: 110%; position: relative; padding-left: 23px;}
.abc-h1::before{content: ''; height: -webkit-fill-available; position: absolute; width: 3px; background: #dd4012; left: 0; top: 0; display: block;}
.pg-case-bt{ font-size: 2.4rem; border-bottom: solid 1px #e0e0e0; line-height: 180%; padding-bottom: 20px; color: #333; }
.pg-case-lb .swiper-container {border-radius: 6px;}
.pg-case-lb .swiper-container .swiper-slide img{border-radius: 6px;}
.pg-case-lb .swiper-button-next, .pg-case-lb .swiper-button-prev {width: 50px; height: 50px; background: rgba(0, 0, 0, 0.6); text-align: center; line-height: 50px;}
.pg-case-lb .swiper-button-next::after, .pg-case-lb .swiper-button-prev::after{ font-size: 0.9rem; color:#fff;}
.pg-case-lb .swiper-button-next{right: 0;}
.pg-case-lb .swiper-button-prev{left: 0;}
.pg-case-lb .swiper-pagination .swiper-pagination-bullet{ width:10px; height:10px; border-radius:5px; background:rgba(255,255,255,1); margin:0px 5px; transition:all 0.36s ease; opacity:1;}
.pg-case-lb .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ width:30px; background:#fff; }

.pg-case-li{border-right: solid 1px #e0e0e0; }
.pg-case-li p{padding-bottom: 10px;}





/*内页通用头部*/
.pg-ab-head{ text-align: center;}
.pg-ab-head h1{font-size: 2rem; color: #333;  font-weight: normal; }
.pg-ab-head span{ font-size: 2rem; color:#ccc; font-weight: normal; font-weight: 100; padding-left: 15px; line-height: 160%; display: inline-block; text-align: center; }
/*关于我们*/
.pg-ab-img{position: relative; padding-top: 20px; padding-left: 20px; overflow: hidden;}
/*.pg-ab-img::before{ width: 30%; height: 50%; background: #dd4012; content: ''; border-radius: 6px; position: absolute; top: 0; left: 0; right: 0; z-index: 0;}
*/.pg-ab-img  img{ max-width: 100%; position: relative; z-index: 0; border-radius: 6px; transition: all 0.36s ease;}








/*品牌文化*/
.pg-ppwh-list{ background-color: #fff; padding: 40px;}
.pg-ppwh-list .pg-ppwh-t1{font-size: 1.1rem; color:#666; padding-bottom: 20px;}
.pg-ppwh-list .pg-ppwh-t2{font-size: 1.6rem; color:#dd4012; line-height: 150%;}
.pg-ppwh-list .pg-ppwh-t3{ padding-top: 30px;}
.pg-ppwh-list .pg-ppwh-t3 img {max-width: 100%;}


/*企业文化*/
.pg-qywh ul li:nth-child(1){padding-bottom: 40px;}
.pg-qywh ul li:nth-child(even) .pg-qywh-tit{order:2;}
.pg-qywh-tit{ padding-top: 20px;}
.pg-qywh-tit h1{ border-radius: 4px; padding: 0px 20px; margin-bottom: 30px;  height: 36px; line-height: 36px; background-color: #dd4012; color: #fff; display: inline-block; font-size: 18px; font-weight: normal;}
.pg-qywh-tit p{  line-height: 200%;}
.pg-qywh-img img{ max-width: 100%;}


/*发展历程*/
.pg-falc  .container{ position: relative;}
.pg-falc-box.swiper-container .swiper-slide{ background-color: #fff; padding: 30px;  min-height: 350px;}
.pg-falc-box.swiper-container .swiper-slide h1{ font-family: Arial, Helvetica, sans-serif;  font-weight: normal; font-family: 'HelveticaNeueLTPro-ThEx'; font-size: 36px; letter-spacing: 1px; color: #333;}
.pg-falc-box.swiper-container .swiper-slide .pg-falc-list{ margin-top: 20px; padding-left: 20px; border-left: solid 1px #e0e0e0; position: relative; }
.pg-falc-box.swiper-container .swiper-slide .pg-falc-list p{font-size: 14px; line-height: 200%; padding-bottom: 20px;}
.pg-falc-box.swiper-container .swiper-slide .pg-falc-list img{ position: absolute; left: 0; top: 0; left: -10px;}


.pg-falc-box .swiper-pagination .swiper-pagination-bullet{ width:10px; height:10px; border-radius:10px; background:rgba(0,0,0,0.15); margin:0px 5px; transition:all 0.36s ease; opacity:1;}
.pg-falc-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background:#dd4012; }








/*==分页==*/
.paginator{ font-family:Arial; text-align: center; }
.paginator a { transition: all 0.36s ease;  width:36px; color: #666;  text-align:center; height:36px; line-height:36px; display:inline-block; text-decoration:none;  background:#f5f5f5;  margin:0 5px; color:#666; transition: all 0.36s ease;}
.paginator a i {display:inline-block; font-size: 16px; line-height:34px; }
.paginator a:hover { background:#dd4012; color:#fff; }
.paginator span.cpb { transition: all 0.36s ease; text-align:center;  width:36px; height:36px;  line-height:36px; display:inline-block; color:#fff; background:#dd4012; margin-left: 5px; }
.paginatordis{ display:none;}


/*团队列表*/
.pg-team .team-block-style1{ padding-bottom: 20px;}

/*团队详情*/
.itd-img img{ max-width: 100%; border-radius: 10px;}
.itd-tit .itd-tit-1 h1{ color:#dd4012; line-height: 120%; padding-bottom: 15px; font-size: 1.8rem;}
.itd-tit .itd-tit-1 p{  color:#999;}
.itd-tit .itd-tit-1 { border-bottom: solid 1px #e5e5e5; padding-top: 40px; padding-bottom: 30px;}
.itd-tit-2{ padding-top: 30px;}

/*联系我们*/
.pg-con-tit .pct-t1{font-size:1.8rem; color:#333333; line-height:120%;font-weight:bold; padding-bottom:15px;}
.pg-con-tit .pct-t2{font-size:1.1rem; color:#999;}
.pg-con-tit .pct-t3 img{width:80px; height:80px; position:absolute; left:0; top:40px;}
.pg-con-tit .pct-t3 ul li{padding-top:40px; padding-left:100px; position:relative; min-height:120px;}
.pg-con-tit .pct-t3 ul li p{font-size:1rem; color:#666666; padding-top:8px; padding-bottom:5px;}
.pg-con-tit .pct-t3 ul li h2{font-size:1rem; color:#333333; font-weight:bold;}

.pcm-box{ background:#f5f5f5; padding:40px; border-radius:6px;}
.pcm-tit{font-size:1.8rem; font-weight:bold; color:#333333; line-height:120%; padding-bottom:10px;}
.pcm-input{padding-top:20px;}
.pcm-input input{ width:calc(100% - 0px); padding:0px 20px; height:50px; line-height:50px; font-size:1rem; color:#666; border:none; border-radius:6px; outline:none;}
.pcm-textarea{padding-top:20px;}
.pcm-textarea textarea{ width:calc(100% - 0px); padding:20px 20px; height:100px;  font-size:1rem; color:#666; border:none; border-radius:6px; outline:none;}
.pcm-input input.input-an{background:#dd4012; color:#fff; font-size:1.3rem; text-align:center; width:100%; cursor:pointer; transition: all 0.36s ease;}

.pg-contact-map .pg-map{padding:40px; border-radius:6px; background:#f5f5f5;}

.pcm-input input.input-an:hover{background: #333;}


.col-xl-6{max-width:50% !important;}
html, body{min-width:1280px;}

@media (max-width: 1500px) {
    .container{  width: 100%; max-width: none !important;} 
	.ix-header .ix-nav .navitem>a{ padding: 0 0px;}
}

@media (max-width: 1280px) {
    .container{  width: 1240px; max-width: none !important;} 
	.ix-header .ix-nav .navitem>a{ padding: 0 0px;}
}


/*@media (max-width: 1080px){

    .pg-banner-tit{ width: 90%;}*/

    /*新闻列表*/
    /*.news-npt-t3{ display: none;}


}

@media (max-width: 780px){

    .pg-box{padding-left: 0px; padding-right: 0px;}*/
    /* 内页导航 */
    /*.pg-head{ display: none;}*/ 
    /*新闻动态*/
    /*.news-npt-t1{  padding-bottom: 10px; line-height: 150%; padding-top: 0px;}
    .news-npt-t3{ display: none;}*/
    /*联系我们*/
    /*.pg-con-tit .pct-t1{padding-top: 0px; padding-bottom: 0px;}
    .pg-con-tit .pct-t3{padding-bottom: 40px;}
    .pg-con-tit .pct-t3 ul li{padding-left: 80px; min-height: 80px; padding-top: 20px;}
    .pg-con-tit .pct-t3 img{width: 60px; height: 60px; top: 25px;}
    .pg-con-tit .pct-t2{padding-bottom: 0px;}

    .pcm-box{padding: 0px; background: #fff; }
    .pcm-input input{background: #f5f5f5;}
    .pcm-textarea textarea{background: #f5f5f5;}
    .pg-contact-map .pg-map{padding: 10px;}

 
}

@media (max-width: 640px){

    .pt6{ padding-top: 30px;}
    .pb6{ padding-bottom: 30px;}
    .row{ margin-left: -10px; margin-right: -10px;}
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{ padding-right: 10px; padding-left: 10px;}


    .pt10{ padding-top: 30px;}
    .pb10{ padding-bottom: 30px;}
    .pt4{ padding-top: 30px;}
    .pb4{padding-bottom: 30px;}*/




    /*内页顶部图片*/
    /*.pg-ban-img{    background-size: 1000px !important; background-position-x: 30% !important;}*/


    /*内页标题*/
    /*.pg-banner-tit{width:100%;}
    .pg-banner{height:200px;}
    .pg-banner-tit h1{font-size: 1.5rem;     padding-bottom: 10px;}

    .pg-banner.abc .pg-banner-tit{margin-top: 0px; padding-top: 0px;}*/

    
   /*关于我们*/

   /*.pg-ppwh-list{ padding: 20px; margin-bottom: 30px;}
   .pg-ppwh-list .pg-ppwh-t3{ padding-top: 20px;}
   .pg-ppwh.pb10{ padding-bottom: 0px;}
   .pg-qywh-tit{ padding-top: 0px;}
   .pg-falc .swiper-button-prev, .pg-falc .swiper-button-next{ top: 10px;}
   .pg-falc-box.swiper-container .swiper-slide{ padding: 20px;}*/

    /*企业文化*/
    /*.pg-qywh ul li:nth-child(even) .pg-qywh-tit{order:unset;}
    .pg-qywh ul li .pg-qywh-img{padding-top: 20px;}*/

 

   /* 内页导航 */
   /*.pg-head{ display: none;}
   .pg-nav{ padding-bottom: 10px;}
   .pg-nav-list ul{ border:none;}
   .pg-nav-list ul li{ width: calc((100% - 20px)/2); float: left; margin-left: 20px; margin-bottom: 20px; text-align: center;}
   .pg-nav-list ul li:nth-child(odd){margin-left: 0px; }
   .pg-nav-list ul li a{ display: block;  background: #f5f5f5; padding: 8px 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%;}
   .pg-nav-list ul li a i{display: none;}
   .pg-nav-list ul::after{content: ''; clear: both; display: block; height: 0; }
   .pg-nav ul li a.active{ background-color: #dd4012; color:#fff;}
   .pg-nav ul li a::before{ content: none;}



   .pg-tj-news{display: none;}*/


   /*新闻动态*/
   /*.pg-nav{ border-right: none;}
   .pg-nav-list ul li{padding-top: 0px;}
   .pg-news-list{ margin-bottom: 20px;}
   .news-npt-t1{ font-size: 1rem;}
   .news-deta-tit h1{ font-size: 1.2rem;}
   .pg-news-list .news-pnl-tit{margin-left: 0px;}*/

   /*其他详情页*/
   /*.pg-order-head-tit h1{ font-size: 20px;}
   .pg-order-head{margin-top: 0px; height: 120px;}
   .pg-order-head-tit{ padding-top: 40px;}
   .pg-order-text{ padding-left: 0px; padding-right: 0px;}*/




   /* 联系我们 */
    /*.pct-t1{ padding-top: 0px; font-size: 16px;}
    .pct-t3{ width: 100%; font-size: 12px;}
    .pct-t2{ padding-top: 10px; padding-bottom: 10px;}
    .pcx-t1{ margin-bottom: 20px;}
    .pcx-t1 h1{font-size: 16px;}
    .pct-t0{ width: 100%;}
    
    .pg-con-img{ padding-bottom: 30px;}
    .pg-zp-list i{ font-size: 26px;}

    .pg-con-list { padding: 20px; padding-left: 80px; text-align: left; height:initial;}
    .pg-con-list p{ height: initial;}
    .pg-con-list img{ position: absolute; left: 20px; top: 20px;}
    .pg-con-list h1{ font-size: 16px; font-size: 15px; padding-top: 10px;}
    .pg-con-list:nth-child(3){ margin-bottom: 20px;}
    .pg-map{ height: initial;}
    .pg-ppwh.abc.pb10{ padding-bottom: 10px;}*/


    /*案例列表*/
    /*.pg-case .service-style2{margin-bottom: 30px;}
    .pg-team .team-block-style1{padding-bottom: 0px;}*/
    /*案例详情*/
    /*.pg-case-li{border-right: none;}
    .pg-case-bt{font-size: 1.6rem;}
    .abc-h1{font-size: 1.4rem; margin-bottom: 20px;}
    .pg-deta-wz{ display: none;}
    .pg-case-lb .swiper-button-next, .pg-case-lb .swiper-button-prev{display: none;}
    .pg-case-deta .pg-text{padding-top: 20px;}

}*/



    /*新增*/
     .pg-nav{ padding-bottom: 60px;}
   .pg-nav-list ul{ border:none; display:flex; gap:20px;     justify-content: center;}
   .pg-nav-list ul li{ padding:0px 0px;  text-align: center;}
   .pg-nav-list ul li:nth-child(odd){margin-left: 0px; }
   .pg-nav-list ul li a{ display: block; border-radius:6px; background: #f5f5f5; padding:11px 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%;}
   .pg-nav-list ul li a i{display: none;}
   .pg-nav-list ul::after{content: ''; clear: both; display: block; height: 0; }
   .pg-nav ul li a.active{ background-color: #dd4012; color:#fff;}
   .pg-nav ul li a::before{ content: none;}

   .team-block-style1 .team-bottom-part .team-title{font-size:1rem;}


   /*新-新闻列表*/
   .pg-news-a .news-pnl-img .news-npt-t2{width:80px; text-align:center; height:80px; background:#dd4012; color:#fff; position:absolute; left:-30px; padding-top: 10px; top:50%; margin-top:-40px; border-radius:6px;}
      .pg-news-a .news-pnl-img .news-npt-t2 p{font-size:2rem; line-height:120%;}


/*新-团队*/
.ix-man-abc{ text-align:left; padding:50px 30px; border:solid 1px #e5e5e5;  border-radius:50px;height: 460px; position: relative;  z-index: 2;}
.ix-man-box .swiper-slide{border-radius:50px; overflow: hidden;     background: #fff;}
.ix-man-box .swiper-slide::after{content: '';  width: 60px;  height: 60px;  position: absolute;     bottom: 80px; left: 60px; border-radius: 100px; z-index: 1;}
.ix-man-box .swiper-slide:hover::after {    width: 100%; height: 100%;  bottom: 0;  left: 0;  background-color: #dd4012;
  -webkit-animation: scale-center 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-center  0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;  }
.ix-man-abc .imb-t1{font-size:18px; color:#333; font-weight:bold; padding-top:20px; transition:all 0.36s ease; padding-bottom: 10px;}
.ix-man-abc .imb-t2{ margin-bottom:20px; transition:all 0.36s ease;}
.ix-man-abc .imb-t3{ display:none;}
.ix-man-abc .imb-t3 a{ margin:0px auto; transition:all 0.36s ease;}
.ix-man-box .swiper-button-prev{background: url(../images/l2.png)no-repeat center center; width: 60px; height: 60px; left: 30px;}
.ix-man-box .swiper-button-next{background: url(../images/r2.png)no-repeat center center; width: 60px; height: 60px; right: 30px;}
.ix-man-abc .imb-t3 a i{font-size: 24px; transition: all 0.36s ease; display: block;}
.ix-more2{ font-size: 24px; color:#fff;  display: block; transition: all 0.36s ease;
  width: 60px; height: 60px ; background-color: #dd4012;  border-color: transparent;  padding: 0; border-radius: 100px; z-index: 2; text-align: center; line-height: 60px;}
  
.ix-man-abc:hover .imb-t1{ color:#fff;}
.ix-man-abc:hover .imb-t2{ color:rgba(255,255,255,0.8);}

.ix-man-abc:hover .imb-t3 a i{transform: rotate(45deg); background-color: #ff8746; border-radius: 100%; color:#fff;}
@-webkit-keyframes scale-center {
  0% {
    -webkit-transform: scale(0.2);

    transform: scale(0.2);

    -webkit-transform-origin: 10% 80%;

    transform-origin: 10% 80%;

    border-bottom-left-radius: 400px;

    border-bottom-right-radius: 400px;

    border-top-right-radius: 400px;

    border-top-left-radius: 400px;
  }

  100% {
    -webkit-transform: scale(1);

    transform: scale(1);

    -webkit-transform-origin: 10% 80%;

    transform-origin: 10% 80%;

    border-radius: 0px;
  }
} 

@keyframes scale-center {
  0% {
    -webkit-transform: scale(0.2);

    transform: scale(0.2);

    -webkit-transform-origin: 50% 30%;

    transform-origin: 50% 30%;

    border-bottom-left-radius: 400px;

    border-bottom-right-radius: 400px;

    border-top-right-radius: 400px;

    border-top-left-radius: 400px;
  }

  100% {
    -webkit-transform: scale(1);

    transform: scale(1);

    -webkit-transform-origin: 50% 30%;

    transform-origin: 50% 30%;

    border-radius: 0px;
  }
}

.pg-team .ix-man-box {margin-bottom:40px; }
.pg-team .ix-man-box .pg-team-box{position:relative;     border-radius: 50px;  overflow:hidden;}
.pg-team .ix-man-box .pg-team-box::after{content: '';  width: 60px;  height: 60px;  position: absolute;     bottom: 80px; left: 60px; border-radius: 100px; z-index: 1;}
.pg-team .ix-man-box .pg-team-box:hover::after {    width: 100%; height: 100%;  bottom: 0;  left: 0;  background-color: #dd4012;
  -webkit-animation: scale-center 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-center  0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;  }