.dom-box-container{
	background-image: url(../img/dom-box1-bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.dom .box1{
	padding: 150px 0 144px;
}
.dom .box1 .box-c{
	display: flex;
	justify-content: space-between;
}
.dom .box1 .box-c .r{
	width: 55.52%;
	border-left: 1px solid rgba(156, 165, 175, 1);
	padding-left: 8.17vw;
	font-size: 14px;
	font-family: RanyRegular;
	font-weight: 400;
	color: #333333;
	line-height: 2
}
.dom .box2{
	padding: 131px 0 0;
	/* background-image: url(../img/dom-box2-bg.jpg); */
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.dom .box2 .des{
	font-size: 23px;
	font-family: AlibabaPuHuiTi_2_55_Regular;
	font-weight: 400;
	color: #333333;
	line-height: 40px;
	margin-top: 30px;
	text-align: center;
}
.dom .box2 .box-c{
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
}
.dom .box2 .box-c .l{
	width: 51.25%;
}
.dom .box2 .box-c .r{
	width: 46.87%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.dom .box2 .box-c .item {
	position: relative;
}
.dom .box2 .box-c .item .pic img{
	display: block;
	width: 100%;
}
.dom .box2 .box-c .item .text-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2;
	padding: 3.12vw;
}
.dom .box2 .box-c .item .text-box .text-title{
	font-size: 27px;
	font-family: AlibabaPuHuiTi_2_55_Regular;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}
.dom .box2 .box-c .item .text-box .text-des{
	font-size: 14px;
	font-family: AlibabaPuHuiTi_2_55_Regular;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 2;
	margin-top: 23px;
}
.dom .box3{
	padding-top: 130px;
	background-image: url(../img/dom-box3-bg.png);
	background-position: left top 103px;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.dom .box3 .box-c{
	margin-top: 65px;
}
.dom .box3 .box-c .swiper{
	padding-bottom: 55px;
}
.dom .box3 .box-c .swiper-slide{
	position: relative;
}
.dom .box3 .box-c .swiper-slide .pic{
	position: relative;
}
.dom .box3 .box-c .swiper-slide .slide-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	transition: background 1.5s;
	text-align: center;
	padding: 2.5vw;
}
.dom .box3 .box-c .swiper-slide:hover .slide-box{
	background-color: rgba(0,0,0,0);
}
.dom .box3 .box-c .swiper-slide .slide-box .icon{
	color: #fff;
}
.dom .box3 .box-c .swiper-slide .slide-box .icon .iconfont{
	display: block;
	font-size: 48px;
	transition: all 1.5s;
}
.dom .box3 .box-c .swiper-slide .slide-box:hover .icon .iconfont{
	transform: rotateY(180deg);
}
.dom .box3 .box-c .swiper-slide .slide-box .text-title{
	margin-top: 23px;
	font-size: 27px;
	font-family: AlibabaPuHuiTi_2_55_Regular;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
	
}
.dom .box3 .box-c .swiper-horizontal>.swiper-pagination-bullets, 
.dom .box3 .box-c .swiper-pagination-bullets.swiper-pagination-horizontal, 
.dom .box3 .box-c .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 0;
}
.dom .box3 .box-c .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #7D7D7D;
	border-radius: 50%;
	opacity: 1;
	margin: 0 10px;
}
.dom .box3 .box-c .swiper-pagination-bullet-active{
	background-color: rgba(25, 80, 123, 1);
}
.dom .box4{
	padding: 130px 0 128px;
	background-image: url(../img/dom-box4-bg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left bottom;
}
.dom .box4 .box-c{
	position: relative;
	margin-top: 64px;
}
.dom .box4 .box-c .swiper-slide .text-box{
	font-size: 14px;
	font-family: AlibabaPuHuiTi_2_55_Regular;
	font-weight: 400;
	color: #333333;
	line-height: 2;
	margin-top: 19px;
}
.dom .box4 .box-c .btn,
.dom .box3 .box-c .btn{
	position: absolute;
	top: 4.37vw;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: #D5D5D5;
	border-radius: 21px;
	color: RGBA(68, 68, 68, 1);
	cursor: pointer;
	z-index: 4;
}
.dom .box3 .box-c .btn{
    top: 50%;
    transform: translateY(-50%);
}
.dom .box3 .box-c .btn.btn-prev{
    left: 52px;
}
.dom .box3 .box-c .btn.btn-next{
    right: 52px;
}
.dom .box4 .box-c .btn.btn-prev{
	left: -52px;
}
.dom .box4 .box-c .btn.btn-next{
	right: -52px;
}
.dom .box4 .box-c .btn .iconfont{
	font-size: 12px;
}
.dom .box4 .box-c .btn:hover,
.dom .box3 .box-c .btn:hover{
	background-color: rgba(25, 80, 123, 1);
	color: #fff;
}
@media (max-width:1440px) {
	.dom .box1 .box-c .r{
		padding-left: 4vw;
	}
}