.w1200 {
	width: 1200px;
	margin: auto;
}
.watermarkImage {
    display: block;
    position: relative;
}
.w400 {
	width: 450px;
	margin: auto;
}

.w900 {
	width: 980px;
	margin: auto;
}

.w800 {
	width: 800px;
	margin: 0 auto;
}

.navWidth {
	width: 1200px;
	margin: auto;
}

.FlexRow {
	display: flex;
	flex-direction: row;
}

.FlexRows {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.FlexRowA {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.FlexColumn {
	display: flex;
	flex-direction: column;
}

.FlexEnd {
	justify-content: end;
	display: flex;
}

.center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.warp {
	display: flex;
	flex-wrap: wrap;
}

.spaceing {
	margin-top: 50px;
}

.littleSpaceing {
	margin-bottom: 0px;
	background: #FFF;
	padding: 10px;
}

#Aboutus .littleSpaceing {
	padding: 10px 0;
}

#News #splitPage,
#News #splitPage #layui-laypage-1 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#details .littleSpaceing {
	padding: 30px 0;
}

#PlaceOrder .littleSpaceing,
#Contactus .littleSpaceing,
#details .littleSpaceing {
	border-radius: 4px;
}

.btmSpaceing {
	padding-bottom: 0px;
}

.BfontBox {
	width: 242px;
	height: 161px;
	background-image: url(../img/rectangle.png);
	position: absolute;
	z-index: 9;
	margin-top: 110px;
	color: #fff;
	align-items: flex-start;
	line-height: 30px;
}

.nowarp {
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.nowarp3 {
	display: 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.w200nowarp {
	display: inline-block;
	width: 150px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.BfontBox .line {
	margin-left: 30px !important;
	border-color: #fff;
}

.proName {
	font-size: 28px;
	font-family: MicrosoftYaHei-Bold;
	line-height: 46px;
	color: #333;
	font-weight: 700;
}

.formDetails {
	font-size: 14px;
	color: #999;
}

.top_line {
	border: 2px solid #E6001F;
	width: 80px;
	line-height: 31px;
}

#PlaceOrder,
#Aboutus,
#Contactus,
#manufacturer,
#News,
#news_dateils,
#productsList {
	background: #F3F3F3;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: "/" !important;
	color: #999 !important;
}

.navigation {
	color: #999;
	font-size: 14px;
	background: #f5f5f5;
	display: flex;
	align-items: baseline;
	/* padding:10px 0; */
}

#products .pcproducts.w1200 {
	padding: 20px 0;
}

.navigation .breadcrumb {
	background: none;
	margin: 0;
	padding: 5px 0;
}

.bannerBox img {
	width: 100%;
	position: relative;
}

.page-link {
	color: #ccc !important;
	background-color: #F0F0F0 !important;
	border: none !important;
}

.page-item {
	margin: 5px;
}

.page-item.active .page-link {
	color: #fff !important;
	background-color: #3452FF !important;
	border-color: #DDD !important;
}

.footer_page {
	padding-bottom: 120px;
}

.subumit {
	background-color: #3452FF !important;
	color: #fff !important;
}

.carousel-control-prev,
.carousel-control-next {
	background: none;
	border: none;
}

.carousel-indicators li {
	width: 10px !important;
	height: 10px !important;
	background: #fff !important;
	border-radius: 50% !important;
	border: 3px solid #999 !important;
	opacity: 1 !important;
}

.carousel-indicators .active {
	border: 3px solid #3452FF !important;
}

.line {
	width: 30px;
	border-bottom: 4px solid #2A6FCA;
	padding: 8px;
}

.title {
	font-size: 28px;
	font-weight: 700;
	color: #333;
}

.bannerTitle {
	display: none;
	width: 100%;
	color: #000;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	height: 49px;
	padding: 14px 18px;
}

#productsList .bannerTitle {
	text-align: start;
}

.left_btn {
	position: absolute;
	left: 10px;
}

#LayoutHeader {
	position: relative;
	height: auto;
}

#LayoutHeader .title {
	line-height: 24px;
}

#LayoutHeader .left_font {
	color: #666;
	font-size: 14px;
	font-family: Roboto-Regular;
	border-bottom: 1px solid #F3F3F3;
	padding: 8px;
}
#LayoutHeader .left_font>div {
    align-items: center;
}

#LayoutHeader .left_font div img {
	padding-right: 5px;
}

#LayoutHeader .left_font .center {
	padding-left: 20px;
}

#LayoutHeader .search_box {
	position: relative;
	display: inline-block;
	flex: 1;
	margin: 0 15px;
}

#LayoutHeader .search_box input {
	/* width: 386px; */
	height: 39px;
	border: 1px solid #cacaca;
	border-radius: 23px;
	padding: 0px 0px 0px 17px;
}

#LayoutHeader .top_btn {
	position: absolute !important;
	top: 6px;
	right: 12px;
}

#LayoutHeader .menu {
	color: #fff;
	width: 100%;
	background: #3452FF;
}

#LayoutHeader .name {
	align-items: center;
	display: flex;
	font-size: 16px;
	font-family: "Segoe UI";
}

#LayoutHeader .name a {
	color: #fff;
	text-decoration: none;
	padding: 4px 25px;
	line-height: 36px;
}

#LayoutHeader .name:first-child a {
	padding-left: 0;
}

#LayoutHeader .products_menu div a {
	color: #333 !important;
	border: none !important;
	padding: 0;
}

#LayoutHeader .top_box {
	align-items: center;
	padding: 20px 0;
}

#LayoutHeader .shade {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: -10;
	top: 187px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 19 !important;
}

#ProductsList .listBox.FlexRows {
	margin-bottom: 40px;
	padding: 0 10px;
	border: 1px solid #f5f5f5;
}

#ProductsList,
#Aboutus {
	background-color: #fff;
}

#LayoutHeader .name ul li a {
	line-height: 24px;
}

#index .index-contentBox3.middle.phoneProductsTitle {
	display: flex;
	justify-content: center;

}

#index .title.center .title-Box,
#index .index-contentBox3.middle.phoneProductsTitle .title {
	position: relative;
	width: fit-content;
}

#index .title.center .title-Box::after,
#index .index-contentBox3.middle.phoneProductsTitle .title::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #3452FF;
}

/* #LayoutHeader .products_menu
{
	display:flex;
	position:absolute;
	z-index:999;
	width:1200px;
	height:400px;
	color:#333;
	left:50%;
	transform:translateX(-50%);
	top: 187px;
	background:#fff;
} */

/* .products_menu div
{
	padding-right:70px;
	padding-left:20px;
}

.products_menu p
{
	font-size:18px;
	font-weight:Bold;
	border-bottom:1px solid #7E7E7E;
	padding:15px 0 10px;
} */
#LayoutHeader .menuName {
	position: relative !important;
}

#LayoutHeader .top_menus {
	height: 50px;
	align-items: center;
}

