@font-face {
	font-family: '';
	src: url('');
}
.inbanner_mode img{
    width:100%;
}
.banner_box{
    /*height: 6.84rem;*/
    position: relative;
}
.banner_box::before{
    content: '';
    display: block;
    position: absolute;

    opacity: 0.7;
    bottom: 0rem;
    left: 0rem;
    width: 100%;
height: 3.77rem;
background: linear-gradient(rgba(7,77,137,0) 0%, #2461A3 100%);
}
.banner_box::after{
    content: '';
    display: block;
    position: absolute;

    opacity: 0.7;
    top: 0rem;
    left: 0rem;
    width: 100%;
    height: 100%;
    height: 3.77rem;
     background: linear-gradient(#2461A3 0%, rgba(7,77,137,0) 100%);
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: .16rem;
	/* font-family: Source Han Sans CN, Source Han Sans CN; */
	/* font-family: 'mr'; */
	/*font-weight: 400;*/
	color: #333;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* For some Androids */
	/* 英文开启 */
	word-wrap: break-word !important;
	word-break: normal !important;
}

:root {
	--c: #3D60ED;
	--s_tran: 0.3s ease-in-out;
	--l_tran: 0.8s ease-in-out;
}

.main {
	/* justify-content: space-between; */
	max-width: 15.4rem;
	width: 95%; 
	margin: 0 auto;
}

.page_wrap {
	padding-top: 1.2rem;
}

.lmx_h1 {
	width: 0px;
	height: 0px;
	margin: 0;
	text-indent: -9999em;
}

html {
	font-size: 100px;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
}

ul {
	list-style: none;
}

input,
textarea {
	outline: 0;
	border: none;
}

img {
	/*width: 100%;*/
	/*height: 100%;*/
	object-fit: cover;
	cursor: pointer;
	display: block;
	max-width: 100%;
}

hr {
	border: none;
}

/*文字描边*/
/* 设置描边宽度及颜色 默认为字体内外描边
  text-stroke: 2px #2173FF;
 */
/* 兼容Webkit(Chrome/Safari)内核浏览器的写法
  -webkit-text-stroke: 2px #2173FF;
  color: #fff;
 */
.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* 左右flex布局 */
.flex_box {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.flex_start {
	align-items: flex-start;
}

.flex_box [class*=flex_box] {
	flex: 1 1 auto;
}


/* 列表flex布局 */
.list_flex {
	display: flex;
	flex-wrap: wrap;
}



/*多行溢出*/
.line1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.line2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
}

.line3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
}

.line4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 4;
}

.line5 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 5;
}


