body,
html {
	margin: 0;
	padding: 0;
	font-family: "PingFang SC", XHW-pzh, "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", 微软雅黑, STHeitiSC-Light, simsun, 宋体, "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif;
}

a {
	text-decoration: none;
	/* color: inherit; */
	color: #333;
}

a:hover {
	text-decoration: none;
	/* color: inherit; */
	color: rgba(0, 160, 150, 1);
}

ul,
li {
	list-style: none;
}

.flex {
	display: flex;
}

.flex-col {
	flex-direction: column;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.justify-end {
	justify-content: flex-end;
}

.items-center {
	align-items: center;
}

.ellipse-2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow-wrap: break-word;
}

::-webkit-scrollbar {
	width: 8px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
	border-radius: 10px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(155, 155, 155, 0.4);
}

/* font */
.textGreen {
	color: #00A096
}
  /* scale-img */
  .scale-img{
	width: 100%;
	overflow: hidden;
	border-radius: 20px;
}

.scale-img .image-container {
	border-radius: 20px;
	object-fit: cover;
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: all .5s;
}

.scale-img .image-container:hover {
	transform: scale(1.1);
}
/* ellipsis */
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ellipsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ellipsis3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
  }

/* number */
/* Montserrat-Bold.otf */
@font-face {
	font-family: 'Montserrat-Bold';
	src: url('../fonts/Montserrat-Bold.otf') format('opentype'),
		font-weight: normal;
	font-style: normal;
}

.fontMontserrat {
	font-family: Montserrat-Bold !important;
}

/* container */
.container {
	padding: 0 5%;
	width: 90%;
}

.titlebox {
	margin: 70px auto 36px;
}

.titlebox h1 {

font-size: 48px;
font-weight: 400;
letter-spacing: 0px;
line-height: 63.35px;
color: rgba(51, 51, 51, 1);
text-align: center;
vertical-align: top;

}

.lineBar {
	border-top-color: rgba(0, 160, 150, 1);
	border-top-width: 6px;
	border-top-style: solid;
	width: 68px;
	height: 0;
	border-right: 6px solid rgba(0, 160, 150, 0);
	margin: 0 auto;
	margin-top: 24px;
}


/* crumbs */
.crumbs {
	/* position: absolute;
        bottom: 0;
        left: 5%; */
	width: 100%;
	height: 60px;
	opacity: 1;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 2px 12px rgba(58, 89, 82, 0.12);
	/** 文本1 */
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 60px;
	color: rgba(26, 26, 26, 1);
}

.crumbs a {
	transition: all .36s;
	/** 文本1 */
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 21.12px;
	color: rgba(26, 26, 26, 1);
}

.crumbs a:not(:first-child)::before {
	content: ">";
	display: inline-block;
	margin: 0 5px;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	transform: translateY(-1px);
}

/* subbanner */
.subbanner .bannerCenter {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: start;
	align-items: center;
	position: relative;
}

.subbanner .bannerCenter .box {
	padding-left: 5%;
}
.subbanner {
    height: 500px;
}

.bannerCenter h2 {
    margin-bottom: 14px;
    position: relative;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 1);
	text-align: left;
	vertical-align: top;
}
.bannerCenter h3 {
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
font-size: 16px;
font-weight: 400;
letter-spacing: 0px;
line-height: 24px;
color: rgba(255, 255, 255, 1);
text-align: left;
vertical-align: top;
text-transform: uppercase;
}

/* more-btn */
.more-btn {
	display: inline-flex;
	outline: 0;
	align-items: center;
}

.more {
	display: flex;
	align-items: center;
	justify-content: center;

}

.more-btn span {
	padding-right: 10px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 24px;
	color: rgba(0, 160, 150, 1);
	text-align: center;
	vertical-align: top;
}

.more:hover {
	/* padding: 1rem 0.5rem; */
}

