/*reset and clearfix
---------------------------*/
html{color:#333;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
a{text-decoration:none;}
.clearfix:after,.wrapper:after,.home_box:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}.clearfix,.wrapper,.home_box{*zoom:1;}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing:border-box;}
body{font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,/*PingFang SC,*/Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif; font-size: 14px;}
/*清除 iPhone Safari 按钮默认样式*/
input[type="submit"],input[type="reset"],input[type="button"],button,select,textarea {-webkit-appearance: none;}
input::-webkit-input-placeholder{
	color:#aaa;
}
/* 主题色：#0480d7 */
/*common style
---------------------------*/
body{min-width: 1240px; background: #fff; padding-bottom: 80px; min-height: 100vh; position: relative;}
body{
	background: #fff url(../img/home_bg.jpg) no-repeat center top;
}
body.entrance_area{
	background: #f0f8fc;
}
.left{
	float: left;
}
.right{
	float: right;
}
.popup,.popup_black{
	display: none;
}
.mobile{
	display: none;
}
.pc_only{
	display: block;
}
.icon{
	background-image: url(../img/icon.png);
	background-repeat: no-repeat;
	background-size: 500px;
}
.wrapper{
	width: 1200px;
	text-align: left;
	margin: 0 auto;
}
.wrapper_outer{
	width: 1220px;
	text-align: left;
	margin: 0 auto;
}

.footer{
	height: 80px;
	background: #0480d7 ;
	line-height: 80px;
	width: 100%;
	position: absolute;
	bottom: 0;
}


.btn_field{
	float: left;
	width: 100%;
	padding-top: 80px;
}


.icon_go{
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-right: 10px;
}

.icon_search_service{
	background-position: -36px 0;
	width: 31px;
}

.link_field{
	float: left;
	padding-top: 20px;
}

.link_field .link{
	display: block;
	font-size: 16px;
	color: #666;
	padding: 10px 0;
	transition: all .5s;
}
.link_field .link:hover{
	color: #0480d7;
}

.link_field .link .icon{
	height: 24px;
	width: 24px;
	display: block;
	float: left;
	margin-right: 10px;
}

.icon_yitu{
	background-position: -81px 0;
}

.icon_jihui{
	background-position: -114px 0;
}
.home_content{
	width: 100%;
	margin-top: 50px;
	margin-bottom: 40px;
}
.home_content,.select_area,.right_field{
	/* float: left; */
}

.select_area{
	/* width: 480px; */
	width: 100%;
	box-shadow: 0px 3px 10px 0px rgba(2, 41, 81, 0.06);
	border: solid #ccc 1px;
	border-radius: 10px;
	background: #fff;
	text-align: center;
	/* border-right: solid #ddd 1px; */
}

.select_area img{
	padding: 35px 0;
	padding-bottom: 20px;
}


h2{
	font-size: 20px;
	color: #333;
}
.list_tab{
	padding-top: 20px;
}
.list_tab li{
	float: left;
	padding-right: 30px;
}
.list_tab li a{
	color: #666;
	font-size: 16px;
	display: block;
	padding-bottom: 10px;
}

.list_tab li a.current{
	color: #0480d7;
	font-weight: bold;
	border-bottom: solid #0480d7 6px;
}

.right_field{
	/* width: calc(100% - 480px);
	padding-left: 40px;
	  */
	width: 100%;
	margin-bottom: 30px;
}
.shortcut{

	width: 100%;
	display: flex;
	justify-content:space-between ;
	flex-wrap: wrap;
	padding-top: 20px;
}
.shortcut a{

	background-color: rgba(230, 243, 251,.45);
	border-radius: 10px;
	width: calc(25% - 15px);
	color: #333;
	/* height: 142px; */
	padding: 20px 0;
	display: flex;
	flex-direction: column;
	border:solid #3499e0 1px
}

.shortcut a:hover{
	background-color: rgba(4, 128, 215,.1);
}

.shortcut a p{
	padding: 0 20px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-grow: 1;
	font-size: 16px;
	line-height: 24px;
	border-left: solid rgba(2, 117, 211,.4) 6px;
	flex-direction: column;
}
a.more{
	font-size: 16px;
	color: #666;
}

a.more .icon_more{
	display: inline-block;
	width: 7px;
	height: 13px;
	background-position: -184px -5px;
}
.policy{
	margin-top: 50px;
}
.policy .list_tab a.more{
	float: right;
}

.policy_list{
	padding-top: 10px;

}

.policy_list a{
	color: #666;
	display: flex;
	padding: 17px 0;
	justify-content: space-between;
	flex-wrap: nowrap;
	font-size: 15px;
	border-bottom: solid #ddd 1px;
	height: 55px;
}

.policy_list a:hover span{
	color: #0480d7;
}
.policy_list a span{
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	transition: all .5s;
}

.policy_list a em{
	color: #999;
	width: 100px;
	flex-shrink: 0;
	flex-grow: 0;
	text-align: right;
}

.footer{
	color: #fff;
	text-align: center;
}
/* 20230429 */
.footer a{
	color: #fff;
}
/* 20230429-end */

.footer .wrapper{
	/* text-align: center; */
	display: flex;
	justify-content: space-between;
}
.footer .wrapper::after{
	content: none;
}

/* 弹出框相关样式====================== */
.popup,.popup_black,.popup_container{
	z-index: 999;

}

.popup_container{
	background: rgba(0, 0, 0, .7);
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
}

.popup{
	position: fixed;
	border-radius: 10px;
	background: #fff;
	padding: 20px;
	min-width: 280px;
	box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
	transition: top .5s;
}

.fa-close{
	font-size: 20px;
	color: #999;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
}

.popup h3{
	font-size: 16px;
	color: #333;
}

.popup h3 i{
	padding-right: 5px;
}

.popup .popup_btn{
	padding-top: 20px;
	border-top: solid #ddd 1px;
}

.popup .popup_btn .btn{
	font-size: 16px;
	color:#fff;
	border-radius: 8px;
	background: #0480d7;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
}

.popup .popup_btn .btn_cancle{
	color: #333;
	background: #f3f3f4;
}

.popup .popup_btn .btn_cancle:hover{
	background: #eee;
}

.popup .popup_content{
	padding: 15px 0;
}
/* 弹出框相关样式-END====================== */

#popup_select_area{

}
.area_container{
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: flex-start;
	padding: 10px;
}

