@font-face {
	font-family: wencang;
	src: url(../font/wencang.TTF);
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: wencang;
}

body,
button,
input,
select,
textarea {
	color: #666;
}

button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

h2,
h3 {
	font-size: 14px;
}

button,
input,
select,
textarea,
label {
	vertical-align: middle;
	border: 0;
	outline: none;
}

img {
	vertical-align: middle;
	border: none;
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
	vertical-align: baseline;
	cursor: pointer;
}

a:hover {
	color: #000;
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	word-wrap: break-word;
	word-break: break-all;
	background: #fff;
	max-width: 100%;
	overflow-x: hidden;
}

/*清浮*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

.clearfix {
	*zoom: 1;
}

/*浮动*/
.fl {
	float: left;
	_display: inline;
}

.fr {
	float: right;
	_display: inline;
}

div {
	box-sizing: border-box;
}

input::-webkit-input-placeholder {
	color: #959595;
}

input:-moz-placeholder {
	color: #959595;
	opacity: 1;
}

input::-moz-placeholder {
	color: #959595;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #959595;
}

textarea::-webkit-input-placeholder {
	color: #959595;
}

textarea:-moz-placeholder {
	color: #959595;
	opacity: 1;
}

textarea::-moz-placeholder {
	color: #959595;
	opacity: 1;
}

textarea:-ms-input-placeholder {
	color: #959595;
}