.i.more {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background-image: url("../images/icon-more.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.imgbox {
	margin-top: 2rem;
	height: 20.2rem;
	/* background-color: #ebebeb; */
}

.img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* footer */
.footer {
	background: rgba(255, 255, 255, 1);
	position: relative;
	font-size: 14px;
	line-height: 20px;
	color: rgba(51, 51, 51, 1);
}

.footer a {
	color: rgba(51, 51, 51, 1);
	text-decoration: none;
}

.footer a:hover {
	color: rgba(0, 160, 150, 1);
}

.footertop .container {
	width: auto;
	max-width: 100%;

	padding: 22px 5%;
}

.footertop {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 24px 0;
}

.footnav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.footTitle a {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 26px;
	color: rgba(51, 51, 51, 1);
}


.footTitle {
	text-align: left;
	margin-bottom: 12px;
	position: relative;
	font-size: 20px;
	line-height: 1.5;
	padding-left: 40px;
}

.footList {
	margin-bottom: 41px;
	padding-top: 12px;
	display: flex;
	flex-direction: column;
}

.footdown {
	border-top: 1px solid #ddd
}

.chat-link-wrap img {
	margin-left: 16px;
}

.footContact .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contactItem {
	width: 50%;
}

.contactItem span {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 21.12px;
	color: rgba(255, 255, 255, .75);
	text-align: left;
	vertical-align: top;
}

.contactItem p {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 33px;
	color: rgba(255, 255, 255, 1);
	text-align: left;
	vertical-align: top;
}

.footdown {
	padding: 18px 0;
	/* background: rgba(0, 0, 0, 0.55); */
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.footdown p {
	margin: 0;
	padding: 0;
}

/* footer */

.t_footerbg {
	/* background: linear-gradient(90deg, rgba(69, 176, 53, 1) 0%, rgba(0, 150, 215, 1) 100%);
	transform: rotate(180deg); */
	background: rgba(0, 0, 0, 1);

}

.t_footertop {
	padding: 0 5%;
	/* background: rgba(248, 248, 248, 1); */
}

.t_content4 {
	margin: 0 auto;

}

.t_footle {
	position: relative;
	padding-right: 20px;
}

.t_footle::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	background-color: #717171;
	height: 100%;
}

.t_diwen p {

	font-size: 16px;

	color: rgba(136, 136, 136, 1);

	line-height: 1.5;

	font-family: "Montserrat-Regular-8" !important;

}


.t_footfirst {
	text-align: left;
	margin-bottom: 12px;
	position: relative;

}

.t_footfirst span {

	color: #fff;

	font-size: 20px;

	line-height: 1.5;

}

.t_footnav {

	width: calc(100% - 300px);
	display: flex;
	justify-content: space-between;
	position: relative;

}

.t_footnavli {
	margin-bottom: 12px;

}

.t_footnavli a {
	font-size: 16px;
	line-height: 1.5;
	transition: all 0.36s;
	color: rgba(136, 136, 136, 1);

}

.t_foottopnr {
	padding-top: 40px;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;


	border-top: 1px solid rgba(255, 255, 255, 0.2);


}

.t_footlist {
	margin-bottom: 41px;
	padding-top: 12px;
}

.t_diul {
	margin-bottom: 16px;
	margin-left: 16px;
}

.t_didownle {
	margin: 0 -14px;
}

.t_didownp p {
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	line-height: 1.5;
	text-align: center;
}

.t_didownp p span {
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	line-height: 1.5;

}

.t_didownp p a {
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	line-height: 1.5;
	vertical-align: top;

}

.t_didown {
	padding: 18px 0 20px;


	border-top: 1px solid rgba(255, 255, 255, 0.2);


}

.t_sycenr {
	width: 100%;
	height: 100%;
	position: relative;
}

.t_footEwm {
	text-align: center;
	color: #FFFFFF;
}

.t_footEwm span {
	line-height: 30px;
	font-size: 16px;
	display: block;
	text-align: center;
	color: rgba(136, 136, 136, 1);
}

.t_footEwm img {
	width: 132px;
	height: 132px;
	padding: 10px;
	margin-top: 20px;
	padding: 6px;
	display: block;
}

.t_footEwm ul li {
	float: left;
	text-align: center;
}

.t_diwen p {
	margin: 0;
}

.t_foottop {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* padding: 20px 0; */
}

.footLogo {
	height: 54px;
}

.footEwmbox {
	padding: 0 5px;
}

.footEwm {
	height: 42px;
	position: relative;
}

.footTel {
	height: 40px;
}

.t_foottopContact {
	display: flex;
	align-items: center;
}

.t_footer a {
	color: rgba(255, 255, 255, .75);
	text-decoration: none;
}

.tel-box .flex-row {
	display: flex;
}

.tel-box {
	width: 400px;
}

.tel-box ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.tel-box li {
	/* width: 50%; */
	padding: 10px 0;
}

.tel-box li:first-child {
	/* width: 100% */
}

.label_14 {
	width: 48px;
	height: 48px;
	margin-top: 5px;
}

.tel-text span {
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 0.75);
	font-size: 14px;
	font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
	font-weight: NaN;
	text-align: left;
	white-space: nowrap;
	line-height: 20px;
}

