*{
	padding:0px;
	margin:0px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
html{
	background: #F3F6FF;
}
body{
  font-family:"Microsoft YaHei","微软雅黑",Arial,Helvetica,sans-serif,"宋体";
	-webkit-font-smoothing: subpixel-antialiased;
	line-height: 1.5;
	overflow-x:hidden;
	color: #000;
	position: relative;
	max-width: 750px;
	margin: 0 auto;
}
img{
	border:none;
}
a{
	text-decoration:none;
	color: #333;
}
a:hover{
	text-decoration:none;
	color: #023DA5;
}
ul{
	list-style:none;
}
.yuanjiao25{
	-moz-border-radius: 0.25rem;      /* Gecko browsers */
    -webkit-border-radius: 0.25rem;   /* Webkit browsers */
    border-radius: 0.25rem;            /* W3C syntax */
}
.yuanjiao45{
	-moz-border-radius: 0.45rem;      /* Gecko browsers */
    -webkit-border-radius: 0.45rem;   /* Webkit browsers */
    border-radius: 0.45rem;            /* W3C syntax */
}
.yuanjiao5{
	-moz-border-radius: 0.05rem;      /* Gecko browsers */
    -webkit-border-radius:0.05rem;   /* Webkit browsers */
    border-radius:0.05rem;            /* W3C syntax */
}
.yuanjiao10{
	-moz-border-radius: 0.1rem;      /* Gecko browsers */
    -webkit-border-radius: 0.1rem;   /* Webkit browsers */
    border-radius:0.1rem;            /* W3C syntax */
}
.yuanjiao{
	-moz-border-radius: 100%;      /* Gecko browsers */
    -webkit-border-radius: 100%;   /* Webkit browsers */
    border-radius:100%;            /* W3C syntax */
}
.yuanjiao2{
	-moz-border-radius-topright: 0.15rem;
	-moz-border-radius-bottomleft: 0.15rem;
	-webkit-border-top-right-radius: 0.15rem;
	-webkit-border-bottom-left-radius: 0.15rem;
	border-top-right-radius:0.15rem;
	border-bottom-left-radius: 0.15rem;
}
.common_pd{
	padding: 0.3rem 0.25rem 0.3rem 0.25rem;
	overflow: hidden;
	position: relative;
}
.common_pd-ss{
	overflow: inherit !important;
	position: relative;
}
.common_pd-s{
	overflow: inherit !important;
	position: relative;
}
.white_box_lis{
	margin-top: .35rem;
}
.mt80{
	margin-top: 0.8rem;
}
.mt70{
	margin-top: 0.7rem;
}
.mt60{
	margin-top: 0.6rem;
}
.mt50{
	margin-top: 0.5rem;
}
.mt35{
	margin-top: 0.35rem;
}
.clear{
	width:100%;
	clear:both;
}
.main{
	overflow: hidden;
}
.header{
	width: 100%;
	height: 1rem;
	position: relative;
	background: #fff;
	z-index: 10;
}
.logo{
	height: 100%;
	float: left;
	margin-left: 0.3rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.logo img{
	height: 0.5rem;
	width: auto;
	display: block;
}
.header_r{
	float: right;
	margin-right: 0.3rem;
}
.header_r .item{
	display: block;
	float: left;
	margin-left: 0.3rem;
	line-height: 1rem;
}
.header_r .item.login_user{
	display:none;
}
.header_r .item.index_login span{
	padding: 0.1rem 0.3rem;
    font-size: .2rem;
    color: #ffffff;
    background: #023DA5;
    border-radius: 0.1rem;
}
.header_r .item .iconfont{
	color: #023DA5;
	margin-right: 0.06rem;
	font-size: 0.32rem;
	display:block;
	float: left;
}
.menu_open{
	position: fixed;
	left:0;
	top:0;
	z-index: 99;
}
#menu_box{
	overflow: hidden;
	background: #fff;
	position: fixed;
	left:0;
	top:1rem;
	z-index: 10;
	width: 100%;
	height: 100%;
	border-top: 0.01rem solid #ddd;
	display: none;
	z-index: 99999;
}
#menu_box .shang{
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	border-bottom: 0.01rem solid #ddd;
}
#menu_box .shang .zuo ul li{
	float: left;
	margin-right: 0.15rem;
	height: 1rem;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
}
#menu_box .shang .zuo a{
	display: block;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	height: 0.6rem;
	line-height: 0.6rem;
	background: #F6F6F6;
	border: 0.01rem solid #F6F6F6;
	min-width: 0.78rem;
}
#menu_box .shang .zuo li.on a{
	color: #013da5;
	border-color: #013da5;
	background: #F4F7FF;
}
#menu_box .shang .you .iconfont{
	font-size: 0.3rem;
	line-height: 1rem;
}
.main_wrap{
	overflow: hidden;
	max-width:750px;
	width:100%;
	padding: 0.3rem 0.3rem 2rem 0.3rem;
}
.swiper img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#huandeng{
	position: relative;
}
#huandeng .swiper-pagination{
	position: absolute;
	right:0;
	padding-right: 0.4rem;
	bottom:0.2rem;
	text-align: right;
}
#huandeng .swiper-pagination-bullet{
	background: #fff;
	transition: 0.6s;
}
#huandeng .swiper-pagination-bullet-active{
	transform: scale(1.2);
}
.white_box{
	background: #fff;
}
.list1{
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 1.8rem;
}
.list1.open{
	height: auto;
}
.list1 .item{
	width: 20%;
	text-align: center;
	margin-top: 0.3rem;
}
.list1 .item .ico{
	width: 0.8rem;
	height: 0.8rem;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.list1 .item p{
	display: block;
	margin-top: 0.1rem;
}
#list1_btn{
	height: 0.5rem;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
#list1_btn img{
	width: 0.2rem;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#list1_btn.open img{
	transform: rotate(180deg);
}
#box1 .shang{
	padding-bottom: 0.15rem;
	border-bottom: 0.01rem solid #ddd;
	line-height: 0.45rem;
	overflow: hidden;
}
#box1 .shang .zuo{
	float: left;
	font-size: 0.3rem;
	font-weight: bold;
}
#box1 .shang sup{
	font-size: 0.14rem;
	margin-right: 0.05rem;
}
#box1 .shang .zuo img{
	display: inline-block;
	*display: inline;
	*zoom:1;
	vertical-align: middle;
	margin-right: 0.08rem;
	width: 0.58rem;
	height: 0.3rem;
}
#box1 .shang .you{
	float: right;
	font-weight: bold;
	margin-top: 0.07rem;
}
#box1 .shang .time{
	float: left;
	margin-right: 0.05rem;
	color: #013da5;
}
#box1 .shang .time span{
	width: auto;
	padding:.0 .1rem;
	height: 0.45rem;
	display: block;
	float: left;
	margin-right: 0.05rem;
	border: 0.01rem solid #EAEFF5;
	background: url(../images/shuzi.png) top center no-repeat;
	background-size: 0.3rem;
	font-size: 0.34rem;
	text-align: center;
}
#box1 .xia{
	margin-top: 0.3rem;
}
#box1 .xia .zuo{
	width: 2.35rem;
	float: left;
	overflow: hidden;
}
#box1 .xia .zuo .item{
	width: 2.35rem;
	height: 0.95rem;
	background: #F2F6FF;
	overflow: hidden;
	padding: 0.15rem;
}
#box1 .xia .zuo .item dl dt{
	width: 0.5rem;
	height: 0.5rem;
	display: block;
	float: left;
	overflow: hidden;
}
#box1 .xia .zuo .item dl dt img{
	max-width: 100%;
	height: auto;
	display: block;
}
#box1 .xia .zuo .item dl dd{
	margin-left: 0.6rem;
	overflow: hidden;
}
#box1 .xia .zuo .item dl dd .title{
	overflow: hidden;
	color: #999;
}
#box1 .xia .zuo .item dl dd .desc{
	overflow: hidden;
}
#box1 .xia .zuo .item:first-child,
#box1 .xia .zuo .item:last-child{
	transform: scale(0.6);
}

