h2 {
	text-align: center;
}
.Zhuanye .tab-content {
    width: 100%;
}
.Zhuanye ul {
    background: #f5f5f575;
    padding-left: 0;
    margin: 10px 0;
}
.tab-content ul li {
    width: 50%;
    float: left;
    display: flex;
    padding: 0;
    position: relative;
}
.Zhuanye .tab-content a {
    width: 55%;
    display: inline-block;
    font-size: 16px;
    line-height: 50px;
    color: #000;
    padding: 5px 15px 5px 5px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tab-content ul li .a1-cls:before {
    content: '>';
    color: #ea5413;
    align-self: center;
    font-weight: 700;
    margin-right: 5px;
}
.Zhuanye .tab-content .a-cls {
    width: auto;
    float: left;
    font-size: 14px;
    color: #379c9c;
    padding: 5px;
    border: 1px solid #379c9c;
    height: 30px;
    line-height: 18px;
    border-radius: 4px;
    margin-right: 15px;
    margin-top: 14px;
}
.Zhuanye .tab-content .sp-tim {
    line-height: 56px;
    position: absolute;
    right: 50px;
}
.Zhuanye .tab-content a:hover {
    color: #ea5413;
	font-weight: 700;
}
.Zhuanye .tab-content .a-cls:hover {
    color: #da4d00;
    box-shadow: 0 5px 10px #ccc;
    -webkit-box-shadow: 0 5px 10px #ccc;
    -o-box-shadow: 0 5px 10px #ccc;
    -moz-box-shadow: 0 5px 10px #ccc;
    background: -webkit-linear-gradient(left, #fffe9f, #f5ef35);
    background: -o-linear-gradient(right, #fffe9f, #f5ef35);
    background: -moz-linear-gradient(right, #fffe9f, #f5ef35);
    background: linear-gradient(to right, #fffe9f, #f5ef35);
    -pie-background: linear-gradient(right, #fffe9f, #f5ef35);
    border: none;
    padding: 6px;
}
@media screen and (max-width: 768px) {

    .Zhuanye ul li > a {
        padding: 0 10px;
    }
    .Zhuanye ul li {
        width: auto;
        padding: 0 5px;
    }
    .Zhuanye .tab-content a {
        font-size: 16px;
        line-height: 2rem;
        width: 100%;
    }
    .Zhuanye .tab-content .a-cls {
        font-size: 14px;
        height: auto;
        padding: 2px 5px;
        margin: 0 10px;
    }
    .Zhuanye .tab-content .sp-tim {
        line-height: 25px;
        margin-bottom: 10px;
		position: unset;
		float: right;
    }
    .tab-content ul li {
        width: 100%;
        display: block;
		position: unset;
    }
}


/*常见问题 开始*/
.title_34 {
    font-size: 34px;
    font-weight: bold;
    padding-top: 30px;
    letter-spacing: 1px;
    color: #393939;
    text-align: center;
}
.h2_title {
    margin: auto;
    width: 100%;
    margin-bottom: 20px;
}
.text_18 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #797979;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}
.text_18::before {
    content: '';
    width: 81px;
    height: 7px;
    background: url(/zhuanti/images/sheda/text_right.png) no-repeat top center;
    margin-right: 11px;
}
.text_18::after {
    content: '';
    width: 81px;
    height: 7px;
    background: url(/zhuanti/images/sheda/text_left.png) no-repeat top center;
    margin-left: 11px;
}
.cjwt {
	margin: 0 auto;
	width: 1100px;
}
.wp-block-columns {
    display: flex;
    margin-bottom: 28px;
    flex-wrap: wrap;
	width: 100%;
}

@media(min-width:782px){
	
	.wp-block-columns{
		flex-wrap:nowrap
		
	}
	.wp-block-column{
		flex-basis:100%!important;
		width: 100%;
	}
}

@media(max-width:599px){
	.wp-block-column{
		flex-basis:100%!important;
		width: 100%;
	}
	.cjwt {
		width: 100%;
	}
}
@media(min-width:600px) and (max-width:781px){
	.wp-block-column{
		flex-basis:calc(50% - 16px)!important;
		flex-grow:0
	}
	.wp-block-column:nth-child(2n){
		margin-left:32px
	}
}
@media(min-width:782px){
	.wp-block-column{
		flex-basis:0%;flex-grow:1
	}
	.wp-block-column[style*=flex-basis]{
		flex-grow:0
	}
	.wp-block-column:not(:first-child){
		margin-left:32px
	}
	.title_34 {
		font-size: 35px;
	}
	.text_18 {
		font-size: 14px;
	}
}
.wp-block-columns.are-vertically-aligned-top{
	align-items:flex-start
}
.wp-block-columns.are-vertically-aligned-center{
	align-items:center
}
.wp-block-columns.are-vertically-aligned-bottom{
	align-items:flex-end
}
.wp-block-column.is-vertically-aligned-top{
	align-self:flex-start
}
.wp-block-column.is-vertically-aligned-center{
	-ms-grid-row-align:center;align-self:center
}
.wp-block-column.is-vertically-aligned-bottom{
	align-self:flex-end
}
.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{
	width:100%
}
details , summary {
	display: block;	
}
details summary::-webkit-details-marker{
	color: #999;
}
details summary:hover::-webkit-details-marker{
	color: #ff6873;
}
.qna summary {
    font-size: 16px;
    line-height: 45px;
    margin-bottom: 10px;
    background-color: #f6f6f6;
    padding-left: 2%;
    cursor: pointer;
	color: #000;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	outline:none;
}
.qna summary:hover {
	background: #ea5413;
	color: #fff;
	font-weight: 700;
}
.entry-content p:last-child {
    margin-bottom: 0;
	color: #000;
}
details p {
    margin: 0 15px;
    font-size: 14px;
	word-wrap: break-word;
    line-height: 1.8;
}
.KCYD_SS a  {
    margin: 0;
    color: #28ab9c;
    font-weight: bold;
    padding: 0.3em 0.6em 0.4em;
    border-radius: 0.4em;
	font-size:15px;
	display: block;
}
.KCYD_SS {
	width: 100%;
	margin: 0 auto 10px auto;
	padding: 20px 0;
	font-size: 1.4rem;
	color: #666;
	    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.KCYD_SS h4 {
	font-size: 1.8rem;
	color: #333;
	border-left: 4px solid #3ca5f6;
	padding: .2rem 1rem;
}
/*常见问题 结束*/
.icon-circle-slelected:before {
	color: #ea5413;
    font-size: 12px;
    margin-right: 5px;
    vertical-align: middle;
}
.kcyd-p {
    color: #000;
    margin-top: 5px;
    padding-top: 5px;
    border-top: solid 1px #99999924;
}
.fl-nav {
	width: 1170px;
	margin: 0 auto 10px;
	border-top: 1px solid #d6d6d7;
    padding: 5px 0;
    border-radius: 4px;
}
.fl-nav ul {
	padding-left: 0;
	margin-bottom: 5px;
}
.fl-nav ul .nav-first {
	font-weight: bold;
	border-right: 1px solid #333;
}
.fl-nav li {
	display: inline-block;
	font-size: 14px;
	padding: 0 10px;
	margin: 5px 0;
	color: #ea5413;
	line-height: 14px;
}
.fl-nav li a {
	color: #333;
	font-size: 16px;
}
.fl-nav li a:hover {
	color: #ef5e17;
	
}
.mbx {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	.fl-nav {
		width: 100%;
	}
	.title_34 {
		font-size: 25px;
	}
	.text_18 {
    font-size: 14px;
	}
}