@media (min-width: 1400px) {
	/* .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 90%;
        width: 90%;
    }*/
}

                   .daan-box  fieldset {
  border: 1px solid #333;
  border-radius: 5px;
  padding: 10px;
  background-color: #f0f0f0;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
}
 .daan-box legend {
  font-weight: bold;
}

/*问题*/
.title-type {
	font-size: 14px;
	color: white;
	background: #24C27D;
	padding: 2px 8px;
	border-radius: 5px;
	display: inline-block;
	margin-right: 8px;
}

.question-items {
	min-height: 100px;
}

.question-option {
	margin: 5px 8px;
}

.question-option-li {
	font-size: 14px;
	color: #333333;
	border-radius: 50%;
	text-align: center;
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	margin-right: 10px;
}



.question-kd-text {
	padding: 10px;
	line-height: 28px;
}

.show-answer {
	margin: 10px 0;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.show-answer button {
	width: 150px;
	height: 50px;
	font-size: 16px;
	background-color: #24C27D;
	color: white;
	border: 0;
	cursor: pointer
}

.wz-title {
	margin-top: 20px;
}


.tiku-item {

	border-bottom: 1px solid #eee;
	padding: 10px 0px;
}


.gotiku {
	color: #1477fb;

}

.tiku-title a {
	font-weight: 600;
}

.mydaan{

    align-items: center;
}


.search {
	position: relative;
	overflow: hidden;
	width: 90%;
	max-width: 500px;

	height: 40px;
	background: #fff;


	border: #22ac38 2px solid;
	margin: 30px auto 20px;
}
.index-search{
  	padding:120px  10px;
  	    background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
}



.search form select {
	border: none;
	height: 100%;
	right: 20%;
	outline: none;
	z-index: 9;
	position: absolute;
	background: #fff;
}


.search input.input_submit {
	border: 0;
	color: #fff;
	outline: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 20%;
	display: block;
	font-size: 15px;
	height: 40px;
	cursor: pointer;
	background: #22ac38;
	background-size: 24px;
}

.search input.input_text {
	border: 0;
	line-height: 36px;
	height: 40px;
	font-size: 14px;
	width: 86%;
	outline: none;
	text-indent: 1em;
	background: no-repeat;
}
.tikutab{
     padding-bottom: 10px;
}

.tikutab .nav-item {

   cursor: pointer;
   
    padding: 10px 15px;
}


.tikutab .nav-item a {
	   padding: 10px 0px;
	

}

.tikutab .nav-item .active {

	
	
	border-bottom: 2px solid  #1477fb;
	font-weight: 600;

}

.questions-container {

	display: flex;
	justify-content: flex-start;
	gap: 10px 30px;
	flex-wrap: wrap;
}

.question-item {
	padding: 5px 0;
	border-bottom: 1px solid #eee;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 50%;

	width: calc((100% - 30px) / 2);
}

.question-item:last-child {
	border-bottom: none;
}

.question-content {
	flex: 1;
	margin-right: 25px;
	cursor: pointer;
	transition: color 0.3s ease;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	color: #444;
	font-size: 14px;
}

.question-content:hover {
	color: #007bff;
}

.question-date {
	color: #999;
	font-size: 14px;
	white-space: nowrap;
}


.yiji-title {font-size:18px;font-weight:400;  position: relative; margin: 20px 0; border-left: 5px solid #008bf5; padding: 12px; line-height: 20px; background: #f1f5f8;border-radius: 4px;}
.yiji-title:after { content: ''; position: absolute; bottom: 0; right: 0; opacity: .3; background-image: -webkit-linear-gradient(46deg, #9febbe 48%, #f6fdfc 91%); background-image: -o-linear-gradient(46deg, #9febbe 48%, #f6fdfc 91%); background-image: linear-gradient(44deg, #9febbe 48%, #f6fdfc 91%); width: 30px; height: 36px; -webkit-border-radius: 100% 0 0 0; border-radius: 100% 0 0 0 }


/*问题*/
@media (max-width: 640px) {
    .question-item {

	width: 100%;
}
    .question-date {
        display: none;
    }
    
    .question-content {
        margin-right: 0px;
    }
}




@media (max-width: 640px) {
	.sli_item>div {
		width: 100%;

	}

	.sli_item>div+div {
		display: none;
	}
}

.sli_item i {
	font-style: normal;
	margin-left: 15px;
	font-size: 12px;
}

.announ_tit {
	color: #fff;
	float: left;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	background: #2F82FF;
	position: relative;
}




.mycenter {
	text-align: center;
	justify-content: center;
}


.bg1 {
	background: #e9e7ef;
}

.bd-title {
	font-size: 20px;
}

.bg2 {
	background: #2B58BA;
}

.bg3 {
	background: #2f363c;
}

.myhide {
	display: none;
}

header {
	background: #fff;
	border-bottom: 1px solid transparent;

}

ul,
li {
	list-style: none;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #333;
}

header .nav-item {

	min-width: 100px;
	text-align: center;

	box-sizing: border-box;
	position: relative;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;

}

header .nav-item .fa-angle-up {
	display: none;
}


header .nav-item:hover .fa-angle-up {
	display: block;
	transition: all .3s ease;
}

header .nav-item:hover .fa-angle-down {
	display: none;
	transition: all .3s ease;
}

header .nav-active a {

	color: #1e62ec;

}

header .nav-item:hover {

	color: #1e62ec;
}

header .nav-item:hover>a {
	color: #1e62ec;
}



header ul.sub li {
	width: 100%;
	background: #fff;
	float: left;
	font-size: 14px;
	padding: 0;
}

header ul.sub li a {
	padding: 0;
	display: none;
	width: 100%;
	color: #333;
}

header ul.sub {
	position: absolute;
	width: 100%;
	left: 0;
	top: 42px;
	z-index: 9;
	line-height: 36px;
	opacity: 0;
	box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.2);
}

header li:hover ul.sub {
	opacity: 1;
	top: 39px;
}

header li:hover ul.sub li a {
	display: block
}

header li:hover ul.sub li:hover>a {
	color: #1e62ec;
}



.bixu {
	color: #ff3300;
	font-weight: 900;
	margin-right: 5px;
}

.banner-ad-box {

	margin-top: 150px;
	width: 100%
}

.tb-m-more a {
	background: #007bff;
	color: #fff
}

.tb-m-more {
	margin-top: 30px
}

.tb-m-more.tb-m-more-main a {
	padding: 0 40px;
	line-height: 42px;
	border-radius: 4px;
	font-size: 14px
}

.tb-m-more a {
	position: relative;
	display: inline-block
}

.m-title {

	font-size: 26px;
	font-weight: 900;
}


.swiper-slide {
	height: 460px !important;
	background-size: cover;
	background-position: right bottom, left top;

	background-repeat: no-repeat;
	width: 100%;
	/*	transition:1s linear 2s;
			transform:scale(1.1,1.1);*/
}


@media (max-width: 768px) {

	.m-title {

		font-size: 20px;

	}

	.tb-m-more.tb-m-more-main a {
		padding: 0 20px;
		line-height: 32px;
		border-radius: 4px;
		font-size: 14px
	}

	.banner-ad-box {

		margin-top: 80px;
		width: 100%
	}

	.swiper-slide {
		height: 260px !important;
		/*	transition:1s linear 2s;
			transform:scale(1.1,1.1);*/
	}

}

.swiper-next-index,
.swiper-prev-index {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.3);
	filter: grayscale(100%) brightness(200%);
	transition: all 0.3s ease;
	/* 添加过渡效果 */
}

.swiper-prev-index {
	left: 60px;
	background-size: 10px 10px;
}

.swiper-next-index {
	right: 60px;
	background-size: 10px 10px;
}

.swiper-pagination-bullet {
	background: rgba(0, 123, 255, 0.5);
	/* 半透明背景 */
	width: 12px;
	height: 12px;
	transition: all 0.3s ease;
	/* 添加过渡效果 */
	opacity: 0.7;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007bff;
	width: 24px !important;
	height: 8px !important;
	border-radius: 10px !important;
	transition: all 0.3s ease;
	/* 添加过渡效果 */
}



@media (max-width: 768px) {


	.lianxi .item {

		width: 100%;

	}
}


.navbar-nav .active .nav-link {
	color: #ff3300;
}

.mylink:hover {

	color: #ff6000;

}

.bgf5 {
	background: #f5f5f5;
}

.navright i {
	font-size: 22px;
}

/*header{
    border-bottom: 0px;
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
    padding-top: 0px;
}*/
img {
	max-width: 100%;

}

header .nav-link {
	color: #000;
}

.so-fr {
	float: right;
}

.myrelative {
	position: relative;
}



.mytable caption {
	font-weight: 900;
	line-height: 50px;
}

.mytable {
	border-collapse: collapse;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 20px;


}




.mytable tr td em {
	font-size: 20px;
	color: #b15252;
	font-weight: bold;
	padding-right: 10px;
	font-style: normal;
}


.mytable td,
.mytable th {
	border: 1px solid #cbcbcb;
	color: #666;
	height: 35px;
	padding: 0px 15px;
}

.mytable thead th {
	background-color: #cbcbcb;
	width: 100px;
}

.mytable tr:first-child {
	font-weight: 900;
}

.mytable tr:first-child {
	font-weight: 900;
}

/*分页*/
.pager {
	text-align: center;
	margin: 20px 0;
}

.pager ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.pager ul li {
	display: inline-block;
}

.pager ul li a {
	padding: 5px 15px;
	border: #dddddd solid 1px;
	margin-left: -1px;
	display: inline-block;
}

.pager ul li a:hover {
	border-color: #70c4f3;
	background-color: #70c4f3;
	color: #333
}

.pager ul .active a {
	border: #3ea8e2 solid 1px;
	display: inline-block;
	background-color: #3ea8e2;
	color: #fff;
}

.pager ul a:not([href]):not([class]):hover {
	border: #dddddd solid 1px;
	background-color: #fff
}

.pager ul .active a:hover {
	color: #fff;
	border: #3ea8e2 solid 1px !important;
	background-color: #3ea8e2 !important
}



.banner-box {
	height: 220px;
}



.banner-box img {
	width: 100%;
	height: 100%;
}

.header1 {
	background: #fff;
	border-bottom: 1px solid #ddd;
}

.header-line {
	height: 60px;
}



img {
	border: 0;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: -webkit-crisp-edges;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor
}

/*文章*/
.h1-title {
	font-size: 20px;
	font-weight: 600;
	display: inline;
}

.wz-meta {
	margin-top: 12px;
	color: #999;
	overflow: hidden;
	position: relative;
	border-bottom: 1px dashed #eee;
	font-size: 14px;

}

.wz-meta .item {
	float: left;
	margin-right: 40px;
}

.rightinfo {
	position: relative;
}

.shop_info_dzsc {
	display: block;
	font-size: 12px;
	color: #666f80;
	text-align: center;

}

.shop_info {
	position: absolute;
	right: 10px;
	top: 10px;
}

@media (max-width: 768px) {

	.shop_info {
		position: relative;

	}

}

.shop_info_dzsc .change-color {
	padding: 3px 10px;
	border-radius: 4px;
	color: #ff5473;
	background-color: rgba(255, 84, 115, .1);
	margin-right: 10px !important;
	font-size: 12px;
	background: rgba(255, 84, 115, .1);
	box-shadow: 0 5px 10px 0 rgb(16 110 253 / 0%)
}

.shop_info_dzsc .change-color-sc {
	padding: 3px 10px;
	border-radius: 4px;
	color: #0084ff !important;
	background: rgba(0, 132, 255, .1);
	font-size: 12px;
	box-shadow: 0 5px 10px 0 rgb(16 110 253 / 0%)
}



.wz-content {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 25px;
	text-align: justify;
	color: #333333;
}

.wz-content p {
	margin-bottom: 15px;
}

.wz-content p a {
	border-bottom: 1px solid #ffdfcc;
	word-break: break-all;
	color: #ff6000
}

.wz-content p a:hover {
	color: #ff6000;
	border-bottom-color: #ff6000
}

.wz-content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 8px
}

.wz-content hr {
	margin: 50px auto;
	width: 100px;
	border-top-color: #eee
}

.wz-content h2 {
	font-size: 150%;
	font-weight: 400;
	position: relative;
	margin: 20px 0;
	border-left: 5px solid #008bf5;
	padding: 12px;
	line-height: 20px;
	background: #f1f5f8;
	border-radius: 4px;
}

.wz-content h4 {
	font-size: 150%;
	font-weight: 400;
	position: relative;
	margin: 20px 0;
	border-left: 5px solid #008bf5;
	padding: 12px;
	line-height: 20px;
	background: #f1f5f8;
	border-radius: 4px;
}

.wz-content h4:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: .3;
	background-image: -webkit-linear-gradient(46deg, #9febbe 48%, #f6fdfc 91%);
	background-image: -o-linear-gradient(46deg, #9febbe 48%, #f6fdfc 91%);
	background-image: linear-gradient(44deg, #9febbe 48%, #f6fdfc 91%);
	width: 30px;
	height: 36px;
	-webkit-border-radius: 100% 0 0 0;
	border-radius: 100% 0 0 0
}


.wz-content h3 {
	font-size: 18px;
	font-weight: 400;
	position: relative;
	margin: 20px 0;
	border-left: 5px solid #008bf5;
	padding: 12px;
	line-height: 20px;
	background: #f1f5f8;
	border-radius: 4px;
}

.wz-content h3:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: .3;
	background-image: -webkit-linear-gradient(46deg, #9febbe 48%, #f6fdfc 91%);
	background-image: -o-linear-gradient(46deg, #9febbe 48%, #f6fdfc 91%);
	background-image: linear-gradient(44deg, #9febbe 48%, #f6fdfc 91%);
	width: 30px;
	height: 36px;
	-webkit-border-radius: 100% 0 0 0;
	border-radius: 100% 0 0 0
}

.wz-content code {
	position: relative;
	top: -2px;
	display: inline-block;
	word-wrap: break-word;
	font-size: 12px;
	background-color: #e9e7ef;
	color: #666;
	padding: 0 8px;
	border-radius: 4px
}

.wz-content em {
	color: red;
	font-style: normal
}

.wz-content .alignnone {
	margin: 0 auto
}

.wz-content .alignleft {
	float: left;
	text-align: left;
	margin-right: 10px
}

.wz-content .aligncenter {
	margin: 0 auto;
	text-align: center;
	display: block
}

.wz-content .alignright {
	float: right;
	text-align: right;
	margin-left: 10px
}

.wz-content blockquote {
	color: #999;
	padding: 15px 20px;
	background-color: #fbfbfb;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 15px;
	font-size: 13px
}

.wz-content blockquote p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px
}

.wz-content .post-copyright {
	clear: both;
	font-size: 14px
}


.wz-content code {
	position: relative;
	top: -2px;
	display: inline-block;
	word-wrap: break-word;
	font-size: 12px;
	background-color: #272822;
	color: #eee;
	padding: 0 8px;
	border-radius: 4px
}

/*.wz-content pre{word-wrap:break-word}
.wz-content pre code{top:0;display:block;font-size:inherit;background-color:rgba(0,0,0,0);color:inherit;padding:0;border-radius:0}
.wz-content pre{margin:25px 0;font:13px/20px "courier new";background:#272822;padding:15px 20px;color:#f8f8d4;border:none}*/
.wz-content blockquote {
	margin: 25px 0;
	padding: 20px 20px 10px;
	font-size: 15px;
	color: #999;
	background-color: #f8f8f8;
	border-left: 4px solid #ddd
}

.wz-content blockquote p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px
}








.tags {}

.tags ul {
	overflow: hidden;
	font-size: 12px;
	margin-right: -3%;
	margin-top: -12px
}

.tags ul li {
	float: left;
	width: 97%;
	margin-right: 3%;
	margin-top: 12px
}

.tags ul li.s2 {
	width: 47%
}

.tags ul li.s3 {
	width: 30.3333333333%
}

.tags ul a {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	line-height: 34px;
	border-radius: 50px;
	border: 1px solid #e6e6e6;
	text-align: center;
	color: #202935
}

.tags ul a:hover {
	color: #fff;
	border-color: #ff6000;
	background-color: #ff6000
}

@media (max-width: 768px) {
	.tags {
		width: auto;
		float: none;
		margin: 15px 0 0;
		border-radius: 0;
	}

	.tags ul a {
		border: none;
		background-color: #f9f9f9;
		line-height: 34px
	}
}

@media (max-width: 544px) {
	.tags {
		padding: 20px 15px
	}

	.tags .mo-title {
		margin-bottom: 10px
	}
}







@media (max-width: 768px) {
	.tuijian>div:first-child {
		margin-bottom: 1rem;
	}
}




.two-line {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.price {
	font-weight: 900;
	color: #ff6000;

}


/*新闻列表*/





.blog {}

@media (max-width: 768px) {
	.leftimgs {
		margin-bottom: 10px;
	}
}

.blog-item img {
	width: 100%;
}

.pd20 {
	padding: 20px;
}

.pd10 {
	padding: 10px 10px;

}

.offcanvas {
	width: 90% !important;
}

/*二级菜单*/
.fr {
	float: right;
}

.mybox {
	width: 1400px;
	margin: 0px auto;
	max-width: 100%;
}

.so-fr form {
	display: flex;
	align-content: center;

}


@media (max-width: 768px) {

	.so-fr {
		flex-grow: 1;
		width: 100%;
	}

	.pd20 {
		padding: 10px 10px;
	}

	.pd10 {
		padding: 10px 10px;

	}


}





@media (max-width: 640px) {

	.my-fuwu-num {

		display: none !important;
	}

}

/*底部*/
.footer {
	overflow: hidden;
	background: #26344b;
	color: #9aaac3;
}

.footer .footer_content dl:first-child {
	border-left: none
}

.footer .footer_content dl dt {
	font-size: 16px;
	color: #ced9e9
}

.footer .footer_content dl dd {
	zoom: 1;
	overflow: hidden
}

.footer .footer_content dl dd:after {
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	width: 0
}



.footer .footer_content dl dd .footer_link {
	margin-left: -18px
}

.footer .footer_content dl dd .footer_link a {
	display: inline-block;
	*display: inline;
	margin: 8px 0;
	padding: 0 18px;
	border-left: 1px solid #434f63;
	line-height: 14px;
	font-size: 14px;
	color: #9aaac3;
	*zoom: 1
}

.footer .footer_content dl dd .footer_link a:hover {
	color: #fff
}

.footer .link-wrap {
	border-bottom:  1px solid #364a67;
	border-width: 1px 0;
	line-height: 25px;
	height: 70px;
	overflow: hidden;
	position: relative;
}

.footer .link-wrap:after {
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	width: 0
}

.footer .contact .weixin,
.footer .contact .weixin:hover {
	display: inline-block;
	background-image: url(img/sprite.png?v=1541991023969);
	width: 49px;
	height: 48px;
	vertical-align: middle
}

.footer .link-wrap span {
	margin-left: 5px;
}

.footer .link-wrap a {
	color: #9aaac3
}

.footer .link-wrap a:hover {
	color: #fff
}


.footer .fr .service div {
	width: 100px;
	height: 100px;
	border-radius: 5px;
	background: #fff;
	padding: 5px;
}

.footer .fr .service h6 {
	line-height: 30px;
	text-align: center;
	color: #9a9a9a;
}

.footer p {
	padding: 8px 0 0;
	line-height: 24px
}

.footer p a {
	color: #9aaac3
}

.footer p a:hover {
	color: #fff
}

.copyright{
    font-size: 14px;
}


@media screen and (max-width:640px) {
	.dtit .htitle {
		font-size: 20px;
		font-weight: 700;
	}

	.dtit p {
		font-size: 15px;
	}
}







.kehu img {
	width: 100%;
	box-sizing: border-box;
}


@media (max-width: 640px) {

	.item-table-bluehead thead td {

		font-size: 13px;

	}

	.item-table-bluehead td {

		font-size: 13px;
		padding: 10px;
	}
}






.wz-content table {
	margin: 20px 0px;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ddd;
	/* 添加表格外边框 */
}

.wz-content table th,
.wz-content table td {
	padding: 12px;
	text-align: left;
	border: 1px solid #ddd;
	/* 添加单元格边框 */
}

.wz-content table th {
	background-color: #f1f5f9;
}

/* 移动端适配 */
@media screen and (max-width: 600px) {
	.wz-content table thead {
		display: none;
	}

	.wz-content table tr {
		display: block;
		margin-bottom: 15px;
		border: 1px solid #ddd;
	}

	.wz-content table td {
		display: block;
		text-align: right;
		position: relative;
		padding-left: 50%;
		border-bottom: 1px solid #ddd;
		/* 移动端保留底部边框 */
	}

	.wz-content table td:last-child {
		border-bottom: none;
		/* 最后一个单元格取消底部边框 */
	}

	.wz-content table td::before {
		content: attr(data-label);
		position: absolute;
		left: 0;
		width: 50%;
		padding-left: 12px;
		text-align: left;
		font-weight: bold;
	}
}




.cat-list ul li {
	margin: 0px 10px;
	height: 30px;
	padding: 0px 10px;
	line-height: 30px;
}

.cat-list .touch {
	background: #2087ed;
	color: white;
	transition: background 0.2s ease;

}


.erji-box{
    line-height: 35px;
}
.erji-item{
    display: flex;
}
.eriji-title{
    
    font-weight: 600;
    margin-right: 20px;
}

.sanji{
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.sanji-title{
    
   
    margin-right: 20px;
}