#indexSwiper {
	background: #050B20;
}

#indexSwiper .item img {
	margin: auto;
}

#indexSwiper .carousel-caption {
	left: 160px;
	text-align: left;
	top: 200px;
}

#indexSwiper .carousel-caption h5 {
	font-size: 18px;
}

#indexSwiper .carousel-caption h1 {
	font-size: 50px;
	margin-top: 40px;
	margin-bottom: 20px;
}

#indexSwiper .carousel-caption h4 {
	font-size: 24px;
}

.caption1 {
	background: rgba(0, 0, 0, 0.3);
	width: 800px;
	padding: 40px;
	border-radius: 10px;
}
.caption2{
	text-align: center;
}
.caption2 h4{
	margin:0px auto 20px auto;
	padding: 20px 40px;
	width: 900px;
	border-radius: 100px;
	background: rgba(0,160,228,0.41);
}
.index-prev .carousel-control-prev-icon {
	display: block;
	width: 42px;
	height: 42px;
	background: url(https://weboss.yuansl.cn/jiashengyou/images/index/prev.png) no-repeat;
	background-size: cover;
}

.index-prev .carousel-control-prev-icon:hover {
	display: block;
	width: 42px;
	height: 42px;
	background: url(https://weboss.yuansl.cn/jiashengyou/images/index/prevHover.png) no-repeat;
	background-size: cover;
}

.index-prev {
	width: 42px;
	height: 42px;
	right: 240px;
	left: auto;
	top: auto;
	bottom: 100px;
}

.index-next {
	width: 42px;
	height: 42px;
	left: auto;
	right: 170px;
	top: auto;
	bottom: 100px;
}

.index-next .carousel-control-next-icon {
	display: block;
	width: 42px;
	height: 42px;
	background: url(https://weboss.yuansl.cn/jiashengyou/images/index/next.png) no-repeat;
	background-size: cover;
}

.index-next .carousel-control-next-icon:hover {
	display: block;
	width: 42px;
	height: 42px;
	background: url(https://weboss.yuansl.cn/jiashengyou/images/index/nextHover.png) no-repeat;
	background-size: cover;
}

.swiper-index {
	color: #ffffff;
	position: absolute;
	bottom: 100px;
	right: 100px;
	letter-spacing: 5px;
	font-size: 16px;
}

.swiper-index span {
	letter-spacing: 5px;
	font-size: 24px;
}

.about {
	background: #050B20;
	padding: 140px 160px;
}

.about h1 {
	color: #ffffff;
	font-size: 50px;
	margin-top: 0;
}

.about h6 {
	color: #ffffff;
	line-height: 1.55;
	font-size: 18px;
}

.about .left {
	text-align: center;
}

.more {
	width: 180px;
	height: 46px;
	border-radius: 27px 27px 27px 27px;
	border: 1px solid #FFFFFF;
}
.more a{
	width: 180px;
	height: 44px;
}
.more span {
	color: #ffffff;
	line-height: 1;
	font-size: 18px;
}

.more img {
	width: 18px;
	height: 10px;
	margin-left: 10px;
}

.product .box {
	flex: 1;
	position: relative;
	font: 0;
	line-height: 1;
	cursor: pointer;
	background: #070F29;
	overflow: hidden;
}

.product .box .name {
	font-weight: bold;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 50px;
	padding: 0px 20px;
	text-align: center;
}

.product .box .content {
	width: 100%;
	height: 0%;
	background: rgba(26, 51, 118, 0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	overflow: hidden;
	transition: all 0.3s;
}

.product .box .content .title {
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	margin-top: 100px;
	font-size: 50px;
}

.product .box .content p {
	color: #ffffff;
	line-height: 1.5;
	padding: 45px;
	font-size: 18px;
}

.product .box .more {
	margin: auto;
}

.product .box:hover .content {
	height: 100%;
	transition: all 0.3s;
}

.products {
	background: #253256;
	overflow: hidden;
}

.products .box {
	padding: 10px;
}

.products .box h5 {
	color: #ffffff;
	font-size: 20px;
}

.products .box p {
	color: #ffffff;
	font-size: 14px;
}

.news {
	padding: 40px 160px;
	background: #070F29;
	overflow: hidden;
}

.news .iTitle {
	background: #070F29;
}

.news .box {
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 14px;
}

.news .box .time {
	width: 100px;
	height: 100px;
	background: rgba(255, 255, 255, 0.15);
	text-align: center;
	margin-right: 20px;
}

.news .box .time h3 {
	font-size: 40px;
	color: #ffffff;
}

.news .box .time p {
	font-size: 14px;
	color: #ffffff;
}

.news .box .info {
	width: calc(100% - 120px);
	background: url(https://weboss.yuansl.cn/jiashengyou/images/index/jt.png) no-repeat center right;
	background-size: 24px 24px;
	padding-right: 40px;
}

.news .box .info .name {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 14px;
}

.news .box .info .desc {
	font-size: 14px;
	color: #ffffff;
}
.news .box:hover{
	cursor: pointer;
	background: #00A0E4;
}
.news .box:hover .time{
	background: #00A0E4;
}
.news .col-md-12 {
	margin-bottom: 10px;
}

.news .more {
	margin: 60px auto;
}


/* 超小屏幕（手机，小于 768px） */
@media (max-width: 767px) {

	.index-prev,
	.index-next {
		display: none;
	}

	.swiper-index {
		right: 20px;
		bottom: 20px;
	}

	.carousel .tem {
		height: 320px;
	}

	.item img {
		min-height: 320px;
	}

	.iTitle {
		height: 80px;
		padding: 20px 0px;
	}

	.iTitle .inner {
		top: 15px;
		font-size: 14px;
	}

	.iTitle .outer {
		top: 20px;
		font-size: 20px;
	}

	.iTitle::after {
		content: "";
		bottom: 20px;
		width: 60px;
		height: 4px;
	}

	.news {
		padding: 0px 20px;
	}

	.news .row {
		margin: 0;
	}

	.news .row .box {
		margin-bottom: 10px;
	}

	.news .box .time {
		background: #00A0E4;
	}

	.news .box .info {
		padding: 0;
		background: none;
	}

	.news .more {
		margin: 20px auto;
	}

	#indexSwiper .carousel-caption {
		top: 10%;
		left: 6%;
	}

	#indexSwiper .carousel-caption h5 {
		font-size: 12px;
	}

	#indexSwiper .carousel-caption h1 {
		font-size: 20px;
	}

	#indexSwiper .carousel-caption h4 {
		font-size: 14px;
	}

	.about {
		padding: 1% 5%;
	}

	.about .more {
		margin: auto;
	}

	.about h1 {
		font-size: 20px;
	}

	.about h6 {
		font-size: 14px;
	}

	.index-prev {
		bottom: 40px;
	}

	.index-next {
		bottom: 40px;
	}

	.swiper-index {
		bottom: 40px;
	}
	.caption1 {
		background: rgba(0, 0, 0, 0.3);
		border-radius: 10px;
		width:auto;
		padding: 10px;
	}
	.caption2 h4{
		margin:0px 20px 20px 20px;
		padding: 20px 40px;
		width:auto;
		border-radius: 100px;
		background: rgba(0,160,228,0.41);
	}
}

/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) and (max-width: 991px) {

	.index-prev,
	.index-next {
		display: none;
	}

	.swiper-index {
		right: 20px;
		bottom: 20px;
	}

	.carousel .tem {
		height: 320px;
	}

	.item img {
		min-height: 320px;
	}

	.news {
		padding: 0px 20px;
	}

	.news .row {
		margin: 0;
	}

	.news .row .box {
		margin-bottom: 10px;
	}

	.news .box .time {
		background: #00A0E4;
	}

	.news .box .info {
		padding: 0;
		background: none;
	}

	.news .more {
		margin: 20px auto;
	}

	#indexSwiper .carousel-caption {
		top: 10%;
		left: 6%;
	}

	#indexSwiper .carousel-caption h5 {
		font-size: 12px;
	}

	#indexSwiper .carousel-caption h1 {
		font-size: 20px;
	}

	#indexSwiper .carousel-caption h4 {
		font-size: 14px;
	}

	.about {
		padding: 1% 5%;
	}

	.about .more {
		margin: auto;
	}

	.about h1 {
		font-size: 20px;
	}

	.about h6 {
		font-size: 14px;
	}

	.iTitle {
		height: 80px;
		padding: 20px 0px;
	}

	.iTitle .inner {
		top: 15px;
		font-size: 14px;
	}

	.iTitle .outer {
		top: 20px;
		font-size: 20px;
	}

	.iTitle::after {
		content: "";
		bottom: 20px;
		width: 60px;
		height: 4px;
	}

	.index-prev {
		bottom: 40px;
	}

	.index-next {
		bottom: 40px;
	}

	.swiper-index {
		bottom: 40px;
	}
	.caption1 {
		background: rgba(0, 0, 0, 0.3);
		border-radius: 10px;
		width:auto;
		padding: 10px;
	}
	.caption2 h4{
		margin:0px 20px 20px 20px;
		padding: 20px 40px;
		width:auto;
		border-radius: 100px;
		background: rgba(0,160,228,0.41);
	}
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) and (max-width: 1199px) {

	.index-prev,
	.index-next {
		display: none;
	}

	.swiper-index {
		right: 20px;
		bottom: 20px;
	}

	.carousel .tem {
		height: 320px;
	}

	.item img {
		min-height: 320px;
	}


	.news {
		padding: 0px 20px;
	}

	.news .row {
		margin: 0;
	}

	.news .row .box {
		margin-bottom: 10px;
	}

	.news .box .time {
		background: #00A0E4;
	}

	.news .box .info {
		padding: 0;
		background: none;
	}

	.news .more {
		margin: 20px auto;
	}

	#indexSwiper .carousel-caption {
		top: 10%;
		left: 6%;
	}

	.about {
		padding: 1% 5%;
	}

	.about .more {
		margin: auto;
	}

	.index-prev {
		bottom: 40px;
	}

	.index-next {
		bottom: 40px;
	}

	.swiper-index {
		bottom: 40px;
	}
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
	.news .col-lg-6 {
		width: 49%;
		margin-bottom: 2%;
		margin-right: 1%;
	}

	.news .col-lg-offset-1 {
		margin-left: 2%;
	}
}