/* 板块标题 */
.common_title {
	
}
.index_tit{
	font-size: 0.4rem;
	font-weight: bold;
	color: #333333;
	padding-left:0.11rem;
	position: relative;
	z-index: 2;
}
.index_subtit{
	font-size: 0.29rem;
	font-weight: bold;
	color: rgba(153, 153, 153, 0.2);
	    transform: translate(0.23rem, -0.2rem);
	

	
}
.index_tit::after{
	content:'';
	display: block;
	position: absolute;
	left:0rem;
	top:50%;
	transform: translateY(-50%);
	width: 0.04rem;
	height: 0.32rem;
	background: linear-gradient(315deg, #45B2FF 0%, #217AFF 100%);
	border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
}
/* 内页标题 */
.inner_title {}


/* 水波纹效果 */
.btn-ripple {
	vertical-align: bottom;
}

.btn-ripple:not(:disabled):hover {
	opacity: 1;
	position: relative;
	overflow: hidden;
}

.btn-ripple:not(:disabled):hover::before {
	animation: ani_ripple 0.75s;
	z-index: 1;
	content: "";
	position: absolute;
	display: block;
	transition: all 0.6s;
	width: 100%;
	height: 0;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	padding-top: 100%;
	transform: translateX(-50%) translateY(-50%);
}

@keyframes ani_ripple {
	0% {
		background: rgba(0, 0, 0, 0.25);
		transform: translateX(-50%) translateY(-50%) scale(0);
	}

	to {
		background: transparent;
		transform: translateX(-50%) translateY(-50%) scale(1);
	}
}




.more {
	height: 0.81rem;
	width: 1.85rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #504D4D;
	font-size: 0.18rem;
	border-right: 0.01rem solid #787676;
	transition: all .25s;
}

.pointer {
	cursor: pointer;
}



/* 公共面包屑 */
.bread .icon {
	width: 0.15rem;
	height: 0.15rem;
	margin-right: 0.08rem;
}

.bread .item span {
	display: flex;
	align-items: center;
	color: rgba(61, 96, 237, 1);
	font-size: 0.14rem;
}

.bread .item>a {
	display: flex;
	align-items: center;
}

.bread .list .item:not(:first-child)::before {
	content: '/';
	display: block;
	font-size: 0.14rem;
	color: rgba(61, 96, 237, 1);
	margin: 0 0.05rem;
	align-self: center;
}

.bread .list,
.bread .item {
	display: flex;
}

.bread .main {
	padding-top: 0.15rem;
	padding-bottom: 0.15rem;
}

.bread .active span {
	color: rgba(233, 238, 255, 1);
}

.bread .list {
	justify-content: flex-end;
}



/* hover-图片放大1.1 */
.scale_box {
	display: block;
	width: auto;
	overflow: hidden;
}
.scale_box .scale_img {
	width: 100%;
	height: 100%;
	transition: var(--s_tran);
	cursor: pointer;
	object-fit: cover;
}
.hover_box:hover .scale_img {
	transform: scale(1.1);
}


/* hover-图片旋转向上位移 */
.rotate_box {
	display: block;
	width: auto;
	overflow: hidden;
}
.rotate_box .rotate_img {
	transition: var(--s_tran);
	object-fit: cover;
}
.hover_box:hover .rotate_img {
	transform: rotateY(180deg) translateY(-0.1rem);
}




/* 页码 */
.page {
	width: fit-content;
	margin: 0 auto;
	margin-top: 0.41rem;
	display: flex;
	align-items: center;
}

.page .list {
	display: flex;
	align-items: center;
	color: #FFFFFF;
}

.page .list .item {
	display: block;
	width: 0.32rem;
	height: 0.32rem;
	margin-left: 0.03rem;
	margin-right: 0.03rem;
	border: 0.01rem solid rgba(56, 102, 240, 0);
	text-align: center;
	line-height: 0.32rem;
	font-size: 0.14rem;
	color: #FFFFFF;
	cursor: pointer;
	overflow: hidden;
}

.page .list .item:hover {
	background: rgba(56, 102, 240, 1);
	color: white;
	border: 0.01rem solid rgba(56, 102, 240, 1);
}

.page .list .active {
	background: rgba(56, 102, 240, 1);
	color: white;
	border: 0.01rem solid rgba(56, 102, 240, 1);
}

.page .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.32rem;
	height: 0.32rem;
	margin-left: 0.03rem;
	margin-right: 0.03rem;
	border: 0.01rem solid rgba(56, 102, 240, 1);
	cursor: pointer;
	overflow: hidden;
}

.page .btn img {
	height: 0.11rem;
	object-fit: contain;
}

.page .prev::after {
	content: '<';
}

.page .next::after {
	content: '>';
}

.page .prev::after,
.page .next::after {
	position: absolute;
	font-size: 0.16rem;
	font-family: '宋体';
	color: #fff;
	font-weight: bold;
}

.page .btn:hover {
	background: rgba(61, 96, 237, 1);
}

.page .disable {
	opacity: 0.5;
}

.page .btn:hover img {
	filter: brightness(0) invert(1);
}

.page .total {
	margin-right: 0.23rem;
	font-size: 0.14rem;
	color: #333333;
}

.page .to_page {
	font-size: 0.14rem;
	color: #FFFFFF;
	margin-left: 0.08rem;
}

