body {
	opacity: 0;
	animation-name: ani-block;
	animation-delay: 0.4s; /*动画延迟播放*/
	animation-duration: 0.6s; /*动画持续时间*/
	animation-fill-mode: forwards; /*停留在最后一帧*/
}
@keyframes ani-block {
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
.none {
	display: none;
}
/*top*/
.phone_top {
	position: relative;
	width: 100%;
	height: 7rem;
	background-color: #2D66A5;
	box-shadow: 0 3px 6px rgba(10,54,103,.2);
	box-sizing: border-box;
	padding: 1.5rem 1.5rem;
}
.phone_top .left_top {
	float: left;
	width: auto;
	height: 4rem;
	background: url(../img/tp_logo.png) left center no-repeat;
	background-size: 4rem;
	padding-left: 4.5rem;
}
.phone_top .left_top p.title_c {
	height: 2rem;
	line-height: 2rem;
	color: #FFFFFF;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
	padding-top: 0.4rem;
}
.phone_top .left_top p.title_e {
	height: 1.2rem;
	line-height: 1.2rem;
	color: #FFFFFF;
	font-size: 0.8rem;
	font-weight: normal;
	padding-bottom: 0.4rem;
}
.phone_top .right_top {
	position: absolute;
        right: 1.5rem;
        z-index: 9;
	width: auto;
	height: 4rem;
	box-sizing: border-box;
	padding: 0.75rem 0;
}
.phone_top .right_top p {
	float: right;
	width: 2.5rem;
	height: 2.5rem;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.phone_top .right_top p.tb_menu {
	background-image: url(../img/tb_menu.svg);
	margin-left: 1.5rem;
}
.phone_top .right_top p.tb_search {
	background-image: url(../img/tb_search.svg);
}
/*搜索*/
.phone_top .con_search {
	position: absolute;
	left: 0;
	top: 3rem;
	z-index: -1;
	width: 100%;
	height: 4rem;
	background-color: #2D66A5;
	box-sizing: border-box;
	padding: 0 1.5rem;
	opacity: 0;
	transition: all .3s ease-in-out;
}
.phone_top .con_search.on {
	top: 1.5rem;
	opacity: 1;
	z-index: 9;
}
.phone_top .con_search input {
	width: 100%;
	height: 4rem;
	border-radius: 2rem;
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding-left: 1.5rem;
}
.phone_top .btn_search {
	position: absolute;
	right: 1.5rem;
	top: 0;
	width: 8rem;
	height: 4rem;
	line-height: 4rem;
	text-align: center;
	color: #2D66A5;
	font-size: 1.6rem;
}
.phone_top .btn_search:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.6rem;
	width: 0.2rem;
	height: 2.8rem;
	background-color: #2D66A5;
	opacity: .2;
}

/*导航列表*/
.con_nav {
	overflow: hidden;
	position: absolute;
	top: 7rem;
	z-index: 9999;
	width: 100%;
	height: 0;
	background-color: #FFFFFF;
	box-shadow: 0 5px 10px rgba(10,54,103,.2);
	box-sizing: border-box;
	padding-left:1.5rem;
}
.con_nav.on {
	height: auto;
	padding: 2rem 0rem 2rem 1.5rem;
}
.con_nav .nav_list {
	overflow: hidden;
	width: 100%;
	height: auto;
	border-bottom: .1rem dashed #E5E5E5;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}
.con_nav .nav_list.list_zfxxgk ul li {
	width: 47%;
}
.con_nav .nav_list .nav_title {
	height: 2rem;
	line-height: 2.2rem;
	color: #2D66A5;
	border-left: 0.3rem solid #2D66A5;
	box-sizing: border-box;
	padding-left: 0.6rem;
}
.con_nav .nav_list ul.nav_list_con {
	overflow: hidden;
	
}
.con_nav .nav_list ul li {
	float: left;
	width: 30.3333%;
	height: auto;
	margin: 0 1.5%;
	margin-top: 1.5rem;
}

.con_nav ul li:last-child {
	border: none;
}
.con_nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
}



.phone_bottom {
	overflow: hidden;
	width: 100%;
	height: auto;
	background-color: #2D66A5;
	box-sizing: border-box;
	padding: 3rem 1.5rem;
	margin-top: 2rem;
}
.phone_bottom p {
	height: auto;
	line-height: 2.2rem;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.4rem;
}

.phone_bottom .con_tplink {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
    align-items: center;
}
.phone_bottom .con_tplink p {
	margin: 0 1rem;
}
.phone_bottom .con_tplink p.tp_jc {
	overflow: hidden;
	width: 11rem;
	height: 5.5rem;
}
.phone_bottom .con_tplink p.tp_jc img {
	width: 100%;
	height: auto;
}



/*通用块级*/
.phone_con {
	overflow: hidden;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 0rem 1.5rem ;
	
}
/*通用列表*/
.pub_list .con_list {
	overflow: hidden;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 0 1.5rem;
}
.pub_list .con_list ul li {
	overflow: hidden;
	width: 100%;
	height: auto;
	border-bottom: 0.1rem dashed #E6E6E6;
	padding: 1.3rem 0rem;
}
.pub_list .con_list ul li:last-child {
	border: none;
}
.pub_list .con_list ul li span {
	float: left;
	display: inline-block;
	width: calc(100% - 10rem);
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pub_list .con_list ul li em {
	float: right;
	display: inline-block;
	width: 10rem;
	text-align: right;
	color: #999;
}
/*通用标题*/
.pub_title {
	position: relative;
	width: 100%;
	height: 4rem;
	line-height: 4rem;
	border-bottom: 0.1rem solid #CCD9E6;
	box-sizing: border-box;
	/*padding-left: 1.5rem;*/
}
.pub_title ul li {
	position: relative;
	float: left;
	width: auto;
	margin-right: 1.5rem;
	margin-left: 1.5rem;
}
.pub_title ul li.on a{
	color: #2D66A5;
	font-weight: bold;
}
.pub_title ul li:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -0.1rem;
	width: 0rem;
	height: 0.3rem;
	border-radius: 0.15rem;
	background-color: #2D66A5;
	transition: all .1s ease-in-out;
}
.pub_title ul li.on:after {
	left: calc(50% - 2.3rem);
	width: 4.6rem;
}

.pub_tit {
	position: relative;
	width: 100%;
	height: 4rem;
	line-height: 4rem;
	border-bottom: 0.1rem solid #CCD9E6;
	box-sizing: border-box;
	/*padding-left: 1.5rem;*/
}
.pub_tit .pub_tit_l {
	position: relative;
	float: left;
	width: auto;
	color: #2D66A5;
	font-weight: bold;
}
.pub_tit .pub_tit_l:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -0.1rem;
	width: 4.6rem;
	height: 0.3rem;
	border-radius: 0.15rem;
	background-color: #2D66A5;
}
.pub_tit .pub_tit_r {
	position: relative;
	float: right;
	width: auto;
	text-align: right;
	padding-right: 1.5rem;
	font-size: 1.4rem;
}
.pub_tit .pub_tit_r em {
	margin: 0 0.6rem;
}
.pub_tit .pub_tit_r span.on {
	color: #2D66A5;
}
.pub_tit .pub_tit_r a {
	color: #2D66A5;
}

.btn_more {
	width: auto;
	height: auto;
	font-size: 1.4rem;
	text-align: center;
	margin: 1rem auto;
}
.btn_more a {
	color: #2D66A5;
	padding-right: 1.8rem;
	background: url(../img/tb_more.svg) right center no-repeat;
	background-size: 1.6rem;
}