﻿* {
	margin: 0;
	padding: 0;
}



.bannerSwiper {
	width: 100%;
}

.Item {
	width: 133px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	position: relative;
	color: white;
	cursor: pointer;
	transition: all 0.5s;
}

.Item_position {
	position: absolute;
	top: 80px;
	width: 133px;
	background: #144E82;
	display: none;
	z-index: 10;
}

.Item:hover {
	background: #BA041D;
	transition: all 0.5s;
}


.Item:hover .Item_position {
	display: block;
}

.Item_position>div:hover {
	background: #003366;
	transition: all 0.5s;
}

.Item_position>div {
	transition: all 0.5s;
	width: 133px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #154E82;
	cursor: pointer;
}


.swiper-button-prev,
.swiper-button-next {
	color: #fff !important;

	background: #003366;
	width: 40px !important;
	height: 40px !important;
	border-radius: 50% !important;
	text-align: center;
	background-image: none !important;
}




.bannerSwiper .swiper-button-prev:after,
.bannerSwiper .swiper-button-next:after {
	font-size: 14px !important;
}

.bannerSwiper .swiper-button-prev.swiper-button-disabled,
.bannerSwiper .swiper-button-next.swiper-button-disabled {
	background: transparent;
	border: 2px solid white !important;
	font-weight: bold;
}

.bannerSwiper .swiper-button-next {
	right: 457px !important;
	top: 529px !important;
	z-index: 100 !important;
}

.bannerSwiper .swiper-button-prev {
	left: 1280px !important;
	top: 529px !important;
	z-index: 100 !important;
}

.newsView {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	margin: 50px auto;
}

.newsLeft {
	width: 725px;
	/* height: 1500px; */
}

.newsRight {
	width: 400px;
	/* height: 1500px; */
}

.biaotiTtext {
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #E4E4E4;
	height: 60px;
	line-height: 60px;
}

.biaotiTtext span {
	display: inline-block;
	border-bottom: 4px solid #003366;
	height: 59px;
	color: #010101;
	width: 30px;
	white-space: nowrap;
	margin-right: 12px;
}

.biaotiTtext>div:nth-child(1) {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #003366
}

.biaotiTtext>div:nth-child(2) {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	cursor: pointer;
}
.biaotiTtext>div:nth-child(2):hover{
	color: #003366;
}
.biaotiTtext2>div:nth-child(2):hover{
	color: #003366;
}

.LeftContent2 {
	border-bottom: 1px solid #E4E4E4;
	padding-bottom: 5px;
	cursor: pointer;
}

.LeftContent2>div:nth-child(1) {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	margin-top: 20px;
}

.LeftContent2>div:nth-child(2) {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	margin-top: 15px;
}

.LeftContent2>div:nth-child(3) {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	margin-top: 10px;
}

.Contnet3Left>div:nth-child(2) {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	width: 335px;
}
.Contnet3Left>div:nth-child(1){
	width: 335px;
	height: 217px;
	overflow: hidden;
}
.Contnet3Left>div:nth-child(1):hover img{
	transform: scale(1.2) rotate(0deg);
	transition: all 1s;
}

.Contnet3Left {
	margin-top: 20px;
}

.Contnet3Left img {
	width: 335px;
	height: 217px;
}

.Contnet3Right {}

