/**************************************/


/*************[公用start]**************/


/**************************************/
* {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
}

body {
	overflow-x: hidden;
	font-size: 16px;
	color: #595c5b;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
}


div.clear {
	clear: both;
	height: 0;
	width: 0;
}

input,
textarea,
select,
a:focus {
	outline: none;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none
}

img {
	border: 0;
	/*	width: 100%;*/
	max-width: 100%;
}

div.wp {
	width: 1640;
	/*主要内容区尺寸大小，每次制作前更新！！！ */
	margin: 0 auto;
}

div.wp2 {
	padding: 0 140px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


.tran {
	transition: all .3s ease-out 0s;
}

/*图片中心放大代码区域*/

.img-box {
	/*图片盒子类名*/
	overflow: hidden;
}

.img-box img {
	transition: .3s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

	/* ueco 时间曲线*/
	width: 100%;
	max-width: 100%;
}

.img-box:hover img {
	/*图片中心放大代码*/
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


.imgbox_a {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
	display: block;
}


.imgbox_a>img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
}

.imgbox_hover>img {
	/* ueco 鏃堕棿鏇茬嚎*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.imgbox_hover:hover>img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.one_ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}





/*图片中心放大代码区域*/

/**************************************/

/************[公用over]****************/

/**************************************/



/*header-start*/

/**************************************************************/
.margain-t26 {
	margin-top: 26px;
}

#header_sj {
	display: none;
}

#header {

	width: 100%;
	background-image: url(../images/top_bg.png);
	background-color: #f9f9f9;
	background-position: center center;
}

.top-s {
	width: 100%;
	height: 35px;
	padding: 5px 0;
	color: #333;
	background-color: #1c52b3;
}

.top-s .container {
	display: flex;
	width: 75%;
	margin: auto;
	height: 30px;
	flex-direction: row-reverse;
	align-items: center;
}

.pc-header-top {

	width: 1350px;
	color: #333;
	/* background-image: url(../images/top_bg.png);
	background-color: #f9f9f9;
	background-position: center center; */
	display: flex;
	margin-right: auto;
	margin-left: auto;
	/* padding-top: 50px; */
}

.pc-logo-img {
	/* margin-left: 10%; */
	padding-top: 20px;
	/* margin-bottom: 24px; */
	width: 25%;
	height: auto;
}

.right-ioc {
	float: right;
	display: flex;
	align-items: center;
	/* width: 200px; */
	/* margin-right: 18%; */
	/* margin-top: 4px; */
	/* background-color: #f9f9f9; */
}

.a-ioc {
	float: left;
	margin-left: 14px;
	position: relative;
}

.a-ioc2 {
	float: left;
	margin-left: 16px;
	width: 4px;
	height: 18px;
	margin-top: 4px;
	border-left: #bebebe 0.1rem solid;
	position: relative;
}


.a-ioc div>img {
	width: 90px;
	height: 90px;
	margin: 5px;
}

.a-ioc div {
	display: none;
	position: absolute;
	z-index: 99;
	width: 100px;
	height: 100px;
	left: -38px;
	top: 40px;
	background-color: #bebebe42;
}

.a-ioc :hover+div {
	display: block;
}

.a-ioc span {
	display: none;
	position: absolute;
	width: 30px;
	font-size: 15px;
	color: #1c52b3;
	top: 2px;
	left: 30px;
	border-bottom: #1c52b3 0.1rem solid;
	pointer-events: none;
}

.a-ioc :hover+span {
	display: block;

}

.sousuo {
	display: none;
	position: absolute;
	z-index: 999;
	width: 40%;
	margin-left: 30%;
	top: 130px;
}

.modal-body {
	padding: 0;
	position: relative;
	height: 34px;
	margin-top: 4px;
	margin-left: 14px;
}

.form-control {
	display: block;
	width: 70%;
	height: 20px;
	/* padding: 6px 12px; */
	font-size: 14px;
	/* line-height: 1.42857143; */
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	position: relative;
}

.seekb {
	content: "";
	position: absolute;
	background-image: url(../images/ss.png);
	width: 20px;
	height: 20px;
	right: 22%;
	top: 22%;
	z-index: 99;
	border: 0px;
	background-color: white;
}

