/* banner */
.banner {
	overflow: hidden;
	position: relative;
}

.banner .ptbox .inner {
	padding-bottom: 27%;
}

.banner .swiper-pagination {
	bottom: 25px;
}

.banner .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
	width: 10px;
	height: 10px;
}

.banner .swiper-pagination-bullet-active {
	background: #264184;
}
.banner .swiper-slide>p{
	font-size: 20px;
	color: #fff;
	background: rgba(26, 26, 26, 0.65);
	padding: 10px 30px 15px;
	position: absolute;
	left: 100px;
	bottom: 50px;
}
.banner #myvideo{
	width: 35%;
	position: absolute;
	right: 15%;
	top: 50%;
	transform: translateY(-50%);
}
.banner .swiper-button-next,.banner  .swiper-button-prev{
	background: ;
}
.wrapbg{
	background: url(../images/indexbg.jpg) no-repeat bottom center;
}
/* part1 */
.part1 {
	padding-top: 3.125rem;min-height: 500px;
}

.part1-l {
	width: 69.16%;
}

.title {
	margin-bottom:0.7rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.title h5 {
	font-size: 1.625rem;
	color: #323232;
	line-height: 1.875rem;
	display: flex;
	align-items: center;
}
.title h5>img{
	margin-right: 0.5rem;
	width: 46px;
}
.title h5>span:nth-child(3){
	font-size: 1rem;
	color: rgba(0, 0, 0, .5);
	font-weight: normal;
	padding-left: 10px;
}
.title a.more {
	padding-left: 60px;
	position: relative;
	font-size: 0.875rem;
	color: #999999;
	line-height: 1.875rem;
	transition: 0.6s all;
}

.title a:hover {
	color: #1573e0;
	transition: 0.6s all;
}
.title a.more::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0.9375rem;
	width: 48px;
	height: 1px;
	background: #c5c5c5;
}
.title a.more:hover::before{
	background: #445e99;
	transition: 0.8s all;
} 
.title a.more::after {
	content: "";
	display: block;
	position: absolute;
	left: 48px;
	top: 50%;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	background: #445e99;
	border-radius: 50%;
}


.part1-l li {
	float: left;
	width: 48.19%;
	margin-right: 3.62%;
	position: relative;
}

.part1-l li:nth-child(even) {
	margin-right: 0;
}

.part1-l li a {
	display: block;
	padding: 1.25rem 0;
	border-top: 1px solid #eeeeee;
	transition: 0.6s all;
	position: relative;
}

.part1-l li .pic {
	position: relative;
}

.part1-l li .pic .img {
	background: #1573e0;
	overflow: hidden;
}

.part1-l li .pic .img img {
	display: block;
	width: 100%;
	opacity: 0.9;
	object-fit: cover;
	transition: 0.6s all;
	height: 250px;
}

.part1-l li .pic .time {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 14px 6px 20px 0;
	width: 60px;
	height: 70px;
	background: rgba(255, 255, 255, 0.67);
	
}

.part1-l li .pic .time .day {
	font-size: 1.6rem;
	color: #0B2BDE;
	text-align: right;
	font-weight: bold;
	padding-bottom: 0.25rem;
	margin-bottom: 0.25rem;
}

.part1-l li .pic .time .year {
	font-size: 0.75rem;
	color: #0B2BDE;
	text-align: right;
}

.part1-l li .text {
	margin-top: 1.25rem;
	transform: 0.6s all;
}

.part1-l li .text h5 {
	font-size: 1.25rem;
	color: #323232;
	line-height: 1.625rem;
	height: 3.25rem;
	overflow: hidden;
	font-weight: normal;
	margin-bottom: 0.9375rem;
	transition: 0.6s all;
}

.part1-l li .text p {
	font-size: 0.8rem;
	color: #888888;
	line-height: 1.375rem;
	height: 2.75rem;
	overflow: hidden;
}

.part1-l li .text h5 img {
	margin-top: 8px;
	margin-left: 0.625rem;
}

