/** @format */
.AdaptiveScalingImg_dBox {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 64%;
}

.AdaptiveScalingImg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0%;
	object-fit: cover;
	transition: all 0.5s;
}

.lf {
	float: left;
}
.sideLogo {
	filter: invert(50%) sepia(84%) saturate(5271%) hue-rotate(215deg) brightness(89%) contrast(97%);
  filter: invert(49%) sepia(6%) saturate(4236%) hue-rotate(181deg) brightness(80%) contrast(101%);
}

@keyframes imgZoom {

  from {    transform: scale(1.1);}

  to { transform: scale(1);}}
/* 分页栏 */
.pageBox a:hover {
	color: #3662df;
}

.page-num-current:hover {
	color: #fff !important;
}
/* 下一页 */
.posts_navigation a {
	font-size: 16px;
	color: #8e8e8e;
}
.posts_navigation a:hover {
	color: #3662df;
}
.page-link:focus {
	color: #979797;
}
/* 其他页面导航栏图片 */
.other_navImgBox {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 64%;
}

/* 导航栏 */

.navigation li {
	font-size: 18px;
	margin: 0 7px;
}
.otherNav_title{
  letter-spacing:1.5rem;
}

/* 20230616 首页广告图样式修改 s */
.index_nax a{
  color: #333;
}
.index_nax a.active{
  color: #3662df;
}
.index_nax img{
  filter: invert(49%) sepia(6%) saturate(4236%) hue-rotate(181deg) brightness(80%) contrast(101%);
}
.index_bannerBox{
  padding-top: 85px;
  /* background: rgba(54, 98, 223, .7); */
  /* background: rgba(1, 1, 1, 0.3); */
}

header .header-one {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
	padding: 25px 0 0 0;
}
@media (max-width: 992px) {
  .index_nax img{
    filter: none;
  }
  .index_nax a{
    color: #fff;
  }
  .index_nax a.active{
    color: #333333;
  }
  .index_bannerBox{
    padding-top: 0px;
  }
  header .header-one {
    padding: 15px 0;
    background: #3662df;
  }

}

/* 20230616 e */
@media screen and (max-width: 1300px) {
	.mainmenu li {
		margin: 0 4px;
		font-size: 16px;
	}
	.mainmenu li a {
		padding: 0 2px;
	}
}


@media screen and (max-width: 1230px) {
	.header-one .logo {
		width: 360px;
		margin-top: 2px;
	}
	.mainmenu li {
		margin: 0 1px;
    font-size: 14px;
	}
	.mainmenu li a {
		padding: 0 2px;
	}
}
@media (max-width: 992px) {
	.search-popup.outer-menu .hamburger {
		width: 30px;
		/* left: -45px; */
		left: -3px;
		text-align: center;
	}

	.search-popup.outer-menu .checkbox-toggle {
		/* left: -42px; */
		left: 0px;
	}
	.header-one .info-expand,
	.header-one .info-expand-open {
		display: none;
	}
  .overlay>.AdaptiveScalingImg{
    padding-top:56px;
    }
}

@media screen and (max-width: 762px) {
	.navigation li {
		font-size: 15px;
	}
	.header-one .logo {
		width: 250px;
		margin-top: 2px;
	}
  .otherNav_title{
    letter-spacing:normal;
  }
}

/* 首页 */

.single-blog {
	transition: all 0.5s;
}

.single-blog:hover .AdaptiveScalingImg_dBox .AdaptiveScalingImg {
	scale: 1.1;
	transition: all 0.5s;
}

/* 产品 */

.index_prod_dBox {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 70%;
}
/* 工程案例 */