#box1 .xia .you{
	float: right;
	width: 3.85rem;
	overflow: hidden;
}
#box1 .xia .you .title{
	overflow: hidden;
	margin-top: 0.3rem;
}
#box1 .xia .you .title img{
	width: 0.28rem;
	height: auto;
	display: inline-block;
	*display: inline;
	*zoom:1;
	vertical-align: middle;
	margin-right: 0.1rem;
}
#box1 .itext{
	overflow: hidden;
	display: block;
	height: 0.6rem;
	line-height: 0.6rem;
	border: 0.01rem solid #ddd;
	padding-left: 0.1rem;
	background: none;
	margin-top: 0.2rem;
	width: 100%;
}
#box1 .ibtn{
	overflow: hidden;
	display: block;
	height: 0.6rem;
	line-height: 0.6rem;
	border: none;
	text-align: center;
	background: #023DA5;
	margin-top: 0.6rem;
	color: #fff;
	width: 100%;
}
#box2{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#box2 .item{
	width: 3.34rem;
}
#box2 .item img{
	max-width: 100%;
	height: auto;
	display: block;
}
#box3 .zuo{
	float: left;
	overflow: hidden;
}
#box3 .zuo img{
	width: 0.8rem;
	height: auto;
	display: block;
}
#box3 .you{
	width: 5.25rem;
	float: right;
	overflow: hidden;
	padding-top: 0.04rem;
}
#box3 .you ul li{
	line-height: 0.35rem;
	height: 0.35rem;
	overflow: hidden;
}
.slideBox{
	overflow: hidden;
}
.slideBox .hd{

}
.slideBox .hd ul li{
	margin-right: 0.4rem;
	float: left;
	height: 0.45rem;
	position: relative;
	transition: 0.6s;
}
.slideBox .hd ul li.on{
	font-weight: bold;
	font-size: 0.28rem;
}
.slideBox .hd ul li.on:after{
	content: "";
	width: 0.4rem;
	height: 0.03rem;
	background: #023DA5;
	position: absolute;
	left:50%;
	margin-left: -0.2rem;
	bottom:0;
	display: block;
}
.downlist{
	overflow: hidden;
}
.downlist .item{
	margin-top: 0.35rem;
	overflow: hidden;
}
.downlist .item .pic{
	float: left;
}
.downlist .item .pic img{
	width: 0.67rem;
	height: auto;
	display: block;
}
.downlist .item .info{
	width: 4.1rem;
	float: left;
	margin-left: 0.15rem;
	overflow: hidden;
}
.downlist .item .info .shang{
	font-size: 0.26rem;
	overflow: hidden;
}
.downlist .item .info .xia{
	overflow: hidden;
	font-size: 0.22rem;
	color: #999;
}
.downlist .item .detail{
	width: 1.2rem;
	height: 0.48rem;
	display: block;
	float: right;
	overflow: hidden;
	margin-top: 0.1rem;
	background: #023DA5;
	color: #fff;
	text-align: center;
	line-height: 0.48rem;
}
.downlist .item .detail .iconfont{
	margin-right: 0.08rem;
}
.down_more{
	width: 4.85rem;
	height: 0.65rem;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.35rem;
	color: #023DA5;
	border: 0.02rem solid #023DA5;
	text-align: center;
	line-height: 0.65rem;
}
.list2{
	overflow: hidden;
}
.list2 .item{
	height: 1rem;
	overflow: hidden;
	line-height: 1rem;
	border-bottom: 0.01rem solid #ddd;
}
.list2 .item img{
	margin-left: 0.15rem;
	width: 0.55rem;
	height: auto;
	display: inline-block!important;
	*display: inline!important;
	*zoom:1!important;
	vertical-align: middle;
}
.list2 .item .wen{
	margin-left: 0;
	width: 0.34rem;
	height: 0.34rem;
	margin-right: 0.15rem;
	margin-top: -0.1rem;
}
.common_title{
	font-size: 0.28rem;
	font-weight: bold;
	overflow: hidden;
}
.common_title a{
	float: right;
	display: block;
	margin-top: 0.2rem;
}
.common_title a img{
	width: 0.37rem;
	height: 0.07rem;
	display: block;

}
.list3{
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list3 .item{
	margin-top: 0.3rem;
	overflow: hidden;
}
.list3 .item img{
	width: 3.05rem;
	height: 1.65rem;
	display: block;
}
.list4{
	margin-top: 0.1rem;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list4 a{
	margin-top: 0.2rem;
	display: block;
	width: 3.1rem;
	height: 0.65rem;
	background: #F8F8F8;
	line-height: 0.65rem;
	text-align: center;
}
.owl-dots{
	overflow: hidden;
	margin-top: 0.15rem;
	text-align: center;
}
.owl-dot{
	display: inline-block;
	*display: inline;
	*zoom:1;
	vertical-align: middle;
	width: 0.13rem;
	height: 0.05rem;
	-moz-border-radius: 0.05rem;      /* Gecko browsers */
  -webkit-border-radius: 0.05rem;   /* Webkit browsers */
  border-radius:0.05rem;            /* W3C syntax */
	background: #E2E9F1;
	margin-left: 0.1rem;
	margin-right: 0.1rem;
	transition: 0.6s;
}
.owl-dot.active{
	background: #023DA5;
	width: 0.33rem;
}
#tu_box img{
	max-width: 100%;
	height: auto;
	display: block;
}
#footer{
	text-align: center;
	overflow: hidden;
}
#footer .shang{
	overflow: hidden;
	font-size: 0.2rem;
	color: #69798c;
	padding-bottom: 0.15rem;
	margin-bottom: 0.15rem;
	border-bottom: 0.01rem solid #ddd;
}
#footer .xia{
	overflow: hidden;
	font-size: 0.22rem;
	color: #69798c;
}
.footer_nav{
	width: 7.5rem;
	height: 1rem;
	overflow: visible;
	background: #fff;
	position: fixed;
	z-index: 99999;
	/* left:0; */
	bottom:0;
	box-shadow: -2px -2px 5px #ddd;
}
.footer_nav .item{
	width: 20%;
	float: left;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.footer_nav .item img{
	width: 0.5rem;
	height: 0.5rem;
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-filter: grayscale(100%);
　filter: grayscale(100%);
  opacity: 0.5;
}
.footer_nav .item p{
	display: block;
}
.footer_nav .item.on img{
	-webkit-filter: grayscale(0);
　filter: grayscale(0);
  opacity: 1;
}
.footer_nav .item.on p{
	color: #0040A8;
}
.download{
	width: 1.4rem;
	height: 1.4rem;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	background: #023DA5;
	border: 0.1rem solid #EAEEF9;
	position: absolute;
	z-index: 999999999;
	left:50%;
	margin-left: -0.7rem;
	top:0;
	margin-top: -0.7rem;
	color: #fff;
	box-shadow: 0px 0px 5px #ccc;
	font-size: 0.12rem;
}
.download a{
	color: #fff;
}
.download .iconfont{
	display: block;
	font-size: 0.34rem;
	margin-top: -0.15rem;
}
.download p{
	display: block;
	margin-top: -0.05rem;
}
/* 列表页 */
#position{
	overflow: hidden;
	padding: 0.15rem;
	font-size: 0.22rem;
}
#position .iconfont{
	font-size: 0.34rem;
	color: #0039ac;
	margin-right: 0.1rem;
}
#position,
#position a{
	color: #97a1ad;
}
#chaxun .shang{
	width: 5.85rem;
	overflow: hidden;
	height: 0.65rem;
	background: #DAE6FF;
	line-height: 0.65rem;
	padding-left: 0.4rem;
	border-left: 0.05rem solid #0039ac;
	color: #0039ac;
	-moz-border-radius-topright: 0.2rem;
	-webkit-border-top-right-radius: 0.2rem;
	border-top-right-radius: 0.2rem;
}
#chaxun .shang img{
	width: 0.34rem;
	height: auto;
	display: inline-block;
	*display: inline;
	*zoom:1;
	vertical-align: middle;
	margin-right: 0.1rem;
}
#chaxun .xia{
	padding-left: 0.4rem;
	padding-right: 0.4rem;
	-moz-border-radius-topright: 0.2rem;
	-webkit-border-top-right-radius: 0.2rem;
	border-top-right-radius: 0.2rem;
}
#chaxun .xia .item{
	overflow: hidden;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	border-bottom: 0.01rem solid #ddd;
	height: 1rem;
	line-height: 0.5rem;
}
#chaxun .xia .item .zuo{
	width: 1.3rem;
	float: left;
	overflow: hidden;
	color: #69798c;
}
#chaxun .xia .item .you{
	width: 4.8rem;
	float: right;
	overflow: hidden;
	line-height: 0.5rem;
}
#chaxun .xia input,
#chaxun .xia select{
	border: none;
	outline: none;
	background: none;
	float: left;
	display: block;
	height: 0.5rem;
	line-height:  0.5rem;
}
#chaxun .xia .icity{
	width: 4.5rem;
}
#chaxun .xia .iphone,
#chaxun .xia .iselect{
	width: 100%;
}
#chaxun .xia .ivcode{
	width: 1.5rem;
}
#chaxun .xia .item .iconfont{
	float: right;
	color: #0039ac;
}
#chaxun .xia .item .vcode_btn{
	float: right;
	padding-left:0.15rem;
	padding-right: 0.15rem;
	height: 0.5rem;
	line-height: 0.5rem;
	border: 0.02rem solid #0039ac;
	color: #0039ac;;
	text-align: center;
	background: none;
}
#chaxun .xia .item .ibtn{
	width: 4.8rem;
	height: 0.6rem;
	line-height: 0.6rem;
	background: #0039ac;
	color: #fff;
	border: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.28rem;
}
.picker-box{
    -webkit-user-select:none;
}
.picker-box dt{
    background-color:#dbdbdb;
    padding:5px 20px;
}
.picker-box dd{
    padding:8px 20px;
    border-bottom:1px solid #dbdbdb;
}
.pro-picker,.city-picker{
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    background-color:#fff;
    overflow:auto;
    width:100%;
}
.city-picker li{
    padding:10px 20px;
    border-bottom:1px solid #dbdbdb;
}
.navbar{
    position:fixed;
    top:50%;
    right:0;
    width:20px;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
    border-radius:5px;
}
.navbar a{
    display:block;
    text-align:center;
    color:gray;
}
.navbar.active{
    background-color:grey;
}
.navbar.active a{
    color:#fff;
}
.picker-box .prompt{
    display:block;
    width:40px;
    height:40px;
    line-height:40px;
    font-size:18px;
    border-radius:50%;
    background-color:gray;
    color:#fff;
    text-align:center;
    position:fixed;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
.toggle_btn{
	overflow: hidden;
	padding-top: 0.15rem;
	padding-bottom: 0.25rem;
}
.toggle_btn img{
	width: 0.2rem;
	height: 0.21rem;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#chaxun .xia.close{
	height: 2.15rem;
	position: relative;
}
#chaxun .xia.close .toggle_btn{
	position: absolute;
	z-index: 1;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background: url(../images/touming.png) center 0.5rem no-repeat;
}
#chaxun .xia.close .toggle_btn img{
	transform: rotate(180deg);
	position: absolute;
	left:50%;
	margin-left: -0.1rem;
	bottom:0.2rem;
	animation: dagj_zhezhao 1.1s infinite; 
}
@-webkit-keyframes dagj_zhezhao {
  from {
    bottom:.3rem }
  to {
    bottom:.2rem } }
