@charset "utf-8";
#content-box img {
	cursor: pointer;
}
.center-box {
	width: 1200px;
	margin: 0 auto;
}
.search-box {
	width: 240px;
	display: flex;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	overflow: hidden;
	border: 1px solid #0060b2;
	position: relative;
}
.search-box select {
	width: 90px;
	background: #0060b2;
	color: #fff;
	border: 0;
	padding-left: 5px;
	font-size: 14px;
	cursor: pointer;
}
.search-box select option {
	background: #fff;
	line-height: 24px;
	cursor: pointer;
}
.search-box select option {
	color: rgba(0, 0, 0, 0.65);
}
.main-nav-search {
	float: right;
	position: relative;
	cursor: pointer;
	width: 624px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.search-icon {
	position: absolute;
	cursor: pointer;
	height: 100%;
	width: 32px;
	right: 0;
	background: url(../../images/home/search-icon.png) no-repeat center;
	background-size: 16px;
}
.search-icon input {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
}
#home {
	background: #fff;
	border-top: 4px solid #0060b2;
}
#imgModule-Box {
	position: relative;
	height: 566px;
	overflow: hidden;
}
#home-swiper {
	width: 100%;
	overflow: hidden;
}
.home-bar {
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}
.imgModule-swiper {
	height: 566px;
}
.imgtext {
	width: 30px;
	height: 20px;
	background: #333;
	text-align: center;
	color: #fff;
	font-weight: normal;
	opacity: 0.3;
	line-height: 20px;
	font-size: 12px;
	position: absolute;
	bottom: -22px;
	left: 0;
}
.imgser-nav-box .swiper-pagination-switch {
	width: 18px;
	height: 18px;
	background: rgba(0, 0, 0, 0.1);
	display: inline-block;
	margin-right: 10px;
	line-height: 18px;
	border-radius: 50%;
	cursor: pointer;
	vertical-align: middle;
	text-indent: -2000em;
}
.imgser-nav-box .swiper-active-switch {
	min-width: 120px;
	padding: 0 20px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	border-radius: 8px;
	text-indent: 0;
}
.swiper-slide a {
	display: block;
	height: 566px;
	max-width: 1920px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 1919px) {
	.swiper-slide a {
		background-position: 50% !important;
	}
}
.login-info {
	position: absolute;
	width: 270px;
	height: 240px;
	background: #ffffff;
	border-radius: 8px;
	right: 10px;
	top: 20px;
	z-index: 40;
}

