html {
	font-family: "微软雅黑";
	font-weight: 400;
	font-size: 16px;
}

html,
body {
	width: 100%;
}

html,
body,
ul,
p,
img {
	padding: 0;
	margin: 0;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	border: none;
	color: #000;
}

img {
	border: none;
}

iframe {
	border: none;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#bg {
	width: 100%;
	min-width: 1200px;
	min-height: 1000px;
	margin: 0 auto;
	/* background: url(../images/background_3.jpg) no-repeat; */
	background-color: #f0f0f0;
	/* background-size: cover;
	background-attachment: fixed;
	background-position: center top; */
}

#top_1 {
	width: 100%;
	height: 48px;
	background: #EEEEEE;
	line-height: 48px;
}

#top_1_main {
	width: 1200px;
	height: 48px;
	margin: 0 auto;
}

#top_1_left {
	float: left;
}

#top_1_right {
	float: right;
	min-width: 0px;
	height: 48px;
}

#top_1_right li{
	float: left;
	margin-left: 20px;
}

#top_1_right li a img{
	vertical-align: middle;
	height: 18px;
	margin-top: -3px;
}

#top {
	width: 100%;
	height: 200px;
	margin: 0 auto;
	/* background-image: url(../images/bg1.png); */
	background-repeat: no-repeat;
	background-color: #B3EBFC;
	background-size: auto 100%;
	background-position: center center;
	overflow: hidden;
}

#top_mian{
	width: 1200px;
	height: 200px;
	margin: 0 auto;
	position: relative;
}

#logo {
	width: 450px;
	height: 150px;
	position: absolute;
	left: 33px;
	top: 50px;
}

#logo img{
	width: 100%;
	max-height: 100%;
}

#flash_text{
	position: absolute;
	right: 160px;
	top: 45px;
}

#flash_text p{
	display: none;
	margin-top: 0;
}

#flash_text p{
	animation-duration: 500ms;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-direction: alternate;
	font-size: 28px;
	font-weight: bolder;
	color: #cc0001;
	/* webkit-text-stroke: 0.3px #ffffff; */
     text-shadow: 
           2px 0px 2px #ffffff,
            0px 2px 2px #ffffff,
            -2px 0px 2px #ffffff,
            0px -2px 2px #ffffff;
	font-family: "楷体";
	user-select:none;
	letter-spacing: 2px;
}

@keyframes flashOut{
	0%{
		transform: scaleX(1);
		opacity: 1;
	}
	75%{
		transform: scaleX(1.3);
		opacity: 0.5;
	}
	100%{
		transform: scaleX(1.3);
		opacity: 0;
	}
}

@keyframes flashIn{
	0%{
		transform: scaleX(1.3);
		opacity: 0;
	}
	25%{
		transform: scaleX(1.3);
		opacity: 0.5;
	}
	100%{
		transform: scaleX(1);
		opacity: 1;
	}
}

#warp {
	width: 1200px;
	min-height: 100px;
	background: #ffffff;
	background: #ffffff88;
	box-shadow: 5px 10px 13px #c5c3c3b3;
	padding: 0 13px 13px 13px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
	/* border-radius: 20px 20px 0 0; */
}

#header {
	width: 100%;
	height: 78px;
	background: #cc0001;
	opacity: 1;
	position: relative;
}

#header_nav {
	position: relative;
	width: 1200px;
	height: 78px;
	margin: 0 auto;
}

#header_nav>li {
	width: 11.11%;
	height: 78px;
	float: left;
	text-align: center;
}

#header_nav>li>a {
	width: 100%;
	height: 78px;
	font-weight: 600;
	display: block;
}

#header_nav>li>a.active {
	background: #ba0e0e;
}

#header_nav>li>a:hover {
	background: #ba0e0e;
}

.header_icon {
	height: 22px;
	margin-top: 13px;
}

.header_link {
	width: 43px;
	height: 20px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 28px;
}

.navl{
	display:none;
	position: absolute;
	left: 0;
	width: 1200px;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	border-left: 13px solid #F8F8F8;
	border-right: 13px solid #F8F8F8;
	background-color: #FFFFFF;
}

.navl li{
	display: inline-block;
	padding: 0 10px;
}

.navl li:hover{
	background-color: #ba0e0e;
}

.navl li:hover a{
	color: white;
}

