﻿/*header*/
.header-logo img {
	max-width: 300px;
}
.header-logo img.logo2 {
	display:none;
}
.header-3.sticky .header-logo img.logo1{
	display:none;
}
.header-3.sticky .header-logo img.logo2{
	display:block;
}
.lang-btn {
	display: block;
	width: 40px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	margin-right: 10px;
	color: #fff;
}
.lang-btn:link,.lang-btn:visited,.lang-btn:hover {
	color: #fff;
}
.search-trigger,.search-trigger:link,.search-trigger:visited,.search-trigger:hover {
	color:#fff;
}
.header-3.sticky .search-trigger,.header-3.sticky .search-trigger:link,.header-3.sticky .search-trigger:visited,.header-3.sticky .search-trigger:hover{
	color:#333;
}
.header-3.sticky .lang-btn {
	color:#333;
}
.header-3.sticky .lang-btn:link,.header-3.sticky .lang-btn:visited,.header-3.sticky .lang-btn:hover {
	color: #333;
}

.gp_code {
	font-size: 16px;
	color: #333;
	margin-left: 20px;
}
.gp_code a:hover {
color: var(--red) !important;
	}

/*footer*/
.ewm-box li {
	float: left;
	margin-right: 25px;
}
.ewm-box li:last-child {
	margin-right: 10px;
}
.ewm-box li h3 {
	font-size: 18px;
	font-weight: normal;
	color:#fff;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ewm-box li img {
	max-width: 110px;
}
.ewm-box li p {
	font-size: 16px;
	color: #fff;
}
.copyright {
	text-align: center;
	color: #fff;
}
.copyright a:link,.copyright a:visited,.copyright a:hover {
	color: #fff;
}

/*home*/
.swiper-button-next, .swiper-button-prev {
	color: var(--theme);
}
.news-slider {
	padding: 0px 15px;
}
.home-pro {
	padding-top: 30px;
}
.pro-slider {
	padding: 0px 20px;
}
.pro-slider .swiper-slide {
	width: 23%;
}
.pro-slider .swiper-wrapper {
	padding-top: 20px;
}
.pro-image {
	 /* border-radius: 4px; */
	 overflow: hidden;
	 border: 1px solid #333;
	 transition:all .3s;
}
.pro-slider .swiper-slide:hover .pro-image{
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
	 -webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3); 
	 box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
}
.pro-slider .swiper-slide:hover .pro-image img{ 
	 transform: scale(1.1);
	}
.pro-image img {
	display: block;
	width: 100%;
	transition:all .3s;
}

.pro-text {
	padding: 20px;
	transition: all 0.3s ease;
}
.pro-text:hover {
  background-color: var(--theme); 
}
.pro-text:hover a:link,.pro-text:hover a:visited {
  color: #fff; 
}

.pro-text a:link,.pro-text a:visited {
	font-size: 18px;
	color: #0f0d1d;
}  

.his-slider .swiper-slide:nth-child(2n+0){
	background: url(../images/his_bg2.png) no-repeat center;
	transition:background 1s;
}
.his-slider .swiper-slide:nth-child(2n+1){
	background: url(../images/his_bg1.png) no-repeat center;
	transition:background 1s;
}
.his-slider .swiper-slide:nth-child(2n+0).swiper-slide-active {
	background: url(../images/his_bg2_2.png) no-repeat center;
}
.his-slider .swiper-slide:nth-child(2n+1).swiper-slide-active {
	background: url(../images/his_bg1_2.png) no-repeat center;
}
.his-slider .swiper-slide:nth-child(2n+0).swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
	background: url(../images/his_bg1_3.png) no-repeat center;
}
.his-slider .swiper-slide:nth-child(2n+1).swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide{
	background: url(../images/his_bg2_3.png) no-repeat center;
}

/*about*/
.about-content {
	padding-left: 80px;
}
.about-des p {
	margin-top: 20px;
}
.page-box p {
	margin-bottom:20px;
}

