@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;} 
.pg-header .ix-header .ix-nav li>i{color:#1a1a1a;}
/* banner */
.pg-banner{height: 400px;max-width: 1920px;margin: 0px auto;width: 100%; position: relative;overflow: hidden;   }
.pg-ban-img{height: 400px;  -webkit-animation: scaleAnim 5s ease forwards;  animation: scaleAnim 5s ease forwards;}
.pg-banner .pg-ban-box{ width:100%; position: absolute; top: 60px;}
.pg-banner .pg-ban-box .container {display:flex; position: relative;}


.pg-banner-tit{ color:#fff;  transform: scale(1) !important; position: relative; z-index: 1; width: 900px; height: 280px; background: rgba(31,82,153,0.9); padding-left:60px; padding-right: 60px;}  
.pg-banner-tit h1{ padding-bottom: 20px; font-size: 36px; font-weight: bold; position:relative; width: 100%;}
.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, 1);}

.pg-banner.pg-ban-right .pg-ban-box .container{flex-direction: row-reverse;  text-align: right;}
.pg-banner.pg-ban-right  .pg-banner-tit{justify-content: flex-end;}

@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-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;}



.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%;}



/*产品列表*/
.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;}



 /*位置*/
.pg-wz{height: 60px; background: #f5f5f5; color: #666666; line-height: 60px;}
.pg-wz .container{position: relative;}
.pg-wz img {height: 20px; vertical-align: sub; padding-right: 5px;}
.pg-wz span{display: inline-block; padding: 0px 5px;}
.pg-wz a{color: #666666;}

/*产品一级页面*/
.pro-caselist .b1{font-size: 36px; font-weight: bold; color: #1a1a1a;}
.pro-caselist{width: 60%; padding-right: 100px;}
.pro-imglist{width: 40%;}
.pro-caselist ul li{padding: 40px 0px; border-bottom: solid 1px #e0e0e0;}
.pro-caselist ul li .pro-caselis-img{width: 180px; height: 180px; overflow: hidden; margin: 0 auto;}
.pro-caselist ul li .pro-caselis-tit{width: calc(100% - 210px); padding-left: 30px; padding-top: 30px;}
.pro-caselist ul li .pro-caselis-tit .t1{ font-size: 28px; font-weight: bold; color:var(--theme-color);  padding-bottom: 20px;}
.pro-caselist ul li .pro-caselis-tit .t2{ font-size: 16px; color:#666666; }


.pro-imglist ul li{ position: relative; overflow: hidden; width: 100%; margin-bottom: 30px;}
.pro-imglist ul li .t1{z-index: 1; padding-left: 30px; padding-right: 30px; position: absolute; width: 100%; height: 100%; left: 0; right: 0; background: rgba(0, 0, 0, 0.5); font-size: 28px; font-weight: bold; color: #fff; display: flex; align-items: center; justify-content: center;text-align: center; line-height: 170%;}
.pro-imglist ul li .t2{z-index: 2; padding-left: 30px; padding-right: 30px; position: absolute; width: 100%; height: 100%; left: 100%; right: 0; background:var(--theme-color); display: flex; align-items: center; justify-content: center; transition: all 0.36s ease; text-align: center; color: #fff;}
.pro-imglist ul li:hover .t2{left: 0;}

.pg-b2{font-size: 36px; font-weight: bold; color: var(--theme-color);  text-align: center; line-height: 120%;}
.pg-b2.bsz{color:#fff;}
.pg-wtlist ul li{ position: relative; padding-top: 60px; padding-bottom: 60px;}
.pg-wtlist ul li:nth-child(odd)::before{z-index: -1; width: 100%; height: 300px; background: var(--theme-color); position: absolute; bottom: 0; left: 0; right: 0; content: ""; display: block;} 
.pg-wtlist ul li .pg-wtlist-img{width: 40%;}
.pg-wtlist ul li .pg-wtlist-img img{width: 100%;}
.pg-wtlist ul li .pg-wtlist-tit{width: 60%; padding-left: 40px; padding-top: 120px;}
.pg-wtlist ul li .pg-wtlist-tit .t1{ font-size: 28px; font-weight: bold; color:var(--theme-color);  padding-bottom: 20px;}
.pg-wtlist ul li .pg-wtlist-tit .t2{ font-size: 16px; color:#666666; }
.pg-wtlist ul li:nth-child(odd) .pg-wtlist-tit .t1{color: #fff;}
.pg-wtlist ul li:nth-child(odd) .pg-wtlist-tit .t2{color: #fff;}
.pg-wtlist ul li:nth-child(even) .pg-wtlist-tit{order: 1; padding-left: 0px; padding-right: 40px;}
.pg-wtlist ul li:nth-child(even) .pg-wtlist-img{order: 2;}
.pg-nav2-list ul{gap: 40px;}
.pg-nav2-list ul li{position: relative; width: calc((100% - 80px)/3);}
.pg-nav2-list ul li .pg-nav2-img{position: relative; padding-left: 20px; padding-top: 20px;}
.pg-nav2-list ul li .pg-nav2-img::before{border-radius: 20px; width: calc(100% - 20px); height: calc(100% - 20px); content: ""; position: absolute; left: 0; top: 0; background:var(--theme-color); transition: all 0.36s ease;}
.pg-nav2-list ul li .zsy-img{ border-radius: 20px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15); transition: all 0.36s ease;}
.pg-nav2-list ul li .zsy-img img{width: 100%; height: auto; transition: all 0.36s ease; border-radius: 20px;}
.pg-nav2-list ul li:hover .zsy-img img{transform: scale(1.1); }
.pg-nav2-tit .t1{font-size: 28px; color:#1a1a1a; font-weight: bold;}
.pg-nav2-tit .t2{font-size: 16px; color:#666666; padding-top: 10px;}
.pg-nav2-tit .ix-more{margin: 0px auto; text-align: center;}
    



/*产品二级页面*/
.pg-icon-list ul{justify-content: center; gap: 20px 0px;}
.pg-icon-list ul li{min-width: 160px; padding: 0px 20px; border-right:solid 1px #e0e0e0; text-align: center;}
.pg-icon-list ul li:nth-last-child(1){border-right:none;}
.pg-icon-list ul li a:hover img{ transform: scale(1.08);}
.pg-icon-list ul li .t1 img{width: 100px; height: 100px; transition: all 0.36s ease;}
.pg-icon-list ul li .t2{padding-top: 20px; font-size: 20px; color: #1f5299; font-weight: bold;}

/*技术亮点*/
.pg-jsld{background-image: linear-gradient(145deg, #1f5299 25%, #1860a8 55%, #0191db 80%, #0191db 95%) !important;}
.pg-jsld ul{gap: 40px;}
.pg-jsld ul li{width: calc((100% - 80px)/3); text-align: center; color: #fff;}
.pg-jsld ul li .t1{transition: all 0.36s ease; font-size: 24px; color: #b6411a; font-weight: bold; padding: 10px 30px; border: solid 3px #b6411a; background: #fff; display: inline-block; }
.pg-jsld-tit{position: relative; z-index: 1; margin-top: -30px;}
.pg-jsld ul li .t2{ padding-top: 20px;}
.pg-jsld ul li:hover .t1{background: var(--theme-color); color: #fff; border: solid 3px var(--theme-color);} 

.pg-jsabc{width: 62%; padding-right: 100px;}

.pg-ty-text .t2 p strong{font-size: 30px; font-weight: bold; color: var(--theme-color);}
.pg-ty-text .t2{padding-top: 30px;}
.pg-ty-text .t2 p img{max-width: 100%;}

.pg-ywmess{width: 38%; }
.pg-ywmess img{max-width: 100%;}

/*留言表单*/
.form-container{padding: 60px 30px; background: #dee5f0;}
.form-header{text-align:center;font-size:28px; color: #1a1a1a; font-weight: bold; margin-bottom:30px}
.form-row{display:flex;justify-content:space-between;margin-bottom:20px}
.form-row label{font-size:18px}
.form-row label span{color:#ff3333;}
.form-field label{font-size:18px}
.form-field label span{color:#ff3333;}
.form-field{width:calc(50% - 10px)}
.form-field.abc{width:100%;}
.form-field input,.form-field textarea,.form-field select{width:100%;padding:14px 20px;box-sizing:border-box;border:1px solid #fff; outline: none;}
.form-field textarea{resize:vertical}
.form-error{color:#d33f49;font-size:12px;margin-top:5px}
.form-agreement{font-size:16px;margin-bottom:10px}
.form-agreement input{  width: 18px; height: 18px; vertical-align: sub; border: solid 1px #fff;}
.form-agreement a{color:var(--theme-color);text-decoration:underline}
.submit-button{display:flex;justify-content:center}
.submit-button button{background-color:var(--theme-color);font-size: 24px; font-weight: bold; color:white;padding:16px 27px;border:none;border-radius:4px;cursor:pointer}
.submit-button button:hover{background-color:var(--theme-color)}



.form-container select{background-color:white;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='10'%3E%3Cpath fill='%23555' d='M0 0 L5 10 L10 0 Z'/%3E%3C/svg%3E");background-position:right 10px center;background-size:20px 6px;background-repeat:no-repeat;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}

.form-container select option[value='']{color:#555}

/*body案例*/
.pg-body-case-list ul{gap: 40px;}
.pg-body-case-list ul li{position: relative; width: calc((100% - 120px)/4); background: var(--theme-color);}
.pg-body-case-tit{padding: 30px; background: var(--theme-color);}
.pg-body-case-tit .t1{font-size: 24px; font-weight: bold; color: #fff;}
.pg-body-case-tit .t2{font-size: 16px; color: #fff; padding-top: 10px;}

/*产品详情*/
.pg-ban-an{position: absolute;  z-index: 1;}
.pg-ban-an a{color: #fff; background: #e0663d; border:solid 2px #e0663d; border-radius: 6px; padding: 12px 30px; font-size: 24px; font-weight: bold; transition: all 0.36s ease;}
.pg-ban-an a:hover{background: var(--theme-color); border:solid 2px #fff;}
.pg-banner-a1{bottom: -20px; left: 370px;  }
.pg-banner-a2{    top: -30px; right: 0px;}

.pg-deta-ys{width: 100%;}
.feature-box{ gap: 40px;}
.feature{display:flex;align-items:center; width: calc((100% - 40px)/2);}
.feature-icon{width:150px;height:150px;display:flex;justify-content:center;align-items:center;margin-right:30px}
.icon-image{width:150px;height:150px;}
.feature-content{display:flex;flex-direction:column}
.feature-title{font-size:24px;font-weight:bold;color:var(--theme-color)}
.feature-description{color:#666666;margin-top:5px}

.pg-deta-b2{background: var(--theme-color);}
.pg-deta-shop ul{gap: 40px;}
.pg-deta-shop ul li{ width: calc((100% - 120px)/4);}
.pg-deta-shop ul li .t1{font-size: 24px; font-weight: bold; color: #fff; padding-top: 30px;}
.pg-deta-shop ul li .t2{ color: #fff; padding-top: 10px;}

.pg-deta-shfw .zsy-img{width: 180px;  height: 180px; margin: 0px auto;}
.pg-deta-shfw  ul{gap: 40px;}
.pg-deta-shfw  ul li{ width: calc((100% - 80px)/3); text-align: center;}
.pg-deta-shfw  ul li .pg-deta-shfw-tit .t1{font-size: 24px; font-weight: bold; color: var(--theme-color); padding-top: 30px;}
.pg-deta-shfw ul li .pg-deta-shfw-tit .t2{  padding-top: 10px;}

/*faq*/
.pg-faq-list ul{gap: 40px;}
.pg-faq-list ul li{position: relative; width: calc((100% - 80px)/3); border: solid 1px #e0e0e0; padding: 50px 40px; background: #fff; transition: all 0.36s ease; text-align: center;}
.pg-faq-list ul li .t1{font-size: 20px; font-weight: bold; color: var(--theme-color); padding-top: 30px;}
.pg-faq-list ul li .t2{ color: #666666; padding-top: 30px;}


/*案例展示*/
.pg-case-list ul{gap:40px}
.pg-case-list ul li{display: table; position: relative; color:white;border-radius:6px;width:calc((100% - 80px)/3);text-align:center;flex-shrink:0;position:relative;overflow:hidden}
.pg-case-list ul li a::before{z-index: 1; content:""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%;  background: rgba(0, 0, 0, 0.5);}
.pg-case-list ul li .tit{ z-index: 2; position: absolute; left: 0;top: 0; right: 0; bottom: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.pg-case-list ul li .t1 img{width:60px;height: 60px; margin: 0p auto;}
.pg-case-list ul li .t2{font-size: 30px; font-weight: bold; color: #fff; padding-top: 20px;}
.pg-case-list ul li:hover .zsy-img img{transform: scale(1.08); }

.pg-prozy-list ul{gap:40px;}
.pg-prozy-list ul li{width: calc((100% - 120px)/4);}
.pg-prozy-list .t1{font-size: 24px; font-weight: bold; background: var(--theme-color); color: #fff; padding: 11px 20px; text-align: center;}
.pg-prozy-list ul li a:hover .zsy-img img{transform: scale(1.08); }

/*关于我们*/
.pg-about-text .t2 p strong{font-size: 36px; font-weight: bold; color: var(--theme-color);}
.pg-about-text .t2 p img{max-width: 100%;}
.pg-about-list{gap: 40px;}
.company-module{display:flex;gap:40px;align-items:center;font-family:'Microsoft YaHei',sans-serif}
.company-image{flex-shrink:0;width:350px}
.company-image img{width:100%;height:auto;}
.company-content{flex-grow:1;line-height:1.6}
.company-content .t1{font-size:28px;font-weight:bold;color:var(--theme-color);padding-bottom:20px;line-height: 150%;}
.company-content .t2{color:#666666;}

/*联系我们*/
.pg-contact-tit{width: 62%; padding-right: 100px;}
.pg-contact-mess{width: 38%; background: #dee5f0;}
.company-info .t1{font-weight:bold;font-size:20px; line-height: 120%; ; color: #1a1a1a; margin-bottom:20px}
.company-info .t2{font-size:24px; font-weight:bold; margin-bottom:30px; line-height: 120%; color:var(--theme-color)}
.details{list-style-type:none;padding:0; color: #666666; padding-top: 5px;}
.details li a{color: #666666; transition: all 0.36s ease;}
.details li{margin-bottom:5px;display:flex;align-items:center}
.details li i{font-size:16px;margin-right:10px}
.details li span{}