.poster {width: 1200px;margin: auto;display: flex;padding: 120px 0;}
.poster .left {width: 30%;}
.poster .left img {width: 100%;}
.poster .right {width: 70%;position: relative;}
.poster .right .swiper {display: flex;justify-content: center;}
/* .poster .right #focus_Box img{object-fit: contain;}
.poster .right #focus_Box img:nth-child(1){width: 217px;z-index: 4;position: relative;left: 400px;}
.poster .right #focus_Box img:nth-child(2){width: 297px;position: relative;left: 250px;z-index: 6;}
.poster .right #focus_Box img:nth-child(3){width: 425px;z-index: 8;}
.poster .right #focus_Box img:nth-child(4){width: 340px;z-index: 7;position: relative;right: 130px;}
.poster .right #focus_Box img:nth-child(5){width: 255px;z-index: 5;position: relative;right: 350px;} */

.intoduce1 {padding: 100px 100px 0px 100px;background-color: #F8F8F8;}
.intoduce1 .contain1 {padding: 105px 130px;background-color: #FFFFFF;display: flex;}
.intoduce1 .left1 {width: 30%;display: flex;flex-direction: column;}
.intoduce1 .left1 span{font-size: 24px;margin: 5px 0;}
.intoduce1 .right1 {width: 70%;}
.intoduce1 .right1  p{font-size: 16px;line-height: 24px;margin-bottom: 20px;}
.width0 .anima {   transition: height 0.6s;-webkit-transition: height 0.6s; /* Safari */}


.collaborate ul {display: flex;flex-wrap: wrap;width: 70%;height: 70%;align-items: center;justify-content: center;position: relative;top: 15%;}
.collaborate .li_box {width: 100%;display: flex;justify-content: center;flex-direction: row;}
.collaborate .specil {position: relative;left: -6%;}
.logo2 {display: none;}

.aboutWe {display: flex;}
.aboutWe .right2 a {color: #FFFFFF !important;opacity: 0.6;}
.aboutWe .right2 a:hover {opacity: 1;}

.breadcrumb-banner-area:after {background-color: transparent !important;}
.foot_sub{color: #FFFFFF;}
.swiper-container1 {
    width: 100%;
		overflow: hidden;
}
.swiper-container1 {margin: -50px 0;z-index: 2;}
.swiper-container1 img {width: 80%;}
.swiper-slide-active{	margin: 0px;  z-index: 3;}
.swiper-slide-active img{
  width: 100%;
}


.swiper-container1 {
	     width: auto;
	     height: 480px;
			 overflow: hidden;
			 position: relative;
			 top: 85px;
	 } 

.submit_succes,
.submit_flase {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 80px;
	margin-left: -100px;
	margin-top: -40px;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	border-radius: 5px;
	display: none;
}
.submit_succes img,
.submit_flase img {
	width: 40px;
	height: 40px;
	vertical-align: middle;
	margin-right: 10px;
}
.mad p {
	white-space: nowrap;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    word-break: break-all;
}