#LayoutHeader .products_menu {
	position: absolute;
	padding: 0px !important;
	background-color: #fff !important;
	top: calc(100%) !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	z-index: 999;
	box-shadow: 0px 0px 5px #aaa;
}

#LayoutHeader .products_menu>.menu_show {
	padding: 3px 10px;

}

#LayoutHeader .products_menu>.menu_show .w200nowarp {
	display: block;
	width: auto !important;
	max-width: 400px;
}

.menu_show>.menu_hide {
	display: none;
	max-width: 800px;
	position: absolute;
	left: 100%;
	top: 0;
	background-color: #fff;
	padding: 10px !important;
	box-shadow: 0px 0px 5px #aaa;
}

.menu_show:hover>.menu_hide {
	display: block;

}

#LayoutHeader .products_menu a {
	color: unset;
	text-decoration: none;
}

#LayoutHeader .products_menu a:hover {
	color: #ff0000;

}

#LayoutHeader ul {
	padding: 0;
}

#LayoutHeader ul li {
	list-style: none;
	font-size: 14px;
	line-height: 24px;
	cursor: pointer;
}

#LayoutHeader .updateImg {
	width: 266px;
	text-align: right;
	cursor: pointer;
}

#LayoutHeader .phoneHeader .logo {
	width: 100px;
	height: 36px;
	display: flex;
	overflow: hidden;

}

#LayoutHeader .phoneHeader .logo img {
	width: 100% !important;
	height: auto !important;
	display: block;
	margin: auto;
}

#LayoutHeader .updateImg span {
	font-size: 20px;
	font-family: "Microsoft YaHei";
	padding-left: 5px;
}

body {
	position: relative;
	min-height: 100vh;
	padding-bottom: 270px !important;
}

#LayoutFooter {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 270px;
	background: #fff;
	color: #222;
	border-top: 1px solid #eee;
}

#LayoutFooter .msg {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	line-height: 24px;
}

#LayoutFooter .msg p {
	margin: 0;
}

#LayoutFooter .menu {
	text-align: right;
}

#LayoutFooter .box {
	text-align: start;
	margin: auto;
	padding: 10px 0;
}

#LayoutFooter .name a {
	color: #222;
	font-size: 16px;
	text-decoration: none;
	padding: 15px 31px 15px 0;
}

#index .carousel {
	width: 100%;
	color: #333;
}

#index .info_box {
	position: absolute;
	z-index: 9;
	left: 18.5%;
	color: #fff;
	top: 32%;
	font-family: SourceHanSansCN-Medium;
}

#index .info_box div:nth-child(2) {
	font-size: 40px;
}

#index .ti_box {
	font-size: 60px;
}

#index .ti_box span {
	color: #3452FF;
	font-weight: 600;
}

#index .btn_more {
	width: 207px;
	height: 60px;
	background: #3452FF;
	border-radius: 49px;
	color: #fff;
	font-size: 30px;
	margin-top: 62px;
}

#index .banner_a {
	display: flex;
	width: 100%;
	height: 600px;
	overflow: hidden;
}

#index .imageWH {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	/* margin: auto; */
}

#index .newprouctbox {
	padding-top: 40px;
}

#index .products_banner div {
	position: absolute;
	z-index: 2;
	font-size: 26px;
	color: #fff;
	font-weight: 300;
	line-height: 50px;
	width: 490px;
	padding: 66px 62px;
}

#index .phoneProductsTitle {
	padding: 0 10px;
	/* visibility:hidden; */
	/* height:0; */
}

#index .productsBox {
	background: #fff;
	padding: 40px 0;
}

#index .productsBox .allMsg {
	padding: 30px 20px 0 0;
}

#index .productsBox .allMsg a:hover {
	text-decoration: none;
	opacity: 0.8;
}

#index .FlexRows.productsDetails.productsDetails_0 {
	justify-content: flex-start;
}

#index .productsBox .img_box {
	width: calc(20% - 20px);
	/* height:426px; */
	background: #fff;
	text-align: center;
	border-radius: 8px;
	margin: 10px;
}

#index .productsBox .click_box {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#index .productsBox .name {
	font-size: 20px;
	font-family: Roboto;
	font-weight: 500;
}

#index .productsBox .name,
.productsBox .allMsg a,
#index .productsBox .click_tag {
	color: #3452FF;
}

#index .productsBox .msg,
.productsBox .name {
	padding: 15px 0;
}

#index .productsBox .msg {
	color: #666;
	font-family: "Microsoft YaHei";
}

#index .productsBox .Products_tag {
	cursor: pointer;
	width: 200px;
	height: 52px;
	font-size: 22px;
	font-family: "Microsoft YaHei";
	font-weight: 700;
	border: 2px solid #F3F3F3;
	border-radius: 26px;
}

#index .productsBox .click_tag {
	border-color: #3452FF;
}

#index .products_img {
	flex-wrap: wrap;
	overflow: hidden;
	height: auto;
	justify-content: flex-start;
	padding: 0 5px;
}

#index .products_img .products_banner {
	border: 1px solid #dcdee2;
	width: calc(16.66% - 10px);
	margin: 10px 5px;
}

#index .products_img .products_banner a {
	display: flex;
	overflow: hidden;
	width: auto;
	height: 66px;
}

#index .left_box .name a,
#index .left_box .msg,
#index .left_box .z_price,
#index .img_box.FlexColumn .left_box .name a,
#index .img_box.FlexColumn .left_box .msg,
#index .img_box.FlexColumn .left_box .z_price {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

#index .products_img .products_banner a>img {
	width: 100%;
	margin: auto;
}

#index .z_price {
	color: red;
	font-size: 16px;
	font-weight: 700;
}

#index .y_price {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	text-decoration: line-through;
	padding-left: 20px;
}

.newProduct {
	background: #F8F8F8;
	padding-top: 40px;
}

.newProduct_box {
	width: 785px;
	height: 365px;
	background: #FFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	opacity: 1;
	padding: 47px;
}

.newProduct_box .name,
.newProduct_smbox .name {
	color: #3452FF;
	line-height: 24px;
}

.newProduct_box .name {
	font-size: 30px;
}

.newProduct_smbox .name {
	font-size: 20px;
}

.newProduct_box .msg,
.newProduct_smbox .msg {
	color: #666;
	line-height: 30px;
}

.newProduct_box .msg {
	font-size: 18px;
}

.newProduct_box .left_box {
	padding-left: 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 250px;
}

.smbox {
	padding: 20px 0;
}

.newProduct_smbox {
	width: 380px;
	height: 220px;
	background: #FFF;
	border-radius: 4px;
	padding: 17px;
}

.newProduct_smbox .left_box {
	padding-left: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 160px;
	flex: 1;
	overflow: hidden;
}

.newProduct_smbox .left_box * {
	max-width: 100%;

}

.onlineBtn {
	border-radius: 20px !important;
	width: 160px;
	padding: 10px !important;
}

