@charset "utf-8";
.category-col {
	margin: 30px 20px 20px 30px;
	padding: 10px 20px 10px 30px;
	color: #727272;
	line-height: 36px;
	font-size: 16px;
	background: #F9F9F9;
	border: 1px solid #DCDCDC;
}
.c-col {
	display: flex;
	margin: 5px 0;
}
.c-col a {
	flex-grow: 0;
	flex-shrink: 0;
	width: 80px;
	height: 36px;
	color: #727272;
}
.category-col dl {
	display: flex;
}
.category-col dl dt {
	flex-grow: 0;
	flex-shrink: 0;
	width: 80px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
}
.category-col dd {
	display: flex;
	flex-wrap: wrap;
	height: 36px;
	max-height: 112px;
	overflow: hidden;
}
.category-col .lv2 dd {
	height: auto;
}
.category-col dd span {
	margin: 2px 5px 0;
	padding: 0 15px 0 10px;
	/* width: 7em; */
	width: 10em;
	height: 36px;
	line-height: 34px;
	overflow: hidden;
	cursor: pointer;
}
.category-col dd span.active {
	color: #fff;
	background: #AB0000 url(../../img/bg/cateBg_01.png) no-repeat right bottom;
}

.result-tips {
	margin-bottom: 10px;
	line-height: 28px;
	color: #707070;
	font-size: 16px;
}
.rt-tit {
	line-height: 28px;
	font-size: 15px;
	font-weight: bold;
}

.graph-box-01 .g-tit {
	line-height: 36px;
	color: #262626;
	font-size: 20px;
	font-weight: bold;
}
.graph-box-01 .g-tit a {
	color: #262626;
}
.graph-box-01 .g-txt-list-01 {
	margin-top: 15px;
}
.graph-box-01 .g-txt-list-01 li {
	padding: 10px 0;
	line-height: 24px;
	font-size: 16px;
}
.graph-box-01 .g-txt-list-01.more4 li:nth-child(n+5) {
	display: none;
}
.graph-box-01 .g-txt-list-01.more20 li:nth-child(n+21) {
	display: none;
}
.graph-box-01 .g-txt-list-01 li a {
	margin-right: 10px;
}
.graph-box-01 .more-col {
	color: #262626;
	font-size: 16px;
	text-align: right;
	cursor: pointer;
}
.graph-box-01 hr {
	margin: 30px 0 30px;
	border-top: 1px solid #eeeeee;
}
.s-info-list .hd .title a em {
	color: #AB0000;
}
.graph-banner-col {
	padding: 30px 20px 20px 30px;
}
.graph-banner-col .g-tit {
	color: #262626;
	font-size: 22px;
	font-weight: bold;
}
.graph-banner-col .g-img {
	margin-top: 15px;
}
.graph-banner-col .g-img img {
	width: 100%;
	height: auto;
}
.graph-page {
	margin: 0 auto;
	min-width: 1486px;
	/* background: url(../../img/gBg_01.png) no-repeat top center; */
	background: url(../../img/gBg_01.jpg) no-repeat top center;
}
.g-top {
	position: relative;
	margin: 0 auto;
	width: 1486px;
	height: 358px;
}
.g-top .g-logo {
	position: absolute;
	left: 0;
	top: 34px;
	width: 320px;
}
.graph-main {
	margin: 0 auto 50px;
	width: 1486px;
}
.graph-main .g-hd {
	position: relative;
	padding-top: 16px;
	overflow: hidden;
}
.graph-main .yw-tit {
	position: absolute;
	top: 0;
	left: 0px;
	width: 230px;
	height: 300px;
	/* height: 108px; */
	line-height: 108px;
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	background: url(../../img/ywTitBg_02.png) no-repeat;
}
.g-hd-col {
	position: relative;
	display: flex;
	align-items: center;
}
.g-hd-col h3 {
	padding-bottom: 20px;
	width: 221px;
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
.graph-main .yw-nav {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	/* padding: 22px 35px 5px 255px; */
	padding: 22px 15px 5px 20px;
	height: auto;
	background: #2266d4;
	border-top: 2px solid #a9c1e8;
}
.graph-main .yw-nav li {
	margin: 0 15px 15px 0;
}
.graph-main .yw-nav li a {
	display: block;
	padding: 0 15px;
	height: 48px;
	line-height: 48px;
	color: #003399;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	background: #fff;
	border-radius: 10px;
}
.graph-main .g-bd {
	display: flex;
	/* background: #ebf2ff; */
	background: #fff;
	border: 2px solid #a9c1e8;
	border-top: none;
}
#graph-box {
	flex-grow: 0;
	flex-shrink: 0;
	/* width: 1010px; */
	width: 1070px;
	height: 855px;
	background: url(../../img/graphBg_01.png) no-repeat;
}
#graph-box2 {
	width: 100%;
	height: 503px;
	background: url(../../img/graphBanner_02.png) no-repeat;
	background-size: cover;
}

