﻿@charset "utf-8";
.f-flex {
    display: flex;
}

/*左右居中*/
.f-flex-c {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

/*上下居中*/
.f-flex-r {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

/*上下 均匀分布*/
.f-flex-r-sa {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
}

/*上下 两端分布*/
.f-flex-r-sb {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
}

/*左右 均匀分布*/
.f-flex-c-sa {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

/*左右 两端分布*/
.f-flex-c-sb {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/*上下 居中*/
.f-flex-r-c {
    flex-wrap: wrap;
    display: flex;
    align-content: center;
}

.f-pdb80{
	padding-bottom: 80px;
}
.serve-col .item {
	width: 204px;
	height: 220px;
	background: #F5F5F5;
}
.serve-col .item dt {
	margin-bottom: 20px;
	padding-left: 80px;
	height: 60px;
	line-height: 56px;
	color: #262626;
	font-size: 20px;
	font-weight: bold;
	background: #fff;
	border: 1px solid #dedede;
	border-bottom: 3px solid #dedede;
}
.serve-col .item dt.tt1 {
	background: #fff url(../../img/hall/iconServe_01.png) no-repeat 40px center;
}
.serve-col .item dt.tt2 {
	background: #fff url(../../img/hall/iconServe_02.png) no-repeat 40px center;
}
.serve-col .item dt.tt3 {
	background: #fff url(../../img/hall/iconServe_03.png) no-repeat 40px center;
}
.serve-col .item dt.tt4 {
	background: #fff url(../../img/hall/iconServe_04.png) no-repeat 40px center;
}
.serve-col .item dt.tt5 {
	background: #fff url(../../img/hall/iconServe_05.png) no-repeat 40px center;
}
.serve-col .item dd {
	margin-top: 10px;
	padding: 0 25px;
	line-height: 22px;
	font-size: 16px;
}

.text-list-col .text-list-box {
	width: 49%;
}
.h-txt-list-01 li {
	margin-top: 20px;
	line-height: 24px;
	font-size: 16px;
}
.h-txt-list-01 li a {
	margin-right: 5px;
}
.policy-col {
	padding: 14px 40px 14px 30px;
	height: 68px;
	background: #E6EEF6;
	box-shadow: inset 0px 3px 6px 1px rgba(82,104,190,0.16);
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
}
.policy-col dt {
	line-height: 40px;
	color: #262626;
	font-size: 20px;
}
.policy-col dd {
	position: relative;
	display: flex;
	width: 180px;
	height: 40px;
	font-weight: bold;
	background: #fff;
	border: 1px solid #7EAAD6;
	border-radius: 20px 20px 20px 20px;
}
.policy-col dd a {
	display: flex;
	color: #275E95;
}
.policy-col dd a:hover {
	text-decoration: none;
}
.policy-col dd em {
	display: inline-block;
	line-height: 36px;
	color: #275E95;
	font-size: 16px;
}
.policy-col dd i {
	display: inline-block;
	margin: 0 10px;
	color: #518FCC;
	line-height: 34px;
	font-size: 28px;
	font-style: italic;
}
.policy-col dd:last-child {
	background: #fff url(../../img/hall/policyGo.png) no-repeat 145px center;
}
.policy-col dd::after {
	position: absolute;
	content: ' ';
	right: -45px;
	top: 11px;
	width: 36px;
	height: 18px;
	background: url(../../img/hall/policyBg.png) no-repeat;
}
.policy-col dd:last-child::after {
	display: none;
}
.policy-col dd:last-child a {
	display: block;
	width: 100%;
}
.policy-col dd:last-child a em {
	position: relative;
	top: -3px;
}
.serve-integrate {
	width: 588px;
}
.hqc-box {
	width: 460px;
}
.serve-list {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: space-between;
	height: 374px;
}
.serve-list li {
	width: 279px;
	height: 116px;
	background: url(../../img/hall/serveBg.png) no-repeat;
}
.serve-list li a {
	display: flex;
	padding: 0 55px 0 75px;
	height: 100%;
	justify-content: center;
	flex-direction: column;
	color: #262626;
	line-height: 22px;
	font-size: 17px;
	font-weight: bold;
}
.serve-list li:nth-child(1) a {
	background: url(../../img/hall/serve_01.png) no-repeat 22px center;
}
.serve-list li:nth-child(2) a {
	background: url(../../img/hall/serve_02.png) no-repeat 22px center;
}
.serve-list li:nth-child(3) a {
	background: url(../../img/hall/serve_03.png) no-repeat 22px center;
}
.serve-list li:nth-child(4) a {
	background: url(../../img/hall/serve_04.png) no-repeat 22px center;
}
.serve-list li:nth-child(5) a {
	background: url(../../img/hall/serve_05.png) no-repeat 22px center;
}
.serve-list li:last-child {
	background: none;
}
.serve-list li:last-child a {
	padding: 0;
}
.hqc-box .sel-col {
	margin-bottom: 10px;
	padding-left: 100px;
	height: 34px;
	line-height: 34px;
}
.hqc-box .sel-col label {
	margin-left: -100px;
	width: 96px;
	line-height: 34px;
	font-size: 16px;
}
.hqc-box .sel-col .sel-01 {
	height: 34px;
	width: 99%;
	color: #707070;
	font-size: 16px;
	border: 1px solid #dcdcdc;
}
.yw-info {
	flex: 1;
	line-height: 32px;
	font-size: 16px;
}
.yw-info h4 {
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
}
.tsEwmImg {
	width: 112px;
	height: 114px;
}

.category-list {
	margin-left: -20px;
}
.category-list span {
	float: left;
	margin: 20px 0 0 20px;
	width: 204px;
	height: 40px;
	line-height: 40px;
	color: #275E95;
	font-size: 16px;
	text-align: center;
	background: #E6EEF6;
	cursor: pointer;
}
.category-list span.cur {
	color: #fff;
	background: #6296E3;
}
.a-tit-01 {
	padding-bottom: 10px;
	line-height: 26px;
	font-size: 20px;
	font-weight: bold;
}
.btn-match {
	margin-top: 50px;
	text-align: center;
}
.btn-match button {
	width: 410px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	letter-spacing: 8px;
	background: #ab0000;
	border: none;
}
.a-tit-02 {
	line-height: 26px;
	font-size: 18px;
	font-weight: bold;
}
.bor-b {
	border-bottom: 1px solid #dcdcdc;
}
.f-pdlr0 {
	padding-left: 0;
	padding-right: 0;
}
.f-pdlr15 {
	padding-left: 15px;
	padding-right: 15px;
}
.f-pdlr0 .iTitle_01.pd-tt1 {
	padding: 0 15px;
}
.stitu-con {
	padding: 35px 45px;
	background: #F6F6F6;
}
.stitu-con .stitu-item {
	width: 320px;
	height: 136px;
	box-shadow: 0px 2px 8px #ccc;
}
.stitu-con .stitu-item .bg {
	height: 100%;
}
.stitu-con .item1 {
	background: linear-gradient(209deg, #75BDFF 0%, #2978F2 100%);
}
.stitu-con .item2 {
	background: linear-gradient(211deg, #FFDA57 0%, #F27229 100%);
}
.stitu-con .item3 {
	background: linear-gradient(209deg, #5CEBB6 0%, #35C96B 100%);
}
.stitu-con .item1 .bg {
	background: url(../../img/hall/stitu1.png) no-repeat bottom right;
}
.stitu-con .item2 .bg {
	background: url(../../img/hall/stitu2.png) no-repeat bottom right;
}
.stitu-con .item3 .bg {
	background: url(../../img/hall/stitu3.png) no-repeat bottom right;
}
.stitu-con .stitu-item span {
	display: inline-block;
	padding: 15px 10px 5px 15px;
	line-height: 26px;
	color: #fff;
	font-size: 20px;
	border-bottom: 1px solid #fff;
}
.stitu-con .stitu-item p {
	margin-top: 15px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.stitu-con .stitu-item p em {
	margin-right: 5px;
	font-size: 40px;
	font-weight: bold;
}
.chart-box-1 {
	width: 715px;
}
.barChart-box {
	height: 300px;
}
.rank-box {
	width: 332px;
}
.rank-list {
	line-height: 24px;
	font-size: 16px;
}
.rank-list li {
	margin-top: 20px;
	padding-left: 32px;
}
.rank-list li:nth-child(1) i,
.rank-list li:nth-child(2) i,
.rank-list li:nth-child(3) i {
	background: #ab0000;
}
.rank-list li i {
	float: left;
	margin: 4px 0 0 -32px;
	width: 20px;
	height: 20px;
	color: #fff;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	background: #B2B2B2;
}
.rank-list a {
	color: #262626;
}
.pieChart-box {
	width: 325px;
	height: 300px;
}
.table-box {
	margin-top: 60px;
	width: 360px;
}
.table-box h4 {
	line-height: 24px;
	font-size: 18px;
}
.chartrTable-01,
.chartrTable-02 {
	margin-top: 15px;
	width: 100%;
}
.table-box table th,
.table-box table td {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #DCDCDC;
}
.qr-code {
	position: absolute;
	right: 90px;
	bottom: 0;
	width: 100px;
	height: 100px;
	top:300px;
}
.qr-code img {
	width: 100px;
	height: 100px;
}


@media (max-width:1407px) and (min-width:1200px){
	.serve-integrate {
		width: 458px;
	}
	.serve-list li {
		width: 220px;
	}
	.stitu-con {
		padding: 25px;
	}
	.stitu-con .stitu-item {
		width: 290px;
	}
}
@media (max-width:1199px) and (min-width:1000px){
	.stitu-con {
		padding: 25px;
	}
	.stitu-con .stitu-item {
		width: 290px;
	}
}
@media (max-width:1200px){
	.serve-integrate {
		width: 458px;
	}
	.serve-list li {
		width: 220px;
	}
}
@media (max-width:1024px) and (min-width:991px) {}
@media (max-width:1200px) and (min-width:991px) {}
@media (max-width:999px){
	.serve-col {
		/* flex-wrap: wrap; */
		display: block;
		overflow: hidden;
	}
	.serve-col .item {
		margin: 10px;
		width: 30%;
	}
	.serve-col .item {
		margin-top: 10px;
		float: left;
	}
	.policy-col {
		display: block;
		padding-left: 180px;
		height: auto;
		overflow: hidden;
	}
	.policy-col dt {
		float: left;
		margin-left: -150px;
	}
	.policy-col dd {
		float: left;
		margin: 0 50px 10px 0;
	}
	.stitu-con {
		display: block;
		padding: 25px;
		overflow: hidden;
	}
	.stitu-con .stitu-item {
		float: left;
		margin: 0 1.5%;
		width: 30%;
	}
	.stitu-con .stitu-item span {
		font-size: 18px;
	}
}
@media (max-width:991px) {
	.integrate-col {
		display: block;
	}
	.serve-integrate {
		width: 100%;
	}
	.serve-list {
		display: block;
		height: auto;
		overflow: hidden;
	}
	.serve-list li {
		width: 220px;
		height: 87.55px;
		float: left;
		margin: 0 15px 20px 0;
	}
}
@media (max-height:768px){}
@media (max-width:767px) {
	.serve-col .item {
		margin: 10px;
		width: 45%;
	}
	.text-list-col {
		display: block;
	}
	.text-list-col .text-list-box {
		width: 100%;
	}
	.text-list-col .text-list-box+.text-list-box {
		margin-top: 20px;
	}
	.dsb-box {
		display: block;
	}
	.stitu-con {
		display: block;
		padding: 20px 10px 0px;
		overflow: hidden;
	}
	.stitu-con .stitu-item {
		float: left;
		margin: 0 2.5%;
		width: 45%;
		margin-bottom: 20px;
	}
	.chart-col-01,
	.chart-col-02 {
		display: block;
	}
	.pieChart-box {
		margin: 0 auto;
	}
	.table-box {
		margin: 20px auto 0;
	}
	.qr-code {
		display: none;
	}
}
@media (max-width:640px) {
	.category-list {
		margin: 0;
	}
	.category-list span {
		margin: 10px 1% 0 1%;
		width: 30%;
	}
}
@media (max-width:570px) {
	.stitu-con .stitu-item {
		float: none;
		margin: 0 auto;
		width: 80%;
		margin-bottom: 20px;
	}
}
@media (max-width:480px) {
	.serve-col .item {
		margin: 10px auto;
		width: 100%;
	}
	.category-list {
		margin: 0;
	}
	.category-list span {
		margin: 10px 1% 0 1%;
		width: 45%;
	}
	.btn-match button {
		width: 80%;
	}
	.hqc-con {
		display: block;
	}
}
@media (max-width:380px) {
	.stitu-con .stitu-item {
		float: none;
		margin: 0 auto;
		width: 100%;
		margin-bottom: 20px;
	}
}
@media (max-width:350px) {}
@media (max-width:330px) {}