@charset "utf-8";

/*通用*/
.pg-box{padding-left: 40px; padding-right: 40px;}
.h10{height: 100px;}
/*内页头部*/
.pg-header.active .ix-header{position: fixed; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);}
.pg-header .ix-header{ background:#fff; position: fixed; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);}
.pg-header .ix-header .ix-logo img.a2{ display: block;}
.pg-header .ix-header .ix-logo img.a1{ display: none;}
.pg-header .ix-header .ix-nav li{color:#999}
.pg-header .ix-header .ix-nav li>a{color:#333;}
/* banner */
.pg-banner{height: 400px;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: 60%; 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{ height: 80px; background: #fff; margin-top:-80px; padding: 25px 40px; border-bottom:solid 1px #e0e0e0; transition: 0.5s; transform-origin: bottom center; -webkit-transform-origin: center bottom; -ms-transform-origin: center bottom;    }
.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: var(--theme-color);}
/*详情位置*/
.pg-deta-wz{background: #f5f5f5; padding: 10px 0px;}

/*内页导航*/
.pg-nav{    border-right: solid 1px #e0e0e0;}
.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: 5px; padding-top: 10px; padding-left: 16px; padding-right: 70px; color: #999; 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:var(--theme-color); font-weight:600;}
.pg-nav-list ul li a.active i{ color:var(--theme-color);}
.pg-nav-list ul li a.active::before{ left:0; background:var(--theme-color);}

.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{  color:var(--theme-color);}
.pg-nav-list ul li a:hover::before{left:0;  background:var(--theme-color);}
.pg-nav-list ul{ padding-left: 0px}

/*推荐新闻*/
.ptn-h1{font-size: 1.2rem; border-top: solid 1px #e0e0e0; padding-top: 30px; display: inline-block; color:#333;}
.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: 1rem; color:#999; padding-top: 5px;}
.pg-tj-news ul li:hover::before{ background-color:var(--theme-color);}
.pg-tj-news ul li:hover .ptn-1{color:var(--theme-color);}
/*详细页*/
.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: 20px 20px; }
 .pg-case .service-style2 .service-item-thumb .service-item-content h4{padding-bottom: 10px;}
 .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{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;}
.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: var(--theme-color);}
.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 h2{ font-size: 1.8rem; color:#333; line-height: 150%; }
.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:var(--theme-color);}
/*翻页*/
.pager{margin: 0px;}
.pager li>a:focus, .pager li>a:hover{ background: var(--theme-color); color:#fff;  border:solid 1px var(--theme-color);}

/*案例列表*/
.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: 5px; background: var(--theme-color); left: 0; top: 0; display: block;}
.pg-case-bt {border-bottom: solid 1px #e0e0e0; padding-bottom: 30px;}
.pg-case-bt .pcb-t1{ font-size: 2.4rem;  line-height: 130%; 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(0,0,0,0.6); 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-lb .swiper-pagination-bullets{ bottom:0.5rem;}

.pg-case-li{border-right: solid 1px #e0e0e0; }
.pg-case-li p{padding-bottom: 10px;}



/*诚邀加盟*/
.fran-an a{padding:15px 40px; background:#333; color:#fff; transition:all 0.36s ease; border-radius:6px;}
.fran-an a:hover{background:var(--theme-color);}
/*内页通用头部*/
.pg-ab-head{ text-align: center;}
.pg-ab-head h1{font-size: 2.4rem; 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: var(--theme-color); 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:var(--theme-color); 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: var(--theme-color); 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:var(--theme-color); }



.pg-falc .swiper-container-horizontal>.swiper-pagination-bullets{bottom:0rem;}




/*==分页==*/
.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:var(--theme-color); color:#fff !important; }
.paginator span.cpb { transition: all 0.36s ease; text-align:center;  width:36px; height:36px;  line-height:36px; display:inline-block; color:#fff; background:var(--theme-color); 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:var(--theme-color); line-height: 120%; padding-bottom: 5px;}
.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:var(--theme-color); 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;}



/*表单*/

.pcx-t1{  background: #fff; height: 340px; padding: 20px;}
.pcx-t1 h1{ color:#333; font-size: 16px; font-weight: bold; }
.pcx-t1 p{ padding-top: 8px; line-height: 180%; color:#666; font-size: 14px;}
.pcx-t1 span{ display: block; color:#999; padding-bottom: 15px; font-size: 12px;}
.pcx-input input{ height: 50px; border: none; line-height: 50px; width: 100%; border-radius:6px; padding: 0px 20px; outline: none; font-size: 16px; background-color: #f5f5f5;}
.pcx-input{ padding-bottom: 20px;}
.pcx-input input.input-an{ background-color: var(--theme-color); font-size:18px; transition:all 0.36s ease;}
.pcx-textarea{ padding-bottom:20px; font-size: 14px;}
.pcx-textarea textarea{ height: 100px; border: none; border-radius:6px;  line-height: 40px; width: 100%; padding: 0px 20px; outline: none; font-size: 16px; background-color: #f5f5f5;}
.input-an{ color:#fff; outline: none; background: var(--theme-color);}
.input-an:hover{ background: var(--theme-color); color:#fff;}
.pcx-input input.input-an:hover{background: var(--theme-color);}
.pcx-input input.input-an:hover{background: #000;}
.pcx-input:last-child(3){padding-bottom: 0px;}
.pg-contact-map img{ max-width: 100%;}
.pg-map{ background: #f2f2f2; padding: 40px;}


/*产品列表*/
.gap-4{gap: 40px 0px;}
.pg-pro-list{clear:both;overflow:hidden;position: relative;}
.pg-pro-list .ppl-img{position: relative;}
.pg-pro-list .ppl-img .zsy-img::after{opacity: 0; visibility: hidden; transition: all 0.36s ease; content: ''; display: block; position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 100%; background:rgba(0, 0, 0, 0.5);}
.pg-pro-list .ppl-img i{ position:absolute;left:50%;top:50%;z-index:101;margin-left:-20px; margin-top:-20px;color:#ffffff;opacity:0;background:var(--theme-color);font-size:20px;width:40px;height:40px;line-height:40px;text-align:center;display:block;-webkit-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-ms-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;}
.pg-pro-list .ppl-img:after{width:0;height:calc(100% - 20px);position:absolute;left:50%;top:10px;z-index:100;border:rgba(255,255,255,0.6) 1px solid;border-left:0;border-right:0;content:"";-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s;}
.pg-pro-list .ppl-img:before{width:calc(100% - 20px);height:0;position:absolute;left:10px;top:50%;z-index:100;border:rgba(255,255,255,0.6) 1px solid;border-top:0;border-bottom:0;content:"";-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s;}

.pg-pro-list:hover .ppl-img i{opacity:1;}
.pg-pro-list:hover .ppl-img:after{width:calc(100% - 20px);left:10px;}
.pg-pro-list:hover .ppl-img:before{height:calc(100% - 20px);top:10px;}
.pg-pro-list:hover .ppl-img .zsy-img::after{opacity: 1; visibility:visible;}

.pg-pro-list .ppl-tit {padding: 0px 20px;}
.pg-pro-list .ppl-tit .pt-t1{  padding-top: 20px; padding-bottom: 5px; font-weight: bold; font-size: 18px; color:#333;}
.pg-pro-list .ppl-tit .pt-t2{ color: #999;}

.pg-pro-list:hover  .ppl-tit .pt-t1{color: var(--theme-color);}


/*内页二级*/
.aa-two-nav{ background: #f2f2f2; padding: 20px 10px; padding-bottom: 0px;}
.aa-two-nav a{ padding: 5px 20px;   background: #fff; display: inline-block; font-size: 14px;  margin:0px 10px; margin-bottom: 20px; color:#999; transition: all 0.36s ease;}
.aa-two-nav a:hover{ background: var(--theme-color); color:#fff;}
.aa-two-nav a.active{ background:var(--theme-color); color:#fff;}



/* 产品详情 */

.pro-deta-banner img{ max-width: 100%;}
.pro-deta-tit{padding-top: 20px;}
.pdt-t1{ font-size: 24px; color:#333; padding-bottom: 10px;}
.pdt-t2 p{ position: relative; padding-left: 20px; padding-top: 10px; line-height: 180%; color: #666;}
.pdt-t2 p::before{ content: ""; position: absolute; left: 0; top: 19px; width: 8px; height: 8px; background: var(--theme-color); }
.pro-deta-head{border-bottom: solid 1px #e0e0e0;}
.pro-deta-head p{ padding: 10px 40px; background: var(--theme-color); display: inline-block; color: #fff;}
.pro-deta-text p{line-height: 150%;}

/*详情上下篇*/
.pager-sx {display:flex;     justify-content: flex-start;}
.pager-sx li a{display: block; padding: 6px 20px; min-width: 150px;  text-align: center; border: solid 1px #e0e0e0; }
.pager-sx li:nth-child(2) a{margin-left: -1px;}



/*案例展示*/
.service-style2{margin-bottom:25px}
.service-style2 .service-item-thumb{position:relative;    border-radius: 4px; overflow: hidden;}
.service-style2 .service-item-thumb .service-item-icon{overflow: hidden; border-radius: 4px;-moz-transform:translateY(20px);-o-transform:translateY(20px);-ms-transform:translateY(20px);-webkit-transform:translateY(20px);transform:translateY(20px);position:absolute;right:20px;background:var(--theme-color);color:#fff;top:0;z-index:2;-moz-transition:all 400ms ease-out 0s;-webkit-transition:all 400ms ease-out 0s;-ms-transition:all 400ms ease-out 0s;-o-transition:all 400ms ease-out 0s;transition:all 400ms ease-out 0s}
.service-style2 .service-item-thumb .service-item-icon a{ display: block; padding:0.5rem 1rem; transition:all 0.36s ease; }
.service-style2 .service-item-thumb .service-item-icon a:hover{background: #000;}
.service-style2 .service-item-thumb .service-item-icon i{color: #fff; -moz-transition:.6s linear;-webkit-transition:.6s linear;-ms-transition:.6s linear;-o-transition:.6s linear;transition:.6s linear}
.service-style2 .service-item-thumb .service-item-icon i:before{font-size:38px;line-height:42px}
.service-style2  .service-item-content{padding:25px 40px;box-shadow:0 2px 28px 0 rgba(0,0,0,0.09);background:#fff;width:90%;overflow:hidden;margin:0 auto;z-index:2;-moz-transform:translateY(-20px);-o-transform:translateY(-20px);-ms-transform:translateY(-20px);-webkit-transform:translateY(-20px);transform:translateY(-20px);-moz-transition:all 400ms ease-out 0s;-webkit-transition:all 400ms ease-out 0s;-ms-transition:all 400ms ease-out 0s;-o-transition:all 400ms ease-out 0s;transition:all 400ms ease-out 0s;     border-radius: 4px;}
.service-style2 .service-item-content .service-categories{color: #999; padding-bottom: 10px;}
.service-style2  .service-item-content h4 a{color: #333;}
.service-style2:hover .service-item-thumb .service-item-icon{-moz-transform:translateY(30px);-o-transform:translateY(30px);-ms-transform:translateY(30px);-webkit-transform:translateY(30px);transform:translateY(30px)}
.service-style2:hover .service-item-thumb .service-item-icon i{-moz-transform:rotateY(360deg);-o-transform:rotateY(360deg);-ms-transform:rotateY(360deg);-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}
.service-style2:hover  .service-item-content{-moz-transform:translateY(-8px);-o-transform:translateY(-0px);-ms-transform:translateY(-0px);-webkit-transform:translateY(-0px);transform:translateY(-0px);     box-shadow: none;}
.service-style2:hover  .service-item-content .service-item-inner-icon{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);right:0;bottom:0;opacity:.1}

.service-style2 .service-item-thumb:hover img{transform: scale(1.08);}
.img-full{ width: 100%;}
.service-style2:hover  .service-item-content h4 a{color:var(--theme-color);}
.ix-case .sw-pagin .swiper-pagination-bullet::after{background: #fff;}
.ix-case .sw-pagin .swiper-pagination-bullet.swiper-pagination-bullet-active::after{ background-color: #d9a95b;}


/*案例列表*/
 .pg-case .service-style2  .service-item-content{padding: 20px 20px; }
 .pg-case .service-style2  .service-item-content h4{padding-bottom: 10px;}
 .pg-case .service-style2  .service-item-content h4 a{font-size: 1.2rem; font-weight: bold; text-align: center; display: block;}
 .pg-case .service-style2 .service-item-content h6{text-align: center; padding-top: 10px; padding-bottom: 0px; line-height: 160%; padding-top: 0px;}
 .pg-case .service-style2{margin-bottom: 40px;}




 /*单端*/
.col-xl-6{max-width:50% !important;}
html, body{min-width:1280px;}



/*@media (max-width: 1100px){

    .pg-banner-tit{ width: 90%;}*/

    /*新闻列表*/
    /*.news-npt-t3{ display: none;}

    .h10{display: none;}
    .pg-header .ix-header{position: relative;}

}

@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;}*/

    /*产品详情*/
    /*.pro-deta-tit{padding-top: 30px;}
 
}

@media (max-width: 640px){

    .pt6{ padding-top: 1.875rem;}
    .pb6{ padding-bottom: 1.875rem;}
    .row{ margin-left: -0.625rem; margin-right:  -0.625rem;}
    .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:  0.625rem; padding-left: 0.625rem;}


    .pt10{ padding-top: 1.875rem;}
    .pb10{ padding-bottom: 1.875rem;}
    .pt4{ padding-top: 1.875rem;}
    .pb4{padding-bottom: 1.875rem;}*/




    /*内页顶部图片*/
    /*.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: 0.625rem;}

    .pg-banner.abc .pg-banner-tit{margin-top: 0px; padding-top: 0px;}
    .pg-banner-tit p{text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical;  -webkit-line-clamp: 3;}*/
    
    


   /*关于我们*/
   /*.pg-ab-head h1{font-size: 2rem;}
   .pg-ppwh-list{ padding: 1.25rem; margin-bottom: 1.875rem;}
   .pg-ppwh-list .pg-ppwh-t3{ padding-top: 1.25rem;}
   .pg-ppwh.pb10{ padding-bottom: 0px;}
   .pg-qywh-tit{ padding-top: 0px;}
   .pg-falc .swiper-button-prev, .pg-falc .swiper-button-next{ top: 0.625rem;}
   .pg-falc-box.swiper-container .swiper-slide{ padding: 1.25rem;}*/

    /*企业文化*/
    /*.pg-qywh ul li:nth-child(even) .pg-qywh-tit{order:unset;}
    .pg-qywh ul li .pg-qywh-img{padding-top: 1.25rem;}*/

 

   /* 内页导航 */
   /*.pg-head{ display: none;}
    .pg-nav{ padding-bottom:1.875rem;}
   .pg-nav-list ul{ border:none; display: flex; gap:1.25rem; flex-wrap: wrap;}
   .pg-nav-list ul li{ width: initial; 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: 0.5rem 0.625rem; 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: var(--theme-color); color:#fff;}
   .pg-nav ul li a::before{ content: none;}
   .pg-tj-news{display: none;}


   .pg-header.active .ix-header{position: relative; box-shadow: none;}


   .aa-two-nav{margin-top: 1.875rem;;}*/

   /*新闻动态*/
   /*.pg-nav{ border-right: none;}
   .pg-nav-list ul li{padding-top: 0px;}
   .pg-news-list{ margin-bottom: 1.25rem;}
   .news-npt-t1{ font-size: 1rem;}
   .news-deta-tit h2{ font-size: 1.2rem;}
   .pg-news-list .news-pnl-tit{margin-left: 0px;}*/

   /*其他详情页*/
   /*.pg-order-head-tit h1{ font-size: 1.25rem;}
   .pg-order-head{margin-top: 0px; height: 120px;}
   .pg-order-head-tit{ padding-top: 2.5rem;}
   .pg-order-text{ padding-left: 0px; padding-right: 0px;}*/





    /*案例列表*/
    /*.pg-case .service-style2{margin-bottom: 1.875rem;}
    .pg-team .team-block-style1{padding-bottom: 0px;}*/
    /*案例详情*/
    /*.pg-case-li{border-right: none;}

    .abc-h1{font-size: 2rem; margin-bottom: 1.25rem;}
    .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: 1.25rem ;}
    .pg-case-bt .pcb-t1{ font-size: 2rem; }

}*/
