.fenlei{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.fenlei h3{
    float: left;
    margin-bottom: 0px;
}
.w1200s{
    padding-top: 0px;
    padding-bottom: 20px;
}
.w1200s h3{
    margin: 0px;
}
#men_fuwu .sub_menu .sub_menu_list .content .cont_list .fenlei{
    background: #eee;
}
#men_fuwu .sub_menu .sub_menu_list .content .cont_list a{
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    margin-bottom: 0px;
    font-size: 18px;
}
#men_fuwu .sub_menu .sub_menu_list .content .cont_list a:hover{
    background: #C1272D;
}
#men_fuwu .sub_menu .sub_menu_list .content .cont_list h3 a{
    color: #000;
    line-height: 1.75;
}
#men_fuwu .sub_menu .sub_menu_list .content .cont_list h3 a:hover{
    color: #fff;
}
#men_fuwu .sub_menu .sub_menu_list .content .cont_list p a{
    color: #000;
}
#men_fuwu .sub_menu .sub_menu_list .content .cont_list p a:hover{
    color: #fff;
}
#men_fuwu .sub_menu .sub_menu_list .content .cont_list .fenlei .info p a{
    display: block;
    font-size: 16px;
    line-height: 2.75;
    padding: 0px;
}
#whatsappLink01{
    display: block;
    float: left;
}
#whatsappLink02{
	display: none;
    float: left;
}
@media only screen and (max-width: 991px) {
#whatsappLink01{
	display: none;
    float: left;
}
#whatsappLink02{
	display: block;
    float: left;
}
}
.nav{
    position: relative;
}
.nav .menu{
    width: 100%;
}
.nav .menu ul li{
    margin-bottom: 0px;
    width: calc(100% / 7);
    text-align: center;
    border-right: 1px solid #fff;
}
.nav .menu ul li:first-child{
    border-left: 1px solid #fff;
}
.nav{
    height: inherit;
}
.nav .menu ul li h2{
    margin-bottom: 0px;
}
.nav .menu ul li h2 a{
    height: 60px;
    line-height: 60px;
}
.nav .menu ul li.nav01 h2:before{
    display: none;
}
.header-top {
	padding: 1px 0px;
	margin: 0px 0px;
	background: url(../images/top-bg-1.png) center top no-repeat #2358a8;
	width: 1190px;
	width: 100%;
}
.header-top-welcome p {
	font-size: 12px;
	color: #fbfbfb;
	letter-spacing: 0.3px
}
.header-top-select {
	margin-top: 3px;
	display: flex;
	align-items: center;
	justify-content: center
}
.header-select {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid var(--green)
}
.header-select:last-child {
	border: none
}
.header-select i {
	font-size: 16px;
	margin-right: 8px;
	color: var(--white)
}
.header-select .nice-select {
	line-height: 20px
}
.header-select .nice-select::after {
	border-right-color: var(--white);
	border-bottom-color: var(--white)
}
.header-select .nice-select .current {
	color: var(--white)
}
.header-top-list {
	display: flex;
	align-items: center;
	justify-content: flex-end
}
.header-top-list li {
	margin-left: 10px
}
.header-top-list li a {
	font-size: 12px;
	color: #fbfbfb;
	letter-spacing: 0.3px;
	white-space: nowrap;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}
.header-top-list li a:hover {
	/*color: var(--green-chalk)*/
}

.header-part {
	background: var(--white);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}
.header-part .container-fluid {
	padding: 15px 0px;
	width: 100% !important;
	background-size: cover;
}
.header-part.active {
	position: sticky;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 3;
	background: var(--white);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}
.header-part.active .header-widget:hover i {
	background: var(--primary)
}
.header-part.active .header-widget i {
	background: var(--chalk)
}
.header-part.active .header-widget sup {
	border-color: var(--white)
}
.header-part.active .header-form {
	border-color: var(--primary)
}
.header-logo {
	margin-right: 0px
}
.header-logo img {
	width: auto;
}
.header-widget-group {
    float: left;
}
.header-widget {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center
}
.header-widget:hover i {
	color: var(--white);
	background: var(--primary);
	text-shadow: var(--primary-tshadow)
}
.header-widget img {
	width: 40px;
	height: 40px;
	border-radius: 50%
}
.header-widget i {
	width: 40px;
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	color: var(--text);
	background: var(--chalk);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}
.header-widget span {
	font-weight: 400;
	margin-left: 8px;
	white-space: nowrap;
	text-transform: capitalize;
	color: var(--heading)
}
.header-widget sup {
	position: absolute;
	top: -12px;
	left: 20px;
	width: 24px;
	height: 24px;
	font-size: 12px;
	line-height: 20px;
	border-radius: 50%;
	text-align: center;
	color: var(--white);
	background: var(--primary);
	border: 2px solid var(--white);
	text-shadow: var(--primary-tshadow)
}
.header-widget .icofont-shopping-cart {
	font-size: 18px
}
.header-form {
	width: 310px;
    margin: 0px 0px;
    margin-left: 400px;
    border-radius: 0px;
    background: var(--chalk);
    border: 2px solid var(--chalk);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    float: right;
    display: inline-flex;
    padding-top: 17px;
}
.header-form button{
    padding: 0;
    border: 1px solid #000;
    border-radius: 0px;
}
.header-form:focus-within {
 border-color:var(--primary)
}
.header-form input {
	width: 100%;
	height: 45px;
	font-size: 15px;
	padding-left: 15px;
	border: 1px solid #000;
}
.header-form button i {
	width: 45px;
	height: 43px;
	font-size: 15px;
	line-height: 45px;
	text-align: center;
	border-radius: 0px;
	color: var(--text);
	display: inline-block;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
    background: #C1272D;
    color: #fff;
    cursor: pointer;
}
.header-widget-group.right .header-widget {
	margin-left: 20px
}
.header-widget-group.right .header-widget:first-child {
	margin-left: 0px
}
.header-widget-group.left .header-src, .header-widget-group.left .header-user {
	display: none
}
.nav .menu ul>li.intro>h2:before{
    display: none;
}

.nav {
    /*background: rgba(255, 255, 255, 1);*/
    background: #C1272D;
}
.nav .menu ul li h2 a{
    color: #fff;
}
.nav .menu ul li.nav01 h2 a{
    color: #fff !important;
}
.container{
    min-width: 1200px;
}
.styles_productCMTUL__XvoSvs{
    display: block;
}
.styles_productCMTUL__XvoSv ul strong{
    font-size: 20px;
}
.styles_productCMTUL__XvoSv ul li a{
    font-size: 16px;
    line-height: 2.4;
}
.step-layout-item p {
    padding: 0px 15px;
}
.themex-blog-thumb_adn a{
    padding: 0px;
}
.nav .menu ul li.nav01 h2 a{
    color: #C1272D;
}
.nav .menu ul li.nav01 h2:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #C1272D;
    left: 50%;
    margin-left: -25px;
    bottom: 25px;
}
.menu ul{
    float: left;
    width: 100%;
}
.scroll-content span{
    font-size: 16px;
}

input::placeholder {
    color: #999; /* 你可以设置任何颜色，例如使用十六进制、RGB、RGBA、HSL等 */
}
textarea::placeholder {
    color: #999; /* 你可以设置任何颜色，例如使用十六进制、RGB、RGBA、HSL等 */
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999;
}
input::-moz-placeholder { /* Firefox 19+ */
    color: #999;
}
input:-ms-input-placeholder { /* IE 10+ */
    color: #999;
}
input:-moz-placeholder { /* Firefox 18- */
    color: #999;
}