﻿.topbanner-container {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.pagination{
	line-height: 35px;
}
ul.pagination li:last-of-type{
	margin-right: 10px;
}
.qy_logo{
	background: #000;
	overflow: hidden;
	height: 100px;
	width: 380px;
	border-radius: 5px;
	border: 2px solid #f8f8f8;
}
.qy_logo img{
	width: 380px;
	height: 100px;
}
.morefh{
	position: absolute;
	right: -25px;
	top: -5px;
	font-size:35px;
}
.topbanner-container .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.topbanner-container .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
}

.topbanner-container .swiper-button-next {
	right: 20px;
	width: 82px;
	height: 82px;
	background-size: 20px 40px;
	opacity: 0.5;
}

.topbanner-container .swiper-button-prev {
	left: 20px;
	width: 82px;
	height: 82px;
	background-size: 20px 40px;
	opacity: 0.5;
}

.swiper-pagination-bullet {
	background-color: rgba(255, 255, 255, 0.89);
}



.topbanner-container {
	position: sticky;
	z-index: 1;
}

.topbanner-containerr .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.topbanner-container .swiper-slide img {
	width: 100%;
}

.topbanner-container .swiper-pagination-bullet {
	background: transparent;
	opacity: 1;
	width: 16px;
	height: 16px;
	position: relative;
}

.topbanner-container .swiper-pagination-bullet::before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 50%;
}

.topbanner-container .swiper-pagination-bullet-active::before {
	background-color: #005aae;
}

.topbanner-container .swiper-wrapper {
	/* 通过改变animation-timing-function 制作弹性切换效果 */
	transition: 0.5s;
}

.topbanner-content {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, 0);
	width: 100%;
	height: 100%;
}

.topbanner-content .topbannerText {
	position: absolute;
	top: 50%;
	z-index: 1;
	transform: translate(0, -50%);
}

.topbanner-content .topbannerText .topbanner-title {
	color: #fff;
}

.topbanner-content .topbannerText .topbanner-tips {
	color: rgb(221, 221, 221);
}

.topbanner-content .topbannerText .topbanner-btn a {
	display: inline-block;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 3px;
	color: #fff;
}

.topbanner-content .topbannerText .topbanner-btn a:hover {
	border-color: #fff;
	background-color: #fff;
	color: #000;
}



@media(min-width:1000px) {

	.topbanner-content .topbannerText .topbanner-title {
		font-size: 60px;
	}

	.topbanner-content .topbannerText .topbanner-tips {
		font-size: 16px;
		padding: 30px 0;
	}

	.topbanner-content .topbannerText .topbanner-btn a {
		padding: 10px 44px;
	}

	.topbanner-content .topbannerText .topbanner-btn {
		margin-top: 25px;
	}

}

@media(max-width:999px) and (min-width:450px) {

	.topbanner-content .topbannerText {
		left: 13%;
	}

	.topbanner-content .topbannerText .topbanner-title {
		font-size: 16px;
	}

	.topbanner-content .topbannerText .topbanner-tips {
		padding: 10px 0;
	}

	.topbanner-content .topbannerText .topbanner-btn {
		margin-top: 4px;
	}

	.topbanner-content .topbannerText .topbanner-btn a {
		padding: 4px 20px;
	}

}

@media(max-width:449px) {

	.topbanner-content .topbannerText {
		width: 90%;
		text-align: center;
	}

	.topbanner-content .topbannerText .topbanner-tips {
		display: none;
	}

	.topbanner-content .topbannerText .topbanner-btn {
		margin-top: 4px;
	}

	.topbanner-content .topbannerText .topbanner-btn a {
		padding: 2px 20px;
		font-size: 10px;
	}

	.swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 0;
	}

}

.newswiper-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
}

.newswiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.newswiper-container .swiper-slide .inner {
    width: 100%;
}

.newswiper-container .swiper-slide img {
    display: block;
    height: auto;
    width: 100%;
    margin: 0 auto;
}

.newswiper-container.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 14px;
}

.newswiper-container .swiper-pagination {
    text-align: right;
}

.newswiper-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: right;
    opacity: .7;
    background: #fff;
}

.newswiper-container .swiper-pagination-bullet-active {
    color: #fff;
    opacity: 1;
}

.newswiper-container .mask2 {
    width: 100%;
    background: rgba(0, 0, 0, 0.35);
    font-size: 16px;
    color: #fff;
    text-align: left;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-right: 10px;
}

.newswiper-container .title {
    display: block;
    /*内联对象需加*/
    word-break: keep-all;
    /* 不换行 */
    white-space: nowrap;
    /* 不换行 */

    overflow: hidden;
    /* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow: ellipsis;
    padding-bottom: 4px;
}

.newswiper-container .mask2 .card2 {
    height: 38px;
}

.swiper-button-next,
.swiper-button-prev {
    opacity: 0.5;
}

.newswiper-container .swiper-pagination-bullet {
    border-radius: 0;
}

.newswiper-container .swiper-pagination-bullet-active {
    background: #c00 !important;
}

@media (min-width:1000px) {

    .newswiper-container .swiper-slide a img {
        height: 380px;
    }

    .newswiper-container .swiper-pagination {
        padding-right: 6px;
    }

    .newswiper-container .swiper-pagination-bullet {
        width: 11px;
        height: 11px;
    }

}

@media (max-width:1000px) {

    .newswiper-container .swiper-slide a img {
        min-height: 150px;
    }

}
.topbanner-container2 img{display: block;width: 100%;}

@media(min-width:1000px){.topbanner-container2 img{min-height: 400px;}}

@media(max-width:1000px){.topbanner-container2 img{min-height: 100px;}}