.area_container a{
	background-color: rgba(4, 128, 215,.05);
	display: block;
	border-radius: 6px;
	height: 52px;
	line-height: 52px;
	min-width: 132px;
	width: calc(16.6667% - 20px);
	overflow: hidden;
	margin: 10px;
	flex-shrink: 0;
	text-align: center;
	color: #0480d7;
	font-size: 16px;
	position: relative;
}

.area_container a:hover{
	background-color: rgba(4, 128, 215,.1);
}

.area_container a span{
	color:#0480d7;
	opacity: .05;
	font-size: 53px;
	font-weight: bold;
	top: 0;
	position: absolute;
	left: -10px;
}

.area_container a:hover span{
	opacity: .1;
}

.header{
	height: 72px;
	background: rgba(255, 255, 255, .9);
	line-height: 72px;
	border-bottom: solid #f3f3f3 1px;
}
.area_header{
	background: rgba(255, 255, 255, .5);
	border: none;
	height: 146px;
	box-shadow: none;
	display: flex;
	align-items: center;
	font-size: 32px;
	color: #0480d7;
}
.area_header span{
	font-size: 28px;
	color: #fff;
	background-color: #0480d7;
	border-radius: 10px;
	height: 44px;
	line-height: 44px;
	padding: 0 10px;
	display: inline-block;
	margin-right: 10px;
}

.header .search_field{
	padding-top: 15px;
}

.header .search_field input.search_input{
	background: #f6f6f7;
}