.list_list{
	overflow: hidden;
}
.list_list .item{
	overflow: hidden;
	padding-bottom: 0.15rem;
	margin-bottom: 0.15rem;
	border-bottom: 0.01rem solid #ddd;
}
.list_list .item:last-child{
	border: none;
}
.list_list .item .shang{
	font-size: 0.28rem;
	overflow: hidden;
}
.list_list .item .shang img{
	width: 0.55rem;
	height: auto;
	display: inline-block;
	*display: inline;
	*zoom:1;
	margin-left: 0.1rem;
}
.list_list .item .zhong{
	margin-top: 0.1rem;
	color: #666;
	overflow: hidden;
	line-height: 1.5;
}
.list_list .item .xia{
	overflow: hidden;
	margin-top: 0.1rem;
	color: #999;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.pages{
	overflow: hidden;
	text-align: center;
}
.pages li{
	display: inline-block;
	*display: inline;
	*zoom:1;
	vertical-align: middle;
	height: 0.45rem;
	line-height: 0.45rem;
	text-align: center;
	padding-left: 0.15rem;
	padding-right: 0.15rem;
	margin-left: 0.05rem;
	margin-right: 0.05rem;
	border: 0.01rem solid #ddd;
	-moz-border-radius: 0.05rem;      /* Gecko browsers */
	-webkit-border-radius:0.05rem;   /* Webkit browsers */
	border-radius:0.05rem;            /* W3C syntax */
}
.pages a.thisclass{
	background: #013FA4;
	border-color: #013FA4;
	color: #fff;
}
.content_title{
	font-size: 0.34rem;
	font-weight: bold;
	overflow: hidden;
}
.content_info{
	overflow: hidden;
	margin-top: 0.15rem;
}
.content_info .author{
	font-size: 0.2rem;
	color: #0039ac;
	float: left;
}
.content_info .time{
	color: #999;
	float: left;
	margin-left: 0.3rem;
}
.content_desc{
	overflow: hidden;
	width: 100%;
	padding: 0.2rem;
	background: #F3F6FF;
	border-left: 0.05rem solid #0039ac;
	-moz-border-radius-topright: 0.15rem;
	-moz-border-radius-bottomright: 0.15rem;
	-webkit-border-top-right-radius: 0.15rem;
	-webkit-border-bottom-right-radius: 0.15rem;
	border-top-right-radius:0.15rem;
	border-bottom-right-radius: 0.15rem;
	font-size: 0.22rem;
	color: #69798c;
	margin-top: 0.15rem;
	line-height: 1.7;
}
.content_content img{
	max-width:100%!important;
	height:auto!important;
}
.content_desc span{
	display: inline-block;
	*display: inline;
	*zoom:1;
	padding-left: 0.05rem;
	padding-right: 0.05rem;
	border: 0.01rem solid #0039ac;
	color: #0039ac;
	margin-right: 0.05rem;
	font-size: 0.12rem;
}
.content_content{
	overflow: hidden;
	line-height: 2.7;
	margin-top: 0.3rem;
}

