* {
	padding: 0;
	margin: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body{
    overflow: hidden;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 250px;
}   
a{
    color: #333;
}

:root{
	--main-color: #1d71b7;
}

.clear{
	clear: both;
}

/* start 元素渐隐 渐现样式 */
.flex-table{
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	   -moz-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-align-items: stretch;
	   -moz-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

body:before{
    content: '';
    color: #cc0000;
    width: 100%;
    height: 20px;
    top: 0; left: 0; position:fixed;
    z-index: 999999999;
    display: none;
}


.mt32{
	margin-top: 24px;
}


header{
	position: relative;
	z-index: 1;
}
header img{
	width: 100%;
}

.w{
	position: relative;
	width: 1200px;
	margin: -80px auto 0 auto;
	box-shadow: 0 5px 5px #ccc;
	background: #fff;
	min-height: 2000px;
	z-index: 2;
}

nav{
	height: 65px;
	display: flex;
	align-items: center;
	background: var(--main-color);
	padding: 0 30px;
}
nav a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #fff;
	flex: 1;
}
nav a:hover{
	color: #fff;
}

.main{
	padding: 10px;
}

.p1{
	display: flex;
	align-items: flex-start;
}
.p1 .banner{
	width: 720px;
	height: 480px;
	background: var(--main-color);
}
.p1 .banner .swiper-wrapper,.p1 .banner .swiper-container{
	width: 100%;
	height: 100%;
}
.p1 .banner .swiper-slide{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-image: url(../images/002.png);
}
.p1 .banner .swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
}