/*contact*/
.map-section img{
display:block;
width:100%;
}

/*分页*/
.techmax-pagination {
padding-top: 50px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: var(--theme);
    border-color: var(--theme);
    cursor: default;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #666;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.page-min-400 {
min-height:400px;
}
.page-min-400 p {
	line-height:2;
	margin-bottom:10px;
	font-size: 16px;
}

/*products*/
.product-blog-img .title {
	text-align:center;
	font-size: 30px;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.post-metainfo {
    padding-bottom: 15px;
    margin-top: 20px;
    border-bottom: 1px solid #eeeeee;
}
.post-metainfo li {
    display: inline-block;
    position: relative;
    font-size: 15px;
    line-height: 20px;
    color: #666666;
    margin-right: 15px;
}

.post-metainfo li:last-child {
    margin-right: 0;
}

.post-metainfo li i {
    color: var(--theme);
    margin-right: 5px;
}

.sidebar-item.social-sidebar ul {
  margin-bottom: 0px;
  padding-left: 0px;
  overflow: hidden;
}

.sidebar-item.social-sidebar li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.sidebar-item.social-sidebar li a {
  background: #07569f none repeat scroll 0 0;
  border: medium none;
  color: var(--theme);
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-top: 15px;
  background: #f9f9f9;
  border-radius: 0;
  text-align: center;
  width: 40px;
  font-size: 20px;
  /* border-radius: 50%; */
  text-align: center;
  padding-left: 0;
}

.sidebar {
    padding: 50px 35px 50px 35px;
    background-color: #fff;
    border: 1px solid #eee;
}

.sidebar.tj-pro {
	margin-top:50px;
}

.sidebar .sidebar-widget {
    margin: 0 0 30px;
    position: relative;
    z-index: 1;
}

.sidebar .sidebar-widget h4 {
    margin: 0 0 20px;
    font-size: 23px;
    position: relative;
    line-height: 1;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-weight: normal;
}

.sidebar .sidebar-widget h4:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 120px;
    height: 2px;
    content: "";
    background: var(--theme);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.sidebar .sidebar-widget:last-child {
    margin: 0;
}

.pp-post-item {
	margin-bottom: 20px;
}
.pp-post-item .pp-post-info {
    width: auto;
    margin-left: 0px;
    margin-top: 2px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 10px 0px;
}
.pp-post-item .pp-post-info h6 {
	margin-bottom:0px;
	font-weight:normal;
}
.pp-post-item .pp-post-info h6 a:link,.pp-post-item .pp-post-info h6 a:visited {
	color:#000;
}
.pp-post-item .pp-post-info h6 a:hover {
	color:var(--theme);
}
.pp-post-item .pp-post-info p{overflow: hidden;text-overflow: ellipsis;padding-top: 5px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.sidebar .sidebar-widget {
    margin: 0 0 30px;
    position: relative;
    z-index: 1;
}
.pp-post-item .recommend {
	border:1px solid #eee;
}
.pp-post-item .recommend img {
	width:100%;
}
.recommend-title h6 {
	font-weight:normal;
	text-align:center;
	line-height;1.8;
	line-height: 1.8;
	margin: 10px 0px;
}

.project-tit {
	font-size: 26px;
	color:#000;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
	margin-top: 20px;
	padding-left: 20px;
}

.blog-details-text {
	padding:10px;
}
.blog-details-text  p {
	margin-bottom:10px;
}

.blog-details-text  p img {
	width:100%;
}


.images-box .swiper-container {width: 100%;height: 300px;margin-left: auto;margin-right: auto;}
.images-box .swiper-slide {background-size: cover;background-position: center;}
.images-box .gallery-top {height: 100%;width: auto;overflow: hidden;position: relative;}
.images-box .gallery-top .swiper-slide{}
.images-box .gallery-top .swiper-slide img{display:block;margin:0px auto; width: 80%;}
.images-box .gallery-thumbs {height: 20%;box-sizing: border-box;padding: 10px 0;padding-bottom: 40px;border-bottom: 1px #e2e3e5 dashed;margin-bottom: 40px;margin-top: 20px;overflow: hidden;/* display: none; */}
.images-box .gallery-thumbs .swiper-slide {width:20%;height: 100%;opacity: 0.4;cursor:pointer;border: 1px solid #c7c7c7;}
.images-box .gallery-thumbs .swiper-slide img {width:100%;}
.images-box .gallery-thumbs .swiper-slide-thumb-active {opacity: 1;}

@media (min-width: 1000px) {
	.page-box {
		min-height: 500px;
	}
	.blog-details-text,.post-para {
		/* min-height: 200px; */
		padding: 20px 20px 0px;
	}
}
@media (max-width: 1400px) {
	.work-process-items .content.style-2 {
		margin-bottom: 57px;
	}
}
@media (max-width: 1300px) {
	.header-logo img {
	    /* height: 40px; */
	}
	.header-main .main-menu ul li{
		margin-inline-end: 20px;
	}
	#header-sticky>.container {
		max-width: initial;
		
	}
	.gp_code {
		display: none;
	}
	.work-process-items .content.style-2 {
		margin-bottom: 9px;
	}
}
@media (min-width: 1440px) {
	.about-content {
	margin-top:50px
}
}
.bshare-custom{display: inline-flex;}
 .bshare-custom .bdshare-button-style1-16  a{color: #fff;border: 1px solid #fff;border-radius: 40px;padding: 5px;margin: 0;height: 50px;width: 50px;text-align: center;display: inline-block;float: none;background: none;line-height: 40px;margin-right: 25px;margin-top: 10px;font-size: 20px;}
 .bshare-custom .bdshare-button-style1-16  a:hover {
   color: #fff;
   border: 1px solid #fff;
 }


@media (max-width: 1100px) {
	.his-slider .swiper-slide:nth-child(2n+0){
		background: none;
	}
	.his-slider .swiper-slide:nth-child(2n+1){
		background: none;
	}
	.his-slider .swiper-slide:nth-child(2n+0).swiper-slide-active {
	background: none;
}
.his-slider .swiper-slide:nth-child(2n+1).swiper-slide-active {
	background: none;
}
.his-slider .swiper-slide:nth-child(2n+0).swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
	background: none;
}
.his-slider .swiper-slide:nth-child(2n+1).swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide{
	background: none;
}
}
@media (max-width: 768px) {
	.section-padding {
		padding: 50px 0;
	}
	.section-title span {
		font-size: 16px;
	}
	.section-title .title {
		font-size: 24px;
	}
	.section-title .subtitle {
		margin-bottom: 0px;
	}
	.cursor-outer,.mouse-cursor {
		display: none;
	}
	.header-logo img {
		height: 40px;
	}
	.pt-130 {
	    padding-top: 50px;
	}
	.pb-80 {
	    padding-bottom: 50px;
	}
	.footer-layout .col-xl-2 {
		display: none;
	}
	.gt-widget-about {
		max-width: initial;
		margin-bottom: 30px;
	}
	.news-section-3 .array-button {
		margin-top: 20px;
	}
	.hero-3 .hero-content h5 {
		margin-bottom:10px;
		padding-bottom: 20px;
	}
	.about-content {
		padding-left: 0px;
	}
	.sidebar {
		margin-top:50px;
	}
	.product-blog-img .title {
		padding-bottom:20px;
	}
.images-box .gallery-top .swiper-slide img{width: 100%;}
	.project-tit {
		margin-top: 22px;
		padding-left: 10px;
		font-size: 20px;
		padding-bottom: 5px;
	}
}

/* menu-container*/
.section-nav {background-color: #efefef;}
.menu-container{margin: 0 auto;}
.menu-mobile{display: none;padding: 20px;}
.menu-mobile:after{
    content: "\f03a";
    font-family: 'FontAwesome';
    font-size: 1rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    }
.menu-dropdown-icon:before{content: "\f078";font-family: 'FontAwesome';display: none;cursor: pointer;float: right;padding: 0.5em 1.5em;background: #ffffff52;color: #333;margin-top: 12px;}
.menu > ul{margin: 0 auto;width: 100%;list-style: none;padding: 0;position: relative;box-sizing: border-box;}
.menu > ul:before,
.menu > ul:after{content: "";display: table;}
.menu > ul:after{clear: both;}
.menu > ul > li{float: left;background: #eeeeee;padding: 0;margin: 0;margin-right: 5px;}
.menu > ul > li a{text-decoration: none;padding: 20px 50px;display: block;color: #090d2f;}
.menu > ul > li:hover{background: #e8e8e8;}
.menu > ul > li > ul{display: none;width: 100%;background: #f0f0f0;padding: 20px;position: absolute;z-index: 99;left: 0;margin: 0;list-style: none;box-sizing: border-box;}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after{content: "";display: t006db8able;}
.menu > ul > li > ul:after{clear: both;}
.menu > ul > li > ul > li{padding-bottom: 0;list-style: none;width: auto;background: none;float: left;margin: 0px 10px;}

.menu > ul > li > ul.normal-sub > li a:hover {color:var(--theme);background: #ffffff00;}

.menu > ul > li a:hover {color: #ffffff;background: var(--theme);}

.menu > ul > li a:hover, .menu > ul > li.active>a {color: #ffffff;background: var(--theme);}
.menu > ul > li > ul > li a{color: #777;padding: .2em 0;display: block;border-bottom: 1px solid #ccc;}
.menu > ul > li > ul > li > ul{display: none;padding: 0;margin: 10px 0 0;list-style: none;box-sizing: border-box;}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after{content: "";display: table;}
.menu > ul > li > ul > li > ul:after{clear: both;}
.menu > ul > li > ul > li > ul > li{float: left;width: 100%;padding: 10px 0;margin: 0;font-size: .8em;}
.menu > ul > li > ul > li > ul > li a{border: 0;}
.menu > ul > li > ul.normal-sub{width: 100%;left: 0;padding: 10px 20px;background: #e8e8e8;-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09);box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.09);}
.menu > ul > li > ul.normal-sub > li{/* width: 100%; */}
.menu > ul > li > ul.normal-sub > li a{border: 0;padding: 10px 20px;}
.menu > ul > li > ul.normal-sub > li.active a:link,.menu > ul > li > ul.normal-sub > li.active a:visited {
	color:var(--theme);
}
@media only screen and (max-width: 1300px){
	.pbmit-heading-subheading .pbmit-title {
		font-size:30px;
		line-height: 45px;
	}
	.pbmit-subheading, .pbmit-heading-subheading {
		margin-bottom:30px;
	}
	.site-header .pbmit-header-search-btn, .pbmit-header-lan {
		padding-right:10px;
	}
	.site-header .site-navigation ul.navigation > li > a {
		font-size:15px;
	}
}
@media only screen and (max-width: 959px){.menu-container{width: 100%;}
.menu-mobile{display: block;padding: 20px 10px;}
.menu-dropdown-icon:before{display: block;}
.menu > ul{display: none;}
.menu > ul > li{width: 100%;float: none;display: block;}
.menu > ul > li a{padding: 15px 10px;width: 60%;display: block;}
.menu > ul > li > ul{position: relative;}
.menu > ul > li > ul.normal-sub{width: 100%;-webkit-box-shadow: none;box-shadow: none;background: none;}
.menu > ul > li > ul > li{float: none;width: 100%;margin-top: 5px;}
.menu > ul > li > ul > li:first-child{/* margin: 0; */}
.menu > ul > li > ul > li > ul{position: relative;}
.menu > ul > li > ul > li > ul > li{float: none;}
.menu .show-on-mobile{display: block;}}
.Industrial-header {
            background-color: var(--theme);
            color: white;
            padding: 2rem 0;
            text-align: center;}
.Industrial-header h3 {color: white;font-size:20px;}
 .Industrial-content {
     padding: 40px 40px;
     background-color:#eee;
     min-height: 180px;
     margin-bottom: 20px;
     }
        .Industrial-desc {
            font-size: 16px;
            text-align: left;
        }
.customization-item {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            padding: 2rem 0;
            border-bottom: 1px dashed #c5c5c5;
        }
        .customization-item:last-child {
            border-bottom: none;
        }
        .customization-icon-box {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background-color: var(--theme);
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
        }
        .customization-content-box {
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
        }
        .customization-title {
            color:  var(--theme);
            margin-bottom: 20px;
            font-size: 20px;
        }
        .customization-subtitle {
            display: inline-block;
            padding: 5px 20px;
            background-color: var(--theme);
            color: white;
            border-radius: 0px;
            font-size: 20px;
            margin-bottom: 10px;
            font-weight: bold;
        }
        .customization-desc {
            line-height: 1.6;
        }
        .customization-list {
            padding-left: 1.5rem;
            color: #333;
            line-height: 1.6;
        }
        .customization-list li {
            margin: 0.5rem 0;
        }
        .main-content {
            display: flex;
            flex-direction: column;
            gap: 2rem;
        }
        /* 左侧资源区 */
        .resource-area {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            padding-bottom: 1.5rem;
        }
        .fund-box {
            color: var(--theme);;
        }
        .fund-amount {
            font-size: 3rem;
            font-weight: bold;
            line-height: 1.2;
        }
        .fund-desc {
            font-size: 20px;
            font-weight: 600;
        }
        .resource-desc {
       font-size: 20px;
       } 
        .process-steps {
            display: flex;
            justify-content: space-between;
            gap: 1rem;
            position: relative;
            z-index: 2;
        }
        .step-card {
            flex: 1;
            min-width: 250px;
            text-align: center;
            border: 2px solid #eee;
            margin-bottom: 20px;
        }
        .step-icon {
            width: 100px;
            height: 100px;
            margin: 0 auto 1rem;
            color:var(--theme);
            font-size: 50px;
            position: relative;
            margin-top: 10px;
        }
        .step-title {
            color: var(--theme);
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 20px;
            border-bottom: 1px solid var(--theme);;
            padding-bottom: 20px;
            width: 200px;
            margin: 0 auto 20px;
        }
        .step-title2 {
            color: var(--theme);
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 20px;
            border-bottom: 1px solid var(--theme);
            padding-bottom: 20px;
            width: 290px;
            margin: 0 auto 20px;
        }
        .step-services {
            list-style: none;
            color: #333;
            line-height: 1.8;
            text-align: center;
            padding-left: 0.5rem;
        }

        /* 响应式调整 */
        @media (max-width: 992px) {
            .process-steps {
                flex-direction: column;
                align-items: center;
            }
            .process-line {
                width: 2px;
                height: calc(100% - 4rem);
                top: 4rem;
                left: 50%;
                transform: translateX(-50%);
            }
            .step-card {
                width: 80%;
            }
            .step-services {
                text-align: center;
            }
        }
        @media (max-width: 576px) {
            .fund-amount {
                font-size: 2.5rem;
            }
            .enterprise-resource {
                font-size: 1rem;
                padding: 0.8rem 1.2rem;
            }
            .step-card {
                width: 100%;
            }
			.Industrial-desc {
            font-size: 16px;
        }
	.Industrial-content {
     min-height: 100px;
     }
        }
.resource-row {
  display: flex;
  align-items: center; /* 垂直居中对齐，可选 */
  gap: 15px; /* 两个元素之间的间距，可调整 */
  flex-wrap: wrap; /* 小屏幕下自动换行，避免挤压 */
}
.contact-img {
    text-align: center;
}
.contact-img img{
   max-width: 30%;
}
.content-text {
    margin-top: 40px;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
	.contact-img img{
   max-width: 60%;
}
}
  @media (max-width: 787px) {
    .footer-section {
      background:#094794 !important; 
    }
  }