﻿.wrapper{
	width: 1400px;
	margin: 0 auto;
}

.omb_banner{
	width: 100%;
}
.omb_banner img{
	width: 100%;
	display: block;
}

.omb_box{margin-top: 40px;}
/* .omb_title{
	text-align: center;
} */
.omb_title img{
	width: 40%;
}
.omb_title p{
	font-size: 38px;
	font-family: "微软雅黑";
	color: #2527c9;
}
.omb_title p::before{
	content: '';
    display: block;
    width: 77px;
    height: 2px;
    position: relative;
    bottom: -61px;
    left: 7%;
    margin-left: -74px;
    background-color: #2527c9;
}

.omb_cont{
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.jiage_pic{
	width: 50%;
	margin-top: -10%;
}
.jiage_pic img{
	width: 100%;
	display: block;
}
.jiage_jieshao{
	width: 40%;
	padding-top: 3%;
}
.jiage_jieshao > div{
	width: 35%;
	margin-bottom: 20px;
}
.jiage_jieshao > div img{
	width: 100%;
}
.jiage_jieshao p{
	font-size: 22px;
	font-weight: bold;
	font-family: "微软雅黑";
	line-height: 1.8;
	padding-right: 11px;
}
.jiage_jieshao a{
	padding: 10px;
	margin-top: 48px;
	font-size: 24px;
	background-color: blue;
	text-align: center;
	display: block;
	border-radius: 50px;
	color: #fff;
}
.jiage_jieshao a:hover{
	background-color: #2527c9;
}
.omb_way{
	margin-top: 40px;
	padding:30px;
}
.omb_way h1{
	width: 30%;
	margin: 0 auto;
	border: 3px solid #fff;
	font-size: 50px;
	font-family: "微软雅黑";
	color: #fff;
	text-align: center;
}
.omb_way_cont{
	margin-top: 30px;
	padding: 10px;
	border: 1px solid #fff;
	display: flex;
	justify-content: space-around;
}
.omb_way_item{
	width: 48%;
}
.omb_way_line{
	width: 1%;
	margin-top: 4%;
}
.omb_way_line img{
	width: 100%;
}
.omb_way_title{
	width: 25%;
	margin: 0 auto 20px;
	border: 2px solid #a486f4;
	background-color: #fff;
	padding: 4px;
	text-align: center;
}
.omb_way_title p{
	background-color: #a686f4;
	color: #fff;
	font-size: 30px;
	font-family: "微软雅黑";
	font-weight: bold;
}
.omb_way_item ul li{
	line-height: 1.8;
	color: #fff;
	font-size: 20px;
	font-family: "微软雅黑";
}

.omb_liucheng{
	position: relative;
	margin-top: 20px;
}
.omb_liucheng img{
	width: 100%;
	display: block;
}
.omb_liucheng > div{
	position: absolute;
	font-size: 18px;
	font-family: "微软雅黑";
	width: 16%;
}
.lc1{
	bottom: 20%;
	left: 12%;
}
.lc2{
	top: 33%;
    left: 30%;
}
.lc3{
	bottom: 20%;
	left: 44%;
}
.lc4{
	top: 33%;
    right: 24%;
}
.lc5{
	bottom: 20%;
	right: 9%;
}

.big_jz{
	width: 50%;
}
.big_jz img{
	width: 100%;
}
.small_jz{
	width: 48%;
	margin-left: 2%;
}
.small_jz ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.small_jz ul li{
	width: 49%;
	margin-bottom: 2%;
}
.small_jz ul li:nth-child(3),
.small_jz ul li:nth-child(4){
	margin-bottom: 0;
}
.small_jz ul li img{
	width: 100%;
}

.jb_item{
	width: 26%;
	text-align: center;
}
.jb_item > div{
	width: 100%;
}
.jb_item img{
	width: 100%;
	display: block;
}
.jb_item p{
	margin-top: 8px;
	font-size: 18px;
	font-weight: bold;
	font-family: "微软雅黑";
}

.jb_li{
	width: 17%;
	margin-bottom: 2%;
	text-align: center;
}
.jb_li > div{
	width: 100%;
}
.jb_li img{
	width: 100%;
	display: block;
}
.jb_li p{
	margin-top: 8px;
	font-size: 18px;
	font-weight: bold;
	font-family: "微软雅黑";
}

.meiti{
	width: 100%;
	margin-top: 20px;
}
.meiti img{
	width: 100%;
	display: block;
}

.dianhua{
	width: 40%;
	margin: 40px auto;
}
.dianhua img{
	width: 100%;
	display: block;
}

.video-wrap{
	display:flex;
	justify-content:space-around;
	flex-wrap:wrap}
.video-wrap li{
	margin-top:3%;
	width:30%;
	cursor:pointer;
	list-style-type:none;
	border-radius:10px;
	border:solid 1px rgba(131,131,131,.5)}
.video-box-img{
	width:100%;
	position:relative}
.video-box-img img{
	display:block;
	cursor:pointer;
	width:100%;
	height:100%;
	transition:all .6s;
	-webkit-transition:all .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:#333;
	padding:10px 6px;
	text-align:center}


@media screen and (max-width: 1680px){
	.wrapper{width: 1300px;}


}

@media screen and (max-width: 1600px){
	.wrapper{width: 1200px;}

	.omb_way h1{font-size: 40px;}
	.omb_way_item ul li{font-size: 16px;}
	.omb_way_title{width: 22%;}
	.omb_way_title p{font-size: 24px;}

}

@media screen and (max-width: 1440px){
	.wrapper{width: 1100px;}

	.omb_liucheng > div{font-size: 16px;}

}

@media screen and (max-width: 1400px){
	.wrapper{width: 980px;}

	.omb_title p{font-size: 22px;}
	.jiage_jieshao {padding-top: 2%;}
	.jiage_jieshao p{font-size: 16px;}
	.omb_way h1 {font-size: 36px;}
	.omb_way_title p {font-size: 18px;}
	.omb_way_item ul li {font-size: 14px;line-height: 1.5;}
	.omb_liucheng > div {font-size: 14px;}

}