.index_case_img_dBox {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 70%;
}
@media screen and (max-width: 768px) {
  .index_fontSize{
    font-size: 20px;
  }
  .index_fontSize_bold{
    font-size: 24px;
  }
}
/* ==================================================================================================================================== */
/* 关于时光 s*/
/* 01 */
.about_oneBox,
.about_cultureBox {
	padding-top: 100px;
	padding-bottom: 100px;
}
.about_oneBox_leftBox h5 {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	text-transform: capitalize;
}
.about_oneBox_leftBox h5 span {
	font-size: 30px;
	color: #3662df;
}
.about_oneBox_leftBox h2 {
	color: #333;
}
/* .about_oneBox_leftBox p {
	line-height: 1.5;
	font-size: 16px;
	color: #666;
} */
.about_oneBox_rightBox {
	margin-left: 30px;
}
.about_oneBox_rightBox_d1 {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 70%;
	z-index: 1;
	box-shadow: 0 15px 30px rgb(54 98 223 / 20%);
}

.about_oneBox_rightBox_d1_border1 {
	position: absolute;
	border: 5px solid #3662df;
	width: 90%;
	height: 86%;
	right: -5%;
	top: 10%;
}
.about_oneBox_rightBox_d1_border2 {
	position: absolute;
	border: 5px solid #3662df;
	width: 20%;
	height: 30%;
	left: 20px;
	top: -10%;
	z-index: 3;
}

@media screen and (max-width: 992px) {
	.about_oneBox,
	.about_cultureBox {
		/* padding: 100px 0; */
		padding-top: 50px;
		padding-bottom: 80px;
	}
	.about_cultureBox h2 {
		font-size: 20px;
	}
	.about_oneBox_rightBox_d1_border1 {
		position: absolute;
		border: 5px solid #3662df;
		width: 90%;
		height: 50%;
		right: -5%;
		top: 10%;
	}
}