/* .modal-body ::after {
	content: "";
	position: absolute;
	background-image: url(../images/ss.png);
	width: 20px;
	height: 20px;
	right: 25%;
	top: 25%;
	z-index: 99;
} */

.a-ioc :hover+div>.trangle {
	position: absolute;
	display: block;
	left: 40px;
	top: -20px;
	width: 0px;
	height: 0px;
	background-color: #f9f9f900;
	border: 10px solid #000;
	border-top-color: transparent;
	border-bottom-color: #bebebe42;
	border-left-color: transparent;
	border-right-color: transparent;
}


.navigation-box {
	width: 70%;
	line-height: 66px;
	margin-top: 30px;
	margin-left: 3%;
	font-weight: bolder;
}

.pc-header-nav {
	position: relative;

	display: flex;

}

.active-n {
	text-align: center;
	margin: auto;
	/* width: 10.8%; */
	float: left;
	height: 75px;
	line-height: 45px;
	font-size: 18px;
	/* color: rgb(253, 252, 252); */
	padding: 0 5px;
	border-bottom: #1c51b300 solid 5px;
	position: relative;
}

.li-border {
	display: none;
	float: left;
	margin-top: 24px;
	height: 18px;
	border-left: rgb(253, 252, 252) 0.1rem solid;
}

.active-n>ul {
	display: none;
	/* width: 10.8%; */
	/* background-color: #1c52b3; */
	position: absolute;
	top: 66px;
	z-index: 2;
}

.active-n>a {
	display: block;
	/* width: 90%; */
	height: 66px;
	/* margin-left: 5%; */
}

.active-n:hover {
	color: #1c52b3;

}

.active-n:hover ::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: -5px;
	border-bottom: #1c52b3 solid 5px;
	animation: myhover 0.25s;
}

