/*banner start*/
.banner {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	min-width: 1200px;
}

.banner_bg {
	width: 100%;
	height: 100%;
	/* older safari/Chrome browsers */
	-webkit-opacity: 0;
	/* Netscape and Older than Firefox 0.9 */
	-moz-opacity: 0;
	/* Safari 1.x (pre WebKit!) ��ʽkhtml�ں˵�Safari�����*/
	-khtml-opacity: 0;
	/* IE9 + etc...modern browsers */
	opacity: 0;
	/* IE 4-9 */
	filter: alpha(opacity=0);
	/*This works in IE 8 & 9 too*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/*IE4-IE9*/
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.notice {
	position: absolute;
	left: 0;
	top: 140px;
	width: 100%;
	height: 0;
	z-index: 999999;
	cursor: pointer;
}


.notice .open {
	position: absolute;
	width: 55px;
	height: 150px;
	background-image: url(../images/p10.png);
	top: 25px;
	left: 0;
}

.notice .notice_main {
	margin: 0 auto;
	height: 0;
	position: relative;
	left: 20px;
	top: 0;
}

.notice .notice_main .box {
	position: relative;
	left: -520px;
}

.notice .notice_main .info {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0 auto;
	width: 500px !important;
}




.notice .notice_main .info .swiper {
	position: relative;
	left: 0;
	top: 0;
	width: 350px !important;
	overflow: hidden;
	margin: 0 auto;
}

.notice .notice_main .info .swiper li {
	width: 100% !important;
}

.notice .notice_main .info .swiper img {
	box-sizing: border-box;
	width: 100%;
	height: 200px;
	border: 2px solid #fff;
}


.close_btn{
	position: absolute;
	background-image: url(../images/tk_close.png);
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	top: -15px;
	right: 60px;
	z-index: 100;
}


.l_btn {
	position: absolute;
	left: 0;
	top: 35px;
	display: block;
	width: 75px;
	height: 75px;
	background-size: 25%;
	background-image: url(../images/prev.png);
	background-position: center;
	background-repeat: no-repeat;
}


.r_btn {
	position: absolute;
	right: 0;
	top: 35px;
	display: block;
	width: 75px;
	height: 75px;
	background-size: 25%;
	background-image: url(../images/next.png);
	background-position: center;
	background-repeat: no-repeat;
}

.r_btn:hover,
.l_btn:hover {
	transform: scale(1.3, 1.3);
}

.notice_main .msg {
	position: relative;
	left: 0;
	top: 205px;
	width: 500px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.notice_main .msg span {
	display: inline-block;
	width: 160px;
	float: left;
}

.notice_main .msg span:nth-child(2) {
	position: relative;
	width: 180px;
	left: 0;
	top: 20px;
	font-size: 18px;
	font-weight: 700;
	color: #fb4925;
}

.notice_main .date {
	position: relative;
    left: 0;
    top: 230px;
    width:353px;;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 0 75px
}


.banner_wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.banner_wrap li {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.banner_wrap li img {
	width: 100%;
	height: 100%;
}

.banner_wrap li span {
	font: 14px/24px "΢���ź�";
	color: #fff;
	position: absolute;
	bottom: 3%;
	right: 2%;
}

.banner_wrap .banner_1 img {
	-webkit-animation: banneranimetion 15s .8s alternate;
	animation: banneranimetion 15s .8s alternate;
}

.banner_wrap .banner_2 {
	display: none;
}

@keyframes banneranimetion {
	0% {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
	}

	50% {
		transform: scale(1.15, 1.15);
		-webkit-transform: scale(1.15, 1.15);
	}

	100% {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
	}
}

@-webkit-keyframes banneranimetion {
	0% {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
	}

	50% {
		transform: scale(1.15, 1.15);
		-webkit-transform: scale(1.15, 1.15);
	}

	100% {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
	}
}

/*banner end*/


.le {
	float: left;
}

.ri {
	float: right;
}

/*ʵʱ��̬ start*/
.bottom_icon {
	width: 51px;
	height: 28px;
	cursor: pointer;
	margin: 0 auto;
	margin-bottom: 8px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.bottom_icon img {
	-webkit-animation: myanimate 1.3s infinite alternate;
	animation: myanimate 1.3s infinite alternate;
	transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transform: scale(.9, .9);
	transform: scale(.9, .9);
}

.bottom {
	width: 100%;
	height: 284px;
	position: absolute;
	bottom: -248px;
	left: 0;
}

.bottom_main {
	width: 100%;
	height: 248px;
	background: url(../images/news_bg.png);
}

.news {
	width: 1280px;
	height: 100%;
	margin: 0 auto;
}



.news_last{
	width: 155px;
	height: 248px;
	text-align: center;
	color: #fff;
	
}

.news_last h3{
	margin: 23px 0 15px;
	font-weight: bold;
}


.news_left {
	width: 550px;
	height: 100%;
	margin-left: 10px;
}

.news_top {
	width: 100%;
	height: 50px;
	padding-top: 14px;
}

.news_title {
	width: 100%;
	height: 100%;
}

.news_title img {
	float: left;
	margin-right: 5px;
	width: 120px;
}

.news_title a {
	position: relative;
	left: 0;
	top: 0;
	width: 85px;
	height: 27px;
	display: block;
	float: right;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 27px;
	margin-top: 10px;
}

.news_title .more::after {
	content: "";
	position: absolute;
	right: -5px;
	top: 0;
	height: 27px;
	width: 20px;
	background: url(../images/more.png);
	background-repeat: no-repeat;
	background-position: center;
}

.news_title a:hover {
	color: #fb4925;
}

.tab_icon {
	height: 30px;
	margin-left: 110px;
	margin-top: 10px;
}

.tab_icon a {
	display: block;
	margin: 0 10px;
	width: 24px;
	height: 24px;
	border: 2px solid #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.tab_icon a.prev {
	background: url(../images/prev.png)
		/*tpa=http://www.cqnsbg.cn/templates/site/images/prev.png*/
		no-repeat center;
}

.tab_icon a.next {
	background: url(../images/next.png)
		/*tpa=http://www.cqnsbg.cn/templates/site/images/next.png*/
		no-repeat center;
}

.tab_icon a:hover {
	border: 2px solid #f89200;
	background-color: #F89200;
}

.news_img {
	width: 100%;
	height: 190px;
}

.news_img li {
	width: 174px !important;
	height: 100%;
	margin: 0 4.5px;
	text-align: center;
	letter-spacing: 2px;
}

.news_img li a {
	display: block;
	width: 100%;
	height: 100%;
}

.news_list_img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.news_list_img img {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	width: 174px;
	height: 120px;
}

.news_img li a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.news_img li a p {
	width: 100%;
	font-size: 16px;
	color: #fff;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 20px;
}

.news_center {
	width: 350px;
	height: auto;
	overflow: hidden;
}



.season {
	width: 100%;
	height: 170px;
	overflow: hidden;
}

.season li {
	transition: 0.5s;
	width: 100% !important;
}

.season li:hover img {
	transform: scale(.9, .9);
	/*GODZ*/
}

.season li:hover p {
	color: #fb4925;
}

.season li img {
	height: 100%;
	width: 150px;
}

.season li img,
.season li p {
	float: left;
}

.season li p {
	width: 180px;
	color: #fff;
	font-size: 16px;
	padding-left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-top:9px
}

.on .shuzhi1 {
	animation: shake-leftright 7s infinite linear;
}

.on .shuzhi2 {
	animation: shake-leftright 6s infinite linear;
}

@keyframes myanimate {
	0% {
		transform: scale(.7, .7);
		opacity: .8;
	}

	100% {
		transform: scale(1, 1);
		opacity: 1;
	}
}

@-webkit-keyframes myanimate {
	0% {
		transform: scale(.7, .7);
		opacity: .8;
	}

	100% {
		transform: scale(1, 1);
		opacity: 1;
	}
}


@-webkit-keyframes shake-leftright {
	0% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0
	}

	20% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0
	}

	40% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0
	}

	60% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0
	}

	80% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0
	}
}