#content-box {
	background: url("../../images/home/home-select.png") no-repeat center top;
}
.wrap-bg {
	background: url("../../images/home/select2.png") no-repeat center top;
}
#home-select {
	overflow: hidden;
	width: 100%;
	padding-top: 35px;
	margin-bottom: 50px;
}
.center {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}
.select-mod {
	width: 792px;
	float: left;
}
.title {
	font-size: 24px;
	font-weight: 600;
	margin-top: 10px;
	color: #00325c;
}
.text_line {
	margin-bottom: 36px;
}
.select-box {
	height: 624px;
}
.select-test {
	height: 624px;
	width: 380px;
	float: right;
	position: relative;
}
.new-box {
	width: 380px;
	height: 530px;
	background-image: linear-gradient(180deg, #f5fcff 21.35%, #cee8ff 100%);
	border: 1px solid #ddebf1;
}
.select-test .bg {
	padding: 28px;
	height: 530px;
	background: url("../../images/home/product_right.png") no-repeat;
}
.select-mod-nav {
	overflow: hidden;
	margin: 8px 0 24px;
}
.select-mod-nav li {
	width: 120px;
	height: 30px;
	background: #ffffff;
	border-radius: 17px;
	line-height: 30px;
	color: #666;
	margin-right: 30px;
	text-align: center;
	float: left;
	cursor: pointer;
}
.select-mod-nav li strong {
	font-weight: normal;
}
.select-mod-nav li span {
	width: 20px;
	height: 20px;
	background: #fff0da;
	border-radius: 50%;
	color: #0060b2;
	text-align: center;
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-right: 8px;
}
.select-box-mod:first-child {
	display: block;
}
.select-box-mod .shopbox {
	width: 290px;
	height: 180px;
	background: #ffffff;
	border-radius: 9px;
	float: left;
	margin-left: 13px;
	position: relative;
	padding: 20px 15px;
	margin-bottom: 23px;
}
.select-box-mod .shopbox:first-child {
	margin-left: 0;
}
.select-box-mod .shopbox:nth-child(4) {
	margin-left: 0;
}
.select-box-mod .shopbox .label-img {
	position: absolute;
	top: 21px;
	left: 15px;
	display: inline-block;
	vertical-align: top;
}
.select-box-mod .shopbox h3 {
	height: 48px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	line-height: 24px;
	margin-bottom: 30px;
	text-indent: 55px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.select-box-mod .shopbox li {
	height: 24px;
	line-height: 24px;
	color: #0060b2;
	padding-left: 20px;
	background: url(../../images/home/homeu8.png) no-repeat 0 4px;
	overflow: hidden;
	width: 130px;
}
.select-box-mod .shopbox .shop-img {
	display: block;
	width: 90px;
	height: 90px;
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 0 0 16px 0;
}
.select-box-mod .shopbox a {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding: 20px 15px;
	z-index: 10;
	color: #333;
}

.push-select {
	width: 384px;
	height: 192px;
	float: left;
	margin-left: 24px;
	position: relative;
	border: 1px solid #b0b0b073;
	margin-bottom: 24px;
}
.push-select .des {
	width: 100%;
	height: 52px;
	position: absolute;
	bottom: 0;
	background: rgba(255, 255, 255, 0.8);
	cursor: pointer;
}
.push-select .des p {
	color: #004178;
	font-size: 24px;
	font-weight: 700;
	padding-left: 32px;
	height: 52px;
	line-height: 52px;
}
.select-box-mod .push-select:first-child {
	margin-left: 0;
}
.push-select h3 {
	height: 24px;
	font-size: 20px;
	overflow: hidden;
	margin: 35px 0 10px;
}
.push-select p {
	height: 57px;
	overflow: hidden;
	color: #6d7278;
	line-height: 19px;
}
/* .push-select:hover{
border-color:#004178;
} */
.min-title {
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	margin-bottom: 8px;
	color: #0060b2;
}
.select-test dl {
	padding: 12px 0;
}
.select-test dl dt {
	width: 282px;
	font-size: 18px;
	color: #333;
	text-overflow: ellipsis;
	display: -webkit-box;
	margin-bottom: 4px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.select-test dl dt a {
	padding-left: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 26px;
	color: #333;
	background: url(../../images/home/new_arrar.png) no-repeat left 3px;
}

.select-test dl dt a:hover {
	background: url(../../images/home/newh_arrar.png) no-repeat left 3px;
	color: #0060b2;
}
.select-test dl dd {
	overflow: hidden;
	padding-left: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 26px;
}
.select-test dl dd em {
	width: 67px;
	height: 20px;
	display: inline-block;
	background: #fff0da;
	border-radius: 3px;
	vertical-align: middle;
	line-height: 20px;
	text-align: center;
	color: #0060b2;
	font-weight: normal;
}
.select-test dl dd span {
	color: #7a7a7a;
}

.test-more {
	position: absolute;
	left: 0;
	bottom: 0;
	cursor: pointer;
}
.test-more img {
	display: block;
}
.class-question .test-more {
	display: block;
	height: 34px;
	background: #fafafa;
	border-radius: 3px;
	text-align: center;
	line-height: 34px;
	color: #898989;
	margin-top: -1px;
	position: absolute;
	bottom: 20px;
	width: 250px;
}

.test-more:hover {
	background: #ececec;
}

/* 快速服务 */
.tab-bar {
	border-bottom: 2px solid #0060b2;
	overflow: hidden;
}
.tab-con {
	background: #fff;
	float: left;
	width: 152px;
	height: 42px;
	line-height: 42px;
	position: relative;
	cursor: pointer;
	font-size: 16px;
	margin-right: 15px;
	color: #0060b2;
	padding: 0 24px;
}

.tab-con span {
	display: inline-block;
	line-height: 24px;
	padding-left: 30px;
}
.tab-con:hover span {
	color: #fff;
}
.tab-con.active span {
	color: #fff;
}
.tab-con:hover {
	background: #0060b2;
}
.tab-con.active {
	background: #0060b2;
}
.tab-con .icon-t-1 {
	background: url("../../images/home/icon1.png") no-repeat left;
}
.tab-con:hover .icon-t-1,
.tab-con.active .icon-t-1 {
	background: url("../../images/home/icon1_active.png") no-repeat left;
}
.tab-con .icon-t-2 {
	background: url("../../images/home/icon2.png") no-repeat left;
}
.tab-con:hover .icon-t-2,
.tab-con.active .icon-t-2 {
	background: url("../../images/home/icon2_active.png") no-repeat left;
}
.tab-con .icon-t-3 {
	background: url("../../images/home/icon3.png") no-repeat left;
}
.tab-con.active .icon-t-3,
.tab-con:hover .icon-t-3 {
	background: url("../../images/home/icon3_active.png") no-repeat left;
}
.tab-con .icon-t-4 {
	background: url("../../images/home/icon4.png") no-repeat left;
}
.tab-con:hover .icon-t-4,
.tab-con.active .icon-t-4 {
	background: url("../../images/home/icon4_active.png") no-repeat left;
}
.tab-con .icon-t-5 {
	background: url("../../images/home/icon5_active.png") no-repeat left;
}
.tab-con:hover .icon-t-5,
.tab-con.active .icon-t-5 {
	background: url("../../images/home/icon5_active.png") no-repeat left;
}

.list-con .list {
	padding: 40px 28px;
	background: #fff;
	overflow: hidden;
}
.list-con .z1 {
	padding-top: 45px;
	background: #fff;
	overflow: hidden;
}
.left-list {
	border: 1px solid #b0b0b073;
	width: 288px;
	height: 532px;
	padding: 16px 24px;
	float: left;
}
.left-list h2 {
	padding: 8px 0px;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	text-align: left;
	color: #00325c;
	border-bottom: 1px solid #a7c0d3;
}
.left-list li:first-child {
	margin-top: 8px;
}
.left-list li {
	cursor: pointer;
	margin-top: 16px;
	font-size: 18px;
	line-height: 58px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	width: 240px;
	height: 58px;
	border-bottom: 1px solid #0062b140;
	color: #00000073;
	padding-left: 32px;
	background: url(../../images/home/news_arrar.png) no-repeat left center;
}
.left-list li:hover {
	color: #0060b2;
	background: url(../../images/home/newh_arrar.png) no-repeat 2px center;
}
.left-list li:hover a {
	color: #0060b2;
}
.right-content {
	float: right;
	width: 812px;
	height: 532px;
}
.right-content .left-img {
	float: left;
	width: 259px;
	height: 532px;
	position: relative;
}
.right-content .right-img-list {
	float: right;
	width: 536px;
	height: 532px;
}
.right-content .right-img-list .img-item {
	display: block;
	float: left;
	margin-bottom: 16px;
	position: relative;
}

.right-content .right-img-list .img-line-box .img-item:first-child {
	margin-right: 16px;
}
.list-con .z1 .left-img .icon {
	bottom: 80px;
	position: absolute;
	left: 24px;
	z-index: 1;
}
.list-con .z1 .left-img a p {
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0em;
	text-align: left;
	color: rgba(6, 6, 64, 1);
	left: 24px;
	position: absolute;
	bottom: 23px;
	z-index: 1;
	padding-left: 17px;
}
.list-con .z1 .right-img-list .icon {
	position: absolute;
	top: 30px;
	left: 24px;
	z-index: 1;
}
.list-con .z1 .right-img-list  a p {
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0em;
	text-align: left;
	color: rgba(6, 6, 64, 1);
	left: 24px;
	position: absolute;
	bottom: 23px;
	z-index: 1;
}
.list-con .z2 {
	padding: 30px 40px;
}
.list-con .z2 h2 {
	font-size: 20px;
	width: 1120px;
	height: 51px;
	line-height: 40px;
	padding-bottom: 11px;
	color: #0060b2;
	border-bottom: 1px solid #0060b229;
}
.list-con .z2 ul {
	height: 44px;
	margin-top: 16px;
	margin-bottom: 32px;
}
.list-con .z2 li a {
	color: #000;
}
.list-con .z2 li {
	width: 160px;
	height: 44px;
	line-height: 44px;
	background: #b0b0b040;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0em;
	text-align: center;
	float: left;
	margin-right: 16px;
	cursor: pointer;
}
.list-con .z2 .list2-img a {
	display: block;
	float: left;
	margin-left: 24px;
	border: 1px solid rgba(0, 0, 0, 0.25);
	font-size: 0;
	position: relative;
}
.list-con .z2 .list2-img a:first-child {
	margin-left: 0;
}
.list-con .z2 .list2-img a:first-child {
	margin-left: 0;
}
.list-con .z2 .list2-img img:first-child{
	width: 260px;
}
.list-con .z2 .icon {
	position: absolute;
	bottom: 80px;
	left: 24px;
	z-index: 1;
}
.list-con .z2 a p {
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0em;
	text-align: left;
	color: rgba(6, 6, 64, 1);
	left: 24px;
	position: absolute;
	bottom: 23px;
	z-index: 1;
}
.list-con .z3 .online-after,
.list-con .z4 .online-after {
	font-size: 40px;
	line-height: 48px;
	font-weight: 500;
	letter-spacing: 0.5em;
	text-align: center;
	margin-bottom: 30px;
}
.list-con .z3 .search-sale,
.list-con .z4 .search-sale {
	font-size: 24px;
	width: 750px;
	height: 60px;
	line-height: 60px;
	border: 1px solid rgba(0, 96, 178, 1);
	background: url("../../images/home/search-icon.png") no-repeat 24px center;
	padding-left: 64px;
}
.list-con .z3 .q-list li {
	width: 240px;
	height: 180px;
	border: 1px solid rgba(176, 176, 176, 0.45);
	float: left;
	margin-left: 80px;
	text-align: center;
	padding-top: 35px;
	cursor: pointer;
	position: relative;
}
.list-con .z3 .q-list li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.list-con .z3 .q-list {
	overflow: hidden;
	margin-top: 25px;
}
.list-con .z3 li:first-child {
	margin-left: 0;
}
.list-con .z3 .q-list li p {
	line-height: 34px;
	letter-spacing: 0em;
	text-align: left;
	font-size: 24px;
	text-align: center;
	margin-top: 20px;
}
.list-con .z3 .q-list li:first-child {
	margin-left: 90px;
}

.list-con .z3 .q-list li img {
	width: 56px;
}
.list-con .z3 .q-list li img.active {
	display: none;
}
.list-con .z3 .q-list li:hover img {
	display: none;
}
.list-con .z3 .q-list li:hover img.active {
	display: inline-block;
}
.list-con .z3 .q-list li:hover p {
	color: rgba(0, 96, 178, 1); 
}
.list-con .z3 .q-list li:hover  {
	border-color: rgba(0, 96, 178, 1); 
}
.list-con .z3 .search-btn {
	width: 240px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	color: #fff;
	background: rgba(0, 96, 178, 1);
	font-size: 24px;
	margin: 100px auto 0;
	cursor: pointer;
	position: relative;
}
.list-con .z3 .search-btn .submit {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.list-con .z3 {
	background: url(../../images/home/z3.png) no-repeat center;
}
.list-con .z4 {
	background: url(../../images/home/z4.png) no-repeat center;
}

.list-con .z4 .search-sale {
	width: 798px;
}
.list-con .z4 .check-box li {
	float: left;
	height: 40px;
	line-height: 40px;
	width: 120px;
	cursor: pointer;
	font-size: 20px;
	font-weight: 400;
}
.list-con .z4 h3 {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.65);
	margin-bottom: 25px;
}
.list-con .z4 .check-box .check-title {
	margin-right: 10px;
	color: rgba(0, 0, 0, 0.85);
	font-size: 18px;
}
.list-con .z4 .check-box .check-title {
	margin-right: 10px;
	color: rgba(0, 0, 0, 0.85);
	font-size: 18px;
}
.list-con .z4 .check-box .check-list {
	margin-right: 68px;
	padding-left: 25px;
}


.list-con .z4 .check-box {
	margin-top: 10px;
	height: auto;
	padding:32px 0px;
	width: 798px;
}
.list-con .z4 .check-box ul{
	display: flex;
	gap:10px 50px;
	flex-wrap: wrap;
}
.list-con .z4 .check-box .check-list{
	margin: 0;
	background: none !important;
	color: rgba(0, 0, 0, 0.65);
	width: auto;
	padding-left: 0;
	cursor: pointer;
}
.list-con .z4 .check-box label{
	cursor: pointer;
}
.list-con .z4 .check-box .check-title {
    margin-right: 10px;
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
	font-weight: normal;
	padding-bottom: 10px;
}
.list-con .z4 .check-box select{
	font-family: "微软雅黑";
	background: rgba(0,0,0,0);
	width: 100%;
	height: 40px;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.65);
	border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    display: block;
    text-indent: 10px;
    cursor: pointer;
}
.list-con .z4 .search-btn {
	width: 240px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	color: #fff;
	background: rgba(0, 96, 178, 1);
	font-size: 24px;
	margin: 22px auto 0;
	cursor: pointer;
	border: 0;
	display: block;
	position: relative;
}
.list-con .z4 .search-btn .submit {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.list-con .z4 .check-item {
	overflow: hidden;
	margin-bottom: 15px;
}
.list-con .z5 .file-list:first-child {
	margin-left: 0;
}
.list-con .z5 .file-list {
	width: 260px;

	border: 1px solid #b0b0b073;
	float: left;
	margin-left: 32px;
}
.list-con .z5 .pro-select {
	width: 260px;
	height: 200px;
	position: relative;
}
.list-con .z5 .file-list .des {
	width: 260px;
	height: 42px;
	line-height: 42px;
	background: rgba(112, 121, 129, 1);
	color: #fff;
	text-align: center;
}
.list-con .z5 .pro-list {
	padding: 10px 0 15px;
}
.list-con .z5 .pro-list li {
	width: 208px;
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.65);
	border-bottom: 1px solid rgba(176, 176, 176, 0.5);
	margin: 0 auto;
	position: relative;
}
.list-con .z5 .pro-list li:last-child {
	border-bottom: 0;
}
.pro-list li img {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	cursor: pointer;
}

/* 快速服务end */

/* 新闻动态 */
#news-list {
	padding-top: 68px;
	background: #e7e7e754;
	padding-bottom: 116px;
}
#news-list .title {
	color: #0060b2;
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
}
#news-list .subtitle {
	font-size: 14px;
	line-height: 26px;
	color: #9090a7;
	padding-bottom: 50px;
	text-align: center;
}
#news-list .news-left-box {
	width: 405px;
	height: 349px;
	float: left;
}
#news-list .news-left-box img {
	width: 405px;
	height: 349px;
}
.news-left {
	width: 829px;
	float: left;
	height: 349px;
}
.news-right-box {
	width: 424px;
	height: 349px;
	float: right;
}
.news-dl-list {
	width: 200px;
	height: 148px;
	float: left;
	margin-left: 12px;
	position: relative;
	overflow: hidden;
	margin-bottom: 12px;
}
.news-dl-list a {
	position: absolute;
	width: 200px;
	height: 148px;
	z-index: 1;
	left: 0;
	top: 0;
}
.news-dl-list img {
	width: 200px;
	height: 148px;
	position: relative;
}
.news-dl-list dt {
	position: relative;
}
.news-dl-list dt span {
	color: #fff;
	font-size: 14px;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px;
	width: 100%;
	height: 44px;
	background: -moz-linear-gradient(
		top,
		rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.9) 99%
	);
	background: -o-linear-gradient(
		top,
		rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.9) 99%
	);
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.9) 99%
	);
}
.news-dl-list:hover dd {
	display: block;
	cursor: pointer;
}
.news-dl-list dd {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	bottom: 0;
	padding: 16px 16px;
	font-size: 18px;
	color: #fff;
	background: rgba(0, 96, 178, 0.95);
}
.news-dl-list dd h3 {
	line-height: 28px;
	margin-bottom: 8px;
}
.news-dl-list dd p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.65);
}
.news-right-box.look_more a {
	cursor: pointer;
}
.news-right-box .look_more {
	width: 414px;
	height: 32px;
	background: #fff;
	margin-left: 12px;
	text-align: right;
	clear: both;
}
.news-right {
	position: relative;
	padding: 20px;
	float: right;
	height: 351px;
	width: 352px;
	background: url("../../images/home/news_right.png") no-repeat;
}
.news-right h3 {
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: 0px;
	text-align: left;
	color: rgba(0, 50, 92, 1);
}
.news-right .question-list li {
	margin-top: 16px;
	width: 312px;
	height: 36px;
	line-height: 26px;
	font-size: 18px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news-right .question-list li {
	margin-top: 16px;
	width: 312px;
	height: 36px;
	line-height: 26px;
	font-size: 18px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	cursor: pointer;
	color: rgba(0, 0, 0, 0.45);
}
.news-right .question-list li:hover {
	color: rgba(0, 96, 178, 1);
}
.news-right .question-list li:hover a {
	color: rgba(0, 96, 178, 1);
}
.news-right .question-list li:hover .circle {
	background: #0060b2;
}
.news-right .question-list .circle {
	width: 8px;
	height: 8px;
	background: rgba(0, 0, 0, 0.45);
	border-radius: 100%;
	display: inline-block;
	margin: 0 8px;
	align-items: top;
}
.news-right .look_more_box {
	position: absolute;
	right: 20px;
	bottom: 10px;
	width: 91px;
	height: 32px;
	background: rgba(0, 96, 178, 0.16);
}

/* 新闻动态end */
/* 热门搜索 */
#hot-search {
	min-height: 268px;
	background: #bfd9e454;
	padding: 24px 0;
}
#hot-search .tab-con span {
	padding: 0;
}
#hot-search .tab-con {
	text-align: center;
}
.search-con li {
	float: left;
	font-size: 16px;
	font-weight: 500;
	line-height: 56px;
	text-align: center;
	margin-right: 38px;
}
.search-con li:hover a {
	color: #0060b2;
}
.search-hot {
	cursor: pointer;
	float: right;
	display: flex;
	align-items: center;
	height: 42px;
	font-size: 16px;
	letter-spacing: 0.1em;
}
.search-con li a {
	color: #000000a6;
}

