body {
	font-family: 'Arial';
}

@font-face {
	font-family: 'times';
  src: url('../fonts/times.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'timesbd';
  src: url('../fonts/timesbd.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.over {
	overflow: hidden;
}

.trans {
	-webkit-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}

.imgZoom img {
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.imgZoom img:hover {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.hoverBtn {
	cursor: pointer;
	-webkit-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}

.hoverBtn:hover {
	background-color: #c50a00 !important;
	color: #fff !important;
}

.nowrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellip2 {
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

img {
	max-width: 100%;
}

.auto-container {
  /*width: 1400px;*/
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.top-search-overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: #666666;
	z-index: 100;
	opacity: 0.8;
	display: none;
}

.M_search {
	display: none;
	position: fixed;
	z-index: 100;
	top: 0;
	width: 100%;
	height: 58px;
	background-color: red;
	box-sizing: border-box;
}

.M_search .mInp1 {
	width: 100%;
	height: 100%;
	border: 0;
	box-sizing: border-box;
	outline: none;
	padding: 10px;
	padding-right: 74px;
	font-size: 15px;
	color: #666;
}

.M_search .mInp1::placeholder {
	color: #999;
}

.M_search .m_search_btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 80px;
	background-color: #c50a00;
	border: 0;
	outline: none;
	text-align: center;
	cursor: pointer;
}

.M_search .m_search_btn img {
	display: inline-block;
}

.side-head {
	position: fixed;
  /*left: 0;*/
	top: 0;
	z-index: 99;
	width: 100%;
	background: #fff;
}
/*.side-head .bg {*/
/*  position: relative;*/
/*  z-index: 2;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: url(../images/left_nav_menu_bg.png) no-repeat center right;*/
/*  background-size: cover;*/
/*}*/
/*.side-head .nav_green_bg {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 156px;*/
/*  z-index: 1;*/
/*  content: '';*/
/*  display: block;*/
/*  width: 250px;*/
/*  height: 100vh;*/
/*  background: url(../images/nav_bg.png) no-repeat left top;*/
/*  background-size: cover;*/
/*  display: none;*/
/*}*/
/*.side-head .leftMenu {*/
/*  position: relative;*/
/*  z-index: 99;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  padding: 24px 0;*/
/*  width: 176px;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*}*/
.side-head .search-input {
	display: none;
	position: absolute;
	top: 30px;
	right: 5%;
	z-index: 99;
	width: 280px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	font-size: 16px;
	padding-left: 20px;
	background: #fff;
}

.side-head .search-input .input1 {
	height: 40px;
	line-height: 40px;
	background: none;
	border: 0;
	width: calc(100% - 57px);
	float: left;
	outline: none;
	font-size: 16px;
	color: #666666;
	font-family: "微软雅黑";
}

.side-head .search-input .bnts {
	float: right;
	width: 25px;
	height: 40px;
	background: url(../images/head_search.png) center center no-repeat;
	margin-right: 10px;
	cursor: pointer;
	border: none;
	outline: none;
}
/*.side-head .logo img {*/
/*  max-width: 100%;*/
/*}*/
/*.side-head .slogn {*/
/*  margin-top: 8px;*/
/*  font-size: 18px;*/
/*  font-weight: bold;*/
/*  color: #737e4d;*/
/*  font-family: 'timesbd';*/
/*  line-height: 24px;*/
/*}*/
.side-head .leftMenu .head_ico .email_group {
	position: relative;
}

.side-head .leftMenu .head_ico .email_group #shopcar_num {
	display: none;
	position: relative;
	top: -15px;
	right: 15px;
	background: #c50a00;
	padding: 3px 7px;
	border-radius: 50%;
	color: #fff;
}

@media screen and (min-width: 767px) {
	.side-head .leftMenu {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.side-head .leftMenu .text-center {
		width: 23%;
	}

	.side-head .leftMenu .contral-nav {
		width: 75%;
	}

	.side-head .leftMenu .head_ico {
		width: 2%;
	}

	.side-head .leftMenu .head_ico > * {
		float: left;
		margin-top: 40px;
	}

	.side-head .leftMenu .text-center .logo {
		float: left;
		margin-top: 5px;
	}

	.side-head .leftMenu .text-center .slogn {
		width: 160px;
		float: left;
		margin-top: 13px;
		margin-left: 20px;
		font-family: 'timesbd';
		font-size: 20px;
		color: #666666;
		font-weight: bold;
	}

	.nav-menu {
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
	}

	.nav-menu li {
		position: relative;
		display: inline-block;
		margin: 0 20px;
		line-height: 100px;
		vertical-align: top;
	}

	.banner,.Home-banner {
		margin-top: 112px;
	}
}

.head_ico {
	width: 100%;
	text-align: center;
}

.head_ico .email_group img:first-child {
	display: inline-block;
}

.head_ico .email_group img:nth-child(2) {
	display: none;
}

.head_ico .email_group:hover img:first-child {
	display: none;
}

.head_ico .email_group:hover img:nth-child(2) {
	display: inline-block;
}

.line {
	margin-top: 6px;
	margin-bottom: 10px;
}

.navbtn {
	width: 30px;
	height: 30px;
	float: right;
	position: relative;
	display: block;
	z-index: 20;
	cursor: pointer;
	display: none;
}

.navbtn i {
	height: 2px;
	background: #272636;
	display: block;
	overflow: hidden;
	width: 100%;
	position: absolute;
	left: 0;
	transition: all 0.3s;
}

.navbtn i.bar-1 {
	top: 7px;
}

.navbtn i.bar-2 {
	top: 15px;
}

.navbtn i.bar-3 {
	top: 23px;
}

.navbtn.open .bar-1 {
	top: 50%;
	transform: rotate(45deg);
}

.navbtn.open .bar-2 {
	height: 0;
}

.navbtn.open .bar-3 {
	top: 50%;
	transform: rotate(-45deg);
}

.contral-nav {
	width: 100%;
	box-sizing: border-box;
	z-index: 90;
}

.nav-box {
	display: flex;
	flex-direction: row;
}

.navbtn-open {
	padding: 0 32px;
	display: flex;
	align-items: center;
}

.menu-box {
	width: 100%;
}

.nav-menu {
	position: relative;
}

.nav-menu a {
	color: inherit;
	text-decoration: none;
}

.nav-menu .stair a:hover,
.nav-menu .active .stair > a {
	color: #c50a00;
}

.nav-menu .stair {
	margin-top: 5px;
	font-size: 16px;
	color: #777;
	position: relative;
}

.nav-menu .stair > a {
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #777;
	position: relative;
}
.nav-menu .stair > a span{
    
}
.nav-menu .stair > a:hover {
	color: #c50a00;
}

.nav-menu .sub {
	position: absolute;
	top: 100px;
	left: 0;
	background: #fff;
}

.nav-menu .sub > dl {
	display: none;
  /*height: 100vh;*/
}

.nav-menu .sub > dl dd {
	line-height: 1.6;
	padding: 10px 15px;
  /*padding-left: 40px;*/
	font-size: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	position: relative;
}

.nav-menu .sub > dl dd > a {
	display: block;
	position: relative;
}

.nav-menu .sub > dl dd .text {
	display: inline-block;
	vertical-align: middle;
  /*color: #fff;*/
	font-weight: bold;
}

.nav-menu .sub > dl dd .t-menu {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	background: #fff;
}

.nav-menu .sub > dl dd .t-menu li {
	padding: 10px 20px;
	box-sizing: border-box;
	line-height: 24px;
	margin: 0;
}

.nav-menu .sub > dl dd .t-menu li a {
	display: block;
  /*color: #fff;*/
}

.nav-menu .sub > dl a {
	white-space: nowrap;
}

.nav-menu .mobile-navbtn {
	display: none;
	position: absolute;
	top: 1px;
	right: 0px;
	margin: auto;
	font-size: 20px;
	width: 20px;
	height: 20px;
	transition: 0.3s;
}

.nav-menu .mobile-navbtn.open {
	transform: rotate(90deg);
}

.nav-menu .mobile-navbtn:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}

.nav-menu .stair-arr {
	display: none;
}

.footer {
	position: relative;
	z-index: 3;
	padding-top: 134px;
	padding-bottom: 40px;
}

.footer .footer_content {
	position: relative;
}

.footer .footer_content .f_link_l {
	float: left;
	width: 50%;
}

.footer .footer_content .f_link_l dl {
	float: left;
  /*margin-right: 98px;*/
	margin-right: 15%;
}

.footer .footer_content .f_link_r {
	float: right;
	width: 50%;
}

.footer .footer_content .f_link_r dl {
	float: right;
	margin-left: 20%;
}

.footer .footer_content .logo_center {
	width: 230px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -60px;
	text-align: center;
	font-size: 20px;
	color: #c50a00;
	font-weight: bold;
	font-family: 'timesbd';
}

.footer .footer_content .logo_center a {
	color: #c50a00;
}

.footer dl {
	position: relative;
	transition: all 0.3s ease 0s;
	color: #333333;
	box-sizing: content-box;
}

.footer dl dt {
	position: relative;
	margin-bottom: 22px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
}

.footer dl dd {
	line-height: 36px;
	font-size: 16px;
	color: #666;
}

.footer dl dd a {
	font-weight: normal;
	color: #666;
	text-decoration: none;
}

.footer dl dd a:hover {
	color: #c50a00;
}

.footer .msg_title {
	position: relative;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	font-weight: 700;
	text-transform: uppercase;
}

.contact_foot {
	padding: 32px 0;
	border-top: 1px solid #eeeeee;
	text-align: center;
	color: #666666;
	font-size: 19px;
	line-height: 28px;
}

.contact_foot .contact_way {
	float: left;
}

.contact_foot .contact_way span {
	margin-right: 35px;
	font-size: 18px;
	color: #c50a00;
	font-weight: bold;
	font-family: 'timesbd';
}

.contact_foot .contact_way span a {
	color: inherit;
}

.contact_foot .contact_way span img {
	margin-right: 10px;
}

.contact_foot .contact_way span:last-child {
	margin-right: 0;
}

.contact_foot .more_shape a {
	display: inline-block;
	margin-left: 20px;
}

.contact_foot .more_shape .default {
	display: inline-block;
}

.contact_foot .more_shape .hover_img {
	display: none;
}

.footerbar {
	padding: 32px 0;
	border-top: 1px solid #eeeeee;
	text-align: center;
	color: #999;
	font-size: 16px;
	line-height: 28px;
}

.footerbar .auto-container {
	position: relative;
}

.footerbar .copyright,.footerbar .links-box {
	display: inline-block;
}

.footerbar .links-box {
	position: absolute;
	right: 0;
	z-index: 9;
	width: 232px;
	border: 1px solid #eeeeee;
	height: 45px;
	cursor: pointer;
	line-height: 45px;
}

.footerbar .links-box .head {
	text-align: left;
	padding-left: 15px;
}

.footerbar .links-box .head p {
}

.footerbar .links-box .head p:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
 /* 可以调整箭头的位置 */
	transform: translateY(-50%) rotate(180deg);
	border-width: 6px 6px 0;
	border-style: solid;
	border-color: #666666 transparent transparent transparent;
}

.footerbar .links-box:hover .head p:before {
	transform: translateY(-50%);
}

.footerbar .links-box ul {
	display: none;
	position: absolute;
	bottom: 45px;
	width: max-content;
	border: 1px solid #eeeeee;
	max-height: 500px;
	overflow: auto;
}

.footerbar .links-box ul li {
	background: #ffffff;
	line-height: 45px;
	padding: 0 10px;
}

.footerbar .links-box ul li:hover {
	background: #c50a00;
}

.footerbar .links-box ul li:hover a {
	color: #ffffff
}

.footerbar .links-box:hover ul {
	display: block;
}

.footerbar .links-box ul::-webkit-scrollbar {
	width: 2px;
	height: 1px;
}

.footerbar .links-box ul::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
	background: #c50a00
}

.footerbar a {
	color: #999;
}

.footerbar .sitemap {
	margin-left: 10px;
}

.footerbar .links a {
	width: 28px;
	height: 28px;
	display: inline-block;
	border-radius: 50%;
	background-color: #c50a00;
	color: #666666;
}

.footerbar .links a:hover {
	opacity: 0.6;
}

.footerbar .links a img {
	vertical-align: top;
}

.loading-box {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 99;
	text-align: center;
	top: 0;
	padding-top: 20%;
	display: none;
}
.gt_container--hich1m .gt_switcher .gt_selected a,
.gt_container--hich1m .gt_switcher,
.gt_container--hich1m .gt_switcher .gt_option{
    width: 210px !important;
}
@media screen and (max-width: 1600px) {
	.nav-menu li {
		margin: 0 10px;
	}
}