@keyframes shake-leftright {
	0% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0
	}

	20% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0
	}

	40% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0
	}

	60% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0
	}

	80% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0
	}
}



.news_right {
	width: 205px;
	height: 100%;
	margin-left: 10px;
}

.news_title_1 {
	width: 100%;
}

.news_title_1 img {
	margin-right: 0;
}

.video {
	width: 100%;
	height: 150px;
}

.video .videoTag {
	width: 165px;
	height: 100%;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.video .videoTag li {
	display: none;
}

.video .videoTag video {
	width: 165px;
	height: 120px;
}

.video .videoTag .on {
	display: block;
}

.video .videoTag p {
	padding-top: 18px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.video .tag {
	width: 35px;
	height: 100%;
}

.video .tag ul li {
	width: 25px;
	height: 22px;
	color: #fff;
	text-align: center;
	line-height: 23px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	cursor: pointer;
}

.video .tag ul .on {
	width: 35px;
	height: 32px;
	line-height: 32px;
}

.video .tag ul li:nth-child(1) {
	background-color: #05b369;
}

.video .tag ul li:nth-child(2) {
	background-color: #f7ac34;
}

.video .tag ul li:nth-child(3) {
	background-color: #e74724;
}

.video .tag ul li:nth-child(4) {
	background-color: #1891f4;
}

.video .tag ul li:nth-child(5) {
	background-color: #8b54de;
}

/*ʵʱ��̬ end*/