#location {
	width: 1174px;
	height: 50px;
	background-color: #eeeeee;
	background-image: url(../images/govopen/9.png);
	background-repeat: no-repeat;
	background-position: 14px 11px;
	line-height: 50px;
	text-indent: 46px;
	border: 6px solid #fff;
	border-left: none;
	border-right: none;
}

#location a {
	color: #676868
}

#location span {
	color: #676868
}

#links {
	width: 1174px;
	height: 47px;
	background: #cc0001;
	overflow: hidden;
}

#links_title {
	width: 76px;
	height: 47px;
	font-size: 18px;
	color: #fff;
	line-height: 33px;
	text-align: center;
	line-height: 47px;
	margin: 0 27px 0 33px;
	float: left;
}

#links_selecters {
	width: 1038px;
	height: 47px;
	float: left;
}

.links_selecter {
	width: 183px;
	height: 26px;
	background: #fff;
	border: 1px solid #ec6941;
	margin: 10px 15px 0 0;
}

#footer {
	width: 100%;
	height: 180px;
	background: #fff;
	overflow: hidden;
}

#footer_top {
	width: 100%;
	height: 60px;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	line-height: 60px;
	text-align: center;
	border-bottom: 1px solid #d2d2d2;
}

#footer_top a {
	color: #373535;
	cursor: pointer;
}

#footer_top a:hover {
	color: #FF5722;
}

#footer_bottom {
	width: 100%;
	height: 120px;
}

#footer_imgs {
	width: 288px;
	height: 145px;
	margin: 32px 0 0 111px;
	float: left;
}

#footer_imgs a,
#footer_imgs #_span_jiucuo {
	float: left;
}

#footer_line {
	float: left;
	width: 2px;
	height: 40px;
	background: #d2d2d2;
	margin: 7px 34px 0 36px;
}

#info {
	width: 671px;
	height: 100px;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #636060;
	line-height: 24px;
	float: left;
	margin-top: 25px;
	overflow: hidden;
}

#info a {
	color: #636060;
}

#info_img {
	position: relative;
	top: 3px;
}

#right_list {
	width: 62px;
	height: auto;
	position: fixed;
	top: 140px;
	/* left: 50%;
	margin-left: 660px; */
	right: 0;
	list-style: none;
	box-shadow: 0 0 5px #777777;
	transition: 0.5s;
}

#right_list.hide{
	right: -62px;
}

#right_list.hide #right_list_btn{
	background-image: url(../images/right_list_sanjiao_left.png);
}

#right_list_btn {
	width: 15px;
	height: 100%;
	position: absolute;
	left: -15px;
	top: 0;
	background-color: #dfdfdf;
	border-top-left-radius: 20px 20%;
	border-bottom-left-radius: 20px 20%;
	background-image: url(../images/right_list_sanjiao_right.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#right_list li {
	width: 50px;
	height: 60px;
	padding: 5px;
	border: 1px solid #cccccc;
	border-top-width: 0;
	background-color: #ffffff;
}

#right_list li p {
	height: 15px;
	line-height: 10px;
	font-size: 12px;
	text-align: center;
}

#right_list li a {
	display: block;
	width: 50px;
	height: 50px;
}

#right_list li a>img {
	background-color: #ffffff;
	width: 50px;
	height: 50px;
}

#erweima_box {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3;
	display: none;
}

#erweima_bg {
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=70);
	opacity: 0.7;
	position: absolute;
}


#erweima_box img {
	width: 280px;
	height: 280px;
	position: absolute;
	left: 50%;
	top: -140px;
	top: 50% \0;
	border: 5px solid #fff \0;
	margin: -140px 0 0 -140px;
	transform: scale(0.5, 0.5);
	animation-duration: 500ms;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
}

@keyframes ewmShow {
	0% {
		top: -140px;
		transform: scale(0.5, 0.5);
	}

	40% {
		top: 50%;
	}

	100% {
		top: 50%;
		transform: scale(1, 1);
	}
}

@keyframes ewmHide {
	0% {
		top: 50%;
		transform: scale(1, 1);
	}

	40% {
		top: 50%;
		transform: scale(0.5, 0.5);
	}

	100% {
		top: -140px;
		transform: scale(0.5, 0.5);
	}
}

#content {
	width: 1174px;
	background: #fff;
	min-height: 100px;
	border-bottom: 20px solid #fff;
	overflow: hidden;
	position: relative;
}