.select_sys{
	background:  url(../img/banner_qx.png) repeat-x center top;
	padding:    30px 0;
	text-align: center;
	padding-top: 60px;
}
.select_sys h2{
	text-align: center;
	font-size: 30px;
	font-weight: bold;

}


.sys_container{/* 修改0502  添加*/
	width: 100%;
	display: flex;
	padding: 10px 0;
	justify-content: center;
	margin-top: 40px;
}




.sys_btn{
	margin: 0 20px;
	border-width: 1px;
	border-color: #56b0e8;
	border-style: solid;
	border-radius: 10px;
	background:rgba(255,255,255,.45);
	box-shadow: 0px 3px 10px 0px rgba(3, 86, 171, 0.06);

	width:300px;
	height: 102px;
	text-align: center;
	color: #0480d7;

}

.sys_btn b{
	font-size: 25px;
	display: block;
	margin-top: 16px;
	margin-bottom: 6px;
}

.sys_btn span{
	font-size: 18px;
}

.wrapper.tel{
	padding:30px 20px;
	display: flex;
	border-radius: 10px;
	background: #fafafa;
	margin-top: 30px;
	margin-bottom: 30px;

	box-shadow: 0px 3px 30px 0px rgba(22, 127, 225, 0.2);

}

.tel i{
	font-size: 30px;
	color:#0480d7;
	flex-grow: 0;
	flex-shrink: 0;
	padding-right: 10px;
}

.tel div{
	font-size: 16px;
	color: #666;
	padding:0 15px;
	border-right: solid #ddd 1px;
	flex-grow: 1;
}

.tel div:last-child{
	border: none;
}

.tel div span{
	width: 100%;
	display: flex;
	align-items: center;

}

.tel  em{
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
	padding-top: 10px;
	padding-right: 15px;
}
.tel  em b{
	font-size: 16px;
}
.tel.tip{
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #666;
	line-height: 22px;
}

.tel.tip a{
	color: #0480d7;
}
.sys_entrance{
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
}

.sys_entrance a{
	border-radius: 10px;
	margin: 10px;
	height: 90px;
	background: #e5f2fb;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	color: #0480d7;
	padding: 0 3px;
	width: calc(33.3333% - 20px);
}

.sys_entrance a:hover{
	background: #cde6f7;
}

.bread{
	display: flex;
	margin-top: 15px;
	background: #fcf4f4;
	border-radius: 10px;
	padding: 15px;
	align-items: center;
}
.bread a{
	color: #999;
}

.bread i{
	width: 8px;
	height: 10px;
	background-position: -310px 0;
	margin:0 10px
}
.bread a.current{
	color: #666;
}

.policy_list_container{
	padding: 20px 0;
}

.policy_list_container h2{
	font-size: 18px;
	font-weight: bold;
	border-bottom: solid #e5f2fb 6px;
	padding-bottom: 10px;
}
.policy_list_container h2 span{
	border-bottom: solid #0480d7 6px;
	padding-bottom: 10px;
}
.policy_list_container ul{
	padding-top: 20px;
}
.policy_list_container ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: solid #ddd 1px;
	padding: 0 10px;
}
.policy_list_container ul li.odd{
	background: #fbfbfb;
}
.policy_list_container ul li a{
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	flex-grow: 1;
	padding: 15px 0;
	color: #666;
	padding-left: 20px;
	background: url(../img/dot.png) no-repeat left center;
}


.policy_list_container ul li a:hover{
	color:#0480d7;
}
.policy_list_container ul li em{
	width: 120px;
	flex-shrink: 0;
	text-align: right;
	flex-grow: 0;
	color: #999;
}
.edu_pager{
	float:left;
	margin:20px 0 0;
	width:100%;
}