.onlineBox {
	background: #3452FF;
	line-height: 60px;
	color: #fff;
	padding: 40px;
}

.onlineBox .title {
	color: #fff;
	font-size: 32px;
	font-weight: 600;
}

.moreBtn {
	border-radius: 22px !important;
	background: #3164DE !important;
	color: #fff;
	font-size: 12px;
	margin-top: 6px;
	width: 100px;
}

#index .moreText a {
	color: #007C8C;
	font-size: 12px;
}

#manufacturer .Char_box .index_box {
	width: 90px;
	height: 50px;
}

#manufacturer .region_box .index_box {
	width: 284px;
	height: 50px;
}

#manufacturer .index_box {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	cursor: pointer;
	font-family: Roboto-Regular;
	margin: 10px 10px 10px 0;
	padding: 9px;
}

#manufacturer .none_box {
	color: #333;
	background: #FFF;
	border: 1px solid #ECECEC;
}

#manufacturer .click_box {
	border: none;
	background: #3452FF;
	color: #fff !important;
}

#manufacturer .msg_details {
	color: #3452FF;
	cursor: pointer;
	margin: 10px 10px 0 0;
}

#manufacturer .box {
	background: #fff;
	width: 1186px;
	margin: 10px auto;
	padding: 40px 11px 80px;
}

#manufacturer .region_list div {
	margin: 12.5px 5.5px 5.5px 0;
}

#manufacturer .zzs .img_details {
	margin-right: 2%;
	margin-bottom: 15px;
	width: 15%;
	height: 60px;
}

#manufacturer .zzs .img_details:nth-child(6n) {
	margin-right: 0;
}

#manufacturer .page_tag {
	text-align: start;
	font-weight: 700;
	font-size: 26px;
	color: #333;
	padding-bottom: 20px;
}

#Aboutus .msgBox {
	line-height: 26px;
	width: 368px;
	padding: 0 30px 40px 0;
}

#Aboutus .titleBar {
	color: #3452FF;
	font-weight: 700;
	font-size: 18px;
}

#Aboutus .details {
	font-size: 16px;
	color: #333;
}

#Aboutus .box {
	border: 1px solid #D5D5D5;
}

#Aboutus .circle {
	width: 64px;
	height: 64px;
	background: #3452FF;
	border-radius: 50%;
	font-size: 36px;
	font-weight: 700;
	line-height: 30px;
	color: #FFF;
}

#Aboutus .page_tag {
	width: 98px;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	color: #C1C2C4;
	padding-left: 10px;
}

#Aboutus .content {
	padding-top: 35px;
}

#Aboutus .content p {
	font-size: 14px;
	line-height: 30px;
	color: #333;
	text-indent: 2rem;
}

#Aboutus .phoneAboutus img {
	padding-bottom: 25px;
}

#Aboutus .phoneAboutus {
	display: none;
	font-size: 13px;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	line-height: 25px;
	color: #333;
	padding: 20px 20px 85px;
}

#Contactus .top_line {
	width: 60px !important;
}

#Contactus .msg_box {
	text-align: center;
	font-size: 16px;
	color: #333;
	font-weight: 700;
	width: 360px;
	height: 320px;
	background: #FFF;
	border: 1px solid #ECECEC;
}

#Contactus .imgBox {
	width: 108px;
	height: 108px;
	border: 1px solid #E6E6E6;
	border-radius: 50%;
}

#Contactus .imgBox img {
	width: 50px;
}

#Contactus .msgInfo {
	width: 250px;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #333;
	padding: 30px 0;
}

#News .border_bottom {
	border-bottom: 1px solid #F0F0F0;
}

#News .newsImg {
	width: 160px;
	height: 155px;
}

#News .line_box {
	height: auto;
	background: #fff;
	border: 1px solid #ECECEC;
	margin: 0 16px 16px 0;
	padding: 10px;
}

#News .right_box {
	overflow: hidden;
	justify-content: space-between;
	padding-left: 20px;
}

#News .title,
#News .msg {
	overflow: hidden;
	text-overflow: ellipsis;
	display: 0;
	-webkit-box-orient: vertical;
	word-break: break-all;
	padding: 5px 0;
}

#News .title {
	color: #3452FF;
	font-weight: 700;
	font-size: 18px;
	font-family: "Microsoft YaHei";
	-webkit-line-clamp: 1;
}

#News .msg {
	color: #666;
	font-size: 15px;
	line-height: 25px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	width: 100%;
	word-break: break-all;
	text-decoration: none;
	margin-bottom: 20px;
}

#News .time {
	color: #999;
	font-size: 15px;
}

#News .footer_page {
	padding-top: 50px;
	padding-bottom: 50px;
}

#News .morebtn {
	font-size: 15px !important;
	border: none !important;
	color: #3452FF !important;
}

#News .news_a {
	display: flex;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#News .news_a img {
	margin: auto;
}

#News .new_img_div {
	margin: auto 0;
	height: 155px;
	width: 160px;
}

#news_dateils .top_box div {
	color: #999;
	font-size: 14px;
}


#news_dateils .news_title {
	color: #333 !important;
	font-size: 22px !important;
	padding-bottom: 20px;
}

#news_dateils .content {
	color: #333;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	margin: 30px;
}

#news_dateils .img_box {
	text-align: center;
	padding: 40px;
}

#news_dateils .conent_box {
	background: #fff;
	padding: 20px 10px 45px;
}

#PlaceOrder {
	font-family: MicrosoftYaHei;
}

#PlaceOrder th {
	font-size: 16px;
	font-weight: 400;
	line-height: 52px;
	color: #666;
}

#PlaceOrder td input {
	height: 48px !important;
}

#PlaceOrder .box {
	padding-bottom: 60px;
}

#PlaceOrder .tag_title {
	padding-bottom: 15px;
	text-align: start;
	font-size: 22px !important;
	font-weight: 700;
}

#PlaceOrder .subumit {
	border-radius: 0 !important;
}

#PlaceOrder .addBtn,
#PlaceOrder .handleDelete {
	width: 100px;
	height: 48px;
	font-size: 20px;
}

#PlaceOrder .handleDelete,
#PlaceOrder .phoneHandleDelete {
	background: #FF8000 !important;
}

#PlaceOrder .addbut,
#PlaceOrder .addBtn,
#PlaceOrder .handleDelete,
#PlaceOrder .phoneHandleDelete {
	color: #fff;
}

#PlaceOrder .addbut,
#PlaceOrder .addBtn {
	background: #3452FF;
}

#PlaceOrder .addbut {
	font-size: 18px !important;
}

#PlaceOrder .col-form-label {
	text-align: end;
}

#PlaceOrder .pageBox {
	width: 1190px;
	height: 1000px;
	background: #FFF;
	box-shadow: 0 6px 6px rgba(184, 184, 184, 0.2);
	border-radius: 20px;
	padding: 20px;
}

