﻿@charset "utf-8";
@import url("common/grid.css");
/*网格*/
@import url("common/layout.css");
/*整体框架*/
@import url("common/icon.css");
/*图标*/
@import url("common/ie.css");
/*图标*/
@import url("animate.css");
/*动画效果*/
@import url("common/page.css");
/*图标*/
@import url("navi/navi_02.css");
/*02导航*/
@import url("common/kefu.css");
/*02导航*/
@import url("navi/navi_01.css");

/*02导航*/
/*@import url("../css/animate.min.css");*/
/*动画*/
@font-face {
	font-family: 'Cotta_Free';
	src: url('../font/Cotta_Free.html') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html {
	overflow-x: hidden;
}

.clear {
	display: none;
	clear: both;
}

.dowebok .section {
	overflow: hidden;
}

body {
	overflow: hidden;
}
*, ::after, ::before {
    box-sizing: border-box;
}

/* 图标动画 */
@keyframes icon_donghua {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}

	25% {
		transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-o-transform: rotate(15deg);
	}

	50% {
		transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-o-transform: rotate(-15deg);
	}

	75% {
		transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-o-transform: rotate(15deg);
	}

	100% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
}

.header {
	width: 100%;
	height: 110px;
	background: none;
	position: fixed;
	z-index: 999;
	background-color: transparent;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 15%, transparent, transparent);
}