.g-box-r {
	flex: 1;
	/* padding: 18px 0; */
	background: #ebf2ff;
}
.g-box-r .r-tit1 {
	color: #2266d4;
	font-size: 24px;
	font-weight: bold;
}
.g-box-r .r-con .cate-item {
	margin-top: 18px;
	padding: 20px 15px;
	line-height: 28px;
	font-size: 16px;
	background: #fff;
	border: 1px solid #d4e1f6;
	border-radius: 6px;
}
.g-box-r .r-con .cate-item li {
	display: flex;
}
.g-box-r .r-con .cate-item li+li {
	margin-top: 8px;
}
.g-box-r .r-con .cate-item li a:first-child {
	flex-grow: 0;
	flex-shrink: 0;
	margin: 2px 10px 0 0;
	width: 88px;
	height: 26px;
	line-height: 26px;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: #e7e7e7;
}
.m-top {
	display: none;
}

.graph-L {
	position: relative;
	z-index: 999;
}
.graph-pop {
	position: absolute;
	top: 0;
	left: 0;
	/* height: 220px; */
	height: 0;
	display: none;
}
.graph-pop a {
	color: #fff;
}
.info-box {
	position:absolute;
	padding: 15px 10px;
	width: 210px;
	height: auto;
	color: #fff;
	font-size: 16px;
	background: rgba(95, 129, 192, .8);
	/* border-radius: 3px; */
}
.info-box .r-tit1 {
	position: relative;
	font-size: 16px;
	font-weight: bold;
}
.info-box .cate-item li {
	position: relative;
	margin-top: 10px;
	padding-left: 15px;
	color: #fff;
	line-height: 24px;
}
.info-box .cate-item li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
}
.info-box .more {
	margin-top: 10px;
}
.info-box .close {
	position: absolute;
	right: -2px;
	top: -8px;
	width: 18px;
	height: 18px;
	background: url(../../img/bg/x.png) no-repeat;
	background-size: cover;
	opacity: .8;
}

/* footer */
.w1100 {
	margin: 0 auto;
	width: 1100px;
}
.footer{
	font-size: 12px;
	background: #416dad;
	color: #b4d3ff;
	line-height: 26px;
}
.footer h1{
	font-weight: normal;
	line-height: 50px;
}
.footer h1 a{
	color: #b4d3ff;
	margin: 0 8px;
}
.footer ul{}
.footer ul li{
	float: left;
	width: 240px;
	padding-left: 8px;
}
.footer-logo1{
	position:absolute;
	top:25px;
	right:97px;
	width: 110px;
	height: 58px;
}
.footer-logo2{
	position:absolute;
	top:23px;
	right:0px;
	width: 60px;
	height: 70px;
}
.search-col {
	padding: 18px 20px;
}
.search-col:nth-child(2n+1) {
	background: #d9e4f9;
}
.search-con {
	margin-top: 15px;
}
.search-con p {
	margin-top: 10px;
	display: flex;
	align-items: center;
}
.search-con p label {
	flex-shrink: 0;
	margin: 0;
	width: 6em;
	line-height: 30px;
	font-size: 16px;
	text-align: right;
}
.search-con p input[type="text"],
.search-con p select {
	flex: 1;
	max-width: 275px;
	height: 32px;
	padding: 2px 5px;
}
.search-con p.p-btn {
	justify-content: center;
}
.search-con p.p-btn button {
	padding: 0 15px;
	height: 36px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 5px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.search-con p input[type="radio"] {
	margin: 0 3px 0 8px;
}
.search-con p button {
	margin-left: 8px;
	padding: 0 8px;
	height: 32px;
}


@media (max-width:1485px) and (min-width:1200px){
}
@media (max-width:1199px) and (min-width:1000px){
}
@media (max-width:999px){}