#PlaceOrder .phoePlaceOrder .title {
	font-size: 18px;
	color: #333;
	font-weight: Bold;
	padding-bottom: 12px;
}

#PlaceOrder .phoePlaceOrder .name {
	color: #999;
	font-size: 12px;
}

#PlaceOrder .inputBox {
	justify-content: space-between;
}

#PlaceOrder .inputBox div {
	margin-right: 5px;
}

#PlaceOrder .redCon {
	color: red;
}

#PlaceOrder .removeBtn {
	width: 58px;
}

#PlaceOrder .botBorder {
	border-bottom: 1px solid #F0F0F0;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#PlaceOrder .phone-btn,
#PlaceOrder .phoneHandleDelete {
	height: 100px;
}

.pcProductsList {
	padding: 30px 0;
}

#productsList .borderBox {
	border-radius: 4px;
	background: #FFF;
	border: 1px solid #ECECEC;
	margin-bottom: 20px;
}

#productsList .allType {
	padding: 20px;
}

#productsList .allType div {
	width: calc(12.5% - 10px);
	height: 40px;
	border-radius: 0;
	cursor: pointer;
	margin: 0 5px 15px;
	padding: 0 20px;
}

#productsList .click_box {
	color: #FFF !important;
	background: #3452FF !important;
	font-weight: 700;
}

#productsList .none_clickBox {
	color: #444;
	background: #F5F5F5;
	font-size: 14px;
}

#productsList .none_clickBox:hover {
	opacity: 0.5;
}

#productsList .typeName {
	width: 100%;
	height: 44px;
	background: #F5F6F9;
	border: 1px solid #ECECEC;
	border-radius: 0;
	display: flex;
	align-items: center;
	color: #444;
	font-weight: 700;
	font-size: 16px;
	padding: 0 15px;
}

#productsList .listDetails {
	width: 100%;
	max-height: 195px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	overflow: hidden;
	font-size: 14px;
	font-weight: 400;
	line-height: 32px;
	color: #666;
	align-content: flex-start;
}

#productsList .listDetails a {
	width: calc(25% - 20px);
	margin-right: 20px;
	color: #333;
	text-decoration: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

#productsList .listDetails a:hover {
	color: #3452ff;
}

#productsList .typeName span {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	opacity: 0.8;
}

#productsList .listBox {
	padding: 40px;
}

#productsList .Index_box div {
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	color: #000;
	cursor: pointer;
	margin: 0 5px;
}

#products .type_details a,
#productsList ul li>a>span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

#details .pcbox table {
	width: 100%;
}

#details .pcbox table tr {
	display: flex;
	overflow: hidden;

}

#details .pcbox table tr:nth-child(2n - 1) {
	background-color: #f8f8f9;
}

#details .pcbox table td {
	width: 50%;
	padding: 0 0 0 10px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

#productsList ul li {
	font-size: 1px;
	color: #DCDCDC;
	cursor: pointer;
}

#productsList ul li a {
	text-decoration: none;
}

#productsList .msg_name,
.msg_items {
	font-size: 14px;
	font-family: Roboto;
	font-weight: 400;
	line-height: 26px;
}

#productsList .msg_name {
	color: #3164DE;
	padding-right: 15px;
}

#products .products_title {
	width: 939px;
	height: 40px;
	background: #F3F3F3;
	border-radius: 0;
	font-size: 12px;
	padding: 11px 18px;
}

#Products .carousel-item {
	margin-bottom: 60px;
}

#products .table thead th,
.table-bordered td {
	text-align: center !important;
	vertical-align: middle !important;
	font-size: 14px;
}

#details .instock-stock {
	margin-left: 50px;
	font-weight: 400;
	font-size: 16px;
}

#products .left_box {
	width: 20%;
	border: 1px solid #E4E4E4;
	font-family: "Microsoft YaHei";
	margin-right: 25px;
	padding: 20px;
	height: fit-content;
}

#products .type_title {
	font-size: 16px;
	font-weight: 700;
	padding: 5px 0;
}

#products .type_details {
	font-size: 12px;
	color: #666;
	font-weight: 400;
	line-height: 30px;
}

#products .imgBorder.center>a {
	width: 80px;
	height: 80px;
	max-width: 100%;
	display: flex;
	overflow: hidden;
	margin: auto;
}

#products .imgBorder.center>a>img {
	width: 100%;
	margin: auto;
}

#products .title a,
#products .msg,
#products .z_price {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

#products .oneBox {
	box-shadow: 5px 5px 10px #f8f8f9;
	/* border: 1px solid #2db7f5; */
	width: calc(25% - 10px);
	margin: 17px 5px;
	padding: 10px;
}

#products .oneBox>a {
	width: 200px;
	height: 200px;
	margin: auto;
	display: flex;
	overflow: hidden;
}

#products .oneBox>a>img {
	width: 100%;
	margin: auto;
}

#products .oneBox .thumb {
	width: 200px;
	height: 200px;
	overflow: hidden;
	display: flex;
}
#products .oneBox .thumb img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#products .oneBox .title {
	color: #3452FF;
	font-weight: 500;
	font-size: 18px;
	line-height: 38px;
}

#products .oneBox .msg {
	color: #666;
	font-weight: 400;
	font-size: 12px;
	padding-bottom: 20px;
}

#products .oneBox .z_price {
	font-size: 20px;
	font-weight: 700;
}

#products .oneBox .y_price {
	padding-left: 20px;
	font-size: 14px;
	font-weight: 400;
	color: #999;
	text-decoration: line-through;
}

#products .imgfont img {
	float: left;
	clear: both;
}

#products .imgfont {
	font-size: 13px;
	font-family: Roboto;
	font-weight: 400;
	color: #333;
	line-height: 22px;
}

#products .deailsBox .msgName,
.deailsBox .msgInfo {
	font-size: 12px;
	font-family: Roboto;
	font-weight: 400;
}

#products .deailsRight {
	flex: 1;
	overflow: hidden;
	padding-left: 10px;
}

#products .deailsRight * {
	max-width: 100%;
}

#products .deailsRight .title {
	font-size: 15px !important;
	font-family: Roboto;
	font-weight: 700;
	padding: 5px 0 !important;
}

#products .deailsRight .title a {
	color: #000 !important;
	text-decoration: none;
}

#products .deailsBox .msgName {
	color: #666;
}

#products .deailsBox .msgInfo {
	color: #333;
	padding-left: 5px;
}

#products .deailsBox .btn {
	border-radius: 22px !important;
	height: 33px;
	display: flex;
	align-items: end;
	margin-top: 16px;
	background-color: #E1251B !important;
	width: 87px;
	justify-content: center;
}

#products .imgBorder {
	width: 90px;
	height: 90px;
	margin-top: 5px;
	background: #FFF;
}

#products .deailsBor {
	background: #fff;
	border: none;
	margin-bottom: 10px;
	padding: 10px;
	align-items: center;
}

