  @charset "utf-8";

/**¹«¹²ÑùÊ½/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
html,body {
	font-family: "Î¢ÈíÑÅºÚ","Microsoft YaHei","HanHei SC","PingHei","PingFang SC","STHeitiSC-Light","Helvetica Neue","Helvetica","Arial";
	color: #333;
	background: #fff;
}
ul li,ol li {
	list-style: none;
}
a {
	text-decoration: none;
	outline: none;
	blr: expression(this.onFocus=this.blur());
	color: #333;
}
img {
	border: none;
}
.logo img {
	border: none;
	width:100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th,td {
	font-weight: normal;
	text-align: left;
}
input,textarea,select,button {
	font-size: 100%;
	font-family: inherit;
	margin: 0;
	padding: 0;
	outline: none;
	/*appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;*/
}
label,button {
	cursor: pointer
}
textarea {
	white-space: pre;
	resize: none;
	border: 1px solid #ececec;
}
article,aside,figcaption,figure,footer,header,hgroup,nav,section,summary {
	display: block;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.wrapper0{
	width: 98%;
	max-width: 1555px;
	margin-left:auto;
	margin-right:auto;
}
.wrapper{
	width: 98%;
	max-width: 1500px;
	margin-left:auto;
	margin-right:auto;
}
/*»ÃµÆÆ¬*/
.swiper-container {
    width: 100%;
}
.swiper-container img,.banner img{
	width: 100%;
	display: block;
}
#burger{
	display: none;
	position: absolute;
	top: 25px;
	right: 20px;
	width: 30px;
    height: 20px;
	cursor: pointer;
}
#burger span{
	width: 30px;
	height: 4px;
	background-color: #C9C9C9;
	display: block;
	margin-bottom: 4px;
	-webkit-transition: -webkit-transform 250ms, opacity 250ms;
	-moz-transition: -moz-transform 250ms, opacity 250ms;
	transition: transform 250ms, opacity 250ms;
}
#burger span:last-of-type{
	margin-bottom: 0;
}
#burger.on span:nth-child(1){
	transform: rotateZ(-45deg) translateX(-5px) translateY(6px);
}
#burger.on span:nth-child(2){
    opacity: 0;
    -webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    -o-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
}
#burger.on span:nth-child(3){
	transform: rotateZ(45deg) translateX(-5px) translateY(-6px);
}
.nav a{
	display: block;
}
/*µ¯´°*/
.pop{
	display: none;
	position: fixed;
	z-index: 200;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow-y: auto;
	background: rgba(0,0,0,0.5);
}
.pop_content{
	display: none;
	width: 100%;
	max-width: 760px;
	background: #fff;
	position: absolute;
	left: 50%;
	padding-bottom: 60px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.pop_close{
	position: absolute;
	top:15px;
	right:15px;
	width: 30px;
	cursor: pointer;
}
.pop_padd{
	padding: 40px 50px;
}
.detailsBtn{
	padding: 2px 5px 2px 10px;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	border-radius: 5px;
}
.moreBtn{
	display: flex;
	justify-content: space-between;
	width: 35px;
}
.moreBtn i{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #8a8a8a;
}
footer{
	background:#4b4d4d;
	padding: 50px;
	color: #bcbcbc;
}
footer .wrapper0{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footBox{
	display: flex;
	align-items: center;
}
.footBox img{
	width:490px;
}
.footBox i{
	width: 6px;
	height: 85px;
	background:#bcbcbc;
	margin: 0 20px;
}
.footBox .footInfo{
	line-height: 25px;
}
footer .code{
	width: 107px;
}
.main{
	padding: 30px 0;
}
.index .lastNews{
	background-image: linear-gradient(#f9ffff, #eef4f4);
	box-shadow: 0px 5px 5px #acacac;
	padding: 20px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.index .lastNews .con{
	padding-left:50px;
	background: url(/images/icon01.png) no-repeat left center;
	font-size: 20px;
	font-weight: bold;
	color: #37607f;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index .lastNews .btn{
	display: flex;
	flex-direction: column;
}
.index .lastNews .btn span{
	display: block;
	cursor: pointer;
	width: 26px;
	height: 16px;
	background-image: url(/images/icon02.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.index .lastNews .btn span.nextBtn{
	background-image: url(/images/icon03.png);
	margin-top: 10px;
}
.index .mainNews{
	display: flex;
	justify-content: space-between;
}
.index .mainNews .left{
	width: 67%;
}
.index .mainNews .left .topNews{
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e50012;
}
.index .mainNews .left .topNews a{
	color:#e50012;
	display: flex;
	justify-content: space-between;
}
.index .mainNews .left .topNews a div{
	font-size: 18px;
	font-weight: bold;
	width: calc(100% - 60px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index .mainNews .left .topNews a .detailsBtn{
	background: #e50012;
}
.index .mainNews .left .newsList{
	display: flex;
	justify-content: space-between;
}
.swiper-container2{
	width: calc(50% - 10px);
	border: 10px solid #f1f1f1;
	position: relative;
	margin-left: 0;
	margin-right: 0;
}
.swiper-container2 .swiper-slide{
	position: relative;
}
.swiper-container2 .swiper-slide p{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 10px;
	background: rgba(0,0,0,0.5);
	color: #fff;
}
.swiper-container2 .swiper-pagination{
	text-align: right;
}
.swiper-container2 .swiper-pagination-bullet{
	background: #d0d0d0;
	opacity: 1;
	margin: 0 2px;
}
.swiper-container2 .swiper-pagination-bullet-active{
	background: #fff;
}
.index .newsTab{
	display: flex;
	flex-direction: column;
	width: calc(50% - 10px);
}
.index .newsTab .tabTit{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 4px solid #f6f6f6;
}
.index .newsTab .tabTit .titBox{
	display: flex;
	align-items: center;
}
.index .newsTab .tabTit .titBox span{
	cursor: pointer;
	padding:6px 5px 10px;
	font-size: 20px;
	color:#565656;
	border-bottom:4px solid transparent;
	position: relative;
	bottom:-4px
}
.index .newsTab .tabTit .titBox span.active{
	border-bottom:4px solid #565656;
}
.index .newsTab .tabTit .titBox i{
	display: inline-block;
	height:20px;
	width: 2px;
	background: #565656;
	margin: 0 10px;
}
.index .newsTab .tabCon{
	height: calc(100% - 50px);
}
.index .newsTab .tabCon ul:last-of-type{
	display: none;
}
.index .newsTab .tabCon ul{
	height: calc(100%);
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.index .newsTab .tabCon li a{
	display: flex;
	justify-content: space-between;
	color: #848484;
}
.index .newsTab .tabCon li a:hover{
	color: #333;
}
.index .newsTab .tabCon li a .newsTit{
	width: calc(100% - 55px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index .culture{
	display: flex;
	margin-top: 30px;
	color: #fff;
	background: url(/images/bg01.jpg) no-repeat center center/100% 100%;
}
.index .culture dl{
	width:290px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 0 40px;
	background: rgba(0,0,0,0.2);
}
.index .culture dt{
	font-size: 22px;
	width:130px;
	margin-bottom: 10px;
}
.index .culture dd{
	color: #fff;
	font-size: 18px;
	line-height: 35px;
	padding: 0 10px;
	border-radius: 5px;
	cursor: pointer;
}
.index .culture dd .icon{
	display: inline-block;
	width: 10px;
	height: 15px;
	background: url(/images/icon04.png) no-repeat center center;
	margin-right: 3px;
}
.index .culture dd:hover{
	background:#1797e7;
}
.index .culture .proInfo{
	width: calc(100% - 290px);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
}
.index .culture .proInfo .subInfo{
	font-size: 20px;
	color: #95defb;
}
.index .culture .proInfoItem{
	text-align: center;
}
.index .culture .proInfoItem:not(:first-of-type){
	display: none;
}
.index .mainNews .right{
	width: calc(33% - 30px);
	background: #f6f6f6;
	padding: 20px;
}
.index .mainNews .right p{
	margin: 20px 0 10px;
	color: #848484;
	line-height: 30px;
}
.index .mainNews .right a{
	display: block;
	text-align: right;
}
.index .mainNews .right .detailsBtn{
	background: #8b8b8b;
}
.index .ad{
	margin-top: 30px;
	display: block;
}
.subPage{
	display: flex;
	justify-content: space-between;
}
.subPage .subNav{
	width: 18%;
}
.subPage .subNav a{
	display: block;
	background: #f2f2f2;
	height: 70px;
	line-height: 70px;
	font-size: 26px;
	text-align: center;
}
.subPage .subNav a:not(:last-of-type){
	border-bottom: 1px solid #d6d6d6;
}
.subPage .subNav a i{
	display: inline-block;
	width:10px;
	height: 22px;
	margin-left:4%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url(/images/icon05.png);
}
.subPage .subNav a:hover,.subPage .subNav a.active{
	background: #c71212;
	color: #fff;
}
.subPage .subNav a:hover i,.subPage .subNav a.active i{
	background-image: url(/images/icon05_active.png);
}
.subPage .subPageMain{
	width: calc(82% - 30px);
}
.breadNav{
	border-bottom:1px solid #c71212;
	text-align: right;
	padding: 14px;
	font-size: 18px;
}
.subPage .newsList{
	padding: 25px 15px;
}
.subPage .newsList a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 50px;
	font-size: 20px;
	color: #4d4c4c;
	border-bottom: 1px solid #dcdada;
}
.subPage .newsList a:hover{
	text-decoration: underline;
}
.subPage .newsList .title{
	width: calc(100% - 120px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.subPage .newsList .title::before{
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #939393;
	border-radius: 50%;
	margin-right: 10px;
}
.pagingBox{
	display: flex;
	justify-content: center;
}
.pagingBox div a{
	justify-content: center;
	align-items: center;
	padding: 5px 15px;
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
	border-right:1px solid #cfcfcf;
}
	.pagingBox div a:first-of-type {
		border-left: 1px solid #cfcfcf;
		border-radius: 6px 0 0 6px;
	}
	.pagingBox div a:last-of-type {
		border-radius: 0 6px 6px 0;
	}
	.pagingBox div a:hover, .pagingBox div a.active {
		background: #919191;
		color: #fff;
	}
.subPage .imgList{
	display: flex;
	flex-wrap: wrap;
	padding: 25px 0px;
	justify-content: space-between;
}
.subPage .imgList a{
	width: calc(33.33% - 20px);
	margin-bottom: 10px;
}
.subPage .imgList a:hover img{
	transform: scale(1.1);
}
.subPage .imgBox{
	border: 10px solid #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: relative;
	width: 100%;
	padding-top: 126%;
	overflow: hidden;
	height: 0;
}
.subPage .imgBox img{
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
}
.subPage .imgList .title{
	text-align: center;
	padding: 20px 0;
}
.subPage .contantPage{
	padding: 10px;
}

@media only screen and (min-width: 1600px){
	html,body{
		font-size: 16px;
	}
	.nav .first_nav span:first-of-type{
		font-size: 20px;
	}
}
@media only screen and (max-width: 1600px){
	html,body{
		font-size: 14px;
	}
	.main{
		padding: 20px 0;
	}
	.index .lastNews{
		padding: 10px 20px;
	}
	.index .lastNews .con{
		font-size: 18px;
	}
	.footBox img{
		width: 350px;
	}
	.subPage .subNav a{
		font-size: 24px;
		height: 60px;
		line-height: 60px;
	}
	.subPage .newsList a{
		font-size: 18px;
	}
}
@media only screen and (max-width: 1600px) and (min-width: 1024px){
	.nav .first_nav span:first-of-type{
		font-size: 16px;
	}
}
@media only screen and (min-width: 1024px){
	header{
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		background: rgba(255, 255, 255, 0.5);
		z-index: 2;
		transition: all 0.3s;
	}
	header .wrapper0{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 20px 0;
	}
	.logo{
		width: 30%;
		max-width:490px
	}
	.phone img{
		display: block;
	}
	.nav{
		display: flex;
	}
	.nav li{
		padding: 0 2px;
		position:relative;
		padding-bottom: 10px;
		border-bottom: 7px solid rgba(255,255,255,0);
	}
	.nav .first_nav{
		padding: 10px 20px;
	}
	.nav li:not(:last-of-type) .first_nav{
		border-right: 1px solid #7c7c7c;
	}
	.nav .first_nav span{
		display: block;
	}
	.nav .first_nav span:first-of-type{
		font-weight: bold;
	}
	.nav li.active,.nav li:hover{
		border-bottom: 7px solid #e50012;
	}
	.nav li.active .first_nav,.nav li:hover .first_nav{
		color: #e50012;
	}
	.nav .sec_nav{
		display: none;
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		overflow: hidden;
		z-index: 2;
		padding-top: 30px;
	}
	.sec_nav a{
		background: rgba(255,255,255,0.5);
		line-height:40px;
		width: 150px;
		text-align: center;
	}
	.sec_nav a:hover{
		color: #e50012;
	}
}

@media only screen and (max-width: 1023px){
	#burger{
		display: block;
	}
	header{
		background:#fff;
		position: relative;
		padding: 10px 0;
	}
	.logo{
		display: block;
		width: 70%;
		max-width:300px
	}
	.phone{
		display: none;
	}
	.nav{
		display: none;
		border-top: 1px solid #aaaaaa;
		position: absolute;
		z-index: 100;
		top: 100%;
		left: 0;
		width: 100%;
		background:#fff;
	}
	.nav .first_nav{
		line-height: 40px;
		text-indent: 20px;
		border-bottom: 1px solid #aaaaaa;
	}
	.nav .first_nav span:last-of-type{
		color: #888;
	}
	.nav .sec_nav{
		display: none;
	}
	.nav .sec_nav a{
		line-height: 30px;
		text-indent: 30px;
		border-bottom: 1px dotted #aaaaaa;
	}
	.index .lastNews{
		margin-bottom: 20px;
	}
	.index .lastNews .btn{
		display: none;
	}
	.index .mainNews{
		display: block;
	}
	.index .mainNews .left,.index .mainNews .right{
		width: 100%;
	}
	.index .mainNews .left .topNews{
		margin-bottom: 20px;
	}
	.index .culture{
		margin: 20px 0;
	}
	.index .ad{
		margin-top: 20px;
	}
	.footBox img{
		width: 280px;
	}
	.subPage .subNav a{
		font-size: 20px;
		height: 50px;
		line-height: 50px;
	}
	.subPage .subNav a i{
		width:8px;
		height: 18px;
	}
}

@media only screen and (max-width: 960px){
	.index .newsTab .tabTit .titBox span{
		font-size: 18px;
	}
	.footBox img,.footBox i{
		display: none;
	}
	footer{
		padding: 2%;
	}
	.subPage .subNav{
		display: none;
	}
	.subPage .subPageMain{
		width: 100%;
	}
	.breadNav{
		padding: 0 10px 10px 0;
	}
	.subPage .newsList{
		padding:15px;
	}
	.subPage .newsList a{
		font-size: 16px;
		line-height: 35px;
	}
	.subPage .newsList .title{
		width: calc(100% - 100px);
	}
	
	.subPage .imgList a{
		width: calc(33.33% - 10px);
	}
	.subPage .imgBox{
		padding-top: 120%;
	}
	.subPage .imgList .title{
		padding: 10px 0;
	}
}

@media only screen and (max-width: 768px) {
	.index .mainNews .left .newsList{
		display: block;
	}
	.swiper-container2,.index .newsTab{
		width: 100%;
	}
	.index .newsTab .tabCon li a{
		line-height: 30px;
	}
	.index .culture .proInfo{
		font-size: 25px;
	}
	.index .culture .proInfo .subInfo{
		font-size: 18px;
	}
}

@media only screen and (max-width: 640px) {
	.index .lastNews .con{
		padding-left: 30px;
		background-size: 20px auto;
	}
	.index .mainNews .left .topNews a div{
		font-size: 16px;
		width: 100%;
	}
	.index .mainNews .left .topNews a .detailsBtn{
		display: none;
	}
	.index .newsTab .tabTit .titBox span{
		font-size: 16px;
	}
	.index .culture dl{
		width: auto;
		padding:20px;
	}
	.index .culture .proInfo{
		width: auto;
		flex: 1;
	}
	footer .wrapper0{
		display: block;
	}
	footer .code{
		margin-top: 10px;
	}
	.subPage .imgList a{
		width: calc(50% - 5px);
	}
}

@media only screen and (max-width: 480px) {
	.index .lastNews{
		padding:10px;
	}
	.index .lastNews .con{
		font-size: 16px;
	}
	.index .mainNews .right{
		padding: 10px;
	}
	.index .mainNews .right p{
		margin-top: 10px;
	}
	.index .culture dl{
		padding: 20px 10px;
	}
	.index .culture dt{
		font-size: 20px;
		width: 110px;
	}
	.index .culture .proInfo{
		font-size: 22px;
	}
	.index .culture .proInfo .subInfo{
		font-size: 14px;
	}
	.breadNav{
		font-size: 16px;
	}
	.subPage .newsList a{
		font-size: 14px;
	}
	.subPage .newsList .title{
		width: calc(100% - 80px);
	}
	.subPage .newsList .title::before{
		width: 8px;
		height: 8px;
		margin-right: 5px;
	}
	.index .lastNews .con{
		background-size: 10px auto;
		padding-left: 15px;
	}
	.pagingBox div a {
		justify-content: center;
		align-items: center;
		padding: 2px 2px;
		border-top: 1px solid #cfcfcf;
		border-bottom: 1px solid #cfcfcf;
		border-right: 1px solid #cfcfcf;
	}
}