.hide{
	display: none;
}
.top_bg {
    width: 100%;
    height: 360px;
    background: url(/picture/2821/2210311635360341019.png) no-repeat center center;
    position: relative;
}

.top_content {
    padding-top: 90px;
}

.top_title {
    font-size: 60px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 28px;
}

.top_subtitle {
    font-size: 48px;
    color: #ffffff;
}

.content {
    padding: 50px 0;
}

.rmsx{
	padding-top: 70px;
}

.rmsx_title{
	font-size: 50px;
	color: #000000;
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
}

.rmsx_item{
	width: 587px;
	height: 90px;
	line-height: 90px;
	font-size: 40px;
	display: inline-block;
	margin: 0px 20px 20px 0px;
	background-color: #f6f6f6;
}

.rmsx_item:nth-child(2n){
	margin-right: 0;
}

.rmsx_item a{
	display: block;
	padding-left: 40px;
	color: #000;
	cursor: pointer;
}

.rmsx_item:hover{
	background-color: #2C8DFE;
}
.rmsx_item:hover a{
	color: #fff;
}

.jkyl {
    padding-top: 70px;
}

.jkyl_box {
    margin-bottom: 60px;
    line-height: 50px;
}

.jkyl_title {
    font-size: 50px;
	margin-right: 40px;
    color: #000000;
	display: block;
	padding-bottom: 20px;
	cursor: pointer;
}

.jkyl_more a {
    font-size: 40px;
    color: #2c8dfe;
}

.jkyl_hover{
	border-bottom: 8px solid #2C8DFE;
	font-weight: bold;
}

.jkyl_list {
    width: 100%;
    padding-right: 39px;
}

.jkyl_list li {
    width: 30%;
    float: left;
    margin-bottom: 40px;
    min-height: 385px;
}

.jkyl_list li {
    margin-left: 3.3%;
}

.jkyl_item1_img {
    width: 248px;
    height: 248px;
    position: relative;
    margin: 0 auto;
}
.jkyl_item1_img .imgUrl {
    display: block;
}
.jkyl_item1_img .qrCodeImgUrl {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #468dff;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.2);
    z-index: 10;
    flex-direction: column;
    justify-content: center;
}
.jkyl_item1_img:hover .imgUrl {
    /*display: none;*/
}
.jkyl_item1_img:hover .qrCodeImgUrl {
    display: flex;
}
.jkyl_item1_img .text-box {
    color: #fff;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}

.jkyl_item1_img img {
    width: 100%;
    /*height: 100%;*/
    display: block;
}

.jkyl_item_title {
    font-size: 40px;
    color: #000000;
    text-align: center;
    margin-top: 30px;
}

.dsrk{
	padding-top: 70px;
}
.dsrk_title{
	font-size: 50px;
	color: #000;
	font-weight: bold;
	margin-bottom: 60px;
}

.dsrk_item{
	width: 285px;
	margin: 0px 20px 20px 0px;
	float: left;
}

.dsrk_item:nth-child(4n){
	margin-right: 0;
}

.dsrk_item a{
	display: block;
	width: 100%;
	height: 100%;
}

.dsrk_item img{
	display: block;
	width: 100%;
	height: 185px;
}

.dsrk_item span{
	display: block;
	width: 100%;
	height: 80px;
	border: 1px solid #dadada;
	font-size: 40px;
	line-height: 80px;
	text-align: center;
}

.dsrk_item:hover{
	background-color: #2C8DFE;
}

.dsrk_item:hover span{
	border: none;
	color: #fff;
}

.iframe {
    width: 100%;
    height: 600px;
}

.qrcode {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 5px;
    position: absolute;
    left: 53%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.qrcode .text-box {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}
