.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;
}

/*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: #436072;
font-size: 2.666666rem;
}
.tit{
    background-color: #577ad5;
    padding: 7px;
    width: 15%;
    border-radius: 10px;
}
.tit h2{
color: #fff;
text-align: center;
}
.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; */
}

.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;
}