.header .navbar {
	width: 100%;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

.header .navbar .pc_menu {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	transition: all 0.3s 0s ease-in-out;
	transition: all 0.2s linear -1ms;
	-webkit-transition: all 0.2s linear -1ms;
	-moz-transition: all 0.2s linear -1ms;
	-ms-transition: all 0.2s linear -1ms;
	-o-transition: all 0.2s linear -1ms;
}

.header .navbar .pc_menu .Big-index {
	width: 100%;
	height: 100%;
}

.header .navbar .pc_menu .pc_logo {
	height: 100%;
	height: 100%;
	align-items: center;
	display: -webkit-flex;
	position: absolute;
	top: 0;
	left: 12.5%;
}

.header .navbar .pc_menu .pc_logo a {
	display: block;
	height: 40%;
}

.header .navbar .pc_menu .pc_logo a img {
	height: 100% !important;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.header.on.pc_fixed .navbar .pc_menu .pc_logo a img {
    filter: brightness(1) invert(0);
    -webkit-filter: brightness(1) invert(0);
}
.header .navbar .pc_menu .pc_menu_right {
	height: 100%;
}

.header .navbar .pc_menu .pc_menu_right>li {
	margin-left: 1.5%;
	margin-right: 1.5%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header .navbar .pc_menu .pc_menu_right>li .t {
	display: block;
	font-size: 16px;
	color: #ffffff;
	position: relative;
}

.header .navbar .pc_menu .pc_menu_right>li .t::after {
	content: "";
	width: 100%;
	height: 2px;
	background: #ffffff;
	position: absolute;
	left: 0;
	bottom: -5px;
	opacity: 0;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
}

.header .navbar .pc_menu .pc_menu_right>.active .t::after {
	opacity: 1;
}

.header .navbar .pc_menu .pc_menu_right>li:hover .t::after {
	opacity: 1;
}

.header .navbar .pc_menu .pc_menu_right>li.active .t {
	color: #ffffff;
}

.header .navbar .pc_menu .pc_menu_right>li:hover .t {
	color: #ffffff;
}

/*-----滚动后--------*/
.header.pc_fixed {
	transition: all 0.2s linear -1ms;
	box-shadow: 0 0 13px rgba(0, 0, 0, .13);
	background-color: #ffffff;
	background-image: none;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}

.header.pc_fixed .navbar .pc_menu .pc_menu_right>li .t::after {
	background-color: #333333;
}

.header.pc_fixed .navbar .pc_menu .pc_menu_right>li .t {
	color: #666666;
}

.pc_fixed .language ul li a {
	color: #666666;
}

.pc_fixed .sb-icon-search {
	background-color: #f0f0f0;
}

.language {
	position: absolute;
	width: auto;
	right: 12.5%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.language ul {
	width: 100%;
}

.language ul li {
	width: 100%;
}

.language ul li a {
	font-size: 14px;
	line-height: 34px;
	color: #ffffff;
	text-transform: uppercase;
}

@media(max-width:1600px) {
	.header .navbar .pc_menu .pc_menu_right>li .t {
		font-size: 16px;
	}

	.header .navbar .pc_menu .pc_logo p {
		font-size: 20px;
	}
}

@media(max-width:1600px) {
	.header .navbar .pc_menu .pc_logo p {
		font-size: 18px;
	}

	.header-top-container ul p,
	.header-top-container ul a {
		font-size: 13px;
		line-height: 13px;
	}
}

@media(max-width:1400px) {
	.header .navbar .pc_menu .pc_menu_right>li .t {
		font-size: 14px;
	}

	.header .navbar .pc_menu .pc_logo p {
		font-size: 16px;
		line-height: 18px;
	}
}

@media(max-width:1200px) {
	.header .navbar .pc_menu .pc_menu_right>li {
		margin: 0 1.5%;
	}

	.header {
		height: 60px;
		background-image: none;
		background-color: #ffffff;
	}

	.header .navbar .pc_menu .pc_logo a {
		height: 60%;
	}
.header .navbar .pc_menu .pc_logo{
    left: 4.16%;
}
.header .navbar .pc_menu .pc_logo a img{
    filter: brightness(1) invert(0);
    -webkit-filter: brightness(1) invert(0);
}
}

@media(max-width:1200px) {
	.header .navbar .pc_menu .pc_logo {
		height: 100%;
	}

	.language {
		display: none;
	}
}
@media(max-width:550px) {
	.header {
		background-color: transparent;
	}
.header .navbar .pc_menu .pc_logo a{
position: relative;
}
.header .navbar .pc_menu .pc_logo a{}
.header .navbar .pc_menu .pc_logo a img{
    opacity: 0;
}
.header .navbar .pc_menu .pc_logo a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 80px;
    height: 26px;
    background: url(../images/footer_logo.png) no-repeat;
    background-size: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
}

/* banner */
.part_one {
	width: 100%;
	overflow: hidden;
}

.part_one .swiper {
	width: 100%;
}

.part_one .swiper .swiper-wrapper {
	width: 100%;
}

.part_one .swiper .swiper-wrapper .swiper-slide {
	width: 100%;
}

.part_one .swiper .swiper-wrapper .swiper-slide a {
	width: 100%;
	display: inline-block;
}

.part_one .swiper .swiper-wrapper .swiper-slide a img {
	width: 100%;
}

.swiper-button-next::after {
	display: none;
}

.swiper-button-prev::after {
	display: none;
}

@media(max-width:1200px) {
	.part_one {
		margin-top: 60px;
	}
}
@media(max-width: 550px) {
	.part_one {
		margin-top: 0px;
	}
}
.part_one .swiper .swiper-pagination {
	position: absolute;
	width: 83.3%;
	left: 50%;
	bottom: 4%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
}

.part_one .swiper .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #ffffff;
	border: none;
	opacity: 1;
	margin: 0 7px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}

.part_one .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 14px;
	height: 14px;
	background-color: transparent;
	border: 2px solid #ffffff;

}

@media(max-width:760px) {
	.part_one .swiper .swiper-pagination .swiper-pagination-bullet {
		margin: 0 5px;
	}
}

@media(min-width:760px) {
	.part_one .swiper .swiper-wrapper .swiper-slide>a img.one {
		display: block;
	}

	.part_one .swiper .swiper-wrapper .swiper-slide>a img.two {
		display: none;
	}
}

@media(max-width:760px) {
	.part_one .swiper .swiper-wrapper .swiper-slide>a img.one {
		display: none;
	}

	.part_one .swiper .swiper-wrapper .swiper-slide>a img.two {
		display: block;
	}
}

/* 底部 */
.footer {
	width: 100%;
	background-color: #f6f6f6;
}

.footer .content {
	width: 75%;
	margin: 0 auto;
}

.footer .content .top {
	display: flex;
	justify-content: space-between;
	padding: 90px 0 130px;
}

.footer .content .top .left {
	width: 50%;
}

.footer .content .top .left .left_top {
	width: 100%;
	margin-bottom: 30px;
}

.footer .content .top .left .left_top .footer_logo {
	width: 100%;
}

.footer .content .top .left .left_top .footer_logo a {
	display: inline-block;
	width: 180px;
	height: 55px;
}

.footer .content .top .left .left_top .footer_logo a img {
	width: 100%;
}

.footer .content .top .left .left_bottom {
	width: 100%;
}

.footer .content .top .left .left_bottom .left_bottom_left {
	width: 100%;
}

.footer .content .top .left .left_bottom .left_bottom_left .one {
	margin-bottom: 20px;
}

.footer .content .top .left .left_bottom .left_bottom_left .one p {
	font-size: 16px;
	color: #666666;
	line-height: 32px;
}

.footer .content .top .left .left_bottom .left_bottom_left .one h1 {
	font-size: 34px;
	color: #222222;
	line-height: 32px;
	margin-bottom: 10px;
	font-style: italic;
}

.footer .content .top .left .left_bottom .left_bottom_right {
	width: 100%;
}

.footer .content .top .left .left_bottom .left_bottom_right .friendship {
	width: 350px;
	position: relative;
}

.footer .content .top .left .left_bottom .left_bottom_right .friendship ul {
	width: 100%;
}

.footer .content .top .left .left_bottom .left_bottom_right .friendship ul li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 42px;
}

.footer .content .top .left .left_bottom .left_bottom_right .friendship ul li p {
	width: calc(100% - 42px);
	height: 100%;
	background-color: #fff;
	border: 1px solid #cccccc;
	display: flex;
	align-items: center;
	padding: 0 20px;
	color: #999999;
	font-size: 14px;
}

.footer .content .top .left .left_bottom .left_bottom_right .friendship ul li span {
	display: block;
	width: 42px;
	height: 42px;
	background: #333333 url(../images/footer_icon04.png) no-repeat;
	background-size: 100%;
}

.footer .content .top .left .left_bottom .left_bottom_right .friendship ol {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 10;
	display: none;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.footer .content .top .left .left_bottom .left_bottom_right .friendship ol li {
	width: 100%;
	background-color: #ffffff;
	text-align: center;
	line-height: 30px;
}

.footer .content .top .left .left_bottom .left_bottom_right .friendship ol li a {
	display: block;
	font-size: 14px;
	color: #999999;
}

.footer .content .top .left .left_bottom .left_bottom_right .friendship ol li:hover {
	background-color: #541c1e;
}

.footer .content .top .left .left_bottom .left_bottom_right .friendship ol li:hover a {
	color: #ffffff;
}

.footer .content .top .left .left_bottom .share {
	margin-bottom: 50px;
}
.footer .content .top .left .left_bottom .share ul {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 30px;
}

.footer .content .top .left .left_bottom .share ul li {
	margin-right: 10px;
	position: relative;
	margin-right: 25px;
}

.footer .content .top .left .left_bottom .share ul li .img {
	width: 120px;
	height: 120px;
	position: absolute;
	bottom: 130%;
	transform: translateX(-50%) scale(0);
	left: 50%;
	transition: all .5s linear;
	-webkit-transform: translateX(-50%) scale(0);
	-moz-transform: translateX(-50%) scale(0);
	-ms-transform: translateX(-50%) scale(0);
	-o-transform: translateX(-50%) scale(0);
	transition: all .5s linear;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
}

.footer .content .top .left .left_bottom .share ul li .img img {
	width: 100%;
}

.footer .content .top .left .left_bottom .share ul li:first-child:hover .img {
	transform: translateX(-50%) scale(1);
	-webkit-transform: translateX(-50%) scale(1);
	-moz-transform: translateX(-50%) scale(1);
	-ms-transform: translateX(-50%) scale(1);
	-o-transform: translateX(-50%) scale(1);
}

.footer .content .top .left .left_bottom .share ul li p a {
	display: inline-block;
	width: 22px;
	height: 22px;
}

.footer .content .top .left .left_bottom .share ul li p a img {
	width: 100%;
	filter: invert(50%);
	-webkit-filter: invert(50%);
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	cursor: pointer;
}

.footer .content .top .left .left_bottom .share ul li p a:hover img {
	filter: invert(0%);
	-webkit-filter: invert(0%);
}

.footer .content .top .right {
	width: 50%;
}

.footer .content .top .right ul {
	display: flex;
	margin-bottom: 0;
	justify-content: space-around;
}

.footer .content .top .right ul>li>a {
	display: inline-block;
	font-size: 18px;
	color: #666666;
	line-height: 32px;
	margin-bottom: 30px;
	font-weight: bold;
}
.footer .content .top .right ul>li>a:hover {
color: #541c1e;
}
.footer .content .top .right ul>li ol li a {
	display: inline-block;
	font-size: 15px;
	color: #999999;
	line-height: 50px;
}
.footer .content .top .right ul>li ol li a:hover {
color: #541c1e;
}
.footer .footer_bottom {
	background-color: #eeeeee;
}

.footer .footer_bottom .bottom {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 75%;
	margin: 0 auto;
}

.footer .footer_bottom .bottom p {
	color: #999999 !important;
	font-size: 14px;
	line-height: 32px;
	margin: 0 5px;
}

.footer .footer_bottom .bottom p a {
	color: #999999 !important;
}

@media (max-width: 1400px) {
	.footer .content {
		width: 85%;
	}

	.footer .footer_bottom .bottom {
		width: 85%;
	}
}

@media (max-width: 1200px) {
	.footer .content {
		width: 95%;
	}

	.footer .footer_bottom .bottom {
		width: 95%;
		flex-wrap: wrap;
	}

	.footer .content .top .left {
		width: 100%;
	}

	.footer .content .top .right {
		display: none;
	}

	.footer .content .top {
		padding: 60px 0 80px;
	}

	.footer .content .top .left .left_bottom .left_bottom_left .one h1 {
		font-size: 28px;
		line-height: 30px;
	}

	.footer .content .top .left .left_top .footer_logo a {
		width: 150px;
		height: 46px;
	}

	.footer .content .top .left .left_bottom .left_bottom_left .one p {
		font-size: 14px;
		line-height: 24px;
	}

	.footer .content .top .left .left_bottom .share {
		margin-bottom: 30px;
	}
.footer .content .top .left .left_bottom .share ul{
    margin-left: 50px;
}
}

@media (max-width: 550px) {
	.footer .content .top .left .left_top .footer_logo a {
		width: 130px;
		height: 40px;
	}

	.footer .content .top .left .left_bottom .left_bottom_left .one p {
		font-size: 12px;
		line-height: 24px;
	}

	.footer .content .top .left .left_bottom .left_bottom_left .one h3 {
		font-size: 13px;
		line-height: 24px;
	}

	.footer .content .top .left .left_bottom .left_bottom_left .one h1 {
		font-size: 20px;
	}

	.footer .content .top .left .left_bottom ul li a {
		width: 26px;
		height: 26px;
	}

	.footer .content .top .left .left_bottom ul {
		margin-top: 20px;
	}

	.footer .content .top {
		padding: 30px 0 50px;
	}

	.footer .footer_bottom .bottom p {
		font-size: 12px;
		line-height: 24px;
	}

	.footer .footer_bottom .bottom p a {
		font-size: 12px;
	}

	.footer .footer_bottom .bottom {
		padding: 15px 0;
	}

	.footer .content .top .left .left_bottom .share ul {
		margin-top: 20px;
	}

	.footer .content .top .left .left_bottom .share {
		margin-bottom: 20px;
	}

	.footer .content .top .left .left_bottom .left_bottom_right .friendship {
		width: 200px;
	}

	.footer .content .top .left .left_bottom .left_bottom_right .friendship ul li span {
		width: 32px;
		height: 32px;
	}

	.footer .content .top .left .left_bottom .left_bottom_right .friendship ul li p {
		width: calc(100% - 32px);
		padding: 0 10px;
		font-size: 12px;
	}

	.footer .content .top .left .left_bottom .left_bottom_right .friendship ul li {
		height: 32px;
	}

	.footer .content .top .left .left_bottom .left_bottom_right .friendship ol li a {
		font-size: 12px;
	}
}

p>img {
	max-width: 100%;
}

.taitang_main {
	width: 100%;
	padding: 130px 0 180px;
	background-color: #ffffff;
}

.taitang_main .content {
	width: 66.6%;
	margin: 0 auto;
}

.taitang_main .content .boxlist {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.taitang_main .content .boxlist .taitang_left {
	width: 300px;
}

.taitang_main .content .boxlist .taitang_right {
	width: calc(100% - 360px);
}

@media (max-width: 1400px) {
	.taitang_main .content {
		width: 85%;
	}
}

@media (max-width: 1200px) {
	.taitang_main .content {
		width: 95%;
	}

	.taitang_main {
		padding: 90px 0 140px;
	}
}

@media (max-width: 550px) {
	.taitang_main {
		padding: 30px 0 30px;
	}
}

/* 产品分类 */
.taitang_nav {
	width: 100%;
}

.taitang_nav .nav_theme {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #541c1e;
	padding: 20px;
}

.taitang_nav .nav_theme .theme h1 {
	font-size: 22px;
	line-height: 36px;
	font-weight: normal;
	color: #ffffff;
}

.taitang_nav .nav_theme .img {
	width: 26px;
}

.taitang_nav .nav_theme .img img {
	width: 100%;
}

.taitang_nav .ul {
	width: 100%;
	border: 1px solid #dddddd;
}

.taitang_nav .ul ul {
	width: 100%;
}

.taitang_nav .ul ul li {
	border-bottom: 1px solid #dddddd;
	position: relative;
}

.taitang_nav .ul ul li:last-child {
	border-bottom: none;
}

.taitang_nav .ul ul>li>a {
	display: block;
	font-size: 16px;
	line-height: 36px;
	color: #666666;
	padding: 7px 20px;
}

.taitang_nav .ul ul>li>span {
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 25px;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	cursor: pointer;
}

.taitang_nav .ul ul li .dropdown_menu_btn1 {
	background: url(../images/m-nav-arrow.png) no-repeat center center;
}

.taitang_nav .ul ul li .dropdown_menu_btn01 {
	background: url(../images/m-nav-arrow1.png) no-repeat center center;
}

.taitang_nav .ul ul li .dropdown_menu1 {
	width: 100%;
	display: none;
}

.taitang_nav .ul ul li .dropdown_menu1 .menu_1 {
	width: 100%;
	position: relative;
	border-top: 1px solid #dddddd;
}

.taitang_nav .ul ul li .dropdown_menu1 .menu_1>a {
	display: block;
	font-size: 14px;
	line-height: 36px;
	color: #666666;
	padding: 2px 40px;
	background-color: #f0f0f0;
}

.taitang_nav .ul ul li .dropdown_menu1 .menu_1>a.active {
	color: #541c1e;
}

.taitang_nav .ul ul li .dropdown_menu1 .menu_1 span {
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 20px;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	cursor: pointer;
}

.taitang_nav .ul ul li .dropdown_menu1 .menu_1 .dropdown_menu_btn2 {
	background: url(../images/m-nav-arrow.png) no-repeat center center;
}

.taitang_nav .ul ul li .dropdown_menu1 .menu_1 .dropdown_menu_btn02 {
	background: url(../images/m-nav-arrow1.png) no-repeat center center;
}

.taitang_nav .ul ul li .dropdown_menu1 .menu_1 .dropdown_menu_2 {
	width: 100%;
	display: none;
}

.taitang_nav .ul ul li .dropdown_menu1 .menu_1 .dropdown_menu_2 .menu_2 {
	width: 100%;
	position: relative;
	border-top: 1px solid #dddddd;
}

.taitang_nav .ul ul li .dropdown_menu1 .menu_1 .dropdown_menu_2 .menu_2>a {
	display: block;
	font-size: 14px;
	line-height: 36px;
	color: #666666;
	padding: 2px 60px;
	background-color: #f0f0f0;
}
.taitang_nav .ul ul li .dropdown_menu1 .menu_1 .dropdown_menu_2 .menu_2>a.active {
	color: #541c1e;
}
/* 联系泰唐 */
.taitang_contact {
	width: 100%;
	margin-top: 50px;
}

.taitang_contact .contact_info {
	width: 100%;
	padding: 40px 24px;
}

.taitang_contact .contact_info .img {
	width: 50px;
	margin-bottom: 40px;
}

.taitang_contact .contact_info .img img {
	width: 100%;
}

.taitang_contact .contact_info .info {
	width: 100%;
	margin-bottom: 50px;
}

.taitang_contact .contact_info .info h1 {
	font-size: 22px;
	color: #ffffff;
	line-height: 28px;
	font-weight: normal;
	margin-bottom: 30px;
}

.taitang_contact .contact_info .info p {
	font-size: 14px;
	color: #ffffff;
	line-height: 28px;
}

.taitang_contact .contact_info .more {
	width: 140px;
	height: 40px;
	margin-bottom: 10px;
}

.taitang_contact .contact_info .more a {
	width: 100%;
	height: 100%;
	background-color: #541c1e;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 15px;
	line-height: 28px;
}

/* 新品推荐 */
.new_product_recommendation {
	width: 100%;
	margin-top: 50px;
display: none;
}

.new_product_recommendation .new_product_theme {
	width: 100%;
}

.new_product_recommendation .new_product_theme .theme {
	width: 100%;
	border-bottom: 1px solid #dddddd;
}

.new_product_recommendation .new_product_theme .theme h1 {
	display: inline-block;
	font-size: 22px;
	color: #333333;
	line-height: 36px;
	padding-bottom: 15px;
	position: relative;
	font-weight: normal;
}

.new_product_recommendation .new_product_theme .theme h1::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #541c1e;
}

.new_product_recommendation .new_product_content {
	width: 100%;
}

.new_product_recommendation .new_product_content .list {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	padding: 15px;
	background-color: #f6f6f6;
}

.new_product_recommendation .new_product_content .list .list_img {
	width: 41%;
}

.new_product_recommendation .new_product_content .list .list_img .img {
	width: 100%;
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
}

.new_product_recommendation .new_product_content .list .list_img .img a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.new_product_recommendation .new_product_content .list .list_img .img a img {
	width: 100%;
	transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
	-webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
	-moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
	-ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
	-o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}

.new_product_recommendation .new_product_content .list .list_img:hover .img a img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.new_product_recommendation .new_product_content .list .list_txt {
	width: 50%;
}

.new_product_recommendation .new_product_content .list .list_txt .txt {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.new_product_recommendation .new_product_content .list .list_txt .txt .theme {
	width: 100%;
}

.new_product_recommendation .new_product_content .list .list_txt .txt .theme h1 {
	font-weight: normal;
}

.new_product_recommendation .new_product_content .list .list_txt .txt .theme h1 a {
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.new_product_recommendation .new_product_content .list .list_txt .txt .more {
	width: 100%;
}

.new_product_recommendation .new_product_content .list .list_txt .txt .more a {
	display: inline-block;
	font-size: 14px;
	color: #999999;
	line-height: 36px;
}
.new_product_recommendation .new_product_content .list .list_txt .txt .more a:hover {
	color: #541c1e;
}
/* 最新资讯 */
.latest_news {
	width: 100%;
	margin-top: 50px;
    display: none;
}

.latest_news .new_news_theme {
	width: 100%;
}

.latest_news .new_news_theme .theme {
	width: 100%;
	border-bottom: 1px solid #dddddd;
}

.latest_news .new_news_theme .theme h1 {
	display: inline-block;
	font-size: 22px;
	color: #333333;
	line-height: 36px;
	padding-bottom: 15px;
	position: relative;
	font-weight: normal;
}

.latest_news .new_news_theme .theme h1::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #541c1e;
}

.latest_news .new_news_content {
	width: 100%;
}

.latest_news .new_news_content .list {
	width: 100%;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #dddddd;
}

.latest_news .new_news_content .list .list_img {
	width: 40%;
}

.latest_news .new_news_content .list .list_img .img {
	width: 100%;
	position: relative;
	padding-bottom: 66.6%;
	overflow: hidden;
}

.latest_news .new_news_content .list .list_img .img a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.latest_news .new_news_content .list .list_img .img a img {
	width: 100%;
	transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
	-webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
	-moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
	-ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
	-o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}

.latest_news .new_news_content .list .list_img:hover .img a img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.latest_news .new_news_content .list .list_txt {
	width: 55%;
}

.latest_news .new_news_content .list .list_txt .txt {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.latest_news .new_news_content .list .list_txt .txt .theme {
	width: 100%;
}

.latest_news .new_news_content .list .list_txt .txt .theme h1 {
	font-weight: normal;
}

.latest_news .new_news_content .list .list_txt .txt .theme h1 a {
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.latest_news .new_news_content .list .list_txt .txt .more {
	width: 100%;
}

.latest_news .new_news_content .list .list_txt .txt .more a {
	display: inline-block;
	font-size: 14px;
	color: #999999;
	line-height: 36px;
}
.latest_news .new_news_content .list .list_txt .txt .more a:hover {
	color: #541c1e;
}
@media (max-width: 1200px) {
	.taitang_nav .nav_theme .theme h1 {
		font-size: 18px;
		line-height: 30px;
	}

	.taitang_nav .nav_theme {
		padding: 15px;
	}

	.taitang_nav .ul ul>li>a {
		padding: 7px 15px;
		font-size: 15px;
	}

	.taitang_nav .ul ul li .dropdown_menu1 .menu_1>a {
		padding: 2px 30px;
		font-size: 13px;
	}

	.taitang_nav .ul ul li .dropdown_menu1 .menu_1 .dropdown_menu_2 .menu_2>a {
		padding: 2px 45px;
		font-size: 13px;
	}

	.taitang_contact .contact_info .info h1 {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.taitang_contact .contact_info .info {
		margin-bottom: 30px;
	}

	.taitang_contact .contact_info .img {
		margin-bottom: 30px;
	}

	.new_product_recommendation .new_product_theme .theme h1 {
		font-size: 18px;
		line-height: 30px;
	}

	.new_product_recommendation .new_product_content .list .list_txt .txt .theme h1 a {
		font-size: 15px;
		line-height: 25px;
	}

	.latest_news .new_news_theme .theme h1 {
		font-size: 18px;
		line-height: 30px;
	}

	.latest_news .new_news_content .list .list_txt .txt .theme h1 a {
		font-size: 14px;
		line-height: 24px;
	}
}
@media (max-width: 1000px) {
	.taitang_main .content .boxlist .taitang_left {
		width: 270px;
	}
	.taitang_main .content .boxlist .taitang_right {
		width: calc(100% - 300px);
	}
}
@media (max-width: 760px) {
	.taitang_nav {
		margin-bottom: 30px;
    		display: none;
	}

	.taitang_main .content .boxlist {
		flex-wrap: wrap;
	}

	.taitang_main .content .boxlist .taitang_left {
		width: 100%;
	}

	.taitang_main .content .boxlist .taitang_right {
		width: 100%;
	}

	.taitang_contact {
		display: none;
	}

	.new_product_recommendation {
		display: none;
	}

	.latest_news {
		display: none;
	}
}

@media (max-width: 550px) {
	.taitang_nav .nav_theme .theme h1 {
		font-size: 15px;
		line-height: 24px;
	}

	.taitang_nav .ul ul>li>a {
		font-size: 14px;
	}

	.taitang_nav .ul ul li .dropdown_menu1 .menu_1>a {
		font-size: 12px;
	}

	.taitang_nav .ul ul li .dropdown_menu1 .menu_1 .dropdown_menu_2 .menu_2>a {
		font-size: 12px;
	}
}


/* 联系泰唐 - 2023.6.25 */
.taitang_contact {
	width: 100%;
	margin-top: 50px;
}
.taitang_contact .swiper{
	width: 100%;
}
.taitang_contact .swiper .swiper-wrapper{
	width: 100%;
}
.taitang_contact .swiper .swiper-wrapper .swiper-slide{
	width: 100%;
}
.taitang_contact .swiper .swiper-wrapper .swiper-slide .list{
	width: 100%;
}
.taitang_contact .swiper .swiper-wrapper .swiper-slide .list .list_img{
	width: 100%;
}
.taitang_contact .swiper .swiper-wrapper .swiper-slide .list .list_img .img{
	width: 100%;
	position: relative;
	padding-bottom: 133.3%;
	overflow: hidden;
}
.taitang_contact .swiper .swiper-wrapper .swiper-slide .list .list_img .img a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.taitang_contact .swiper .swiper-wrapper .swiper-slide .list .list_img .img a img{
	width: 100%;
	transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
	-webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
	-moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
	-ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
	-o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}
.taitang_contact .swiper .swiper-wrapper .swiper-slide .list:hover .list_img .img a img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.taitang_contact .swiper .swiper-swiper-button-next{
	display: none;
}
.taitang_contact .swiper .swiper-swiper-button-prev{
	display: none;
}
.taitang_contact .swiper .swiper-pagination{
	display: none;
}