body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: sans-serif, 'Microsoft Yahei';
	color: #262626;
	overflow-x: hidden;
}

* {
	margin: 0;
	padding: 0;
}

/* p,a,h1,h2,h3,h4,h5,h6{margin: 0; padding: 0;  font-family:"微软雅黑",sans-serif; color: #fff; } */

a:hover {
	text-decoration: none;
}

img {
	display: block;
}

ul, li {
	list-style: none;
	color: #262626;
}

h1 {
	font-weight: normal;
}

a {
	text-decoration: none;
	/* display: inline-block; */
	/* width: 100%;
	height: 100%; */
	color: #262626;
}

.clearfix:after {
	/*清除浮动*/
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.container {
	width: 100vw;
	background-color: #fff;
}

.warp {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.part {
	width: 100%;
	margin-top: 30px;
}

.part-1 {
	width: 735px;
	float: left;
}

.part-2 {
	width: 435px;
	float: left;
}

.part-3 {
	width: 570px;
	float: left;
}
.part-4 {
	width: 575px;
	float: right;
}
.mr2 {
	margin-right: 30px;
}

/* 09.11改 */

.header {
	width: 100%;
	background: url("../images/head.jpg") top center no-repeat;
	/* background-size: 100% 100%; */
}

.content {
	width: 100%;
	padding-bottom: 4vh;
}

.head-top {
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.head-con {
	width: 100%;
	height: 636px;
}

.head-botm {
	width: 100%;
	height: 6vh;
	background-color: #3a56b6;
	/* background-color: #e6eeff; */
}

.box-left {
	height: 100%;
	float: left;
}

.box-right {
	height: 100%;
	float: right;
}

.box-posl {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.box-posr {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.head-con .warp {
	height: 100%;
}

.head-top-text {
	height: 100%;
	line-height: 60px;
	font-size: 14px;
	color: #fff;
}

.head-top-text a {
	height: 100%;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
}

.head-top-text:hover {
	cursor: pointer;
}

.head-title {
	display: none;
	width: 630px;
	height: auto;
}

.head-search {
	top: 64%; /*09.11改*/
	width: 260px;
	height: 50px;
	/* box-sizing: border-box; */
	border: 1px solid #3a56b6;
	border-radius: 3vh;
	overflow: hidden;
	color: #999;
}

.head-search input {
	width: 210px;
	height: 100%;
	float: left;
	border: none;
	outline: none;
	background: none;
	padding: 0.4vh 1vw;
	line-height: 5vh;
	font-size: 14px;
	color: #999;
	box-sizing: border-box;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
	font-size: 14px;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
	font-size: 14px;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
	font-size: 14px;
}

.head-search img {
	width: 32px;
	height: 32px;
	float: left;
	margin-top: 10px;
}

.head-search img:hover {
	cursor: pointer;
}

.nav {
	width: 100%;
	height: 100%;
}

.nav ul {
	width: 100%;
	height: 100%;
	display: flex;
}

.nav-li {
	flex: 1;
	height: 6vh;
	line-height: 6vh;
	font-size: 18px;
	font-weight: bold;
	color: #3a56b6;
	text-align: center;
}

.nav-li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
/*09.11改*/
.nav-li:hover a {
	cursor: pointer;
	background-color: #f3f6fd;
	color: #3a56b6;
}

.li-active a {
	background-color: #e6eeff;
	color: #3a56b6;
}

/* 09.11改 end */

.in-lunb1 {
	width: 100%;
	height: 465px;
	background-color: rgba(0, 0, 0, 0.6);
}

.list-box {
	width: 100%;
	/* height: 40vh; */
}

.in-lunbitem {
	position: relative;
}

.in-lunbitem img {
	display: block;
	width: 100%;
	height: 100%;
}

.in-lunbitem .lunb-text {
	width: 100%;
	height: 4vh;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 4vh;
	font-size: 24px;
	color: #fff;
	padding: 0 1vw;
	padding-right: 30%;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.in-lunb1 .swiper-pagination, .in-lunb2 .swiper-pagination {
	left: inherit !important;
	right: 0 !important;
	width: 30% !important;
}

.in-lunb1 .swiper-pagination-bullet, .in-lunb2 .swiper-pagination-bullet {
	opacity: 1;
	background: #fff;
}

.in-lunb1 .swiper-pagination-bullet-active, .in-lunb2 .swiper-pagination-bullet-active {
	background: #007aff;
	opacity: 1;
}

.list-title {
	width: 100%;
	height: 40px;
	background: url("../images/tit2.png") top center no-repeat; margin-bottom:15px;
	background-size: 100% 100%;
}

.list-titl-text {
	width: 120px;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	font-weight: 700;
	color: #fff;
}

.more {
	font-size: 12px;
	color: #707070;
	line-height: 40px;
	padding: 0 10px;
}

.more:hover {
	cursor: pointer;
}

.titlebg1 {
	background: url("../images/tit1.png") top center no-repeat;
	background-size: 100% 100%;
}

.titlebg2 {
	background-size: 100% 100%;
	background-image: url(../images/tit1.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.list-con {
	width: 100%;
}

.list-li {
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	color: #262626;
	/* padding-right: 100px; */
	/*09.07改*/
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
}

.date {
	font-size: 12px;
	color: #707070;
	line-height: 45px;
}

.list-qw-con {
	width: 100%;
	height: 200px;
	padding: 15px 0;
	box-sizing: border-box;
}

.list-qw-top {
	width: 100%;
	height: 80px;
	line-height: 40px;
	font-size: 24px;
	font-weight: bold;

	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.list-qw-top .list-qw-date {
	display: inline-block;
	width: 70px;
	height: 70px;
	background-color: #b2c9f9;
}

.list-qw-botm {
	width: 100%;
	height: 90px;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	line-height: 40px;
	font-size: 16px;
	color: #898989;
	text-indent: 24px;
	padding-top: 1vh;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.list-qw-day {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	color: #2944a3;
	text-align: center;
}

.list-qw-year {
	width: 100%;
	height: 20px;
	line-height: 10px;
	font-size: 12px;
	color: #2944a3;
	text-align: center;
}

.list-qw .list-li {
	padding-left: 1vw;
}

.list-qw .list-li::before {
	content: " ";
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #2944a3;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.list-li-sign {
	display: inline-block;
	height: 100%;
	line-height: 45px;
	padding-right: 10px;
	color: #5071ff;
}

/* 09.04改 start*/

.in-btn {
	width: 100%;
	height: 87px;
	line-height: 87px;
	border-right: 5px;
	font-size: 26px;
	/* font-weight: bold; */
	color: #fff;
	text-align: center;
	background: url(../images/btn-bg.png) top center no-repeat;
	background-size: 100% 100%;
	margin-bottom: 20px;
}

.in-btn:hover {
	cursor: pointer;
}

.in-btn:nth-child(2) {
	font-size: 18px;
	/* margin-bottom: 0 !important;  */
}

/* 09.04改 end*/
/* 21.02.05改 */
.in-btn1 {
	background: none;
	display: block;
	height: auto !important;
}
.in-btn1 img {
	width: 100%;
}
/* 21.02.05改 ↑*/
.py-text {
	width: 100%;
	height: 50px;
	line-height: 50px;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #3a56b6;
}

.py-text span {
	display: inline-block;
	width: 90px;
	height: 25px;
	border-bottom: 1px solid #3a56b6;
	box-sizing: border-box;
	top: 0;
	transform: translateY(0);
}

.in-ewm {
	width: 100%;
}

.in-ewm-it {
	width: 120px;
}

.in-ewm-it img {
	width: 120px;
	height: 120px;
	box-sizing: border-box;
	/* border: 1px solid #3a56b6; */
}

.in-ewm-text {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #3a56b6;
	text-align: center;
}

.wx-ic {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../images/wxic.png") top center no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
}

.wb-ic {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../images/wbic.png") top center no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
}

.in-banner {
	margin-top: -137px;
	width: 900px;
	height: 87px;
	background-color: #ccc;
	background: url("../images/banner.jpg") top center no-repeat;
	background-size: 100% 100%;
}

.list-imgli {
	padding-left: 110px;
	box-sizing: border-box;
	height: 90px;
	position: relative;
}

.list-imgli img {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.list-imgbox {
	display: inline-block;
	width: 100px;
	height: 70px;
}

.item-video {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: relative;
}

.m-video {
	width: 100%;
	height: 100%;
}

.m-video img {
	display: block;
	width: 100%;
	height: 100%;
}

.video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 3vh;
	height: 3vh;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 50%;
}

.video-play img {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.list-imgli .list-li {
	padding-right: 0;
}

.list-imgli-text {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #898989;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list-imgli-date {
	width: 100%;
	height: 20px;
	position: relative;
}

.part-bgc {
	background-color: #f2f6fe;
}

.list-title2 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #3a56b6;
	border-bottom: 1px solid #3a56b6;
	box-sizing: border-box;
}

.list-title2 span {
	display: inline-block;
	width: 2.5vh;
	height: 2.5vh;
	vertical-align: middle;
	margin-right: 0.5vw;
	background: url("../images/wbic.png") top center no-repeat;
	background-size: 100% 100%;
}

.padd-lr {
	padding: 0 10px;
	box-sizing: border-box;
}

.part-3 .in-lunb2 {
	height: 125px;
	margin-top: 10px;
}

.part-3 .in-lunbitem .lunb-text {
	width: 100%;
	height: 3vh;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 3vh;
	font-size: 12px;
	color: #fff;
	padding: 0 0.5vw;
	padding-right: 34%;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.in-lunb2 .swiper-pagination {
	bottom: 5px !important;
}

.list-tabli {
	float: left;
	line-height: 40px;
	font-size: 16px;
	color: #555555;
	font-weight: bold;
	padding: 0 15px;
	position: relative;
}

.list-tabbox {
	width: 100%;
}

.list-tabbox-it {
	width: 100%;
	display: none;
}

.list-tabbox-iton {
	display: block;
}

.list-tablion {
	background: url("../images/titletext-bg2.png") top center no-repeat;
	background-size: 100% 100%;
	color: #fff;
}

.list-tabli:hover {
	cursor: pointer;
}

.tab-onbg {
	display: none;
	width: 110%;
	height: 1vh;
	background-color: #000;
	position: absolute;
	top: -1vh;
	left: 0;
}

.list-tablion .tab-onbg {
	display: block;
}

/* 08.20改 */

.footer {
	width: 100%;
	padding: 40px 0;
	height: 46vh;
	box-sizing: border-box;
	background: url("../images/footer-bg.png") top center no-repeat;
	background-size: 100% 100%;
}

.footTab {
	border-bottom: 1px solid rgb(220, 220, 220);
	padding-bottom: 20px;
}

.footer .tips {
	color: #666;
	float: right;
	margin-top: -20px;
}

.footTab li {
	display: inline-block;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 0 20px;
	position: relative;
	cursor: pointer;
}

.footTab li.active {
	color: #3a56b6;
}

.footTab li.active::after {
	content: "";
	background: url(../images/tab-active.png) center center no-repeat;
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: -30px;
	left: 0;
}

.footer-title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}

.footer-list {
	display: none;
}

.footer-list:first-child {
	display: block;
}

.footer-list-li {
	float: left;
	width: 98px;
	height: 65px;
	margin: 0 24px 20px 0;
}

.footer-list-li:nth-child(10n) {
	margin-right: 0;
}

.footer-list-li img {
	width: 100%;
	height: 100%;
}

.footer-con:last-child {
	margin-top: 40px;
}

.footer-list-li a {
	color: #000;
}

.suspension-box {
	position: fixed;
	bottom: 150px;
	right: 40px;
	z-index: 100;
}

.suspension-item {
	width: 80px;
	height: 80px;
	border: 1px solid #3a56b6;
	margin-bottom: 5px;
	background-color: #fff;
	box-sizing: border-box;
	position: relative;
}

.suspension-img {
	width: 100%;
	height: 50px;
	overflow: hidden;
}

.suspension-img img {
	width: 4vh;
	height: 4vh;
	margin: 1vh auto;
}

.suspension-text {
	width: 100%;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	color: #3a56b6;
	text-align: center;
}

.backbox {
	width: 80px;
	height: 40px;
}

.suspension-back {
	display: none;
	width: 80px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #3a56b6;
	text-align: center;
	font-size: 12px;
	box-shadow: 0 0 10px #fff;
}

.suspension-back img {
	width: 150px;
	height: 150px;
	display: inline-block;
	vertical-align: middle;
}

.suspension-back:hover, .suspension-item:hover {
	cursor: pointer;
}

.suspension-hovbox {
	display: none;
	position: absolute;
	top: 0;
	left: -130px;
	width: 120px;
	height: 120px;
	background-color: #fff;
	box-shadow: 0 0 15px #ccc;
}

.suspension-hovbox img {
	width: 100%;
	height: 120px;
}

.item-app:hover .happ, .item-wx:hover .hwx, .item-wb:hover .hwb {
	display: block;
}

.hovbox-text {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
}

.happ {
	height: 320px;
}

.showbox {
	display: none;
}

.in-btn a {
	color: #fff;
}

/*详情页*/

.crumbs-box {
	width: 100%;
	height: 40px;
	margin: 20px 0;
}

.crumbs-box span {
	display: inline-block;
	height: 100%;
	line-height: 40px;
	font-size: 14px;
	clear: #767676;
}

.crumbs-box i {
	display: inline-block;
	height: 30px;
	width: 30px;
	background: url("../images/yjt01.png") center center no-repeat;
	background-size: 60% 60%;
	vertical-align: middle;
}

.detail-con {
	width: 100%;
}

.content-left {
	float: left;
	width: 750px;
	border-top: 1px solid #007aff;
}

.content-right {
	float: right;
	width: 420px;
}

.detail-title {
	width: 100%;
	/* height: 80px; */
	line-height: 80px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.detail-info {
	width: 100%;
	height: 60px;
}

.detail-info-box {
	float: right;
}

.detail-info-box span {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin-left: 20px;
	font-size: 14px;
	color: #999;
}

.detail-text {
	width: 100%;
	line-height: 40px;
	font-size: 18px;
	text-indent: 25px;
	padding: 20px 0;
	border-top: 1px dashed #ccc;
}

.conright-li {
	width: 100%;
	position: relative;
	padding: 15px 0;
	padding-left: 120px;
	border-bottom: 1px solid #eee;
}

.conright-li-title {
	width: 100%;
	height: 40px;
	/* line-height: 40px; */
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.conright-li-text {
	width: 100%;
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.conright-li-imgbox {
	width: 80px;
	height: 80px;
	padding: 0 10px;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	background: url("../images/boxbg01.png") top center no-repeat;
	background-size: 100% 100%;
}

.imgbox-day {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #fff;
	text-align: left;
	font-weight: bold;
}

.imgbox-day span {
	display: inline-block;
	height: 100%;
	border-bottom: 1px solid #fff;
}

.imgbox-year {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

/*list*/

.listcon-li {
	width: 100%;
	border-bottom: 1px solid #eee;
}

.listcon-title {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.listcon-text {
	width: 100%;
	line-height: 30px;
	height: 60px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.listcon-info {
	width: 100%;
}

.listcon-info span {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #999;
	margin-right: 20px;
}

.pagebox {
	width: 100%;
	margin: 40px 0;
	height: 34px;
	text-align: center;
}

button {
	display: inline-block;
	padding: 6px 12px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	border-color: #28a4c9;
	color: #fff;
	background-color: #5bc0de;
	margin: 20px 20px 0 0;
}

.info {
	width: 200px;
	height: 34px;
	line-height: 34px;
}

/* 09.04改 */

.zdTitle {
	padding-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #244a93;
	border-bottom: 1px solid #388de1;
}
.zdTitle a{
	padding-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #244a93;
	border-bottom: 1px solid #388de1;
}
.zdTitle:before {
	content: "";
	width: 10px;
	height: 1em;
	margin: 0 10px -3px 0;
	background: #405bb8;
	display: inline-block;
}

.dwGroup li {
	display: inline-block;
	font-size: 18px;
	margin: 15px 40px 0 0;
	text-align: justify;
}

/* 2021.04.20改  */
.sw-next1 {
    color: #fff !important;
    right: 15px !important;
    padding: 5px;
    background-size: 18px 40px !important;
    background-color: rgba(255,255,255,0.3);
    outline: none;
}
.sw-prev1 {
    color: #fff !important;
    left: 15px !important;
    padding: 5px;
    background-size: 18px 40px !important;
    background-color: rgba(255,255,255,0.3);
    outline: none;
}
/* 04.21 */
.zt img {
	width: 100%;
}
.ztTitle img {
	width: 750px;
	margin: 30px 0;
}
/* 04.21 end*/
/* 2021.04.20改  end*/
/*手机适配*/

@media(max-width:767px) {
    	/* 04.21 */
	.ztTitle img {
		width: 100%;
		margin: 20px 0;
	}
	/* 04.21 end*/
	.header {
		width: 100%;
		background: url("../images/phHeadBg.jpg") top center no-repeat;
		background-size: 100% 80%;
	}
	.warp {
		width: 92vw;
	}
	.part-1, .part-2, .part-3 {
		width: 100%;
		margin-top: 2vh;
	}
	.in-lunb1 {
		height: 56vw;
	}
	.head-con {
		width: 100%;
		height: 50vw;
	}
	.head-title {
		width: 50vw;
	}
	.head-search {
		width: 31vw;
		height: 7vw;
		top: 19%;
	}
	.head-search img {
		width: 6vw;
		height: 6vw;
		float: right;
		margin-top: 1vw;
		margin-right: 2vw;
	}
	.head-search input {
		width: 22vw;
		height: 100%;
		float: left;
		border: none;
		outline: none;
		background: none;
		padding: 0.4vh 3vw;
		line-height: 7vw;
		font-size: 12px;
		color: #fff;
		box-sizing: border-box;
	}
	::-webkit-input-placeholder {
		/* WebKit browsers */
		color: #fff;
		font-size: 12px;
	}
	::-moz-placeholder {
		/* Mozilla Firefox 19+ */
		color: #fff;
		font-size: 12px;
	}
	:-ms-input-placeholder {
		/* Internet Explorer 10+ */
		color: #fff;
		font-size: 12px;
	}
	.head-top-text {
		font-size: 12px;
	}
	.head-top-text:first-child {
		width: 68%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.part {
		width: 100%;
		margin-top: 0;
		overflow: hidden;
	}
	.list-qw .list-li {
		padding-left: 4vw;
	}
	.list-titl-text {
		width: auto;
		padding: 0 4vw;
	}
	/* 09.11改 */
	.list-li {
		/* padding-right: 22%; */
	}
	.list-li a {
		display: inline-block;
		width: 78%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		vertical-align: bottom;
	}
	.list-imgli .list-li a{
		width: 100%;
	}
	.suspension-item,
	.backbox {
		display: none;
	}
	.py-text span {
		width: 34%;
	}
	.more {
		padding: 0 2vw;
	}
	 
	/* 21.02.05改 */
	.in-banner {
		width: 100%;
		height: 8vw;
		margin-top: 2vh;
	}
	.part-3 .in-lunb2 {
		height: 54vw;
	}
	.part-3 .in-lunbitem .lunb-text {
		height: 4vh;
		line-height: 4vh;
	}
	.list-tabli {
		padding: 0 4vw;
	}
	.padd-lr {
		padding: 0 2vw;
	}
	.footer {
		height: auto;
	}
	/* 08.20改 */
	.footer-list-li {
		width: 28vw;
		margin-right: 4vw;
		text-align: center;
	}
	.footer-list-li:nth-child(3n) {
		margin-right: 0;
	}
	.footer-list-li:nth-child(10n) {
		margin-right: 4vw;
	}
	.head-botm {
		height: auto;
	}
	.nav ul {
		display: block;
	}
	.nav-li {
		height: 5vh;
		float: left;
		width: 23vw;
		line-height: 5vh;
		font-size: 14px;
	}
	.showbox {
		display: block;
		width: 6vh;
		height: 6vh;
		position: fixed;
		bottom: 2vh;
		right: 4vw;
		z-index: 100;
	}
	.showbox img {
		width: 100%;
		height: 100%;
	}
	.showz {
		display: block;
	}
	.showy {
		display: none;
	}
	.suspension-box {
		bottom: 9vh;
		right: -12vh;
	}
	/*list*/
	.crumbs-box {
		display: none;
	}
	.content-left {
		float: none;
		width: 100%;
		border-top: none;
	}
	.ui-pagination-container .ui-pagination-page-item {
		font-size: 12px;
		padding: 4px 4px;
		background: #fff;
		border: 1px solid #c5b7b7;
		color: #888;
		margin: 0 1px;
		text-decoration: none;
	}
	.content-right {
		width: 100%;
	}
	.conright-li {
		padding-left: 100px;
	}
	.detail-title {
		line-height: 40px;
		font-size: 22px;
		margin-top: 20px;
	}
	.detail-info {
		width: 100%;
		height: 40px;
	}
	.detail-info-box span {
		font-size: 12px;
	}
	.detail-text {
		width: 100%;
		line-height: 36px;
		font-size: 15px;
		text-indent: 25px;
		padding: 20px 0;
		border-top: 1px dashed #ccc;
	}
	/* 09.04改 */
	.in-btn {
		height: 60px;
		line-height: 60px;
	}
	.zdTitle {
		margin-top: 20px;
	}
	.dwGroup li {
		font-size: 13px;
		margin: 15px 10px 0 0;
	}
}
/* 主搜索 */
.mainsearch {
	width: 330px;
	float: right;
	margin-top: 350px; 
	margin-right:40px;
	margin-bottom: 0;
	color: #999;
}
.searchtxt {float:left;width:230px;height:30px;font-size:14px;border:solid 1px #ddd;outline:none;line-height:30px; color:#999; text-indent:15px;
}


.guide_img_le {width:100%;}
.guide_img_le li {width:216px; height:308px; position: relative;  margin-bottom: 19px; text-align: center; float:left;margin-right:30px}
.guide_img_le>li+li+li+li+li{margin-right:0}
.guide_img_le li a img {width:100%; height: 100%; margin: 0;padding: 0;object-fit: cover;}
.guide_img_le li a:hover img {width:214px; height: 306px; border:1px solid #268cd4;}

/*二维码对联漂浮*/
        .follownav{ width: 128px;  position: absolute; top: 780px; left: 50%;margin-left:-734px; text-align:center;line-height:30px; z-index: 99; }
        .follownav span {font-size: 12px; color:#00b5ac;}
        .follownav1{ width: 128px; height: 226px; position: absolute; top: 230px; left: 50%;margin-left:-620px; text-align:center;line-height:30px;}
        .boxss {background-color: #edf8ff; border: #e0f2fe solid 1px; border-radius: 10px; padding-top: 15px; height: 211px;}
.foot{ height:35px; background-color:#405bb8; color:#FFF; text-align:center; padding-top:25px;}
.clr { clear:both;}
/*list*/
.blc20 { height:30px;}
.blc40 { height:40px;}
.con { width:1200px; margin:0 auto;}
.mbx { padding-left:10px; border-left:4px solid #405bb8; margin-bottom:28px; font-size:16px; }
.mbx span { margin:0 10px;}

.list { width:780px;}
.list ul { width:100%; border-top:1px solid #d5d5d5;}
.list ul a li { width:100%; border-bottom:1px solid #d5d5d5; padding:15px 0; }
.list ul a li h1 { font-size:18px; line-height:24px; margin-bottom:10px; }
.list ul a li p { display:block; font-size:12px; color:#7b7b7b;}
.list ul a:hover li { background:#f5f5f5;}


.cbl { width:340px;  position:relative;}

.ycyq li { width:322px; line-height:32px; background:url(../images/p_25.jpg) left center no-repeat; padding-left:18px; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis; font-size:16px;} 

.rx { width:100%; line-height:26px; background:#006cb6; color:#fff; text-align:center; padding:10px 0; }
.le{ float:left;}
.ri{float:right;}


/*news*/
.new { width:780px; letter-spacing:0;}
.new h1 {
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 20px;
	color: #333;
	text-align: center;
	font-weight: bold;
}
.new h2 {font-size:16px; line-height:24px; margin-bottom:10px; color:#666; text-align:center;}
.new h3 {font-size:18px; line-height:30px; margin-bottom:20px; color:#666; text-align:center;}
.new .xbt { font-size:14px; margin-bottom:30px; border-bottom:1px dashed #d5d5d5; padding-bottom:20px; text-align:center; }
.new .xbt span { margin-right:30px;}
.new .n-m { width:100%; margin-bottom:30px;}
.new .n-m img { margin-bottom:25px;}
.new .n-m p { font-size:16px; line-height:32px; color:#323232; margin-bottom:10px;}
.sm { width:100%; }
.sm h4 { font-size:14px; color:#646464; line-height:24px; border-bottom:1px dashed #aaaaaa; padding-bottom:10px; margin-bottom:15px;}
.sm p { font-size:12px; color:#8c8c8c; margin-bottom:5px; line-height:20px;}
.bk {
	border: 1px solid #CCC;
	font-size: 14px;
	line-height: 36px;
	color: #666;
}
.mediab {
	BORDER-COLLAPSE: collapse;
}
.mediab TD {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}
.t1 a  {
	color: #666;
	text-align: left;
	text-indent: 15px;
}
.t1 {
	color: #333;
	font-size: 16px;
	padding-left: 20px;
}
.yzb,.clz,.yhf{
	color: #FFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 12px;
}
.yzb {
	background-color: #FF9900;
}
.clz {
	background-color: #06C;
}
.w805 {
    width: 805px;
}
.position {
    color: #095088;
    padding-left: 20px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    padding-bottom: 11px;
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 20px;
}

.in-lunb1 .swiper-pagination-bullet, .in-lunb2 .swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}
.in-lunb1 .swiper-pagination-bullet-active, .in-lunb2 .swiper-pagination-bullet-active {
	background: #007aff;
	opacity: 1;
}