#products .look_more {
	font-size: 11px;
	font-family: "Microsoft YaHei";
	font-weight: 700;
	line-height: 28px;
	color: #3452FF;
	text-decoration: none;
}

#details .detailsBox {
	width: 100%;
	padding-bottom: 70px;
}

#details .datails_name {
	font-size: 20px;
	font-family: "Microsoft YaHei";
	font-weight: 700;
	line-height: 24px;
	color: #000;
	padding: 14px 20px;
}

#details .subumit {
	font-size: 18px !important;
	color: #fff;
	background: #3452FF !important;
	border-radius: 23px !important;
	width: 160px;
	height: 50px;
}

#details .box_title,
#details .line_bg {
	color: #333;
	font-size: 12px;
	padding: 10px;
}

#details .box_title {
	background: #F4F4F4;
	font-weight: 700;
}

#details .line_double {
	background: #FAFAFA;
}

#details .box_title :first-child,
#details .line_bg :first-child {
	width: 50%;
}

#details .showImg {
	width: 324px;
	height: 288px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	margin-right: 50px;
}

#details .img_one {
	background: #FFF;
	border: 1px solid #F0F0F0;
	cursor: pointer;
	width: 72px;
	height: 70px;
	margin: 15px 12px 0 0;
}

#details .img_one img {
	width: 50px;
	height: 50px;
	object-fit: contain;
}

#details .msg_details {
	font-size: 12px;
	font-family: Arial;
	font-weight: 400;
	color: #666;
	line-height: 36px;
}

#Aboutus p,
#Aboutus p img,
#news_dateils p,
#news_dateils p img {
	display: block;
	max-width: 100%;
	overflow: hidden;
	margin: auto;
}

#details .msg_title {
	width: 250px;
	font-size: 12px;
	font-family: Arial;
	font-weight: 700;
	color: #333;
	line-height: 36px;
	padding-right: 30px;
}

#details .littleSpaceing .FlexRow {
	width: 100%;
}

#details .littleSpaceing .FlexRow>div {
	/* width: 100%; */

}

.text-ov {

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

#details .FlexRow.boxSizing .Flex-boxSizing>div:nth-child(2n-1) {
	background-color: #f8f8f9;
}

#details .littleSpaceing .FlexRow>div>div {
	text-align: left !important;
}

#details .details_title {
	width: 100%;
	color: #333;
	font-size: 19px;
	font-weight: 600;
}

#search {
	align-items: center;
	width: 100%;
}

#search .search_box {
	height: 25px;
	position: relative;
	display: inline-block;
	width: 78%;
}

#search .search_box input {
	height: 28px;
	border-radius: 17px;
	font-size: 15px;
	padding-left: 40px;
	color: #CCC;
	border: none;
}

#search .top_btn {
	position: absolute !important;
	top: 6px !important;
	left: 12px;
	color: #DCDCDC;
	font-size: 18px;
}

#menu .menuBg {
	background: #3452FF;
	padding: 10px;
}

#menu .menuList {
	padding: 10px;
}

#menu .botBorder {
	width: calc(100% / 3 - 10px);
	/* height:100px; */
	aspect-ratio: 1/1;
	background: #FFF;
	border-radius: 0;
	line-height: 40px;
	margin: 5px;
}

#menu .botBorder * {
	max-width: 100%;
	overflow: hidden;
}

#menu .botBorder div a {
	color: #333 !important;
	font-size: 15px;
	font-family: "Microsoft YaHei";
	text-decoration: none;
}

.pcKefu {
	/* width:50px; */
	position: fixed;
	right: 10px;
	top: 21%;
	z-index: 8 !important;
}

.pcKefu .kefu_item {
	/* width:80px; */
	margin-bottom: 10px;
	cursor: pointer;
	position: relative;
	display: flex;
	/* justify-content:center; */
	align-items: center;
}
.pcKefu .kefu_item > img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.pcKefu .shop-list {
	min-width: 200px !important;
	padding: 10px 20px !important;
}

.shop-list-model a {
	color: #3289e0 !important;
	text-decoration: #3289e0 underline;
}

.shop-list-model img {
	margin-left: 5px;
}

.pcKefu .weixin_box,
.pcKefu .qq_box,
.pcKefu .msgs_box,
.pcKefu .tel_box,
.pcKefu .shop-list {
	background-color: #fff;
	border-radius: 5px;
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
	flex-direction: column;
	justify-content: flex-start;
	padding: 15px;
	box-sizing: border-box;
	box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
	z-index: 9 !important;
}

.fiexd-image {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-right: 30px;
}

.fiexd-text * {
	white-space: nowrap;
}

.fiexd-text h2 {
	line-height: 2rem;
}

.fiexd-text>div {
	font-size: 12px;
}

.fiexd-content {
	margin: 30px 0 0 90px;
	font-size: 16px;

}

.pcKefu .sanjiao {
	width: 0;
	height: 0;
	border-left: 10px solid #fff;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
}

.wpa_qq {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 8px 0 14px;
}

.wpa_qq a {
	margin: 5px 0;
}

.shop-btn-new .kefu_quantity {
	position: absolute;
	min-width: 25px;
	text-align: center;
	right: 5px;
	top: 0;
	font-size: 12px;
	background-color: red;
	color: #fff;
	border-radius: 50%;
	transform: scale(.9);
	padding: 3px 4px;
}

#PlaceOrder .captcha_img img {
	width: 153px;
	height: 40px;
}

#details #captcha img {
	width: 160px;
	height: 40px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: #3452ff !important;
}

#splitPage2 .layui-laypage a,
.layui-laypage span {
	padding: 0 10px !important;
}

.nodata_box {
	background-color: #fff;
	width: 100%;
	height: 566px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.stair_price {
	width: 350px;
	border: 1px solid #eee;
	margin-bottom: 30px;
}

.instock {
	height: 54px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #eee;
	font-size: 18px;
	font-weight: 700;
	padding-left: 15px;
	background-color: #fbfbfb;
}

.enterquantity {
	height: 50px;
	display: flex;
	align-items: center;
	font-size: 12px;
	padding-left: 15px;
	color: #777;
	border-bottom: 1px solid #eee;
}

.quantityInput {
	border: 1px solid #eee;
	width: 120px;
	height: 30px;
	margin-right: 15px;
}

.instock .redNum {
	color: #fe262a;
	margin-left: 10px;
}

.stair_item {
	height: 40px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #eee;
	font-size: 14px;
}

.stair_item p {
	margin-bottom: 0;
}

.stair_item .row1 {
	width: 30%;
	line-height: 40px;
	padding-left: 15px;
}

.stair_item .row2 {
	width: 30%;
	line-height: 40px;
	padding-left: 8px;
}

.clickforQuote {
	height: 36px;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 700;
	padding-left: 15px;
	color: #3452ff;
	cursor: pointer;
}

.lineSpaceing,
#index .moreText,
#manufacturer hr,
.phoneManufacturer_img,
#PlaceOrder .phoePlaceOrder,
#productsList .phoneProductList,
#products .phoneproducts {
	display: none;
}