.content_content P,
.content_content div,
.content_content h1,
.content_content h2,
.content_content h3,
.content_content h4,
.content_content li
 {
  font-size: 0.24rem;
  font-family: SourceHanSansCN;
  color: #69798c !important;
  line-height: 2.7;
}

.content_content ol {
  margin: 0 0 !important;
}
.content_content ul {
  margin: 0 0 !important;
}

.content_content ol li {
  list-style-type: none !important;
}

.content_content ul li {
    list-style-type: none !important;
}

.content_content img{
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.15rem;
	margin-bottom: 0.15rem;
}
.content_download{
	overflow: hidden;
	padding: 0.25rem;
	margin-top: 0.15rem;
	margin-bottom: 0.15rem;
	background: #F5FAFF;
}
.content_download .tubiao{
	float: left;
}
.content_download .tubiao img{
	width: 0.7rem;
	height: auto;
	margin-top: 0;
	margin-bottom: 0;
}
.content_download .info{
	width: 3.1rem;
	overflow: hidden;
	float: left;
	margin-left: 0.2rem;
}
.content_download .info .shang{
	font-size: 0.26rem;
	font-weight: bold;
	color: #013da5;
	overflow: hidden;
	height: 0.3rem;
	line-height: 0.3rem;
}
.content_download .info .xia{
	font-size: 0.18rem;
	color: #69798c;
	overflow: hidden;
}
.content_download .detail{
	float: right;
}
.content_download .detail a{
	width: 1.7rem;
	height: 0.6rem;
	display: block;
	background: #003DA4;
	color: #fff;
	line-height: 0.6rem;
	text-align: center;
}
.content_download .detail a .iconfont{
	margin-right: 0.1rem;
}
.common_title2{
	overflow: hidden;
	font-size: 0.28rem;
	font-weight: bold;
}
.common_title2 img{
	width: 0.06rem;
	height: 0.28rem;
	display: inline-block;
	*display: inline;
	*zoom:1;
	vertical-align: middle;
	margin-right: 0.15rem;
}
.baike{
	margin-top: 0.3rem;
	line-height: 1.7;
}
.baike img{
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.baike_links{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.baike_links a{
	display: block;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	height: 0.55rem;
	background: #003DA4;
	color: #fff;
	text-align: center;
	min-width: 1.95rem;
	margin-top: 0.25rem;
	line-height: 0.55rem;
}


.web_content_h4{
	background-color: #FFFFFF;
	padding: .26rem 0;
	text-align: center;
	font-size: .36rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #213545;
}
.web_content_top{
	background-color: #FFFFFF;
	padding: 0 .29rem;
}
.web_content_top ul{
	border-top: 1px solid #F3F3F3;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: .32rem;
}
.web_content_top ul li a{
	display: block;
	font-size: .24rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #69798C;
	padding-bottom: .2rem;
	border-bottom: .04rem solid rgba(250,250,250,0);
}
.web_content_top ul li.active a{
	border-bottom: .04rem solid #013DA5;
	color: #213545;
	font-size: .28rem;
	font-weight: bold;
}
.web_content_box{
	width: 6.94rem;
	margin: 0 auto;
	/* padding: .32rem .28rem 0; */
	margin-top: .32rem;
	background-color: #FFFFFF;
	border-radius: 0px .37rem .37rem .21rem;
	padding: 0 .27rem .2rem;
}
.web_content_box ul li{
	padding: .4rem 0;
	border-bottom: .01rem solid #F3F3F3;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.web_content_box ul li .text{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.web_content_box ul li .text img{
	width: .67rem;
}
.web_content_box ul li .text .a1{
	padding-left: .17rem;
}
.web_content_box ul li .text .a1 p{
	font-size: .26rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #213545;
}
.web_content_box ul li .text .a1 span{
	display: block;
	font-size: .22rem;
	font-family: SourceHanSansCN;
	font-weight: 300;
	color: #A1ADC1;
}
.web_content_box ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.15rem;
	height: .48rem;
	background: #013DA5;
	border-radius: .07rem;
	font-size: .18rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
}
.web_content_box ul li a img{
	width: .24rem;
	margin-right: .03rem;
}
.title_a{
	font-size: .22rem;
	font-family: SourceHanSansCN;
	font-weight: 300;
	color: #A1ADC1;
	text-align: center;
	padding: .3rem 0;
}



/* 下拉菜单 */
.m2022-nav-main .left {
     float: left;
     width: 22%;
     box-sizing: border-box;
     background: #F6F6F6;
     height: calc(100vh - 100px);
     overflow: scroll;
     color: #9499A7;
}
 .m2022-nav-main .left li {
     height: 56px;
     line-height: 56px;
     font-size: 12px;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     text-align: center;
     display: block;
}
 .m2022-nav-main .left .active {
     background: #FFFFFF;
     border-radius: 16px 0px 0px 16px;
     font-weight: 500;
     color: #010B16;
     position: relative;
}
 .m2022-nav-main .left .active::before {
     content: ' ';
     left: 0px;
     top: 50%;
     margin-top: -6px;
     position: absolute;
     width: 3px;
     height: 12px;
     background: #649CE9;
     border-radius: 2px;
}
 .m2022-nav-main .classpart {
     float: left;
     width: 78%;
     padding: 0 15px;
     box-sizing: border-box;
     background: #ffffff;
     height: calc(100vh - 3.8rem);
     ---padding-bottom: calc(100vh - 100px);
     overflow: auto;
}
 .m2022-nav-main .classpart .classcontent {
     padding-top: 1px;
}
 .m2022-nav-main .classpart h3 {
     font-size: 13px;
     color: #111;
     margin-top: 20px;
}
 .m2022-nav-main .classpart a {
     width: calc(50% - 10px);
     height: 32px;
     line-height: 32px;
     display: inline-block;
     font-size: 12px;
     margin-right: 10px;
     margin-top: 15px;
     background-color: #F6F6F6;
     text-align: center;
     border-radius: 32px;
}
 .m2022-nav-main .classpart a:nth-of-type(2n) {
     margin-right: 0px;
}
/* 滚动动画 */
.main-group{
	box-sizing: border-box;
	width: 3rem;
	padding:0 5em;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right:0;
	top:0%;
	z-index: 10;
}
.main-group .items-group{
	background: #fff;
	max-width: 3rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.1rem 0.15rem 0.1rem 0.1rem;
	box-sizing: border-box;
	animation: animate 15s linear infinite;
	animation-delay: calc(3s * var(--delay));
	position: absolute;
	opacity: 0;
	background: rgba(0, 0, 0, 0.6);
}
.main-group .items-group:last-child{
	animation-delay: calc(-3s * var(--delay));
}
.main-group .items-group.no-animation{
	animation-play-state: paused;
}
@keyframes animate {
	0%{
		opacity: 0;
		transform: translateY(100%) scale(0.5);
	}
	5%, 20%{
		opacity: 0.4;
		transform: translateY(100%) scale(0.7);
	}
	25%, 40%{
		opacity: 1;
		z-index: 1;
		pointer-events: auto;
		transform: translateY(0%) scale(1);
	}
	45%, 60%{
		opacity: 0.4;
		transform: translateY(-100%) scale(0.7);
	}
	65%,100%{
		opacity: 0;
		transform: translateY(-100%) scale(0.5);
	}
}
.main-group .items-group .items-box{
	display: flex;
	align-items: center;
	/* justify-content: center; */
}
.main-group .items-group .img{
	width: 0.5rem;
	height: 0.5rem;
}
.items-group .img img{
	width:100%;
	height:100%;
	border-radius: 100%;
}
.main-group .items-group .desc{
	margin-left:0.2rem;
	color: #fff;
}



.divider ul li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: .5rem;
}
.divider ul li .teit{
	width: 4rem;
}
.divider ul li .teit .p1{
	font-size: .26rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #213545;
}
.divider ul li .teit .p2{
	display: flex;
	align-items: center;
}
.divider ul li .teit .p2 span{
	display: flex;
	align-items: center;
	font-size: .22rem;
	font-family: SourceHanSansCN;
	font-weight: 300;
	color: #A1ADC1;
}
.divider ul li .teit .p2 span img{
	width: .77rem;
	margin: 0 1rem 0 .1rem;
}
.divider ul li a{
	width: 1.16rem;
	height: .48rem;
	line-height: .48rem;
	background: #013DA5;
	border-radius: .07rem;
	font-size: .18rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
}




