﻿@charset "utf-8";
/* CSS Document */


body {
	background: #edfeff;
	min-width: 1200px;
}
.top_nav {
	height: 35px;
	background: #eee;
}
.top_nav_box {
	width: 1200px;
	height: 35px;
	margin: 0 auto;
	line-height: 35px;
}
.top_nav_box #time {
	float: left;
	font-size: 14px;
	color: #747472;
}
.top_nav_box .qinghai {
	float: right;
	font-size: 14px;
	color: #1e85ff;
}
.top_nav_box .qinghai a {
	color: #1e85ff;
}
.banner {
	height: 140px;
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.banner .qhlogo {
	width: 492px;
	height: 96px;
	float: left;
	background: url("http://ybj.qinghai.gov.cn/images/qhLogo.png") 0 0 no-repeat;
	margin-top: 23px;
}
/*搜索*/
.search .con {
	background: rgba(255, 255, 255, 0.7);
}
.form {
	width: 280px;
	height: 33px;
	position: absolute;
	right: 0;
	top: 50px;
	border-radius: 5px;
}
.form input {
	width: 186px;
	height: 30px;
	color: #333;
	background: none;
	border: 1px solid #3587ef;
	border-right: none;
	padding-left: 10px;
}
.form input:hover {
	opacity: 0.6;
}
.form input::-webkit-input-placeholder {
color: #333;
}
.submitBtn {
	width: 45px;
	height: 33px;
	line-height: 33px;
	padding-left: 38px;
	font-size: 14px;
	color: #fff;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url("http://ybj.qinghai.gov.cn/images/searchLogo.png") 0 0 no-repeat;
	cursor: pointer;
}
.nav {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	font-weight: bolder;
	color: #fff;
	background: #1B65B9;
}
.nav a {
	color: #fff;
}
.nav_box {
	width: 1200px;
	margin: 0 auto;
}
.nav li {
	float: left;
	width: 130px;
	text-align: center;
	position: relative;
}
.nav li+li::after {
	content: "";
	width: 1px;
	height: 30px;
	background: #486bbd;
	position: absolute;
	left: 0;
	top: 10px;
}
.nav li dl {
	position: absolute;
	top: 50px;
	width: 130px;
	z-index: 9;
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition: all .4s linear;
}
.nav li:hover dl {
	height: 500px;
	opacity: 1;
}
.nav li dl dd {
	background: #2a86f9;
	line-height: 24px;
	padding: 13px 10px;
}
.nav li dl dd+dd {
	margin-top: 1px;
}
.content {
	background: url("http://ybj.qinghai.gov.cn/images/qhBg02.png") 50% 100% repeat-x;
	padding-bottom: 60px;
}
.conbox {
	width: 1200px;
	margin: 20px auto 0;
}
.part01 {
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}
.part01_top {
	background: url("http://ybj.qinghai.gov.cn/images/headline.png") 0 0 no-repeat;
	width: 1100px;
	margin: 0 auto;
	padding-left: 60px;
	padding-bottom: 25px;
	text-align: center;
}
.part01_top h1 {
	font-size: 34px;
	font-weight: bolder;
	color: #214aaa
}
.part01_top h1 a {
	color: #214aaa
}
.part01_top p {
	font-size: 16px;
	color: #333;
}
.part01_top p a {
	color: #333;
}
.part01_left {
	width: 700px;
	float: left;
	padding-left: 20px;
}
.part01_left .swiper-container {
	background: #eaeaea;
}
.part01_left .swiper-slide .img img {
	width: 700px;
	height: 410px;
	display: block;
}
.part01_left .swiper-slide .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 90px 10px 40px;
	text-align: left;
	overflow: hidden;
	color: #fff;
	z-index: 2;
}
.part01_left .swiper-slide .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #3657a5;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 10;
}
.part01_left .swiper-slide .name {
	height: auto;
	left: 0;
	right: 0;
	bottom: 0;
	position: relative;
	text-indent: 0;
	line-height: 30px;
	color: #fff;
	font-size: 22px;
	text-align: left;
	width: 100%;
	z-index: 11;
}
.part01_left .swiper-slide .name a {
	color: #fff;
}
.part01_left .swiper-pagination {
	left: auto;
	bottom: 1px;
	width: auto;
	right: 12px;
	color: #e8e8e8;
}
.part01_left .swiper-pagination .swiper-pagination-current {
	font-size: 32px;
	color: #ff928f;
}
.part01_left .swiper-pagination .swiper-pagination-total {
	font-size: 18px;
	color: #e8e8e8;
}
.part01_left .swiper-button-prev, .part01_left .swiper-button-next {
	top: 205px;
	width: 16px;
	height: 23px;
}
.part01_left .swiper-button-prev {
	left: 10px;
	background: url("http://ybj.qinghai.gov.cn/images/prev01.png") 0 0 no-repeat;
}
.part01_left .swiper-button-next {
	right: 10px;
	background: url("http://ybj.qinghai.gov.cn/images/next01.png") 0 0 no-repeat;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .8;
}
.swiper-pagination-bullet-active {
	width: 20px;
	background: #F1262A;
	border-radius: 4px;
}
.part01_right {
	width: 430px;
	float: right;
	padding-right: 20px;
}
.part01_right .TextTabs {
	font-size: 20px;
	color: #333;
	font-weight: bolder;
	border-bottom: 1px solid #2a86f9;
	margin-bottom: 10px;
}
.part01_right .TextTabs a {
	display: block;
	float: left;
	padding: 0 25px;
	line-height: 36px;
	position: relative;
}
.part01_right .TextTabs a+a {
	padding: 0 25px;
}
.part01_right .TextTabs .active:after {
	content: "";
	display: block;
	width: 0;
	margin: 2px auto 0;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
	border-top: 6px solid #2a86f9;
	border-bottom: 0px solid #fff;
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -2px;
}
.part01_right .TextTabs .active {
	background: #2a86f9;
	color: #fff;
}
.part01_right .partTextTabs {
	width: 430px;
	height: 364px;
	overflow: hidden;
}
.list01 li {
	position: relative;
	padding-left: 15px;
	font-size: 16px;
	line-height: 26px;
	color: #333;
	text-align: left;
	padding-bottom: 11px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list01 li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #446dce;
}
.list02 {
	margin-top: 10px;
}
.list02 li {
	position: relative;
	padding-left: 15px;
	font-size: 16px;
	line-height: 26px;
	color: #333;
	text-align: left;
	padding-bottom: 11px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list02 li a {
	width: 448px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list02 li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #446dce;
}
.list02 li span {
	float: right;
	color: #999;
	font-size: 14px;
}
.list03 {
	margin-top: 10px;
}
.list03 li {
	position: relative;
	padding-left: 15px;
	font-size: 16px;
	line-height: 26px;
	color: #333;
	text-align: left;
	padding-bottom: 11px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list03 li a {
	width: 525px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list03 li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #446dce;
}
.list03 li span {
	display: none;
}
.bigTitle {
	margin: 10px 0 0px;
}
.bigTitle img {
	float: left;
	width: 180px;
	height: 120px;
	padding-right: 20px;
}
.bigTitle h3 {
	font-size: 18px;
	font-weight: bolder;
	color: #474747;
	margin-bottom: 7px;
	line-height: 30px;
}
.bigTitle h3 a {
	color: #474747;
}
.bigTitle p {
	font-size: 14px;
	color: #808080;
	line-height: 24px;
}
.bigTitle p a {
	color: #3657a5;
}
.adTl {
	width: 1200px;
	margin: 20px auto;
}
.lmt01 {
	border-bottom: 1px solid #dcdcdc;
}
.lmt01 h2 {
	font-size: 20px;
	font-weight: bolder;
	padding: 0px 5px 0px 5px;
	display: inline;
	border-bottom: 2px solid #2a86f9;
}
.lmt01 span {
	float: right;
	font-size: 14px;
	color: #909090;
	padding-top: 5px;
}
.lmt01 span a {
	color: #bd6363;
}
.lmt02 {
	background: url("http://ybj.qinghai.gov.cn/images/lmtBg01.png") 0 0 repeat;
}
.lmt02 h2 {
	font-size: 20px;
	font-weight: bolder;
	padding: 0px 20px 0px 20px;
	display: inline;
	background: #fff;
	margin-left: 15px;
}
.part02 {
	width: 1200px;
	margin: 20px auto 0;
}
.part02_left {
	width: 280px;
	padding: 20px;
	float: left;
	background: #fff;
}
.part02_left ul {
	margin-top: 15px;
}
.part02_left li {
	overflow: hidden;
}
.part02_left li+li {
	margin-top: 5px;
}
.part02_left li div {
	background: #d5e4f3;
	width: 68px;
	height: 70px;
	line-height: 70px;
	float: left;
	text-align: center;
}
.part02_left li h3 {
	float: right;
	width: 209px;
	height: 70px;
	line-height: 70px;
	background: #3f88e6;
	color: #fff;
	text-align: center;
}
.part02_left li h3 a {
	color: #fff;
}
.part02_left .tag h3 {
	background: #8fc31f;
}
.part02_cer {
	width: 390px;
	padding: 20px 10px;
	float: left;
	margin-left: 15px;
	background: #fff;
}
.part02_cer ul {
	border: 8px solid #f2f1f1;
	overflow: hidden;
	border-bottom: none;
	padding: 10px 0 0;
	margin-top: 15px;
}
.part02_cer ul+ul {
	border-top: none;
	border-bottom: 7px solid #f2f1f1;
	margin-top: 0px;
	padding: 10px 0 10px;
}
.part02_cer li {
	width: 124px;
	height: 88px;
	float: left;
	text-align: center;
}
.part02_cer li div {
	width: 61px;
	height: 61px;
	margin: 0 auto;
	text-align: center;
	line-height: 57px;
	background: url("http://ybj.qinghai.gov.cn/images/icon10.png") 50% 0 no-repeat;
}
.part02_cer li h3 {
	font-size: 16px;
	color: #666;
	padding-top: 5px;
}
.part02_cer li+li {
	border-left: 1px dashed #ccc;
}
.part02_right {
	width: 400px;
	float: right;
	padding: 20px;
	background: #fff;
}
.part02_right ul {
	margin-top: 20px;
}
.part02_right li {
	padding: 10px 20px 11px 20px;
	background: #f1f1f1;
	overflow: hidden;
	height: 21px;
	border-bottom: 1px solid #fff;
}
.part02_right li:hover {
	background: #3587ef;
}
.part02_right li+li {
}
.part02_right li dl {
	width: 90px;
	float: left;
	margin-top: 5px;
}
.part02_right li dt {
	font-size: 36px;
	line-height: 36px;
	color: #404040;
	font-weight: bolder;
	float: left;
}
.part02_right li dd {
	font-size: 12px;
	float: right;
}
.part02_right li dd i {
	display: block;
	text-align: left;
	font-style: normal;
}
.part02_right li dd i+i {
	color: #b2b2b2;
}
.part02_right li h3 {
	width: 370px;
	font-size: 16px;
	line-height: 27px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.part02_right li:hover dt {
	color: #fff;
}
.part02_right li:hover dd {
	color: #fff;
}
.part02_right li:hover dd i {
	color: #fff;
}
.part02_right li:hover h3 {
	color: #fff;
}
.part02_right li:hover h3 a {
	color: #fff;
}
.part03 {
	width: 1160px;
	margin: 20px auto 0;
	padding: 20px;
	background: #fff;
}
.part03_box {
	padding: 10px;
	border: 1px solid #dddddd;
	margin: 0 auto;
}
.part03_left {
	width: 88px;
	height: 88px;
	float: left;
	margin: 5px 0 0 5px;
}
.part03_right {
	width: 1030px;
	float: right;
	position: relative;
}
.part03_right .swiper-container {
	width: 960px;
	margin: 0 auto;
}
.part03_right .swiper-container .swiper-slide {
	width: 250px;
	height: 98px;
	float: left;
}
.part03_right .swiper-container .swiper-slide img {
	width: 250px;
	height: 98px;
}
.part03_right .swiper-button-prev, .part03_right .swiper-button-next {
	width: 19px;
	height: 30px;
	top: 55px;
}
.part03_right .swiper-button-prev {
	background: url("http://ybj.qinghai.gov.cn/images/prev02.png") 0 0 no-repeat;
	left: 0;
}
.part03_right .swiper-button-next {
	background: url("http://ybj.qinghai.gov.cn/images/next02.png") 0 0 no-repeat;
	right: 0;
}
.part04 {
	width: 1200px;
	margin: 20px auto 0;
}
.part04_left {
	width: 550px;
	padding: 20px;
	float: left;
	background: #fff;
}
.part04_left .TextTabs {
	font-size: 20px;
	color: #333;
	font-weight: bolder;
	border-bottom: 1px solid #2a86f9;
	margin-bottom: 10px;
}
.part04_left .TextTabs a {
	display: block;
	float: left;
	padding: 0 25px;
	line-height: 36px;
	position: relative;
}
.part04_left .TextTabs a+a {
	padding: 0 25px;
}
.part04_left .TextTabs .active:after {
	content: "";
	display: block;
	width: 0;
	margin: 2px auto 0;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
	border-top: 6px solid #2a86f9;
	border-bottom: 0px solid #fff;
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -2px;
}
.part04_left .TextTabs .active {
	background: #2a86f9;
	color: #fff;
}
.part04_right {
	width: 550px;
	float: right;
	position: relative;
}
.part04_right .linkArea a {
	font-size: 20px;
	color: #333;
	font-weight: bolder;
	margin-bottom: 10px;
	display: block;
	line-height: 36px;
	position: absolute;
	left: 180px;
}
.part04_right {
	width: 550px;
	padding: 20px;
	float: right;
	background: #fff;
}
.part04_right .TextTabs {
	font-size: 20px;
	color: #333;
	font-weight: bolder;
	border-bottom: 1px solid #2a86f9;
	margin-bottom: 10px;
}
.part04_right .TextTabs a {
	display: block;
	float: left;
	padding: 0 25px;
	line-height: 36px;
	position: relative;
}
.part04_right .TextTabs a+a {
	padding: 0 25px;
}
.part04_right .TextTabs .active:after {
	content: "";
	display: block;
	width: 0;
	margin: 2px auto 0;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
	border-top: 6px solid #2a86f9;
	border-bottom: 0px solid #fff;
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -2px;
}
.part04_right .TextTabs .active {
	background: #2a86f9;
	color: #fff;
}
.part05 {
	width: 1200px;
	margin: 20px auto 0;
}
.part05_left {
	width: 550px;
	padding: 20px;
	float: left;
	background: #fff;
}
.part05_left .TextTabs {
	font-size: 20px;
	color: #333;
	font-weight: bolder;
	border-bottom: 1px solid #2a86f9;
	margin-bottom: 10px;
}
.part05_left .TextTabs a {
	display: block;
	float: left;
	padding: 0 25px;
	line-height: 36px;
	position: relative;
}
.part05_left .TextTabs a+a {
	padding: 0 25px;
}
.part05_left .TextTabs .active:after {
	content: "";
	display: block;
	width: 0;
	margin: 2px auto 0;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
	border-top: 6px solid #2a86f9;
	border-bottom: 0px solid #fff;
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -2px;
}
.part05_left .TextTabs .active {
	background: #2a86f9;
	color: #fff;
}
.part05_right {
	width: 540px;
	padding: 45px 25px 17px 25px;
	float: right;
	background: #f7f7f7;
	position: relative;
}
.part05_right .lmt {
	width: 246px;
	height: 49px;
	position: absolute;
	background: url("http://ybj.qinghai.gov.cn/images/icon12.png") 50% 0 no-repeat;
	top: 22px;
	left: 50%;
	margin-left: -123px;
}
.part05_rBox {
	border: 1px solid #ccc;
	background: #fff;
	padding: 35px 25px 25px 25px;
}
.part05_rBox ul {
	margin-top: 10px;
	overflow: hidden;
}
.part05_rBox li {
	width: 240px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 10px;
	float: left;
	font-size: 16px;
	background: #e8eef7;
}
.part05_rBox li+li {
	float: right;
}
.part05_rBox li a {
	color: #0055ae;
}
.footer {
	border-top: 5px solid #0058c7;
	background: #f7f7f7;
}
.webinfo {
	width: 740px;
	margin: 0 auto;
	padding: 30px 0 45px;
}
.webinfo .jb {
	float: left;
	width: 52px;
	margin-left: 40px;
	font-size: 14px;
	color: #333;
}
.webinfo .bq {
	float: left;
	margin-left: 40px;
	font-size: 14px;
	color: #333;
	line-height: 22px;
}
.webinfo .lx {
	width: 65px;
	float: left;
	margin-left: 50px;
	text-align: center;
	font-size: 14px;
	color: #333;
}
#menubot {
	display: block;
	width: 1130px;
	margin: 15px auto 0;
	height: 50px;
}
#menubot .mainlevel {
	float: left;
	color: #fff;
	font-size: 14px;
	text-align: left;
	display: block;
	background: #ffffff url("http://ybj.qinghai.gov.cn/images/point2.png") 181px center no-repeat;
	width: 200px;
	height: 30px;
	line-height: 30px;
	margin-right: 27px;
	border: 1px solid #eee;
}
#menubot .mainlevel a {
	text-decoration: none;
	color: #4c4c4c;
	font-size: 14px;
	padding-left: 9px;
	display: block;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}
