﻿@charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}
fieldset, img, input, button ,select{
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}
ul, ol {
    list-style: none;
}
input , button{
    padding-top: 0;
    padding-bottom: 0;
    font-family: "微软雅黑";
}
button{
    cursor:pointer;
    background: transparent;
}
select, input {
    vertical-align: middle;
}
select, input, textarea {
    font-size: 12px;
    margin: 0;
}
/*防止拖动*/
textarea {
    resize: none;
}
img {
    border: 0;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
body {
    font: 14px/150% "微软雅黑"!important;
    color: #000;
    padding-top: 2rem;
}

.text-c{ text-align: center;}

.text-1{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1; /*IE/7/6*/
}
.f-l{
    float: left;
}
.f-r{
    float: right;
}

.dsnone {
    display: none;
}

.dsblock {
    display: block;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

/*字体的大小*/
.fs-8{ font-size:8px;}
.fs-10{ font-size:10px;}
.fs-12{ font-size:12px;}
.fs-13{ font-size:13px;}
.fs-14{ font-size:14px;}
.fs-15{ font-size: 15px;}
.fs-16{ font-size: 16px;}
.fs-17{ font-size: 17.5px;}
.fs-18{ font-size: 18px;}
.fs-20{ font-size: 20px;}
.fs-21{ font-size: 21px;}
.fs-22{ font-size: 22px;}
.fs-24{ font-size: 24px;}
.fs-26{ font-size: 26px;}
.fs-28{ font-size: 28px;}
.fs-37{ font-size: 37px;}
/*间距*/
.no-m{ margin: 0}
.m10{margin:10px;}
.m15{margin:15px;}
.m20{margin:20px;}
.m30{margin:30px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt50{margin-top:50px;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml50{margin-left:50px;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr50{margin-right:50px;}
.no-p{ padding: 0}
.p10{padding:10px;}
.p15{padding:15px;}
.p20{padding:20px;}
.p30{padding:30px;}
.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt50{padding-top:50px;}
.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb50{padding-bottom:50px;}
.pl5{padding-left:5px;}
.pl10{padding-left:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}
.pl30{padding-left:30px;}
.pl50{padding-left:50px;}
.pr5{padding-right:5px;}
.pr10{padding-right:10px;}
.pr15{padding-right:15px;}
.pr20{padding-right:20px;}
.pr30{padding-right:30px;}
.pr50{padding-right:50px;}

a {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}
em ,i{
    font-style: normal;
    text-decoration: none;
}
/*   index   */
.header{
    width: 100%;
    height: 2rem;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    box-sizing: border-box;
    padding: 0 .6rem;
}
.logo_img{
    float: left;
    height: .9rem;
    margin: .55rem 0;
}
.more_img{
    float: right;
    height: .7rem;
    margin: .7rem 0;
}
.mask{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}
.nav{
    width: 100%;
    padding-top: .3rem;
    background: rgba(255,255,255,.6);
    position: fixed;
    top: 1.7rem;
    left: 0;
    z-index: 999;
    background: url(../images/bg1.png) no-repeat top center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: none;
}
.nav_search{
    padding: 0 .6rem;
    border-bottom: 1px solid #c7c8c8;
}
.nav_search input{
    float: left;
    font-size: .4rem;
    line-height: 1.3rem;
    color: #333;
    width: 10.7rem;
    background: transparent;
}
.nav_search img{
    float: right;
    height: .6rem;
    margin: .35rem 0;
}
.nav_list a{
    display: block;
    font-size: .45rem;
    line-height: 1.3rem;
    color: #484849;
    padding: 0 .6rem;
    border-bottom: 1px solid #c7c8c8;
    background: url(../images/icon_right2.png) no-repeat right center;
    -webkit-background-size: auto .6rem;
    background-size: auto .6rem;
    -webkit-background-origin: content-box;
    background-origin: content-box;
}
.nav_list a.on{
    color: #009943;
    font-weight: bold;
    background: url(../images/icon_right_on.png) no-repeat right center;
    -webkit-background-size: auto .6rem;
    background-size: auto .6rem;
    -webkit-background-origin: content-box;
    background-origin: content-box;
}
.nav_list1 a.on{
    color: #fdd108;
    font-weight: bold;
    background: url(../images/icon_right_on1.png) no-repeat right center;
    -webkit-background-size: auto .6rem;
    background-size: auto .6rem;
    -webkit-background-origin: content-box;
    background-origin: content-box;
}
.nav_list2 a.on{
    color: #4b5faa;
    font-weight: bold;
    background: url(../images/icon_right_on2.png) no-repeat right center;
    -webkit-background-size: auto .6rem;
    background-size: auto .6rem;
    -webkit-background-origin: content-box;
    background-origin: content-box;
}
.nav_list3 a.on{
    color: #c9a362;
    font-weight: bold;
    background: url(../images/icon_right_on3.png) no-repeat right center;
    -webkit-background-size: auto .6rem;
    background-size: auto .6rem;
    -webkit-background-origin: content-box;
    background-origin: content-box;
}
.nav_list4 a.on{
    color: #92539d;
    font-weight: bold;
    background: url(../images/icon_right_on4.png) no-repeat right center;
    -webkit-background-size: auto .6rem;
    background-size: auto .6rem;
    -webkit-background-origin: content-box;
    background-origin: content-box;
}
.nav select{
    display: block;
    width: 11.4rem;
    margin: .65rem auto;
    padding: 0 .35rem;
    border: 1px solid #c7c8c8;
    font-size: .4rem;
    height: 1.3rem;
    color: #484849;
    -webkit-appearance: none;
    appearance: none;
    background: url(../images/icon_down.png) no-repeat right center;
    -webkit-background-size: auto .25rem;
    background-size: auto .25rem;
    -webkit-background-origin: content-box;
    background-origin: content-box;
}

.nav .selecta{
    display: block;
    width: 11.4rem;
    margin: .65rem auto;
    padding: 0 .35rem;
    border: 1px solid #c7c8c8;
    font-size: .4rem;
    height: 1.3rem;
	line-height: 1.3rem;
	text-align: center;
    color: #484849;
    -webkit-appearance: none;
    appearance: none;
    -webkit-background-size: auto .25rem;
    background-size: auto .25rem;
    -webkit-background-origin: content-box;
    background-origin: content-box;
	box-sizing: border-box;
}

.nav>button{
    display: block;
    width: 100%;
    font-size: .5rem;
    line-height: 1.5rem;
    color: #484849;
    text-align: center;
    border-top: 1px solid #c7c8c8;
}
.main_visual{
    position:relative;
}
.main_image{
    height: 8.7rem;
    overflow:hidden;
    position:relative;
}
.main_image li{
    float:left;
    width:100%;
    height: 8.7rem;
}
.main_image li img{
    width: 100%;
    height: 100%;
}
.flicking_con{
    position:absolute;
    bottom:.3rem;
    left:50%;
    z-index: 9;
    margin-left: -.6rem;
}
.flicking_con a{
    float:left;
    width: .3rem;
    height: .3rem;
    margin:0 .15rem 0 .15rem;
    background: rgba(255,255,255,.5);
    border-radius: 100%;
}
.flicking_con a.on{
    background: rgba(0,0,0,.5);
}
.tit{
    text-align: center;
    background: url(../images/line_bottom.png) no-repeat bottom center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    padding: 1.4rem 0 .9rem;
    color: #383839;
}
.tit h3{
    font-size: .8rem;
    line-height: 1.1rem;
    font-weight: 500;
}
.tit p{
    font-size: .4rem;
    line-height: .7rem;
}
.Platform{
    padding: .6rem 1rem .7rem;
}
.Platform h4{
    font-size: .35rem;
    line-height: .7rem;
    color: #2f2f2f;
    /*margin-top: .4rem;*/
}
.Platform_ipt{
    width: 100%;
    padding: 0 .35rem;
    border: 1px solid #d6d6d6;
    position: relative;
    box-sizing: border-box;
}
.Platform_ipt input{
    display: block;
    width: 90%;
    font-size: .35rem;
    line-height: 1.1rem;
    color: #333;
}
.Platform_ipt>img{
    height: .24rem;
    position: absolute;
    top: 50%;
    right: .35rem;
    margin-top: -.12rem;
}
.Platform h5{
    height: .4rem;
    position: relative;
}
.Platform h5 img{
    height: .5rem;
    position: absolute;
    bottom: -.35rem;
    right: .45rem;
}
.Platform button{
    display: block;
    width: 100%;
    font-size: .4rem;
    line-height: 1.2rem;
    margin-top: 1.2rem;
    color: #fff;
    background-color: #009943;
}
.news_content{
    padding: 0 .6rem;
}
.news_ul li{
    background-color: #f3f3f3;
    margin-top: 1rem;
}
.news_ul li:last-child{
    margin-right: 0;
}
.title{
    padding: .9rem .6rem .35rem;
    overflow: hidden;
    background: url(../images/line_bottom.png) no-repeat bottom center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.title_orange{
    background: url(../images/line_bottom2.png) no-repeat bottom center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.title_blue{
    background: url(../images/line_bottom3.png) no-repeat bottom center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.title_brown{
    background: url(../images/line_bottom4.png) no-repeat bottom center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.title_purple{
    background: url(../images/line_bottom5.png) no-repeat bottom center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.title h3{
    float: left;
    font-size: .75rem;
    line-height: 2.4rem;
    color: #4d4d4e;
    font-weight: 400;
}
.title a{
    float: right;
    font-size: .45rem;
    line-height: 2.4rem;
    color: #4d4d4e;
}
.news_ul li{
    padding-bottom: .8rem;
}
.news_ul li>.news_img{
    width: 100%;
}
.news_ul li>.news_img img{
    width: 100%;
	height: 5.63rem;
	display:block;
}
.news_list a{
    display: block;
    overflow: hidden;
    padding-left: .7rem;
}
.news_list a:nth-child(2n){
    background-color: #e9e9e9;
}
.news_list a h3{
    float: left;
    width: 9rem;
    font-size: .4rem;
    line-height: 1.7rem;
    color: #3a3a3b;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_list a button{
    float: right;
    width: 1.7rem;
    line-height: 1.7rem;
    background: #009843;
    margin-top: 1px;
}
.news_list a button img{
    height: .8rem;
}
.news_list_orange a button{
    background-color: #fdd108;
}
.news_list_blue a button{
    background-color: #4b5faa;
}
.news_list_brown a button{
    background-color: #c9a362;
}
.news_list_purple a button{
    background-color: #92539d;
}
.news_list a h3:hover{
    color: #009843;
}
.news_list_orange a h3:hover{
    color: #fdd108;
}
.news_list_blue a h3:hover{
    color: #4b5faa;
}
.news_list_brown a h3:hover{
    color: #c9a362;
}
.news_list_purple a h3:hover{
    color: #92539d;
}
.footer{
    margin-top: 1.2rem;
    box-sizing: border-box;
    padding: 1.3rem 0 .4rem;
    background: #f0f0f0 url(../images/line_bottom.png) no-repeat top center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.footer_top{
    text-align: center;
}
.footer_top a{
    font-size: .3rem;
    line-height: .3rem;
    padding: 0 .2rem;
    border-right: 1px solid #818181;
    color: #373738;
}
.footer_top a:last-child{
    border-right: 0;
}
.footer_center{
    padding: .8rem 1.3rem 1rem;
}
.footer_center li{
    float: left;
    width: 33.33%;
    text-align: center;
}
.footer_center li img{
    width: 2rem;
}
.footer_center li p{
    font-size: .3rem;
    line-height: .6rem;
    color: #4f4f50;
}
.footer_bottom{
    font-size: .3rem;
    line-height: .5rem;
    color: #09090a;
    text-align: center;
}

/*   新闻中心   */
.banner img{
    width: 100%;
	/** height: 3.42rem; **/
	display:block;
}
.news_center{
    padding: .6rem .6rem 0;
}
.news_center>h2{
    font-size: .45rem;
    line-height: 1.3rem;
    padding: 0 .5rem;
    color: #fff;
    background-color: #009943;
}
.news_center>h2 img{
    float: right;
    height: .5rem;
    margin: .4rem 0;
}
.news_center_info{
    display: block;
    width: 100%;
    display: none;
}
.news_center_info>div>a{
    font-size: .45rem;
    line-height: 1.3rem;
    padding: 0 .5rem;
    color: #fff;
    background-color: #009943;
    border-top: 1px solid #fff;
	display:block;
}
.news_center_info>div>a>img{
	float: right;
    width: .5rem;
    margin: .3rem 0;
}
.rotate90{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.news_center_info>div .news_center_drown{
	display:none;
}
.news_center_info>div .news_center_drown>a{
	font-size: .45rem;
    line-height: 1.3rem;
    padding: 0 .5rem;
    color: #484849;
    background-color: #f1f1f1;
    display: block;
}
.news_center_info>div>a.on{
    background-color: #b7d342;
}
.news_center_info1>div>a.on{
    background-color: #fdd108;
}
.news_center_info2>div>a.on{
    background-color: #4b5faa;
}
.news_center_info3>div>a.on{
    background-color: #c9a362;
}
.news_center_info4>div>a.on{
    background-color: #92539d;
}
.news_center_info>div .news_center_drown>a.on{
	background-color: #b7d342;
	color:white;
}
.news_center_info1>div .news_center_drown>a.on{
	background-color: #fdd108;
	color:white;
}
.news_center_info2>div .news_center_drown>a.on{
	background-color: #4b5faa;
	color:white;
}
.news_center_info3>div .news_center_drown>a.on{
	background-color: #c9a362;
	color:white;
}
.news_center_info4>div .news_center_drown>a.on{
	background-color: #92539d;
	color:white;
}
.news_center>h3{
    font-size: .4rem;
    line-height: 1rem;
    color: #fff;
    background-color: #b7d342;
    text-align: center;
    margin-top: .5rem;
}
.news_center_ul li{
    border-bottom: 1px dotted #d8d8d8;
    padding: .5rem 0 .2rem;
}
.news_center_ul li p{
    font-size: .35rem;
    line-height: .6rem;
    color: #232324;
}
.news_center>a{
    display: block;
    font-size: .4rem;
    line-height: 1rem;
    color: #1d1d1e;
    background-color: #e6e6e6;
    margin-top: .8rem;
    text-align: center;
}

/*   新闻中心-子页面   */
.news_center_con>h4{
    display: block;
    font-size: .5rem;
    line-height: 1rem;
    color: #1d1d1e;
    background-color: #e6e6e6;
    text-align: center;
    margin-top: .5rem;
	padding:0 25px;
}
.news_center_con>h5{
    display: block;
    font-size: .3rem;
    line-height: .8rem;
    color: #424243;
    text-align: center;
}
.news_center_con>img{
    width: 100%;
    margin: .5rem 0;
}
.news_center_con img {
    max-width: 100%;
    object-fit: cover;
    /*width: auto !important;
    height: auto !important;*/
}
.news_center_con>h6{
    font-size: .35rem;
    line-height: .6rem;
    color: #262627;
    font-weight: bold;
}
.news_center_con p{
    font-size: .35rem;
    line-height: .8rem;
    color: #262627;
    margin-bottom: .5rem;
	word-break: break-all;
}


/**/

.mint-popup{
    width: 100%;
}

.pickerBtn{
    display: flex;
    justify-content: space-between;
    padding: 0 .5rem;
    line-height: 1.2rem;
    font-size: .5rem;
    color: #333;
}

.picker-item{
    font-size: .5rem;
    color: #666;
}

.picker-item.picker-selected{
    font-size: .65rem!important;
    color: #333;
}

/**/

/* 2019-12-11 */
.jstk_img{
	width:100%;
	height:825px;
	display:block;
	margin-bottom:10px;
}
.jstk_img>img{
	display:block;
	width:100%;
	height:100%;
}
.jstk_img_list{
	display:block;
	overflow:hidden;
	height:215px;
}
.jstk_img_list .jstk_hx{
	white-space: nowrap;
	font-size:0;
	height:100%;
	overflow-x: auto;
    overflow-y: hidden;
}
.jstk_img_list .jstk_hx>a{
	display:inline-block;
	height:100%;
	width:160px;
	margin-right:8px;
}
.jstk_img_list .jstk_hx>a:last-child{
	margin-right:0;
}
.jstk_img_list .jstk_hx>a>img{
	display:block;
	width:100%;
	height:100%;
}
.down_jstk>a{
	display:block;
	width: 100%;
    height: 40px;
	line-height:40px;
    background: #009943;
    font-size: 15px;
    color: #fff;
    margin-top: 20px;
	text-align:center;
	color:white;
}
.videom{
	margin-top:20px;
}
.videom>video{
	width: 100%;
    height: 177px;
    background: #333;
    margin-bottom: 10px;
}
.video_lst{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
}
.video_lst>a{
	display:inline-block;
	width:50%;
	box-sizing: border-box;
	margin-top:10px;
}
.video_lst>a:nth-child(odd){
    padding-right: 5px;
}
.video_lst>a:nth-child(even){
    padding-left: 5px;
}
.video_lst>a>img{
	display:block;
	width:100%;
	height:145px;
}
.video_lst>a>p{
	color: #484849;
    font-size: 15px;
    line-height: 40px;
}
.Platform.Platform_rest{
	padding-left:0;
	padding-right:0;
}
.Platform.Platform_rest .pwzc{
	margin-top:10px;
	background:#FDD108;
}
.Ridem>p{
    font-size: 12px;
    color: #484849;
    line-height: 32px;
}

.Ridem>p>span {
    font-size: 30px;
    float: left;
    line-height: 26px;
    margin-right: 10px;
}

/*2019/12/13*/

/*社会招聘*/
.news_center table{
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	margin-top: 30px;
}
.news_center table th{
	padding: .4rem 0;
	background-color: #e6e6e6;
	color: #000000;
	border: 1px solid #cacaca;
	font-size: .4rem;
}
.news_center table td{
	padding: .3rem 0;
	border: 1px solid #CACACA;
	color: #000000;
	font-size: .35rem;
}
.news_center table td .rlzy_a{
	color: #000000;
}

/*图文列表*/
.imgtxt_img{
	height: 80px;
	width: 130px;
	float: left;
}
.imgtxt_bt{
	margin-left: 155px;	
}
.img{
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	}
.imgtxt_a{
	height: 80px;
	display: block;
	overflow: hidden;
}

/*2019/12/14  活动相册*/

.photo_m ul{
	margin-top: 30px;
	overflow: hidden;
	margin-right: -15px;
}
.photo_m ul li{
	width: 50%;
	float: left;
	padding-right: 15px;
	margin-bottom: 15px;
	box-sizing: border-box;
}
.photo_m ul li img{
	width: 100%;
	height: 145px;
}
.photo_m ul li p{
	line-height: 1rem;
	font-size: .4rem;
	background: #e6e6e6;
	color: #000000;
	text-align: center;
	padding: 0 5px;
}

/*2019/12/14  表单*/
.form_m ul{
	/** margin-top: .6rem; */
	overflow: hidden;
	margin-right: -15px;
}

.form_m ul li{
	width: 100%;
	box-sizing: border-box;
	padding-right: 15px;
	margin-bottom: 15px;
}

.form_m ul .form_list{
	width: 50%;
	float: left;
}

.form_m ul .form_txt{
	width: 100%;
	float: left;
}
.form_m ul .form_txt textarea{
	width: 100%;
	height: 150px;
	border: 1px solid #E3E3E3;
	box-sizing: border-box;
	padding-right: 5px;
}
.form_m ul li input{
	border: 1px solid #e3e3e3;
	height: 35px;
	width: 100%;
}
.form_m ul li select{
	border: 1px solid #e3e3e3;
	height: 37px;
	width: 100%;
}
.form_m ul .form_list img{
	width: 100%;
	height: 35px;
}
.form_m ul li p{
	/*margin-bottom: 5px;*/
	font-size: .4rem;
}
.form_m ul .form_but{
	width: 100%;
	height: 35px;
	text-align: center;
	color: #FFFFFF;
	line-height: 35px;
	float: left;
	margin-top: 15px;
	background: #009843;
}


/* 2019/12/14 常见问题*/
.Online li{
	border-bottom: 1px dotted #cacaca;
	 padding: 20px 0;
}
.Online ul li div h4 {
    font-size: 15px;
    font-weight: bold;
    color: #484849;
    line-height: 30px;
    padding-left: 30px;
    background: url("../images/55.png") no-repeat 0 3px;
    background-size: 23px;
}
.Online ul li div p {
    font-size: 15px;
    color: #484849;
    line-height: 30px;
    padding-left: 30px;
    background: url("../images/56.png") no-repeat 0 3px;
    background-size: 23px;
}
.Online .btn button {
	margin-top: 30px;
    display: block;
    width: 100%;
    background: #CACACA;
    color: #000;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
}

/*2019/12/14  注册与登录*/
.form_login ul .line{
	width: 95%;
	float: left;
	padding-bottom: 15px;
	border-bottom: 1px solid #CACACA;
}
.form_log_but{
	margin-top: 15px;
}
.form_log_but button{
	width: 100%;
	height: 35px;
	color: #FFFFFF;
	font-size: 15px;
	margin-bottom: 15px;
} 
.form_log_but .log_but{
	background: #009843;
}
.form_log_but .res_but{
	background: #b7d342;
}

.res_h3{
	background: #E6E6E6!important;
	color: #000000!important;
}
.sex{position: relative;}
.sex>img{
	height: .24rem;
    position: absolute;
    top: 70%;
    right: .7rem;
    margin-top: -.12rem;
}

/*2019/12/15 延迟公告*/
.Operation h3{
	text-align: center;
	margin: 15px 0;
	line-height: 35px;
	background: #e6e6e6;
}
.Operationtext {
	margin-left: 15px;
}
.Operationtext ul li{
	list-style-type:disc;
	line-height: .6rem;
	font-size: .35rem;
}
.xz_m{
margin-top: 30px;	
overflow: hidden;
margin-left: -5px;
}
.xz_m ul li{
	width: 12.5%;
	box-sizing: border-box;
	padding-left: 5px;
	float: left;
	text-align: center;
}
.xz_m ul li a{
	width: 100%;
	display: block;
 	background: #e6e6e6;
}
.xz_m a:hover,.xz_m  a.hover{
 	background: #c8c8c8;
}

.xz_m ul li a img{
	margin-top: 5px;
}
.xz_m ul li a p{
	color: #4a4a4b;
	font-size: .3rem;
}
.line_photo{
	margin-top: 15px;
	display: block;
	width: 100%;
}
.line_photo>img{
	display:block;
	width:100%;
	height:100%;
}

/*安保区范围图*/
.news_center .time{
	text-align: center;
	margin: 15px 0;
}

.bigimg{
	margin-top: 15px;
	display: block;
	width: 100%;
}
.bigimg>img{
	display:block;
	width:100%;
	height:100%;
}
.scroll{
	margin-top: 20px;
	overflow-x: hidden;
}
.scroll ol{
	white-space:nowrap;
}
.scroll ol li{
	width: 25%;
	display: inline-block;
	
}
.scroll ol li img{
	display:block;
	width:100%;
	height:100%;
}

.scroll ol li span{
	text-align: center;
	display: block;
	width: 100%;
	font-size: .3rem;
	background: #E6E6E6;
}
.scroll ol li.on {
    border: 2px solid #4b5faa;
}
.scroll:hover {
    overflow-x: scroll;
}
.scroll ol li a{
	color: #09090A;
}
.item p{
	font-size: .35rem;
	line-height: 25px;
}
.item h3{
	background: #E6E6E6;
	text-align: center;
	line-height: 35px;
}
.line_nav h2.on{
	line-height: 1.3rem;
	background: #4b5faa;
	padding:0 20px;
	color: #FFFFFF;
}
.line_nav_ul li:hover{
	background: #4b5faa;
	color: #FFFFFF;
}
.line_nav_ul{
	width: 100%;
}
.line_nav_ul li{
	line-height: 1.3rem;
	background: #e6e6e6;
	padding:0 20px;
	color: #1D1D1E;
}
.line_nav h2>img{
    float: right;
    height: .5rem;
    margin: .4rem 0;
    }
.line_nav_ul{
	display:none;
}

/*新添 单篇文章标题背景颜色*/
 .t_orange{
	background-color:#fdd108!important;
	color: #FFFFFF!important;
}
.t_blue{
	background-color: #4b5faa!important;
	color: #FFFFFF!important;
}
.t_brown{
	background-color: #c9a362!important;
	color: #FFFFFF!important;
}
.t_purple{
	background-color: #92539d!important;
	color: #FFFFFF!important;
}
/*新添加 footer*/
.footer1{
    background: #f0f0f0 url(../images/line_bottom2.png) no-repeat top center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.footer2{
    background: #f0f0f0 url(../images/line_bottom3.png) no-repeat top center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.footer3{
    background: #f0f0f0 url(../images/line_bottom4.png) no-repeat top center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.footer4{
    background: #f0f0f0 url(../images/line_bottom5.png) no-repeat top center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.tabcon_news>h3 {
    font-size: .4rem;
    line-height: 1rem;
    color: #fff;
    background-color: #b7d342;
    text-align: center;
    margin-top: .5rem;
}