.Contnet3RightItem>div:nth-child(1) {
	display: flex;
	align-items: center;
	margin-top: 10px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

.Contnet3RightItem>div:nth-child(1)>div:nth-child(1) {
	width: 2px;
	height: 9px;
	background: #003366;
	margin-left: 5px;
	margin-right: 5px;
}

.LeftContent3 {
	display: flex;
	justify-content: space-between;
}
.Contnet3RightItem>div:nth-child(1)>div:nth-child(2){
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;

}
.Contnet3RightItem{
	cursor: pointer;
}

.Contnet3RightItem>div:nth-child(2) {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	margin-left: 10px;
	margin-top: 5px;
}
.Contnet3RightItem:hover.Contnet3RightItem>div:nth-child(1)>div:nth-child(2){
	color: #003366;
}

.Contnet3Right {
	margin-top: 20px;
}

.newsRightRightItem {
	display: flex;
	align-items: center;
	margin-top: 17px;
	cursor: pointer;
}



.newsRightRightItem>div:nth-child(1) {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}

.newsRightRightItem>div:nth-child(2) {
	width: 2px;
	height: 15px;
	background: #003366;
	margin-left: 10px;
	margin-right: 10px;
}

.newsRightRightItem>div:nth-child(3) {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}

.newsRightRightItemP {
	border-bottom: 1px solid #E4E4E4;
	padding-bottom: 20px;
}

.newsRightRightItemP>div:nth-child(1)>div:nth-child(3) {
	color: #333333;
	font-weight: bold;
}

.newsRightRightItem:hover .ItemText {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #003366 !important;
}
.yanjiuView{
	width: 100%;
	background: url('/yxkxy/img/newBanner.jpg') 100%;
	height: 675px;
	padding-top: 50px;
	padding-bottom: 90px;
}
.yamjiuContent{
	width: 1200px;
	margin: 0 auto;
}
.yanjiuImage{
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}
.yanjiudiv1{
	width: 363px;
	height: 411px;
	background: #FFFFFF;
}
.yanjiudiv1 img{
	width: 363px;
	height: 232px;
}

.yanjiudiv1>div:nth-child(1){
	width: 363px;
	height: 232px;
	overflow: hidden;
}

.yanjiudiv1>div:nth-child(2){
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	margin-left: 30px;
	margin-top: 15px;
}
.yanjiudiv1>div:nth-child(3){
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	height: 70px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 20px;
}
.yanjiudiv1>div:nth-child(4){
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	margin-left: 30px;
}
.yanjiudiv2{
	width: 434px;
	height: 411px;
	background: rgba(255, 255, 255, 0.1);
	/* background: #FFFFFF; */
	/* opacity: 0.08; */
	padding: 30px;
}
.yanjiudiv2>div{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 49px;
	border-bottom: 1px solid #E4E4E4;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
}
.yanjiudiv2>div>div:nth-child(1){
		overflow: hidden; 
		white-space: nowrap;
		text-overflow: ellipsis; 
		width: 270px;
}
.dangjianView{
	width: 1200px;
	margin: 50px auto;
}

.biaotiTtext2 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #E4E4E4;
	height: 60px;
	line-height: 60px;
}

.biaotiTtext2 span {
	display: inline-block;
	border-bottom: 4px solid #003366;
	height: 59px;
	color: #010101;
	width: 30px;
	white-space: nowrap;
	margin-right: 12px;
}

.biaotiTtext2>div:nth-child(1) {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #010101;
	display: flex;
}

.biaotiTtext2>div:nth-child(2) {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	cursor: pointer;
}

.text2Title{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	display: flex;
	align-items: center;
}
.text2Title span{
	width: 1px;
	height: 16px;
	background: #E4E4E4;
	border-bottom: transparent;
	display: inline-block;
	margin-left: 15px;
}
.dangjianContent{
	display: flex;
	width: 1200px;
	align-items: center;
	margin-top: 20px;
	
}
.dangjianContentOne img{
	width: 400px;
	height: 288px;
}
.dangjianContentOne{
	width: 400px;
	height: 288px;
	position: relative;
	overflow: hidden;
}
.dangjianContentOne div{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	width: 80%;
	margin-left: 10%;
	position: absolute;
	bottom: 0;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #FFFFFF;
}
.dangjianContentTwo{
	width: 350px;
	height: 315px;
	margin-left: 30px;
}
.dangjianContentTwo>div{
	width: 350px;
	height: 105px;
	border-bottom: 1px solid #D9D9D9;
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: space-between;
}
.dangjianContentTwoText>div:nth-child(1){
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	width: 220px;
	height: 40px;
}
.dangjianContentTwoText>div:nth-child(2){
font-size: 12px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #999999;
margin-top: 10px;
}
.dangjianContentTwo>div:nth-child(3){
	border-bottom: 1px solid transparent;
}
.dangjianContentThree{
	width: 1px;
	height: 285px;
	background: #D9D9D9;
	margin-left: 30px;
}
.dangjianContentTwo>div:hover .dangjianContentTwoText>div:nth-child(1){
	color: #003366;
}
.xueyuanView{
	width: 1200px;
	background: #F9F9F9;
	margin: 0 auto 100px;
}
.dangjianContentOne img:hover{
	transform: scale(1.2) rotate(0deg);
	transition: all 1s;
}
.yanjiuImage img:hover{
	transform: scale(1.2) rotate(0deg);
	transition: all 1s;
}

.LeftContent3:hover .Contnet3Left img{
	transform: scale(1.2) rotate(0deg);
	transition: all 1s;
}
.xueyuanImg{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.xueyuanImg img{
	transition: all 1s;
}
.xueyuanImg img:hover{
	transform: scale(1.2) rotate(0deg);
	transition: all 1s;
}
.xueyuanImg>div{
	width: 293px;
	height: 180px;
	overflow: hidden;
	margin-top: 10px;
	
}
.LeftContent2:hover.LeftContent2>div:nth-child(1){
	color: #003366;
}
.yanjiudiv2>div:hover{
	color: #999999;
}