.flex {
	display: flex;
}

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-end {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.align-center {
	align-items: center;
}

.align-start {
	align-items: flex-start;
}

.align-end {
	align-items: flex-end;
}

.justify-between {
	justify-content: space-between;
}

.justify-start {
	justify-content: flex-start;
}

.justify-end {
	justify-content: flex-end;
}

.wrap {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}

.container,
.head_container {
	width: 1200px;
	margin: 0 auto;
}

.ht {
	width: 100%;
	height: 145px;
}

.mt70 {
	margin-top: 65px;
}

body {
	background-image: url(../images/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

header {
	background-image: url(../images/nav_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 10;
	position: relative;
}

.nav_ul li {
	height: 145px;
}

.nav_ul li a {
	position: relative;
	padding: 20px;
}

.nav_ul li a.icon::before {
	display: block;
	content: '';
	width: 1px;
	height: 100px;
	background-image: url(../images/nav.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

.nav_ul li span {
	display: block;
	writing-mode: vertical-rl;
	font-size: 20px;
	color: #3c3d3c;
	line-height: 1;
	transition: all .3s;
}

.nav_ul li span.span2 {
	font-size: 12px;
	color: #bbb !important;
	font-family: sans-serif;
	margin-left: 5px;
}

.nav_ul li.on a.icon::before,
.nav_ul li:hover a.icon::before {
	width: 7px;
	background-image: url(../images/nav_on.png);
}

.nav_ul li.on span,
.nav_ul li:hover span {
	color: #bc131a;
}

.nav_ul li:nth-child(3) {
	margin-right: 400px;
}

.nav_down {
	background-color: rgba(226, 220, 210, .9);
	width: 100%;
	right: 0;
	top: 145px;
	position: absolute;
	z-index: 0;
	display: none;
}

.nav_down.right dl {
	justify-content: flex-end;
}

.nav_down dl {
	margin: 0 -40px;
	height: 90px;
}

.nav_down dd {
	padding: 0 20px;
}

.nav_down dd a {
	display: block;
	font-size: 20px;
	color: #333;
	transition: all .3s;
	padding: 10px;
	position: relative;
}

.nav_down dd.on a,
.nav_down dd:hover a {
	color: #bc131a;
}

.nav_down dd a::after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 4px;
	background-image: url(../images/line.png);
	background-size: cover;
	background-repeat: no-repeat;
	transition: all .3s;
}

.nav_down dd.on a::after,
.nav_down dd:hover a::after {
	width: 100%;
}

.nav_down ul {
	flex: 1;
}

.logo {
	position: absolute;
	left: 50%;
	top: 0;
	width: 210px;
	transform: translateX(-50%);
	font-size: 0;
}

.nav_icon {
	width: 30px;
	font-size: 0;
	display: none;
}

.search_box {
	position: absolute;
	left: 82%;
	top: 50%;
	transform: translateY(-50%);
}

.search_box input {
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	color: #333;
	width: 0;
	margin-right: 15px;
	border-radius: 5px;
	transition: all .3s;
	overflow: hidden;
}

.search_box.on input {
	width: 200px;
	padding: 0 15px;
}

.search_btn {
	width: 38px;
	height: 38px;
	font-size: 0;
}

.swiper {
	font-size: 0;
	overflow: hidden;
	max-width: 100%;
}

.swiper .swiper-slide {
	width: 100%;
}

.swiper img {
	width: 100%;
}

footer {
	background-image: url(../images/foot_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

footer .foot_cont {
	padding-top: 44px;
}

.foot_tit {
	width: 100%;
	text-align: center;
	font-size: 0;
}

.foot_p {
	width: 451px;
	padding: 6px 0;
	background-color: rgb(248, 246, 234, .13);
	text-align: center;
	margin: 45px auto 0;
	font-size: 24px;
	color: #e6d3a9;
}

.link {
	padding: 20px 15px;
	font-size: 0;
}

.link li {
	position: relative;
	flex: 1;
	text-align: center;
}

.link li::after {
	display: block;
	content: '丨';
	position: absolute;
	right: -7px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	color: #fff;
}

.link li:last-child::after {
	display: none;
}

.link li a {
	display: block;
	padding: 0 15px;
	font-size: 16px;
	color: #fff;
}

.foot_ba {
	padding: 20px;
	font-size: 14px;
	color: #fff;
	border-top: solid 1px rgba(251, 247, 246, .2);
	text-align: center;
}

.pt90 {
	padding-top: 90px !important;
}

.title {
	text-align: center;
	background-image: url(../images/title_bg.png);
	background-size: 514px 45px;
	background-repeat: no-repeat;
	background-position: center;
	width: 514px;
	margin: 0 auto;
}

.title h2 {
	font-size: 56px;
	color: #343b36;
	position: relative;
}

.title h2 span.after {
	display: inline-block;
	vertical-align: text-top;
	background-image: url(../images/after.png);
	background-size: cover;
	width: 14px;
	height: 14px;
	transform: translate(-15px, -2px);
	font-size: 0;
}

.brief_cont {
	width: 100%;
	position: relative;
}

.cont_bg {
	position: relative;
}

.cont_bg .icon_img {
	width: 100%;
	height: 30px;
	font-size: 0;
}

.cont_bg .icon_img img {
	width: 100%;
	height: 100%;
}

.cont_bg .border_bg {
	background-image: url(../images/border.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.brief_cont .cont {
	padding: 10px 30px;
	padding-right: 55px;
}

.brief_cont .cont .img {
	width: 44.3%;
	font-size: 0;
	border-radius: 10px;
	overflow: hidden;
}

.brief_cont .cont .img img {
	width: 100%;
}

.brief_cont .cont .right {
	width: 52%;
}

.brief_cont .cont .right .txt {
	writing-mode: vertical-rl;
	font-size: 15px;
	color: #333;
	width: 86.6%;
	line-height: 49px;
	border-right: 1px solid #afa99f;
	letter-spacing: 3px;
	margin-top: 14px;
}

.brief_cont .cont .right .txt p {
	border-left: 1px solid #afa99f;
	font-family: sans-serif;
}

.brief_cont .tit2 {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: center;
}

.brief_cont .tit2 h3 {
	width: 45px;
	height: 160px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	position: relative;
	font-family: serif;
	background-image: url(../images/box_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	writing-mode: vertical-rl;
	line-height: 45px;
	font-weight: normal;
	letter-spacing: 5px;
}

.brief_cont .tit2 span {
	width: 55px;
	height: 54px;
	display: block;
	font-size: 0;
}

.project_swiper {
	text-align: center;
	overflow: hidden;
	position: relative;
	padding-bottom: 80px;
}

.project_slide {
	/* max-height: 441px; */
	background-image: url(../images/floor.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 30px;
}

.project_slide:hover {
	background-image: url(../images/floor_1.png);
	transition: all .3s;
}

.project_li {
	background-color: #e2dcd2;
	border-radius: 5px;
	padding: 34px 25px;
	width: 100%;
	height: 100%;
}

.project_li img {
	width: 100%;
	height: 100%;
}

.project_swiper .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	background-image: url(../images/dot1.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-color: initial;
	opacity: 1;
}

.project_swiper .swiper-pagination-bullet-active {
	background-image: url(../images/dot2.png);
}

.contact_cont .cont {
	padding: 0 30px;
}

.contact_cont .cont .left {
	width: 44.3%;
	font-size: 0;
}

.contact_cont .cont .left>* {
	width: 100%;
}

.contact_cont .cont .right {
	width: 50.4%;
}

.contact_cont .cont_ul li {
	margin-bottom: 28px;
}

.contact_cont .cont_ul li img {
	width: 60px;
	margin-right: 19px;
	flex-shrink: 0;
}

.contact_cont .cont_ul li .p {
	flex: 1;
	color: #666;
}

.contact_cont .cont_ul li .p span {
	display: block;
	font-size: 15px;
	font-family: serif;
}

.contact_cont .cont_ul li .p p {
	font-size: 18px;
	line-height: 26px;
	margin-top: 5px;
	font-family: sans-serif;
}

.contact_cont .cont .right .cont_ewm img {
	flex-shrink: 0;
	width: 143px;
}

.contact_cont .cont .right .cont_ewm .txt {
	font-size: 15px;
	color: #666;
	line-height: 26px;
	margin-left: 30px;
	font-family: serif;
}

.contact_cont .cont .right .cont_ewm .txt>* {
	font-family: serif;
}

.contact_bot {
	padding: 24px 0 10px;
	border-top: solid 1px #afa99f;
	margin-top: 40px;
}

.contact_bot h2 {
	font-size: 20px;
	color: #afa99f;
}

.contact_bot h2 img {
	width: 16px;
	height: 16px;
	margin-right: 10px;
}

.cont_link {
	margin-top: 10px;
	flex-wrap: wrap;
}

.cont_link li {
	background-image: url(../images/btn1.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-right: 38px;
	margin-top: 10px;
}

.cont_link li a {
	display: block;
	width: 162px;
	height: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.inside_h2 {
	text-align: left;
	width: auto;
	margin: 0;
	position: relative;
}

.inside_h2 h2 .icon {
	display: block;
	width: 94px;
	height: 45px;
	margin-left: 10px;
}

.inside_nav {
	width: 384px;
	padding: 20px 0;
	border-bottom: solid 1px #e2dcd2;
	font-size: 18px;
	color: #343b36;
}

.inside_nav a {
	display: block;
	font-size: 18px;
	color: #343b36;
}

.inside_nav img {
	flex-shrink: 0;
	margin-right: 9px;
}

.brief_cont2 .cont2 {
	padding: 0 30px;
}

.brief_cont2 .cont2 .top {
	padding: 30px 30px 0 10px;
}

.brief_cont2 .cont2 .top .tit2 {
	flex-shrink: 0;
}

.brief_cont2 .cont2 .top .txt {
	font-size: 16px;
	line-height: 44px;
	color: #333;
	font-family: sans-serif;
	flex: 1;
	text-indent: 2em;
	margin-left: 70px;
	letter-spacing: 4px;
}

.img_list {
	margin-top: 45px;
}

.img_list ul li {
	width: 30.35%;
	background-image: url(../images/floor.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 10px 12px;
	font-size: 0;
}

.img_list ul li img {
	width: 100%;
	height: 100%;
}

.inside_h2 {
	background: none;
}

.ll_cont li {
	width: 29%;
	background-image: url(../images/box_bg1.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 40px 0 80px;
	transition: all .3s;
}

.ll_cont li:hover {
	box-shadow: 0px 6px 35px 0px rgba(47, 47, 47, 0.44);
}

.ll_cont li .tit {
	width: 110px;
	height: 110px;
	background-image: url(../images/y_bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #fff;
	margin: 0 auto;
}

.ll_cont li .txt {
	margin-top: 20px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.ll_cont li .txt p {
	writing-mode: vertical-rl;
	font-size: 26px;
	color: #bc131a;
	line-height: 47px;
	border-right: solid 1px rgb(188, 19, 26, .24);
	height: 260px;
}

.about_box3 {
	position: relative;
	padding: 80px;
}

.about_box3 .bg {
	width: 106%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 48.7%;
	transform: translate(-50%, -50%);
	font-size: 0;
}

.about_box3 .bg img {
	width: 100%;
	height: 100%;
}

.about_box3 .txt {
	width: 645px;
	font-size: 18px;
	line-height: 42px;
	color: #343b36;
	text-align: center;
	margin: 0 auto;
}

.sidebar {
	position: fixed;
	right: 7px;
	bottom: 25%;
	z-index: 10;
}

.img2 {
	display: none;
}

.sidebar li {
	width: 50px;
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}

.sidebar li a {
	display: block;
	font-size: 0;
}

.sidebar li:last-child {
	border-bottom: none;
}

.sidebar li i {
	font-size: 0;
}

.sidebar .ewm_mask {
	position: absolute;
	right: calc(100% + 15px);
	top: 0;
	transition: all .5s;
	width: 196px;
	height: 85px;
	z-index: 1;
	display: none;
	background-image: url(../images/float_bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	font-size: 0;
	text-align: left;
	padding: 0 20px;
}

.ewm_box {
	display: flex;
	justify-content: center;
	flex-flow: column;
	width: 100%;
	height: 100%;
}

.sidebar .ewm_mask2 {
	background-image: url(../images/float_bg2.png);
	height: auto;
	width: 171px;
	text-align: center;
	padding: 15px 10px 15px 0;
	background-size: 100% 100%;
	top: 0;
	transform: none;
}

.sidebar .ewm_mask2 img {
	width: 78%;
}

.sidebar .ewm_mask span {
	display: block;
	font-size: 16px;
	color: #fff;
}

.sidebar .ewm_mask p {
	font-size: 13px;
	color: #fff;
	margin-top: 5px;
}

.sidebar .ewm_mask2 p {
	margin-top: 10px;
}

.sidebar li.active .img1 {
	display: none;
}

.sidebar li.active .img2 {
	display: inline-block;
}

.project_ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.project_ul li {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 37px;
}

.project_ul li:nth-child(3n) {
	margin-right: 0;
}

.project_ul li a {
	display: block;
}

.project_ul .img {
	width: 100%;
	background-image: url(../images/floor.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	transition: all .3s;
	padding: 30px;
}

.project_ul .img:hover {
	background-image: url(../images/floor_1.png);
}

.project_ul li p {
	font-size: 20px;
	color: #343b36;
	font-weight: bold;
	padding: 10px;
	position: relative;
	text-align: center;
	margin-top: 15px;
	transition: all .3s;
	font-family: serif;
}

.project_ul li p::after {
	display: block;
	content: '';
	width: 0;
	height: 5px;
	background-image: url(../images/line.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all .3s;
}

.project_ul li:hover p {
	color: #bc131a;
}

.project_ul li:hover p::after {
	width: 103px;
}

.wejoy_page {
	font-size: 0;
	margin-top: 30px;
	text-align: center;
}

.wejoy_page>* {
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	color: #969696;
}

.wejoy_page a,
.wejoy_page span {
	width: 37px;
	height: 37px;
	background-color: #f9f9f9;
	border-radius: 3px;
	border: solid 1px #ccc;
	text-align: center;
	line-height: 37px;
	margin: 0 4.5px;
	color: #a3a3a3;
	font-size: 16px;
	padding: 0 2px;
	font-family: serif;
}

.wejoy_page a.on {
	background-color: #bc131a;
	border: none;
	color: #fff;
}

.mask {
	position: fixed;
	z-index: 11;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	display: none;
}

.preview {
	position: fixed;
	width: 50%;
	left: 50%;
	top: 50%;
	max-height: 70%;
	z-index: 11;
	transform: translate(-50%, -50%);
	display: none;
}

.closeView {
	width: 38px;
	height: 38px;
	position: absolute;
	right: 0;
	top: 0;
}

.preview a {
	display: block;
	font-size: 0;
	text-align: center;
}

.preview a span {
	display: block;
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin-top: 35px;
}

.preview #before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.preview #next {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.preview .info {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.preview .info .img {
	font-size: 0;
	background-color: #e2dcd2;
	border-radius: 2px;
	padding: 80px;
	overflow: hidden;
}

.preview .img img {
	width: 100%;
}

.preview .info p {
	font-size: 24px;
	color: #fff;
	margin-top: 30px;
	font-weight: bold;
}

.progress_ul li {
	position: relative;
}

.progress_ul li .left {
	flex-shrink: 0;
	position: relative;
}

.progress_ul li::after {
	display: block;
	content: '';
	width: 28px;
	height: 33px;
	background-image: url(../images/bot_arrow.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 97%;
	left: 67px;
	/* transform: translateX(-50%); */
}

.progress_ul li .left span {
	display: block;
	width: 56px;
	height: 56px;
	background-image: url(../images/progress_yuan.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: sans-serif;
	font-size: 34px;
	color: #fff;
	margin: 0 auto;
	font-weight: bold;
}

.progress_ul li:last-child::after {
	display: none;
}

.progress_ul li .left .progress_btn {
	transform: translateY(-5px);
}

.progress_btn,
.progress_btn a {
	width: 162px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../images/btn1.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	font-size: 24px;
	color: #fff;
}

.progress_ul li .right {
	flex: 1;
	margin-left: 40px;
	position: relative;
}

.progress_ul li .right .cont {
	font-size: 18px;
	color: #343b36;
	line-height: 42px;
	padding: 10px 8%;
	background-image: url(../images/border2.png);
}

.progress_ul li .right .progress_btn {
	margin-top: 15px;
}

.progress_ul li:nth-child(2n-1) .right::after,
.bz_ul li .info::after {
	display: block;
	content: '';
	width: 131px;
	height: 175px;
	background-image: url(../images/flow.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: -35px;
	left: 95%;
}

.bz_ul li .info .cont {
	background-image: url(../images/border2.png);
	background-size: 100% 96%;
	background-position: center;
}

.bz_ul li .bz_tit h2 {
	background-image: url(../images/btn2.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 329px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #fff;
	flex-shrink: 0;
	padding: 0 20px;
}

.bz_ul li .info {
	margin-top: 25px;
}

.bz_ul li .info .cont {
	font-size: 18px;
	color: #343b36;
	padding: 0 20px;
	margin: -20px 0;
}

.bz_table {
	margin-bottom: 50px;
}

.bz_ul li .info .cont dd {
	border-bottom: solid 1px #afa99f;
	display: flex;
}

.bz_ul li .info .cont dd:last-child {
	border-bottom: none;
}

.bz_ul li .info .cont dd p {
	padding: 15px 5px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bz_ul li .info .cont dd p:nth-child(2n) {
	background-color: rgb(175, 169, 159, .32);
}

.bz_ul li .info .cont dd p:first-child {
	width: 20%;
}

.bz_ul li .info .cont dd p:nth-child(2) {
	width: 17%;
}

.bz_ul li .info .cont dd p:last-child {
	flex: 1;
}

.bz_tit p {
	flex-shrink: 0;
	font-size: 20px;
	color: #bc131a;
	margin-left: 15px;
}

.bz_ul li .info .cont2 dd p:nth-child(2) {
	text-align: left;
	padding-left: 65px;
	justify-content: flex-start;
}

.beizhu_box {
	margin-top: 25px;
	font-size: 16px;
	line-height: 29px;
	color: #343b36;
}

.bz_ul li .info .cont3 dd p:first-child {
	width: 23%;
}

.bz_ul li .info .cont4 dd p:first-child {
	width: 40%;
}

.bz_ul li .info .cont4 dd p a {
	display: block;
}

.bz_ul li .info .cont4 dd p a span {
	display: block;
	text-align: center;
	margin-left: 50px;
	background-color: #e5e3db;
	text-align: center;
	padding: 15px;
	margin-bottom: 1px;
}

.bz_ul li .info .cont4 dd p:nth-child(2) {
	display: block;

}

.bz_ul li .info .cont4 dd p:nth-child(2) span {
	display: block;
	padding: 15px 0;
	border-bottom: solid 1px #fefaf9;
	padding-left: 65px;
}

.bz_ul li .info .cont4 dd p:nth-child(2) span:last-child {
	border-bottom: none;
}

.team_ul li .txt {
	font-size: 16px;
	color: #999;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	padding: 0 30px;
}

.preview2 .info .img {
	padding: 0 !important;
}

.preview .info p.now_txt {
	text-align: left;
	font-size: 16px;
}

.preview2 .info {
	width: 58%;
}

.dynamic_cont {
	margin-bottom: 70px;
}

.dynamic_ul {
	padding: 0 40px;
}

.dynamic_ul li {
	padding: 30px 0;
	border-bottom: solid 1px #ddd;
}

.dynamic_ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.dynamic_ul li:first-child {
	padding-top: 0;
}

.dynamic_ul li .img {
	flex-shrink: 0;
	width: 264px;
	font-size: 0;
}

.dynamic_ul li .img img {
	width: 100%;
}

.dynamic_ul li .info {
	flex: 1;
	margin-left: 35px;
}

.dynamic_ul li .info .top h2 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 20px;
	color: #343b36;
}

.dynamic_ul li .info .top p {
	font-size: 16px;
	color: #999;
	flex-shrink: 0;
}

.dynamic_ul li .info .txt {
	font-size: 16px;
	line-height: 25px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 25px;
}

.dynamic_info .info {
	padding: 20px 70px;
}

.dynamic_info h2 {
	text-align: center;
	font-size: 26px;
	color: #333;
}

.dynamic_info .txt {
	margin-top: 70px;
	font-size: 18px;
	line-height: 32px;
	color: #333;
}

.switch {
	margin-top: 50px;
}

.switch a {
	display: block;
	font-size: 18px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.contact_us .map {
	width: 41.83%;
}

.contact_us .map>* {
	width: 100%;
}

.contact_us .right {
	width: 47%;
}

.contact_us .right h2 {
	padding: 20px 0 30px;
	border-bottom: 3px solid #bc131a;
	font-size: 36px;
	color: #000;
	font-weight: normal;
}

.contact_us .right .txt {
	margin-top: 50px;
	font-family: sans-serif;
	flex-wrap: wrap;
}

.contact_us .right .txt .li {
	margin-bottom: 40px;
}

.contact_us .right .txt .li:nth-child(2n -1) {
	width: 60%;
}

.contact_us .right .txt .li:nth-child(2n) {
	width: 31%;
}

.contact_us .right .txt span {
	display: block;
	font-size: 16px;
	color: #333;
}

.contact_us .right .txt p {
	font-size: 15px;
	color: #666;
	margin-top: 10px;
	font-family: sans-serif;
}

.contact_us .right .txt p.red {
	font-size: 30px;
	color: #bc131a;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 5px;
}

.ewm_ul li {
	width: 92px;
	font-size: 0;
	margin-right: 25px;
}

.ewm_ul li:last-child {
	margin-right: 0;
}

.ewm_ul li img {
	width: 100%;
}

.ewm_ul li p {
	text-align: center;
	font-size: 12px;
	color: #999;
	margin-top: 5px;
}

.agent1 {
	letter-spacing: 1px;
}

.agent1 h2 {
	font-size: 24px;
	color: #343b36;
}

.agent1 p {
	font-size: 20px;
	margin-top: 15px;
	color: #bc131a;
}

.agent_tit h2 {
	background-image: url(../images/btn3.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 155px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #fff;
	flex-shrink: 0;
	padding: 0 5px;
	letter-spacing: 6px;
}

.agent_cont {
	margin-top: 40px;
}

.agent_txt {
	padding: 25px 0 20px;
	font-size: 16px;
	line-height: 36px;
	color: #333;
	font-family: sans-serif;
	letter-spacing: 4px;
}

.agent3 .agent_tit h2 {
	width: 344px;
	background-image: url(../images/btn4.png);
}
.agent3 table{
	width: 100%;
	font-size: 18px;
	margin-top: 30px;
}
.agent3 table tr{
	height: 57px;
	line-height: 57px;
}
.agent3 table th{
	background-color: #bc131a;
	color: #fff;
	letter-spacing: 7px;
}
.agent3 table tr th:first-child,
.agent3 table tr td:first-child{
	text-align: center;
	width: 225px;
	border-right: solid 1px #fff;
}
.agent3 table tr:nth-child(2n){
	background-color: rgba(188,19,26,.1);
}
.agent3 table tr:nth-child(2n + 1){
	background-color: rgba(188,19,26,.18);
}
.agent3 table tr td{
	color: #bc131a;
	letter-spacing: 1px;
}
.agent3 table tr td span{
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
	flex-shrink: 0;
}
.agent3 table tr td:not(:first-child){
	padding-left: 7%;
	padding-right: 5px;
	display: flex;
	align-items: center;
}
.agent3 table tr td span:first-child,
.agent3 table tr td span:nth-child(2){
	width: 7%;
}
.agent3 table tr td span:nth-child(4){
	margin-left: 10px;
	flex: 1;
	padding: 2px 0;
}


/* 2023.6.13新增产品详情 */
.detail_list{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: -50px;
}
.detail_list li{
	width: 25%;
	margin-top: 50px;
}
.detail_list li span{
	display: block;
	font-size: 20px;
	color: #000;
}
.detail_list li p{
	font-size: 18px;
	margin-top: 10px;
}
.detail_list li .img{
	font-size: 0;
	margin-top: 20px;
}
.detail_list li .img img{
	width: 100%;
}
.swiper{
	position: relative;
}
.swiper_txt{
	position: absolute;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-flow: column;
	text-align: left;
}
.swiper_txt h2{
	color: #932221;
	font-size: 36px;
	letter-spacing: 2px;
	margin-top: 18px;
}
.swiper_txt .txt{
	margin-top: 25px;
	line-height: 29px;
	max-width: 500px;
	letter-spacing: 3px;
}
.swiper_txt .txt p{
	font-size: 20px;
	margin-top: 10px;
	padding-left: 15px;
	position: relative;
}
.swiper_txt .txt p::before{
	display: inline-block;
	vertical-align: text-top;
	content: '';
	width: 8px;
	height: 8px;
	background-color: #bc131a;
	border-radius: 50%;
	margin-right: 5px;
	position: absolute;
	top: 8px;
	left: 0;
}