/* banner鍥*/
.bannner {
	height: 820px;
	overflow: hidden;
}
.datua{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.datuzi1{
	width: 314px;
	
	margin-bottom: 24px;
}
.datuzi1 h1{
	font-size: 72px;
	padding-left: 20px;
	font-family: zi1;
	font-weight: 400;
	color: #F3DEAF;
}
.datuzi2 h2{
	font-size: 48px;
	font-family: zi1;
	padding-left: 20px;
	font-weight: 400;
	color: #FFFFFF;
}
.zypzhu{
	width: 100%;
	height: 250px;
	margin-top: 30px;
	display: none;
}
.zypzhu img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tuu{
	position: relative;
}
.tuu .chakan{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(26 26 26 / 38%);
	top: 0;
	transition: all 0.3s;
	opacity: 0;
}
.tuu .chakan1{
	width: 106px;
	height: 35px;
	border: 1px solid #fff;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tuu .chakan1 p{
	font-size: 16px;
	color: #fff !important;
	    writing-mode: horizontal-tb;
	    padding-right: 0 !important;
}
.tiaozhuan:hover .chakan{
	opacity: 1;
}
.leimu{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.zyp {
	width: 700px;
	height: 450px;
}
.zyp img{
	width: 100%;
	height: 100%;
}
.huan{
    padding-bottom: 10px;
}
.sb2{
    display: none;
}
@media screen and (max-width:1350px) {
	.zyp {
	    width: 50%;
	    height: 400px;
	}
	.huan {
	    width: 47%;
	}
	.kk{
		width: 100% !important;
	}
}
@media screen and (max-width:1024px) {
	.datua{
		padding: 0 5%;
	}
	.leimu{
		flex-wrap: wrap-reverse;
	}
	.huan{
		width: 100%;
	}
	.zyp{
		width: 100%;
		margin-top: 15px;
		height: auto;
		margin-bottom: 20px;
	}
	.zyp img{
		width: 100%;
		height: auto;
	}
	.chanpin1 {
	    position: relative;
	    margin-top: 20px !important;
	}
}
@media screen and (max-width:768px) {
	.datua{
		padding: 0 5%;
	}
	.datuzi1 h1{
		font-size: 42px;
		font-family: zi1;
		font-weight: 400;
		color: #F3DEAF;
	}
	.datuzi1{
		width: 200px;
	}
	.datuzi2 h2{
		font-size: 28px;
		font-family: zi1;
		font-weight: 400;
		color: #FFFFFF;
	}
	.cptu{
		display: none;
	}
	.cpnr{
		display: none;
	}
	.zypzhu{
		display: block;
	}
	.lb {
	    margin-top: 30px !important;
	}
}
@media screen and (max-width:500px) {

	.datuzi1 h1{
		font-size: 25px;
		font-family: zi1;
		font-weight: 400;
		color: #F3DEAF;
	}
	.datuzi1{
		width: 100px;
		margin-bottom: 15px;
	}
	.datuzi2 h2{
		font-size: 18px;
		font-family: zi1;
		font-weight: 400;
		color: #FFFFFF;
	}
	.tuu .chakan1 p{
	font-size: 12px;
	color: #fff !important;
	    writing-mode: horizontal-tb;
}
.tuu .chakan1{
	width: 75px;
	height: 25px;
	border: 2px solid #fff;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}
}
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	/*text-align: center;*/
	font-size: 18px;
	background: #fff;
	height: 100% !important;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	background-color: #b8b8b8 !important;
	margin-left: 13px !important;
	opacity: 1 !important;
	border-radius: 50px !important;
}

.swiper-pagination1 {
	top: 96% !important;
	display: flex;
	justify-content: center;
	width: 100%;
}

.swiper-pagination1 span {
	display: block !important;
}

.swiper-pagination-bullet-active {
	background: #D13632 !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 80px !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 80px !important;
}

.swiper-num {
	position: absolute;
	left: 94%;
	top: 72%;
	bottom: 0;
	z-index: 2;
	color: #fff;
}

.swiper-num .active {
	display: inline-block;
	color: #fff;
	font-size: 23px;
	padding-right: 3px;
	margin-bottom: 5px;
}

.swiper-num span {
	font-size: 32px;
}

.swiper-num .total {
	display: inline-block;
	color: #fff;
	font-size: 12px;
}

/* 公司简介 */
.jianjie {
	padding-top: 77px;
}

.biaoti {
	display: flex;
	align-items: flex-end;
}

.biaoti img {
	width: 39px;
	height: 103px;
}

.jianjie1 {
	padding-left: 20px;
}

.jianjie1 p {
	font-size: 12px;
	color: #999;
}

.jianjie1 span {
	display: block;
	font-size: 28px;
	color: #023f40;
	font-weight: bold;
}

.gongsi {
	padding-top: 45px;
}

.left_gong p {
	margin: 0 auto;
	font-size: 16px;
	color: #333;
	height: 355px;
	line-height: 32px;
	writing-mode: vertical-rl;
	/*从左向右;从右向左是 writing-mode: vertical-rl;*/

	writing-mode: tb-lr;
	/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
}

.left_gongsi {

	width: 40%;

}

.left_gong {
	display: flex;
}

.xiangqing {
	width: 180px;
	height: 56px;
	background-color: #023f40;
	overflow: hidden;
	border-radius: 10px;
	margin-top: 70px;

}

.xiangqing a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 14px;
}

.right_gongsi {
	width: 740px;
	height: 460px;
	overflow: hidden;
	margin-bottom: 80px;
}

.right_gongsi img {
	width: 100%;
	height: 100%;
}

.gongsi {
	display: flex;
	justify-content: space-between;
}

/* 产品中心 */
.chanpin {
	background: url(../image/index/beijing.png);
	background-size: 100% 100%;
	width: 100%;
	padding-top: 77px;
	padding-bottom: 80px;
}

.chanpin1 {
	position: relative;
	margin-top: -20px;
}

.cptu img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.cptu {
	width: 693px;
	height: 450px;
	overflow: hidden;
}

.neirongtu {
	display: flex;
	/*justify-content: space-between;*/
}

.cpnr {
	width: 624px;
	margin-left: 79px;
}

.tiaozhuan {
	display: flex;
	/*justify-content: space-between;*/
	width: 100%;
	position: relative;
}

.tuu {
	width: 270px;
	height: 216px;
	overflow: hidden;

}

.tiaozhuan img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.tiaozhuan:hover p {
	color: #023f40;
}

.tiaozhuan:hover .tuu img {
	transform: scale(1.2);
}

.tiaozhuan p {
	writing-mode: vertical-rl;
	color: #333;
	font-size: 16px;
	padding-right: 20px;
}

.swiper-slide {
	background: transparent;
}

.qu {
	width: 24px;
	height: 24px;
	position: absolute;
	bottom: 15px;
}

.qu img {
	width: 100%;
	height: 100%;
}

.neirongtu {
	display: none;
}

.neirongtu:nth-child(1) {
	display: flex;
}

/*.huan {*/
/*	position: absolute;*/
/*	right: 10px;*/
/*	top: 27%;*/
/*}*/

.qiehuan {
	display: none;
}

.qiehuan:nth-child(1) {
	display: block;
}

.neirongtu1 {
	display: none;
	/*justify-content: space-between;*/
}

.neirongtu1:nth-child(1) {
	display: flex;
}

.neirongtu2 {
	display: none;
	/*justify-content: space-between;*/
}

.neirongtu2:nth-child(1) {
	display: flex;
}

.neirongtu3 {
	display: none;
	/*justify-content: space-between;*/
}

.neirongtu3:nth-child(1) {
	display: flex;
}

.neirongtu4 {
	display: none;
	/*justify-content: space-between;*/
}

.neirongtu4:nth-child(1) {
	display: flex;
}

.neirongtu5 {
	display: none;
	/*justify-content: space-between;*/
}

.neirongtu5:nth-child(1) {
	display: flex;
}

/* 样式表，用于设置选项卡的样式和布局 */
.tabcontent {
	display: none;
	padding: 20px 0;
	/* border: 1px solid #ccc; */
}

.kk {
	width: 624px;
	display: flex;
	justify-content: space-between;
}

.tablinks {
	color: black;
	float: left;
	border-bottom: none;
	padding: 10px;
	/* margin-right: 5px; */
	cursor: pointer;
	width: 60px;
	height: 167px;
	background: url(../image/index/beijing1.png);
	background-size: 100% 100%;

	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;

}

.tablinks p {
	color: #666;
	writing-mode: vertical-rl;
	line-height: 28px;
	font-size: 16px;
}

/* 活动状态的选项卡按钮 */
.active {
	background: url(../image/index/beijing2.png);
	background-size: 100% 100%;
}

.active p {
	color: #fff;
}

/* 左右切换按钮 */
.zuoyou {
	display: flex;
	margin-top: 40px;
	justify-content:flex-end;
}

.prev,
.next {
	width: 40px;
	height: 40px;
	background: #E6E6E6;
	border-radius: 50%;
	color: #B3B3B3;
	border: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 300;
	transition: all 0.2s;
}

.prev {
	margin-right: 12px;
}

.prev p,
.next p {
	font-size: 25px;
	display: block;
	margin-top: -3px;

}

.prev:hover,
.next:hover {
	background: #177E80;
	color: #fff;

}

.lb {
	margin-top: 80px;
}

.cpnr a:nth-child(1) {
	display: block;
	font-size: 24px;
	color: #023f40;
	margin-bottom: 50px;
	display: flex;
	align-items: center;

}

.cpnr a:nth-child(1) strong {
	font-size: 40px;
	color: #ccc;
}

.cpnr a:nth-child(1) p {
	padding: 0 15px;
}

.cpnr a:nth-child(2) {
	display: block;
	font-size: 16px;
	color: #333;
	width: 100%;
	height: 55px;
	line-height: 28px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.cpnr a img{
    display: none !important;
}
/* 荣誉资质 */
.rongyu {
	padding-top: 77px;
	padding-bottom: 79px;
}

.ryzz {
	overflow: hidden;
	text-align: center;
	margin-top: 64px;
}

.zhenshu1 {
	width: 174px;
	height: 236px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 32px;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.1s;
	    border: 2px solid #E6E6E6;
}

.zhenshu1 img {
	width: 100%;
	height: auto;
}

.zhenshu p {
	color: #333;
}

.zhenshu:hover .zhenshu1 {
	border: 3px #177E80 solid;
	box-shadow: #98a0a1 1px 3px 11px;
}

.zhenshu:hover p {
	color: #177E80;
}

/* 公司动态 */
.dongtai {
	width: 100%;
	background: url(../image/index/beijing4.png);
	background-size: 100% 100%;
	padding-top: 77PX;
	padding-bottom: 80px;
}

.xinwen {
	padding-top: 80px;
	display: flex;
	justify-content: space-between;
}

.xinwen1 {
	display: flex;
}

.right_xinwen {
	width: 0px;
	height: 356px;
	overflow: hidden;

	transition: all 0.3s;
}
.yt .right_xinwen {
	width: 427px !important;
		margin-left: 30px;
}

.right_xinwen img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shijian {
	text-align: right;
	padding-bottom: 25px;
}

.shijian p {
	color: #999999;
	font-size: 14px;
	/* padding-bottom: 10px; */
}

.shijian span {
	color: #999999;
	font-size: 16px;
}

.yt .shijian p {
	color: #177E80;
	font-size: 14px;
	/* padding-bottom: 10px; */
}

.yt .shijian span {
	color: #177E80;
	font-size: 16px;
}

.xwnr {
	height: 248px;
}

.xwnr a {
	display: flex;
	height: 100%;

}

.mohao a {

	color: #333333;
	font-size: 20px;
	font-weight: bold;
}

.yt .mohao a {
	color: #177E80;
}

.mohao {
	margin-bottom: 25px;
	text-align: right;
}

.yt .xwnr a p {
	color: #177E80;
}

.yt .xwnr a span {
	color: #333;
}

.xwnr a p {
	writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	overflow: hidden;
	/*! autoprefixer: off */
	-webkit-box-orient: vertical;
	/*! autoprefixer: on */
	word-break: break-all;
	font-size: 16px;
	line-height: 28px;
	color: #333;
	margin-left: 10px;
	font-weight: bold;
}

.xwnr a span {
	writing-mode: vertical-rl;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
	/*! autoprefixer: off */
	-webkit-box-orient: vertical;
	/*! autoprefixer: on */
	word-break: break-all;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.left_gong1 {
	display: none;
}
 .xwnr img{
        display: none !important;
    }
    .xwnr a span{
		    writing-mode: vertical-rl !important;
		    text-overflow: ellipsis !important;
		    display: block !important;
		    -webkit-line-clamp: 3 !important;
		    overflow: hidden !important;
		    -webkit-box-orient: vertical !important;
		    word-break: break-all !important;
		    font-size: 14px !important;
		    line-height: 24px !important;
		    color: #666 !important;
		    width: 75px;
		    text-orientation: upright;
	}
	 .xwnr a span p,.xwnr a span a,.xwnr a span h1,.xwnr a span h2,.xwnr a span h3,.xwnr a span h4,.xwnr a span i,.xwnr a span text,.xwnr a span strong{
		    writing-mode: vertical-rl !important;
		    text-overflow: ellipsis !important;
		    display:block !important;
		    -webkit-line-clamp: 3 !important;
		    overflow: hidden !important;
		    -webkit-box-orient: vertical !important;
		    word-break: break-all !important;
		    font-size: 14px !important;
		    line-height: 24px !important;
		    color: #666 !important;
		    font-weight: 500;
		    text-orientation: upright;
		    background: transparent !important;
		        white-space: inherit !important;
	}
	.xwnr a  p{
	    
		    display: block;
		    word-break:keep-all;
  white-space:nowrap; 
	}
	.xinwen1:nth-child(2){
		display: none;
	}
	.xinwen1:nth-last-child(1){
		display: none;
	}
	@media screen and (max-width:1600px) {
	    .xinwen1:nth-last-child(2) {
    display: none;
}
	}
@media screen and (max-width:1400px) {
	.right_gongsi {
		width: 30%;
		height: auto;
	}

	.xiangqing {
		margin-top: 25px;
	}

	.jianjie {
		padding-bottom: 30px;
	}

	.kk {
		width: 480px;
		display: flex;
		justify-content: space-between;
	}

	.right_xinwen {
		display: none;
	}

	.shijian {
		display: none;
	}

	.mohao {
		display: none;
	}

	.xwnr {
		width: 100%;
		height: auto;
	}

	.xwnr a {
		display: flex;
		height: auto;
		width: 100%;
		flex-wrap: wrap-reverse;
		padding: 15px 0;
		border-bottom: 1px solid #d5d0d0;
	}

	 .xwnr a span{
		writing-mode: inherit !important;
		width: 100%;
		height: 80px;
	}
 .xwnr a span p,.xwnr a span a,.xwnr a span h1,.xwnr a span h2,.xwnr a span h3,.xwnr a span h4,.xwnr a span i,.xwnr a span text,.xwnr a span strong{
		   	writing-mode: inherit !important;
	}
	.xwnr a p {
		writing-mode: inherit;
		margin-left: 0;
		width: 100%;
		margin-bottom: 10px;
	}

	.xinwen {
		flex-wrap: wrap;
		padding-top: 25px;
		width: 100%;
	}

	.xinwen1 {
		width: 100%;
	}

	.left_xinwen {
		width: 100%;
	}
.qu img {
    width: 100%;
    height: 100%;
    display: none;
}
.zhenshu1{
    margin: 0 auto;
}
.zhenshu p{
    margin-top: 30px;
}
.datuzi2 h2 {
    font-size: 40px;
    /*text-align: center;*/
}
}

@media screen and (max-width:1200px) {
	.right_gongsi {
		display: none;
	}

	.left_gongsi {
		width: 100%;
	}

	.left_gong {
		display: none;
	}

	.left_gong1 {
		display: block;
	}

	.left_gong1 p {
		margin: 0 auto;
		font-size: 16px;
		color: #333;
		line-height: 32px;
	}

	.huan {
		position: relative;
		right: 0px;
		top: 0;
	}

	.kk {
		width: 100%;
	}

	.neirongtu {
		flex-wrap: wrap;
	}

	.neirongtu1 {
		flex-wrap: wrap;
	}

	.neirongtu2 {
		flex-wrap: wrap;
	}

	.neirongtu3 {
		flex-wrap: wrap;
	}

	.neirongtu4 {
		flex-wrap: wrap;
	}

	.neirongtu5 {
		flex-wrap: wrap;
	}

	.cptu {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.cpnr {
		width: 100%;
		text-align: center;
		margin-left: 0;
	}

	.cpnr a:nth-child(2) {
		height: auto;
	}

	.cpnr a:nth-child(1) {
		display: block;
		font-size: 24px;
		color: #023f40;
		margin-bottom: 22px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 20px;
	}

	.zuoyou {
		display: flex;
		margin-top: 40px;
		justify-content: center;
	}
}

@media screen and (max-width:1024px) {
	.bannner {
		height: auto;
		transition: all 0.3s;
	}
	 .xwnr a span{
		writing-mode: inherit !important;
		width: 100%;
		height: 80px;
	}
	.sb2{
	    display: block;
	}
	.sb1{
	    display: none;
	}
}

@media screen and (max-width:830px) {
	.jianjie {
		padding-top: 20px;
	}

	.tablinks {
		width: 40px;
		height: 110px;
	}
	.zhenshu1 img {
    width: 80%;
    height: auto;
}
.zhenshu p {
    color: #333;
    font-size: 14px;
}
.tablinks p {
    font-size: 12px;
}
.zhenshu1{
    border: 0;
}
.datuzi2 h2{
		font-size: 28px;
		font-family: zi1;
		font-weight: 400;
		color: #FFFFFF;
	}
}
@media screen and (max-width:580px) {
.cptu {
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.tiaozhuan p {
    writing-mode: vertical-rl;
    color: #333;
    font-size: 12px;
        padding-right: 0px;
}
.tuu {
    width: 270px;
    height: 100px;
    overflow: hidden;
    margin-left: 10px;
}
.qu{
    display: none;
}
.cpnr a:nth-child(2){
    display: none;
}
.lb {
    margin-top: 25px;
}
.cpnr a:nth-child(1) {
    font-size: 18px;
}
.datuzi2 h2{
		font-size: 17px;
		font-family: zi1;
		font-weight: 400;
		color: #FFFFFF;
		padding-left: 0;
	}
	.xwnr a span {
    height: 77px;
}
}