
section {
	display: block
}



ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

body {
	
	height: auto;
	clear: both;
}

img {
	border: 0px;
}

ul,
li {
	list-style: none;
}

em,
i {
	font-style: normal;
}



a:hover {
	background-repeat: no-repeat;
	text-decoration: none;
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.layout {
	width: 85.8%;
	margin: 0 auto;
	position: relative;
}

strong span {
	font-weight: bold;
}



* {
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
}

/*body.on{padding-right:1px;}*/
html {
	width: 100%;
	overflow-x: hidden;
}

html.act {
	overflow: hidden;
	width: 100%;
	height: 100vh;
}


.more {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #fff;
	width: 200px;
	height: 48px;
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	position: relative;
	overflow: hidden;
	transition: all .3s;
}

.more::before {
	content: '';
	display: block;
	width: 0;
	height: 100%;
	background-color: #476396;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	transition: all .3s;
	z-index: -1;
}

.more i {
	display: block;
	width: 25px;
	height: 10px;
	background-image: url(../images/more_ico.png);
	margin-left: 12px;
}

.more:hover {
	border-color: transparent;
	color:#FFF;
	 background:#476396;
}

.more:hover::before {
	width: 100%;
}


.more1 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #fff;
	width: 200px;
	height: 48px;
	border-radius: 24px;
	position: relative;
	overflow: hidden;
	transition: all .3s;
	background-color: #0426A1;
}

.more1 i {
	display: block;
	width: 25px;
	height: 10px;
	background-image: url(../img/more_ico.png);
	margin-left: 12px;
}

/*鼠标选中文字的样式*/
body::-moz-selection {
	background: red;
	color: #fff;
}

body::selection {
	background: red;
	color: #fff;
}

@keyframes boderM {
	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0
	}

	20% {
		opacity: 1
	}

	75% {
		transform: translate(-50%, -50%) scale(2);
		opacity: 0
	}

	100% {
		opacity: 0
	}

}

@keyframes bordershow {

	50% {
		box-shadow: 0px 0px 10px 0 #001eb4;
	}

}



/* 第四屏 */
.i-part4 {
	background-size: cover;
	position: relative;
}

.i-part4 .bg {
	width: 100%;
	z-index: 2;
	position: relative;
}

.i-part4 .bg .swiper-slide {
	height: 100vh;
	position: relative;
}

.i-part4 .bg .img {
	position: absolute;
	top: 0;
	left: 0;
	background: no-repeat center;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.i-part4 .bg .img.mimg {
	display: none;
}

.i-part4 .layout {
	position: absolute;
	left: 50%;
	height: 100%;
	transform: translateX(-50%);
	top: 0;
	padding-top: 270px;
	z-index: 3;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.i-part4 .layout .word {
	margin-bottom: 125px;
	margin-left: 100px;
	width: 450px;
}

.i-part4 .layout .word .swiper-slide {
	opacity: 0 !important;
}

.i-part4 .layout .word .swiper-slide .more {
	border-color: transparent;
}

.i-part4 .layout .word .swiper-slide .more:before {
	width: 100%;
}

.i-part4 .layout .word .swiper-slide-active {
	opacity: 1 !important;
}

.i-part4 .layout .word h3 {
	color: #fff;
	font-size: 50px;
	font-family: hb;
	line-height: 60px;
	margin-bottom: 70px;
	font-weight:bold;
}

.i-part4 .layout .word h3 span {
	display: block;
	font-family: hb;
}

.i-part4 .layout .tabs {
	position: absolute;
	bottom: 2.4vw;
	left: 0;
	width: 100%;
}

.i-part4 .layout .tab {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	position: relative;
	overflow: hidden;
}

.i-part4 .layout .tab a.item {
	display: flex;
	position: relative;
	height: 122px;
	width: 25%;
	justify-content: center;
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	transition: all .3s;
}

.i-part4 .layout .tab a.item::before {
	content: '';
	display: block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	background-color: #476396;
	z-index: 2;
	transition: all .3s;
}

.i-part4 .layout .tab a.item .ico {
	width: 2.8vw;
	margin-right: 0.833vw;
	position: relative;
	z-index: 3;
}

.i-part4 .layout .tab a.item .ico img {
	display: block;
	width: 100%;
}

.i-part4 .layout .tab a.item .ico img.svg {
	display: none
}

.i-part4 .layout .tab a.item h3 {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	width: 144px;
	position: relative;
	z-index: 3;
}

.i-part4 .layout .tab a.item h3 span {
	display: block;
}

/*.i-part4 .layout .tab a.item:nth-child(5n){border-right: none;}*/
.i-part4 .layout .tab a.item:nth-child(6) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.i-part4 .layout .tab a.item.active::before {
	width: 100%;
}

/**********************************************/

.s_news {
    width: 100%;
    background: #f3f4f4;
}

.s_news .m {
    max-width: 1420px;
}

.s_news .bd {
    display: grid;
    grid-template-columns: 29.375rem 1fr;
    column-gap: 2.5rem;
    position: relative;
}

.s_news .left {
    box-shadow: 0px 8px 20px rgba(217, 223, 226, 0.8);
    background: #fff;
    height: 34.5rem;
    border-radius: .625rem;
}

.s_news .right {
    box-shadow: 0px 8px 20px rgba(217, 223, 226, 0.8);
    background: #fff;
    height: 34.5rem;
    border-radius: .625rem;
    padding: 2.25rem 20px 2.25rem 2.875rem;
	border:1px solid #476396;
}

.s_news .bd:before {
    content: "";
    display: none;
    width: 1px;
    height: 30rem;
    background: #e9e9e9;
    position: absolute;
    right: 22px;
    bottom: 2.25rem;
}

.news01 {}

.news01 .box {
    display: block;
    border-radius: .625rem;
    overflow: hidden;
	border:1px solid #476396;
}

.news01 .box .img {
    height: 18.125rem;
}

.news01 .box .img img {
    object-fit: cover;
}

.news01 .box .txt {
    height: 16.25rem;
    background: #fff;
    padding: 1.875rem 2.875rem;
}

.news01 .box .txt h4 {
    font-size: 1.25rem;
    line-height: 1.875rem;
    max-height: 3.75rem;
    overflow: hidden;
    color: #000000;
}

.news01 .box .txt p {
    font-size: .875rem;
    color: #868686;
    line-height: 1.4375rem;
    height: 4.3125rem;
    overflow: hidden;
    margin-top: .75rem;
    margin-bottom: 1.375rem;
}

.news01 .box .txt span {
    font-size: .875rem;
    color: #f6a009;
}

.news01 .box .txt h4:hover {
    color: #af1e28;
}

.news01 .swiper-pagination {
    bottom: 17.5rem !important;
}

.news01 .swiper-pagination .swiper-pagination-bullet {
    width: .625rem;
    height: .625rem;
    margin: 0 6px !important;
    border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    background: none;
    opacity: 1;
}

.news01 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #af1e28;
    background: #af1e28;
}

.news02 {}

.news02 .scrollbox {
    height: 30rem;
    overflow-y: auto;
    padding-right: 1.5rem;
    position: relative;
}

.news02 .scrollbox::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #f9f9f9;
}