.p1 .banner .swiper-slide span {
    width: 100%;
    padding: 10px 2%;
    font-size: 24px;
    line-height: 34px;
    max-height: 68px;
}
.p1 .banner .swiper-slide span {
    position: absolute;
    bottom: 0px;
    left: 0;
    height: auto;
    display: block;
    background: -moz-linear-gradient(top,rgba(0,0,0,0),#000);
    background: -webkit-gradient(linear,top,from(rgba(0,0,0,0)),to(#000));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),#000);
    background: -o-linear-gradient(top,rgba(0,0,0,0),#000);
    color: #fff;
    overflow: hidden;
}

.p1 .index-lists{
	flex: 1;
	height: 480px;
	/*height: 100%;*/
	overflow: hidden;
	margin-left: 32px;
}
.index-title{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index-title img{
	width: auto!important;
}
.index-title p,.index-title a{
	display: flex;
	flex: 1;
	align-items: center;
	text-align: right;
	justify-content: flex-end;
	font-size: 14px;
	color: #595757;
}
.index-title p{
	opacity: 0;
}

.p1{
	margin-top: 16px;
}
.p1 .index-lists a.topone{
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.p1 .index-lists a.topone h4{
	font-size: 22px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.p1 .index-lists a.topone span{
	display: flex;
	font-size: 18px;
	opacity: 0.8;
	line-height: 32px;
	margin-top: 4px;
}
.p1 .index-lists p{
	margin-top: 8px;
}
.p1 .index-lists p a{
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 18px;
	line-height: 47px;
	background-image: url(../images/004.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.p2{
	margin-top: 56px;
}
.p2 .c{
	margin-top: 40px;
	display: flex;
	align-items: flex-start;
}
.p2 .l{
	width: 680px;
	margin-right: 50px;
}
.p2 .l a{
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}
.p2 .l a .img{
	width: 340px;
	height: 220px;
	background-position: center;
	background-size: cover;
	background-image: url(../images/002.png);
	margin-right: 20px;
}
.p2 .l a p{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
}
.p2 .l a p span:nth-child(1){
	font-size: 22px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 35px;
}
.p2 .l a p span:nth-child(2){
	font-size: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 32px;
	opacity: 0.7;
}

.p2 .r{
	flex: 1;
}
.p2 .r a{
	display: flex;
	flex-direction: column;
	padding: 28px 0;
	border-bottom: 2px #d6d6d6 solid;
}
.p2 .r a:first-child{
	padding-top: 0;
}
.p2 .r a:last-child{
	border-bottom: 0;
}
.p2 .r a h4{
	font-size: 22px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: normal;
	border-left: 4px var(--main-color) solid;
	height: 24px;
	line-height: 24px;
	padding-left: 8px;
}
.p2 .r a span{
	font-size: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	opacity: 0.7;
	padding-left: 12px;
	margin-top: 10px;
}



.p3{
	margin-top: 56px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.p3 > div{
	width: 48%;
	min-height: 20px;
}

a.topone-box{
	display: flex;
	align-items: flex-start;
}
a.topone-box .img{
	width: 220px;
	height: 150px;
	background-position: center;
	background-size: cover;
	margin-right: 20px;
	background-image: url(../images/002.png);
}
a.topone-box p{
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	flex: 1;
}
a.topone-box p span:nth-child(1){
	font-size: 22px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
a.topone-box p span:nth-child(2){
	font-size: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	opacity: 0.7;
	line-height: 26px;
	margin-top: 16px;
}
p.normal-list{
	margin-top: 16px;
}
p.normal-list a{
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 18px;
	line-height: 35px;
	background-image: url(../images/004.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}


.p4{
	margin-top: 56px;
}

.index-roll-pic{
	margin-top: 24px;
}
.index-roll-pic a{
	display: flex;
	height: 200px;
	background: #ccc;
	position: relative;
}
.index-roll-pic a .img{
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-image: url(../images/002.png);
}
.index-roll-pic a span{
	position: absolute;
	width: 100%;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	color: #fff;
	z-index: 2;
	bottom: 0;
	left: 0;
	padding: 0 8px;
}
.index-roll-pic a:after{
	content: '';
	height: 48px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #0000;
	opacity: 0.7;
	z-index: 1;
}


.index-video{
	margin-top: 56px;
}
.index-video .c{
	/*position: relative;*/
	overflow: hidden;
	line-height: 100%;
	margin-top: 24px;
	display: flex;
	justify-content: space-between;
}
.index-video .c .video-box{
	width: 900px;
	height: 550px;
	background: #000;
}
.index-video .c .video-list{
	height: 550px;
	width: 260px;
	overflow: hidden;
}
.index-video .c .video-list a{
	display: flex;
	width: 100%;
	height: 130px;
	background: #fff;
	margin-bottom: 15px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}


/*.index-video .c video{
	width: 100%;
	height: 100%;
	background-color: #000;
}
.index-video .c span{
	position: absolute;
	width: 100%;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	z-index: 2;
	bottom: 0;
	left: 0;
}
.index-video .c:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 48px;
	left: 0;
	bottom: 0;
	background: #fff;
	opacity: 0.6;
	z-index: 1;
}*/


.index-pics{
	margin-top: 56px;
	padding-bottom: 50px;
}
.index-pics .c{
	display: flex;
	align-items: flex-start;
}
.index-pics .c .img{
	background-size: cover;
	background-position: center;
	background-image: url(../images/002.png);
}
.index-pics .c > .img{
	width: 690px;
	height: 426px;
	margin-right: 10px;
}
.index-pics .c .r{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	flex: 1;
	justify-content: space-between;
}
.index-pics .c .r .img:nth-child(1),.index-pics .c .r .img:nth-child(2){
	width: 49%;
	height: 180px;
}
.index-pics .c .r .img:nth-child(3){
	width: 100%;
	height: 235px;
	margin-top: 10px;
}


.big-img{
	width: 100%;
	height: 600px;
	position: relative;
	overflow: hidden;
}
.big-img img{
	width: 100%;
	min-height: 600px;
}
.big-img span{
	font-size: 16px;
	color: #fff;
	display: block;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #000;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0.8;
}
.thumb-img{
	height: 148px;
	background: #000;
}
.thumb-img img{
	width: 100%;
	min-height: 148px;
	opacity: 1;
}
.swiper-slide-active .thumb-img  img{
	opacity: 1!important;
}

.footer{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-top: 120px;
}
.footer > img{
	width: 140px;
	box-shadow: 0 5px 20px #666;
}