.tel-text h4 {
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: 22px;
	font-family: Montserrat-SemiBold;
	font-weight: NaN;
	text-align: left;
	white-space: nowrap;
	line-height: 33px;
	margin: 0px;
}

.tel-text h5 {
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: 22px;
	font-family: Montserrat-SemiBold;
	font-weight: NaN;
	text-align: left;
	white-space: nowrap;
	line-height: 33px;
	margin: 0px;
}

.icon-telsmall {
	width: 24px;
	height: 24px;
}

.flex-nav {
	display: flex;
	justify-content: space-between;
}

.t_didownp {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.t_footdown .t_content4 {
	padding: 0 5%;
}

.t_diwen {
	display: flex;
}

.qrcode {
	position: absolute;
	/* top: -150px; */
	/* 调整二维码图片的位置 */
	/* left: 50%; */
	transform: translateX(-50%);
	display: none;
	z-index: 100;
}

.footEwm:hover .qrcode {
	display: block;
}

/* nav-phone */

/* sidebar-menu */
.sidebar-menu {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #e7e9eb;
	z-index: 999;
	transition: 0.6s;
}

.sidebar-menu__header {
	height: 50px;
	background: #eff2f6;
	position: relative;
	display: block;
	padding: 15px 25px;
	height: 100%;
	width: 100%;
	color: #fff;
	margin-right: 105px;
}

.sidebar-menu .sidebar-menu__header {
	line-height: 35px;
	color: #646060;
	font-size: 16px;
}

.sidebar-menu .sidebar-menu__header .iconfont {
	font-size: 20px;
}

.sidebar-menu__list {
	position: fixed;
	top: 65px;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	background: #fff;
	list-style-type: none;
	border-top: 1px solid #cec7c7;
	z-index: 999;
}

.sidebar-menu__item:first-child {
	border-top: 0
}

.sidebar-menu__item {
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #eee;
}

.sidebar-menu__link {
	display: block;
	padding: 15px 25px;
	color: #828282;
	font-size: 16px;
	font-weight: 400;
	transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__item {
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #eeeeee;
}

.colos {
	line-height: 70px;
}

.sidebar-menu__item:first-child {
	border-top: 0;
}

.sidebar-menu__item.sidebar-menu__item--back,
.sidebar-menu__item.sidebar-menu__item--back:hover,
.sidebar-menu__link.sidebar-menu__subtitle {
	background-color: #eff2f6 !important;
}

.sidebar-menu__item.sidebar-menu__item--back .sidebar-menu__link {
	color: #000 !important;
}

.sidebar-menu__item:hover {
	background-color: #fff;
	cursor: pointer;
}

.sidebar-menu__item:hover>.sidebar-menu__link {
	color: #6e6e6e;
}

.phone_i {
	display: inline-block;
	line-height: 60px;
	padding: 0 15px;
}

.sidebar-menu__item:hover>.sidebar-menu__link .glyphicon-menu-right {
	color: #6e6e6e;
}

.sidebar-menu__item .sidebar-menu__list {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	transform: translateX(100%);
	transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__item .sidebar-menu__list.is-active {
	transform: translateX(0);
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list {
	z-index: 2;
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
	z-index: 3;
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
	z-index: 4;
}

.sidebar-menu__link::first-letter {
	text-transform: uppercase;
}

.sidebar-menu__link:active,
.sidebar-menu__link:focus,
.sidebar-menu__link:hover {
	text-decoration: none;
}

.sidebar-menu__link span.glyphicon-menu-left {
	float: left;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	margin-right: 4px;
}

.sidebar-menu__link .glyphicon-menu-right {
	color: #bababa;
	float: right;
}


.displaynone {
	display: none;
}
.phonenav {
	display: none;
}

.mobile-foot {
	display: none;
}

.mobile-foot ul {
	display: flex;
	justify-content: space-around;

}

.rightfix {
	position: fixed;
	top: 70%;
	right: 0px;
	width: 70px;
	border-right: none;
	transform: translateY(-50%);
	z-index: 9999;
	/* border: 1px solid #dee2e7; */
	background: #fff;
	/* display: none; */
}

.fix_ul li {
	font-size: 12px;
	text-align: center;
	float: none;
	position: relative;
	width: 70px;
	cursor: pointer;
	height: 70px;
	padding: 0px 0;
	background: #042c58;
	margin-bottom: 0px;
	color: #ffffff;
	border-bottom: 1px solid #dee2e7;
}

.fix_ul li:last-child {
	display: none;
}

.fix_ul li i {
	font-size: 30px;
	color: #fff;
}

.right_div {
	transform: scale(0);
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	min-height: 70px;
	-o-transform: scale(0);
	position: absolute;
	color: #6a6a6a;
	right: 40px;
	top: 0px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background: #fff;
	padding: 5px;
	line-height: 70px;
	transition: 400ms ease-in-out;
	-moz-transition: 400ms ease-in-out;
	-webkit-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
	min-width: 140px;
	font-size: 18px;
}

.fix_ul li:hover {
	background: #042c58;
}

.fix_ul li:hover {
	background: #042c58;
	transition: 400ms ease-in-out;
	-moz-transition: 400ms ease-in-out;
	-webkit-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
}

.fix_ul li:hover i {
	color: #fff;
}

.fix_ul li:hover .right_div {
	transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	right: 70px;
	transition: 400ms ease-in-out;
	-moz-transition: 400ms ease-in-out;
	-webkit-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
}

.right_div div {
	height: 30px;
	line-height: 30px;
}
/* sub page columns */
.sub-columns-wrap{
	width: 100%;
	height: 80px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.16);
	
	overflow: hidden;
	display: flex;
	
	line-height: 80px;
	cursor: pointer;
	justify-content: center;
	margin-bottom: 10px;

}
.sub-columns-wrap li{
	margin-right: 6%;
	flex: none;
}
.sub-columns-wrap a{
	font-size: 20px;
	font-weight: 400;
	color: rgba(44, 44, 44, 1);
	
}
.sub-columns-wrap a:hover,.sub-columns-wrap li.active a{
	font-size: 20px;
	font-weight: 400;
	color: rgba(0, 160, 150, 1);
}


  /* nav */
  .head-nav-sub-item-list {}

  .nav-con {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	/* height: 360px; */
	height:400px;
  	overflow: visible;
  	z-index: 0;
  	color: #221814;
  	background-color: #f1f1f1;
  	opacity: 1;
  	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  	filter: alpha(opacity=0);
  	transition: all .5s;
	padding: 40px 0;
  }

  .nav-con.on {
  	top: 0;
  	opacity: 1;
  	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  	filter: alpha(opacity=100);
	
  }

  .nav-con-l {
  
	width: 900px;
	height: 100%;
  	float: left;
	padding-left: 8%;
	padding-right: 4%;
  }

  .nav-con-bg {
  	width: 100%;
  	height: 100%;
  	position: relative
  }

  .nav-con-bg img {
  	height: 100%;
  	width: 100%;
  	margin: 0 auto
  }

  .nav-con-list {
  	z-index: 2;
  	/* width: 38%; */
	width:calc(100% - 900px);
  	min-width: 235px;
  	background-color: #f1f1f1;
  	height: 100%;
  	position: relative;
  	float: left;
  }

  .nav-con-ls-tit {
  	display: block
  }

  .nav-con-items {
  	position: relative;
  }

  .nav-con-list .nav-con-items .nav-con-item {
  	font-size: 16px;
  	color: #878787;
  	height: 40px;
  	vertical-align: middle;
  	cursor: pointer;
  	z-index: 2;
  	position: relative
  }

  .nav-con-list .nav-con-items .nav-con-item p {
  	line-height: 40px;
  	padding-left: 50px
  }

  .nav-con-list .nav-con-items .nav-con-item p a span {
  	/* background: url(../images/nav-icon.png) no-repeat; */
  	background-position: left center;
  	padding-left: 10px;
  	color: #221814
  }

  .nav-con-ls-tit {
  	color: #5f636a;
  	font-size: 24px;
  	padding: 18px 0 18px 45px
  }

  .nav-con-ls-block {
  	/* width: 49.2%; */
  	float: left
  }

  .nav-con-item-bg {
  	position: absolute;
  	top: 0;
  	left: 0;
  	height: 40px;
  	width: 100%;
  	background-color: #fff;
  	z-index: 1;
  	transition: all .2s;
  	display: none
  }

  .nav-con-items:hover .nav-con-item-bg {
  	display: block
  }

.nav-col2 .nav-con-items {
    width: 50%;
    float: left;
}
  /* header-box */
  .header-box{
	height: 130px;
  } 

 /* 250114 foot .ewm-ul */
 .ewm-ul {
 }
 .ewm-ul li {
    float: left;
    /* width: 140px; */
    text-align: center;
    margin-right: 30px;
}
.ewm-ul img {
    width: 100px;
    height: 100px;
    padding: 10px;
    margin-top: 20px;
    padding: 6px;
    border-radius: 10px;
    display: block;
}
.ewm-ul span {
    line-height: 30px;
    font-size: 16px;
    display: block;
	color: #fff;
}
.icon-foot{
	width: 24px;
	height: 24px;
	margin: 0 8px 0 20px;
}
@media (max-width: 1400px) {
	.contactItem p {
		font-size: 18px;
	}

	.contactItem span {
		font-size: 14px;
	}

	a.footItem {
		margin-bottom: 14px;
		font-size: 14px;
	}

	.footTitle {
		font-size: 18px;
	}

	.footdown {
		flex-wrap: wrap;
	}

	.footdown p {
		display: none;
	}

	.footdown>p:nth-child(1) {
		display: block;
	}
}
@media (min-width: 600px) and (max-width: 1350px) {
	

	.header-box{
	   height: 110px;
	 }
}

@media (max-width: 1280px) {
	.footTitle {
		padding-left: 20px;
	}

	.chat-link-wrap img {
		margin-left: 8px;
	}

	.footTitle a {
		font-size: 16px;
	}

	/* foot */
	.t_foottopnr,
	.t_footle {
		padding-top: 10px;
	}

	.t_foottopnr,
	.t_footnav {
		flex-wrap: wrap;
	}

	.t_footnav,
	.t_footnavul {
		width: 100%;
	}

	.t_footnavul {
		display: flex;
		align-items: center;
		font-size: 16px;
		padding: 10px 0px;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	.t_footnavli {
		float: left;
		margin: 0;
		float: left;
		margin-left: 20px;
		line-height: 30px;
	}

	.t_footfirst {
		margin: 0;
	}

	.t_footlist {
		display: flex;
		padding: 0;
		margin: 0;
	}

	.t_footEwm {
		width: 100%;
		text-align: center;
		padding-top: 10px;
	}

	.t_foottopContact {
		flex-direction: column;
		align-items: flex-start;
	}
	.t_foottop{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding: 20px 0;
	}
	.t_foottopContact{}
	.t_diul{
		padding: 0;
		margin: 0;
	}
	.ewm-ul {
		padding: 0;
	}
}

@media (max-width: 1024px) {
	.footertop {

		flex-wrap: wrap;
	}

	.footnav {
		justify-content: flex-start;
		width: 100%;
		padding-top: 20px;

	}

	.chat-link-wrap {
		width: 100%;
	}

	.footTitle {
		padding-left: 0px;
		padding-right: 20px;
	}

	.footTitle a {
		font-size: 14px;
	}

}
@media screen and (max-width: 960px) {
    /* subbanner */
	.subbanner {
        height: 320px;
    }
	.bannerCenter h2 {
        font-size: 32px;
    }
	.icon-foot {
		margin: 0 4px 0 10px;
	}
}

@media (max-width: 768px) {
	/* subbanner */
	.subbanner {
        height: 180px;
    }
	.bannerCenter h2 {
        font-size: 20px;
    }
	.bannerCenter h3{
		margin: 0;
	}
	/*sub-columns-wrap */
	.sub-columns-wrap {
		position: relative;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		overflow-x: auto;
		margin-bottom: -1px;
		text-align: center;
		
	}
	


/* 美化滚动条 */
.sub-columns-wrap::-webkit-scrollbar {
  height: 6px; /* 滚动条的高度 */
}

.sub-columns-wrap::-webkit-scrollbar-track {
  background: #f1f1f1; /* 滚动条轨道背景色 */
}

.sub-columns-wrap::-webkit-scrollbar-thumb {
  background: #888; /* 滚动条滑块颜色 */
  border-radius: 3px; /* 滑块圆角 */
}

.sub-columns-wrap::-webkit-scrollbar-thumb:hover {
  background: #555; /* 滑块悬停时的颜色 */
}
.sub-columns-wrap a {
	font-size: 16px;
	margin: 0px;
}
 .sub-columns-wrap li {
    margin-right: 10px;
	width: auto;
	flex: none;
  }
 .sub-columns-wrap li a::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	border-bottom: 2px solid #e9a171;
	transition: 0.5s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
  }
 .sub-columns-wrap li.on a,
 .sub-columns-wrap li a:hover {
	color: #e9a171;
  }
 .sub-columns-wrap li.on a::before
 .sub-columns-wrap li li a:hover::before {
	width: 100%;
  }

.sub-columns-wrap a:hover, .sub-columns-wrap li.active a {
    font-size: 16px;
    color: rgba(0, 160, 150, 1);
}

	/* footer */
	.footer {
		width: 100%;
	}

	.footertop {
		padding-bottom: 0;
	}

	

	.footnav {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		margin-bottom: 20px;
		flex-wrap: wrap;
	}

	.footcontent,
	.footdown {
		flex-wrap: wrap;
	}

	.footTitle {
		margin-bottom: 0;
		padding: 0;
		width: 50%;
	}

	.footcontent {
		padding-top: 20px;
		padding-bottom: 0px;
	}

	.footList {
		margin-bottom: 20px;
	}

	.footer .footcontent .footnav,
	.footContact {
		width: 100%;
		max-width: 100%;
	}

	.footTitle a {
		width: 100%;
	}


	/* foot */
	.t_footfirst a,
	.t_footnavli a,
	.t_diwen p,
	.t_footEwm span {
		font-size: 16px;
	}

	.t_footnavul {
		align-items: flex-start;
		flex-direction: column;
	}

	.t_didownp {
		align-items: flex-start;
		flex-direction: column;
		align-items: center;
	}

	.tel-box {
		width: 100%;
	}

	.tel-box ul {
		padding: 0;
	}

	.t_footnavli {
		margin-left: 0;
		width: 50%;
	}

	.t_footfirst {
		min-width: 64px;
	}

	.t_footlist {
		flex-wrap: wrap;
	}

	.t_foottopnr {
		padding-top: 32px;
		padding-bottom: 16px;
	}


	.t_footEwm ul li {
		margin-right: 0;
	}

	.footTel {
		width: 300px;
		height: auto;
	}

	.footEwmbox {
		padding: 0;
	}

	.footEwm {
		height: 32px;
	}

	.footLogo {
		height: 42px;
	}

	.titlebox h1 {
		font-size: 24px;
	}

	.crumbs a,
	.crumbs {
		font-size: 14px;
	}
}

@media (max-width: 599px){
  
	.header-box{
	 height: 90px;
   }

   
}

  