.part1-l li:hover a {
	box-shadow: 0px 0px 16px 0px rgba(145, 145, 145, 0.39);
	padding: 0 0 2.5rem 0;
	transition: 0.6s all;
}

.part1-l li:hover .pic .img img {
	opacity: 1;
	transform: scale(1.1);
	transition: 0.6s all;
}

.part1-l li:hover .text {
	padding: 0 1.25rem;
	transform: 0.6s all;
}

.part1-l li:hover .text h5 {
	color: #1573e0;
	transition: 0.6s all;
}

.border {
	position: absolute;
	background: none;
	transition: all .5s ease-in-out;
}

.part1-l li>.border:nth-of-type(1) {
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 1px solid #1573e0;
}

.part1-l li>.border:nth-of-type(2) {
	top: 0;
	right: 0;
	width: 10px;
	height: 0;
	border-right: 1px solid #1573e0;
}

.part1-l li>.border:nth-of-type(3) {
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-bottom: 1px solid #1573e0;
}

.part1-l li>.border:nth-of-type(4) {
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-left: 1px solid #1573e0;
}

.part1-l li:hover .border:nth-of-type(1) {
	width: 100%;
}

.part1-l li:hover .border:nth-of-type(2) {
	height: 100%;
}

.part1-l li:hover .border:nth-of-type(3) {
	width: 100%;
}

.part1-l li:hover .border:nth-of-type(4) {
	height: 100%;
}

.part1-l .title {
	position: relative;
}

.part1-l .title .fr {
	float: left;
	margin-left: 2.5rem;
}

.part1-r {
	width: 27.5%;
}

.part1-r li {
	padding: 1rem 0;
	border-top: 1px solid #eeeeee;
}

.part1-r li a {
	display: block;
	position: relative;
	overflow: hidden;
}

.part1-r li .time {
	position: relative;
	float: left;
	width: 46px;
	height: 72px;
	border: 1px solid #0534DF;
	border-radius: 7px;
	transition: 0.6s all;
}

.part1-r li .day {
	transition: 0.6s all;
	font-size: 1.6rem;
	color: #0434DE;
	font-family: "times new roman";
	text-align: center;
	line-height: 34px;
	padding-bottom: 10px;
	background: url(../images/part1-05.png) no-repeat bottom center;
	margin-bottom: 0.3125rem;
}

.part1-r li .month {
	transition: 0.6s all;
	font-size: 0.75rem;
	color: #999999;
	text-align: center;
}

.part1-r li p {
	margin-left: 66px;
	font-size: 1rem;
	color: #323232;
	line-height: 1.625rem;
	height: 3.25rem;
	overflow: hidden;
	margin-top: 0.625rem;
	transition: 0.6s all;
}

