/*header start*/
#menuWap{display: none;}

.search-head {  position: relative;}
.search-head input{ position: absolute; z-index: 1; right: -10px; top: 50%; transform: translateY(-50%); border: 0; width: 120px; padding: 10px; opacity: 0; border: 1px solid #aaa !important; }
.search-head button{ border: 0; position: relative; z-index: 2; background: #fff;     padding: 0;
    color: #000 !important;
    line-height: 1.8em;
    height: 1.8em;
}
.search-head:hover input,
.search-head input:focus{ opacity: 1; }

.practice-slit ul{ margin: 0 -20px; overflow: hidden;}
.practice-slit li{ float: left; width: 50%;}
.practice-slit li .img{ padding-top: 56%; overflow: hidden;}
.practice-slit li .img img{ transition: 0.5s all;}
.practice-slit li .w:hover { background: #fafafa;}
.practice-slit li .w:hover .img img{ transform: scale(1.05);}
.practice-slit li .w{ display: block; background: #fff; margin:20px 20px 0;  }
	.practice-slit li .w .txt{   font-size: 1.6rem;
		font-weight: 700;
		color: #660000;
		padding: 25px;
		display: block;}
	.practice-slit li .w .txt p	{
	    white-space: normal;
		    overflow: hidden;
		    line-height: 1.5;
    height: 3em;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
		}

		.swiper22 {
			width: 100%;
			height: 100%;
			box-sizing: border-box;
			padding: 10px;
			background: #fff;
			overflow: hidden;
			position: relative;
		  }
	
		  .swiper22 .swiper-slide {
			text-align: center;
			font-size: 18px;
			background: #fff;
	
			/* 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;
		  }
	
		  .swiper22 .swiper-slide img {
			display: block;
			width: 100%;
			height: 100%;
			object-fit: cover;
		  }
	

		  .swiper22 {
			width: 100%;
			margin-left: auto;
			margin-right: auto;
		  }
	
		  .swiper22 .swiper-slide {
			background-size: cover;
			background-position: center;
		  }
	
		  .swiper22.mySwiper2 {
			width: 100%;
			height: 620px;
		  }
	
		  .swiper22.mySwiper {
			height: 150px;
			box-sizing: border-box;
			padding: 10px 10px;
		  }
	
		  .swiper22.mySwiper .swiper-slide {
			width: 25%;
			height: 100%;
			opacity: 0.4;
		  }
		
		  .swiper22.mySwiper .swiper-slide-thumb-active {
			opacity: 1;
		  }
	
		  .swiper22 .swiper-slide img {
			display: block;
			width: 100%;
			height: 100%;
			object-fit: cover;
		  }
		  .swiper22.mySwiper2{ background: #fff;}
		  .swiper22.mySwiper2 .swiper-slide{ background: #eee;}
		  .swiper22.mySwiper2 .swiper-slide img{ height: 600px; object-fit: contain;}


.header{
	width: 100%;
	background:rgba(255, 255, 255, 0.9);
	position: fixed;
	left:0;
	top:0;
	z-index:99;
	backdrop-filter: blur(8px);
}
.header-box .logo-nav-link{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height:90px;
	width:100%;
	justify-content: space-between;
}
.header-box .logo-nav-link .logo{
	width:150px;
}
.header-box .logo-nav-link .logo a{
	display: block;
}
.header-box .logo-nav-link .logo a img{
	width:100%;
	height: auto;
}
.header-box .logo-nav-link .nav-box-link{
	display: flex;
	justify-content:flex-end;
	width:calc(100% - 150px);
	box-sizing:border-box;
	
}
.header-box .logo-nav-link .nav-box-link #menuPc > ul{
	display: flex;
	flex-wrap: wrap;
}
.header-box .logo-nav-link .nav-box-link #menuPc > ul > li{
	margin-right:30px;
}
.header-box .logo-nav-link .nav-box-link #menuPc > ul > li > a{
	font-size: 1.4rem;
	font-weight:500;
	color: #660000;
	transition: all 0.6s;
	display: block;
	position: relative;
	height:90px;
	line-height:90px;
}
.header-box .logo-nav-link .nav-box-link #menuPc > ul > li > a::after{
	content: '';
	width:0;
	height:4px;
	background:#660000;
	position: absolute;
	left:0;
	bottom:10px;
	opacity:0;
	transition: all 0.6s;
}
.header-box .logo-nav-link .nav-box-link #menuPc > ul > li.act > a::after,
.header-box .logo-nav-link .nav-box-link #menuPc > ul > li > a:hover::after{
	width:100%;
	opacity:1;
}
.header-box .logo-nav-link .nav-box-link #menuPc > ul > li > a::before{
	display: block;
	content: attr(title);
	font-weight: bold;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
.header-box .logo-nav-link .nav-box-link #menuPc > ul > li > a:hover{
	font-weight:700;
}
.header-box .logo-nav-link .nav-box-link .link-box{
	display: flex;
	flex-wrap: wrap;
	margin-left:5%;
}
.header-box .logo-nav-link .nav-box-link .link-box a{
	display: inline-block;
	margin-left:24px;
	font-weight:500;
	height:90px;
	line-height:90px;
	position: relative;
	color:#1C1C1C;
	transition: all 0.6s;
}
.header-box .logo-nav-link .nav-box-link .link-box a:hover{
	color: #660000;
}
.child-box{
	position: absolute;
	left:0;
	top:100%;
	z-index:99;
	background:rgba(240, 240, 240, 0.98);
	width:100%;
}
.layvideoplay{ width: 100%; height: 100%;background: #000;}
.child-box .child-wrap{
	padding:5vw 0;
	overflow: hidden;
	display: none;
}
.child-box .child-wrap .m-width-content{
	padding-left:calc((100% - 1080px)/2);
	max-width: inherit;
}
.child-box .child-wrap .m-width-content .ipd-20{padding:0;}
.child-box .child-wrap .child-nav-fixed .pic{
	width:29.6%;
	float:left;
}
.child-box .child-wrap .child-nav-fixed .pic a{display: block;}
.child-box .child-wrap .child-nav-fixed .pic a img{width:100%;height: auto;}
.child-box .child-wrap .child-nav-fixed .c-nav{
	width:65.4%;
	box-sizing:border-box;
	float:left;
	position: relative;
	margin-left:5%;
}
.child-box .child-wrap .child-nav-fixed .c-nav::after{
	content: '';
	width: 100%;
	height: 2px;
	background: #660000;
	position: absolute;
	left:0;
	top:0;
}
.child-box .child-wrap .child-nav-fixed .c-nav ul{
	display: flex;
	flex-wrap: wrap;
	padding:25px 0;
}
.child-box .child-wrap .child-nav-fixed .c-nav ul li{
	width:34%;
	box-sizing:border-box;
	padding:10px 0 10px 40px;
}
.child-box .child-wrap#is .child-nav-fixed .c-nav ul li{width:100%;}
.child-box .child-wrap .child-nav-fixed .c-nav ul li:nth-child(even){
	width:66%;
}
.child-box .child-wrap .child-nav-fixed .c-nav ul li a{
	font-size: 18px;
	font-weight: 700;
	color: #1C1C1C;
	transition: all 0.6s;
}
.child-box .child-wrap .child-nav-fixed .c-nav ul li a:hover{
	color:#660000;
}
.child-box .child-wrap .child-nav-fixed .c-nav ul li a i{
	display: inline-block;
	margin-left:10px;
	transform: translateX(-10px);
	transition: all 0.6s;
	opacity:0;
	color:#660000;
}
.child-box .child-wrap .child-nav-fixed .c-nav ul li a:hover i{
	transform: translateX(0);
	opacity:1;
}


#isear{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #F0F0F0;
	z-index: 33;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s;
	transform: translateY(-10%);
}
#isear.cur{
	opacity: 1;
	visibility: visible;
	transform: translateY(0%);
}
.nav-sear{
	position: relative;
	padding: 0 20%;
}
.nav-sear input{
	height: 36px;
	border: none;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	background: transparent;
	color: #660000;
	font-size: 1.4rem;
	font-weight: 500;

}
.s-form-box input::placeholder{
	color: #660000;
	font-size: 1.4rem;
	font-weight: 500;
}
.s-form-box{
	position: relative;
	padding: 10px 0;

}
.s-form-box button{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.8rem;
	font-weight: bold;
	border: none;
	color: #660000;
	background: transparent;
}
.s-form-box button span{
	padding-right: 26px;
}
.s-form-box .i-close{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	margin-right: -100px;
	cursor: pointer;
	color: #660000;
}
/*header end*/

/*footer start*/
.footer-top{
	background:#660000;
	padding:40px 0 80px;
}
.footer-top .f-logo{
	float:left;
	width:50%;
}
.footer-top .f-logo a{
	display: block;
	width:170px;
}
.footer-top .f-logo a img{
	width:100%;
	height: auto;
}
.footer-top .f-nav{
	float: right;
	display: flex;
	flex-wrap: wrap;
	width:50%;
}
.footer-top .f-nav dl{
	width:50%;
}
.footer-top .f-nav dl dt a{
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
}
.footer-top .f-nav dl dd{
	display: block;
	margin-top:20px;
}
.footer-top .f-nav dl dd a{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
}
.footer-top .f-nav dl dd a:hover{
	text-decoration: underline;
}
.footer-copy{
	padding:25px 0;
	background:#944d4d;
}
.footer-copy .copy-flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer-copy .copy-flex .c-left{
	text-align:left;
	display: none;
}
.footer-copy .copy-flex .c-left a{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	display: inline-block;
	margin-right:20px;
}
.footer-copy .copy-flex .c-right{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	flex: 1;
}
/*footer end*/

/*轮播图start*/
.banner {
	max-width: 100%;
	margin: 0 auto 0;
	width: 100%;
	background: #FFFFFF;
}
.banner .swiper-slide {
	position: relative;
	overflow: hidden;
}
.banner .swiper-slide .bg-box .img-box video {
	position: absolute;
	width:100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	object-fit:cover;
	height:100%;
}
.banner .bg-box {
	position: relative;
	z-index: 1;
	background: #f0f0f0;
	padding-bottom:50px;
}

.banner .bg-box .img-box{
	padding-bottom:37.44791%;
	overflow: hidden;
	position: relative;
}
.banner .swiper-slide-active .img-box{
    	animation: zoomIn ease-out 7s ;
    	/*alternate infinite*/
}
.banner .bg-box .img-box::after{
	content: '';
	width:100%;
	height:50%;
	background:url(../images/banner-png-01.png) no-repeat center bottom;
	position: absolute;
	left:0;
	bottom:-2px;
	z-index:2;
	background-size:100% auto;
}
.banner .swiper-slide .bg-box .img-box img{
	position: absolute;
	width:100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	object-fit:cover;
	height:100%;
}
.banner .banner-content{
	position: absolute;
	left: 0;
	bottom: 0;
	height:100%;
	justify-content: flex-end;
	width: 100%;
	box-sizing:border-box;
	display: flex;
	z-index: 9;
	flex-direction: column;
	transition: all 1.6s;
	opacity:0;
	transform: translateY(20%);
}
.banner .banner-content .m-width-content{
	width:100%;
	padding-right:69px;
	box-sizing:border-box;
}
.banner .banner-content .m-width-content .banner-pop{
	background: rgba(255,255,255,0.7);
	box-sizing:border-box;
	padding:5rem 4rem;
	margin:0 auto;
	position: relative;
	 backdrop-filter: blur(8px); 
}
.banner .ani-slide .banner-content{
	transform: translateY(0);
	opacity:1;
}
.banner .banner-content .m-width-content .banner-pop::after{
	content: '';
	width: 138px;
	height: 138px;
	background: #660000;
	position: absolute;
	right:-69px;
	bottom:0;
	z-index:-1;
}
.banner .banner-content .m-width-content .banner-pop .big-font{
	line-height:1;
	color:#660000;
	
}
.banner .banner-content .m-width-content .banner-pop .big-font span:nth-child(1){
	color:#BC8E51;
	display: block;
	margin-bottom:1.5rem;
}
.banner .banner-content .m-width-content .banner-pop .tips-font{
	font-size: 24px;
	
	color: #1C1C1C;
	margin:20px 0;
}
.more-links a{
	font-size: 16px;
	font-weight: 700;
	color: #660000;
	text-transform: uppercase;
	
}
.more-links a span{
	transition: all 0.4s ease-in;
	display: inline-block;
}
.more-links a i{
	margin-left:20px;
	font-weight:700;
	transition: all 0.4s ease-in;
	display: inline-block;
}
.more-links a:hover span{
	transform: translateX(5px);
}
.more-links a:hover i{
	transform: translateX(-5px);
}
/*轮播图end*/
.inner-banner{
	position: relative;
}
.inner-banner .pic{
	overflow: hidden;
}
.inner-banner .pic .img-box{
	padding-bottom:39.375%;
	animation: zoomIn ease-out 5s;
}
.inner-banner.link-banner .pic .img-box{
	padding-bottom:26.66666%;
}
@-webkit-keyframes zoomIn {
	from {
	  opacity: 0.9;
	  -webkit-transform: scale3d(1.3, 1.3, 1.3);
	  transform: scale3d(1.3, 1.3, 1.3);
	}
	50% {
	  opacity: 1;
	}
}
@keyframes zoomIn {
	from {
	  opacity: 0.9;
	  -webkit-transform: scale3d(1.3, 1.3, 1.3);
	  transform: scale3d(1.3, 1.3, 1.3);
	}
	50% {
	  opacity: 1;
	}
}
.inner-banner .in-content{
	position: absolute;
	left:0;
	top:90px;
	width:100%;
	height:calc(100% - 90px);
	z-index:3;
}
.inner-banner .in-content .m-width-wrap{width:100%;height:100%;}
.inner-banner .in-content .ipd-20{
	height:100%;
	display:flex;
	justify-content: center;
	flex-direction: column;
}
.inner-banner .in-content .pop{
	position: relative;
    width:55%;
	height:70%;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-webkit-animation-duration: 1.6s;
	animation-duration: 1.6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	backdrop-filter: blur(8px);

	
}
.inner-banner .in-content .pop .pop-inner{
	background: rgba(255,255,255,0.65);
	box-sizing: border-box;
	padding: 10px 40px;
	backdrop-filter: blur(8px);
	width:100%;
	height: 100%;
	display: flex;
	align-items:center;
}
.inner-banner .in-content .pop::before{
	content: '';
	width: 138px;
	height: 138px;
	background: #660000;
	position: absolute;
	right:-60px;
	bottom:0;
	z-index:-1;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-duration: 1.0s;
	animation-duration: 1.0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.inner-banner.art-banner .in-content .pop::before{
	bottom: auto;
	top:50%;
	margin-top:-69px;
}
.inner-banner .in-content .pop h6{
	color:#660000;
	line-height:1.1;
	
}
.crumbs-box .crumbs-flex{
	height:47px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.crumbs-box a {
	font-size:12px;
	color: #000;
	display: inline-block;
	transition: all 0.4s;
}
.crumbs-box a:hover {
	color: #660000;
}
.crumbs-box i {
	display: inline-block;
	color: #000;
	padding-right:5px;
	font-size:1.2rem;
}

.crumbs-box span {
	font-weight:700;
	color:#000;
}

/*公共样式定义 start*/
/*例如,统一间距,统一字体,统一大小写,统一最大距离*/
.ipd-20 {
	padding:0 20px;
}

/* 内容区域宽度+40px */
.m-width-wrap{
	max-width:1340px;
	margin:0 auto;
}
.m-width-content {
	max-width: 1120px;
	margin: 0 auto;
}

/*置顶按钮 start*/
#toTop {
	width: 40px;
	height: 40px;
	left: 20px;
	bottom: 20px;
	position: fixed;
	z-index: 999;
	background: #C1272D;
}

/*置顶按钮 end*/
/* 标签切换 */
.con-box .con{display: none;}
.con-box .con.act{display: block;}
/* 按钮hover */
.hc-bt{
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgb(0 0 0 / 0%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}
.hc-bt:after {
	content: '';
	border-radius: 40px;
	position: absolute;
	border: #C1272D solid 6px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
.hc-bt:hover::after{
	animation-name: hvr-ripple-out;
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
/*公共样式定义 end*/
.index-global{
	background:#f0f0f0;
	padding:70px 0;
}
.index-tit h6{
	font-weight: 300;
	color: #660000;
	text-transform:capitalize;
}
.index-tips-link{
	margin-top:20px;
	display: flex;
	flex-wrap: wrap;
}
.index-tips-link .tips{
	width:70%;
}
.index-tips-link .more-links{
	width:30%;
	text-align: right;
}
.index-global .i-g-tab-con{
	margin-top:40px;
}
.index-global .i-g-tab-con .i-g-tab{
	border-left:1px solid #BC8E51;
	box-sizing:border-box;
	width:45%;
	float:left;
}
.index-global .i-g-tab-con .i-g-tab a{
	display: block;
	font-size: 24px;
	font-weight: 700;
	color: #121212;
	padding:20px 0 20px 55px;
	transition: all 0.6s;
	position: relative;
	line-height:1;
}
.index-global .i-g-tab-con .i-g-tab a::after{
	content: '';
	width: 30px;
	height: 30px;
	background: #660000;
	position: absolute;
	left:-15px;
	top:50%;
	margin-top:-15px;
	opacity:0;
	transform: translateX(15px);
	transition: all 0.6s;
}
.index-global .i-g-tab-con .i-g-tab a:hover ,
.index-global .i-g-tab-con .i-g-tab a.act{
	color: #660000;
}
.index-global .i-g-tab-con .i-g-tab a.act::after{
	opacity:1;
	transform: translateX(0);
}
.index-global .i-g-tab-con .i-g-con{
	width:50%;
	padding-left:5%;
	float:right;
}
.index-global .i-g-tab-con .i-g-con .con-box .con{
	display:none;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.index-global .i-g-tab-con .i-g-con .con-box .con.act{
	display: block;
}
.index-global .i-g-tab-con .i-g-con .con-box .con .pic-text .pic img{
	width:100%;
	height:auto;
}
.index-global .i-g-tab-con .i-g-con .con-box .con .pic-text .text{
	padding:30px 40px;
	background:#eeece6;
	font-size: 3.2rem;
	font-weight: 300;
	color: #660000;
}
.index-global .i-g-tab-con .i-g-con .con-box .con .pic-text .text i{
	font-size:3.4rem;
	margin-right:30px;
}
.index-wwd{
	background-position:center bottom;
	padding:70px 0 37vh;
	position: relative;
	background-repeat: no-repeat;
}
.index-wwd::after {
    content: '';
    width: 100%;
    height:37vh;
    background: url(../images/banner-png-01.png) no-repeat center bottom;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 2;
    background-size: 100% auto;
}
.index-wwd-list{
	padding:70px 5% 70px 0;
}
.index-wwd-list .swiper-slide{
	margin-top:0 !important;
}
.index-wwd-list .swiper-slide .ss-inner{
	padding-bottom:100%;
	position: relative;
	transition: all 0.6s;
	background:transparent;
}
.index-wwd-list .swiper-slide:hover .ss-inner{
	background:#660000;
}
.index-wwd-list .swiper-slide a{
	width:100%;
	position: absolute;
	left:0;
	top:0;
	display: block;
	padding:20px 0;
	border-top:2px solid #BC8E51;
	font-size: 18px;
	font-weight: 400;
	color: #660000;
	line-height: 27px;
	box-sizing:border-box;
	transition: all 0.6s;
}
.index-wwd-list .swiper-slide:hover a{
	border-top-color:#660000;
	color:#fff;
	padding:20px;
}
.index-wwd-list .swiper-pagination{display: none;}
.index-wwd-list .more-links{display: none;}
.index-wwd-number{
	padding:0 5%;
	display: flex;
	flex-wrap: wrap;
}
.index-wwd-number .in-item{
	width:50%;
}
.index-wwd-number .in-item:first-child{
	padding-top:10%;
}
.index-wwd-number .in-item .big{
	font-weight: 700;
	color: #660000;
	line-height:1.1;
}
.index-wwd-number .in-item .tips{
	font-size: 24px;
	font-weight: 300;
	color: #660000;
	line-height: 34px;
}
.index-sust-inv{
	background-color:#f0f0f0;
	background-position:center;
	background-repeat: no-repeat;
}
.index-sust-inv .more-links.wap{display: none;}
.index-sust-inv .sust-box{
	padding:50px 5% 0 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.index-sust-inv .sust-box .pic-box{
	width:50%;
	position: relative;
}
.index-sust-inv .sust-box .pic-box .pic{
	position: relative;
	z-index:2;
}
.index-sust-inv .sust-box .pic-box .pic::after{
	content: '';
	width: 120px;
	height: 120px;
	background: #660000;
	opacity: 1;
	right:-60px;
	bottom:0;
	position: absolute;
	z-index:-1;
}
.index-sust-inv .sust-box .pic-box .pic a{
	display: block;
}
.index-sust-inv .sust-box .pic-box .pic a img{
	width:100%;
	height: auto;
}
.index-sust-inv .sust-box .pic-box .text{
	position: absolute;
	left:0;
	bottom:0;
	padding:30px;
	z-index:3;
}
.index-sust-inv .sust-box .pic-box .text .t{
	font-size: 20px;
	font-weight: 700;
	color: #FFFFFF;
	transition: all 0.6s;
}
.index-sust-inv .sust-box .pic-box .text .t:hover{
	color: #660000;
}
.index-sust-inv .sust-box .pic-box .text p{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
}
.index-sust-inv .sust-box .text-box{
	width:50%;
	box-sizing:border-box;
	padding-left:10%;
}
.index-sust-inv .sust-box .text-box .t{
	color: #660000;
	font-weight:300;
	line-height:1;
}
.index-sust-inv .sust-box .text-box  .tips{
	font-size: 24px;
	color: #000000;
	line-height: 34px;
	margin:50px 0;
}
.index-sust-inv .inv-box{
	padding:150px 10%;
}
.index-sust-inv .inv-box .inv-tit{
	position: relative;
}
.index-sust-inv .inv-box .inv-tit h6{
	font-weight:300;
	color:#660000;
}
.index-sust-inv .inv-box .inv-tit .more-links{
	position: absolute;
	right:0;
	top:50%;
	transform: translateY(-50%);
}
.index-sust-inv .inv-box .inv-list{
	margin-top:55px;
}
.index-sust-inv .inv-box .inv-list ul{
	display: flex;
	flex-wrap: wrap;
}
.index-sust-inv .inv-box .inv-list ul li{
	background: #FFFFFF;
	box-shadow: 0px 10px 35px 0px rgba(134,134,134,0.15);
	width:45%;
	box-sizing:border-box;
	padding:25px;
}
.index-sust-inv .inv-box .inv-list ul li:first-child{
	margin-right:10%;
}
.index-sust-inv .inv-box .inv-list ul li .tag-time{
	display: block;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.index-sust-inv .inv-box .inv-list ul li .tag-time .tag{
	width: auto;
	height: 50px;
	background:rgba(102, 0, 0, 0.1);
	text-align: left;
	line-height:50px;
	font-size: 20px;
	font-weight: 700;
	padding: 0 20px;
	color: #660000;
	
}
.index-sust-inv .inv-box .inv-list ul li .tag-time .time{
	font-size: 36px;
	font-weight: 300;
	padding: 0 20px;
	color: #808080;
}
.index-sust-inv .inv-box .inv-list ul li .number-key{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	padding:50px 0;
}
.index-sust-inv .inv-box .inv-list ul li .number-key .f-86{
	font-weight: 700;
	color: #660000;
	line-height:1;
}
.index-sust-inv .inv-box .inv-list ul li .number-key i{
	font-size: 24px;
	font-weight: 700;
	color: #1C1C1C;
	line-height: 32px;
}
.index-join .bg-pic{background:#fff;}
.index-join .bg-pic img{width:100%;height:auto;}
.index-join .in-join-tit{
	max-width:660px;
	margin:0 auto 80px;
	text-align: center;
}
.index-join .in-join-tit h6{
	font-weight: 300;
	color: #660000;
}
.index-join .in-join-tit p{
	font-size: 24px;
	color: #000000;
	line-height: 29px;
	padding:35px 0;
}
.index-join{
	padding-bottom:120px;
	background:#f0f0f0;
}
.index-join .index-join-wrap{
	background-position:center bottom;
	background-repeat:no-repeat;
	background-color:#fff;
	position: relative;
}
.index-join .index-join-wrap::after{
	content: '';
	position: absolute;
	left:0;
	top:0;
	background: linear-gradient(180deg, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
	width:100%;
	height:100%;
	z-index:0;
}
.index-join .index-join-wrap .m-width-wrap{
	position: relative;
	z-index:3;
}
.index-join .in-join-list{
	transform: translateY(120px);
}
.index-join .in-join-list .swiper-slide .ss-inner{
	padding-bottom:100%;
	position: relative;
	background:rgba(255, 255, 255, 0.78);
	transition: all 0.6s;
	backdrop-filter: blur(8px);
}
.index-join .in-join-list .swiper-slide:hover .ss-inner{
	background:rgba(102, 0, 0, 0.78);
}
.index-join .in-join-list .swiper-slide a{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding:20px;
	box-sizing:border-box;
}
.index-join .in-join-list .swiper-slide a b{
	display: flex;
	align-items: center;
	font-size: 34px;
	font-weight: 400;
	color: #660000;
	transition: all 0.6s;
}
.index-join .in-join-list .swiper-slide a span{
	font-size: 16px;
	font-weight: 400;
	color: #660000;
	
	transition: all 0.6s;
}
.index-join .in-join-list .swiper-slide:hover a b{color: #fff;}
.index-join .in-join-list .swiper-slide:hover a span{color: #fff;}
.index-insights{
	padding:70px 0;
	background:#f0f0f0;
}
.content-investor-state{ padding-bottom:80px;}
.index-insights .big-news{
	position: relative;
	margin-top:30px;
}
.index-insights .big-news .big-pic{
	position: relative;
}
.index-insights .big-news .big-pic {
	display: block;
	padding-top:58% ;
}
.index-insights .big-news .big-pic a img{
	width:100%;
	height: 100%;
	object-fit: cover;
	position: absolute; 
	left: 0; top: 0;
}
.index-insights .big-news .big-text{
	position: absolute;
	right:0;
	top:0;
	height:100%;
	width:53%;
	background:rgba(0, 0, 0, 0.3);
	box-sizing:border-box;
	padding:50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.index-insights .big-news .big-text .tit{
	border-bottom:4px solid #fff;
	padding-bottom:30px;
}
.index-insights .big-news .big-text .tit a{
	font-weight: 400;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height:1.2;
	height:3.6em;
}
.index-insights .big-news .big-text .play{
	margin-top:40px;
}
.index-insights .big-news .big-text .play a{
	width: 86px;
	height: 86px;
	background:rgba(255, 255, 255, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius:50%;
}
.in-join-list .swiper-pagination{display: none;}
.index-insights .news-list{
	margin:18px -35px 0;
}
.index-insights .news-list .swiper-container{
	padding:0 35px;
}
.index-insights .news-list .swiper-slide{
	background: #FFFFFF;
	box-shadow: 0px 10px 35px 0px rgba(134,134,134,0.15);
}
.index-insights .news-list .pic .img-box{
	padding-bottom:58.85714%;
	overflow: hidden;
}
.index-insights .news-list .pic .img-box img{
	transition: all 0.6s;
}
.index-insights .news-list .pic .img-box:hover img{
	transform: scale(1.15);
}
.index-insights .news-list .text{
	padding:0 20px;
}
.index-insights .news-list .text .tag{
	font-size: 14px;
	font-weight: 700;
	color: #BC8E51;
	text-transform: uppercase;
	padding:10px 0;
}
.index-insights .news-list .text .t{
	font-size: 32px;
	font-weight: 300;
	color: #660000;
	line-height:1.2;
	height:3.6em;
}
.index-insights .news-list .text .t:hover{
	/* text-decoration: underline; */
}
.index-insights .news-list .text .time{
	font-size: 14px;
	font-weight: 400;
	color: #181717;
	padding:10px 0;
}
.index-insights .news-list .swiper-pagination{display: none;}
.index-insights .news-list .more-links{display: none;}
.over-tips{
	background-color:#F0F0F0;
	padding:50px 0;
	background-repeat:no-repeat;
	background-position:center;
}
.over-tips .text{
	background: #FFFFFF;
	padding:30px 60px;
	font-size: 2.4rem;
	font-weight: 400;
	color: #1C1C1C;
}
.gover-box{
	padding:50px 0;
}
.sust-tit{
	position: relative;
}
.sust-tit h6{
	font-weight:300;
	color: #660000;
	
	max-width:60%;
	line-height:1.3;
}
.sust-tit .more-links{
	position: absolute;
	right:0;
	top:1em;
}
.gover-box .gover-fiexd{
	margin-top:20px;
}
.gover-fiexd .text{
	float:left;
	width:50%;
	box-shadow: 0px 10px 35px 0px rgba(134,134,134,0.15);
	box-sizing:border-box;
	padding:35px 25px;
	font-size: 18px;
	font-weight: 400;
	color: #000000;
}
.gover-fiexd .pic{
	width:45%;
	float:right;
}
.gover-fiexd .pic img{width:100%;height: auto;}
.practices-box{
	background:#f0f0f0;
	padding:70px 0;
}
.practices-box .sust-list{
	margin-top:30px;
}
.practices-box .sust-list .swiper-slide{
	background: rgba(255,255,255,0.85);
	margin-top:25px !important;
}
.practices-box .sust-list .img-box{
	padding-bottom:77.55905%;
}
.practices-box .sust-list .text .tit{
	font-size:3.4rem;
	font-weight: 700;
	color: #660000;
	padding:25px;
	display: block;
}
.practices-box .sust-list .swiper-pagination{display: none;}
.practices-box .sust-list .more-links{display: none;}
.partnerships-box{
	padding:50px 0 70px;
	background-position:center 5%;
	background-repeat:no-repeat;
}
.partnerships-box .part-list{
	margin:30px -35px -35px;
}
.partnerships-box .part-list .swiper-container{
	padding:0 35px 35px;
}
.partnerships-box .part-list .swiper-slide{
	background: #FFFFFF;
	box-shadow: 0px 10px 35px 0px rgba(134,134,134,0.15);
	box-sizing:border-box;
	padding:20px;
	height: auto;
}
.partnerships-box .part-list .swiper-slide .icon-box a{
	display: block;
	text-align: center;
}
.partnerships-box .part-list .swiper-slide .icon-box a img{
	max-width:100%;
	height: auto;
}
.partnerships-box .part-list .swiper-slide .text{
	font-size: 18px;
	font-weight: 700;
	color: #1C1C1C;
	margin-top:20px;
}
.partnerships-box .part-list .swiper-pagination{display: none;}
.partnerships-box .part-list .more-links{display: none;}
.reports-box{
	background: #f0f0f0;
	padding:50px 0;
}
.reports-box .more-links{display: none;}
.reports-box .reports-text{
	margin-top:50px;
	background: #FFFFFF;
	padding:50px;
	text-align: center;
}
.reports-box .reports-text .text{
	max-width:600px;
	margin:0 auto 20px;
	font-size: 3.4rem;
	color: #121212;
}
.reports-box .reports-text .more{
	width: 153px;
	height: 48px;
	background: #BC8E51;
	text-align: center;
	line-height:48px;
	font-size: 1.6rem;
	font-weight: 700;
	color: #FFFFFF;
	display: block;
	text-transform: uppercase;
	margin:0 auto;
	transition: all 0.6s;
}
.reports-box .reports-text .more:hover{
	background:#660000;
}
.responsible-box{
	padding:30px 0 70px;
}
.responsible-box .sbp-tit p{
	/*display: none;*/
}
.sbp-tit{
	padding:40px 0;
}
.sbp-tit h6{
	font-weight:300;
	color: #660000;
}
.responsible-box .rsble-box .rsble-tab{
	width:41%;
	float:left;
}
.responsible-box .rsble-box .rsble-tab .swiper-slide a{
	font-size: 2.4rem;
	font-weight: 400;
	color: #414141;
	line-height: 36px;
	display: inline-block;
	position: relative;
	padding-bottom:10px;
	transition: all 0.6s;
}
.responsible-box .rsble-box .rsble-tab .swiper-slide a::after{
	content: '';
	width:0;
	opacity:0;
	height:6px;
	background:#660000;
	position: absolute;
	left:0;
	bottom:0;
	transition: all 0.6s;
}
.responsible-box .rsble-box .rsble-tab .swiper-slide.act a::after{
	width:100%;
	opacity:1;
}
.responsible-box .rsble-box .rsble-tab .swiper-slide.act a{
	color: #660000;
	font-weight:700;
}
.responsible-box .rsble-box .rsble-con{
	width:59%;
	float:right;
}
.responsible-box .rsble-box .rsble-con .swiper-slide .text{
	background: #F0F0F0;
	padding:20px 30px;
	font-size: 1.8rem;
	font-weight: 400;
	color: #1C1C1C;
}
.envi-box{
	background:#f0f0f0;
	padding:70px 0;
}
.envi-box .envi-flex{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: row-reverse;
}
.envi-box .envi-flex .text{
	width:60%;
	margin-left:5%;
}
.envi-box .envi-flex .text .t h6{
	font-weight: 400;
	color: #660000;
}
.envi-box .envi-flex .text .edit-box{
	margin-top:30px;
	font-size: 2.4rem;
	font-weight: 700;
	color: #1C1C1C;
}
.envi-box .envi-flex .pic{
	width:35%;
}
.envi-box .envi-flex .pic img{
	width:100%;
	height: auto;
}
.our-peple-box{
	padding:30px 0 70px;
}
.our-peple-box .our-peple-flex{
	display: flex;
	flex-wrap: wrap;
}
.our-peple-box .our-peple-flex .text{
	width:50%;
	box-shadow: 0px 10px 35px 0px rgba(134,134,134,0.15);
	padding:25px;
	font-size: 1.8rem;
	font-weight: 400;
	color: #000000;
	box-sizing:border-box;
}
.our-peple-box .our-peple-flex .pic{
	width:45%;
	margin-left:5%;
}
.our-peple-box .our-peple-flex .pic img{
	width:100%;
	height: auto;
}
.comeng-box{
	background:#f0f0f0;
	padding:30px 0 70px;
}
.comeng-box .sbp-tit h6{
	font-weight:400;
}
.comeng-box .b{
	font-size: 2.4rem;
	font-weight: bold;
	color: #1C1C1C;
	margin-bottom:20px;
}
.comeng-box .ce-tit{
	padding:20px 0;
}
.comeng-box .ce-tit h6{
	font-size: 34px;
	font-weight: 700;
	color: #BC8E51;
}
.comeng-box .text{
	font-size: 2.4rem;
	font-weight: 400;
	color: #1C1C1C;
}
.comeng-box .text a{
	font-weight:700;
	color:#000;
	text-decoration:underline;
	font-size: 2.4rem;
}
.comeng-box .icon-list{
	padding:20px 0;
}
.comeng-box .icon-list ul li{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom:20px;
}
.comeng-box .icon-list ul li .tips{
	display: inline-block;
	border-bottom:1px solid #808080;
	font-size: 1.8rem;
	font-weight: 700;
	color: #660000;
	padding:10px 0;
	margin-left:20px;
}
.sbp-photo{background:#f0f0f0;}
.sbp-photo .swiper-container{
	max-width:100%;
	margin:0 auto;
}
.sbp-photo .swiper-slide .pic{
	position: relative;
	overflow: hidden;
	display: block;
}
.sbp-photo .swiper-slide .pic .img-box{
	padding-bottom:64.09185%;
}
.sbp-photo .swiper-slide .pic .text{
	position: absolute;
	left:0;
	bottom:0;
	z-index:3;
	height:50%;
	background:rgba(102, 0, 0, 0.65);
	box-sizing:border-box;
	padding:15px;
	width:100%;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	opacity:0;
	transform: translateY(100%);
	transition: all 0.6s;
}
.sbp-photo .swiper-slide .pic .text::after{
	content: '';
	width:100%;
	height:55px;
	position: absolute;
	left:0;
	top:-55px;
	background:url(../images/sbp-photo-text-bg.png) no-repeat center bottom;
	background-size:100% auto;
}
.sbp-photo .swiper-slide:hover .pic .text{
	transform: translateY(0);
	opacity:1;
}
.sbp-photo .swiper-slide .pic .text .text-inner{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
}
.sbp-photo .swiper-slide .pic .text .t{

	font-size: 18px;
	font-weight: 700;
	color: #FFFFFF;
	box-sizing:border-box;
	padding:0 20px;
	line-height: 1.2;
}
.sbp-photo .swiper-slide .pic .text .s{
	width:30%;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	text-align: right;
	display: none;
}
.high-box{
	padding:50px 0;
	background:#f0f0f0;
}
.high-box .high-text{
	background:#fff;
	padding:40px 0;
}
.high-box .high-text .high-tit h6{
	font-size: 3.4rem;
	font-weight: 700;
	color: #BC8E51;
}
.high-box .high-text .high-list{
	margin-top:20px;
}
.high-box .high-text .high-list ul{
	display:flex;
	flex-wrap: wrap;
}
.high-box .high-text .high-list ul li{
	width:40%;
	margin-bottom:20px;
	border-bottom:1px solid rgba(135, 126, 120, 0.3);
}
.high-box .high-text .high-list ul li:nth-child(even){
	margin-left:20%;
}
.high-box .high-text .high-list ul li .b{
	font-size: 34px;
	font-weight: 700;
	color: #181717;
}
.high-box .high-text .high-list ul li .tips{
	font-size: 1.8rem;
	font-weight: 400;
	color: #877E78;
}
.rci-box{
	padding:30px 0 70px;
}
.rci-box .ric-text{
	margin-top:30px;
	background: #F0F0F0;
	padding:40px 80px;
	font-size: 1.8rem;
	font-weight: 400;
	color: #000000;
	line-height: 27px;
}
.rci-box .ric-text a{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	font-size: 1.8rem;
}
.our-recent-box{
	background:#f0f0f0;
	padding:0 0 45px;
}
.rai-tit{
	padding:40px 0;
}
.rai-tit h6{
	font-weight:300;
	
	color: #660000;
}


.or-list .swiper-slide{
	padding-top:2em;
	margin-top:2em !important;
	border-top:1px solid #808080;
}
.or-list .swiper-slide:first-child{
	padding-top:0;
	margin-top:0 !important;
	border-top:none;
}
.or-list .swiper-slide .ss-flex{
	display: flex;
	flex-wrap: wrap;
}
.or-list .swiper-slide .ss-flex .pic{
	width:22%;
	height: 20em;
}
.or-list .swiper-slide .ss-flex .pic img{
	width:100%;
	height: 100%;
	object-fit:contain;
}
.or-list .swiper-slide .ss-flex .text{
	flex: 1;
	padding:0 5% 0 25px;
	box-sizing:border-box;
}
.or-list .swiper-slide .ss-flex .text .tips{
	font-size: 1.8rem;
	font-weight: 400;
	color: #000000;
	margin-top: 10px;
}
.or-list .swiper-slide .ss-flex .text .time{
	font-size: 1.8rem;
	font-weight: 400;
	color: #000000;
	margin:10px 0;
}
.esg-box{
	padding:0 0 70px;
}
.esg-box .esg-wrap{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.esg-box .esg-wrap .esg-pdf-big{
	width:27.5%;
}
.esg-box .esg-wrap .esg-pdf-big .big-pdf{
	position: relative;
}
.esg-box .esg-wrap .esg-pdf-big .big-pdf .pic img{
	width:100%;
	height: auto;
}
.esg-box .esg-wrap .esg-pdf-big .big-pdf .text{
	background: rgba(255,255,255,0.85);
	position: absolute;
	z-index:3;
	left:0;
	bottom:0;
	width:100%;
	box-sizing:border-box;
	padding:12px;
}
.esg-box .esg-wrap .esg-pdf-big .big-pdf .text .t{
	font-size: 1.6rem;
	font-weight: 700;
	color: #121212;
}
.esg-box .esg-wrap .esg-pdf-big .big-pdf .text .size{
	font-size: 1.2rem;
	font-weight: 500;
	color: #877E78;
}
.esg-box .esg-wrap .esg-pdf-big .big-pdf .text .down{
	width: 130px;
	margin-top:10px;
	height: 58px;
	background: #BC8E51;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	display:flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	color: #FFFFFF;
	transition: all 0.6s;
}
.esg-box .esg-wrap .esg-pdf-big .big-pdf .text .down:hover{
	background:#660000;
}
.esg-box .esg-wrap .esg-pdf-big .big-pdf .text .down i{
	font-size:2.4rem;
	margin-right:20px;
	font-weight:300;
}
.esg-box .esg-wrap .esg-pdf-list{
	width:72.5%;
	box-sizing: border-box;
	padding-left:15%;
}
.esg-box .esg-wrap .esg-pdf-list table{
	width:100%;
}
.esg-box .esg-wrap .esg-pdf-list table tr{
	border-bottom:1px solid #EFEFEF;
}
.esg-box .esg-wrap .esg-pdf-list table tr td{
	padding:5px 0;
}
.esg-box .esg-wrap .esg-pdf-list table tr td:nth-child(1){
	width:calc(100% - 260px);
}
.esg-box .esg-wrap .esg-pdf-list table tr td:nth-child(2){
	width:130px;
}
.esg-box .esg-wrap .esg-pdf-list table tr td:nth-child(3){
	width:130px;
}
.esg-box .esg-wrap .esg-pdf-list .t{
	font-size: 1.6rem;
	font-weight: 700;
	color: #121212;
	display: block;
}
.esg-box .esg-wrap .esg-pdf-list .size{
	font-size: 1.2rem;
	font-weight: 500;
	color: #877E78;
	padding-left:20px;
}
.esg-box .esg-wrap .esg-pdf-list .down{
	width: 130px;
	height: 58px;
	background: #BC8E51;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	display:flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	color: #FFFFFF;
	transition: all 0.6s;
}
.esg-box .esg-wrap .esg-pdf-list .down:hover{
	background:#660000;
}
.esg-box .esg-wrap .esg-pdf-list .down i{
	font-size:2.4rem;
	margin-right:20px;
	font-weight:300;
}
.news-big{
	padding:50px 0 25px;
}
.news-big .big-news{
	position: relative;
}
.news-big .nbig-swiper{
	position: relative;
}
.news-big .big-news .big-pic{
	position: relative;
}
.news-big .big-news .big-pic {
	display: block;
	padding-top: 58%;
}
.news-big .big-news .big-pic a{ position: absolute; width: 100%; height: 100%; left: 0; top: 0;}
.news-big .big-news .big-pic a img{
	width:100%;
	height: 100%;
	object-fit: cover;
}
.news-big .big-news .big-text{
	position: absolute;
	right:0;
	top:0;
	height:100%;
	width:53%;
	background:rgba(0, 0, 0, 0.3);
	box-sizing:border-box;
	padding:50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.news-big .big-news .big-text .tit{
	border-bottom:4px solid #fff;
	padding-bottom:30px;
}
.news-big .big-news .big-text .tit a{
	font-weight: 400;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height:1.2;
	height:3.6em;
}
.news-big .big-news .big-text .play{
	margin-top:40px;
}
.news-big .big-news .big-text .play a{
	width: 86px;
	height: 86px;
	background:rgba(255, 255, 255, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius:50%;
}


.nbig-swiper .swiper-button-next, .nbig-swiper .swiper-button-prev{
	width: 60px;
	height: 60px;
	background: #BC8E51;
	border-radius:50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#fff;
}
.nbig-swiper .swiper-button-prev{
	left:-23px;
}
.nbig-swiper .swiper-button-next{
	right:-23px;
}
.nbig-swiper .swiper-pagination{
	margin-top:50px;
	display: block;
	text-align: center;
	width:100%;
	position: relative;
}
.nbig-swiper .swiper-pagination-bullet{
	width:15px;
	height:15px;
	margin:0 5px;
	background: rgba(196,196,196,0.5);
	opacity:1;
}
.nbig-swiper .swiper-pagination-bullet-active{
	background:rgba(102, 0, 0, 1);
}
.all-insights{
	padding:30px 0 0;
	background:#f0f0f0;
}
.all-insights .all-ins-tit{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.all-insights .all-ins-tit h6{
	font-weight:300;
	color: #660000;
}
.all-insights .all-ins-tit .select-box{
	display: flex;
	flex-wrap: wrap;
}
.all-insights .all-ins-tit .select-box .select-item{
	width:198px;
	margin-left:25px;
}

.all-insights .all-ins-tit .select-box .select-item .layui-input-block{margin-left:0;}
.all-insights .all-ins-tit .select-box .select-item .label{
	font-size: 1.4rem;
	font-weight: 500;
	color: #333333;
	margin-bottom:5px;
}
.all-insights .all-ins-tit .select-box .select-item .layui-input{
	width: 100%;
	height: 51px;
	line-height:51px;
	background: #EEEEEE;
	border: 1px solid #999999;
}
.all-insights .all-ins-tit .select-box .select-item .layui-input:hover{
	border-color:#999999 !important;
}

.all-news-list{
	margin:18px -35px 0;
}
.all-news-list .swiper-container{
	padding:0 35px;
}
.all-news-list .swiper-slide{
	background: #FFFFFF;
	box-shadow: 0px 10px 35px 0px rgba(134,134,134,0.15);
}
.all-news-list .pic .img-box{
	padding-bottom:58.85714%;
	overflow: hidden;
}
.all-news-list .pic .img-box img{
	transition: all 0.6s;
}
.all-news-list .pic .img-box:hover img{
	transform: scale(1.15);
}
.all-news-list .text{
	padding:0 20px;
}
.all-news-list .text .tag{
	font-size: 14px;
	font-weight: 700;
	color: #BC8E51;
	text-transform: uppercase;
	padding:10px 0;
}
.all-news-list .text .t{
	font-size: 32px;
	font-weight: 300;
	color: #660000;
	line-height:1.2;
	height:3.6em;
}
.all-news-list .text .time{
	font-size: 14px;
	font-weight: 400;
	color: #181717;
	padding:10px 0;
}
.all-news-text-list{
	margin-top:40px;
}
.all-news-text-list ul li{
	padding:15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.all-news-text-list ul li:nth-child(odd){
	background:#fff;
}
.all-news-text-list ul li .tit{
	font-size: 1.8rem;
	font-weight: 400;
	color: #660000;
	display: block;
	width:calc(100% - 140px);
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/
	/*white-space: nowrap;*/
	transition: all 0.6s;
}
.all-news-text-list ul li .tit:hover{
	color:#bc8e51;
}
.all-news-text-list ul li .cate-time{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width:120px;
	margin-left:20px;
}
.all-news-text-list ul li .cate-time .cate{
	font-size: 1.2rem;
	font-weight: 400;
	color: #BC8E51;
}
.all-news-text-list ul li .cate-time .time{
	font-size: 1.2rem;
	font-weight: 700;
	color: #CDAC83;
}
.insights-footer{
	padding:100px 0;
	background: rgba(255,255,255,0.88);
}
.insights-footer .insi-footer-flex{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.insights-footer .insi-footer-flex .text{
	width:50%;
	font-weight: 700;
	color: #121212;
	font-size:3.2rem;
}
.insights-footer .insi-footer-flex .form-box{
	width:42%;
	margin-left:8%;
}
.insights-footer .insi-footer-flex .form-box .input-box input{
	width:100%;
	height: 40px;
	line-height:40px;
	border-width:1px;
	border-color:transparent transparent #BC8E51 transparent;
	border-style:solid;
}
.insights-footer .insi-footer-flex .form-box .input-box input::placeholder{
	font-size: 1.6rem;
	font-weight: 300;
	color: #660000;
}
.insights-footer .insi-footer-flex .form-box .tips{
	padding:20px 0 30px;
	font-size: 2.4rem;
	font-weight: 400;
	color: #660000;
}
.insights-footer .insi-footer-flex .form-box .submit button{
	width: 171px;
	height: 58px;
	background: #BC8E51;
	border:none;
	text-align: center;
	line-height:58px;
	font-size: 1.6rem;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	transition: all 0.6s;
}
.insights-footer .insi-footer-flex .form-box .submit button:hover{
	background:#660000;
}
.insights-footer .insi-footer-flex .form-box .submit button i{
	font-size:2.0rem;
	margin-left:25px;
}
.article-detail-text-height{
	height:90px;
	width:100%;
}
.adt-bg{
	background:#f0f0f0;
}
.article-detail-text-box{
	background:#f0f0f0;
}
.article-detail-text-box .adt-edit{
	background: #FFFFFF;
	box-shadow: 0px 10px 35px 0px rgba(134,134,134,0.15);
	padding:40px 50px;
}
.article-detail-text-box .adt-edit .by-time{
	font-size: 2.4rem;
	font-weight: 400;
	color: #660000;
}
.article-detail-text-box .adt-edit .tit{
	padding:15px 0 50px;
}
.article-detail-text-box .adt-edit .tit h6{
	font-size: 34px;
	font-weight: 700;
	color: #660000;
}
.article-detail-text-box .adt-edit .edit-box{
	font-size: 1.8rem;
	font-weight: 400;
	color: #6A6A6A;
}
.article-detail-text-box .adt-edit .edit-box b{
	font-size: 2.4rem;
	font-weight: 700;
	color: #414141;
}
.article-detail-text-box .adt-edit .edit-box img{
	max-width:100%;
	height: auto;
}
@media screen and (max-width: 1000px) {
	.article-detail-text-box .adt-edit .edit-box img{ height: auto !important;}
}

.article-detail-text-box .adt-back{
	padding:40px 0 70px;
}
.article-detail-text-box .adt-back a{
	font-size: 1.8rem;
	font-weight: 700;
	color: #660000;
}
.article-detail-text-box .adt-back a i{
	font-weight:700;
}
.adt-image .by-time{
	font-size: 2.4rem;
	font-weight: 400;
	color: #660000;
}
.adt-image .tit{
	padding:30px 0 0;
}
.adt-image .tit h6{
	font-size: 30px;
	font-weight: 700;
	color: #660000;
}
.wap-block{display: none;}





















@media screen and (max-width: 1600px) {
	.inner-banner .in-content .pop::before{
		content: '';
		width: 100px;
		height: 100px;
		background: #660000;
		position: absolute;
		right:-40px;
		bottom:0;
		z-index:-1;
	}
	.inner-banner.art-banner .in-content .pop::before{
		width: 100px;
		height: 100px;
		background: #660000;
		position: absolute;
		right:-40px;
		margin-top:-50px;
	}
	
	
}

@media screen and (max-width: 1500px) {
.banner .bg-box .img-box{ padding-bottom: 44%;}
}
@media screen and (max-width: 1430px) {
	.m-width-wrap{max-width:1200px;}
	.header-box .logo-nav-link .nav-box-link .link-box{ margin-left: 0%;}
}

@media screen and (max-width: 1350px) {
	.m-width-content{
		max-width:1000px;
	}
}

@media screen and (max-width: 1190px) {
    .m-width-wrap{ max-width:1040px;}
    .conlist-scoll h3{ font-size:1.8rem;}
	.header-box .logo-nav-link .nav-box-link .link-box{ margin-left: 0;}

	.header-box .logo-nav-link .nav-box-link #menuPc > ul > li{
		margin-right:15px;
	}
	.header-box .logo-nav-link .nav-box-link .link-box a{
		margin-left:15px;
	}
	.header-box .logo-nav-link .logo{width:100px;}
	.header-box .logo-nav-link .nav-box-link{width:calc(100% - 150px);padding-left:0%;}
	.banner .banner-content .m-width-content .banner-pop{
		padding:30px;
	}
	.m-width-content{max-width: 1040px;}
	.banner .banner-content .m-width-content .banner-pop::after{ width:100px; height:100px; }
	
	.header-box .logo-nav-link{ height:80px;}
	.header-box .logo-nav-link .nav-box-link .link-box a,
	.header-box .logo-nav-link .nav-box-link #menuPc > ul > li > a{ line-height:80px; height:80px;}
	/*
	
	.banner .banner-content .m-width-content .banner-pop .big-font span:nth-child(1){
		margin-bottom:10px;
	}
	.banner .banner-content .m-width-content .banner-pop .tips-font{
		font-size:16px;
	}
	.f-24{
		font-size:1.6rem;
	}
	.index-tips-link .tips{width:65%;}
	.index-tips-link .more-links{width:35%;}
	.index-global .i-g-tab-con .i-g-tab a{
		font-size:1.6rem;
	}
	.index-global .i-g-tab-con .i-g-con .con-box .con .pic-text .text{
		padding:20px;
		font-size:1.8rem;
	}
	.index-global .i-g-tab-con .i-g-con .con-box .con .pic-text .text i{
		font-size:1.8rem;
		margin-right:10px;
	}
	.index-wwd-list .swiper-slide a{
		font-size:1.4rem;
		padding:10px 0;
	}
	.index-wwd-list .swiper-slide:hover a{
		padding:10px;
	}
	.index-wwd-number .in-item .tips{
		font-size:16px;
	}
	.index-sust-inv .sust-box .text-box .tips{
		font-size:1.6rem;
	}
	.index-sust-inv .inv-box .inv-list ul li .tag-time .tag {
	    width: 100px;
	    height: 30px;
	    line-height: 30px;
	    font-size: 18px;
	}
	.index-sust-inv .inv-box .inv-list ul li .tag-time .time{
		font-size:26px;
	}
	.index-sust-inv .inv-box .inv-list ul li .number-key{
		padding:20px 0 0;
	}
	.index-wwd{
		padding-bottom:200px;
	}
	.index-join .in-join-tit p{
		font-size:14px;
	}
	.index-join .in-join-list .swiper-slide a b{
		font-size:22px;
	}
	.index-join .in-join-list .swiper-slide a span{
		font-size:12px;
	}
	.index-insights .big-news .big-text .play a{
		width:60px;
		height: 60px;
	}
	.index-insights .news-list .text .t{
		font-size:22px;
	}
	.footer-top .f-logo{width:40%;}
	.footer-top .f-logo a{width:120px;}
	/* .footer-top .f-nav{width:60%;} */
	.child-box .child-wrap .m-width-content{
		padding-left: calc((100% - 750px)/2);
	}
	.child-box .child-wrap{padding:40px 0;}
	.child-box .child-wrap .child-nav-fixed .c-nav ul li a{font-size:14px;}
	.child-box .child-wrap .child-nav-fixed .c-nav ul li{width:40%;padding: 5px 0 5px 20px;}
	.child-box .child-wrap .child-nav-fixed .c-nav ul li:nth-child(even){width:60%;}
	.over-tips .text{padding:20px;font-size:1.4rem;}
	.gover-fiexd .text{
		padding:20px;
		font-size:1.4rem;
	}
	.gover-fiexd .text .text-sc{
		max-height:210px;
		overflow: hidden;
	}
	.practices-box .sust-list .text .tit{font-size:1.8rem;}
	.reports-box .reports-text .text{
		font-size:1.8rem;
	}
	.or-list .swiper-slide .ss-flex .text .tips{
		font-size:1.4rem;
	}			
	.esg-box .esg-wrap .esg-pdf-list .down{
		height: 35px;
		line-height:35px;
		font-size:1.6rem;
	}
	.esg-box .esg-wrap .esg-pdf-list .down i{
		font-size:1.6rem;
	}
	.all-news-list .text .t{
		font-size:2.4rem;
	}
	.insights-footer .insi-footer-flex .text{
		font-size:2.4rem;
	} */
	
}

@media screen and (min-width: 900px) {
    .or-list .swiper-wrapper{ display:block;}
}

@media screen and (max-width: 900px) {

	.m-width-wrap{
		max-width:1000px;
	}
	.m-width-content{
		max-width:750px;
	}

	.header{
		position: sticky;
	}
	.inner-banner .pic .img-box{
		padding-bottom:51%;
	}
	.inner-banner .in-content{
		top:0;
		height:100%;
	}
	.inner-banner .in-content .pop{width:calc(100% - 30px);}
	.inner-banner .in-content .pop .pop-inner{
		padding:24px;
		height: auto;
		position: absolute;
		left:0;
		top:50%;
		transform: translateY(-50%);
	}
	.inner-banner .in-content .pop::before{
		width:70px;
		height:70px;
		right:-30px;
		bottom: auto;
		top:50%;
		margin-top:-35px;
	}
	.inner-banner .in-content .pop h6{
		font-size:2.4rem;
	}
	#menuPc{display: none;}
	.header-box .logo-nav-link .nav-box-link .link-box{display: none;}
	.header-box .logo-nav-link{height: 60px;}
	#menuWap {
		position: fixed;
		left:0;
		top:60px;
		width:100%;
		height:calc(100vh - 60px) !important;
		background:#F0F0F0;
		overflow-y: auto;
		transform: translateX(100%);
		transition: all 0.6s;
		z-index:9999;
		opacity:0;
		display: block;
	}
	.mm-opening #menuWap {
		transform: translateY(0);
		opacity:1;
	}
	.btn-nav {
		position: absolute;
		top:0;
		right:6.25%;
		background: transparent;
		border: none;
		padding: 14px 0;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		z-index: 99999;
		display: block;
		width: 30px;
		float: right;
	}

	.btn-nav .icon-bar {
		display: block;
		margin: 6px 0;
		width: 30px;
		height: 3px;
		background-color: #660000;
		-webkit-transition: all .7s ease;
		-moz-transition: all .7s ease;
		-ms-transition: all .7s ease;
		-o-transition: all .7s ease;
		transition: all .7s ease;
		z-index: 999999;
	}

	.mm-opening .btn-nav .top {
		-webkit-transform: translateY(8px) rotateZ(45deg);
		-moz-transform: translateY(8px) rotateZ(45deg);
		-ms-transform: translateY(8px) rotateZ(45deg);
		-o-transform: translateY(8px) rotateZ(45deg);
		transform: translateY(8px) rotateZ(45deg);
	}

	.mm-opening .btn-nav .bottom {
		-webkit-transform: translateY(-10px) rotateZ(-45deg);
		-moz-transform: translateY(-10px) rotateZ(-45deg);
		-ms-transform: translateY(-10px) rotateZ(-45deg);
		-o-transform: translateY(-10px) rotateZ(-45deg);
		transform: translateY(-10px) rotateZ(-45deg);
	}

	.mm-opening .btn-nav .middle {
		width: 0;
	}
	.banner .bg-box .img-box{
		padding-bottom:100vh;
	}
	.search-hc-box{
		padding:1em 20px;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.search-hc-box .search-icon{
		color: #1C1C1C;
		font-size: 16px;
		font-weight: 700;
		width:25px;
	}
	.search-hc-box .input-submit{
		width:calc(100% - 25px);
		border-bottom:1px solid #660000;
		position: relative;
		opacity:0;
		visibility: hidden;
	}
	.search-hc-box.open .input-submit{
		opacity:1;
		visibility: visible;
	}
	.search-hc-box .input-submit input{
		border:none;
		background:transparent;
		width:65%;
		padding:5px 0;
	}
	.search-hc-box .input-submit input::placeholder{
		font-weight:300;
		font-size:16px;
	}
	.search-hc-box .input-submit button{
		background:none;
		border:none;
		font-size:16px;
		font-weight:400;
		color: #660000;
		text-decoration:underline;
	}
	.search-hc-box .input-submit .btn-clear {
		position: absolute;
		bottom:0;
		right:0;
		background: transparent;
		border: none;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		z-index: 99999;
		width: 30px;
		float: right;
		display: inline-block;
	}
	
	.btn-clear .icon-bar {
		display: block;
		margin: 6px 0;
		width: 30px;
		height: 3px;
		background-color: #660000;
		-webkit-transition: all .7s ease;
		-moz-transition: all .7s ease;
		-ms-transition: all .7s ease;
		-o-transition: all .7s ease;
		transition: all .7s ease;
		z-index: 999999;
	}
	
	.open .icon-bar.top {
		-webkit-transform: translateY(8px) rotateZ(45deg);
		-moz-transform: translateY(8px) rotateZ(45deg);
		-ms-transform: translateY(8px) rotateZ(45deg);
		-o-transform: translateY(8px) rotateZ(45deg);
		transform: translateY(8px) rotateZ(45deg);
	}
	
	.open .icon-bar.bottom {
		-webkit-transform: translateY(-10px) rotateZ(-45deg);
		-moz-transform: translateY(-10px) rotateZ(-45deg);
		-ms-transform: translateY(-10px) rotateZ(-45deg);
		-o-transform: translateY(-10px) rotateZ(-45deg);
		transform: translateY(-10px) rotateZ(-45deg);
	}
	.open .icon-bar.middle {
		width: 0;
	}
	
	.f-88{font-size:4.0rem;}
	.banner .banner-content .m-width-content .banner-pop::after{
		width:80px;
		height:80px;
		right:-40px;
	}
	.banner .banner-content .m-width-content{
		padding-right:40px;
	}
	.index-tips-link{
		display: block;
	}
	.index-tips-link .tips{width:100%;}
	.index-tips-link .more-links{width:100%;margin-top:20px;text-align: left;}
	.index-global .i-g-tab-con{display: none;}
	.f-64{font-size:2.4rem;}
	.f-24{font-size:1.4rem;}
	.index-wwd-list .swiper-container{
		max-width:145px;
		margin:0 auto;
		padding-right:0;
	}
	.index-wwd-list .swiper-pagination{
		display: block;
		text-align: center;
		width:100%;
		position: relative;
	}
	.index-wwd-list .swiper-pagination-bullet{
		width:15px;
		height:15px;
		margin:0 5px;
		background: rgba(196,196,196,0.5);
		opacity:1;
	}
	.index-wwd-list .swiper-pagination-bullet-active{
		background:rgba(102, 0, 0, 0.5);
	}
	.index-wwd .index-tips-link .more-links{display: none;}
	.index-wwd-list .more-links{display: block;text-align: center;margin-top:70px;}
	.index-wwd-number{display: none;}
	.index-wwd{padding-bottom:100px;background-size:100% auto;}
	.index-sust-inv .sust-box{padding-right:0;flex-direction: column-reverse}
	.index-sust-inv .sust-box .text-box{width:100%;padding-left:0;}
	.index-sust-inv .sust-box .text-box .tips{margin:20px 0;}
	.index-sust-inv .sust-box .pic-box{width:100%;box-sizing:border-box;padding-right:30px;}
	.index-sust-inv .sust-box .pic-box .pic::after{width:60px;height: 60px;right:-30px;}
	.index-sust-inv .sust-box .pic-box .text{padding:20px;width:calc(100% - 40px);box-sizing:border-box}
	.index-sust-inv .sust-box .pic-box .text p{height:4.5em;-webkit-line-clamp: 3;line-clamp: 3;}
	.index-sust-inv .text-box .more-links{display: none;}
	.index-sust-inv .more-links.wap{display: block;padding:25px 0;text-align: center;}
	.index-sust-inv .inv-box{padding:60px 0;}
	.index-sust-inv .inv-box .inv-tit .more-links{display: none;}
	.index-sust-inv .inv-box .inv-list ul li{padding:5px;}
	.index-sust-inv .inv-box .inv-list ul li .tag-time .tag{
		width: auto;
		height: 40px;
		padding: 10px 10px;
		line-height:20px;
		font-size:1.0rem;
	}
	.index-sust-inv .inv-box .inv-list ul li .number-key{ padding: 20px 0;}
	.index-sust-inv .inv-box .inv-list ul li .tag-time .time{font-size:1.6rem;}
	.index-sust-inv .inv-box .inv-list ul li .number-key .f-86{font-size:2.4rem;}
	.index-sust-inv .inv-box .inv-list ul li .number-key i{font-size:1.0rem;line-height:1.5;}
	.index-sust-inv .inv-box .inv-list ul li{width:47%;}
	.index-sust-inv .inv-box .inv-list ul li:first-child{margin-right:6%;}
	.index-sust-inv{background-size:100% auto;background-position:center bottom;}
	.index-join .in-join-list{display: none;}
	.index-join .index-join-wrap{padding-bottom:170px;background-size:200% auto;}
	.index-join{padding-bottom:0;}
	.index-insights{padding:30px 0;}
	.index-insights .index-tips-link .more-links{display: none;}
	.index-insights .big-news{
		margin:30px -20px 0;
	}
	.content-media-releases .index-insights .big-news{margin:30px 0 0;}
	.index-insights .big-news .big-text{width:70%;padding:0 20px;}
	.index-insights .big-news .big-text .tit a.f-56{
		font-size:1.4rem;
		font-weight:300;
		height:2.4em;
	}
	.index-insights .big-news .big-text .tit{padding-bottom:20px;border-bottom-width:1px;}
	.index-insights .big-news .big-text .play{margin-top:10px;}
	.index-insights .big-news .big-text .play a{
		width:26px;
		height: 26px;
	}
	.index-insights .big-news .big-text .play a i{font-size:1.0rem;}
	.hc-video {
	    max-width:300px;
	    height: 35vh !important;
		overflow-y:initial !important;
	}
	.index-insights .news-list .swiper-pagination{
		display: block;
		text-align: center;
		width:100%;
		position: relative;
	}
	.index-insights .news-list .swiper-pagination-bullet{
		width:15px;
		height:15px;
		margin:0 5px;
		background: rgba(196,196,196,0.5);
		opacity:1;
	}
	.index-insights .news-list .swiper-pagination-bullet-active{
		background:rgba(102, 0, 0, 0.5);
	}
	.index-insights .news-list .more-links{
		display: block;
		padding:30px;
		text-align: center;
	}
	.footer-top .f-logo{
		width:100%;
		float:none;
	}
	.footer-top{ padding: 30px 0 50px;}
	.footer-top .f-nav{
		width:100%;
		padding-top:40px;
		justify-content: space-between;
	}
	.footer-top .f-nav dl dd{ margin-top: 10px; opacity: 0.7;}
	.footer-top .f-nav dl{ margin-bottom: 12px;}
	.footer-top .f-nav dl:nth-child(2){ width: 50%;}
	.footer-top .f-nav dl:hover dd{
		display: block;
	}
	/*.footer-top .f-nav dl dd{*/
	/*	display: none;*/
	/*}*/
	.four_footer{
		flex-wrap: wrap;
	}
	/* .footer-top .f-nav dl:first-child{width:60%;} */
	.footer-copy .copy-flex{
		display: block;
	}
	.footer-copy .copy-flex .c-left{text-align: center;}
	.footer-copy .copy-flex .c-left a{font-size:1.2rem;}
	.footer-copy .copy-flex .c-right{
		text-align: center;
		font-size:1.2rem;
		margin-top:20px;
	}
	.over-tips{
		padding:20px 0;
	}
	.over-tips .text{
		margin:0 20px;
	}
	.sust-tit .more-links{display: none;}
	.gover-fiexd .text{width:100%;float:none;}
	.gover-fiexd .text .text-sc{max-height:inherit;}
	.gover-fiexd .pic{width:100%;float:none;margin-top:25px;}
	.gover-box{
		padding:20px 0;
	}
	.practices-box{
		padding:20px 0;
	}
	.practices-box .sust-list{margin-top:0;}
	.practices-box .sust-list .swiper-pagination{
		margin:30px 0 20px;
		display: block;
		text-align: center;
		width:100%;
		position: relative;
	}
	.practices-box .sust-list .swiper-pagination-bullet{
		width:15px;
		height:15px;
		margin:0 5px;
		background: rgba(196,196,196,0.5);
		opacity:1;
	}
	.practices-box .sust-list .swiper-pagination-bullet-active{
		background:rgba(102, 0, 0, 1);
	}
	.practices-box .sust-list .more-links{
		display: block;
		padding:0 0 30px;
		text-align: center;
	}
	.partnerships-box .part-list .swiper-pagination{
		display: block;
		text-align: center;
		width:100%;
		position: relative;
	}
	.partnerships-box .part-list .swiper-pagination-bullet{
		width:15px;
		height:15px;
		margin:0 5px;
		background: rgba(196,196,196,0.5);
		opacity:1;
	}
	.partnerships-box .part-list .swiper-pagination-bullet-active{
		background:rgba(102, 0, 0, 1);
	}
	.partnerships-box{
		padding:20px 0 60px;
	}
	.reports-box{
		padding:30px 0;
	}
	.sust-tit h6{max-width:100%;}
	.reports-box .reports-text{margin-top:20px;padding:25px;}
	.reports-box .reports-text .more{display: none;}
	.reports-box .more-links{display: block;padding-top:20px;text-align: center;}
	.responsible-box .sbp-tit{padding-top:0;}
	.responsible-box .sbp-tit p{
		display: block;
		font-size: 1.4rem;
		font-weight: 700;
		color: #1C1C1C;
		margin-top:15px;
	}
	.responsible-box .rsble-box .rsble-tab{
		width:100%;
		float:none;
		box-sizing:border-box;
		padding-right:50px;
		position: relative;
	}
	.responsible-box .rsble-box .rsble-con{
		width:100%;
		float:none;
		margin-top:30px;
	}
	.responsible-box .rsble-box .rsble-tab .swiper-slide a{
		font-size:1.6rem;
		line-height:1.2;
		height: 2.4em;
	}
	.wap-block{display: block;}
	.swiper-button-prev.wap-block{
		width: 40px;
		height: 40px;
		background: #BC8E51;
		border-radius:50%;
		display: flex;
		justify-content: center;
		align-items: center;
		color:#fff;
		left:0;
	}
	.swiper-button-next.wap-block{
		width: 40px;
		height: 40px;
		background: #BC8E51;
		border-radius:50%;
		display: flex;
		justify-content: center;
		align-items: center;
		color:#fff;
		right:0;
	}
	.swiper-pagination.wap-block{
		margin-top:35px;
		display: block;
		text-align: center;
		width:100%;
		position: relative;
	}
	.wap-block .swiper-pagination-bullet{
		width:15px;
		height:15px;
		margin:0 5px;
		background: rgba(196,196,196,0.5);
		opacity:1;
	}
	.wap-block .swiper-pagination-bullet-active{
		background:rgba(102, 0, 0, 1);
	}
	.responsible-box{
		padding-bottom:35px;
	}
	.envi-box .envi-flex{
		display: block;
	}
	.envi-box .envi-flex .text{
		width:100%;
		margin-left:0;
	}
	.envi-box .envi-flex .pic{
		width:100%;
		margin-top:35px;
	}
	.envi-box{
		padding:35px 0;
	}
	.envi-box .t h6 br{display: none;}
	.envi-box .envi-flex .text .edit-box{
		font-size:1.4rem;
	}
	.our-peple-box{
		padding:0 0 35px;
	}
	.our-peple-box .our-peple-flex{
		display: block;
	}
	.our-peple-box .our-peple-flex .text{
		width:100%;
	}
	.our-peple-box .our-peple-flex .pic{
		width:100%;
		margin-left:0;
		margin-top:25px;
	}
	.comeng-box{
		padding:0 0 35px;
	}
	.comeng-box .b{
		font-size:1.4rem;
	}
	.comeng-box .ce-tit h6{
		font-size:1.8rem;
	}
	.comeng-box .text{
		font-size:1.4rem;
	}
	.comeng-box .icon-list ul li .tips{
		font-size:1.4rem;
	}
	.comeng-box .text a{
		font-size:1.4rem;
	}
	.sbp-photo{
		padding:0 20px;
	}
	.sbp-photo .swiper-slide .pic .text .t{
		font-size:1.6rem;
	}
	.sbp-photo .swiper-slide .pic .text .s{
		font-size:1.2rem;
	}
	.high-box{
		padding:35px 20px;
	}
	.high-box .high-text .high-tit h6{
		font-size:1.8rem;
	}
	.high-box .high-text .high-list ul{
		display: block;
	}
	.high-box .high-text .high-list ul li{width:100%;margin-bottom:35px;}
	.high-box .high-text .high-list ul li:nth-child(even){margin-left:0;}
	.high-box .high-text .high-list ul li .b{font-size:1.8rem;}
	.high-box .high-text .high-list ul li .tips{font-size:1.4rem;}
	.rci-box{
		padding:0 0 35px;
	}
	.rci-box .ric-text{
		margin-top:0;
		padding:25px 40px;
		font-size:1.6rem;
	}
	.rci-box .ric-text a{
		font-size:1.6rem;
	}
	.or-list .swiper-slide .ss-flex{
		display: block;
	}
	.or-list .swiper-slide .ss-flex .pic{
		width:100%;
		padding:0 35px;
		box-sizing: border-box;
	}
	.or-list .swiper-slide .ss-flex .text{
		width:100%;
		padding:0;
		margin-top:20px;
		text-align: center;
	}
	.or-list .swiper-slide{
		padding-top:0;
		margin-top:0 !important;
		border-top:none;
	}
	.our-recent-box{
		padding-bottom:35px;
	}
	.esg-box .esg-wrap{
		display: block;
	}
	.esg-box .esg-wrap .esg-pdf-big{
		width:100%;
	}
	.esg-box .esg-wrap .esg-pdf-list{
		width:100%;
		padding:0;
	}
	.esg-box .esg-wrap .esg-pdf-list table tr td:nth-child(3){display: none;}
	.esg-box .esg-wrap .esg-pdf-list table tr td:nth-child(1){width:calc(100% - 130px);}
	.esg-box .esg-wrap .esg-pdf-list table tr td{padding:15px 0;}
	.esg-box .esg-wrap .esg-pdf-list table tr td:nth-child(2){text-align: right;}
	.esg-box{
		padding-bottom:35px;
	}
	.nbig-swiper .swiper-button-next, .nbig-swiper .swiper-button-prev{
		display: none;
	}
	.nbig-swiper .big-news .big-text{width:70%;padding:0 20px;}
	.nbig-swiper .big-news .big-text .tit a.f-56{
		font-size:1.4rem;
		font-weight:300;
		height:2.4em;
	}
	.nbig-swiper .big-news .big-text .tit{padding-bottom:20px;border-bottom-width:1px;}
	.nbig-swiper .big-news .big-text .play{margin-top:10px;}
	.nbig-swiper .big-news .big-text .play a{
		width:26px;
		height: 26px;
	}
	.nbig-swiper .big-news .big-text .play a i{font-size:1.0rem;}
	.news-big{
		padding:35px 0;
	}
	.nbig-swiper .swiper-pagination{margin-top:35px;}
	.all-insights .all-ins-tit h6{margin-bottom:10px;}
	.all-insights .all-ins-tit .select-box .select-item{
		width:100%;
	}
	.all-insights .all-ins-tit .select-box .select-item:first-child{
		margin-right:0;
		margin-bottom:15px;
	}
	.all-news-list{
		margin:35px 0 0;
	}
	.all-news-list .swiper-container{
		padding:0;
	}
	.all-news-text-list ul li{
		display: block;
	}
	.all-news-text-list ul li .tit{
		width:100%;
		white-space:inherit;
	}
	.all-news-text-list ul li .cate-time{
		width:100%;
		margin-top:10px;
		box-sizing:border-box;
		margin-left:0;
	}
	.all-news-text-list .page-box{display: none;}
	.all-news-text-list .load-more a{
		width: 100%;
		line-height:48px;
		height: 48px;
		background: #BC8E51;
		text-align: center;
		font-size: 1.6rem;
		font-weight: 700;
		color: #FFFFFF;
		display: block;
		text-transform: uppercase;
	}
	.all-news-text-list .load-more{
		padding-bottom:20px;
	}
	.insights-footer{
		padding:35px 0;
	}
	.insights-footer .insi-footer-flex{
		display: block;
	}
	.insights-footer .insi-footer-flex .text{
		width:100%;
	}
	.insights-footer .insi-footer-flex .form-box{
		width:100%;
		margin-left:0;
		margin-top:50px;
	}
	.insights-footer .insi-footer-flex .form-box .tips{
		font-size:1.6rem;
		padding-bottom:50px;
	}
	.insights-footer .insi-footer-flex .form-box .submit button{
		width:100%;
	}
	.article-detail-text-height{
		display: none;
	}
	.adt-bg{
		background:#fff;
	}
	.article-detail-text-box{
		padding-top:20px;
	}
	.article-detail-text-box .adt-edit{
		padding:20px 10px;
	}
	.article-detail-text-box .adt-edit .by-time{
		font-size:1.4rem;
	}
	.article-detail-text-box .adt-edit .tit{
		padding:5px 0 20px;
	}
	.article-detail-text-box .adt-edit .tit h6{
		font-size:1.8rem;
	}
	.article-detail-text-box .adt-edit .edit-box b{
		font-size:1.4rem;
	}
	.article-detail-text-box .adt-edit .edit-box{
		font-size:1.4rem;
	}
	.article-detail-text-box .adt-back{
		text-align: center;
	}
	.adt-image .by-time{
		font-size:1.4rem;
	}
	.inner-banner .in-content .pop .adt-image .tit h6{
		font-size:1.8rem;
	}
	.adt-image .tit{
		padding-top:20px;
	}
	.inner-banner.link-banner .pic .img-box{
		padding-bottom:40%;
	}
	.inner-banner.link-banner .f-88{
		font-size:2.4rem;
	}
	.index-join .in-join-tit p{
		max-width:260px;
		margin:0 auto;
		line-height:1.2;
	}
	.index-insights .news-list .text .t{
		height: 2.4em;
	}
	.index-insights .news-list .text{
		padding:10px 20px;
	}
	.esg-box .esg-wrap .esg-pdf-big .big-pdf .text .down{display:none;}
	.esg-box .esg-wrap .esg-pdf-big .big-pdf .text{padding-bottom:50px;}
	
	.practice-slit ul{ margin: 0 10px;}

	.practice-slit li .w{ margin: 20px 10px 0;}
	.practice-slit li .w .txt{ font-size: 1.4rem; padding: 5px;}
	.swiper22.mySwiper2 { height: 100vw;}
	.swiper22.mySwiper2 .swiper-slide img{ height: calc(100vw - 20px);}
	.swiper22.mySwiper{ height: 70px;}
}
