.carousel {
    width: 1300px;
    margin: 0 auto;
    opacity: 0;
}
.carousel-title {
    position: relative;
    width: 100%;
    height: 164px;
    padding: 0 5px 0 46px;
    
}
.carousel-title>div:nth-child(1)>div:nth-child(1){
    font-size: 38px;
    color: #313332;
    font-weight: 700;
}
.carousel-title>div:nth-child(1)>div:nth-child(2){
    font-size: 17px;
    color: #999999;
    margin-left: 13px;
}
.carousel-arrow {
    width: 44px;
	height: 44px;
	background-color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
}
.carousel-title-right>div:nth-child(2){
    color: #bebebe;
    font-size: 20px;
    margin: 0 20px;
    height: 28px;
}
.carousel-title-right>div:nth-child(2)>div:nth-child(2){
    width: 0px;
	height: 31px;
	border: solid 1px #dddddd;
    margin: 0 8px;
    transform:rotate(20deg);
    	-o-transform:rotate(20deg);
    	-moz-transform:rotate(20deg);
    	-webkit-transform:rotate(20deg);
}
.carousel-title-right>div:nth-child(2)>div:nth-child(1){
    color: #42a05f;
}
.carousel-title-float {
    position: absolute;
    top: 108px;
    left: 49px;
    z-index: 1;
    height: 111px;
    font-size: 79px;
    color: transparent;
    -webkit-text-stroke: 1px rgb(229,229,229);
}
.carousel-box {
    position: relative;
    width: 100%;
    height: 460px;
    z-index: 2;

}
.carousel-box-main {
    position: absolute;
    left:calc((99vw - 1300px) / 2 - (99vw - 1300px));
    top: 0;
    width: 100%;
    height: 460px;
    z-index: 10;
    overflow: hidden;
}
.carousel-box-main-item {
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    width: 880px;
	height: 460px;
	background-color: #ffffff;
	box-shadow: 0px 2px 25px 0px 
		rgba(0, 157, 74, 0.04);
	border-radius: 14px;
    margin-right: 30px;
    padding: 47px 0 46px 49px;
}
.carousel-box-main-white {
    flex-shrink: 0;
    position: relative;
    width: calc(99vw / 2 - 650px - 30px);
    height: 426px;
}
.carousel-box-main .carousel-box-main-item:last-child{
margin-right: 0;

}
.carousel-box-main-item-title {
    position: relative;
    z-index: 2;
    font-size: 26px;
    height: 37px;
    color: #313332;
    padding-left: 3px;
    width: 100%;
    overflow: hidden;
}
.carousel-box-main-item-btns {
    margin-top: 13px;
    width: 314px;
    height: 28px;
    overflow: hidden;
    flex-wrap: wrap;
}
.carousel-box-main-item-btn {
    flex-shrink: 0;
    height: 28px;
	border-radius: 22px;
	border: solid 1px #42a05f;
    font-size: 14px;
    color: #42a05f;
    padding: 0 12px;
    margin-right: 10px;
}
.carousel-box-main-item-text {
    position: relative;
    z-index: 2;
    width: 314px;
    height: 210px;
    line-height: 24px;
    font-size: 14px;
    color: rgba(119, 119, 119, 0.77);
    margin: 38px 0 0 4px;
}
.carousel-box-main-item-viewbtn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
	background-color: #313332;
	box-shadow: 0px 2px 10px 0px 
		rgba(66, 160, 95, 0.2);
	border-radius: 22px;
    font-size: 14px;
    color: #ffffff;
    padding: 0 26px;
    cursor: pointer;
}
.carousel-box-main-item-tv {
    position: absolute;
    z-index: 1;
    width: 551px;
    height: 403px;
    right: 6px;
    bottom: 20px;
}
.carousel-box-main-item-tv img {
    width: 100%;
    height: 100%;
}
.customPrevBtn-active,.customNextBtn-active {
    opacity: .6;
    cursor: not-allowed;
}
.customPrevBtn-active,.customNextBtn-active .iconfont {
    color: #cccccc;
}
.owl-nav {
    display: none;
}
.owl-dots {
    display: none;
}

.owl-stage-outer {
  
    /* padding: 0 calc((99vw - 1300px) / 2 ); */
}
.owl-stage {
    display: flex;
    /* margin-left: calc((99vw - 1300px) / 2 - (99vw - 1300px)); */
    margin-left: calc((1300px - 880px ) / 2 - (1300px - 880px ));
}