.part1-r li:hover .time {
      background-image: -moz-linear-gradient(bottom, #1bb4f0 0%, #011fdc 100%);
      background-image: -webkit-linear-gradient(bottom, #1bb4f0 0%, #011fdc 100%);
      background-image: -ms-linear-gradient(bottom, #1bb4f0 0%, #011fdc 100%);
      transition: 0.6s all;
}

.part1-r li:hover .day {
	color: #fff;
	background: url(../images/part1-05-on.png) no-repeat bottom center;
	transition: 0.6s all;
}

.part1-r li:hover .month {
	color: #fff;
	transition: 0.6s all;
}

.part1-r li:hover p {
	color: #1573e0;
	transition: 0.6s all;
}

/* part2 */
.part2 {
	padding: 3.125rem 0;
	
}

.part2 .swiper-container {
	padding-bottom: 8px;
}

.part2-nr {
	position: relative;
	padding-top: .5rem;min-height: 200px;
}

.part2-nr .swiper-slide {}

.part2-nr .swiper-slide a {
	display: block;
	position: relative;
	padding-top: 46px;
}

.part2-nr .swiper-slide .text {
	background: #fff;
	position: relative;
	z-index: 3;
	padding: 4rem 1.25rem 1.25rem;
	box-shadow: 0px 1px 6px 0px rgba(98, 98, 98, 0.16);
	transition: 0.6s all;
}

.part2-nr .swiper-slide .text::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	transition: height 1s;
	-webkit-transition: height 1s;
	/* Safari */
	background-image: -moz-linear-gradient(bottom, #1bb4f0 0%, #011fdc 100%);
        background-image: -webkit-linear-gradient(bottom, #1bb4f0 0%, #011fdc 100%);
        background-image: -ms-linear-gradient(bottom, #1bb4f0 0%, #011fdc 100%)
}

.part2-nr .swiper-slide .text h5 {
	position: relative;
	z-index: 2;
	font-size: 1rem;
	color: #323232;
	line-height: 1.625rem;
	height: 3.25rem;
	overflow: hidden;
	font-weight: normal;
	margin-bottom: 0.625rem;
}

.part2-nr .swiper-slide .text ul {
	position: relative;
	z-index: 2;
	padding-top: .875rem;
	margin-top: .8rem;
	border-top: 1px solid rgba(145, 145, 145, 0.29);
}

.part2-nr .swiper-slide .text ul li {
	padding-left: 46px;
	font-size: 0.9rem;
	color: #666666;
	line-height: 2.2rem;
	height: 2.6rem;
	overflow: hidden;
	background: url(../images/icon2.png) no-repeat left center;
}

.part2-nr .swiper-slide .text ul li+li {
	background: url(../images/icon1.png) no-repeat left center;
}

.part2-nr .swiper-slide .text ul li+li+li {
	background: url(../images/icon3.png) no-repeat left center;
}

.part2-nr .swiper-slide .pic {
	position: absolute;
	z-index: 4;
	top: 11px;
	left: 50%;
	margin-left: -38px;
	width: 76px;
	height: 89px;
	border-radius: 10% 10% 50% 50% / 30% 40% 50% 50%;
	overflow: hidden;
}

.part2-nr .swiper-slide .pic img {
	display: block;
	width: 76px;
	height:89px;
	border-radius: 10% 10% 50% 50% / 30% 40% 50% 50%;
	transition: 0.6s all;
        object-fit: cover;
}

.part2-nr .swiper-slide .img {
	display: block;
	position: absolute;
	z-index: 11;
	top: 0;
	left: 50%;
	margin-left: -41px;
	width: 82px;
	height: 104px;
	background: url(../images/xsjlimg.png) no-repeat;
	transition: 0.6s all;
}

.part2-nr .swiper-button-prev {
	left: -66px;
	width: 36px;
	height: 36px;
	background: url(../images/icon_prev.png) no-repeat center;
}

.part2-nr .swiper-button-next {
	right: -66px;
	width: 36px;
	height: 36px;
	background: url(../images/icon_next.png) no-repeat center;
}

.part2-nr .swiper-pagination {
	width: 100%;
	margin-top: 1.25rem;
	display: none;
}

.part2-nr .swiper-pagination .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	background: #1573e0;
	margin: 0 5px;
}

.part2-nr .swiper-slide:hover .text {
	box-shadow: 0px 2px 27px 0px rgba(10,156,233, .2);
	transition: 0.6s all;
}

.part2-nr .swiper-slide:hover .text::after {
	height: 100%;
}

.part2-nr .swiper-slide:hover .text h5 {
	color: #fff;
}

.part2-nr .swiper-slide:hover .text ul {
	border-color: rgba(255, 255, 255, .5);
}

.part2-nr .swiper-slide:hover .text ul li {
	color: #fff;
	background: url(../images/icon2.png) no-repeat left center;
}

.part2-nr .swiper-slide:hover .text ul li+li {
	background: url(../images/icon1.png) no-repeat left center;
}

.part2-nr .swiper-slide:hover .text ul li+li+li {
	background: url(../images/icon3.png) no-repeat left center;
}

.part2-nr .swiper-slide:hover .img {
	
}

.part2-nr .swiper-slide:hover .pic img {
	transition: 0.6s all;
	transform: scale(1.1);
}





.pb_sys_common .p_t {
	line-height: 24px !important;
}

.pb_sys_style1 .p_no_d {
	border: 1px solid #1573e0 !important;
	background-color: #1573e0 !important;
}