@keyframes myhover {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

.pc-header-nav .cur {
	color: #1c52b3;
	border-bottom: #1c52b3 solid 5px;
}


.active-n ul li a {
	display: block;
	width: 100%;
	height: auto;
	font-size: 16px;
	text-align: center;
}

.active-n ul li a:hover {
	background-color: #e99907;
}

.banner {
	text-align: center;
	display: block;
}

.banner .swiper-container .swiper-slide img {
	width: 100%;
	height: 450px;
}

.banner .swiper-pagination-bullet-active {
	opacity: 1;
	background: white;
	border: white 2px solid;
}

.ph-banner {
	display: none;
	margin-top: 65px;
}


.ph-banner .swiper-container .swiper-slide img {
	width: 100%;
	height: 100%;
}

img {
	vertical-align: middle;
}

.main-body {
	padding: 30px 0;

}

.m-top {
	height: 490px;
	background: #FFFFFF;
	width: 100%;
	min-width: 1310px;
}

.partTitle {
	height: 60px;
	line-height: 60px;
	padding-bottom: 1px;
	border-bottom: 1px solid #e3b047;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.center {
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.width_max {
	width: 100%;
}

.width_1400 {
	width: 1400px;
}

.partTitle .left {
	font-size: 24px;
	color: #252525;
	text-align: center;
}

.partTitle .right {
	font-size: 12px;
	color: #1c52b3;
}

.m-top .tzgg .tzgg_list {
	margin-top: 15px;
	overflow: hidden;
}

.m-top .tzgg .tzgg_list .tzgg_item {
	margin-top: 22px;
}

.m-top .tzgg .tzgg_list .tzgg_item .tzgg_date {
	width: 70px;
	text-align: center;
	background: url(../images/bg_date.png) center center no-repeat;
}

.m-top .tzgg .tzgg_list .tzgg_item .tzgg_date .ym {
	height: 35px;
	line-height: 35px;
	font-family: "Georgia";
	color: #FFFFFF;
}

.m-top .tzgg .tzgg_list .tzgg_item .tzgg_date .d {
	height: 45px;
	line-height: 45px;
	font-family: "Georgia";
	color: #1c52b3;
	font-size: 32px;
}

.m-top .tzgg .tzgg_list .tzgg_item .tzgg_info {
	width: 342px;
	line-height: 40px;
	margin-left: 25px;
	float: left;
	overflow: hidden;
}

.m-top .xyxw {
	width: 915px;
}

.m-top .xyxw .xyxw_list {
	margin-top: 38px;
}

.m-top .xyxw .xyxw_list .xyxw_item {
	width: 435px;
	height: 390px;
}

.m-top .xyxw .xyxw_list .xyxw_item .xyxw_pic {
	height: 275px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	transition: background-size 0.3s ease;
}

.m-top .xyxw .xyxw_list .xyxw_item .xyxw_pic a {
	display: block;
	width: 100%;
	height: 100%;
}

.m-top .xyxw .xyxw_list .xyxw_item .xyxw_pic:hover {
	background-size: 115% auto;
}

.m-top .xyxw .xyxw_list .xyxw_item .title {
	margin-top: 8px;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.m-top .xyxw .xyxw_list .xyxw_item .option {
	margin-top: 15px;
	line-height: 26px;
}

.m-top .xyxw .xyxw_list .xyxw_item .option .left {
	padding-left: 22px;
	font-size: 15px;
	color: #1c52b3;
	font-family: "georgia";
	background: url(../images/icon_01.png) left center no-repeat;
}

.m-top .xyxw .xyxw_list .xyxw_item .option a {
	width: 50px;
	height: 26px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	border-radius: 3px;
	background: #e99907;
}

.m-top .xyxw .xyxw_list .xyxw_item {
	width: 435px;
	height: 390px;
}

.title,
.title a {
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.desc {
	font-size: 15px;
	color: #656565;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.partTitle {
	height: 60px;
	line-height: 60px;
	padding-bottom: 1px;
	border-bottom: 1px solid #e3b047;
}

.partTitle .left {
	font-size: 24px;
	color: #252525;
	text-align: center;
}

.partTitle .right {
	font-size: 12px;
	color: #1c52b3;
}

.partTitle.muilt {
	position: relative;
}

.partTitle.muilt .left {
	position: relative;
	width: 145px;
	z-index: 2;
	transition: all .2s ease;
}

.partTitle.muilt .left.active {
	color: #FFFFFF;
}

.partTitle.muilt .right {
	display: none;
}

.partTitle.muilt .right.active {
	display: block;
}

.partTitle.muilt .delta {
	position: absolute;
	bottom: -8px;
	left: 60px;
	display: block;
	width: 19px;
	height: 11px;
	transition: all .2s ease;
	background: url(../images/icon_04.png) center center no-repeat;
}

.partTitle.muilt .bg {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 145px;
	height: 60px;
	transition: all .2s ease;
	background: #1c52b3;
}

.partTabs {
	display: none;
}

.partTabs.active {
	display: block;
}

.m-middle {
	height: 495px;
	padding: 45px 0;
	margin-top: 36px;
	background: #f0f0f0;
	width: 100%;
	min-width: 1400px;
}

.m-middle .m2_01,
.m-middle .m2_02,
.m-middle .m2_03 {
	width: 436px;
}

.m-middle .m2_02 {
	margin-left: 40px;
}

.m-middle .m2_03 {
	margin-left: 40px;
}

.m-middle .m2_01 .partTitle,
.m-middle .m2_02 .partTitle,
.m-middle .m2_03 .partTitle {
	margin-bottom: 32px;
}

.m-middle .m2_01_list .item {
	height: 120px;
	padding: 0 20px 0 12px;
	margin-bottom: 20px;
	line-height: 32px;
	overflow: hidden;
	background: #FFFFFF;
}

.m-middle .m2_01_list .item .title {
	margin-top: 12px;
}

.m-middle .m2_01_list .item .date {
	font-family: "georgia";
	font-size: 15px;
	color: #1c52b3;
}

.m-middle .top1 {
	height: 125px;
	padding: 0 15px 0 15px;
	margin-bottom: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #FFFFFF;
}

.m-middle .top1 .title_02 {
	line-height: 32px;
	margin-top: 15px;
}

.m-middle .top1 .desc {
	line-height: 26px;
	margin-top: 8px;
}

.m-middle .news_list .item {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #cac9c9;
	padding-left: 48px;
	background-position: 10px center;
	background-repeat: no-repeat;
}



.m-middle .news_list .item .title {
	width: 80%;
}

.m-middle .news_list .item .right {
	font-family: "georgia";
	font-size: 15px;
	color: #1c52b3;
}

.m-middle .news_list.style1 .item {
	background-image: url(../images/icon_02.png);
}

.m-middle .news_list.style2 .item {
	background-image: url(../images/icon_03.png);
}

.m-middle .m2_02_list .top5 {
	background: url(../images/bg_d.png) right bottom no-repeat;
	background-color: #FFFFFF;
}

.title a {
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.title:hover a,
.title a:hover a {
	color: #1c52b3;
}

.title_02 {
	font-size: 16px;
	font-weight: bold;
}

.title_02,
.title_02 a {
	color: #252525;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.title_02:hover a {
	color: #1c52b3;
}

.desc {
	font-size: 15px;
	color: #656565;
}

.more {
	text-align: right;
	margin-top: 3px;
}

.m-bot {
	margin-top: 32px;
	width: 100%;
	min-width: 1400px;
}

.m-bot {
	margin-top: 32px;
}

.m-bot .kjrk_list {
	margin-top: 38px;
}

.m-bot .kjrk_list a {
	display: block;
	float: left;
	width:13.5%;
	
	margin-left:3.8%;
}

.m-bot .kjrk_list :nth-child(1) {
	margin-left: 0px;
}
.m-bot .kjrk_list a  img{
display:block;
width:100%;
}
.footer {
	margin-top: 24px;
	padding: 28px 0;
	background: #f0f0f0;
	width: 100%;
	color: #333;
}

.footer .container {
	height: 130px;
}

.footer .container .links_item {
	position: relative;
	width: 300px;
	height: 45px;
	margin-top: 18px;
	background: #FFFFFF;
	border-radius: 3px;
	overflow: hidden;
}

.footer .container .links_item select {
	border: none;
	background: none;
	outline: none;
	width: 300px;
	height: 45px;
	padding-left: 20px;
}

.footer .container .links_item .bg {
	position: absolute;
	right: 0;
	top: 0;
	width: 36px;
	height: 45px;
	background: url(../images/bg_select.png) center center no-repeat;
	pointer-events: none;
}

.footer .container .contact_info {
	margin-left: 80px;
	margin-top: 18px;
}

.footer .container .contact_info p span {
	display: inline-block;
	font-size: 16px;
	margin-bottom: 15px;
	padding-left: 24px;
	line-height: 24px;
	background-position: left center;
	background-repeat: no-repeat;
}

.footer .container .contact_info p :nth-child(1) {
	font-weight: bolder;
	padding-left: 0;
}

.footer .container .contact_info p {
	width: 400px;
	float: left;
}

.footer .container .contact_info p span.icon_01 {
	background-image: url(../images/icon_05.png);
}

.footer .container .contact_info p span.icon_02 {
	font-weight: normal;
	padding-left: 24px;
	font-family: '微软雅黑';
	background-image: url(../images/icon_06.png);
}

.footer .container .contact_info p span.icon_03 {
	background-image: url(../images/icon_07.png);
}

.footer .container .contact_info p span.icon_04 {
	background-image: url(../images/icon_08.png);
}

.footer .container .contact_info p span.icon_05 {
	background-image: url(../images/zx.png);
}

.footer .container .qrcode img {
	display: block;
	float: left;
}

.copyright {
	background: #3161b9;
	width: 100%;
	margin-bottom: 0;
	height: 75px;
}

.copyright p {
	line-height: 75px;
	text-align: center;
	font-size: 15px;
}

.copyright p span {
	margin: 0 7px;
}

.copyright p,
.copyright p a {
	color: #FFFFFF;
}

.container {
	height: 75px;
	margin: 0 auto;
}
.details .firstRow td img{
      width:96% !important;
      margin: 0 0 !important;
      height: auto !important;
}

.m-bot .container{
height:auto!important;}