#menubot .mainlevel ul {
	position: absolute;
	display: none;
	width: 198px;
	height: 285px;
	overflow-x: hidden;
	overflow-y: scroll;
	background-color: #f7f7f7;
	border: #ededed 1px solid;
	z-index: 999;
	margin-top: -317px;
}
#menubot .mainlevel:hover ul {
	display: block;
}
#menubot .mainlevel li {
	float: none;
	background: none;
	font-size: 14px;
	padding: 0px;
	width: 198px;
	z-index: 1000;
	line-height: 26px;
	height: 26px;
}
#menubot .mainlevel li a {
	font-size: 14px;
	text-decoration: none;
	text-align: left;
	padding: 0;
	margin: 0;
	padding-left: 10px;
	font-weight: normal;
	line-height: 26px;
	background: none;
	display: block;
	width: 188px;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	height: 26px;
}
#menubot .noback {
	background: none;
	width: 80px;
	font-size: 18px;
	color: #174c9a;
	font-weight: bolder;
	border: none;
}
#menubot .noback a {
	font-weight: bold;
}
.lmt02 span {
	padding-right: 15px;
	float: right;
	font-size: 14px;
	color: #bd6363;
	padding-top: 5px;
}
.lmt02 span a {
	color: #bd6363;
}
#tzgg .tempWrap {
	top: 20px;
	margin-bottom: 22px;
}
.page-ewm {
	position: fixed;
	right: 20px;
	top: 253px;
	z-index: 10;
}
/*无缝滚动修改*/
.swiper-container .swiper-wrapper {
	-webkit-transition-timing-function: linear; /*之前是ease-out*/
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}
.wdbg {
	width: 550px;
	height: 335px;
}
.wd {
	width: 550px;
	margin: auto;
	height: 335px;
	overflow: auto;
}
.wt {
	background: url(http://ybj.qinghai.gov.cn/images/wyly/ly.png) 0 0 no-repeat;
	height: auto;
	margin-top: 40px;
}
.wt p {
	color: #4a4a4a;
	line-height: 28px;
	font-size: 16px;
	padding: 0px 0px 0px 0px;
	height: auto;
	overflow: hidden;
	background: #e4e6e8;
	border-radius: 5px;
	padding: 10px;
	margin: 0px 80px 0px 68px;
	padding-left: 8px;
	padding-bottom: 18px;
}
.da {
	background: url(http://ybj.qinghai.gov.cn/images/wyly/hf.png) right top no-repeat;
	height: auto;
	margin-top: 40px;
	width: 530px;
}
.da p {
	color: #fff;
	line-height: 28px;
	font-size: 16px;
	margin: 0px 66px 0px 63px;
	height: auto;
	overflow: hidden;
	background: #3859a3;
	border-radius: 5px;
	padding: 10px;
	padding-bottom: 18px;
}
