* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	font-family: "PingFang SC Bold";
	font-weight: 700;
	color: #333;
}

img {
	border: none;
}

.hide {
	display: none;
}

a:visited {
	outline: none !important;
}

.top_out {
	width: 100%;
	height: 96px;
	background: #355e92;
}

.top {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top>ul {
	display: flex;
	align-items: center;
	height: 96px;
}

.top>ul>li {
	padding: 0 16px;
	line-height: 20px;
	border-right: 1px solid #fff;
}

.top>ul>li:first-of-type {
	padding-left: 0;
}

.top>ul>li>a {
	font-size: 32px;
	color: white;
}

.tclnms {
	width: 272px;
	height: 70px;
	line-height: 70px;
	border-radius: 35px;
	background: rgba(255, 255, 255, 0.2);
	text-align: center;
	cursor: pointer;
}

.tclnms span {
	font-family: "PingFang SC Bold";
	font-weight: 700;
	font-size: 32px;
	color: #fff;
}

.topbox {
	width: 100%;
	height: 429px;
	background: url(top_bg.png) no-repeat top center;
}

.topbox_in {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.logo {
	display: block;
	margin: 0 auto;
	padding-top: 28px;
	margin-bottom: 30px;
}

.search_box {
	width: 900px;
	height: 80px;
	margin: 0 auto;
	display: flex;
	background: url(search_bg.png) no-repeat;
}

.serch {
	width: 750px;
	height: 80px;
	background: none;
	border: none;
	outline: none;
	padding-left: 99px;
	font-family: "PingFang SC Bold";
	font-weight: 700;
	font-size: 32px;
	color: #999;
	line-height: 80px;
}

.search_box button {
	width: 150px;
	height: 80px;
	background: none;
	outline: none;
	border: none;
	cursor: pointer;
	font-family: "PingFang SC Bold";
	font-weight: 700;
	font-size: 32px;
	line-height: 80px;
	text-align: center;
	color: white;
}

.navbox {
	width: 100%;
	height: auto;
	line-height: 105px;
	display: flex;
	justify-content: space-between;
}

.navbox>li {
	width: auto;
}

.navbox>li>a {
	display: block;
	color: #000000;
	font-size: 32px;
	font-family: PingFang SC;
	font-weight: 700;
}

.navbox li a i {
	display: block;
	margin: -4px auto 0px;
	width: 0%;
	height: 4px;
	background: #355E92;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.navbox li.on a i {
	width: 100%;
}

.navbox li.on a {
	color: #355E92;
}

.navbox li:hover a {
	color: #355E92;
}

.navbox li:hover a i {
	width: 100%;
}

.sec_box {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	margin-top: 50px;
}

.tt_box {
	width: 100%;
	height: 173px;
	display: flex;
}

.tt_l {
	width: 200px;
	height: 173px;
	background: #355e92;
	font-family: "Microsoft YaHei Bold";
	font-weight: 700;
	font-size: 52px;
	line-height: 173px;
	text-align: center;
	color: #fff;
}

.tt_r {
	width: 1000px;
	height: 173px;
	background: #f3f3f1;
}

.tt_r a {
	font-family: "PingFang SC Bold";
	font-weight: 700;
	font-size: 52px;
	line-height: 173px;
	text-align: left;
	color: #355e92;
	display: block;
	width: 900px;
	margin-left: 50px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.ycyw_box {
	width: 100%;
	height: auto;
	margin-top: 50px;
}

.ycyw_tit {
	width: 100%;
	height: auto;
	display: flex;
	margin-bottom: 18px;
}

.ycyw_tit a {
	width: auto;
	border-right: 5px solid #333;
	padding: 0 36px;
	color: #333333;
	font-size: 44px;
	line-height: 40px;
}

.ycyw_tit a:first-of-type {
	padding-left: 0;
}

.ycyw_tit a:last-of-type {
	border-right: none;
}

.change1 {
	color: #355E92 !important;
}

.ycywls_box>ul>li {
	line-height: 72px;
	font-size: 36px;
	padding-left: 36px;
	background: url(qzui.png) no-repeat left center;
}

.ycywls_box>ul>li>a {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	font-size: inherit;
}

.zscq_box {
	width: 100%;
	height: auto;
	margin-top: 36px;
	display: flex;
	justify-content: space-between;
}

.zscq_box>a {
	width: 277px;
	height: 215px;
	background: url(zs1.png) no-repeat;
}

.zscq_box>a+a {
	background: url(zs2.png) no-repeat;
}

.zscq_box>a+a+a {
	background: url(zs3.png) no-repeat;
}

.zscq_box>a+a+a+a {
	background: url(zs4.png) no-repeat;
}

.zfxxgk_box {
	width: 100%;
	height: auto;
	margin-top: 50px;
}

.zfxxgk_tit {
	width: 100%;
	height: auto;
	border-bottom: 2px solid #ccc;
}

.zfxxgk_tit>span,.zfxxgk_tit>a {
	width: auto;
	display: inline-block;
	font-size: 48px;
}

.zfxxgk_tit>span>i,.zfxxgk_tit>a>i {
	display: block;
	width: 100%;
	height: 8px;
	margin: 30px auto 0px;
	border-radius: 4px;
	background: #355e92;
}

.zfxxgkls {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.zfxxgkls>a {
	display: flex;
	align-items: center;
	width: 585px;
	height: 110px;
	border-bottom: 1px solid #ccc;
}

.zfxxgkls>a>div {
	margin-left: 30px;
	padding-left: 30px;
	font-size: 36px;
	border-left: 1px solid #ccc;
}

.hfbox {
	width: 100%;
	height: 180px;
	margin: 50px auto;
}

.szfld_box {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.szfld_box>a {
	width: 585px;
	height: 180px;
	border-radius: 8px;
	background: #f7f7f7;
	border: 1px solid #eee;
	margin-bottom: 30px;
	font-size: 36px;
	line-height: 180px;
	padding-left: 210px;
	background: url(zf1.png) no-repeat 50px center;
}

.szfld_box>a+a {
	background-image: url(zf2.png);
}

.szfld_box>a+a+a {
	background-image: url(zf3.png);
}

.szfld_box>a+a+a+a {
	background-image: url(zf4.png);
}

.xwfbh {
	margin-top: 20px;
	margin-bottom: 50px;
	text-align: center;
}

.xwfbh_ls {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
}

.xwfbh_ls>a {
	width: 585px;
	height: 300px;
	position: relative;
}
.xwfbh_ls>a>img {
    width: 100%;
    height: 100%;
}

.xwfbh_ls>a>p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 124px;
	height: 88px;
	background: rgba(53, 94, 146, 0.36);
	text-align: center;
	line-height: 88px;
	font-size: 32px;
	color: white;
}

.ztfw_ls {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ztfw_ls a {
	width: 278px;
	height: 220px;
	border-radius: 8px;
	background: url(zt1.png) no-repeat center 30px;
	background-color: #f1f8ff;
	margin-top: 30px;
	padding-top: 134px;
	text-align: center;
	font-size: 36px;
}

.ztfw_ls a+a {
	background-image: url(zt2.png);
}

.ztfw_ls a+a+a {
	background-image: url(zt3.png);
}

.ztfw_ls a+a+a+a {
	background-image: url(zt4.png);
}

.ztfw_ls a+a+a+a+a {
	background-image: url(zt5.png);
}

.ztfw_ls a+a+a+a+a+a {
	background-image: url(zt6.png);
}

.ztfw_ls a+a+a+a+a+a+a {
	background-image: url(zt7.png);
}

.ztfw_ls a+a+a+a+a+a+a+a {
	background-image: url(zt8.png);
}

.lnzq {
	width: 100%;
	height: auto;
	margin-top: 50px;
}

.zmhd_tit {
	margin-top: 30px;
	margin-bottom: 30px;
}

.zmhdls>div {
	display: flex;
	justify-content: space-between;
}

.zmhdls>div>img {
	width: 440px;
	height: 253px;
}

.zxft_r {
	width: 730px;
	height: 253px;
}

.zxft_r>a {
	font-size: 36px;
	width: 100%;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.zxft_r>div {
	margin-top: 15px;
	font-size: 32px;
	line-height: 64px;
	color: #999;
}

.dczj_tit {
	margin-top: 50px;
}

.rdhy_tit {
	margin-top: 36px;
	margin-bottom: 30px;
}

.wyxx {
	margin-bottom: 18px;
}

.ztzlout {
	width: 100%;
	height: auto;
	position: relative;
}

.ztzl {
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}

.yqlj_out {
	width: 100%;
	height: auto;
	background: #F9F9F9;
	padding-bottom: 30px;
	border-top: 5px solid #BB2335;
}

.yqlj {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wlabox {
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 40px;
	font-size: 32px;
	color: #355e92;
	line-height: 88px;
}


.bot_out{
	width: 100%;
	height: auto;
	background: #355E92;
}
.bot_in{
	width: 1200px;
	height: auto;
	padding-top: 30px;
	padding-bottom: 18px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.bot_l{
	width: 980px;
}
.bot_r{
	width: 220px;
	display: flex;
	margin-top: 147px;
	justify-content: space-between;
}
.bot_l>div{
	width: 100%;
	height: auto;
	display: flex;
	margin-bottom: 14px;
}
.bot_l>div a {
	width: auto;
	border-right: 5px solid #fff;
	padding: 0 20px;
	color: #fff;
	font-size: 32px;
	line-height: 30px;
}

.bot_l>div a:first-of-type {
	padding-left: 0;
}

.bot_l>div a:last-of-type {
	border-right: none;
}
.bot_l>p{
	font-size: 32px;
	line-height: 64px;
	color: white;
}
.bot_l>p *{
	color: inherit;
}
