.container-1400{
	width: calc(100% - 100px);
	max-width: 1400px;
	margin: 0 auto;
}
.bg-gray{
	/*background: #F8F8F8;*/
	background: rgb(250,250,252);
}
.bg-white{
	background: white;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.relative{
	position: relative;
}
.section-leadership .tit{
	/*top: 23.65%!important;*/
}
.section-company{
	margin: 10rem 0;
	transition: all .3s;
}
.section-company .swiper-button-next.swiper-button-disabled, 
.section-company .swiper-button-prev.swiper-button-disabled{
	opacity: 1!important;
}
.section-company .swiper-button-prev.swiper-button-disabled{
	background: url(https://sanyglobal-img.sany.com.cn/static/img/company-industry/left-gray.svg);
}
.section-company .swiper-button-next.swiper-button-disabled{
	background: url(https://sanyglobal-img.sany.com.cn/static/img/company-industry/right-gray.svg);
}
.section-company .content{
	text-align: left;
}
.section-company .content .com-tit{
	width: 375px;
	float: left;
}
.current{
	/*color: red!important;*/
}
.tabr-fixed{
	position: fixed;
	top: 0;
	left: 0;
	background: white;
	/*z-index: 9;*/
}
/* .left-fixed{
	width: 375px;
	position: fixed;
	top: 150px;
	left: calc(100% - 1200px) / 2;
	height: calc(100vh - 150px);
	scrollbar-width: none; 
    -ms-overflow-style: none; 
    overflow-x: hidden;
    overflow-y: auto;
}
.left-fixed::-webkit-scrollbar {
  display: none; 
} */

.left-fixed{
	width: 375px;
	position: fixed;
	top: 150px;
	left: calc(100% - 1200px) / 2;
	height: calc(100vh - 150px);
    overflow: hidden;
    
}
.left-scroll{
	overflow-y: auto;
	scrollbar-width: none; 
	-ms-overflow-style: none; 
	height: calc(100vh - 248px);
	padding-bottom: 20px;
}
.left-fixed .left-scroll::-webkit-scrollbar {
  display: none; 
}

/* .left-fixed{
	width: 375px;
	position: fixed;
	top: 150px;
	left: calc(100% - 1200px) / 2;
	height: calc(100vh - 150px);
	scrollbar-width: none; 
    -ms-overflow-style: none; 
    overflow-x: hidden;
    overflow-y: auto;
}
.left-fixed::-webkit-scrollbar {
  display: none; 
} 
.fixed-top{position: absolute; top: 0; left: 0; width: 100%;}
.left-scroll{
	padding-top: 96px;
} */

.section-company .content .com-one{
	overflow: hidden;
	margin-bottom: 15rem;
}
.section-company .content .company-one{
	width: 700px;
	float: right;
}
.section-company .content .company-one:first-child{padding-top: 0;}
.section-company .content .company-one{
	/*padding-top: 20rem;*/
}
.section-company .content .c-left ul li a{
	display: inline-block;
	font-size: 2.0rem;
	color: #d8d8d8;
	/*line-height: 5rem;*/
	margin-bottom: 3rem;
	cursor: pointer;
}
.section-company .content .com-tit{
	font-size: 3.6rem;
	font-weight: bold;
	color: #1d1d1d;
	line-height: 4rem;
	margin-bottom: 4rem;
	padding-left: 2px;
}
.section-company .content .summer{
	font-size: 1.8rem;
	color: #504f4f;
	line-height: 3rem;
	margin-bottom: 5rem;
}

.section-company .content .swiper-box .tis{
	margin-top: 2rem;
	position: relative;
}
.section-company .content .swiper-box .num{
	font-size: 1.8rem;
	color: #707070;
	float: left;
}
.section-company .content .swiper-box .all{
	position: relative;
    width: 500px;
    height: 3px;
    background-color: #D8D8D8; 
    margin-left: 65px;
    float: left;
    margin-top: 10px;
}
.section-company .content .swiper-box .all .process1{
	height: 3px;
	width: 0px;
	background: #E60012;
}
.section-company .content .swiper-box .arrow{
	float: right;	
	position: relative;
	width: 50px;
	height: 15px;
}
.section-company .carousel-control.left,.section-company .carousel-control.right{
	background-image:none;
}
.section-company .content .swiper-box .carousel-control .glyphicon-chevron-left, 
.section-company .content .swiper-box .carousel-control .glyphicon-chevron-right, 
.section-company .content .swiper-box .carousel-control .icon-next, 
.section-company .content .swiper-box .carousel-control .icon-prev{
	margin-top: -6px;
    font-size: 20px;
}
.section-company .glyphicon-chevron-left:before{
	color: #D8D8D8;
}
.section-company .glyphicon-chevron-right:before{
	color: #3E3E3E;
}

.section-industry{
	display: none;
	transition: all .3s;
}
.section-industry .screen{
	/*padding: 11rem 0;*/
	padding: 10rem 0 15rem 0;
	max-width: 1920px;
	margin: 0 auto;
	/* display: none; */
}
.section-industry .screen.all{
	padding-bottom: 0;
}
.section-industry .screen .bigTitle{
	width: 100%;
	text-align: center;
	/*font-size: 7.2rem;*/
	font-size: 5.4rem;
	font-weight: bold;
	color: #212121;
}
.section-industry .screen .smallTitle{
	font-size: 3.6rem;
	font-weight: bold;
	color: #181818;
	line-height: 3.6rem;
	margin-bottom: 2rem;
}
.section-industry .screen .desc{
	font-size: 1.8rem;
	color: #414040;
	line-height: 2.6rem;
}
.section-industry .screen img{
	width: 100%;
}
.section-industry .screen.all img{
	width: calc(100% - 60px);
	max-width: 1200px;
	margin: 0 auto;
}
.section-industry .screen.beijing{
	padding-bottom: 0px;
}
.section-industry .screen.beijing .word,.section-industry .screen.all .word{
	max-width: 735px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10rem;
}
.section-industry .screen.all .word{
	margin-bottom: 7.5rem;
}
.section-industry .screen.beijing .img{
	width: 100%;
}
.section-industry .screen.shanghai .outer-word{
	width: 72.2%;
	position: absolute;
	top: 75%;
	left: 0;
}
.section-industry .screen.shanghai .outer-word .word{
	width: 540px;
	margin: 40px auto;
}
.section-industry .screen.changsha .bigTitle,.section-industry .screen.shengyan .bigTitle,
.section-industry .screen.shanghai .bigTitle,.section-industry .screen.zhuhai .bigTitle,
.section-industry .screen.putzme .bigTitle,.section-industry .screen.usa .bigTitle,
.section-industry .screen.bedburg .bigTitle,.section-industry .screen.pune .bigTitle{
	margin-bottom: 4rem;
}
.section-industry .screen.beijing .bigTitle{
	margin: 2.8rem 0;
}
.section-industry .screen.beijing .smallTitle{
	margin-bottom: 1.3rem;
}
.section-industry .screen.changsha .outer-word{
	width: 72.2%;
	position: absolute;
	top: 75%;
	right: 0;
}
.section-industry .screen.changsha .outer-word .word{
	width: 555px;
	margin: 40px auto;
}
.section-industry .screen.shengyan .outer-word{
	width: calc(50% - 10px);
	position: absolute;
	top: 87.5%;
	left: 0;
}
.section-industry .screen.shengyan .outer-word .word{
	width: 100%;
	margin: 40px auto;
	margin-left: 0;
}
.section-industry .screen.shengyan,.section-industry .screen.bedburg{
	padding-bottom: 27.2rem;
}
.section-industry .screen.zhuhai{
	padding-bottom: 0;
}
.section-industry .screen.zhuhai .img-twin{
	width: calc(50% - 20px);
	float: left;
	margin-bottom: 2rem;
}
.section-industry .screen.zhuhai .outer-word{
	width: calc(50% - 20px);
	float: right;
	margin-top: 1.5rem;
}
.section-industry .screen.zhuhai .outer-word .word{
	width: 100%;
    margin-bottom: 20px;
}
.section-industry .screen.putzme .outer-word{
	width: 72.3%;
    position: absolute;
    top: 76%;
    left: 0;
}
.section-industry .screen.putzme .outer-word .word{
	width: 555px;
	margin: 40px auto;
}
.section-industry .screen.usa .outer-word{
	width: 72.2%;
    position: absolute;
    top: 75%;
    right: 0;
}
.section-industry .screen.usa .outer-word .word{
	width: 505px;
	margin: 40px auto;
}
.section-industry .screen.bedburg .outer-word{
	width: calc(50% - 10px);
    position: absolute;
    top: 87.6%;
    left: 0;
}
.section-industry .screen.bedburg .outer-word .word{
	width: 95%;
	margin: 40px auto;
	margin-left: 0;
}
.section-industry .screen.pune .outer-word{
	width: calc(50% - 10px);
    position: absolute;
    top: 85.2%;
    right: 0;
}
.section-industry .screen.pune .outer-word .word{
	width: 100%;
	margin: 40px auto;
	margin-left: 0;
	padding-left: 1.5rem;
}
.section-industry .screen.pune{
	padding-bottom: 24rem;
}
.section-company .glyphicon-chevron-right:before,
.section-company .glyphicon-chevron-left:before{
	content: '';
}
.section-company .glyphicon-chevron-right{
	background: url('https://sanyglobal-img.sany.com.cn/static/img/company-industry/right-black.svg');
	background-repeat: no-repeat;
	background-size: 10px auto;
}
.section-company .glyphicon-chevron-left{
	background: url('https://sanyglobal-img.sany.com.cn/static/img/company-industry/left-gray.svg');
	background-repeat: no-repeat;
	background-size: 10px auto;
}
.section-tabar.tabr-fixed{ display: none; position: fixed; left: 0; top: 0;}
.my-swiper-img{
	width: 100%;
}
@media (max-width: 1280px){
	.section-company .content .company-one{
		width: 600px;
	}
	.section-company .content .com-tit{
		width: calc(100% - 630px);
	}
}
@media (max-width: 1024px) {
	.section-company .content .c-right,.section-company .content .company-one{
		width: 100%;
		margin: 0 auto;
	}
	/* .section-company .content .company-one{
		margin-bottom: ;
	} */
	.section-company .content .company-one{
		padding-top: 53px;
	}
	.section-company .content .company-one .phone-tit{
		font-size: 20px;
		font-weight: bold;
		text-align: left;
		color: #333333;
		line-height: 23px;
		margin-bottom: 13px;
		/*padding: 0 15px;*/
	}
	.section-company .content .summer{
		margin-bottom: 18px;
		/*padding: 0 15px;*/
		color: #3e3e3e;
		/*font-size: 14px;
		line-height: 20px;*/
		font-size: 16px;
		line-height: 27px;
	}
	.section-company .content .swiper-box .num{
		width: 75px;
		text-align: center;
		font-size: 14px;
	}
	.section-company .content .swiper-box .all{
		width: calc(100% - 75px);
		margin-left: 0;
		height: 2px;
	}
	.section-company .swiper-container-horizontal>.swiper-pagination-progressbar{
		width: calc(100% - 75px)!important;
	    margin-left: 0;
	    height: 2px;
	    right: 0;
	    left: inherit!important;
	}
	.section-company .content .swiper-box .all .process1{
		height: 2px;
	}
	.section-company{
		margin: 0px 0;
	}
	.section-company .carousel-inner>.item>a>img, 
	.section-company .carousel-inner>.item>img, 
	.section-company .img-responsive,
	.section-company .thumbnail a>img,
	.section-company .thumbnail>img{
		width: 100%;
		height: auto;
	}
}
.section-company .jianxi-div{
	width: 100%;
	height: 2rem;
}
.section-company .swiper-button-next{
	right: 0;
	left: inherit;
	background-image:url('https://sanyglobal-img.sany.com.cn/static/img/company-industry/right-black.svg');
}
.section-company .swiper-button-prev{
	right: 50px;
    left: inherit;
	background-image:url('https://sanyglobal-img.sany.com.cn/static/img/company-industry/left-black.svg');
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
	/*content: ''!important;*/
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	/*background: url('')!important;*/
}
.swiper-container {
	width: 100%;
	height: 100%;
	--swiper-navigation-color: rgba(0,0,0,0);/* 单独设置按钮颜色 */
    --swiper-navigation-size: 12px;/* 设置按钮大小 */
}
.section-company .swiper-button-next, .section-company .swiper-button-prev{
	position: absolute;
	top: inherit;
    bottom: 0;
    width: 10px;
    height: 20px;
    background-size: 10px 20px!important;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat!important;
}
.section-company .swiper-container-horizontal>.swiper-pagination-progressbar{
	width: 71%;
	left: 14%;
	top: inherit;
	bottom: 8px;
	height: 3px;
}
.section-company .swiper-pagination-progressbar{
	background: #D8D8D8;
}
.section-company .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: #DC000C;
}
@media (min-width: 769px) {
	.section-industry .screen.bedburg .outer-word .word{
		max-width: 600px;
	}
	.section-industry .screen.shengyan .outer-word .word{
		max-width: 615px;
	}
	.section-industry .screen.pune .outer-word .word{
		max-width: 625px;
	}
}
@media (max-width: 768px) {
	.container-1400{
		width: 100%;
	}
	.section-industry .screen .swiper-container{
		overflow: visible;
		margin-bottom: 30px;
	}
	.section-industry .swiper-container-horizontal>.swiper-pagination-bullets, 
	.section-industry .swiper-pagination-custom,.section-industry .swiper-pagination-fraction{
		bottom: -17px;
	}
	.section-industry .swiper-pagination-bullet{
		width: 23px;
		height: 2px;
		background: #333333;
		border-radius: 0;
		opacity: 1;
	}
	.section-industry .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0 7px;
	}
	.section-industry .swiper-pagination-bullet-active{
		background: #DC000C;
	}
    .section-industry .screen{
    	margin-bottom: 48px;
    	position: relative;
    	padding: 0;
		overflow: hidden;
		display: block;
    }
	.section-industry .screen.all{
		margin-bottom: 0;
		margin-top: 30px;
	}
    .section-industry .screen .bigTitle{
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		color: #333333;
		line-height: 20px;
		margin: 0;
		margin-bottom: 0px!important;
    }
    .section-industry .screen .smallTitle{
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		color: #333333;
		margin: 10px auto 17px;
		max-width: 96%;
    }
    .section-industry .screen .smallTitle .img{
    	width: 100%;
    	margin-bottom: 20px;
    }
    .section-industry .screen .desc{
    	margin: 0 30px;
    	/*font-size: 14px;
    	line-height: 20px;*/
    	font-size: 16px;
    	line-height: 27px;
		text-align: left;
		color: #333333;
		margin-top: 20px;
    }
    .section-industry .screen .outer-word{
    	width: 100%!important;
    	position: relative!important;
    	top: 0!important;
    	left: 0!important;
    }
    .section-industry .screen .outer-word .word{
    	width:100%!important;
		margin: 0!important;
		padding-left: 0px!important;
    }
    .section-industry .screen.beijing .word,.section-industry .screen.all .word{
    	margin-bottom: 0;
    }
	.section-industry .screen.all .desc{
		margin-bottom: 2rem;
	}
    .section-industry .screen.beijing .bigTitle{
    	margin: 0;
    	padding-top: 34px;
    }
    .section-industry .screen.shengyan, .section-industry .screen.bedburg,.section-industry .screen.pune{
    	padding-bottom: 0;
    }
    .section-industry .screen.zhuhai .outer-word{
    	margin-top: 0;
    	float: none;
    }
    .bg-gray{
		background: white;
	}
	.section-industry .screen.xinjiang .bigTitle{
		padding-top: 0!important;
	}
	.section-company .content .com-one{
		margin-bottom: 30px;
	}
	/*.section-company .content .c-right{
		width: 100%;
		margin: 0 auto;
	}
	.section-company .content .company-one{
		margin-bottom: 53px;
	}
	.section-company .content .company-one .phone-tit{
		font-size: 20px;
		font-weight: bold;
		text-align: left;
		color: #333333;
		line-height: 23px;
		margin-bottom: 13px;
		padding: 0 15px;
	}
	.section-company .content .summer{
		margin-bottom: 18px;
		padding: 0 15px;
		font-size: 14px;
		color: #3e3e3e;
		line-height: 20px;
	}
	.section-company .content .swiper-box .num{
		width: 75px;
		text-align: center;
	}
	.section-company .content .swiper-box .all{
		width: calc(100% - 75px);
		margin-left: 0;
	}
	.section-company{
		margin: 43px 0;
	}*/
}
@media (max-width: 468px) {
	.section-industry .screen img{
		min-width: 100%;
		height: 267px;
	}
	.section-industry .screen.all img{
		min-width: calc(100% - 60px);
		height:auto;
	}
}