﻿/*main*/
.main{
	width: 100%;
	padding-bottom: 20px;
}

/*banner*/
.swiper-container {
	width: 100%;
	/*height: 5.2rem;*/
}

.page{
	margin-top:30px;
	padding-bottom:50px;
}
.page li{
    list-style-type: none;
	float: left;
	padding: 4px 20px;
    font-size: 14px;
	border: 1px solid #C0C0C0;
}

.swiper-wrapper,
.swiper-slide,
.swiper-slide img{
	width: 100%;
	height: 100%;
}
.swiper-pagination-bullet-active{
	background-color: #ff0000;
}

/*section-1*/
.section-1-info{
	margin-top: 16px;
	text-align: center;
}
.section-1-info p{
	font-size: 0.373333rem;
	font-weight: bold;
	color: #525252;
}
.section-1-list{
	width: 100%;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}
.section-1-item{
	position: relative;
	float: left;
	width: 2.133333rem;
	height: 2.133333rem;
	margin-left: 0.9rem;
	margin-top: 10px;
}
.section-1-box{
	width: 2.133333rem;
	height: 2.133333rem;
	border-radius: 50%;
	text-align: center;
	line-height: 2.133333rem;
	transform: rotateY(0);
	-webkit-transform: rotateY(0);
	transition: all 0.50s ease-in-out 0s;
	-webkit-transition: all 0.50s ease-in-out 0s;
}
/*.box-content{
	position: absolute;
	top: 0;
	left: 0;
	width: 2.133333rem;
	height: 2.133333rem;
	text-align: center;
	line-height: 11px;
	border-radius: 50%;
	background: rgba(0,0,0,0.7);
	transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);
	transition: all 0.50s ease-in-out 0s;
	-webkit-transition: all 0.50s ease-in-out 0s;
}
.box-content a{
	font-size: 12px;
	color: #fff;
}
.section-1-item:hover .section-1-box{
	transform: rotateY(-90deg);
	-webkit-transform: rotateY(-90deg);
}
.section-1-item:hover .box-content{
	transform: rotateY(0);
	-webkit-transform: rotateY(0);
}*/
.section-1-box p{
	font-size: 0.4rem;
	color: #fff;
}
.one-item{
	background-color: #df4d28;
}
.two-item{
	background-color: #8883bd;
}
.three-item{
	background-color: #5ebbc2;
}
.four-item{
	background-color: #44454a;
}
.five-item{
	background-color: #134a5e;
}
.six-item{
	background-color: #44454a;
}
.fancybox-skin h3{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 12px;
}
.fancybox-skin p{
	font-size: 15px;
	line-height: 2;
	margin-bottom: 15px;
}

/*section-2*/
.section-2{
	width: 100%;
	height: 6.28rem;
	margin-top: 35px;
	background: url(../images/02.jpg) no-repeat;
	background-size: 100% 100%;
}
.section-2 .title{
	padding-top: 15px;
}

.section-2-txt{
	margin-top: 0.266667rem;
	text-align: center;
	color: #fff;
}
.section-2-txt p{
	font-size: 0.266667rem;
}
.section-2-txt h2{
	position: relative;
	margin: 0.2rem 0;
	font-size: 0.346667rem;
	font-weight: bold;
}
.section-2-txt h2::before{
	content: '';
	display: block;
	width: 1px;
	height: 0.333333rem;
	position: absolute;
	top: 0.093333rem;
	left: 4.026667rem;
	background-color: #ffffff;
}
.section-2-txt h2::after{
	content: '';
	display: block;
	width: 1px;
	height: 0.333333rem;
	position: absolute;
	top: 0.093333rem;
	right: 4.026667rem;
	background-color: #ffffff;
}

.section2-list{
	margin-top: 0.426667rem;
}
.section-2-item{
	float: left;
	width: 2.333333rem;
	height: 2.333333rem;
	margin-left: 0.133333rem;
	border: 8px solid #a0a0a0;
	border-radius: 50%;
	box-sizing: border-box;
	text-align: center;
	line-height: 2.106667rem;
}
.section-2-item p{
	font-size: 0.32rem;
	color: #fff;
}