/*首页banner样式-----------------------------*/
.g-indexBnr {
	position: relative;
	z-index: 1;
	height: 566px;
}
.indexBnrList {
	position: relative;
	z-index: 1;
	height: 100%;
}
.indexBnrList li {
	opacity: 0;
	filter: Alpha(opacity=0);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: top;
}
.indexBnrList li a {
	display: block;
	width: 100%;
	height: 100%;
}
.indexBnrList li.sel {
	z-index: 2;
}
.indexBnrCrlWrap {
	position: absolute;
	z-index: 2;
	width: 1150px;
	left: 50%;
	top: 250px;
	margin-left: -600px;
	color: #fff;
}
.indexBnrCrl {
	float: right;
}
.indexBnrCrl span {
	width: 12px;
	height: 12px;
	display: block;
	border: 2px solid #fff;
	border-radius: 50%;
	margin-bottom: 15px;
	cursor: pointer;
}
.indexBnrCrl span.sel {
	width: 12px;
	height: 12px;
	background: #ff9711;
	border: none;
}

/* ======================= begin 分页 ====================== */
#pagination {
	height: 36px;
	overflow: hidden;
	margin: 10px;
}
#pagination ul {
	width: 476px;
	margin: 0 auto;
	overflow: hidden;
}
#pagination ul li {
	float: left;
	width: 34px;
	height: 34px;
	margin-left: 5px;
	line-height: 34px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