.page .to_page input {
	width: 0.6rem;
	height: 0.31rem;
	margin: 0 0.05rem;
	padding: 0 0.1rem;
	border-radius: 0.01rem 0.01rem 0.01rem 0.01rem;
	border: 0.01rem solid rgba(61, 96, 237, 1);
	outline: none;
	font-size: 0.14rem;
	color: #FFFFFF;
	background: transparent;
}



/* 轮播按钮组-按钮 */


.swiper-button-next,
.swiper-button-prev {
	width: 0.33rem;
	height: 0.33rem;
	padding: 0.08rem 0.09rem;

	border: 0.01rem solid #144E80;
	left: 1.97rem;
	right: auto;
	bottom: 1.6rem;
	    border-radius: 0;
		opacity:1 !important;

}

.swiper-button-next {
	left: auto;
	right: 1.97rem;
	
}
.swiper-button-disabled::after{
	color:#fff !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
	content: '<';
	font-family: '宋体';
	font-size: 0.2rem;
	font-weight: bold;
	color: #144E80;

}
.swiper-button-next::after {
	content: '>';
}
/* 按钮 f */

/* 分页器 b */
.swiper-pagination{
	bottom:0.62rem ;
	padding-right:0.05rem;
	text-align: center;
}

.swiper-pagination-bullet{
	width:0.12rem;
	height:0.12rem;
	
background: rgba(255,255,255,0.6);
	margin-right:0.1rem !important;
	margin-left:0rem !important;
	opacity: 1 !important;
	
}
.swiper-pagination-bullet-active{
	
background: rgba(255, 255, 255, 1);
}

/* 分页器  f*/



input::-webkit-input-placeholder{
font-size: 0.14rem;
color: #99A8C1;
}
input:-moz-placeholder{
	font-size: 0.14rem;
	color: #99A8C1;
}
input::-moz-placeholder{
	font-size: 0.14rem;
	color: #99A8C1;
}
input:-ma-input-placeholder{
	font-size: 0.14rem;
	color: #99A8C1;
}


/* 分类 */
.common_category{
	border-bottom: 0.01rem solid #DEDEDE;
}
.common_category .cate_box{
	display: flex;
    margin: 0 auto;
    justify-content: center;
}
.common_category .cate_items{
	padding:0.2rem 0.4rem;
	font-size: 0.16rem;
	font-weight: 400;
	color: #333333;
	text-align: center;
	transition: var(--s_tran);
padding:0.25rem 0rem;
width:auto;
border-bottom:0.03rem solid transparent;
    min-width: 0.8rem;
    flex: 0 0 20%;
}
.common_category .cate_items:last-child{
	margin-right:0rem;
}
.common_category .cate_items.active, 
.common_category .cate_items:hover{
font-size: 0.18rem;
font-weight: bold;
color: #217AFF;
border-color:  #217AFF;

}
/* 面包屑 */
.inbanner-content{
	position: relative;
	
}
.inbanner_info{
	position: absolute;
	width: 12.18rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 15.4rem;
	width: 95%;
}
.inbanner-tit{
	font-size: 0.5rem;
	font-weight: bold;
	color: #FFFFFF;
}
.inbanner-text{
	font-size: 0.4rem;
	font-weight: bold;
	color: rgba(255,255,255,0.6);
	margin-bottom:0.2rem;
}
.common_crumb .crumb_box {
  align-items: center;
  display: flex;
  color:#333;
}
.common_crumb .crumb_box .break_icon {
  width: .15rem;
  height: .19rem;
  /* margin-right: .05rem; */
  object-fit: contain;
}
.common_crumb .crumb_box .road {
  display: flex;
  align-items: center;
  font-size: .2rem;
  color: #fff;
}
.common_crumb .crumb_box .road a {
 font-size: 0.2rem;
 font-weight: bold;
 color: #FFFFFF;
  margin:0 0.05rem;
  width:auto;
  
}
.common_crumb .crumb_box .road a:hover{
    color: #217AFF;
}






/* 分页 */
.page_box {
  width: fit-content;
  margin: 0 auto;
  margin-top: 0.35rem;
  display: flex;
  align-items: center;
}
.page_box .pages {
  display: flex;
  align-items: center;
}
 