.navigation .breadcrumb-item a,
#productsList .msg_items {
	color: #999;
}

#LayoutHeader ul li:hover,
#Contactus .msgInfo div:first-child,
#productsList .Index_box div:hover,
.stair_item .fw {
	font-weight: 700;
}

#index,
#Aboutus,
#productsList {
	font-family: "Microsoft YaHei";
}

#index .carousel img,
#index .products_banner {
	position: relative;
}

#index .productsBox .msg,
.productsBox .allMsg,
.newProduct_smbox .msg {
	font-size: 14px;
}

#index .look_more,
#news_dateils .top_box {
	text-align: center;
}

#products .brand_item_content .msgName,
#products .deailsRight .msgName {
	color: #666;
	width: 100% !important;
	display: flex;
	font-size: 12px;
	flex-direction: column;
}

#products .deailsRight .msgName>div {
	width: 100%;
	text-align: left;
}

#PlaceOrder .table-responsive-sm {
	display: flex;
	width: 100%;
	/* align-items: center; */
	justify-content: center;
}

#PlaceOrder .table-responsive-sm>.table {
	width: auto;
}

.form-group.row.form-hide,
#phone-postform>.form-hide,
#PlaceOrder .box.OrderBox>.FlexRow.botBorder>.warp.inputBox>div:nth-child(5),
#PlaceOrder .table.table-borderless.table-sm>thead>tr>th:nth-child(4),
#order-list>tr>td:nth-child(4) {
	display: none;
}

#Contactus .addressimg,
#productsList .Index_box {
	padding: 40px 0;
}

#News .morebtn:hover,
#productsList .click_box a {
	color: #fff !important;
}

.weixin:hover .weixin_box,
.qq:hover .qq_box,
.msgs:hover .msgs_box,
.tel:hover .tel_box {
	display: flex;
}

#index .img_box .center>a {
	display: flex;
	width: 180px;
	height: 180px;
	overflow: hidden;
	margin: auto;
}

#index .productsBox .img_box img {
	width: 100%;
	height: auto;
	margin: auto;
}

.pcProductsList .typeName.FlexRows {
	background-color: #f8f8f9;
	color: #000;
	line-height: 40px;
	margin: 5px 0 0 0px;
	padding: 0 10px;

}

.pcProductsList .listBox.FlexRows .listDetails {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.pcProductsList .listBox.FlexRows .listDetails>a {
	display: inline-block;
	margin: 0px 20px 0px 0px;
	color: #999999;
	font-size: 14px;
	line-height: 36px;
	width: calc((100% - 40px) / 3);
	display: flex;
}

.pcProductsList .listBox.FlexRows .listDetails>a:nth-child(3n) {
	margin-right: 0;
}

.pcProductsList .listBox.FlexRows .listDetails>a>.left {
	flex: 1;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	align-items: center;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-break: break-all;
	text-decoration: none;
}

.pcProductsList .listBox.FlexRows .listDetails>a>.right {
	color: #3289e0;
}

#LayoutHeader .w1200.FlexRows.top_box .title {
	width: auto !important;
	height: 60px !important;
	display: flex;
	overflow: hidden;
}

#LayoutHeader .w1200.FlexRows.top_box .title a {
	width: 170px !important;
	height: 100% !important;
	display: flex !important;
	overflow: hidden;
}

#LayoutHeader .w1200.FlexRows.top_box .title img {
	width: 100% !important;
	height: auto !important;
	margin: auto;
	display: block !important;
}

