
* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-size: 16px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "微软雅黑";
	line-height: 1.5;
	color: #333;
	background-color: #fff;
}

a {
	text-decoration: none;
	color:#333
}

a:-webkit-any-link {
	color: #333
}

a:hover {
	color: #285EA5
}

.h1,
.h2,
.h3,
h1,
h2,
h3,
p {
	margin: 0
}

li {
	list-style: none
}

input:-internal-autofill-selected {
	background-color: inherit
}

input:focus {
	outline: none;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flexsp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.ellipsis-1 {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.k1200 {
	width: 1200px;
	margin: 0 auto;
}

.hrlogo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 21px 0
}

.hrlogo form {
	height: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 4px;
	overflow: hidden;
}

.hrlogo button {
	background: #285EA5;
	color: white;
	border: 0;
	padding: 6px 15px;
	border: 1px solid #285EA5;
	cursor: pointer;
}

.hrlogo input {
	border: 0;
	padding: 6px 15px;
	border: 1px solid #ddd;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.hrnav {
	background: #285EA5
}

.hrnav .nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.hrnav .nav li{
	position:relative
}
.hrnav .nav li .menu-title {
	display: block;
	font-weight: 500;
	padding: 15px 30px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: 0.3s background-color;
	-o-transition: 0.3s background-color;
	transition: 0.3s background-color;
	font-size: 20px;
	position:relative
}


.hrnav .nav li .menu-title:hover,
.hrnav .nav li .menu-title.active{
	background: #234F88;
}
.menu-dropdown{
	display: none;
	position:absolute;
	top:60px;
	left:0;
	width:100%;
	z-index: 99;
	background:#ebebeb
}
.menu-dropdown a{
	padding:10px 15px;
	text-align: center;
	display: block;
}
.menu-dropdown a:hover{
	background: #ddd;
	color:#333
}
.hrnav .nav li:hover .menu-dropdown{
	display: block;
}

.banSwiper img {
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 450px
}

.banSwiper .swiper-pagination {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet-active {
	background: #234F88
}

.swiper-pagination-bullet {
	margin: 0 3px
}

.hrtt {
	margin: 40px 0;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.hrtt a {
	color: #333;
	font-size: 30px
}

.hrtt a:hover,
.newli li a:hover {
	color: #285EA5
}

.row {
	margin: 30px 0
}

.newSwiper .swiper-slide p {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	padding: 10px 15px;
}

.newSwiper .swiper-slide p a {
	color: white;
	display: block;
	overflow: hidden;
	    white-space: nowrap;
	    -o-text-overflow: ellipsis;
	    text-overflow: ellipsis;
}

.newSwiper .swiper-slide img {
	width: 100%;
	height: 350px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.newSwiper .swiper-pagination-bullets {
	left: 15px;
	width: auto;
	bottom: 50px
}

.newSwiper .swiper-pagination- bullet {
	opacity: 0.6;
	margin: 0 4px;
	background: white
}

.newSwiper .swiper-pagination-bullet {
	background: white
}

.newSwiper .swiper-pagination-bullet-active {
	background: #234F88;
	margin: 0 5px
}

.newSwiper .iconfont {
	font-size: 30px;
	opacity: 0.5;
}

.newSwiper:hover .iconfont {
	opacity: 0.8;
}

.col-35 {
	width: 335px
}

.col-45 {
	width: 492px
}

.bluebor {
	border: 1px solid #D3D8DF;
	border-radius: 3px;
}

.intit {
	position: relative;
	padding: 8px 15px 8px 30px;
	border-bottom: 1px solid #ddd;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #DAE9FB;
	background: -o-linear-gradient(top, #DAE9FB 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#DAE9FB), to(#ffffff));
	background: linear-gradient(to bottom, #DAE9FB 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DAE9FB', endColorstr='#ffffff', GradientType=0);
}

.intit::after {
	content: '';
	position: absolute;
	left: 2px;
	top: 2px;
	width: 18px;
	height: 16px;
	background: url(../img/horn.png) no-repeat top left;
}

.intit h3 {
	color: #285EA5;
	flex:1
}

.intit h3 i {
	font-style: normal;
	margin-left: 6px;
	font-size: 12px;
	text-transform: uppercase;
}

.intit a {
	font-size: 14px;
	color: #999
}

.newli {
	padding: 12px 15px 10px
}

.newli li {
	padding: 8px 0 8px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative
}

.newli li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 4px;
	height: 4px;
	background: #333;
	border-radius: 50%;
	margin-top: -2px;
}

.newli li a {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	color: #333
}

.newli li span,
.zpli li p span {
	color: #999;
	font-size: 14px
}

.col-85 {
	width: 847px;
}

.zpli {
	padding: 25px 20px 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;

}

.zpli li {
	border: 1px solid #eee;
	padding: 9px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 49%;
	margin-bottom: 20px
}

.zpliimg {
	display: block;
	margin-right: 10px
}

.zpliimg img {
	width: 100px;
	height: 74px;
	background: #eee;
	border-radius: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.zpli li p a {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: block;
	margin-bottom: 5px;
	text-align: justify;
	height: 48px;
	color: #333
}

.iconli {
	padding: 25px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.iconli li {
	margin-bottom: 13px
}

.iconli li:last-child {
	margin-bottom: 0
}

.iconli li a {
	display: block;
	background: #EFEFEF;
	color: #333;
	line-height: 79px;
	text-align: center;
}

.iconli li a i {
	color: #285EA5;
	margin-right: 10px
}

.iconli li a.active,
.iconli li a:hover {
	background: #285EA5;
	color: white;
}

.iconli li a.active i,
.iconli li a:hover i {
	color: white
}

.col-5 {
	width: 585px
}

.col-100 {
	width: 100%
}

.vipsw {
	padding: 25px;
	position: relative
}

.vipSwiper img {
	width: 100%;
	height: 168px;
}

.vipSwiper p {
	line-height: 2;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	color: #333
}

.vipSwiper p a {
	color: #333
}

.swiper-button-prev {
	left: 0;
	color: #999;
	margin-top: -40px
}

.swiper-button-next {
	right: 0;
	color: #999;
	margin-top: -40px
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 28px
}

.foottop {
	background: #262626
}

.foottit {
	color: white;
	padding: 50px 0
}

.foottit ul {
	margin-top: 20px
}

.footright .foottit ul li {
	text-align: center;
}

.foottit ul li a {
	color: white;
	line-height: 2;
	font-size: 14px;
}

.footright {
	width: 410px
}

.foottop .k1200 {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.footbot {
	background: #141414;
	color: white;
	padding: 14px 20px;
	text-align: center;
	font-size: 14px
}

.footbot a {
	color: white;
	margin-left: 20px
}

/* 左侧导航 */

.leftnav {
	width: 230px;
	margin:30px 0
}

.leftnav h3 {
	font-size: 30px;
	text-align: center;
}

.leftnav p {
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	color: #285EA5
}

.leftnav .intit {
	padding: 15px 20px
}

.leftnav ul {
	background: #F8F8F8;
	padding: 10px 20px
}

.leftnav li {
	padding: 30px 0;
	border-bottom: 1px #999999 dashed;
	text-align: center;
	font-size: 18px
}

.leftnav li:last-child {
	border: 0
}
.leftnav li a{
	color:#333
}
.leftnav li a.active,
.leftnav li a:hover {
	background: #285EA5;
	padding: 5px 10px;
	border-radius: 2px;
	color: white
}

.rightlist {
	width: 940px;
}

.location {
	padding: 0 0 20px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 2px;
	font-size: 14px;
	color: #666;
	margin-top:30px
}

.location a {
	color: #666
}

.location i {
	color: #285EA5;
	font-size: 14px
}

.lists {
	border-top: 1px solid #ddd;
	padding: 15px 0;
	margin-bottom:30px;
	min-height: 400px;
}

.lists .newli {
	padding: 0
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 30px 0;
	border-radius: 4px;
}

.pagination>li {
	display: inline;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}


.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #666;
	font-size: 14px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.pagination>li>a.page-num-current {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #285EA5;
	border-color: #285EA5;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

/* 详情 */
.infotitle {
	text-align: center;
	padding: 20px 0 30px
}

.infotitle h1 {
	line-height: 1.5;
	font-size: 30px;
}

.infotitle h5 {
	color: #999;
	font-weight: inherit;
	margin-top:20px
}

.infotext {
	font-size: 18px;
	line-height: 2;
	margin-bottom: 30px
}

.infotext p {
	padding: 10px 0;
	line-height: 2;
	text-align: justify;
	font-size: 18px;
}

.infotext p img {
	max-width: 100%;
}
table{
	background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
}
td {
    border:solid
}
.imglist {
	margin-top: 12px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px
}

.imglist li {
	width: 25%;
	padding: 10px 15px;
	text-align: center;
}
.imglist li a{
	color:#333;
	font-size:14px
}
.imglist li img {
	width: 100%;
	height: 150px;
	-o-object-fit: cover;
	object-fit: cover;
	display: inline-block;
}

.searchli li {
	padding: 10px 0
}

.searchli a {
	font-weight: bold;
}

.searchli p {
	color: #666;
	margin: 6px 0;
	line-height: 1.8;
	font-size: 14px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 50px;
}

.searchli i {
	color: #999;
	font-size: 14px;
	font-style: normal;
}