.page_box .pages .page-num {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.1rem;
  border: 0.01rem solid #EEEEEE;
  border-radius: 0.02rem;
  text-align: center;
  line-height: 0.32rem;
  font-size: 0.14rem;
  color: rgba(122, 122, 122, 1);
  cursor: pointer;
}
.page_box .pages .page-num:hover {
background: linear-gradient(315deg, #45B2FF 0%, #217AFF 100%);
  color: white;
  border: none;
}
.page_box .pages .page-num-current {
background: linear-gradient(315deg, #45B2FF 0%, #217AFF 100%);
  color: white;
  border: none;
}
.page_box .btn {
  display: block;
  /* width: 0.32rem; */
  height: 0.32rem;
  margin-right: 0.1rem;
  padding: 0 0.06rem;
  border: 0.01rem solid #EEEEEE;
  border-radius: 0.02rem;
  line-height: 0.32rem;
  font-size: 0.14rem;
  color: rgba(122, 122, 122, 1);
  white-space: nowrap;
  cursor: pointer;
}
.page_box .btn:hover {
background: linear-gradient(315deg, #45B2FF 0%, #217AFF 100%);
  color: white;
  
}
.page_box .prev {
  padding: 0 0.13rem;
}
.page_box .next {
  padding: 0 0.13rem;
}


.paging-a{
    width:auto;
    margin-right: 0.1rem;
}



@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        -ms-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}






/*@media only screen and (max-width: 1500px){*/
    .page_box .btn, 
    .page_box .pages .page-num, 
    .common_crumb .crumb_box .road a, 
    .common_category .cate_items{
    font-size: 16px !important;
}
.page_box .btn, 
.page_box .pages .page-num{
    width: 25px;
    height: 25px;
    line-height: 25px;
}
.page_box .btn{
    width: auto;
    line-height: 21px;
}
/*}*/







@media only screen and (max-width: 1024px) {
    .domain2_title, 
    .inbanner-tit, 
    .index_tit{
        font-size: 20px !important;
    }
    .inbanner-text, 
    .banner_info .banner-tit{
    font-size: 16px !important;
    line-height: 1.5 !important;
}
.course_items .tit, 
.news_detail_right .tit, 
.peoitems .name, 
.correlation_tit, 
.page_box .btn, .page_box .pages .page-num, .common_category .cate_items, 
.tab_wrap .tab, 
.banner-text{
    font-size: 14px !important;
    line-height: 1.5 !important;
}
.news_detail_right .tit, .peoitems .name, .correlation_tit, .page_box .btn, .page_box .pages .page-num, .common_category .cate_items, .tab_wrap .tab, .banner-text{
    font-size: 12px !important;
    line-height: 25px !important;
}
.control-group .p_input::placeholder, 
.careen_info2 .num1, 
.cir_top .item .smalltext, 
.correlation_more a, 
.correlation_item p, 
.correlation_item span, 
.correlation_tab div, 
.domain2_text p, 
 .common_crumb .crumb_box .road a, 
.about_info p, 
.about_info span, 
.index-six .text, 
.l_more, 
.fieldbox .field_tit, 
.index-three .many, 
.index_about .many, 
.aboutbox2 .cir_item3 .smalltext, 
.aboutbox1 .p_subtext, 
.new_box .new_subtit, 
.new_box .date, 
.index-one .shang .many, 
.banner_many, 
.banner_many span{
    font-size: 12px !important;
        line-height: 1.5 !important;
}
.banner_box::after{
    height: 100%;
}
.inbanner_mode img{
    height: 250px;
}
.inbanner_info{
    width: 94%;
}
.common_category .cate_box{
    overflow: auto;
}
.common_category .cate_items{
        min-width: auto;
    white-space: nowrap;
}
.inbanner_info{
    top: 60%;
}
.aboutbox2 .cir_item4{
    
}
.aboutbox2 .cir_item2{
    
}
}