.edu_pager .left{
	color: #999;
}
.edu_pager_bar{
	float:right;
	border:1px solid #dedede;
	height:32px;
	line-height:32px;
	border-radius:5px;
	background:#f9f9f9;
	overflow: hidden;
}
.edu_pager_bar a{
	padding:0 11px;
	height:32px;
	border-right:1px solid #dedede;
	float:left;
	color: #666;
}
.edu_pager_bar a:last-child{
	border-right: none;
}
.edu_pager_bar a.checkd{
	background:#fff;
	color:#0480d7;
	border-bottom: solid #dedede 1px;
}
.edu_pager_bar a:hover{
	text-decoration:none;
	color:#0480d7;
}
.edu_pager_bar a.pager_btn{
	padding:0 9px;
}
.goto{
	float:left;
	line-height:34px;
	margin:0 0 0 8px;
}
.goto_text{
	float:left;
	border:1px solid #dedede;
	height:32px;
	width:24px;
	padding:0 3px;
}
.goto_link{
	float:left;
	border:1px solid #dedede;
	height:32px;
	line-height:32px;
	border-radius:0 5px 5px 0;
	background:#f9f9f9;
	border-left:none;
	padding:0 8px;
}
.goto_link:hover{
	text-decoration:none;
	color:#26cc64;
}
.policy_detail_container{
	padding: 20px 0;
}

.policy_detail_container h2{
	font-size: 18px;
	font-weight: bold;
	border-bottom: solid #ddd 1px;
	padding: 15px 0;
	width: 100%;
	text-align: center;
}

.policy_detail_container span.date{
	color: #999;
	text-align: center;
	padding: 15px;
	width: 100%;
	display: block;
}
.article{
	font-size: 16px;
	padding: 20px 0;
	color: #666;
	line-height: 32px;
}
.article img{
	max-width: 100%;
}

.article h1{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding: 15px 0;

}

.article p{
	padding:10px 0;
}

.article_end{
	width: 100%;
	border-top: solid #ddd 1px;
	color: #0480d7;
	text-align: right;
	padding: 15px 0;
}

