.wrapper{
	width: 1200px;
	margin: 0 auto;
}
.box{
	width: 100%;
	margin: 0 auto;
}

/*浮动代码*/
.fl{float: left;}
.fr{float: right;}

/*清除浮动代码*/
.clearfix:after{
	display:block;
	clear:both;
	content:"";
	visibility:hidden;
	height:0;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.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;
}
.swiper-slide img{width: 100%;}

/*banner*/
.section1 img,
.ads img{
	display: block;
	width: 100%;
}
.sec{
    margin-top: 30px;
}
.secs{
    background-color: #f3f5f7;
}
.ads,
.dsanli{
    margin: 30px 0;
}
.mxzy{
    padding: 20px;
}
.title h1{
   font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: #485659;
font-size: 3rem;
}
.tit{
    background-color: #485659;
    padding: 7px;
    width: 15%;
    border-radius: 10px;
}
.tit h2{
color: #fff;
text-align: center;
font-size: 1rem;
}
.anli{
    border: 3px solid #f3f3f3;
    margin-top: 20px;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .05);
    -webkit-box-shadow: #d4d2d2 0px 0px 10px;
    -moz-box-shadow: #d4d2d2 0px 0px 10px;
}
.section2{
	width: 100%;
	margin-top: 80px;
}
.section2-content{
	width: 100%;
    background-color: #fff;
}
.section2-li{
	width: 23%;
    float: left;
    /* margin-left: 2%; */
    margin: 1%;
    text-align: center;
}
.section2-li-img{
	width: 100%;
	margin-bottom: 16px;
	cursor: pointer;
}
.section2-li-img img{
	width: 100%;
	display: block;
}
.section2-li:hover{
    transform: scale(1.2);
   -webkit-transform: scale(1.2);
}
.section2-li span{
	font-size: 14px;
	font-family: 'å¾®è½¯é›…é»‘';
	color: #000;
	/* background: #40001b; */
}
.section3{
	width: 100%;
	margin-top: 60px;
}
.section3 .title{
	text-align: center;
}
.section3 .title h1{
	font-size: 50px;
	font-weight: bold;
	font-family: '迷你简中倩';
}
.section3-content{
	margin: 20px;
}
.section3-item{
	float: left;
	width: 31.333%;
	margin-left: 3%;
	padding: 8px;
	border: 1px solid #000000;
	box-sizing: border-box;
}
.section3-item:first-child{margin-left: 0;}
.section3-item img{
	width: 100%;
	display: block;
}
.section3-list .section3-item:nth-child(1){
	width: 45%;
	float: left;
}
.section3-list .section3-item:nth-child(2){
	width: 45%;
	float: right;
	margin-left: auto;
}
.video-wrap {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.video-wrap li {
    margin: 3% 0;
    width: 24%;
    cursor: pointer;
    list-style-type: none;
    border-radius: 10px;
    border: solid 1px rgba(131,131,131,.5);
    /* background-color: #4c4944; */
}
.video-box-img{
	width: 100%;
	position: relative;}
.video-box-img img {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.video-box-img .bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
}
.video-box-img .bofang img {
    width: 100%;
    opacity:0.3;
}
.video-wrap li p {
    font-size: 16px;
    color: #000;
    padding: 10px 6px;
    text-align: center;
}