/*预约成功后弹框*/
.daguanjia_open_block {
  display: block;
  position: fixed;
  width: 90%;
  height: auto;
  background: white;
  box-shadow: 0px 7px 21px 0px rgba(0, 0, 0, 0.14);
  padding-bottom:.5rem;
  border-radius: 8px;
  top: 18%;
  left: 5%;
  z-index: 100;
  color: #333333; }
  .daguanjia_open_block .daguanjia_o_close {
    background: url("/skin2022/images/icon_close_black.png") top center no-repeat;
    background-size: 100%;
    width: 13px;
    height: 13px;
    float: right;
    margin: 16px;
    cursor: pointer; }
  .daguanjia_open_block .daguanjia_o_result {
    margin: .3rem 0 .1rem;
    text-align: center;
    font-size: 20px;
    font-family: MicrosoftYaHei;
    font-weight: 400; }
	.daguanjia_open_block .daguanjia_o_result span{
		font-size:.16rem;
	}
  .daguanjia_open_block .daguanjia_o_title {
    font-weight: 400;
    font-size: .14rem;
    text-align: center;
    margin-bottom: 0.4rem;
    line-height: .55rem; }
  .daguanjia_open_block .daguanjia_o_success {
    display: block;
    background: url("/skin2022/images/icon_success_oringe.png") top center no-repeat;
    background-size: 100%;
    width: .48rem;
    height: .48rem;
    vertical-align: middle;
    margin: .35rem auto .13rem; }
  .daguanjia_open_block .daguanjia_o_content {
    margin: 0 auto;
    width: 87%;
    height: auto;
    background: white;
    border: 1px solid #dfdfdf;
	padding:0.3rem 0;
    overflow: hidden; }
  .daguanjia_open_block .daguanjia_o_content div {
    float: left;
    line-height: 18px;
    font-size: 10px;
     }
  .daguanjia_open_block .daguanjia_o_content img {
    width: 2rem;
    height: 2rem;
    margin: 5px 15px 5px 5px; }
  .daguanjia_open_block .daguanjia_o_instr {
    display: inline-block;
    width: 3rem;
    vertical-align: middle;
     }
  .daguanjia_open_block .daguanjia_o_red {
    color: #FF7739; }
  .daguanjia_open_block .daguanjia_o_btn {
    width: 11.08333rem;
    height: 2.66667rem;
    background: linear-gradient(43deg, rgba(52, 227, 151, 0.99), #00c3a5);
    border-radius: 1.33333rem;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    line-height: 2.67rem;
    margin-top: 0.95833rem; }
    .daguanjia_open_block .daguanjia_o_btn a {
      color: #ffffff; }

	
	 .module_container .join_wrap {
		background-image: url('/skin/images/join_big_bg.png');
		width: 6.86rem;
		height: 0.96rem;
		background-size: cover;
		background-repeat: no-repeat;
		display: flex;
		align-items: center;
		justify-content: center;
	  }
	 .module_container .join_wrap img {
		width: 4.02rem;
		height: 0.72rem;
	  }
	 .module_container .join_wrap .join_btn {
		width: 1.3rem;
		height: 0.5rem;
		opacity: 1;
		border-radius: 0.08rem;
		margin-left: 0.28rem;
		line-height: 0.5rem;
		text-align: center;
		font-size: 0.24rem;
		font-weight: 500;
		color: #013da5;
		border: 1px solid #013da5;
	  }
	 .module_container .title_tip_wrap {
		display: flex;
		align-items: center;
		margin-top: 0.32rem;
		margin-bottom: 0.32rem;
	  }
	 .module_container .title_tip_wrap img {
		width: 0.32rem;
		height: 0.32rem;
		margin-right: 0.08rem;
	  }
	 .module_container .title_tip_wrap span {
		font-size: 0.30rem;
		font-weight: 500;
		color: #333333;
	  }
	 .module_container .all_module_wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	  }
	 .module_container .all_module_wrap .module_item {
		width: 3.32rem;
		height: 2.12rem;
		opacity: 1;
		border-radius: 0.2rem;
		background: #ffffff;
		box-shadow: 0rem 0.04rem 0.16rem rgba(0, 0, 0, 0.06);
		padding: 0.16rem;
		margin-bottom: 0.2rem;
	  }
	 .module_container .all_module_wrap .module_item .module_header {
		display: flex;
		align-items: center;
	  }
	 .module_container .all_module_wrap .module_item .module_header img {
		width: 0.48rem;
		height: 0.48rem;
	  }
	 .module_container .all_module_wrap .module_item .module_header span {
		font-size: 0.28rem;
		font-weight: 500;
		color: #333333;
	  }
	 .module_container .all_module_wrap .module_item .module_body {
		position: relative;
	  }
	 .module_container .all_module_wrap .module_item .module_body .swiper-slide {
		height: 100%;
	  }
	 .module_container .all_module_wrap .module_item .module_body .body_wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		height: 1.28rem;
	  }
	 .module_container .all_module_wrap .module_item .module_body .body_wrap .b_item {
		margin-top: 0.16rem;
		width: 1.44rem;
		height: 0.48rem;
		display: flex;
		align-items: center;
		justify-content: center;
		opacity: 1;
		border-radius: 0.04rem;
		background: #f7f7f7;
	  }
	 .module_container .all_module_wrap .module_item .module_body .body_wrap .b_item a {
		font-size: 0.24rem;
		font-weight: 400;
		color: #666666;
	  }
	 .module_container .all_module_wrap .module_item .module_body .cu_pagination {
		width: auto;
		height: 0.2rem;
		left: 50%;
		bottom: -0.2rem;
		transform: translateX(-50%);
		position: absolute;
		display: flex;
		align-items: center;
	  }
	 .module_container .all_module_wrap .module_item .module_body .cu_pagination .swiper-pagination-bullet {
		width: 0.16rem;
		height: 0.02rem;
		opacity: 0.2;
		border-radius: 0.02rem;
		background: #013da5;
	  }
	 .module_container .all_module_wrap .module_item .module_body .cu_pagination .swiper-pagination-bullet-active {
		width: 0.16rem;
		height: 0.02rem;
		opacity: 1;
		border-radius: 0.02rem;
		background: #013da5;
	  }
	  .options_wrap {
		padding: 0rem 0.32rem 0.32rem;
	  }
	  .new_question_wrap {
		height: 6.62rem;
		opacity: 1;
		border-radius: 0.32rem;
		background: #ebf0ff;
		box-shadow: inset 0px 4px 8px rgba(190, 201, 230, 0.5);
		margin-bottom: 0.8rem;
		padding: 0.32rem;
		position: relative;
	  }
	  .new_question_wrap .q_container {
		float: left;
	  }
	  .new_question_wrap .item_link_wrap {
		display: block;
		width: 1.6rem;
		height: 1.72rem;
		float: left;
		margin-right: 0.15rem;
		margin-bottom: 0.16rem;
	  }
	  .new_question_wrap .item_link_wrap:nth-child(4n) {
		margin-right: 0rem;
	  }
	  .new_question_wrap .question_item {
		width: 1.6rem;
		height: 1.72rem;
		opacity: 1;
		border-radius: 0.08rem;
		background: #ffffff;
		padding-top: 0.12rem;
	  }
	  .new_question_wrap .question_item .icon_wrap .icon_bg {
		width: 0.64rem;
		height: 0.48rem;
		border-radius: 0rem 2rem 2rem 0rem;
		display: flex;
		align-items: center;
		justify-content: center;
	  }
	  .new_question_wrap .question_item .icon_wrap .icon_bg.sousuo {
		background: rgba(72, 157, 247, 0.15);
	  }
	  .new_question_wrap .question_item .icon_wrap .icon_bg.baoming {
		background: rgba(255, 153, 28, 0.15);
	  }
	  .new_question_wrap .question_item .icon_wrap .icon_bg.tiaojian {
		background: rgba(101, 201, 131, 0.15);
	  }
	  .new_question_wrap .question_item .icon_wrap .icon_bg.baokao {
		background: rgba(179, 87, 204, 0.15);
	  }
	  .new_question_wrap .question_item .icon_wrap .icon_bg.feiyong {
		background: rgba(255, 87, 51, 0.15);
	  }
	  .new_question_wrap .question_item .icon_wrap .icon_bg.rili {
		background: rgba(115, 119, 223, 0.15);
	  }
	  .new_question_wrap .question_item .icon_wrap .icon_bg.liucheng {
		background: rgba(255, 153, 28, 0.15);
	  }
	  .new_question_wrap .question_item .icon_wrap .icon_bg.kemu {
		background: rgba(72, 157, 247, 0.15);
	  }
	  .new_question_wrap .question_item .icon_wrap .icon_bg.time {
		background: rgba(101, 201, 131, 0.15);
	  }
	  .new_question_wrap .question_item .icon_wrap .icon_bg.chaxun {
		background: rgba(255, 153, 28, 0.15);
	  }
	  .new_question_wrap .question_item .icon_wrap .icon_bg.zhengshu {
		background: rgba(115, 119, 223, 0.15);
	  }
	  .new_question_wrap .question_item .icon_wrap .icon_bg.qianjing {
		background: rgba(179, 87, 204, 0.15);
	  }
	  .new_question_wrap .question_item .icon_wrap .icon_bg img {
		width: 0.32rem;
		height: 0.32rem;
	  }
	  .new_question_wrap .question_item .question_body {
		padding: 0rem 0.1rem;
		margin-top: 0.16rem;
	  }
	  .new_question_wrap .question_item .question_body .name_wrap {
		font-size: 0.24rem;
		font-weight: 400;
		color: #999999;
	  }
	  .new_question_wrap .question_item .question_body .question_info {
		margin-top: 0.06rem;
		font-size: 0.28rem;
		font-weight: 500;
		color: #333333;
	  }
	  .new_question_wrap .q_zaixian {
		display: flex;
		justify-content: space-between;
		position: absolute;
		bottom: -1rem;
	  }
	  .new_question_wrap .q_zaixian a {
		display: block;
		width: 3.4rem;
		height: 1.6rem;
	  }
	  .new_question_wrap .q_zaixian img {
		width: 3.4rem;
		height: 1.6rem;
	  }
	  