.mycarousel{width:100%;height:100vh;overflow:hidden;background-color:#ffad26;}
.section{padding:100px 0;background-color:#ffad26;}
.box{position:relative;margin-top:50px;margin-bottom:50px;}
.box .pic{width:100%;height:100%;}
.box .pic img{width:100%;height:100%;}
.box .text{width:100%;position:absolute;bottom:0;left:0;text-align:center;z-index:1;}
.box .bg{display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #000;opacity: 0.6;}
.box .item{width:100%;height:100%;padding:30px 20px;position:relative;display: flex;align-items: center;justify-content: center;background: linear-gradient(rgba(230, 101, 44, 0), rgba(230, 101, 44, 0.9));}
.box .item span{display:block;}
.box .item .s1{font-size:30px;color:#282828;margin-bottom:10px;line-height:40px;}
.box .item .s2{color:#575757;}
.box .item img{max-height:90px;float:left;display:block;margin-right:20px;transition: all 0.5s ease-in-out;transform: rotateY(0deg);-ms-transform: rotateY(0deg);-moz-transform: rotateY(0deg);-webkit-transform: rotateY(0deg);-o-transform: rotateY(0deg);}
.box1 .item{padding-top:60px;}
.box2 .item .s1{color:#fff;}
.box .item:hover img{transform:rotateY(180deg);}
@media (min-width: 1200px){
 	.section .row{margin:0 -80px;}
	.section .col-md-6{padding:0 80px;}
}
@media (max-width: 1199px){
	.mycarousel{height:auto;}
 	.section .row{margin:0 -40px;}
	.section .col-md-6{padding:0 40px;}
}
@media (max-width: 991px){
	.section .row{margin:0 -20px;}
	.section .col-md-6{padding:0 20px;}
}
@media (max-width: 767px){
	.box{margin:10px 0;}
	.box .item{padding:20px 15px;}
	.box .item img{max-width:60px;}
	.box .item .s1{font-size:20px;line-height:28px;margin:0;}
}
@media (max-width: 480px){
	.section .row{margin:0 -10px;}
	.section .col-md-6{padding:0 10px;}
	.box .item{padding:10px 15px;}
	.box .item img{max-width:30px;}
	.box .item .s1{font-size:16px;line-height:24px;margin:0;}
}