﻿/*header*/
.header-logo img {
	max-width: 200px;
}
.lang-btn {
	display: block;
	width: 65px;
	height: 27px;
	line-height: 27px;
	background-color: #005bac;
	border-radius: 3px;
	text-align: center;
	color: #fff;
}
.lang-btn:link,.lang-btn:visited,.lang-btn:hover {
	color: #fff;
}
.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: 30px;
}
.ewm-box li:last-child {
	margin-right: 0px;
}

.ewm-box li img {
	max-width: 120px;
}
.ewm-box li p {
	text-align: center;
	font-size: 14px;
	color: #666;
}
.copyright {
	text-align: center;
}

/*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: #005bac; 
}
.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: #005bac;
    border-color: #005bac;
    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;
}

/*products*/
.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: #005bac;
    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: #005bac;
  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-radius: 10px;
    border: 1px solid #eee;
}

.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: 40%;
    height: 2px;
    content: "";
    background: #005bac;
    -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:#005bac;
}
.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;
}

@media (min-width: 1000px) {
	.page-box {
		min-height: 500px;
	}
	.blog-details-text,.post-para {
		min-height:400px;
		padding-bottom:50px;
	}
}
@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: 10px;
	}
	#header-sticky>.container {
		max-width: initial;
		
	}
	.gp_code {
		display: none;
	}
	.work-process-items .content.style-2 {
		margin-bottom: 9px;
	}
}

.bshare-custom{display: inline-flex;}
 .bshare-custom .bdshare-button-style1-16  a{color: #005bac;border: 1px solid #005bac;border-radius: 40px;padding: 5px;margin: 0;height: 30px;width: 30px;text-align: center;display: inline-block;float: none;background: none;line-height: 20px;margin-right: 10px;font-size: 14px;}
 .bshare-custom .bdshare-button-style1-16  a:hover {
   color:#005bac;
 }


@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: 10px;
	}
	.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;
	}
	.about-content {
		padding-left: 0px;
	}
	.sidebar {
		margin-top:50px;
	}
}

/* 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:#005bac;background: #ffffff00;}

.menu > ul > li a:hover {color: #ffffff;background: #005bac;}

.menu > ul > li a:hover, .menu > ul > li.active>a {color: #ffffff;background: #005bac;}
.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:#005bac;
}
@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;}}