/*section-3-list*/
.section-3{
	width: 100%;
	margin-top: 0.64rem;
}
.section-3-list{
	width: 100%;
}
.section-3-item{
	float: left;
	width: 4.64rem;
	margin-left: 0.24rem;
	margin-top: 0.64rem;
}
.section-3-item a{
	display: block;
    width: 4.64rem;
    height: 2.6rem;
    overflow: hidden;
    position: relative;
}
.section-3-item img{
	    max-width: 100%;
    /* max-height: 100%; */
    /* object-fit: none; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.section-3-item h3{
    width: 100%;
    padding: 4px 6px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 12px;
    color: #fff;
    background-color: rgba(0,0,0,.5);
}

.more{
	text-align: center;
}
.more a{
	display: inline-block;
	width: 2.92rem;
	height: 0.886667rem;
	font-size: 0.346667rem;
	color: #3e3e3e;
	border: 1px solid #626262;
	border-radius: 26px;
	text-align: center;
	line-height: 0.886667rem;
}

.list-more{
	display: block;
	width: 2.92rem;
	height: 0.886667rem;
	margin: 20px auto;
	font-size: 0.346667rem;
	color: #3e3e3e;
	border: 1px solid #626262;
	border-radius: 26px;
	text-align: center;
	line-height: 0.886667rem;
	text-align: center;
}

/*section-4*/
.section-4{
	width: 100%;
}
.section-4-menu{
	width: 100%;
}
.section-4-menu a{
	display: inline-block;
	width: 2.666667rem;
	height: 0.693333rem;
	margin-left: 0.333333rem;
	background-color: #dadada;
	font-size: 0.32rem;
	text-align: center;
	line-height: 0.693333rem;
}
.section-4-menu a.active{
	background-color: #e60005;
	color: #fff;
}

.section-4-item{
	float: left;
	padding: 18px 12px;
	width:100%;
	box-sizing:border-box;
}
.section-4-item li {
	margin-bottom: 0.25rem;
	overflow: hidden;
}
.section-4-item li a.homenewimg {
	width: 2.3rem;
	float: left;
	height: 1.65rem;
	padding: 3px;
	border: 1px solid #d2d2d2;
	display: block;
	box-sizing: content-box;
}
.section-4-item li a.homenewimg img{
	width: 100%;
	height: 100%;
}
.section-4-item li a.homenewtxt {
	width: 6.0rem;
	float: left;
	margin-left: 16px;
}
.section-4-item li a.homenewtxt h3 {
	font-size: 0.426667rem;
	color: #383838;
	line-height: 0.45rem;
}
.t_hide {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.section-4-item li a.homenewtxt span {
	background: url(../img/index/dateicon.gif) no-repeat left center;
    width: 0.16rem;
    height: 0.373333rem;
    background-size: 0.373333rem 0.373333rem;
    font-size: 0.373333rem;
    color: #7b7b7b;
    line-height: 0.373333rem;
    display: block;
    width: 4.25rem;
    padding-left: 0.48rem;
    margin: 0.373333rem 0rem;
}
.section-4-item li a.homenewtxt p {
	font-size: 0.22rem;
	color: #727272;
	line-height: 0.32rem;
}
.three_hide {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/*图片弹窗*/
.bigimg{
	width: 600px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: none;
	z-index: 9999;
	border: 10px solid #fff;
}
.mask{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.5;
	filter: Alpha(opacity=50);
	z-index: 98;
	transition: all 1s;
	display: none;
}

.mask:hover{
	cursor: zoom-out;
}
.bigimg:hover{
	cursor: move;
}
.mask>img{
	position: fixed;
	right: 10px;
	top: 10px;
	width: 60px;
}
.mask>img:hover{
	cursor: pointer;
}

@media screen and (max-width:1024px){
	.section-1-list {
	    width: 80%;
	    margin: 20px auto;
	}
	.section2-list {
	    margin: .426667rem auto;
	    width: 42%;
    }
    .section-3-item{
    	width: 5.74rem;
    }
    .section-3-item a {
	    width: 5.74rem;
	    height: 4.6rem;
    }
    .section-3-item h3{
    	font-size:14px;
    }
    
    .section-4-item li a.homenewimg{
    	width: 8.3rem;
	    height: 4.65rem;
    }
    .section-4-item li a.homenewtxt {
    	width: 8rem;
    }
    .section-4-item li a.homenewtxt h3 {
	    font-size: 16px;
	    line-height: 1.8;
	}

}
@media screen and (max-width:767px){
	.section-1-list {
	    width: 100%;
	    margin: 20px auto;
	}
	.section2-list {
	    margin: .426667rem auto;
	    width: 100%;
    }
    .section-3-item{
    	width: 4.64rem;
    }
    .section-3-item a {
	    width: 4.64rem;
    	height: 2.6rem;
    }
    .section-3-item h3{
    	font-size:12px;
    }
    .section-4-item li a.homenewimg{
    	width: 2.3rem;
	    height: 1.65rem;
    }
    .section-4-item li a.homenewtxt {
    	width: 6rem;
    }
    .section-4-item li a.homenewtxt h3 {
	    font-size: .426667rem;
	    line-height: .45rem;
	}
}
@media screen and (max-width:320px){
	
}
