﻿@charset "utf-8";
*{margin: 0;padding: 0;}
@media screen and (min-width:0px) {
	.yy {
		background: url(../image/ZR/YY.jpg);
    width: 100%;
    height: 53px;
    background-size: cover;
	}
	
	.middle {
		margin: 0 auto;
		width: 1899px;
		height: 944px;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		background-color: rgb(240, 240, 242);
	}

	.banner {
		width: 1899px;
		height: 637px;
		margin-top: 6px;
	}

	.banner img {
		width: 1899px;
		height: 637px;
		background-size: cover;
	}

	.mid {
		width: 1899px;
		min-width: 1899px;
		height: 754px;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	.con {
		width: 1579px;
		height: 663px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.c {
		width: 490px;
		height: 80px;
	}

	.hanzi {
		text-decoration: none;
		color: #000055;
		font-size: 26px;
		font-weight: 600;
		cursor: pointer;
	}

	.hanzi:focus {
		text-decoration: none;
	}

	.ying {
		text-decoration: none;
		color: #000055;
		font-size: 26px;
		cursor: pointer;
	}

	.ying:focus {
		text-decoration: none;
	}
}
