* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a{
	text-decoration: none;
}

.banner {
	width: 100%;
	min-width: 1200px;
	background-image: url(../img/banner-bg.jpg);
	background-size: 100% 100%;
	padding-top: 290px;
	padding-bottom: 165px;
}

.banner .logo {
	width: 41.5%;
	margin: 0 auto;
}

.banner .logo img {
	width: 100%;
}

.banner .title1 {
	color: #248e9d;
	font-size: 40px;
	text-align: center;
	margin-top: 235px;
}

.swiperbox {
	width: 1171px;
	height: 384px;
	margin: 0 auto;	
	background-size: 100% 100%;
	padding: 64px 108px 39px 103px;
	/* background-image: url(../img/swiper-bg4.png); */
	box-sizing: border-box;
	position: relative;
}

.swiperbox .border1{
	width: 161px;
	height: 364px;
	position: absolute;
	left: 1px;
	top: 20px;
	z-index: 445;
}

.swiperbox .border2{
	width: 128px;
	height: 374px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 445;
}

.swiperbox .border3{
	width: 967px;
	height: 96px;
	position: absolute;
	left: 97px;
	top: 0;
	z-index: 445;
}
.swiperbox .border4{
	width: 897px;
	height: 62px;
	position: absolute;
	left: 147px;
	bottom: 0;
	z-index: 445;
}



.swiper-container .swiper-pagination{
	bottom: 20px !important;
}

.swiper-container .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	margin: 0 6px !important;
	background-color: #fff;
	opacity: 1;
}

.swiper-container .swiper-pagination-bullet-active{
	background-color: #13b5b1;
}

.swiper-container {
	width: 955px;
	height: 277px;
}

.swiper-slide .swiper-wrapper {
	overflow: hidden;
}

.swiper-slide {
	font-size: 18px;
	overflow: hidden;
}

.box {
	position: absolute;
	width: 955px;
	height: 277px;
	left: 0;
	top: 0;
	/* -webkit-mask-image: url(../img/mask.png); */
}

.box img {
	width: 100%;
	height: 100%;
}


.bottom {
	width: 100%;
	min-width: 1200px;
	background-image: url(../img/bottom-bg.png);
	background-size: 100% 100%;
	padding-top: 100px;
	padding-bottom: 50px;
	margin-top: -100px;
}

.bottom .title2 {
	color: #fff;
	font-size: 40px;
	text-align: center;
	margin-bottom: 100px;
}

.bottom .content {
	width: 1200px;
	margin: 0 auto;
}

.bottom .content .line{
	display: flex;
}

.bottom .content .line .item {
	width: 370px;
	height: 370px;
	background-color: #fff;
	margin-right: 45px;
	margin-bottom: 40px;
	display: block;
	transition: 0.3s;
}

.bottom .content .line .item:hover{
	transform: scale(1.03);
	transition: 0.3s;
}

.bottom .content .line .item:hover .title{
	color: #248e9d;
}


.bottom .content .line .item:last-child {
	margin-right: 0;
}


.bottom .item .pic {
	width: 370px;
	height: 260px;
}

.bottom .item .pic img {
	width: 100%;
	height: 100%;
}

.bottom .item .text {
	padding: 20px 35px 15px 10px;
}


.bottom .item .title {
	font-size: 24px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #333;
	text-decoration: none;
}

.bottom .item .info {
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
	color: #999;
}
.bottom .item .info .left{
	display: flex;
	align-items: center;
}

.bottom .pager{
	border-radius: 10px;
	display: flex;
	justify-content: center;
}
.bottom .pager span{
	display: block;
	width: 35px;
	height: 35px;
	background-color: #fff;
	line-height: 35px;
	text-align: center;
	border-right: 1px solid #ddd;
	color: #999;
	cursor: pointer;
	color: #56b0e8;
}

.bottom .pager span:hover,
.active-page{
	background-color: #56b0e8;
	color: #fff;
}

.footer{
	margin-top: 150px;
	text-align: center;
}

.footer p {
	line-height: 1.8;
}

.footer p a{
	color: #fff;
	text-decoration: none;
	margin: 0 5px;
}