.onpic_container{
	height: calc(100vh - 152px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.onepic_title{
	font-size: 26px;
	font-weight: bold;
	color:#333;
	display: flex;
	align-items: center;
	text-align: center;
	width: 100%;
	display: block;
	padding-bottom: 30px;
}
.onepic_title span{
	padding-left: 15px;
}

.onepic_title i{
	width: 70px;
	height: 50px;
	background-position: 0px -40px;
}


.onepic_box_container{
	width: 40%;
	float: left;
	padding:10px;
}
.onepic_box{
	border-radius: 10px;
	border:solid #bce2ff 1px;
	transition: all .5s;
	box-shadow: 0px 3px 10px 0px rgba(22, 127, 225, 0.1);

	text-align: center;
	overflow: hidden;
	background: #fff url(../img/onepic_topbar.png) no-repeat center top;
	background-size: 144px;
}

.onepic_box b,.onepic_box span,.onepic_box em{
	display: block;
	margin: 6px 0;
}

.icon_flowchart{
	background-position: -96px -57px;
}
.icon_vedio{
	background-position: -196px -57px;
}
.onepic_box_ctt{
	display: flex;
	width: 100%;
	justify-content: center;
}
.onepic_box b{
	font-weight: bold;
	font-size: 24px;
	margin-top: 20px;
}
.onepic_box span{
	background: #0480d7;
	height: 28px;
	border-radius: 14px;
	line-height: 28px;
	color: #fff;
	display: inline-block;
	padding: 0 15px;
}
.onepic_box em{
	font-size: 16px;
	color: #666;
}

.onepic_box .title{
	padding: 30px 0;

	height: 180px;
}

.onepic_box .onepic_btn i{
	width: 64px;
	height: 23px;
}

.onepic_box:hover{

	box-shadow: 0px 3px 20px 0px rgba(22, 127, 225, 0.3);
}


.onepic_btn{
	height: 84px;
	background: #f2f9ff;
	padding: 10px 0;
	padding-top: 20px;
}

.onepic_btn a{
	float: left;
	width: 50%;
	display: block;
	border-right:solid #b1d6f3 1px;
	padding-top: 5px;
}
.onepic_btn a:last-child{
	border: none;
}

.onepic_btn a span{
	background: none;
	color: #0480d7;
	font-size: 16px;
}
.popup_title{
	font-size: 16px;
}
.popup_onepic{
	width: 1000px;
}
.popup_content{
	padding: 20px 0;
	display: flex;
}
.popup_content .onepic_btn a{
	width: 100%;
}
.popup_onepic ul{
	padding-top: 10px;
	padding-left: 10px;
}
.popup_onepic .popup_content{
	text-align: center;
	padding: 15px 0;
}
.popup_onepic img{
	margin: 0 auto;
	max-width: 100%;
}

/* 搜索页面======= */
.search_page.search_field{
	float: left;
	padding-top: 20px;
	width:100%;
}

.search_page.search_field input.search_input{
	background: #fcfcfc;
	border: solid #eee 1px;
	border-right: none;
	width: 600px;
}

.search_field .hotwords{
	line-height: 42px;
	padding-left: 20px;
	float: left;
	color: #aaa;
}
.search_field .hotwords a{
	color: #999;
	padding-right: 10px;
}
.search_result{
	float: left;
	padding-bottom: 20px;
}

.search_result h3{
	padding: 10px 0;
	color: #666;
	border-bottom: solid #ddd 1px;
	padding-top: 25px;
	margin-bottom: 20px;
}

.search_result h3 span{
	font-weight: bold;
}
.search_result_list{
	border-bottom: solid #ddd 1px;
	color: #666;
	display: block;
}
.search_result_list h4{
	font-size: 18px;
	color: #0480d7;
	font-weight: bold;
	padding: 15px 0;
}

.search_result .search_result_list b{
	color: #fda428;
}
.search_result_list p{
	line-height: 22px;
}
.search_result_list p b{
	font-weight: normal;
}
.search_result_list span{
	padding: 15px 0;
	padding-top: 10px;
	color: #999;
	display: block;
}
/* 搜索页面-END=== */


/* 错误页面样式=0420=============== */
body.error_page{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

body.error_page #top-banner,body.error_page #bottom{
	flex-shrink: 0;
	flex-grow: 0;
}

body.error_page .error_container{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 16px;
	align-items: center;
	text-align: center;
	width: 100%;

}

.wait_content{
	box-shadow: 0px 3px 30px 0px rgba(22, 127, 225, 0.1);
	background-color: rgba(255, 255, 255, .5);
	border-radius: 20px;
	width: 730px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px;
}
.wait_content b{
	font-size: 30px;
	padding-bottom: 30px;
}
.wait_content em{
	font-size: 18px;
	color: #666;
	padding-top: 20px;
}
.error_container .wait_content  span{
	color: #333;
}
.error_container .wait_content .blue_text{
	color: #0480d7;
	font-size: 28px;
}
.maintain .wait_content{
	box-shadow: none;
	background: none;
}

.error_container img{
	padding: 10px;
	flex-shrink: 0;
	flex-grow: 0;
	margin: 0 auto;
	width: 350px;
	height: 265px;
}

.wait_container img{
	width: 660px;
	padding-bottom: 30px;
	height: auto;
}
.wait_container  .wait_content img{
	width: auto;
	padding: 0;
	margin-bottom: 30px;
	height: auto;
}
.error_container span{
	color: #666;
	font-size: 22px;
	padding: 10px;
}

.error_container a{
	color: #0480d7;/*修改0417*/
}

.entrance_policy h2{
	/* display: flex; */
	align-items: center;
	justify-content: space-between;
	/* padding-bottom: 0; */
	/* border-bottom-width: 2px ; */
}
.entrance_policy h2 a{
	font-size: 16px;
	color: #0480d7;
	float: right;
	font-weight: normal;
}
.entrance_policy.policy_list_container ul{
	padding-top: 0;
}
.policy_container .policy_item{
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}
@media only screen and (max-width : 750px){
	.error_container img{
		width: 320px;
		height: 242px;

	}

	.wait_container img{
		max-width: 100%;

		height: auto;
	}
	.wait_content{
		width: calc(100% - 20px);
	}
	.wait_content b{
		font-size: 26px;
	}
	.error_container .wait_content .blue_text{
		font-size: 22px;
	}
}
/* 错误页面样式-END============ */

.area_content{
	height: calc(100vh - 226px);
	min-height: 520px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #f0f8fc;
}
.area_item_container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.area_item_container .onepic_box{
	height: 140px;
	display: flex;
	flex-grow: 1;
	align-items: center;
	justify-content: center;
	padding:0 20px;
}
.area_item_container .onepic_box b{
	margin: 0;
	font-weight: normal;
	color:#0480d7;
}

.area_content .tel{
	font-size: 18px;
	display: flex;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.3);
	color: #333;
}
.area_content .tel em{
	padding: 0;
	padding-left: 20px;
}
.area_content .tel a{
	color: #0480d7;
}
.area_content .tel:last-child{
	margin-bottom: 0;
}

.area_page .footer .wrapper{
	text-align: left;
}

.tel_container{
	display: flex;
	flex-wrap: wrap;
	width: 800px;
	padding-bottom: 20px;
}

.tel_item{
	width: calc(50% - 20px);
	color: #333;
	margin: 0 10px;

	display: flex;
	font-size: 18px;
	border-bottom: solid #eee 1px;

}
.tel_title{
	width: 150px;
	background: #f5fbff;
	padding: 15px 10px;
	color: #555;
}
.tel_num{
	font-weight: bold;
	padding: 15px 10px;
}
.home_policy{
	display: flex;
}
.other_policy{
	margin-top: 14px;
}
.other_policy a{
	display: block;
	border-radius: 10px;
	background-color: rgba(4, 128, 215, .1);
	color: #0480d7;
	font-size: 16px;
	padding: 17px;
	width: 400px;
	text-align: center;
	margin: 20px;
}
.other_policy a:hover{
	background-color: rgba(4, 128, 215, .2);
}
/* 搜索政策页面 */

.search_field{
	padding: 20px 0;
	/* padding-top: 30px; */
	padding-bottom: 0;
}

.search_field input{
	width: 600px;
	height: 46px;
	line-height: 46px;
	border-radius: 6px 0 0 6px;
	float: left;
	border: solid #ddd 1px;
	text-indent: 10px;
	border-right: none;
}

.search_field .search_btn{
	height: 46px;
	line-height: 46px;
	background: #0480d7;
	color: #fff;
	padding: 0;
	display: block;
	width: 80px;
	text-align: center;
	border-radius: 0 6px 6px 0;
	float: left;


}
.search {
	padding-top: 20px;
}
.search span{
	padding-left: 5px;
	color: red;
}


.header{




	background:rgba(255, 255, 255, .8);
	border-bottom: solid #f3f3f4 1px;
	height: 70px;
}
.gradient-text {
	font-size: 32px;
	line-height: 65px;
	font-weight: bold;
	background: linear-gradient(to bottom, #10aee9, #0059ca); /* 从上到下的渐变色 */
	-webkit-background-clip: text; /* 仅对文字应用背景 */
	color: transparent; /* 使文字透明，这样渐变背景才会显示出来 */
	position: relative;
	/* z-index: 999; */
}

.gradient-text::before {

	content: attr(data-text); /* 复制文字 */
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	color: white; /* 白色描边 */
	text-shadow:
			2px 0px 0px white,
			-2px 0px 0px white,
			0px 2px 0px white,
			0px -2px 0px white,
			1px 1px 0px white,
			-1px -1px 0px white,
			1px -1px 0px white,
			-1px 1px 0px white;
}





/* //////////////////////////////////// */
/* 响应式代码============================ */
/* //////////////////////////////////// */
@media only screen and (max-width : 1240px){
	body{
		min-width: 100%;
	}
	.wrapper{
		width: 100%;
		padding:0 20px;
	}
	.wrapper_outer{
		width: 100%;
		padding: 0 10px;
	}

}
@media only screen and (max-width : 1110px){


	body.body_home{
		background-position-x: -880px;
	}
}
@media only screen and (max-width : 750px){
	.gradient-text{
		font-size: 24px;
		line-height: 46px;
	}
	body{
		min-width: 100%;
		padding-bottom: 0;
	}
	body.body_home{
		background:#fff url(../img/home_bg_m.png) no-repeat ;
		background-size: contain;
	}
	/*.body_home h1{*/
	/*	padding-top: 30px;*/
	/*	text-align: center;*/
	/*}*/
	/*.body_home h1 img{*/
	/*	width: 80%;*/
	/*	margin: 0 auto;*/
	/*}*/
	.home_content{
		margin-top: 30px;
	}
	.wrapper,.time_line,.right_field{
		width: 100%;
	}

	.wrapper{
		padding: 10px 15px;
	}

	.select_area{
		width: 100%;
	}
	.mobile{display: block;}
	.pc_only{
		display: none !important;
	}
	.right_field{
		padding-left: 0;
		border: none;
		margin-top: 30px;
	}

	.shortcut a{
		width: 100%;
		margin-bottom: 20px;
		height: auto;

	}

	.shortcut a p{
		flex-direction: row;
	}
	.policy{
		margin-top: 30px;
	}

	.policy_list a{
		flex-wrap: wrap;
		border-bottom: solid #eee 1px;
		height: auto;
	}

	.policy_list a span{
		width: 100%;
		font-size: 16px;
	}

	.policy_list a em{
		text-align: left;
		padding-top: 10px;
	}
	.footer{
		height: auto;
		line-height: 22px;
		position: relative;
		margin-top: 15px;
	}
	.footer .wrapper{
		flex-direction: column;
	}
	.footer span{
		padding: 10px 0;
	}

	.area_container a{
		width: calc(50% - 20px);
	}

	.header{
		height: auto;
	}
	/*.header h1 div{*/
	/*	font-size: 20px;*/
	/*	line-height: 46px;*/
	/*}*/
	/*.header h1 img{*/
	/*	padding-top: 0;*/
	/*	margin-bottom: 17px;*/
	/*	width: 100%;*/
	/*}*/
	/*.header h1{*/
	/*	height: auto;*/
	/*}*/
	.header .search_field input.search_input{
		border: none;
	}
	.search_field{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.search_field input.search_input{
		height: 35px;
		line-height: 35px;
	}
	.search_field input.search_btn{
		height: 35px;
		background-position: -137px 6px;
	}
	.sys_btn div{
		width: 100%;
	}

	.area_policy div{
		width: 100%;
		padding: 20px 0;
	}

	.area_policy div ul{
		min-height: auto;
	}

	.wrapper.tel{
		width: calc(100% - 20px);
		flex-wrap: wrap;
		flex-direction: column;
		padding: 10px 20px;
		/* align-items: center; */
	}

	.tel i{

		padding-bottom: 0;
		font-size: 46px;
	}
	.tel div{
		width: 100%;
		border-right: none;
		border-bottom:solid #ddd 1px;
		padding: 20px 0;
		/* text-align: center; */
	}
	.sys_btn div a{
		text-align: center;
	}
	.select_sys{
		background-position: -820px bottom;
	}
	.sys_entrance{
		width: 100%;
	}
	.sys_entrance a{
		width: 100%;
	}

	.onpic_container{
		height: auto;
		margin-top: 20px;
	}

	.edu_pager_bar a{display: none;}
	.edu_pager .left{display: none;}
	.edu_pager_bar a.pager_btn{display: block;}
	.goto_text,.goto_link,.goto,.edu_time{display: none;}

	.policy_list_container ul li{
		flex-wrap: wrap;
	}
	.policy_list_container ul li a{
		width: 100%;
	}
	.policy_list_container ul li em{
		padding-bottom: 15px;
		text-align: left;
		padding-left: 20px;
	}

	.onepic_tip i.fa-info-circle{
		display: none;
	}
	.onepic_tip span{
		padding-left: 0;
	}
	.onepic_tip em{
		width: 100%;
		display: block;
		padding: 5px 0;
		line-height: 22px;
	}


	.onepic_box_container{
		width: 100%;
	}
	.onepic_box .title{
		height: auto;
	}
	.popup_onepic img{
		max-width: 100%;
	}
	.onepic_tip{
		margin-bottom: 10px;
	}


	.search_page.search_field input.search_input{
		width: calc(100% - 48px);
	}

	.search_field .hotwords{
		line-height: 24px;
		padding-left: 0;
		padding-top: 15px;
	}
	.area_header .wrapper{
		display: flex;
		flex-direction: column;
		height: auto;
		align-items: center;
		padding: 20px 0;
	}
	.area_content{
		height:auto;
		padding: 20px 0;
	}
	.area_item_container{
		flex-direction: column;
	}
	.area_item_container .onepic_box{
		height: auto;
		padding:30px 20px;
	}
	.area_page .footer .wrapper{
		text-align: center;
	}
	.tel_container{
		width: 100%;
	}
	.tel_item{
		margin: 0;
		width: 100%;
	}

	/* 20230429 */
	.entrance_area{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.popup_onpic_list{
		display: flex;
		flex-direction: column;
	}
	.popup_onpic_list .onepic_box .title{
		padding: 0;
		padding-bottom: 10px;
	}
	.popup_onpic_list .onepic_btn{
		padding: 10px 0;
		height: auto;
	}
	/* 20230429-end */

	.policy_list_container h2{
		font-size: 18px;
		font-weight: bold;
		border-bottom: solid #e5f2fb 6px;
		padding-bottom: 10px;
	}
	.policy_list_container h2 span{
		border-bottom: solid #0480d7 6px;
		padding-bottom: 10px;
	}
	.policy_list_container ul{
		padding-top: 20px;
	}
	.policy_list_container ul li {
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: solid #ddd 1px;
		padding: 0 10px;
	}
	.policy_list_container ul li.odd{
		background: #fbfbfb;
	}
	.policy_list_container ul li a{
		white-space: nowrap;
		overflow: hidden;
		text-overflow:ellipsis;
		flex-grow: 1;
		padding: 15px 0;
		color: #666;
		padding-left: 20px;
		background: url(../img/dot.png) no-repeat left center;
	}
	.policy_list_container ul li a:hover{
		color:#0480d7;
	}
	.policy_list_container ul li em{
		width: 120px;
		flex-shrink: 0;
		text-align: right;
		flex-grow: 0;
		color: #999;
	}

	.policy_list_container ul li{
		flex-wrap: wrap;
	}
	.policy_list_container ul li a{
		width: 100%;
	}
	.policy_list_container ul li em{
		padding-bottom: 15px;
		text-align: left;
		padding-left: 20px;
	}



	.home_policy{
		flex-direction: column;
		margin-top: 20px;
	}

	.other_policy a{
		width: 100%;
		margin: 0;
		margin-top: 20px;
	}
	.search_field{
		padding-top: 20px;
		padding-bottom: 0;
	}
	.search_field input{
		width: calc(100% - 80px);
	}
}







@media only screen and (max-width : 320px){
	.footer .sys_title{
		font-size: 17px;
	}
	.shortcut a{
		font-size: 13px;
	}
	.body_home h1 img{
		width: 76px;
		height: 76px;
	}
	.body_home h1{
		font-size: 26px;
	}
	.area_container a{
		width: calc(50% - 20px);
		min-width: auto;
	}
	.header h1 div{
		font-size: 16px;
	}

}

@media (prefers-color-scheme: dark) {
	:root {
		--background-color: #fff;

	}
}

@media only screen and (max-width : 375px){
	.footer .sys_title{
		font-size: 17px;
		flex-wrap: wrap;
	}
}