@media screen and (max-width:1195px) {
	#index .products_img .products_banner {
		width: calc(33.33% - 10px);

	}

	.ovhiderl {
		padding: 0 10px;

	}

	.pxdContent {
		background-color: #e8e8e8;
		border: 1px solid #e8e8e8;
	}

	.shapeBox {
		width: 80% !important;
	}

	.littleSpaceing {
		margin: 10px;
		padding: 15px;
	}

	.FlexRow.boxSizing {
		width: 100%;
	}

	.Flex-boxSizing {
		width: 100%;
	}

	.cloumnTop {
		flex-direction: column-reverse !important;
	}

	.spaceing {
		margin: 25px 0 !important;
		padding: 10px;
	}

	.line {
		width: 21px;
		border-bottom: 2px solid #2A6FCA;
		padding: 5px;
	}

	.title {
		color: #333 !important;
		padding: 8px !important;
	}

	#PlaceOrder,
	#manufacturer,
	#news_dateils,
	#productsList {
		background: #fff;
	}

	#Aboutus {
		background: #f8f8f8;
	}

	#products,
	#details {
		background: #F8F8F8;
	}

	#Aboutus .bannerTitle,
	#manufacturer .bannerTitle,
	#news_dateils .bannerTitle,
	#PlaceOrder .bannerTitle {
		border-bottom: 12px solid #F8F8F8;
		height: auto;
		background-color: #fff;
		padding: 15px 18px;
	}

	.phoneFooter {
		padding: 10px 10px 0;
	}

	#LayoutHeader {
		height: 56px;
		background: #3452FF;
		margin: 0 !important;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 999;
	}

	body {
		padding: 56px 0 146px !important;
	}

	#LayoutHeader .search_box {
		margin: 0 50px;
	}

	#LayoutHeader .top_btn {
		position: absolute;
		top: 5px;
		right: 12px;
	}

	#LayoutHeader .top_btn {
		width: 15px;
	}

	#LayoutFooter {
		width: 100%;
		position: absolute;
		bottom: 0;
		background: #3164DE;
		color: #fff !important;
		height: 146px !important;
		width: 100%;
	}

	/* #LayoutFooter .phoneFooter div
	{
		padding-bottom:5px;
	}
	 */
	.phoneFooter .left_font div {
		padding-right: 10px !important;
	}

	#index .banner_a {
		height: 150px;
	}

	#index {
		padding-top: 0;
	}

	#index .bannerBox {
		position: relative;
	}

	#index .spaceing {
		margin: 0 !important;
	}

	#index .btn_more {
		width: 103px;
		height: 30px;
		border: 2px solid #000;
		border-radius: 24px;
		background: none;
		font-size: 15px;
		color: #000;
		margin: 24px auto;
	}

	#index .Product_img {
		display: flex;
		width: 100%;
		max-height: 380px;
		overflow: hidden;
	}

	#index .Product_img>a {
		display: block;
		width: 100%;
		margin: auto;
	}

	#index .info_box {
		color: #000;
		text-align: center;
		width: 100%;
		left: auto;
		top: 20px;
	}

	#index .info_box>* {
		color: #fff;
	}

	#index .newprouctbox {
		padding-top: 10px;
	}

	.onlineBox {
		font-size: 12px;
		color: #333;
		line-height: 40px;
		background: #fff;
		padding: 20px;
	}

	.onlineBtn {
		font-size: 14px !important;
		width: 113px !important;
		color: #fff !important;
		background: #3164DE !important;
		padding: 5px !important;
	}

	#index .productsBox {
		background: none;
		padding: 10px 0;
	}

	#index .img_box .center>a {
		width: 140px;
		height: 140px;

	}

	#index .productsBox .img_box:nth-child(5n) {
		display: none;
	}

	#index .productsBox .img_box {
		justify-content: flex-start !important;
		width: calc(50% - 10px) !important;
		height: auto;
		text-align: left;
		border: 1px solid #E2E2E2;
		border-radius: 0;
		box-shadow: none;
		margin: 10px 5px;
		padding: 10px;
	}

	#index .productsBox .name {
		color: #000;
		font-weight: 700;
		font-family: MicrosoftYaHei;
	}

	#index .productsBox .msg,
	.productsBox .name {
		padding: 5px 0;
	}

	#index .z_price {
		color: #3452FF;
	}

	.newProduct_smbox {
		margin-bottom: 10px;
		height: 120px;
		width: 100%;
		justify-content: flex-start;
		overflow: hidden;
	}

	.newProduct_smbox .left_box {
		height: 110px;

	}

	.products_banner {
		margin-right: 10px;
	}

	::-webkit-scrollbar {
		display: none;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	#products .oneBox {
		width: 100% !important;
		height: auto !important;
		align-items: center;
		margin: 0 0 8px;
		padding: 10px 0;
	}

	#products .w1200 {
		justify-content: space-around;
		padding: 10px;
	}

	#products .w400 {
		width: 48%;
	}

	#products .oneBox img {
		width: 140px;
		height: 100px;
	}

	#products .oneBox .title {
		font-size: 16px;
		padding: 10px 0;
	}

	#products .oneBox .title a {
		color: #3164DE !important;
	}

	#products .oneBox .info {
		font-size: 12px !important;
		line-height: 22px;
	}

	.phoneProductList span.msg_name {
		line-height: 28px;
	}

	#details .showImg {
		width: 307px;
		height: auto;
		aspect-ratio: 1/1;
		max-width: calc(100% - 100px);
		margin-right: 11px;
	}

	#details .showImg>img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		object-position: 50% 50%;
	}

	#details .img_one {
		width: 90px;
		height: 83px;
		background: #FFF;
		border: 1px solid #F0F0F0;
		margin: 0 2px 2px 0;
	}

	#details .proName {
		font-size: 23px !important;
		font-weight: 700 !important;
		text-align: center;
		padding-top: 19px !important;
	}

	#details .top_line {
		width: 25px !important;
		margin: 2px auto;
	}

	#details .infoImg {
		padding: 0 36px 20px;
	}

	#details .details_msg,
	#details .product_msg {
		width: 100% !important;
		color: #666 !important;
		font-size: 13px !important;
	}

	#details .box_boder {
		margin: 10px;
	}

	#details .msg_title {
		width: 168px;
	}

	#details .detailsBox .littleSpaceing {
		padding: 15px;
	}

	#details .phoneMsgDetails .img_one_sel {
		border: 1px solid #aaa !important;
	}

	#manufacturer .page_tag {
		font-size: 16px;
		line-height: 24px;
		font-weight: 700;
		font-family: "Microsoft YaHei";
		padding: 0;
	}

	#manufacturer .Char_box,
	#manufacturer .region_box {
		flex-wrap: wrap !important;
	}

	#manufacturer .index_box {
		font-size: 14px;
		margin: 10px 4px 0 0;
	}

	#manufacturer .Char_box .index_box,
	#manufacturer .region_box .index_box {
		height: 28px !important;
		color: #3164DE;
		padding: 3px;
	}

	#manufacturer .Char_box .index_box {
		width: 55px !important;
	}

	#manufacturer .msg_details {
		color: #333 !important;
		font-size: 12px;
	}

	#manufacturer .region_box .index_box {
		width: 172px !important;
	}

	#manufacturer .region_list div {
		justify-content: center !important;
	}

	#manufacturer .region_list div img {
		width: 112px;
	}

	#manufacturer .littleSpaceing {
		border: none;
		box-shadow: none;
		margin: 0;
		padding: 25px 10px;
	}

	#manufacturer h3 {
		font-size: 20px !important;
	}

	#manufacturer hr {
		border: 4px solid #F0F0F0 !important;
	}

	#manufacturer .region_list .brand {
		width: 32%;
	}

	#manufacturer .zzs .img_details {
		width: 32% !important;
		height: auto !important;
		margin-right: 2%;
		margin-bottom: 10px;
	}

	#manufacturer .zzs .img_details:nth-child(6n) {
		margin-right: 2%;
	}

	#Contactus .littleSpaceing {
		border: none;
		background: none;
		box-shadow: none;
		margin-top: 0 !important;
		padding: 0;
	}

	#Contactus .msg_box {
		width: 48%;
		height: 170px;
		margin-bottom: 15px;
	}

	#Contactus .imgBox {
		width: 72px !important;
		height: 72px !important;
	}

	#Contactus .imgBox img {
		width: 31px !important;
	}

	#Contactus .msgInfo {
		font-size: 11px !important;
		font-family: "Microsoft YaHei";
		padding: 5px 0 !important;
	}

	#Aboutus .phoneabouts {
		display: block !important;
		background-color: #fff;
		padding: 20px;
	}

	#News .newsBox {
		justify-content: space-between;
		padding: 0 10px 10px;
	}

	#News .line_box {
		flex-direction: row-reverse;
		width: 100% !important;
		line-height: 25px !important;
		box-shadow: 0 4px 2px #dcdee2;
		border-radius: 5px;
		margin: 10px 0 !important;
	}

	#News .title a {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	#News .title {
		overflow: hidden;
		font-size: 14px !important;
		-webkit-line-clamp: 2 !important;
		border: none !important;
		font-weight: 400 !important;
		line-height: 20px;
		padding: 8px 0 !important;
	}

	#News .newsImg {
		width: 120px !important;
		height: 100px !important;
		border-radius: 10px;
	}

	#News .right_box {
		/* position:absolute; */
		width: 56%;
		left: 23px;
		padding: 0 10px;
	}

	#News .new_img_div {
		width: 120px;
		height: 100px;
	}

	#News .time {
		margin-top: 10px;
		font-size: 11px;
	}

	#News .newsBox .title a {
		color: #333 !important;
	}

	#news_dateils .news_title {
		font-weight: 600;
		font-size: 16px !important;
		font-family: MicrosoftYaHei-Bold;
		padding: 0 22px !important;
	}

	#news_dateils .content {
		font-size: 13px;
		line-height: 25px;
		margin: 0;
	}

	#news_dateils .img_box img {
		width: 280px !important;
	}

	#news_dateils .form_msg {
		padding-bottom: 0 !important;
	}

	#PlaceOrder .addbut,
	#PlaceOrder .subumit {
		font-size: 15px !important;
	}

	#PlaceOrder .box {
		width: 100%;
		margin: auto;
		padding: 0 11px !important;
	}

	#PlaceOrder .removeBtn {
		width: 61px;
	}

	#PlaceOrder .col-form-label {
		width: 111px;
	}

	.col-form-label {
		font-size: 10px !important;
		color: #666 !important;
		font-family: MicrosoftYaHei !important;
		width: 70px;
	}

	.form-check-label {
		font-size: 10px !important;
	}

	.form-check-inline {
		margin: 5px !important;
	}

	.w1200,
	.w900,
	.w800,
	#details .infoImg img {
		width: 100% !important;
	}

	.middle,
	#details .infoMsg div:nth-child(2) {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.phoneFooter .footer_info {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	#products .phoneproducts,
	#products .btn_more,
	#Aboutus .phoneAboutus {
		display: block;
	}

	.bannerTitle {
		display: flex !important;
	}

	.footer_page,
	.pcHeader,
	.pcFooter,
	.navigation,
	.productsBox .details,
	.pcProductsTitle,
	.ourDateBox,
	.pcKefu,
	.carousel-indicators,
	.left_our div:last-child,
	.enterprise_title,
	.productsBox .allMsg a,
	.newProduct_box,
	.pcProductsList,
	#details .enterpriseBox,
	.pcMsgDetails,
	#manufacturer .pcManufacturer_img,
	#News .msg,
	#News .morebtn,
	#news_dateils .pcNewsBanner,
	#PlaceOrder .pcPlaceOrder {
		display: none !important;
	}

	.phoneHeader,
	.phoneFooter,
	.news_more,
	#index .moreText,
	#index .bannerBox,
	.news,
	.phoneProductList,
	#products .phoneproducts,
	#details .w400,
	.phoneMsgDetails,
	#details .infoMsg,
	#details .box_boder .title,
	#manufacturer .phoneManufacturer_img,
	#manufacturer hr,
	#news_dateils .phoneNewsBanner,
	#PlaceOrder .phoePlaceOrder {
		display: block !important;
	}

	.phoneHeader,
	.newProduct,
	#details .product_msg {
		padding: 10px;
	}

	.productsDetails,
	.brandBox .img_box,
	.smbox,
	#Contactus .infoBox {
		flex-wrap: wrap;
	}

	#index .productsBox .msg,
	.newProduct_smbox .name {
		color: #000;
	}

	.products_banner:last-child,
	#manufacturer .zzs .img_details:nth-child(3n) {
		margin-right: 0;
	}

	#products .pcproducts,
	#products .subumit,
	#manufacturer .w400,
	#Contactus .proName,
	#Aboutus .w1200 {
		display: none;
	}

	#details .detailsBox,
	#Contactus:last-child,
	.addressimg {
		padding: 0 !important;
	}

	#Contactus .infoBox div:last-child,
	news_dateils .content img {
		width: 100%;
	}

	#LayoutHeader .search_box input {
		width: 100%;
		border-radius: 17px;
		height: 24px;
		background: #F1F1F1;
		border: none;
	}
}