.news02 .scrollbox::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: transparent;
}

.news02 .scrollbox::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #e9e9e9;
}

.news02 ul {}

.news02 ul li a {
    display: block;
    padding: 1.5rem 0;
    border-bottom: 1px solid #ededed;
}

.news02 ul li .txt {}

.news02 ul li .txt div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .75rem;
    overflow: hidden;
}

.news02 ul li .txt h5 {
    font-size: 1.125rem;
    color: #202020;
}

.news02 ul li .txt span {
    display: flex;
    white-space: nowrap;
    margin-left: 4rem;
    flex-shrink: 0;
    font-size: .75rem;
    color: #f6a009;
    width: 90px;
    height: 22px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dbdbdb;
}

.news02 ul li .txt p {
    font-size: .8125rem;
    color: #868686;
    line-height: 1.3125rem;
    max-height: 2.625rem;
    overflow: hidden;
}

.news02 ul li:hover .txt h5 {
    color: #f6a009;
}
/*******************************************/

/* wrap */
.wrap{margin:50px auto;width:1300px;height:437px;position:relative;overflow:hidden;}
.pic{width:1100px;height:440px;cursor:pointer;}
.pic1{background:url('../images/t1.jpg');position:absolute;top:0;left:0;z-index:1;}
.pic_num1{width:74px;height:79px;position:absolute;top:40px;left:17px;background:url('../images/pic_num.jpg');background-position:0 0;display:none;}
.pic2{background:url('../images/t2.jpg');position:absolute;top:0;left:679px;z-index:3;}
.pic_num2{width:74px;height:79px;position:absolute;top:40px;left:17px;background:url('../images/pic_num.jpg');background-position:-69px 0;}
.pic3{background:url('../images/t3.jpg');position:absolute;top:0;left:770px;z-index:5;}
.pic_num3{width:74px;height:79px;position:absolute;top:40px;left:17px;background:url('../images/pic_num.jpg');background-position:-138px 0;}
.pic4{background:url('../images/t4.jpg');position:absolute;top:0;left:861px;z-index:7;}
.pic_num4{width:74px;height:79px;position:absolute;top:40px;left:17px;background:url('../images/pic_num.jpg');background-position:-207px 0;}
.pic5{background:url('../images/t5.jpg');position:absolute;top:0;left:952px;z-index:9;}
.pic_num5{width:73px;height:79px;position:absolute;top:40px;left:18px;background:url('../images/pic_num.jpg');background-position:-276px 0;}
.pic6{background:url('../images/t6.jpg');position:absolute;top:0;left:1043px;z-index:11;}
.pic_num6{width:73px;height:79px;position:absolute;top:40px;left:18px;background:url('../images/pic_num.jpg');background-position:-345px 0;}