#pagination ul li:first-child {
	margin-left: 0;
}
#pagination ul li span {
	display: block;
	width: 34px;
	height: 34px;
	text-align: center;
	cursor: pointer;
	color: #333;
}
#pagination ul li span:hover {
	color: rgba(11, 56, 110, 1);
}
#pagination .now,
#pagination .omit {
	width: 36px;
	height: 36px;
	line-height: 36px;
	background: none;
	border: none;
}
#pagination .now span {
	width: 36px;
	height: 26px;
	color: rgba(11, 56, 110, 1);
}
#pagination .omit span {
	width: 36px;
	height: 26px;
	font-family: "Microsoft YaHei";
	color: #b4b4b4;
	letter-spacing: 1px;
	font-size: 22px;
	line-height: 22px;
	cursor: auto;
}
#pagination .page_prev,
#pagination .page_next {
	width: 94px;
}
#pagination .page_prev span {
	width: 88px;
	padding-left: 6px;
}
#pagination .page_next span {
	width: 88px;
	padding-right: 6px;
}
#pagination .default {
	color: #dbdbdb;
	cursor: auto;
}
#pagination ul li .default:hover {
	color: #dbdbdb;
}
#pagination .omit span:hover {
	color: #b4b4b4;
}
#pagination .page_num {
	border: 0px;
	line-height: 36px;
	font-weight: normal;
	color: #898989;
	width: 100px;
}