@media screen and (max-width:768px) {
	.nodata_box {
		background-color: #fff;
		width: 100%;
		height: 528px !important;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 14px;
	}

	.title {
		font-size: 18px !important;
		opacity: 1 !important;
		font-weight: 700 !important;
		line-height: 40px;
		padding: 8px !important;
	}

	.pcbox {
		display: none !important;
	}

	#index .ti_box {
		font-size: 25px;
	}

	#index .info_box div:nth-child(2) {
		font-size: 15px;
		/* color:#505050; */
	}

	#index .products_banner img {
		width: 128px;
		height: 46px;
	}

	#index .products_banner div {
		font-size: 13px;
		line-height: 24px;
		width: 229px;
		padding: 51px 26px !important;
	}

	#index .productsBox .Products_tag {
		width: 92px;
		height: 30px;
		font-size: 11px;
		margin: 0 5px;
	}

	#index .productsBox .name {
		font-size: 14px;
	}

	#index .z_price {
		font-size: 13px;
	}

	#index .newProduct_smbox .name {
		font-size: 15px;
		font-weight: 700;
	}

	.newProduct_smbox .msg {
		font-size: 11px;
		line-height: 18px;
	}

	.footer_info {
		font-size: 10px;
		font-family: Roboto;
	}





	#LayoutHeader .p_logo {
		width: 35px;
	}

	#LayoutHeader .showMenu {
		width: 16px;
	}

	#index .productsBox .msg,
	#index .y_price {
		font-size: 10px;
	}
}
.recommend-models,
.Alternative-models {
    background-color:#fff;
    padding:20px 0px;
    overflow: hidden;
}
.recommend-models .content,
.Alternative-models .content {
    position: relative;
    
}
.recommend-models  .title, 
.Alternative-models  .title{
    font-size: 20px;
    margin-bottom: 20px;
    padding: 0 10px;
}
.recommend-models .item ,
.Alternative-models .item {
    border-radius:8px;
    line-height:1.8;
    cursor:pointer;
    margin:8px;
}
.recommend-models .swiper-slide ,
.Alternative-models .swiper-slide  {
    margin: 0;
}
.recommend-models .swiper-slide .box,
.Alternative-models .swiper-slide .box {
    width: 100% !important;
    padding: unset !important;
    background-color: unset !important;
    margin: unset !important;
    overflow:unset !important;
}
 .recommend-models .item .item-box,
 .Alternative-models .item .item-box{
    border:1px solid #e8e8e8;
    border-radius:8px;
    padding:8px;
    z-index: 2;
    position: relative;
    background: #fff;
 }
.recommend-models .item .model1 ,
.Alternative-models .item .model1 {

    font-size:16px;
    line-height:1.8;
    word-wrap: break-word;
    /* white-space: pre-line; */
}
.recommend-models .item .model ,
.Alternative-models .item .model {
    color:#409EFF;
}
.recommend-models .item .price ,
.Alternative-models .item .price {
    color:#F56C6C;
}
.item-title {
    position: relative;
}
.item-title::after {
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    top: 100%;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4066b8;
    
}
.item-title.active::after {
    
    top: calc(100% - 10px);
    width: 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #ff6221;
    height: 20px;
    /* z-index: -1; */
    
}
.item-title.active::before {
    font-family: "iconfont" !important;
    content: "\e62d";
    font-size: 16px;
    font-style: normal;
    z-index: 3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 50%;
    top: 97%;
    line-height: 1;
    color: #fff;
    transform: translateX(-50%);
 }
.item-content {
    display: none;
    
}
.item-content.active {
    display: flex;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -26px;
} 
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -26px;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    font-size: 18px;
    font-weight: 800;
}