/*引用思源黑体*/
@font-face {			
font-family: 'SouceHanSansCN-Regular';
src: url('../fonts/SourceHanSansCN-Regular.otf');
}	
@font-face {									
font-family: 'SouceHanSansCN-Bold';
src: url('../fonts/SourceHanSansCN-Bold.otf');
}					
@font-face {										
font-family: 'SouceHanSansCN-Medium';
src: url('../fonts/SourceHanSansCN-Medium.otf');
}					
@font-face {									
font-family: 'SouceHanSansCN-Light';
src: url('../fonts/SourceHanSansCN-Light.otf');
}
@font-face {  
font-family: 'hanyichaoran';
src: url('../images/hanyichaoran.ttf');
}
a{
  color: #303336;
}
a:hover,a:visited,a:link,a:active,a:focus{
	text-decoration: none;
	transition: all 0.3s;
	box-shadow: none;
	outline: none;
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
body{
	font-size: 16px;
	color: #303336;
	font-family: SourceHanSansCN-Regular;
}
.bg_pic{
	background: url(../images/bg.png);
}
.btn-link:focus,.btn-link:hover {
	text-decoration: none;
}
/*导航下的主区域*/
.main_box{
	display: flex;
	position: relative;
	top: 80px;
}
.main_box .right_content{
	flex: 1;
}
.text_bg{
	position: absolute;
	font-size: 156px;
	font-family: 'SouceHanSansCN-Bold';
	writing-mode: vertical-rl;
	width: 156px;
	height: 704px;
	right: 0;
	top: 60px;
	color: #D7EADF;
	z-index: 0;
	pointer-events: none;
}
.white_bg{
	background: #fff;
	width: 90%;
	padding: 12px 40px;
	margin-bottom: 64px;
	position: relative;
	z-index: 10;
}
.content_box{
	margin-bottom: 56px;
	position: relative;
  
}
.content_box p{
    word-break: normal !important;
    line-break: normal !important;
}
.content_box::after{
	content: "";
	width: 10px;
	height: 196px;
	background: #009040;
	position: absolute;
	right: -40px;
	top: 0;
}
.content_box .left_line{
	width: 10px;
	height: 196px;
	background: #009040;
	position: absolute;
	right: -40px;
}
.content_title{
	margin-bottom: 32px;
}
.text-green{
	color: #009040;
}
.content_title h3{
	margin: 20px 0;
	font-family: 'SouceHanSansCN-Medium';
  font-weight: 600;
}
.content_title .line{
	width: 48px;
	height: 4px;
	background: #009040;
}
.content_text{
	padding: 0 24px;
}
.content_text h4{
	margin-bottom: 24px;
	font-family: 'SouceHanSansCN-Medium';
}
.content_text p{
	line-height: 32px;
}
.content_text .pic_box{
	display: flex;
	justify-content: space-between;
	margin-top: 4%;
}
.content_box .item{
	width: 48%;
}
.content_box .item img{
	width: 100%;
}
.content_box .list_box .item{
	width: 100%;
}
.text_list{
padding: 0 24px;
margin-bottom: 32px;
}
.text_list:last-child{
	margin-bottom: 0;
}
.text_list h5{
	font-size: 16px;
	font-family: 'SouceHanSansCN-Medium';
	margin: 12px 0;
}
/* notice list */
.list_box li a{
	font-size: 18px;
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #EAECEF;
}
.list_box li a:hover{
	color: #009040;
}
.list_box li a img{
	width: 28px;
	height: 28px;
	margin-right: 12px;
}
.list_box li a .diamond{
	width: 28px;
	height: 28px;
	margin-right: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.list_box li a .diamond i{
	color: #009040;
	font-size: 12px;
	}
.top_breadcrumb{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90%;
}
.breadcrumb{
	padding: 20px 0;
	margin-bottom: 0;
	background-color: transparent;
  border-radius: 0;
}
.breadcrumb i{
	color: #F99D04;
	margin-right: 8px;
}
.breadcrumb li a{
	color: #009040;
	font-size: 16px;
}
.breadcrumb li a:hover{
	text-decoration: underline;
}
.page_turn{
	display: flex;
	justify-content: center;
	width: 90%;
	margin-bottom: 64px;
}
.page_turn_box{
	display: flex;
	margin-right: 24px;
}
.page_turn_box li{
	width: 36px;
	height: 36px;
	border-radius: 2px;
	background: #fff;
	margin-right: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.page_turn_box li a{
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page_turn_box li a:hover,
.page_turn_box li .active{
	background: #009040;
	color: #fff;
}
.pager_turn_totalbox{
	display: flex;
	align-items: center;
}
.pager_turn_totalbox .page_turn_total{
	margin-right: 24px;
}
.pager_turn_totalbox .page_turn_total strong{
	padding: 0 4px;
}
.pager_turn_totalbox .page_turn_input{
	border-color: transparent;
	width: 40px;
	margin: 0 8px;
	text-align: center;
	height: 36px;
}
.pager_turn_totalbox .page_turn_btn{
	background: #009040;
	padding: 0 8px;
    color: #fff;
    border: none;
    height: 100%;
    border-radius: 2px;
    margin-left: 24px;
}
.pager_turn_totalbox .page_turn_btn:hover{
	background: #007333;
	transition: all 0.3s;
}
.traffic_top{
	font-size: 18px;
}
.traffic_top span{
	display: block;
	line-height: 40px;
}
.traffic_top span:nth-child(1){
	font-family: SourceHanSansCN-Medium;
}
.traffic_top span:nth-child(2){
	font-size: 16px;
	color: #969a9d;
}
.traffic_top span i{
	color: #F99D04;
	font-style: normal;
}
.traffic_publicbox{
	margin: 24px 0;
}
.traffic_publicbox::after{
	content: "";
	display: block;
	clear: both;
	background: url(../images/line.png) center bottom;
	height: 10px;
	margin-top: 24px;
}
.traffic_bus{
	display: flex;
}
.traffic_bus_margin{
	margin-bottom: 24px;
}
.traffic_bus_left{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 32px;
	margin-top: 16px;
}
.traffic_icon{
	width: 72px;
	height: 72px;
	border-radius: 4px;
	background: #EBFAF2;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 12px;
}
.traffic_icon span{
	font-size: 56px;
	color: #009040;
}
.traffic_bus_right{

}
.traffic_bus_right p{
	margin: 0;
}
.traffic_bus_right p .text-green{
	font-family: SourceHanSansCN-Medium;
	font-weight: 500;
}@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url('../fonts/SourceHanSansCN-Regular.otf');
}

@font-face {
    font-family: 'SoucerHanSansCN-Bold';
    src: url('../fonts/SourceHanSansCN-Bold.otf');
}

@font-face {
    font-family: 'SoucerHanSansCN-Medium';
    src: url('../fonts/SourceHanSansCN-Medium.otf');
}

@font-face {
    font-family: 'SoucerHanSansCN-Light';
    src: url('../fonts/SourceHanSansCN-Light.otf');
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	text-align: center;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	text-align: center;
}

input:-ms-input-placeholder{
	text-align: center;
}

input::-webkit-input-placeholder{
	text-align: center;
}
.form-control:focus {
  box-shadow: none;
  outline: none;
	border-color: #009040;
  box-shadow: 0 0 0 0.2rem rgba(192, 234, 211, 0.25);
	/* outline: 1px solid #999; */
}
.search_box{
	display: flex;
	justify-content: center;
	margin-bottom: 16px;
}
.search_box .form-control{
	width: 60%;
	background: #F6F6F6;
	border-radius: 10px;
}
.question_item{
	display: flex;
	border-bottom: 1px solid #EAF6F0;
	padding: 24px 0;
}
.question_item .left{
	font-size: 80px;
	font-weight: bold;
	color: #EAF6F0;
	margin-right: 32px;	
}
.question_item .right{
	flex: 1;
}
.question_item .right .title{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 12px;
	font-family: SourceHanSansCN-Medium;
	font-weight: 500;
}
.question_item .right .answer{
	font-size: 16px;
	margin-bottom: 12px;
	line-height: 32px;
	font-weight: 400;
}
.question_item .right .answer p{
	margin: 0;
	line-height: 32px;
}
.question_item .right .tips{
	color: #969A9D;
	line-height: 32px;
}
.text-orange{
	color: #F99D04;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	text-align: center;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	text-align: center;
}

input:-ms-input-placeholder{
	text-align: center;
}

input::-webkit-input-placeholder{
	text-align: center;
}
.form-control:focus {
  box-shadow: none;
  outline: none;
	border-color: #009040;
  box-shadow: 0 0 0 0.2rem rgba(192, 234, 211, 0.25);
	/* outline: 1px solid #999; */
}
.search_box{
	display: flex;
	justify-content: center;
	margin-bottom: 16px;
}
.search_box .form-control{
	width: 60%;
	background: #F6F6F6;
	border-radius: 10px;
}
.question_item{
	display: flex;
	border-bottom: 1px solid #EAF6F0;
	padding: 24px 0;
}
.question_item .left{
	font-size: 80px;
	font-weight: bold;
	color: #EAF6F0;
	margin-right: 32px;	
}
.question_item .right{
	flex: 1;
}
.question_item .right .title{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 12px;
	font-family: SourceHanSansCN-Medium;
	font-weight: 500;
}
.question_item .right .answer{
	font-size: 16px;
	margin-bottom: 12px;
	line-height: 32px;
	font-weight: 400;
}
.question_item .right .answer p{
	margin: 0;
	line-height: 32px;
}
.question_item .right .tips{
	color: #969A9D;
	line-height: 32px;
}
.text-orange{
	color: #F99D04;
}
.contact_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact_item{
	display: flex;
}
.contact_title i{
	color: #009040;
	margin-right: 12px;
}
.contact_content{
	margin-right: 24px;
	margin-bottom: 20px;
}
.contact_content span:nth-child(1){
	color: #969A9D;
}
.contact_item_right{
	display: flex;
	flex-wrap: wrap;
}
.contact_box_right{
	width: 480px;
}
.contact_box_right img{
	width: 100%;
}
.link_box{
	display: flex;
	justify-content: space-between;
	padding: 0 24px;
}
.link_box li{
	height: 72px;
	width: 72px;
}
.link_box_item{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	background: url(../images/media/link_bg.png) center no-repeat;
	transition: all 0.3s;
	background-size: contain;
}
.link_box_item:hover{
	background: url(../images/media/link_bg_hover.png) center no-repeat;
	background-size: contain;
}
.link_box_item img{
	width: 40px;
	height: 40px;
}
.link_box_item .item_hidden, .link_box_item:hover .item_show{
	display: none;
}
.link_box_item:hover .item_hidden{
	display: inherit;
}
.popover{
	background: #edf0ef;
	border-color: #edf0ef;
}
.popover-content{
	padding: 8px 8px 0 8px;
}
.popover.top>.arrow::after{
	border-top-color: #edf0ef;
}
.popover.top>.arrow{
	margin-left: -10px;
	border-top-color: rgba(0,0,0,0.05);
}
.popover-content .text{
	text-align: center;
	padding: 6px 0 4px;
}
.openhours_height{
	height: 100%;
}
.openhours_item{
	margin-bottom: 32px;
}
.openhours_item, .openhours_item_left{
	display: flex;
	align-items: center;
}
.openhours_item_left .icon_box{
	background: #EBFAF2;
	border-radius: 4px;
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 12px;
}
.openhours_item_left .icon_box i{
	color: #009040;
	font-size: 24px;
}
.openhours_item_right{
	font-size: 18px;
	margin-left: 8px;
}
/* detail-page css */
.detpage_titbox{
	margin-bottom: 20px;
}
.detpage_titbox h4{
	text-align: center;
	/* border: 1px solid #007333; */
}
.detpage_titbox::after{
	content: "";
    display: block;
    clear: both;
    background: url(../images/line.png) center bottom;
    height: 10px;
    margin-top: 24px;
}
.detpage_titbox .date_time{
	display: flex;
	justify-content: flex-end;
}
.detpage_titbox .date_time span{
	font-size: 14px;
}
.detpage_titbox .date_time span:nth-child(1){
	color: #969A9D;
}
.detpage_text{
	text-indent: 2rem;
	font-size: 14px;
}
.datpage_img{
	display: block;
	margin: 24px auto;
}