/* 02 */
.about02Box {
	background: url(../images/BG01.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	/* background-position: 50% -25px; */
	overflow: hidden;
	padding: 165px 0;
	position: relative;
}
.about02Box_BG {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(54 98 223 / 90%);
}
.about02Box_ContentBox {
	position: relative;
}
/* 03 */
.about_cultureBox {
	text-align: center;
}

.about_cultureBox h2 {
	color: #333;
}
.about_cultureBox_d3 {
	padding-top: 50px;
	line-height: 1.5;
}
.about_cultureBox_d3 p {
	font-size: 20px;
	line-height: 2;
}

@media screen and (max-width: 768px) {
	.about_oneBox_leftBox {
		margin-bottom: 50px;
	}
	.about_oneBox_rightBox_d1_border1 {
		position: absolute;
		border: 5px solid #3662df;
		width: 30%;
		height: 50%;
		right: 1%;
		top: 60%;
	}
	.about_cultureBox_d3 p {
		font-size: 14px;
	}
	.promo-text .text-capitalize {
		font-size: 20px !important;
	}
	.promo-text_B p {
		font-size: 14px !important;
	}
}
/* 关于时光 e*/
/* 公司简介companyProfile CP */
.CPBox {
	box-shadow: 0 15px 30px rgb(54 98 223 / 20%);
	margin: 50px auto 50px;
	padding: 20px 30px;
}
/* 公司资质 aptitude */
/* 01 */
.aptitudeBox {
	padding: 80px 0 80px;
}
.aptitudeBox_cBox {
	margin-bottom: 30px;
}
.aptitudeBox_imgBox {
	position: relative;
	box-shadow: 0 15px 30px rgb(55, 99, 224, 0.2);
	padding: 20px 20px 20px;
	background-color: #fff;
	text-align: center;
	/* margin-bottom: 30px; */
	color: #53585b;
	transition: all 0.5s;
	user-select: none;
	height: 100%;
}

.aptitudeBox_imgBox:hover {
	background-color: #3662df;
	color: #fff;
}
/* 02 */
.aptitudeBox02_imgBox {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.aptitudeBox02_imgBox_d1 {
	height: 120px;
	padding: 10px 10px 0;
}
.aptitudeBox02_imgBox_d1 img {
	max-width: 100%;
	max-height: 100%;
	z-index: 2;
}
.aptitudeBox02_imgBox_honor_BGBox {
	position: relative;
}
.aptitudeBox02_imgBox_honor_BGBox_img {
	position: absolute;
	width: 80%;
	top: 15px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.aptitudeBox02_imgBox_h3 {
	margin-top: 50px;
	font-size: 14px;
}
@media screen and (max-width: 768px) {
	.aptitudeBox02_imgBox_d1 {
		height: 200px;
		/* padding: 10px 10px 0; */
	}
	.aptitudeBox02_imgBox_h3 {
		margin-top: 10px;
		font-size: 14px;
	}
}

/* ==================================================================================================================================== */
/* 产品首页 */
.prod_indebox {
	padding: 20px 0 30px;
}
.prod_indebox_titleBox {
	margin-bottom: 30px;
	margin-top: 50px;
}
.prod_indebox_titleBox h3 {
	font-size: 32px;
}

.prod_indebox_listBox {
	width: 100%;
	color: #666;
}
.prod_indebox_listBox:hover {
	color: #3662df;
}
.prod_indebox_listBox:hover .prod_indebox_imgBox > img {
	scale: 1.1;
}
.prod_indebox_listBox:hover .prod_indebox_imgBox {
	box-shadow: 0 15px 30px rgba(55, 99, 224, 0.5);
}
.prod_indebox_imgBox {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 70%;
	transition: all 1s;
	box-shadow: 0 15px 30px rgba(55, 99, 224, 0.1);
}
.prod_indebox_listBox_title {
	font-size: 16px;
	text-align: center;
	padding: 30px 5px;
	margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .prod_indebox_titleBox h3 {
    font-size: 20px;
  }
}
/* 产品列表页 */
/* 产品二级栏目导航 s */
.prod_navBox {
	padding-top: 30px;
}

.prod_oneNavBox {
	border-bottom: 1px solid #3662df;
	padding: 10px 10px 20px;
}

.prod_oneNavBox a {
	font-size: 18px;
	font-weight: bold;
	/* width: 130px; */
	color: #666;
	padding: 5px 10px;
	text-align: center;
	/* margin-right: 50px; */
}
.prod_oneNavBox .a_active {
	color: #3662df;
	border-bottom: 2px solid #3662df;
}
.prod_twoNavBox {
	padding: 20px 0;
}
.prod_twoNavBox a {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	width: 33%;
	color: #666;
	padding: 5px 10px;
	text-align: center;
	/* margin-right: 50px; */
	margin-bottom: 10px;
}
.prod_twoNavBox .a_active {
	color: #3662df;
	/* border-bottom: 2px solid #3662df; */
}
/* 产品二级栏目导航 e */
/* 产品二级栏目导航样式 02 s */
.prod02_navBox {
	padding-top: 30px;
}
.prod02_navBox > h5 {
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #dddddd;
	padding: 10px 0 10px 10px;
	margin-bottom: 10px;
}

.prod02_navBox_listBox {
	padding-left: 15px;
	border-left: 1px solid #dddddd;
}
.prod02_navBox_listBox_class {
	margin-bottom: 20px;
	/* margin-top: 20px; */
	padding-top: 20px;
}
.prod02_navBox_listBox_class a {
	color: #666;
	font-size: 16px;
}
.prod02_navBox_listBox_sort {
	margin-bottom: 10px;
	transition: all 0.5s;
}
.prod02_navBox_listBox_sort a {
	color: #888;
	font-size: 12px;
	margin-bottom: 20px;
}
.prod02_navBox_listBox_class:hover a,
.prod02_navBox_listBox_sort:hover a {
	color: #3662df;
}
.prod02_navBox_listBox_sort:hover {
	transform: translate3d(10px, 0px, 0);
}
.prod02_navBox_listBox_sort_active a,
.prod02_navBox_listBox_class_active a {
	color: #3662df;
}
/* 产品二级栏目导航样式 02 e */

/* 20260107新增 s */

.prod_menuBox {
  margin-bottom: 30px;
}

.prod_menuBox_title {
  padding: 15px;
  background-color: #3662df;
  border-radius: 10px 10px 0px 0px;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
}

.prod_menuBox_navtitle > a {
  display: block;
  position: relative;
  padding: 0 20px;
  background-color: #d1def1;
  color: #3662df;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 3;
  border-bottom: 1px solid #eee;
}

.prod_menuBox_navtitle > a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotateZ(45deg);
  transition: all 0.3s;
  border-color: #000;
  border-width: 2px;
}
.prod_menuBox_navtitle > a:hover{
  color: #3662df;
}
.prod_menuBox_navtitle > a:hover::after {
  transform: rotateZ(135deg);
  border-color: #3662df;
}
.prod_menuBox_navtitle_active > a {
  color: #3662df;
    /* border-bottom: 1px solid #3662df; */
}
.prod_menuBox_navtitle_active > a::after {
  transform: rotateZ(135deg);
    border-color: #3662df;
}
.prod_menuBox_navtitle_ul_li > a {
  display: block;
  position: relative;
  background-color: #f9f9f9;
  font-size: 14px;
  color: #000;
  line-height: 2.5;
  padding: 5px 20px;
  border-bottom: 1px solid #eee;
}
.prod_menuBox_navtitle_ul_li > a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotateZ(45deg);
  transition: all 0.3s;
  border-color: #000;
  border-width: 1px;
}

.prod_menuBox_navtitle_ul_li > a:hover {
  color: #3662df;
  font-weight: bold;
  border-color: #3662df;
  background-color: #d1def17a;
}
.prod_menuBox_navtitle_ul_li > a:hover::after {
  transform: rotateZ(135deg);
    border-color: #3662df;
      /* border-width: 2px; */

}
.prod_menuBox_navtitle_ul_li_active > a {
  color: #3662df;
  font-weight: bold;
  border-color: #3662df;
  background-color: #d1def17a;
}
.prod_menuBox_navtitle_ul_li_active > a::after {
  transform: rotateZ(135deg);
  border-color: #3662df;
      /* border-width: 2px; */

}
/* 20260107新增 e */
/* 产品列表 s*/

.pro_listRowBox {
	margin-top: 40px;
}

.pro_listColBox {
	padding: 0 7px;
}

.pro_listBox {
	border: 1px solid #ddd;
	padding: 10px 10px 0;
	margin-bottom: 14px;
	transition: all 0.5s;
}

.pro_listBox_imgBox {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 79%;
}

.pro_listBox_h3 {
	position: relative;
	font-size: 16px;
	color: #333;
	border-top: 1px solid #ddd;
	text-align: center;
	margin: 0;
	line-height: 1.2;
	padding: 25px 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pro_listBox_h3::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 1px;
	background-color: #283d82;
	transition: all 0.5s;
}

.pro_listBox:hover {
	box-shadow: 0 15px 30px rgb(0 0 0 / 20%);
	transform: translate3d(0, -10px, 0);
}

.pro_listBox:hover .pro_listBox_h3::before {
	width: 100%;
}

.pro_listBox:hover .pro_listBox_imgBox > .AdaptiveScalingImg {
	transform: scale(1.1);
}

@media screen and (max-width: 992px) {
	.pro_listRowBox {
		margin-top: 2rem;
	}
	.pro_listColBox {
		padding: 0 7px;
	}
	.pro_listBox {
		padding: 10px 10px 0;
		margin-bottom: 1rem;
	}
	.pro_listBox_h3 {
		font-size: 0.8rem;
		line-height: 1.2;
		padding: 1rem 0.5rem;
	}
}
/* 产品列表 e*/

/* 产品详情页s */

.prod_Allbox {
	padding-top: 50px;
	padding-bottom: 130px;
}
/* imgBox */
.prod_smallImgBox {
	transition: all 0.5s;
	border: 1px solid #dddeee;
	/* background-color: #dddeee; */
}
.prod_smallImgBox:hover {
	border: 1px solid #3662df;
}

.prod_rightDetailBox {
	color: #333;
}
.prod_rightDetailBox h2 {
	color: #333;
}
.prod_rightDetailBox h3 {
	font-weight: bold;
	border-bottom: 1px solid #3662df;
	padding-bottom: 20px;
}
.prod_rightDetailBox .d1 {
	font-size: 16px;
	color: #666;
	color: #000000b5;
	line-height: 2;
	padding-top: 20px;
}
/* 产品详情内容盒子 s */

.prod_mainDetailBox {
	padding-top: 30px;
	border-top: 1px solid #3662df;
}
.prod_mainDetailBox_titleBox {
	border-bottom: 1px solid #eee;
}
.prod_mainDetailBox_titleBox > a {
	width: 33.3%;
	text-align: center;
	background-color: #f7f7f7;
	font-size: 12px;
	color: #333;
	line-height: 1.5;
	padding: 10px 0;
	transition: all 0.5s;
	border: 1px solid #f7f7f7;
}
.prod_mainDetailBox_titleBox > a:hover {
	border: 1px solid #3662df;
	color: #fff;
	background-color: #3662df;
	border-right: 1px solid #f7f7f7;
	border-left: 1px solid #f7f7f7;
}

.prod_mainDetailBox_titleBox > .a_active {
	color: #fff;
	background-color: #3662df;
	border: 1px solid #3662df;
}

.prod_mainDetailBox_contentBox {
	min-height: 200px;
}
.prod_mainDetailBox_contentBox > div {
	padding: 15px 0px;
}

.prod_mainDetailBox_contentBox  p {
    color: #000000b5;
}
/* 产品详情内容盒子 e */

/* 推荐产品s */
.prod_tjImgBox {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 70%;
	border: 1px solid #dddeee;
	background-color: #f4f4f4;
}

@media screen and (max-width: 768px) {
	/* .folio-title_B h2,
	.folio-title_B p {
		opacity: 1 !important;
		left: 0 !important;
	}
	.overlay-1_B.overlay-1:before {
		opacity: 1 !important;
		z-index: 1;
		background-color: rgba(54, 98, 223, 0.8);
	} */
	.folio-title h2,
	.folio-title p {
		font-size: 14px !important;
		opacity: 1 !important;
		left: 0 !important;
	}
	.overlay-1:before {
		opacity: 1 !important;
		/* z-index: 1; */
		background-color: rgba(54, 98, 223, 0.5);
	}
}

/* 推荐产品 e */
/* 产品详情页e */
/* ==================================================================================================================================== */
/* 工程案例 s */
.caseAllBox,
.newsAllBox {
	padding-top: 100px;
	padding-bottom: 50px;
}

.caseBox {
	box-shadow: 0px 10px 16px 4px rgba(2, 3, 3, 0.08);
}
.caseBox:hover {
	box-shadow: 0 15px 30px rgba(55, 99, 224, 0.3);
	transform: translate3d(0, -10px, 0);
}
.caseBox:hover .case_img_dBox > img {
	scale: 1.2;
}
.caseBox .no-margin {
	color: #727272;
}

.case_img_dBox {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 70%;
}
.case_titleBox {
	height: 70px;
	padding: 0 15px;
}
.case_titleBox .case_title_h4 {
	font-size: 16px;
	line-height: 1.3;
}

.caseBox .date-comment,
.caseBox .blog-title {
	background: #ffffff;
}

.caseBox .date-comment {
	border-bottom: 1px solid #595959;
}

.caseBox .date-comment {
	border-color: #e4e4e4;
}

.caseBox .date-comment,
.caseBox .blog-title {
	background: #ffffff;
}

.caseBox:hover .date-comment {
	border-bottom: 1px solid #3662df;
}

.caseBox:hover .date-comment {
	border-color: #3662df;
}

.caseBox .blog-title {
	padding: 19px 20px 17px;
}

@media screen and (max-width: 992px) {
	.caseAllBox,
	.newsAllBox {
		padding-top: 50px;
		padding-bottom: 30px;
	}
	.case_titleBox .case_title_h4 {
		font-size: 14px;
	}
}

/* 工程案例内页 s */
/* 工程案例内页内容 s */
.pb-80 {
	padding-bottom: 80px;
}
.meta__info ul {
	margin-bottom: 15px;
}
.meta__info ul li {
	display: inline-block;
	font-size: 14px;
	margin-right: 30px;
}
.case_detailBox_h2 {
	color: #595959;
	margin-bottom: 20px;
}
/* 工程案例内页内容 e */
@media screen and (max-width: 768px) {
	.case_detailBox_h2 {
		color: #595959;
		margin-bottom: 20px;
		font-size: 20px;
	}
}

/* 案例内页右部件 widget s */
/* 01 */
.widget {
	padding: 30px 10px 30px 10px;
	border: 2px solid #f5f8fa;
	overflow: hidden;
}

.widget_title {
	margin-bottom: 30px;
	text-align: center;
}

.widget_title h4 {
	font-size: 20px;
	margin-bottom: 0;
	line-height: 1;
	font-weight: normal;
}

.widget_social {
	font-size: 14px;
	color: #595b6b;
}
.widget_social > div {
	margin-top: 5px;
}
.widget_social > div > div:nth-child(1) {
	width: 44px;
}
.widget_social > div > div:nth-child(2) {
	flex: 1;
}
/* 02 */
.widget_caseTitleBox {
	margin-bottom: 20px;
	color: #595959;
	transition: all 0.5s;
	padding: 5px;
}
.widget_caseTitleBox:hover .widget_caseTitleBox_d2 > h6 {
	color: #3662df;
}

.widget_caseTitleBox:hover {
	background: #e4e4e4;
	color: #3662df;
}
.widget_caseImgBox {
	position: relative;
	overflow: hidden;
	width: 80px;
	height: 65px;
	margin-right: 10px;
}
.widget_caseTitleBox_d2 {
	flex: 1;
	height: auto;
}
.widget_caseTitleBox_d2 > h6 {
	text-transform: lowercase;
	font-size: 12px;
	line-height: 1.2;
	margin: 0;
	font-weight: normal;
}
/* 03 */
.widget_prodBox a {
	color: #595959;
}
.widget_prodBox li {
	margin-right: 20px;
	margin-bottom: 15px;
}
.widget_prodBox li > a:hover {
	color: #3662df;
}
/* 案例内页右部件 e */

@media screen and (max-width: 768px) {
	.pagination-wrap .pagination li.page-item2 {
		display: none;
	}
}

/* 工程案例内页 e */
/* 工程案例 e */

/* ==================================================================================================================================== */
/* 联系我们  s */
.contact_Box {
	padding: 60px 0 134px;
	text-align: left;
	color: #000;
}
.contact_title_h4 {
	margin-bottom: 30px;
}
/* left start */
.contact_left_h3 {
	font-size: 24px;
	color: #000;
	margin-bottom: 20px;
}
.contact_left_h2 {
	font-size: 24px;
	color: #3662df;
	font-weight: normal;
	text-transform: uppercase;
}

/* 01 */
.contact_leftBox {
	font-size: 16px;
	color: #8e8e8e;
	padding-bottom: 20px;
}
.contact_leftBox > div {
	margin-top: 25px;
	padding-right: 20px;
}
.contact_leftBox > div > div:nth-child(1) {
	width: 80px;
}
.contact_leftBox > div > div:nth-child(2) {
	flex: 1;
}
/* left end */
/* right s */
.contact_rightBox {
	width: 60%;
}

.mapBox {
	width: 100%;
	height: 400px;
	vertical-align: middle;
	border: 1px solid #dadada;
}
/* right e */

@media screen and (max-width: 768px) {
	.contact_rightBox {
		width: 100%;
	}
}

@media screen and (max-width: 992px) {
	.contact_Box {
		padding: 30px 0 50px;
		text-align: left;
		color: #000;
	}

	.contact_left_h3 {
		font-size: 20px;
		color: #000;
		margin-bottom: 20px;
	}
	.contact_left_h2 {
		font-size: 24px;
	}
}

/* 联系我们  e */



/* 尾部 s */


.commfoot_tag{
  padding-right: 50px;
}

@media screen and (max-width: 768px) {
  
  .commfoot_tag{
    padding-right: 0px;
  }
  }



/* 尾部 e */
/* * {
    outline: solid #f00 1px !important;
    background: #000 !important;
    color: #fff !important;
} */
