@charset "UTF-8";
@font-face {
	font-family: "SourceHanSansCN-Light-subfont";
	src: url("../fonts/SourceHanSansCN-Light-subfont.woff2") format("woff2"),
	url("../fonts/SourceHanSansCN-Light-subfont.woff") format("woff"),
	url("../fonts/SourceHanSansCN-Light-subfont.ttf") format("truetype"),
	url("../fonts/SourceHanSansCN-Light-subfont.eot") format("embedded-opentype"),
	url("../fonts/SourceHanSansCN-Light-subfont.svg") format("svg");
}


@font-face {
	font-family: "SourceHanSansCN-Bold-subfont";
	src: url("../fonts/SourceHanSansCN-Bold-subfont.woff2") format("woff2"),
	url("../fonts/SourceHanSansCN-Bold-subfont.woff") format("woff"),
	url("../fonts/SourceHanSansCN-Bold-subfont.ttf") format("truetype"),
	url("../fonts/SourceHanSansCN-Bold-subfont.eot") format("embedded-opentype"),
	url("../fonts/SourceHanSansCN-Bold-subfont.svg") format("svg");
}

@font-face {
	font-family: "SourceHanSansCN-Medium-subfont";
	src: url("../fonts/SourceHanSansCN-Medium-subfont.woff2") format("woff2"),
	url("../fonts/SourceHanSansCN-Medium-subfont.woff") format("woff"),
	url("../fonts/SourceHanSansCN-Medium-subfont.ttf") format("truetype"),
	url("../fonts/SourceHanSansCN-Medium-subfont.eot") format("embedded-opentype"),
	url("../fonts/SourceHanSansCN-Medium-subfont.svg") format("svg");
}

@font-face {
	font-family: "AXIS";
	src: url("../fonts/AXIS.woff2") format("woff2"),
	url("../fonts/AXIS.woff") format("woff"),
	url("../fonts/AXIS.ttf") format("truetype"),
	url("../fonts/AXIS.eot") format("embedded-opentype"),
	url("../fonts/AXIS.svg") format("svg");
}

@font-face {
	font-family: "DIN-Light";
	src: url("../fonts/DIN-Light.woff2") format("woff2"),
	url("../fonts/DIN-Light.woff") format("woff"),
	url("../fonts/DIN-Light.ttf") format("truetype"),
	url("../fonts/DIN-Light.eot") format("embedded-opentype"),
	url("../fonts/DIN-Light.svg") format("svg");
}


@font-face {
	font-family: "fi_9002d";
	src: url("../fonts/fi_9002d.woff2") format("woff2"),
	url("../fonts/fi_9002d.woff") format("woff"),
	url("../fonts/fi_9002d.ttf") format("truetype"),
	url("../fonts/fi_9002d.eot") format("embedded-opentype"),
	url("../fonts/fi_9002d.svg") format("svg");
}

@font-face {
	font-family: "PINGFANG BOLD-subfont";
	src: url("../fonts/PINGFANG BOLD-subfont.woff2") format("woff2"),
	url("../fonts/PINGFANG BOLD-subfont.woff") format("woff"),
	url("../fonts/PINGFANG BOLD-subfont.ttf") format("truetype"),
	url("../fonts/PINGFANG BOLD-subfont.eot") format("embedded-opentype"),
	url("../fonts/PINGFANG BOLD-subfont.svg") format("svg");
}


#cnzz_stat_icon_1279658731{
	display: none;
}

.w1800{
	width: 93.75%;
	margin: 0 auto;
}
.w1670{
	width: 86.98%;
	margin: 0 auto;
}
.w1640{
	width: 85.4%;
	margin: 0 auto;
}
.w1500{
	width: 78.125%;
	margin: 0 auto;
}

@media(max-width: 1024px){

	.w1800{
		width: 92%;
	}
	.w1670{
		width: 92%;
	}
	.w1640{
		width: 92%;
	}
	.w1500{
		width: 92%;
	}

}

.pfangb{
	font-family: "PINGFANG BOLD-subfont";
}
.arial{
	font-family: arial;
}
.text_lk{
	-webkit-text-fill-color:transparent;   
	
}

.axis_r{
	font-family: "AXIS";
}

.cengot_b{
	font-family: "fi_9002d";
}


.noto_b{
	font-family: "SourceHanSansCN-Bold-subfont";
}
.noto_m{
	font-family: "SourceHanSansCN-Medium-subfont";
}
.noto_l{
	font-family: "SourceHanSansCN-Light-subfont";
}
.din_l{
	font-family: "DIN-Light";
}
.main_con{
	position: absolute;
	box-sizing:border-box;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.backimg{
	width: 100%;
}

.m_img{
	display: none;
}

/*--------------------------------------------*/

.header-wrap{
	position: fixed;
	width: 100%;
	left: 0;
	top: -1px;
	z-index: 10;
}

.header-wrap .header_con{
	width: 100%;
	height: 2.85rem;
	transition: all 0.3s ease 0s;
}
.header-wrap.down{
	box-shadow: 0 1px 4px 0 rgb(32 33 36 / 28%);
}

.header-wrap.down .header_con{
	height: 2rem;
	background: #fff;
}
.header-wrap.down .pc_list {
	margin-top: 0.7rem;	transition:all 0.5s ease 0s;
}
.header-wrap.down .logo {
	margin-top: 0.375rem;	transition:all 0.5s ease 0s;
}
.header-wrap.down .head_ri {
	margin-top: 0.3rem;	transition:all 0.5s ease 0s;
}

.header-wrap .logo{
	width: 3.5rem;
	height: 1.1rem;
	position: relative;
	margin-right: 5rem;
	margin-top: 0.875rem;
}
.header-wrap .logo img{
	max-width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition:all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
}
.header-wrap .logo:hover img{
	transform:scale(1.02); 
}
.header-wrap .logo img:first-child{
	opacity: 1;
	visibility: visible;
}

.header-wrap .head_ri{
	display: flex;
	align-items: center;
	margin-top: 0.8rem;
}

.header-wrap .head_ri .search_ico{
	width: 1.25rem;
	height: 1.25rem;
	box-sizing:border-box;
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 50%;
	cursor:pointer;
	margin-right: 0.5rem;
	transition:all 0.3s ease 0s;
}
.header-wrap .head_ri .search_ico:hover{
	border: 1px solid rgba(255,255,255,1);
}
.header-wrap .head_ri .search_ico img{
	display: none;
}
.header-wrap .head_ri .search_ico img:first-child{
	display: block;
}
.header-wrap .head_ri .menu_btn{
	width: 3rem;
	height: 1.25rem;
	border-radius: 1.25rem;
	line-height: 1.25rem;
	background: #fabe00;
	text-align: center;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.header-wrap .head_ri .menu_btn img{
	margin-right: 8px;
	
}

.header-wrap .pc_list{
	width: 50%;
	margin-top: 1.175rem;
}
.header-wrap .pc_list li{
	margin-right: 1.25rem;
}
.header-wrap .pc_list li a{
	color: #fff;
}

.header-wrap .pc_list li .a{
	display: flex;
	align-items: center;
}
.header-wrap .pc_list li .a:hover{
	color: #fabe00;
}

.header-wrap .pc_list li .a img{
	margin-right: 8px;
}






.header-wrap.index1 .pc_list li a {
	color: #111527;
}

.header-wrap.index1 .logo img:first-child {
	opacity: 0;
	visibility: hidden;
}

.header-wrap.index1 .logo img:nth-child(2){
	opacity: 1;
	visibility: visible;
}

.header-wrap.index1 .head_ri .search_ico {
	border: 1px solid rgba(17,21,39,0.3);
}

.header-wrap.index1 .head_ri .search_ico:hover{
	border: 1px solid rgba(17,21,39,1);
}

.header-wrap.index1 .head_ri .search_ico img:first-child {
	display: none;
}

.header-wrap.index1 .head_ri .search_ico img:last-child {
	display: block;
}



.header-wrap.index2 .logo img:first-child {
	opacity: 0;
	visibility: hidden;
}

.header-wrap.index2 .logo img:nth-child(2){
	opacity: 1;
	visibility: visible;
}




.header-wrap.index3 .pc_list li a {
	color: #fff;
}

.header-wrap.index3 .logo img:first-child {
	opacity: 0;
	visibility: hidden;
}

.header-wrap.index3 .logo img:nth-child(3){
	opacity: 1;
	visibility: visible;
}

.header-wrap.index4 .head_ri .search_ico {
	border: 1px solid rgba(17,21,39,0.3);
}

.header-wrap.index4 .head_ri .search_ico:hover{
	border: 1px solid rgba(17,21,39,1);
}
.header-wrap.index4 .head_ri .search_ico img:first-child {
	display: none;
}

.header-wrap.index4 .head_ri .search_ico img:last-child {
	display: block;
}



.footer-wrap{
	width: 100%;
	height: 8rem;
	background: #f5f5f5 url('../../web/img/foot_line.png')no-repeat left 2.35rem;

	padding-bottom: 2.85rem;
	display: flex;
	align-items: flex-end;
}

.footer-wrap.white{
	background: #fff url('../../web/img/foot_line.png')no-repeat left 2.35rem;
}
@media(max-width: 1024px){
	.footer-wrap.white{
		background: #15335e;
	}
}
.footer-wrap .arial{
	color: #014099;
	position: relative;
	padding-bottom: 0.3rem;
	border-bottom: 1px solid #ccc;
	padding-left: 0.375rem;
	width: 4rem;
	display: inline-block;
	margin-right: 3.5rem;
	display: none;
}

.footer-wrap .arial:before{
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #014099;
	left: 0;
	top: 10px;
}


.footer-wrap .text_lk{
	font-size:2.25rem;
	display: inline-flex;
	align-items: center;
	line-height: 1;
	transform: translateY(10px);
	color: #1851a2;
	-webkit-text-stroke:1px #1851a2; 
	margin-left: 5rem;
}


.footer-wrap .text_lk img{
	margin-left: 1rem;
	transition:all 0.3s ease 0s;
}

.footer-wrap .text_lk:hover img{
	transform:translateX(2px); 
}
.footer-wrap .w1500{
	padding-left: 1.25rem;
	position: relative;
}
.footer-wrap .w1500:before{
	content: '';
	position: absolute;
	width: 0.6rem;
	height: 0.6rem;
	background: #fabe00;
	border-radius: 50%;
	left: 0;
	top: -0.5rem;
}
.footer-wrap .ico{
	position: absolute;
	height: 1rem;
	left: 3.5rem;
	top: -0.8rem;

	animation: footerico 2s linear 0s infinite;
}

@keyframes footerico {
	0% {
		transform:translateX(0);
	}
	80% {
		transform:translateX(10px);
	}
	100% {
		transform:translateX(0);
	}
}



.scape_swiper{
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

.scape_swiper .swiper-slide{
	width: 100%;
	height: 100%;
	position: relative;
}

.scape_swiper .swiper-wrapper{
	transition: all 0.7s cubic-bezier(0.65, 0.1, 0.65, 0.65) 0s !important;
}


.scape_swiper .swiper-slide video{
	width: 100%;
}




.sec_oneswiper{
	width: 100%;
	height: 100%;
}
.sec_oneswiper .swiper-wrapper{
	transition: all 0.5s cubic-bezier(0.65, 0.1, 0.65, 0.65) 0s !important;
}


.sec_oneswiper .lecon{
	width: 47%;
	padding-top: 6rem;
	opacity: 0;
	transform: translate3d(0,20px,0);
	transition:all 1s ease 0.3s;
}
.scape_swiper.welcome .swiper-pagination{display: none;}

.sec_oneswiper .ball_box{
	width: 53%;
	padding-top: 3rem;
	transform: translate(1rem,-1rem) scale(0.9);
}

.sec_oneswiper .ball_box .line {
	width: 92.84%;
	height: 70.05%;
	right: 9%;
	top: 11%;
}
.sec_oneswiper .ball_box .backcover{
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.sec_oneswiper .ball_box .ico{
	opacity: 0;
	transform: translate3d(0,-10px,0);
	transition:all 1s ease 2.3s;
}

.sec_oneswiper .ball_box .ico1 {
	right: 47.5%;
	top: 15%;
}
.sec_oneswiper .ball_box .ico2 {
	right: 68.5%;
	top: 28%;
}
.sec_oneswiper .ball_box .ico3 {
	right: 47%;
	top: 41.2%;
}

@keyframes widthx{
	0%{
		width: 0;
	}
	100%{
		width: 100%;
	}
}


.sec_oneswiper .lecon .tit-54{
	color: #b6b6b6;
	line-height: 1.07;
	margin: 1rem 0 0.75rem;
}

.sec_oneswiper .lecon .tit-36{
	color: #014099;
	margin-bottom: 0.8rem;
}

.sec_oneswiper .lecon .tit-17{
	color: #797979;
	line-height: 1.76;
}


.sec_oneswiper .backcover{
	width: 100%;
	height: 100%;
}




.index-wrap .scroll_text{
	right: 1.5rem;
	top: 50%;
	transform:translateY(-50%); 
	color: #014099;
	z-index: 2;
	padding-right: 0;
	transition:all 0.3s ease 0s;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.index-wrap .scroll_text .ico{
	width: 20px;
	height: 20px;
	background: url('../../web/img/tip_rb.png')no-repeat center center;
	background-size: contain;
	animation: scrollAni 1.5s linear infinite;
	margin-left: 0.2rem;
}

.index-wrap .scroll_text.white{
	color: #fff;
}
.index-wrap .scroll_text.white .ico{
	background: url('../../web/img/tip_r.png')no-repeat center center;
	background-size: contain;
}

@keyframes scrollAni{
	0% {
		transform: translateX(0);
		opacity: 1;
	}
	100% {
		transform: translateX(.4rem);
		opacity: 0;
	}
}

/*-------------------------*/

.indexone .page_box{
	left: 1.5rem;
	top: 50%;
	transform:translateY(-50%); 
	z-index: 2;

	width: 2rem;
	height: 1.5rem;
}
.indexone .page_box:before{
	content: '';
	position: absolute;
	width: 9px;
	height: 16px;
	background: url('../../web/img/page_line.png')no-repeat center center;
	background-size: contain;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%); 
}
.indexone .page_box .num_now{
	color: #014099;
}
.indexone .page_box .num_all{
	color: rgba(1,64,153,0.35);
	text-align: right;
	-webkit-text-stroke: 1px rgba(1,64,153,0.35);
}






.index-wrap .index_page_line{
	bottom: 1rem;
	left: 50%;
	transform:translateX(-50%);
	z-index: 2;
	color: #014099;

}
.index-wrap .index_page_line>div{
	float: left;
	width: 4.5rem;
	position: relative;
} 

.index-wrap .index_page_line .point{
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #c6cdd3;
	bottom: -0.06rem;
	left: 0.175rem;
	cursor: pointer;
}

.index-wrap .index_page_line>div.cur .point{
	width: 10px;
	height: 10px;
	background: #fabe00;
	bottom: -0.1rem;
	left: 0.13rem;
}
.index-wrap .index_page_line .text_t{
	display: flex;
	align-items: center;
	position: relative;
	opacity: 0;
	visibility: hidden;
	transition:all 0.3s ease 0s;
}
.index-wrap .index_page_line .item{
	position: relative;
	padding-bottom: 1.1rem;
	transition:all 0.3s ease 0s;
}

.index-wrap .index_page_line .item .line{
	position: absolute;
	width: calc(100% - 0.5rem);
	height: 1px;
	background: rgba(198,205,211,0.6);
	left: 0.5rem;
	bottom: 0;
}
.index-wrap .index_page_line .item:last-child{
	border-bottom: none;
}
.index-wrap .index_page_line .item:hover .text_t{
	opacity: 1;
	visibility: visible;
}
.index-wrap .index_page_line .text_t:before{
	content: '';
	position: absolute;
	width: 1px;
	height: 0.5rem;
	background:rgba(198,205,211,0.6);
	left: 0.25rem;
	top: 0.5rem;
}

.index-wrap .index_page_line .tit-12{
	position: relative;
	margin: 0 15px;
}

.index-wrap .index_page_line .tit-12:before{
	content: '';
	position: absolute;
	width: 1px;
	height: 10px;
	background: #014099;
	left: -6.5px;
	top: 50%;
	transform:translateY(-50%); 
}
.index-wrap .index_page_line .tit-12:after{
	content: '';
	position: absolute;
	width: 1px;
	height: 10px;
	background: #014099;
	right: -6.5px;
	top: 50%;
	transform:translateY(-50%); 
}


.index-wrap .index_page_line.two {
	color: #fff;
	-border-bottom: 1px solid rgba(255,255,255,0.6);
}
.index-wrap .index_page_line.two .tit-12:before {
	background: #fff;
}
.index-wrap .index_page_line.two .tit-12:after {
	background: #fff;
}


.index-wrap .index_page_line.two .item .line {
	background: rgba(255,255,255,0.8);
}

.index-wrap .index_page_line.two>div:after {
	background: #fff
}
.index-wrap .index_page_line.two>div.cur:after {
	background: #fabe00
}
/*-----------------------------*/
.indexthree .sec_threeswiper{
	width: 100%;
	height: 100%;
}
.indexthree .sec_threeswiper .swiper-slide{
	position: relative;
}
.indexthree .sec_threeswiper{
	width: 100%;
	height: 100%;
}

.indexthree .ico{
	left: 5.25rem;
	top: 3.6rem;
	animation: footerico 2s linear 0s infinite;
}
.indexthree .text_pic{
	right: 1.75rem;
	top: 3rem;
	width: 25%;
}

.indexthree .btn_item{
	z-index: 3;
	color: #686868;
	-webkit-text-stroke: 1px #686868;
	-webkit-text-fill-color:transparent;
	cursor: pointer;
	margin-left: 1.4rem;
	position: absolute;
	top: 50%;
	transform:translateY(-50%); 
}
.indexthree .btn_item .item{
	margin-bottom: 1rem;
}

.indexthree .btn_item .item.cur{
	color: #fabe00;
	-webkit-text-stroke: 1px #fabe00;
	-webkit-text-fill-color:#fabe00;
}
.indexthree .btn_item .item:last-child{
	margin-bottom: 0;
}


.indexthree .main_img{
	max-width: 41.5%;
	left: 50%;
	top: 50%;
	margin-top: -19%;
	margin-left: -18%;
}
.indexthree .arrow_link{
	left: 12.6%;
	bottom: 4rem;
}

.indexthree .conbox{
	right: 2rem;
	bottom: 3.5rem;
	width: 25.52%;
}
.indexthree .conbox img{
	max-width: 7rem;
}
.indexthree .conbox .tit-24{
	color: #686868;
	line-height: 1.5;
	margin: 0.9rem 0 1.2rem;
}

.indexthree .about_link{
	color: #014099;
}
.footer-wrap .about_link:before,
.indexthree .about_link:before{
	background: url('../../web/img/index3-link.png')no-repeat center bottom;
	background-size: contain;
}


.indexfour{
	color: #fff;
}

.indexfour .lecon{
	padding-top: 8rem;
	width: 30.2%;
	margin-left: 1.35rem;
}


.indexfour .lecon .tit-30{
	line-height: 1.6;
	margin-bottom: 2.5rem;
}
.indexfour .about_link{
	color: #fff;
}
.indexfour .about_link:before{
	background: url('../../web/img/index4-link.png')no-repeat center center;
	background-size: contain;
}

.indexfour .ri_ball{
	width: 21rem;
	height: 14rem;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.4);
	margin-right: 2rem;
	margin-top: 4rem;
	background: #014099;
}

.indexfour .ri_ball:before{
	content: '';
	position: absolute;
	width: 57.5%;
	height:57.5%;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%); 
	border: 1px solid #fff;
	border-radius: 50%;
}


.indexfour .ri_ball .num_text{
	left: 50%;
	top: 50%;
	width: 6rem;
	margin-left: -3rem;
	margin-top: -1.25rem;
}

.indexfour .ri_ball .item .hover_img{
	z-index: 2;
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%)scale(0);
	transition:all 0.3s ease 0s; 
	width: 3.5rem!important;
	max-height: none;
	max-width: none;
}
.indexfour .ri_ball .item:hover .hover_img{
	transform:translate(-50%,-50%)scale(1);
}


.indexfour .ri_ball .item{
	width: 2.5rem;
	height: 2.5rem;
	background: #014099;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.indexfour .ri_ball .item img:first-child{
	max-height: 60%;
}

.indexfour .ri_ball .item1{
	left: 21%;
	top: 26%;
}
.indexfour .ri_ball .item2{
	left: 19%;
	top: 55%;
}
.indexfour .ri_ball .item3{
	left: 41%;
	bottom: 15%;
}
.indexfour .ri_ball .item4{
	right: 20%;
	bottom: 28%;
}
.indexfour .ri_ball .item5{
	right: 17%;
	top: 34%;
}
.indexfour .ri_ball .item6{
	left: 50%;
	top: 17%;
}



/*新增ico*/
.indexfour .ri_ball .ico img:first-child {
	max-width: 80%;
}


.indexfour .ri_ball .ico .hover_img{
	z-index: 2;
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%)scale(0);
	transition:all 0.3s ease 0s; 
	width: 3.5rem!important;
	max-height: none;
	max-width: none;
}
.indexfour .ri_ball .ico:hover .hover_img{
	transform:translate(-50%,-50%)scale(1);
}
.indexfour .ri_ball .ico{
	width: 2.5rem;
	height: 2.5rem;
	background: #014099;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
}


.indexfour .ri_ball .ico1{
	left: 43%;
	top: -7%;
}
.indexfour .ri_ball .ico2{
	left: 1%;
	top: 18%;
}
.indexfour .ri_ball .ico3{
	left: -3%;
	bottom: 24%;
}
.indexfour .ri_ball .ico4{
	right: 57%;
	bottom: -6%;
}
.indexfour .ri_ball .ico5{
	right: 11%;
	top: 80%;
}
.indexfour .ri_ball .ico6{
	left: 93%;
	top: 40%;
}
.indexfour .ri_ball .ico7{
	right: 7%;
	top: 10%;
}
/*新增ico*/




.indexfive .first_img{
	margin-left: 15.36%;
	margin-top: 5.5rem;
}

.indexfive .first_img .img_link{
	margin-bottom: 1.5rem;
	display: block;
	padding-left:3.25rem;
}

.indexfive .first_img .img_link img{
	width: 2.25rem;
}

.indexfive .first_img .pic img{
	width: 7.2rem;
}


.indexlist_img{
	color: #fff;
}
.indexlist_img .main_con{
	padding: 0 0.6rem 0.6rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.indexlist_img .main_con .tit-15{
	margin-top: 0.25rem;
	line-height: 1.46;
}
.indexfive .indexlist_img li{
	overflow: hidden;
}
.indexfive .indexlist_img li img{
	transition:all 0.3s ease 0s;
}
.indexfive .indexlist_img li:hover img{
	transform:scale(1.05); 
}
.indexfive .indexlist_img li:first-child{
	margin-left: 15.36%;
	width: 18.75%;
}
.indexfive .indexlist_img li:nth-child(2){
	margin-left: 37.5%;
	top: 3.75rem;
	width: 16.66%;
}
.indexfive .indexlist_img li:nth-child(3){
	right:25.52%;
	top: 8rem;
	z-index: 2;
	width: 15.625%;
}
.indexfive .indexlist_img li:nth-child(3) .main_con{
	padding: 0 0.6rem 0;

	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.indexfive .indexlist_img li:nth-child(4){
	right:19.27%;
	top: 6.25rem;
	width:10.416%;
}



.indexfive .main_box{
	left: 30.98%;
	top: 11.5rem;
	z-index: 3;
	padding-left: 5.5rem;
}

.indexfive .main_box img{
	width: 8.575rem;
	transform:translateX(-5.5rem);
}

.indexfive .main_box .tit-72{
	color: #fabe00;
	margin-bottom: 2.25rem;
}

.indexfive .main_box .tit-24{
	color: #686868;
	line-height: 1.5;
}



#wave1{
	bottom: 0;
	position: absolute;
}
#wave2{
	bottom: 0;
	position: absolute;
}
#wave3{
	bottom: 0;
	position: absolute;
}



/*------------------------*/

.index_moveline.index1{
	width: 36.61%;
	height: 2.55rem;
	right: 0;
	top: 12.3%;
}
.index_moveline .backcover{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.index_moveline.index2{
	width: 100%;
	height: 8.425rem;
	left: 0;
	top: 22.7%;
}

.index_moveline.index3{
	width: 100%;
	height: 10.85rem;
	left: 0;
	top: 16.6%;
}
.index_moveline.index4{
	width: 100%;
	height: 9.85rem;
	left: 0;
	top: 20.6%;
}

.index_moveline.index5{
	width: 100%;
	height:6.05rem;
	left: 0;
	z-index: 2;
	top: 41.2%;
}

/*---------------------------------------------------*/

.contact-wrap{
	width: 100%;
	height: 100vh;
}


.contact-wrap .lecon{
	width: 50%;
	height: 100%;
	background: #014099;
	color: #fff;
	padding: 4rem 1.5rem 0 1.5rem;
}

.contact-wrap .lecon .tit-36{
	margin-bottom: 1.2rem;
}
.contact-wrap .lecon .scroll-box{
	height: 16.5rem;
}
.contact-wrap .lecon .tit-30{
	padding-bottom: 0.45rem;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	margin-bottom: 0.9rem;
}

.contact-wrap .lecon li{
	padding-bottom: 1.25rem;
}


.contact-wrap .lecon .item_ico{
	margin-bottom: 0.35rem;
	display: flex;
	align-items: center;
	color: rgba(255,255,255,0.5);
}
.contact-wrap .lecon .item_ico .ico{
	width: 1.15rem;
}
.contact-wrap .lecon .item_ico .ico img{
	max-height:0.625rem; 
}
.contact-wrap .lecon .item_ico:last-child{
	margin-bottom: 0;
}











.contact-wrap .ri_con{
	width: 50%;
	height: 100%;
	background: url('../../web/img/contact_map.jpg')no-repeat center center;
	background-size: cover;

	padding: 4rem 3rem 0 3.25rem;
}


.contact-wrap .ri_con .tit-36{
	color: #000;
	margin-bottom: 0.35rem;
}

.contact-wrap .ri_con .title .tit-14{
	color: #666;
}


.contact-wrap .form_item{
	width: 100%;
	border-bottom: 2px solid #000;
	padding:1.1rem 0 0.35rem;
	display: flex;
	align-items: center;
}

.contact-wrap .form_item label{
	font-weight: normal;
	width: 2.4rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-right: 0.5rem;
}
.contact-wrap .form_item label .span{
	width: 1.6rem;
	display:block;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.contact-wrap .form_item .input{
	width: 75%;
}

.contact-wrap .form_item .input input{
	width: 100%;
	padding: 0 0.3rem;
	box-sizing:border-box;
	background: none;
}


.contact-wrap .upload_item{
	padding-top: 0.65rem;
}

.contact-wrap .upload_item .noto_m{
	color: #082fa0;
	display: inline-block;position: relative;
	cursor: pointer;
	margin-right: 0.25rem;
}
.contact-wrap .upload_item .tit-14{
	color: #000;
	transform: translateY(-4px);
	display: inline-block;
}

.contact-wrap .upload_item .noto_m:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #082fa0;
	left: 0;
	bottom: 0;
}


.contact-wrap .upload_item .noto_m input{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 2;cursor: pointer;
	background: none;
}

.contact-wrap .form_last{
	display: flex;
	align-items: center;
	margin-top: 1.75rem;
}
.contact-wrap .form_last .sub{
	width: 3.75rem;
	height: 1.25rem;
	background: #082fa0;
	border-radius: 1.25rem;
	color: #fff;
	text-align: left;
	position: relative;
	appearance: none;
	box-sizing:border-box;
} 
.contact-wrap .form_last .sub input{
	width: 100%;
	height: 100%;
	background: none;
	padding-left: 0.9rem;
	box-sizing:border-box;
	text-align: left;
	line-height: 1.1rem;
	background: none;
}
.contact-wrap .form_last .sub:before{
	content: '';
	position: absolute;
	width: 7px;
	height: 12px;
	background: url('../../web/img/arrow-r1.png')no-repeat center center;
	background-size: contain;
	right: 0.5rem;
	top: 50%;
	transform:translateY(-50%); 
	z-index: 2;
	transition:all 0.3s ease 0s;
}

.contact-wrap .form_last .sub:hover:before{
	right: 0.45rem;
}

.contact-wrap .form_last .text_input{
	width: 2rem;
	margin: 0 0.5rem;
	border-bottom: 2px solid #000;
	background: none;
	padding-bottom: 0.2rem;
}

.contact-wrap .form_last .code_img{
	cursor: pointer;
	width: 2rem;
}
.contact-wrap .form_last .code_img img{
	width: 100%;
}



.ny_banner{
	width: 100;
	height: 18.75rem;
	color: #fff;
}


.ny_banner .w1500{
	height: 100%;
	padding-top: 10rem;
	box-sizing:border-box;
}

.ny_banner .w1500 .tit-54{
	margin-bottom: 1.75rem;	
	line-height: 1.07;
}

.ny_banner.about .w1500{
	padding-top: 5.6rem;
}
.ny_banner.about .w1500 .tit-54{
	margin: 1rem 0 1.75rem;
}

.ny_banner.about .w1500 .tit-17{
	line-height: 1.66;
}

.ny_banner.service .w1500{
	padding-bottom: 5rem;
	padding-top: 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.ny_banner.service .w1500 .tit-54{
	margin-bottom: 1rem;
}
.join-info{
	padding: 1.75rem 0 2.15rem;
}

.join-info .info_con{
	height: 16.5rem;
	color: #fff;
	padding: 2.15rem 2.2rem 0;
}

.join-info .title .tit-48{
	line-height: 1;
	color: #1851a2;
	-webkit-text-stroke: 1px #1851a2;
	margin-bottom: 0.35rem;
}

.join-info .title{
	text-align: center;
	margin-bottom: 1rem;
}

.join-info .title img{
	max-height: 1.15rem;
}

.join-info .info_con .tit-48{
	color: #fff;
	text-align: center;
	margin-bottom: 1.75rem;
}

.join-info .info_con img{
	max-height: 1.85rem;
}

.join-info .info_con .tit-30{
	margin: 0.65rem 0;
}
.join-info .info_con .tit-16{
	line-height: 1.875;
}
.join-info .info_swiper .swiper-slide{
	box-sizing:border-box;
	transition:transform 0.3s ease 0s;
}
.join-info .info_swiper .swiper-slide:hover{
	transform:translateY(5px); 
}
.join-info .info_swiper .swiper-slide:nth-child(1){
	padding: 0 2rem 0 0;
}
.join-info .info_swiper .swiper-slide:nth-child(2){
	padding: 0 2rem;
	position: relative;
}
.join-info .info_swiper .swiper-slide:nth-child(3){
	padding: 0 0 0 2rem;
}


.join-info .info_swiper .swiper-slide:nth-child(2):before{
	content: '';
	position: absolute;
	width: 1px;
	height: 8.6rem;
	background: url('../../web/img/join_line.png')no-repeat center center;
	background-size: contain;
	left:0rem;
	top: 1rem;
}
.join-info .info_swiper .swiper-slide:nth-child(2):after{
	content: '';
	position: absolute;
	width: 1px;
	height: 8.6rem;
	background: url('../../web/img/join_line.png')no-repeat center center;
	background-size: contain;
	right:0rem;
	top: 1rem;
}


.join-choose{
	width: 100%;
	background: #014099;
	color: #fff;
	padding: 2rem 0 1.9rem;
}

.join-choose .tit-30{
	text-align: center;
	margin-bottom: 1.25rem;
}


.join-choose .num{
	font-style: italic;
}

.join-choose .choose_list li{
	width: 18.66%;
	height: 8.25rem;
	margin: 0 1.675% 1.675% 0;
	box-sizing:border-box;
	border: 1px solid rgba(255,255,255,0.4);
	background: rgba(55,104,175,0.4);
	padding: 1.25rem 1rem 0;
}

.join-choose .choose_list li:nth-child(5n){
	margin-right: 0;
}

.join-choose .choose_list .tit-24{
	margin: 0.4rem 0 0.35rem;
}

.join-choose .choose_list .tit-16{
	line-height: 1.875;
	color: rgba(255,255,255,0.8);
}



.join-envir{
	padding: 2.1rem 0 2.4rem;
}

.join-envir .tit-36{
	margin-bottom: 1.25rem;
	text-align: center;
}

.join-elegant{
	background: #f5f5f5;
}

.join-envir .swiper-container{
	padding-bottom: 1.5rem;
}


.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	border-radius: 6px;
	left: 0;
	top: auto;
	background: #fabe00;
}
.join-envir .swiper-container-horizontal>.swiper-scrollbar {
	left: 0%;
	height: 6px;
	width: 100%;
	background: none;
	position: relative;
	bottom: -1.5rem;
}
.join-envir .swiper-container-horizontal>.swiper-scrollbar:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	transform:translateY(-50%); 
	background: #e7e7e8;
}

.join-envir .swiper-container .img{
	margin-bottom: 0.6rem;	
}

.join-envir .swiper-container .swiper-slide{
	text-align: center;
}


.join-position{
	padding: 1.75rem 0 2.75rem;
}

.join-position .tit-36{
	text-align: center;
	margin-bottom: 1.25rem;
}



.join-position .posi_title{
	width: 100%;
	height: 1.75rem;
	background: #014099;
	color: #fff;
	line-height: 1.75rem;
}

.join-position .posi{
	width: 22%;
	box-sizing:border-box;
	padding-left: 1.5rem;
}
.join-position .level{
	width: 17.33%;
}
.join-position .gender{
	width:16.66%;
}
.join-position .record{
	width:16.66%;
}
.join-position .major{
	width:18%;
}
.join-position .handle{
	width: 9.35%;
}
.join-position .posi_list{
	box-sizing:border-box;
	border: 1px solid #eee;
	border-top: none;
}
.join-position .posi_list .item_title{
	height: 1.75rem;
	background: #fff;
	color: #333333;
	line-height: 1.75rem;
	cursor: pointer;
	transition:all 0.3s ease 0s;
}

.join-position .posi_list li{
	border-bottom: 1px solid #eee;
	position: relative;
}
.join-position .posi_list li img{
	right: 2.5rem;
	top: 50%;
	transform:translateY(-50%); 
	display: none;
}
.join-position .posi_list li:last-child{
	border-bottom: none;
}

.join-position .posi_list li .handle{
	color: #014099;
	text-decoration: underline;
}

.join-position .posi_list li .item_title:hover{
	background: #ddd;
}

.join-position .posi_list li .item_con{
	width: 100%;
	border:3px solid #eee;
	padding: 1.5rem 1.4rem 1.1rem;
	border-top: none;
	display: none;
}

.join-position .item_con .con{
	margin-bottom: 1.4rem;
}

.join-position .item_con .con .tit-16{
	margin-bottom: 0.65rem;
}

.join-position .item_con .con .con-t{
	line-height: 2;
	color: #222;
}


.join-position .item_con a{
	width: 3.25rem;
	height: 1.1rem;
	line-height: 1.1rem;
	text-align: center;
	background: #fabe00;
	color: #fff;
	display: inline-block;
}


.join-position .posi_list li.cur .item_title{
	background: #ddd;
}

.join-position .posi_list li.cur .level{
	display: none;
}
.join-position .posi_list li.cur .gender{
	display: none;
}
.join-position .posi_list li.cur .record{
	display: none;
}
.join-position .posi_list li.cur .major{
	display: none;
}
.join-position .posi_list li.cur .handle{
	display: none;
}

.join-position .posi_list li.cur img{
	display: block;
}


.channel-wrap{
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}


.channel-wrap .w1670 .con{
	width: 41.3%;
	color: #fff;
	padding-top: 5.5rem;
}

.channel-wrap .w1670 .tit-54{
	color: #fff;
	-webkit-text-stroke: 1px #fff;
	line-height: 1;
}

.channel-wrap .w1670 .tit-20{
	margin: 0.5rem 0 0.9rem;
	display: block;
	width: 3.5rem;
	border-bottom: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.channel-wrap .w1670 .tit-24{
	line-height: 2.41;
}

.channel-wrap .w1670 .title{
	margin-bottom: 2.5rem;
}


.channel-wrap .circle_wrap{
	right: 9.89%;
	top: 5rem;
	width: 30%;
	z-index: 3;
}
.channel-wrap .circle_box{
	width: 100%;
	z-index: 2;
	position: relative;
}
.channel-wrap .circle_box .backimg{
	width: 100%;
}


.channel-wrap .circle_box .num{
	left: 50%;
	top: 50%;
	max-height: 1.35rem;
	margin-left: -1.8125rem;
	margin-top: -0.675rem;
}


.channel-wrap .point{
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	background: #fabe00;
}


.channel-wrap .point.po1 {
	left: -2rem;
	bottom: 1rem;
}
.channel-wrap .point.po2 {
	left: 5.75rem;
	top: 3.9rem;
}
.channel-wrap .point.po3 {
	background: #014099;
	right: -1.75rem;
	bottom: 1.75rem;
}
.channel-wrap .point.po4 {
	width: 0.7rem;
	height: 0.7rem;
	background: #ea5c46;
	right: -0.2rem;
	top: 3.25rem;
}
.channel-wrap .point.po5 {
	background: #c5d9e0;
	width: 1rem;
	height: 1rem;
	right: -3rem;
	top: -0.25rem;
}




.channel-wrap .circle_box .link a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 100%;
	height: 100%;
	flex-direction: column;
	text-align: center;
}

.channel-wrap .circle_box .link{
	width: 2.6rem;
	height: 2.6rem;
	border-radius: 50%;
	background: #1c7291;
	z-index: 2;
	opacity: 1!important;
	visibility: visible!important;
	transition:all 0.3s ease 0s;
}

.channel-wrap .circle_box .link p{
	margin-top: 0.2rem;
	line-height: 1.125;
}

.channel-wrap .circle_box .link.link1 {
	width: 3rem;
	height: 3rem;
	background: #014099;
	left: -1.85rem;
	top: 5.25rem;
}
.channel-wrap .circle_box .link.link2 {
	background: #c79905;
	width: 3.2rem;
	height: 3.2rem;
	left: -0.5rem;
	top: 0.1rem;
}
.channel-wrap .circle_box .link.link2 {
	background: #c79905;
	width: 3.2rem;
	height: 3.2rem;
	left: -0.5rem;
	top: 0.1rem;
}
.channel-wrap .circle_box .link.link3 {
	background: #e5995c;
	left: 1rem;
	bottom: -1rem;
}
.channel-wrap .circle_box .link.link4 {
	background: #928bb7;
	width: 3rem;
	height: 3rem;
	left: 2.45rem;
	top: 8rem;
}
.channel-wrap .circle_box .link.link5 {
	background: #aecfda;
	right: 6.25rem;
	top: 0.25rem;
}
.channel-wrap .circle_box .link.link6 {
	width: 3.2rem;
	height: 3.2rem;
	background: #99b7b8;
	right: 3.5rem;
	bottom: -2rem;
}
.channel-wrap .circle_box .link.link7 {
	bottom: 4rem;
	right: 0.7rem;
	background: #ac8163;
}
.channel-wrap .circle_box .link.link8 {
	right: -1.5rem;
	top: 4rem;
}


.channel-wrap .circle_box .link.link1:hover{
	background: #002963;
}
.channel-wrap .circle_box .link.link2:hover{
	background: #8d6c00;
}
.channel-wrap .circle_box .link.link5:hover{
	background: #719cab;
}
.channel-wrap .circle_box .link.link8:hover{
	background: #08506a;
}
.channel-wrap .circle_box .link.link7:hover{
	background: #7e5f49;
}
.channel-wrap .circle_box .link.link6:hover{
	background: #638788;
}
.channel-wrap .circle_box .link.link3:hover{
	background: #be804d;
}
.channel-wrap .circle_box .link.link4:hover{
	background: #716999;
}

.channel-wrap .circle_box .link.link1 img{
	max-height: 0.95rem;
}
.channel-wrap .circle_box .link.link2 img{
	max-height: 1.25rem;
	margin-bottom: 0.2rem;
}

.channel-wrap .circle_box .link.link3 img{
	max-height: 0.6rem;
}
.channel-wrap .circle_box .link.link4 img{
	max-height: 1rem;
}
.channel-wrap .circle_box .link.link5 img{
	max-height: 1rem;
}
.channel-wrap .circle_box .link.link6 img{
	max-height: 1.05rem;
}
.channel-wrap .circle_box .link.link7 img{
	max-height: 1.05rem;
}
.channel-wrap .circle_box .link.link8 img{
	max-height: 1.1rem;
}



.channel-wrap .circle_box.cur .num{
	animation: circlerotate2 40s linear 0s infinite;
}
.channel-wrap .circle_box.cur{
	animation: circlerotate 40s linear 0s infinite;
}
.channel-wrap .circle_box.cur .link{
	animation: circlerotate2 40s linear 0s infinite;
}
.channel-wrap .circle_box .link{
	animation: scale 1s ease 0s both;
}

@keyframes circlerotate {
	0% {
		transform: rotate( 0);
	}
	50%{
		transform: rotate( 180deg);
	}
	100% {
		transform: rotate( 0);
	}
}
@keyframes circlerotate2 {
	0% {
		transform: rotate( 0);
	}
	50%{
		transform: rotate( -180deg);
	}

	100% {
		transform: rotate(0);
	}
}

@keyframes scale {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
.channel-wrap .circle_box.hover{
	animation-play-state: paused;
}
.channel-wrap .circle_box.hover .link{
	animation-play-state: paused;
}

.channel-wrap .circle_box.hover .num{
	animation-play-state: paused;
}


.channel-wrap.about .w1500 .con{
	padding-top: 3.25rem;
	color: #fff;
}


.channel-wrap.about .tit-16{
	margin: 1rem 0 2.5rem;	
	line-height: 1.875;
	width: 15rem;
}

.about_link{
	color: #fabe00;
	display: inline-block;
	width: 4.6rem;
	position: relative;
}

.about_link:before{
	content: '';
	position: absolute;
	width: 4.5rem;
	height: 1.3rem;
	background: url('../../web/img/more_arrow.png')no-repeat center bottom;
	background-size: contain;
	transition:all 0.5s ease 0s;
}
.about_link:hover:before{
	opacity: 0;
	transform: translateX(10px);
}

.detail1-top{
	padding: 3.5rem 0 2.5rem;
} 



.detail1-top .lecon{
	width: 30%;
}

.detail1-top .lecon .tit-48{
	margin-bottom: 0.5rem;
	color: #104b9f;
	color: #1851a2;
	-webkit-text-stroke: 1px #1851a2;
	line-height: 1.2;
}
.detail1-top .ricon{
	width: 65.33%;
}

.detail1-top .ricon .tit-36{
	margin-bottom: 1.3rem;
}

.detail1-top .ricon .tit-16{
	color: #4c4c4c;
	line-height: 1.875;
}


.detail1-top .ricon p:last-child{
	margin-bottom: 0;
}

.detail1-top .ricon .ico_box{
	display: flex;
	text-align: center;
	margin-top: 1.6rem;
}


.detail1-top .ricon .ico_item{
	margin-right:2.6rem;
	position: relative;
	transition:all 0.3s ease 0s;
}
.detail1-top .ricon .ico_item:hover{
	transform:translateY(3px); 
}
.detail1-top .ricon .ico_box .ico{
	height: 1.25rem;
	display: flex;
	align-items: center;
	justify-content: center;margin-bottom: 0.45rem;
}

.detail1-top .ricon .ico_item:before{
	content: '';
	position: absolute;
	width: 1px;
	height: 2rem;
	top: 50%;
	transform:translateY(-50%); 
	right: -1.3rem;
	background: #ececec;
}
.detail1-top .ricon .ico_item:last-child:before{
	display: none;
}

.detail1-bot{
	padding-bottom: 3.25rem;
}

.detail1-bot>div{
	height: 21.75rem;
	width: 49.33%;
	background: #014099;
	color: #fff;
	box-sizing:border-box;
	padding-top: 1.75rem;
}



.detail1-bot .icon{
	width: 4.75rem;
	height: 4.75rem;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.5);

	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1rem;
}
.detail1-bot .icon img{
	max-width: 50%;
}


.detail1-bot .tit-20{
	box-sizing:border-box;
	padding: 0 2.75rem;
	text-align: center;
	line-height: 1.8;
}



.detail1-bot .lecon .bot_img{
	text-align: center;
	margin-top: 1.5rem;
}

.detail1-bot .lecon .bot_img .back{
	width: 97.3%;
}


.detail1-bot .lecon .bot_img .point{
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%); 
}



.detail1-bot .list{
	margin-top: 1.75rem;
	display: flex;
	flex-wrap: wrap;
	box-sizing:border-box;
	padding-left: 2rem;
}
.detail1-bot .list li{
	margin-right: 2.1rem;
	margin-bottom: 1rem;
}
.detail1-bot .list li p{
	padding: 0;
}
.detail1-bot .list li:nth-child(4n){
	margin-right: 0;
}

.detail1-bot .list .ico{
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.4rem;
	position: relative;
}
.detail1-bot .list .ico img{
	max-width: 50%;
}

.detail1-bot .list .ico:before{
	content: '';
	position: absolute;
	width: 31px;
	height: 23px;
	background: url('../../web/img/arrow-r2.png')no-repeat center center;
	background-size: contain;
	right: -1.5rem;
	top: 0.75rem;
}
.detail1-bot .list li:last-child .ico:before{display: none;}
.detail2-list{
	padding-bottom: 2.5rem;
	margin-top: 0.75rem;
}


.detail2-list li{
	width: 48.66%;
	height: 11.1rem;
	margin: 0 2.68% 2.68% 0;

	background: #f5f5f5;
	box-sizing:border-box;
	padding-top: 1.5rem;
	text-align: center;
	padding: 1.6rem 2.5rem 0;
	color: #131313;
}
.detail2-list li:nth-child(2n){
	margin-right: 0;
}

.detail2-list li .ico{
	width: 4.75rem;
	height: 4.75rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;

	background: #dce3ec;
	margin: 0 auto 1.15rem;
}

.detail2-list li .ico img{
	max-width: 50%;
}

.detail2-list li:nth-child(2) .ico{
	background: #e3dcec;
}
.detail2-list li:nth-child(3) .ico{
	background: #ece5dc;
}
.detail2-list li:nth-child(4) .ico{
	background: #dce7ec;
}
.detail2-list li p{
	line-height: 1.88;
}




.detail3-top{
	width: 100%;
	height: 18.65rem;
	margin-top: 0.5rem;
}


.detail3-top .lecon{
	width: 39.84375%;
	height: 100%;
	box-sizing:border-box;
	padding: 3.4rem 0 0 2.35rem;
}


.detail3-top .lecon .tit-52{
	line-height: 1.11;

	color: #fff;
	-webkit-text-stroke: 1px #fff;
}


.detail3-top .rilist{
	width: 59.27%;
	height: 100%;
}



.detail3-top .rilist li{
	width: 23.7425%;
	background: #014099;
	height: 48.7%;
	margin: 0 1.67% 1.67% 0;
	color: #fff;
	text-align: center;
	box-sizing:border-box;
	padding-top: 2.1rem;
}

.detail3-top .rilist li:nth-child(4n){
	margin-right: 0;
}

.detail3-top .rilist li .ico{
	width: 3rem;
	height: 3rem;
	box-sizing:border-box;
	border: 1px solid rgba(255,255,255,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: 0 auto 1.25rem;
	background:#1b53a3;
}

.detail3-top .rilist li .ico img{
	max-width: 50%;
}


.detail3-last .w1500{
	padding:3rem 1rem 1.5rem;
}

.detail3-last .con_item{
	margin-bottom: 1.5rem;
	box-sizing:border-box;
}
.detail3-last .con_item .tit-36{
	margin-bottom: 0.5rem;
}
.detail3-last .con_item .tit-16{
	color: #666;
	line-height: 1.875;
}

.detail3-last .con_item .con{
	margin-bottom: 1.6rem;
	box-sizing:border-box;
}


.detail3-last .lecon{
	width: 47.88%;
}


.detail3-last .lecon .con_item:last-child{
	margin-left: 1.75rem;
}

.detail3-last .lecon .con_item:first-child .img{
	width: 73%;
}
.detail3-last .lecon .con_item:last-child .img{
	width: 100%;
}
.detail3-last .lecon .con_item .con{
	padding-right: 2rem;
}

.detail3-last .ricon{
	width: 40.84%;
	padding-top: 3rem;
}



.detail3-last .ricon .con_item{
	display: flex;
	flex-direction: column-reverse;
}

.detail3-last .ricon .con_item .img{
	margin-bottom: 1.6rem;
	width: 95%;
}

.detail4{
	width: 100%;
	height: 27rem;
	overflow: hidden;
}


.detail4 .lecon{
	width: 44.8%;
	height: 100%;
	padding: 8rem 3.75rem 0 2.5rem;
	color: #fff;
}

.detail4 .lecon .tit-54{
	line-height: 1.07;
}


.detail4 .lecon .tit-24{
	margin: 0.75rem 0 0.9rem;
}

.detail4 .lecon .tit-18{
	line-height: 2;
	width: 66%;
}

.detail4 .ricon{
	width: 55.2%;
	height: 100%;
}

.detail4 .list li{
	width: 50%;
	height: 9rem;
	box-sizing:border-box;
}

.detail4 .list li img{
	max-height: 1.6rem;
	margin-bottom: 1rem;
}
.detail4 .list li .tit-18{
	line-height: 2;
}
.detail4 .list li:nth-child(3){
	background: #e1e1e1;
	padding: 2.2rem 2.9rem 0 1.6rem;
	transform:translateY(-9rem); 
}

.detail4 .list li:nth-child(2){
	height: 18rem;
	color: #fff;
	padding:0 1.2rem 0.9rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
}

@media(min-width: 767px){
	.detail4 .list li:nth-child(2) img{
		filter: grayscale(100%) brightness(500%);
	}
}


.detail4 .list li:nth-child(4){
	width: 100%;
	background: #014099 url('../../web/img/ser-ico46.png')no-repeat right center;
	background-size: 11rem;
	transform:translateY(-9rem);
	padding: 2.2rem 0 0 1.7rem;
	color: #fff;
}


.detail5-last{
	padding-bottom: 2.25rem;
}

.detail5-last .conitem{
	width: 49.33%;
	height: 21.75rem;
	float: left;
	margin-right: 1.34%;
	background: #f5f5f5;
	box-sizing:border-box;
	padding: 1.25rem 1.25rem 0;
}

.detail5-last .conitem:nth-child(2n){
	margin-right: 0;
	background: #e4e7ec;
}

.detail5-last .conitem .backimg{
	width: 100%;
	margin-bottom: 1.3rem;
}

.detail5-last .conitem .tit-36{
	margin-bottom: 1rem;
}

.detail5-last .ico_list li{
	display: flex;
	align-items: flex-start;
	width: 50%;
	box-sizing:border-box;
	color: #666;
	line-height: 1.875;
	min-height: 1.75rem;
}

.detail5-last .ico_list li .img{
	width: 1.25rem;
}


.detail5-last .ico_list li img{
	max-height: 0.75rem;
}




.detail6-scope{
	height: 19.5rem;
	padding-top: 2.5rem;
}



.detail6-scope .circle_box{
	width: 30.72%;
	height: 14.75rem;
	margin:0 auto;
}

.detail6-scope .circle_box .main_con{
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.detail6-scope .circle_box .main_con img{
	max-height: 1.3rem;
}
.detail6-scope .circle_box .tit-48{
	margin-top: 0.75rem;
}


.detail6-scope .din_l{
	color: #fff;
	font-style: italic;
}


.detail6-scope .tit-24{
	color: #fabe00;
	margin: 0.2rem 0 0.1rem;
}

.detail6-scope .tit-16{
	color: rgba(255,255,255,0.7);
	line-height: 1.875;
}
.detail6-scope .item{
	position: absolute;z-index: 2;
}
.detail6-scope .item.item1{
	text-align: right;
	top: 9%;
	left: -65%;
}
.detail6-scope .item.item1:before{
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: #fabe00;
	border-radius: 50%;
	right: -0.85rem;
	top: 60%;
}
.detail6-scope .item.item2{
	text-align: right;
	bottom: 12%;
	left: -51%;
}
.detail6-scope .item.item2:before{
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: #fabe00;
	border-radius: 50%;
	right: -1.4rem;
	top: 63%;
}
.detail6-scope .item.item3{
	top: 11%;
	right: -61%;
}
.detail6-scope .item.item3:before{
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: #fabe00;
	border-radius: 50%;
	left: -0.8rem;
	top: 70%;
}
.detail6-scope .item.item4{
	right: -43%;
	bottom: 9%;
}
.detail6-scope .item.item4:before{
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: #fabe00;
	border-radius: 50%;
	left: -0.9rem;
	top: 53%;
}





.detail6-last{
	background: #014099;
	color: #fff;
	padding-top: 2.5rem;
	height: 12.75rem;
}

.detail6-last .tit-48{
	text-align: center;
	margin-bottom: 0.9rem;
}


.detail6-last li{
	float: left;
	text-align: center;
	margin-right: 2.25rem;
}

.detail6-last li:last-child{
	margin-right: 0;
}



.detail6-last li img{
	max-height: 1.2rem;
	margin-bottom: 0.25rem;
}

.detail6-last li div:last-child{
	margin-top: 1.75rem;
}

.detail6-last li div{
	position: relative;
}

.detail6-last li div:before{
	content: '';
	position: absolute;
	width: 31px;
	height: 23px;
	background:url('../../web/img/arrow-r3.png')no-repeat center center;
	background-size: contain;
	right: -1.6rem;
	top: 50%;
	transform:translateY(-50%); 
}

.detail6-last li:last-child div:before{
	display: none;
}
.detail6-last li:first-child div:before{
	right: -5.6rem;
}

.detail6-last li:nth-child(2) div:before{
	right: auto;
	left: -1.6rem;
}


.detail7-car{
	background: #f5f5f5;
}

.detail7-car .title{
	padding: 1.75rem 6.9rem 1.25rem;
	text-align: center;
}

.detail7-car .title .tit-36{
	margin-bottom: 1.1rem;
}

.detail7-car .title .tit-16{
	color: #4c4c4c;
	line-height: 1.875;
}
.detail7-car .title .tit-16 span{
	font-size: 0.45rem;
	font-weight: bold;
	color: #014099;
}
.detail7-car .car_swiper{
	width: 100%;
	height: 13.75rem;
}

.detail7-car .car_swiper .swiper-slide{
	width: auto;
	height: 100%;
	box-sizing:border-box;
	color: #fff;
	width: 14%;
	transition:width 0.3s ease 0s;text-align: center;
	padding-top: 3.75rem;
	position: relative;
}
.detail7-car .car_swiper .swiper-slide:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	background: rgba(1,64,153,0.9);
	transition:all 0.3s ease 0s;
}
.detail7-car .car_swiper .swiper-slide.cur:before{
	opacity: 0;
}
.detail7-car .car_swiper .swiper-slide a{
	opacity: 0;
	position: relative;
	z-index: 2;
}
.detail7-car .car_swiper .swiper-slide a img{
	display: none;
}
.detail7-car .car_swiper .swiper-pagination{display: none;}
.detail7-car .car_swiper .swiper-slide.cur{
	width: 58%;
	padding-top: 1.75rem;
}
.detail7-car .car_swiper .swiper-slide.cur a{
	opacity: 1;
}
.detail7-car .car_swiper .swiper-slide .tit-30{
	margin-bottom: 0.8rem;
	position: relative;
	z-index: 2;
}
.detail7-car .car_swiper .swiper-slide .tit-16{
	opacity: 0;
	line-height: 1.875;
	width: 17.5rem;
	margin: 0 auto 1.5rem;
	position: relative;
	z-index: 2;
}

.detail7-car .car_swiper .swiper-slide.cur .tit-16{
	opacity: 1;
}




.detail7-con .item{
	width: 50%;
	float: left;
	height: 11.1rem;
	box-sizing:border-box;
	padding: 1.745rem;
	text-align: center;
	color: #333;
}

.detail7-con .item .tit-30{
	margin-bottom: 1rem;

}



.detail7-last{
	padding: 1.9rem 0 1.5rem;
}

.detail7-last .tit-30{
	text-align: center;
	margin-bottom: 1.2rem;
	color: #333;
}



.detail7-last .ico{
	width: 2.75rem;
	height: 2.75rem;
	box-sizing:border-box;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin:0 auto 0.5rem;
	border: 6px solid rgba(1,64,153,0.1);
}
.detail7-last .ico img{
	max-width: 40%;
}

.detail7-last p{
	color: #333;
	line-height: 1.66;
	text-align: center;
}
.detail7-last .list{
	display: flex;
	justify-content: space-between;
}
.detail7-last .list li{
	float: none;
	position: relative;
}
.detail7-last .list li:before{
	content: '';
	position: absolute;
	width: 31px;
	height: 23px;
	background: url('../../web/img/arrow-r5.png')no-repeat center center;
	background-size: contain;
	right: -1.5rem;
	top: 1.1rem;
}
.detail7-last .list li:last-child:before{
	display: none;
}
.detail7-last .list li:last-child{
	margin-right: 0;
}



.detail8-first{
	width: 100%;
	height: 13.4rem;
	color: #fff;
	box-sizing:border-box;
	padding: 0 0 1.5rem 2rem;
	display: flex;
	align-items: flex-end;
}

.detail8-second{
	width: 100%;
	height: 11rem;
}

.detail8-second .item{
	width: 25%;
	height: 100%;
	float: left;
	line-height: 1.875;
	padding: 1.4rem 1.75rem 0;
	box-sizing:border-box;
}

.detail8-second .item .din_l{
	width: 2.1rem;
	height: 2.1rem;
	border-radius: 50%;
	box-sizing:border-box;
	border: 1px solid #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: italic;
	margin-bottom: 1.25rem;
}

.detail8-second .item:first-child{
	background: #014099;
	color: #fff;
}
.detail8-second .item:nth-child(3){
	background: #014099;
	color: #fff;
}


.detail8-second .item:nth-child(2){
	background: #fff;
	color: #4c4c4c;
}

.detail8-second .item:nth-child(2) .din_l{
	background: #014099;
	color: #fff;
}
.detail8-second .item:last-child{
	background: #fff;
	color: #4c4c4c;
}


.detail8-second .item:nth-child(4) .din_l{
	background: #014099;
	color: #fff;
}


.detail8-third{
	width: 100%;
	height: 21rem;
	color: #fff;
	text-align: center;
	box-sizing:border-box;
	padding-top: 2.25rem;
}

.detail8-third .tit-48{
	margin-bottom: 1.5rem;
}


.detail8-third .tit-36{
	line-height: 3.4rem;
}

.detail8-third .tit-36 p{
	border-bottom: 1px solid rgba(255,255,255,0.15);
}


.detail8-last{
	padding: 3rem 0 2.75rem;
}

.detail8-last .tit-48{
	text-align: center;	
	transform:translateY(0.5rem); 
	position: relative;
	z-index: 2;
	line-height: 1;
}


.detail8-last .map_img img{
	max-width: 80.9%;
	margin: 0 auto;
	display: block;
}


.detail8-last .w1500{
	height: 6.6rem;
	background: #f5f5f5;
	margin-top: 1rem;
}

.detail8-last .w1500 .item{
	width: 25%;
	height: 100%;
	float: left;
	box-sizing:border-box;
	padding:1.25rem 1.25rem 0;
	position: relative;
}
.detail8-last .w1500 .item:before{
	content: '';
	position: absolute;
	width: 1px;
	height: 3rem;
	background: #e6e6e6;
	right: 0;
	top: 50%;
	transform:translateY(-50%); 
}
.detail8-last .w1500 .item:last-child:before{
	display: none;
}
.detail8-last .w1500 .item .tit-24{
	margin-bottom: 0.45rem;
}

.detail8-last .w1500 .item .tit-16{
	color: #666;
	line-height: 1.875;
}



.detail8-last .map_img .item{
	color: #014099;
	position: absolute;
}
.detail8-last .map_img .item .ico{
	width: 0.75rem;
	height: 0.75rem;
	border-radius: 50%;
	background: rgba(1,64,153,0.22);
	z-index: 2;
	margin:0 auto 0.1rem;
	transition: all 0.1s ease 0s;
	position: relative;
}
.detail8-last .map_img .item .ico:before{
	content: '';
	position: absolute;
	width: 0.2rem;
	height: 0.2rem;
	border-radius: 50%;
	position: absolute;
	background: rgba(1,64,153,0.42);
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%); 
}
.detail8-last .map_img .item .line{
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background: rgba(1,64,153,0.08);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -1.25rem;
	margin-left: -1.25rem;
}
.detail8-last .map_img .item .line2{
	animation-duration: 2.2s;
	animation-name: circleMotion;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-delay: 0.5s;
}
.detail8-last .map_img .item .line3{
	animation-duration: 2.2s;
	animation-name: circleMotion;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-delay: 1s;
}




@keyframes circleMotion {
	0% {
		transform:scale3d(1, 1, 1) rotate( 0.1deg);
	}
	21%{
		opacity: 1;
		visibility: visible;
	}
	95%{
		transform:scale3d(2.5, 2.5, 2.5) rotate( 0.1deg);
	}
	100% {
		opacity: 0;
		visibility: hidden;
		transform:scale3d(2.5, 2.5, 2.5) rotate( 0.1deg);
	}
}


.detail8-last .map_img .item.item1{
	left: 20%;
	top: 20%;
}

.detail8-last .map_img .item.item2{
	left: 25%;
	top: 37%;
}

.detail8-last .map_img .item.item3{
	left: 24%;
	top: 51%;
}
.detail8-last .map_img .item.item4{
	left: 30%;
	top: 84%;
}
.detail8-last .map_img .item.item5{
	left: 35%;
	top: 66%;
}
.detail8-last .map_img .item.item6{
	top: 28%;
	left: 49%;
}

.detail8-last .map_img .item.item7{
	top: 31%;
	left: 50.7%;
}
.detail8-last .map_img .item.item8{
	top: 30%;
	left: 53.5%;
}
.detail8-last .map_img .item.item9{
	top: 38%;
	left: 48.7%;
}
.detail8-last .map_img .item.item10{
	top: 46%;
	left: 56.5%;
}

.detail8-last .map_img .item.item11{
	top: 49%;
	left: 60.5%;
}
.detail8-last .map_img .item.item12{
	top: 73%;
	left: 53.5%;
}
.detail8-last .map_img .item.item13{
	left: 67%;
	top: 25%;
}
.detail8-last .map_img .item.item14{
	left: 69%;
	top: 55%;
}
.detail8-last .map_img .item.item15{
	left: 72%;
	top: 55%;
}
.detail8-last .map_img .item.item16{
	left: 77%;
	top: 75%;
}
.detail8-last .map_img .item.item17{
	left: 86%;
	top: 89%;
}


.detail8-last .map_img .item.item6 .line{
	display: none;
}
.detail8-last .map_img .item.item7 .line{
	display: none;
}
.detail8-last .map_img .item.item9 .line{
	display: none;
}
.detail8-last .map_img .item.item10 .line{
	display: none;
}
.detail8-last .map_img .item.item17 .line{
	display: none;
}




.forward-wrap{
	width: 100%;
	height: 100vh;

}

.forward-wrap:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(11,68,147,0.88);
}

.forward-wrap .main_con{
	z-index: 3;
	color: #fff;
	padding-top: 6rem;
}


.forward-wrap .lecon{
	width: 42.68%;
}
.forward-wrap .lecon img:first-child{
	max-width: 11.25rem;
}
.forward-wrap .lecon .tit-54{
	color: #fff;
	-webkit-text-stroke: 1px #fff;
}
.forward-wrap .lecon .tit-20{
	width: 3.5rem;
	border-bottom: 1px solid #fff;
	display: flex;
	justify-content: space-between;
	margin: 0.5rem 0 1rem;
}

.forward-wrap .lecon .tit-24{
	line-height: 2.41;
	margin-top: 2.2rem;
}
.forward-wrap .ricon{
	width: 49.4%;
}

.forward-wrap .ricon .swiper-container{
	width: 100%;
	height: 14rem;
	box-sizing:border-box;
	border-top: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.forward-wrap .ricon .swiper-slide{
	width: 100%;
	height: 3.5rem;
	box-sizing:border-box;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	display: flex;
	align-items: center;
}
.forward-wrap .ricon .swiper-slide:last-child{
	border-bottom: none;
}
.forward-wrap .ricon .swiper-slide>div{
	width: 39%;
}

.forward-wrap .ricon .swiper-slide .tit-22{
	width: 60%;
}
.forward-wrap .ricon .swiper-slide img{
	margin-bottom: 0.2rem;
	max-height: 0.65rem;
}


.forward-wrap .swiper-button-prev{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.2);
	box-sizing:border-box;
	background:none;
	transition:all 0.3s ease 0s;
	right: 43%;
	left: auto;
	top: -1.5rem;
	bottom: auto;
}
.forward-wrap .swiper-button-prev:hover{
	background: #fabe00;
	border: 1px solid #fabe00;
}
.forward-wrap .swiper-button-prev:before{
	content: '';
	position: absolute;
	width: 14px;
	height: 8px;
	background: url('../../web/img/arrow-t.png')no-repeat center center;
	background-size: contain;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%); 
}

.forward-wrap .swiper-button-next{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.2);
	box-sizing:border-box;
	background:none;
	transition:all 0.3s ease 0s;
	right: 43%;
	top: auto;
	bottom: -2rem;
}
.forward-wrap .swiper-button-next:hover{
	background: #fabe00;
	border: 1px solid #fabe00;
}
.forward-wrap .swiper-button-next:before{
	content: '';
	position: absolute;
	width: 14px;
	height: 8px;
	background: url('../../web/img/arrow-d.png')no-repeat center center;
	background-size: contain;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%); 
}




.about-info{
	padding: 2.5rem 0 3.5rem;
}



.about-info .info{
	margin-bottom: 1.5rem;
}


.about-info .info .lecon{
	width: 34%;
}
.about-info .info .lecon img:first-child{
	max-width: 8.4rem;
}
.about-info .info .lecon .noto_m{
	color: #014099;
	border-bottom: 1px solid #014099;
	width: 3.5rem;
	display: flex;
	justify-content: space-between;
	margin: 0.5rem 0 1rem;
}


.about-info .info .ricon{
	width: 66%;
}

.about-info .info .ricon .tit-24{
	line-height: 2;
	margin-bottom: 0.75rem;
}

.about-info .info .ricon .tit-16{
	color: #4c4c4c;
	line-height: 1.875;
}

.about-info .info .ricon .tit-16 p{
	margin-bottom: 0.4rem;
}

.about-info .info .ricon .tit-16 p:last-child{
	margin-bottom: 0;
}



.about-last{
	padding: 2.75rem 0 4.25rem;
}

.about-last .tit-48{
	text-align: center;
	margin-bottom: 1.5rem;
}


.about-last .about_circle{
	width: 33.64%;
	margin: 0 auto;
	border-radius: 50%;
	padding: 0.6rem;
	box-sizing:border-box;
	border: 1px solid #104b9f;
}


.about-last .about_circle .item img{
	max-height: 1.1rem;
}


.about-last .about_circle .item{
	display: flex;
	align-items: flex-start;
}




.about-last .about_circle .item .tit-18{
	color: #666;
	line-height: 1.66;

}

.about-last .about_circle .item img{
	margin-right: 0.5rem;
	transform: translateY(0.2rem);
}
.about-last .about_circle .item.item1{
	text-align: right;
	left: -68%;
	top: 10%;
	flex-direction: row-reverse;
}
.about-last .about_circle .item.item1 img{
	margin-left: 0.5rem;
	margin-right:auto; 
}
.about-last .about_circle .item.item2{
	right: -60%;
	top: 12%;
}

.about-last .about_circle .item.item3{
	text-align: right;
	left: -50%;
	bottom: 5%;
	flex-direction: row-reverse;
	left: -68%;
}
.about-last .about_circle .item.item3 img{
	margin-left: 0.5rem;
	margin-right:auto; 
}
.about-last .about_circle .item.item4{
	right: -72%;
	bottom: 4%;
}

.about-last .about_circle .item.item5{
	left: 46%;
	bottom: -16%;
}


.about-last .about_circle .item:before{
	content: '';
	position: absolute;
	width: 0.35rem;
	height: 0.35rem;
	background: #014099;
	border-radius: 50%;
}


.about-last .about_circle .item.item1:before{
	right: -4%;
	bottom: 0.6rem;
}


.about-last .about_circle .item.item2:before{
	left: -0.65rem;
	top: 1rem;
}

.about-last .about_circle .item.item3:before{
	right: -0.65rem;
}

.about-last .about_circle .item.item4:before{
	left: -1.2rem;
	top: 0.5rem;
}

.about-last .about_circle .item.item5:before{
	left: 0.35rem;
	top: -0.8rem;
}







.culone .con{
	margin-left: 1.5rem;

	margin-top: 7rem;
}

.culone .con .text_img{
	width: 8.5rem;
}
.culone .con .tit-20{
	border-bottom: 1px solid #014099;
	width: 3.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #014099;
	margin: 0.65rem 0 0.9rem;
}
.culone .con .pic{
	width: 7.25rem;
}
.culone .indexlist_img li{
	overflow: hidden;
}
.culone .indexlist_img li img{
	transition:all 0.3s ease 0s; 
}
.culone .indexlist_img li:hover img{
	transform:scale(1.05); 
}

.culone .indexlist_img li:first-child {
	left: 26.5%;
	width: 18.75%;
	top: 34%;
}
.culone .indexlist_img li:nth-child(2) {
	left: 48.4375%;
	top: 9.11%;
	width: 16.66%;
}
.culone .indexlist_img li:nth-child(3) {
	right: 15.5%;
	top: 25%;
	z-index: 2;
	width: 15.625%;
}
.culone .indexlist_img li:nth-child(3) .main_con{
	padding: 0 0.6rem 0;

	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.culone .indexlist_img li:nth-child(4) {
	right: 33.33%;
	bottom: 12.51%;
	width: 16.98%;
}

.culone .indexlist_img li:nth-child(5) {
	right: 2.5%;
	top: 15.6%;
	width: 16.98%;
}


.cultwo{
	color: #fff;
}
.cultwo .lecon{
	width: 28.125%;
	margin: 5rem 9.11% 0 8.33%;

}

.cultwo .lecon .main_con{
	padding: 0 0.9rem 1rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.cultwo .lecon .tit-24{
	margin-bottom: 0.25rem;
}
.cultwo .tit-15{
	line-height: 1.46;
}
.cultwo .ricon{
	width: 40.1%;
	margin-right: 13.54%;
	margin-top: 4rem;
}
.cultwo .ricon .con{
	margin-bottom: 0.85rem;
}
.cultwo .ricon .tit-24{
	margin-bottom: 0.5rem;
}


.culthree .left_btn{
	padding-left: 15.625%;

	color: rgba(255,255,255,0.5);
	-webkit-text-stroke: 1px rgba(255,255,255,0.5);

	top: 50%;
	transform: translateY(-50%);
	position: relative;
}

.culthree .left_btn li{
	margin-bottom: 1rem;
	position: relative;
	cursor: pointer;
	transition:all 0.3s ease 0s;
}

.culthree .left_btn li:before{
	content: '';
	position: absolute;
	width: 1.9rem;
	height: 0.95rem;
	background: url('../../web/img/arrow-r6.png')no-repeat center center;
	background-size: contain;
	left: -2.8rem;
	top: 50%;
	transform:translateY(-50%);
	transition:all 0.3s ease 0s;
	opacity: 0;
}
.culthree .left_btn li:hover{
	color: #fabe00;
	-webkit-text-stroke: 1px transparent;
	-webkit-text-fill-color:#fabe00;   
}

.culthree .left_btn li.cur:before{
	left: -2.6rem;
	opacity: 1;
}
.culthree .left_btn li.cur{
	color: #fabe00;
	-webkit-text-stroke: 1px transparent;
	-webkit-text-fill-color:#fabe00;   
}


.culthree .left_btn li:last-child{
	margin-bottom: 0;
}



.culthree .ajax_box{
	width: 17rem;
	height: 17rem;
	border-radius: 50%;
	background: #014099;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	right: 19.8%;
	top: 50%;
	transform:translateY(-50%);

	box-sizing: border-box;
	padding: 0 1.5rem;
}


.culthree .ajax_box img{
	max-width: 3.75rem;
}

.culthree .ajax_box .tit-36{
	margin:0.75rem 0 0.5rem; 
}







/*搜索css*/
.search-alert {
	position: fixed;
	z-index: -1;
	background-color: #222222;
	left: 0;
	top: 0;
	width: 100%;
	height: 40%;
	visibility: hidden;
	transition: all 0.8s ease 0s;
	opacity: 0;
}
.search-alert .closei {
	display: block;
	width: 18px;
	height: 18px;
	background: url("../../web/img/ico_37.png") no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 38px;
	right: 2.6%;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}
.search-alert .closei:hover{
	transform: rotateZ(45deg);
}
.search-alert .cent-form {
	position: absolute;
	width: 94.8%;
	left: 2.6%;
	top: 50%;
	height: 124px;
	margin-top: -63px;
	border-bottom: 1px solid #515151;
}
.search-alert .cent-form .tex {
	border: none;
	font-size: 66px;
	height: 124px;
	line-height: 124px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	color: #555;
	background: none;
	font-family: "Base-font";
	padding-left: 88px;
	padding-right: 80px;
	background: url("../../web/img/ico_36.png") no-repeat 35px 60px;
}
.search-alert .cent-form .sub-butn {
	border: none;
	height: 100px;
	margin-top: 24px;
	font-size: 24px;
	line-height: 100px;
	color: #555;
	text-align: right;
	background: none;
	font-family: "Base-font";
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	text-align: center;
}

.search-alert.show {
	z-index: 1111;
	opacity: 1;
	visibility: visible;
}

@media (max-width: 767px) {
	.search-alert .cent-form {
		height: 0.6rem;
		margin-top: 0;
	}

	.search-alert .cent-form .tex {
		border: none;
		font-size: 0.4rem;
		height: 0.6rem;
		line-height: 0.6rem;
		width: 80%;
		padding-left: 0.7rem;
		padding-right: 0.3rem;
		background: url("../../web/img/ico_36.png") no-repeat 0.2rem 0.1rem;
	}

	.search-alert .cent-form .sub-butn {
		height: 0.6rem;
		margin-top: 0;
		font-size: 0.4rem;
		line-height: 0.6rem;
		width: 20%;
	}
}
/*搜索css*/





/*新增css*/
.nav_pop_wrap{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
	background: linear-gradient( 180deg, #014099, #058699);
	opacity: 0;
	transition:all 0.5s ease 0s;
	visibility: hidden;
	overflow: hidden;
	color: #fff;
}

.nav_pop_wrap .header-wrap{
	position: relative;
}

.nav_pop_wrap.show{
	visibility: visible;
	opacity: 1;
	z-index: 222;
}

.nav_pop_wrap .nav_close{
	width: 3rem;
	height: 1.25rem;
	border-radius: 1.25rem;
	background: #fabe00;
	line-height: 1.25rem;
	cursor: pointer;
	text-align: center;
	margin-top: 0.75rem;
}

.nav_pop_wrap .lecon{
	width: 28.64%;
	margin-left: 13%;
}
.nav_pop_wrap .lecon a{
	color: #fff;
}

.nav_pop_wrap .lecon li{
	margin-bottom: 1rem;
}
.nav_pop_wrap .lecon li.cur>a{
	border-bottom: 4px solid #fabe00;
	transition:all 0s ease 0s!important;
}
.nav_pop_wrap .lecon li:last-child{
	margin-bottom: 0;
}

.nav_pop_wrap .lecon .sub_con{
	left: 9.8rem;
	top: 0;
	height: 100%;
	display: none;
} 

.nav_pop_wrap .lecon .sub_con a{
	display: inline-block;
	margin-bottom: 1.25rem;
	white-space: nowrap;
	transition:all 0s ease 0s!important;
}
.nav_pop_wrap .lecon li:nth-child(2) .sub_con a {
	margin-bottom: 0.5rem;
}
.nav_pop_wrap .lecon .sub_con a:last-child{
	margin-bottom: 0;
}
.nav_pop_wrap .ricon{
	width: 28.64%;
}

.nav_pop_wrap .contact_con{
	color: rgba(255,255,255,0.7);
	margin-bottom: 1.75rem;
}
.nav_pop_wrap .copyright{
	color: rgba(255,255,255,0.7);
	line-height: 2.25;
}
.nav_pop_wrap .copyright a{
	color: rgba(255,255,255,0.7);
}
.nav_pop_wrap .copyright a:hover{
	color: rgba(255,255,255,1);
}



.nav_pop_wrap .ricon .tit-24{
	margin-bottom: 0.75rem;
}
.nav_pop_wrap .share_box{
	margin-bottom: 2rem;
}


.sharebox{
	display: flex;
}
.sharebox .item{
	position: relative;
	margin-right: 1rem;
}
.sharebox .item .option{
	position: absolute;
	width: 2.4rem;
	height: 2.4rem;
	background: #fff;
	top: 1.2rem;
	left: 50%;
	transform:translateX(-50%); 
	padding: 2px;
	transition:all 0.3s ease 0s;

	opacity: 0;
	visibility: hidden;
}
.sharebox .item:hover .option{
	top: 1rem;
	visibility: visible;
	opacity: 1;
}
.sharebox .item .option:before{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-width: 3px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	left: 50%;
	transform:translateX(-50%); 
	top: -6px;
}
.sharebox .item .option img{width: 100%;}

.nav_pop_wrap .main_box{
	padding-top: 3rem;
}


.nav_pop_wrap .contact_con .item{
	height: 1.1rem;
	line-height: 1.1rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.nav_pop_wrap .contact_con .item div{
	width: 1.2rem;
}

.nav_pop_wrap .contact_con .item span{
	display: inline-block;
	width: 80%;
	line-height: 1.3;
}

.bshare-weixin{
	width: 29px!important;
	height: 24px!important;
	background: url('../../web/img/nav_ico1.png')no-repeat center center!important;
	background-size: contain!important;
	padding: 0!important;
	margin: 0 1rem 0 0!important;
}



.bshare-sinaminiblog{
	width: 30px!important;
	height: 24px!important;
	background: url('../../web/img/nav_ico2.png')no-repeat center center!important;
	background-size: contain!important;
	padding: 0!important;
	margin: 0 1rem 0 0!important;
}



body.noscroll {
	position: fixed;
	width: 100%;
	left: 0;
}


.header-wrap .btn-bar{
	display: none;
}

.footer-wrap .moblie_foot{
	display: none;
}





/*移动端下拉列表*/
.msub-list{
	display: none;
}
@media (max-width: 1024px){
	.msub-list{
		color: #fff;
		background: #014099;
		padding: 0.5rem 0;
	}

	.msub-list a{
		color: #fff;
		display: block;
		width: 100%;
		width: 100%;
		height: 100%;
	}


	.msub-list li .ico{
		width: 16px;
		height: 16px;
		position: absolute;
		right: 0;
		top: 50%;
		transform:translateY(-50%); 
	}
	.msub-list li .ico .line{
		position: absolute;
		background: #fff;
		transition:all 0.3s ease 0s;
	}
	.msub-list li .ico .line1{
		width: 100%;
		height: 2px;
		left: 50%;
		top: 50%;
		transform:translate(-50%,-50%); 
	}
	.msub-list li .ico .line2{
		width: 2px;
		height: 100%;
		left: 50%;
		top: 50%;
		transform:translate(-50%,-50%); 
		transition:all 0.3s ease 0s;
	}
	.msub-list li.cur .ico .line2{
		height: 0;
	}

	.msub-list li .ico{
		width: 16px;
		height: 16px;
		position: absolute;
		right: 4%;
		top: 50%;
		transform:translateY(-50%); 
	}
	.msub-list li .ico .line{
		position: absolute;
		background: #fff;
		transition:all 0.3s ease 0s;
	}
	.msub-list li .ico .line1{
		width: 100%;
		height: 2px;
		left: 50%;
		top: 50%;
		transform:translate(-50%,-50%); 
	}
	.msub-list li .ico .line2{
		width: 2px;
		height: 100%;
		left: 50%;
		top: 50%;
		transform:translate(-50%,-50%); 
		transition:all 0.3s ease 0s;
	}
	.msub-list li.cur .ico .line2{
		height: 0;
	}
	.msub-list dt{
		height: 2rem;
		line-height: 2rem;
		font-size: 0.7rem;
		box-sizing:border-box;
		padding: 0 4%;
		position: relative;
	}
	.msub-list dt:before{
		content: '';
		position: absolute;
		width: 92%;
		height: 1px;
		background: rgba(255,255,255,0.1);
		left: 4%;
		bottom: 0;
	}

	.msub-list dd{
		height: 1.8rem;
		line-height: 1.8rem;
		font-size: 0.6rem;
		text-indent: 0.5rem;
		position: relative;
		background:#25376a;
		box-sizing:border-box;
		padding: 0 4%;
		display: none;
	}
	.msub-list dd:before{
		content: '';
		position: absolute;
		width: 92%;
		height: 1px;
		background: rgba(255,255,255,0.1);
		left: 4%;
		bottom: 0;
	}
	.msub-list dd:last-child:before{
		display: none;
	}
}

@media(max-width: 767px){
	.msub-list {
		padding: 0.2rem 0;
	}
	.msub-list dt {
		height: 1rem;
		line-height: 1rem;
		font-size: 0.3rem;
	}
	.msub-list dd {
		height: 0.9rem;
		line-height: 0.9rem;
		font-size: 0.26rem;
		text-indent: 0.2rem;
	}
	.msub-list li .ico {
		width: 14px;
		height: 14px;
	}
}
/*移动端下拉列表*/


/*搜索*/
.search-wrap{
	padding: 2rem 0;
}
.search-wrap .le-tab{
	width: 15.17%;
}
.search-wrap .le-tab a{
	background: #f5f5f5;
	display: block;
	height: 1.95rem;
	line-height: 1.95rem;
	text-align: center;
	color: #666;
	font-size: .45rem;
	border-bottom: 1px solid #e6e6e6;
	transition: all .3s;
	border-radius: 4px;
}
.search-wrap .le-tab a.cur{
	color: #fff;
	background-color: #014099;
}
.search-wrap .le-tab a:hover{
	color: #fff;
	background-color: #014099;
}
.search-wrap .ri-con{
	width: 78.57%;

}
.search-wrap .ri-con .search-num{
	font-size: .45rem;
	line-height: .5rem;
	border-bottom: 1px solid #e6e6e6;
	color: #000;
	padding-bottom: .75rem;
}

.search-wrap .ri-con .list li{
	display: block;
	padding: 1rem 0;
	border-bottom: 1px solid #e6e6e6;
	transition:all 0.3s ease 0s;
}
.search-wrap .ri-con .list li:hover{
}
.search-wrap .ri-con .list li:hover .t{
	color: #fabe00;
}
.search-wrap .ri-con .list li .t{
	font-size: .6rem;
	line-height: .7rem;
	color: #000;
	font-weight: bold;
}
.search-wrap .ri-con .list li p{
	font-size: .45rem;
	line-height: .9rem;
	color: #000;
	margin-top: .5rem;
}
.search-wrap .ri-con .list li .date{
	font-size: .4rem;
	line-height: .5rem;
	color: #000;
	margin-top: .75rem;
}
.search-wrap .ri-con .list{
	margin-bottom: 1.5rem;
}

.pagination {
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 1rem;
	justify-content: center;
}
.pagination a {
	display: block;
	width: auto;
	padding: 0 0.35rem;
	height: 1rem;
	text-align: center;
	line-height: 1rem;
	font-size: 0.4rem;
	color: #666;
	box-sizing: border-box;
	margin: 0 3px;
	border: 1px solid #e5e5e5;
	position: relative;
}

.pagination a:hover{
	background: #014099;
	color: #fff;
}

.pagination .prev:before {
	width: 12px;
	height: 15px;
	background: url('../../web/img/page-l.png')no-repeat center center;
	background-size: contain;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.pagination .prev:hover:before{
	background: url('../../web/img/page-la.png')no-repeat center center;
	background-size: contain;
}
.pagination .next:before {
	width: 12px;
	height: 15px;
	background: url('../../web/img/page-r.png')no-repeat center center;
	background-size: contain;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.pagination .next:hover:before{
	background: url('../../web/img/page-ra.png')no-repeat center center;
	background-size: contain;
}
@media(max-width: 767px){
	.search-wrap {
		padding: 0.75rem 0 0rem;
	}
	.search-wrap .le-tab{
		width: 100%;
		overflow: hidden;
	}
	.search-wrap .le-tab a{
		float: left;
		margin: 0;
		width: 50%;
		display: block;
		border-right: 1px solid #e6e6e6;
		box-sizing: border-box;
		height: .8rem;
		line-height: .8rem;
		font-size: .3rem;
	}

	.search-wrap .ri-con{
		width: 100%;
		margin-top: 0.5rem;
	}

	.search-wrap .ri-con .search-num{
		font-size: .24rem;
		line-height: .4rem;
		padding-bottom: .3rem;
	}
	.search-wrap .ri-con .list li{
		padding: .4rem 0;
	}
	.search-wrap .ri-con .list li .t{
		font-size: .3rem;
		line-height: .4rem;
	}
	.search-wrap .ri-con .list li p{
		margin-top: .2rem;
		font-size: .24rem;
		line-height: .4rem;
	}
	.search-wrap .ri-con .list li .date{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .2rem;
	}
	.search-wrap .ri-con .list{
		margin-bottom: 0.75rem;
	}
	.pagination a {
		width: auto;
		height: 0.7rem;
		line-height: 0.7rem;
		font-size: 0.24rem;
		margin: 0 3px;
		padding: 0 0.25rem;
	}



}
/*搜索*/


/*新增css*/






/*----------------*/

.w1490{
	width: 77.6%;
	margin: 0 auto;
}



.center-wrap{
	padding: 1.75rem 0 1.5rem;
	background: #f5f5f5;
}


.center-wrap .center_top{
	display: flex;
	color: #fff;
	justify-content: space-between;
	margin-bottom: 0.75rem;
}
.center-wrap .center_top .center_item{
	width: 48.66%;
	position: relative;
	padding-bottom: 31%;
	overflow: hidden;
}

.center-wrap .center_top .center_item img{
	transition:all 0.3s ease 0s;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}


.center-wrap .center_top .center_item:hover img{
	transform:scale(1.05);
}

.center-wrap .center_top  a{
	color: #fff;
}


.center-wrap .center_top .main_con{
	padding: 0 0.7rem 0.7rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	justify-content: flex-end;
	align-items: flex-start;
}


.center-wrap .center_top .tit-24{
	margin-bottom: 0.25rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}


.center_list{
	margin-bottom: 2rem;
	box-sizing:border-box;
	border-top: 1px solid #eee;
}
.center_list li{
	width: calc(100%/3);
	background: #fff;
	padding: 1.1rem 1.2rem 0;
	box-sizing:border-box;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.center_list li:nth-child(3n){
	border-right: none;
}

.center_list li .tit-24{
	line-height: 0.8rem;
	color: #000;
	margin-bottom: 0.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 1.7rem;
}

.center_list li .img{
	position: relative;
	padding-bottom: 66.8%;
	overflow: hidden;
}

.center_list li .img img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition:all 0.3s ease 0s;
}

.center_list li:hover .img img{
	transform:scale(1.05) 
}


.center_list li .item_con{
	height: 2.1rem;
	color: #666;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.center_list li .item_con img{
	width: 1.1rem;
}




.video-wrap{
	background: #f5f5f5;
	padding: 2.5rem 0;
}


.video-wrap .tit-48{
	text-align: center;
	margin-bottom: 1.5rem;
}

.video_list{
	margin-bottom: 1.75rem;
}

.video_list li{
	width: 48.9%;
	margin: 0 2.2% 2.2% 0;
	cursor: pointer;
	position: relative;
	padding-bottom:30.2%;
	overflow: hidden;
}

.video_list li>img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition:all 0.3s ease 0s;
}
.video_list li:hover>img{
	transform:scale(1.05); 
}
.video_list li:nth-child(2n){
	margin-right: 0;
}


.video_list li .main_con{
	padding: 0 0.6rem 0.6rem;
	color: #fff;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}

.video_list li .main_con img{
	margin-right: 0.7rem;
	cursor: pointer;
}



.news_de-wrap{
	background: #f5f5f5;
	padding: 4.5rem 0 5.5rem;
}


.news_de-wrap .lecon{
	width: 75.8%;
	background: #fff;

	box-sizing:border-box;
	padding: 2.5rem 2.1rem 1.75rem;
}
.news_de-wrap .lecon .title{
	padding-bottom: 0.75rem;
	border-bottom: 1px solid #d1d1d1;
}

.news_de-wrap .lecon .title .tit-36{
	color: #000;
	margin-bottom: 0.6rem;
}
.news_de-wrap .lecon .title .tit-16{
	color: #666;
}
.news_de-wrap .lecon  .con{
	line-height: 1.6;
	color: #666;
	padding: 1rem 0;
}
.news_de-wrap .ri_con{
	width: 20.53%;
	background: #fff;
	box-sizing:border-box;
	padding: 0.9rem 0.75rem 0;
}


.news_de-wrap .ri_con .tit-24{
	color: #000;
}


.news_de-wrap .ri_con li{
	box-sizing:border-box;
	border-bottom: 1px solid #e0e0e0;
	position: relative;
	line-height: 1.5;
	padding: 0.5rem 0 0.5rem 0;
}
.news_de-wrap .ri_con li a{
	display: block;
	position: relative;
	box-sizing:border-box;
	padding: 0 0.3rem 0 0.5rem;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 1.2rem;
}

.news_de-wrap .ri_con li:last-child{
	border-bottom: none;

}
.news_de-wrap .ri_con li a:hover{
	color: #014099;
}

.news_de-wrap .ri_con li a:before{
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #838383;
	left: 0;
	top: 0.2rem;
}

.news_de-wrap .ri_con li a:hover:before{
	background: #014099;
}



.news_de-wrap .lecon .return_link{
	width: 2.1rem;
	height: 2.1rem;
	border-radius: 50%;
	background: #014099;
	text-align: center;
	color: #fff;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	right: -1.5rem;
	bottom: -3.5rem;
}

.news_de-wrap .lecon .return_link img{
	margin-bottom: 0.2rem;
	max-height: 0.65rem;
}



/*响应*/

@media(max-width: 1440px){
	.news_de-wrap .ri_con li a{
		height: 1.4rem;
	}
}
@media(max-width: 1024px){
	.news_de-wrap {
		padding: 2rem 0 5.5rem;
	}
	.w1490{
		width: 92%;
	}
	.news_de-wrap .lecon{
		width: 100%;
	}
	.news_de-wrap .ri_con{display: none;}
	.news_de-wrap .lecon .return_link {
		right: 0;
	}
}

@media(max-width: 992px){
	.center_list li {
		padding: 0.5rem 0.5rem 0;
	}
	.center_list li .tit-24 {
		height: 1.6rem;
	}
}

@media(max-width: 767px){
	.center-wrap {
		padding: 0.75rem 0 0.5rem;
	}
	.center_list {
		margin-bottom: 0.5rem;
	}
	.center-wrap .center_top .main_con {
		padding: 0 0.3rem 0.3rem;
	}
	.center-wrap .center_top {
		display: block;
		margin-bottom: 0.5rem;
	}
	.center-wrap .center_top .center_item {
		padding-bottom: 63%;
		width: 100%;
	}
	.center-wrap .center_top .center_item:first-child{
		margin-bottom: 0.2rem;
	}
	.center-wrap .center_top .tit-24 {
		margin-bottom: 0.1rem;
	}
	.center_list li {
		width: 100%;
		padding: 0.5rem 0.3rem 0;
	}
	.center_list li .tit-24 {
		line-height: 1.3;
		margin-bottom: 0.2rem;
		height: 0.95rem;
	}
	.center_list li .item_con {
		height: 1.2rem;
	}
	.center_list li .item_con img {
		width: 0.6rem;
	}

	.news_de-wrap {
		padding: .75rem 0 3rem;
	}
	.news_de-wrap .lecon {
		padding: 0.75rem 0.3rem 0.75rem;
	}
	.news_de-wrap .lecon .title {
		padding-bottom: 0.2rem;
	}
	.news_de-wrap .lecon .title .tit-36 {
		margin-bottom: 0.2rem;
	}
	.news_de-wrap .lecon .con {
		padding: 0.5rem 0;
	}
	.news_de-wrap .lecon .return_link {
		width: 1.3rem;
		height: 1.3rem;
		bottom: -2rem;
		font-size: 0.24rem;
	}
	.news_de-wrap .lecon .return_link img {
		margin-bottom: 0.1rem;
		max-height: 0.35rem;
	}

	.video-wrap {
		padding: 0.75rem 0 0.5rem;
	}
	.video_list li .main_con img {
		margin-right: 0.2rem;
	}
	.video-wrap .tit-48 {
		margin-bottom: 0.5rem;
	}
	.video_list {
		margin-bottom: 0.5rem;
	}
	.video_list li {
		width: 100%;
		padding-bottom: 63.2%;
	}
	.video_list li .main_con {
		padding: 0 0.3rem 0.3rem;
	}
	.video_list li .main_con img {
		margin-right: 0.2rem;
	}

}





/*-----------新增----------*/

.indexnewfive{
	background: #f5f5f5;
}


.indexnewfive .lecon{
	width: 42.1875%;
	height: 100%;
	box-sizing:border-box;
	padding-left: 1.25rem;
	padding-top: 5.5rem;
	background: #fff;

	transition:all 1s ease 0.5s;
	opacity: 0;
	visibility: hidden;
	transform:translateY(20px);
}

.indexnewfive .lecon .pic{
	margin-bottom: 0.5rem;
}
.indexnewfive .lecon .pic img{
	max-width: 6.75rem;
}

.indexnewfive .lecon .tit-72{
	color: #fabe00;
	margin-bottom: 0.75rem;
}

.indexnewfive .lecon .text_img{
	max-width: 8.75rem;
	margin-bottom: 1.5rem;
}

.indexnewfive .lecon .tit-24{
	color: #686868;
	margin-bottom: 1.5rem;
}

.indexnewfive .lecon .tit-24 br{
	display: none;
}

.indexnewfive .img_link.pc_img {
	position: absolute;
	z-index: 8;
	bottom: 4rem;
	left: 30%;
}
.indexnewfive .img_link.pc_img img{
	max-height: 1.5rem;
	transition:all 0.3s ease 0s;
}
.indexnewfive .img_link.pc_img img:hover{
	transform:translateX(3px); 
}
.indexnewfive .fivenew_box{
	right: 13%;
	top: 2.5rem;
	height: calc(100vh - 2.5rem);
	width: 31.25%;
	z-index: 3;

	transition:all 1s ease 0.8s;
	opacity: 0;
	visibility: hidden;
	transform:translateY(20px);
}
.indexnewfive .fivenew_box .fivenew_swiper{
	height: 100%;
}

.indexnewfive .swiperpage_box{
	width: 2.9rem;
	height: 2.9rem;
	border-radius: 50%;
	z-index: 3;
	right:47.9166%; 
	top: 50%;
	background: #014099;

	transition:all 1s ease 1s;
	opacity: 0;
	visibility: hidden;
	transform:translateY(20px);
}
.indexnewfive.swiper-slide-active .fivenew_box{
	opacity: 1;
	visibility: visible;
	transform:translateY(0);
}

.indexnewfive.swiper-slide-active .lecon{
	opacity: 1;
	visibility: visible;
	transform:translateY(0);
}

.indexnewfive.swiper-slide-active .swiperpage_box{
	opacity: 1;
	visibility: visible;
	transform:translateY(0);
}

.indexnewfive .swiperpage_box:before{
	content: '';
	position: absolute;
	width: 1.35rem;
	height: 1px;
	background: rgba(255,255,255,0.2);
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%); 
}

.indexnewfive .fivenew_next{
	width: 16px;
	height: 10px;
	background: url('../../web/img/swiper-top.png')no-repeat center center;
	background-size: contain;

	left: 50%;
	transform:translateX(-50%);
	top: 0.75rem; 
	cursor: pointer;
	bottom: auto;
	margin: 0;
}


.indexnewfive .fivenew_prev{
	width: 16px;
	height: 10px;
	background: url('../../web/img/swiper-bot.png')no-repeat center center;
	background-size: contain;

	left: 50%;
	transform:translateX(-50%);
	bottom: 0.75rem;
	top: auto; 
	cursor: pointer;
	margin: 0;
}

.indexnewfive .fivenew_swiper .swiper-wrapper{
	transition: all 0.5s cubic-bezier(0.65, 0.1, 0.65, 0.65) 0s !important;
}

.indexnewfive .fivenew_swiper img{
	width: 100%;
}
.indexnewfive .fivenew_swiper .swiper-slide{
	margin-bottom: 0.4rem;
	overflow: hidden;
	height: 10rem!important;
}
.indexnewfive .fivenew_swiper .swiper-slide:last-child{
	margin-bottom: 0;
}
.indexnewfive .fivenew_swiper .main_con{
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	box-sizing: border-box;
	padding: 0 0 0.75rem 1rem;
}

.indexnewfive .fivenew_swiper .main_con .tit-24{
	margin-bottom: 0.25rem;
}


@media(max-width: 1366px){
	.indexnewfive .lecon {
		padding-top: 4.5rem;
	}

	.indexnewfive .img_link.pc_img {
		left: 35%;
	}
}


@media(max-width: 992px){
	.indexnewfive .m_img{
		display: block;
	}	

	.indexnewfive .pc_img{
		display: none;
	}	
}
.indexnewfive.culone .lecon{
	padding-top: 6.5rem;
}
.indexnewfive.culone .lecon .text_img {
	width: 8.5rem;
	margin-bottom:0rem;
}
.indexnewfive .tit-20{
	border-bottom: 1px solid #014099;
	width: 3.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #014099;
	margin: 0.65rem 0 0.9rem;
}
.indexnewfive.culone .lecon .pic img{
	width: 7.25rem;
}



/*20211217*/
.indexfive-box,.indexfive-box *{
	box-sizing:border-box;
}


.indexfive-box .indexfive-left{

}
.indexfive-box  .list{
	font-size: 0;
	padding-left: 1.25rem;
	padding-right: .75rem;
}
.indexfive-box  .list .li{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	width: 50%;
	padding-right: 5px;
	color: #000;
}
.indexfive-box  .list .li-01{
	line-height: 1;
	font-weight: bold;
}
.indexfive-box  .list .li-02{
	margin-top: .35rem;
}
.indexfive-box{
	height: 100%;
}
.indexnewfive .indexfive-box .lecon .text_img{
	margin-bottom: 0;
}
.indexnewfive .indexfive-box .lecon{
	height: auto;
	padding-bottom: 1rem;
}



@media(max-width: 1024px){

	.indexnewfive .indexfive-box .lecon{
	    opacity: 1;
	    visibility: visible;
	    transform: translateY(0);
	    padding-top: 2.5rem;
	}
	.indexfive-box .indexfive-right, .indexfive-box .indexfive-left{
		/*width: 100%;*/
	}
	.scape_swiper .swiper-slide{
		/*height: auto;*/
	}


}
@media(max-width: 992px){
	.indexnewfive .indexfive-box .lecon{
		display: block;
		padding: 5%;
	}
	.indexfive-box .list{
		padding: 3% 5%;
	}
	.indexfive-box .indexfive-right, .indexfive-box .indexfive-left{
		width: 100%;
	}
	.indexfive-box .indexfive-right{
		padding: 1rem 5%;
	}

}

@media(min-width: 993px){
	.indexfive-box .indexfive-right,
	.indexfive-box .indexfive-left{
		width: 50%;
		height: 100%;
		position: relative;

	}



	.indexfive-box  .list .li:nth-child(n+3){
		margin-top: 1.5rem;
	}
	.indexfive-box .indexfive-right img{
		position: absolute;
		top: 50%;
		left: 0;
		width: calc(100% - 1.25rem);
		transform:translateY(-50%);
	}
}
.indexfive-box .list .li:nth-child(n+5){
	display: none;
}
@media (max-width: 767px){
	.scape_swiper.welcome .swiper-slide.indexfive{
		height: auto!important;
	}	
	.indexfive-box .list .li{
		width: 100%;
	}
	.indexnewfive .lecon .text_img{
		margin-bottom: .75rem;
	}
	.indexfive-box .list .li:nth-child(n+2){
		margin-top: .5rem;
	}
	.indexfive-box .list .li-02{
		margin-top: .25rem;
	}
	.indexnewfive .lecon .text_img{
		max-width: 95%;
	}
	.scape_swiper .swiper-slide.culone.indexnewfive{
		height: auto;
	}
}

.indexfour .ri_ball:before,.indexfour .ri_ball{
	border:none;
}
.indexfour .ri_ball .ico{
	position: relative;
	left:0 !important;
	top:0 !important;
}
.indexfour .ri_ball .item:nth-child(6n){
	margin-right:0 !important;
}
.indexfour .ri_ball .item{
	position: relative;
	left:0 !important;
	top:0 !important;
}
.indexfour .ri_ball .item{
	width:calc(calc(100% - 60px) / 6);
	height:1.75rem;
	border:1px solid rgba(255,255,255,.2);
	border-radius:8px;
	margin-right:12px;
	margin-bottom:12px;
	box-sizing: border-box;
}
/*.indexfour .ri_ball .ico{
	height:1.75rem;
	width:100%;
	border:1px solid rgba(255,255,255,.2);
	border-radius:8px;
}*/
.indexfour .ri_ball .ri_ball-container{
	width:100%;
	position: relative;
	z-index:2;
	overflow: hidden;
	padding-bottom:25px;
}
.indexfour .ri_ball .ri_ball-container .swiper-slide{
	display:flex;
	flex-flow:row wrap;
	align-items: flex-start;
    justify-content: flex-start;
}
.indexfour .ri_ball .item img{
	max-width:70% !important;
}
.indexfour .ri_ball .ico img{
	max-width:70% !important;
}
.indexfour .ri_ball .item .hover_img{
	width: 3rem!important;
}
.indexfour .ri_ball .ico .hover_img{
	width: 3rem!important;
}
.indexfour .ri_ball .ri_ball-container .swiper-pagination{
	display:block;
	width:100%;
	position: absolute;
	bottom:0;
}
.indexfour .ri_ball .ri_ball-container .swiper-pagination span{
	width:8px;
	height:8px;
	margin:0 5px;
	border:2px solid #fff;
	border-radius:50%;
	box-sizing:border-box;
	background:transparent !important;
}
.indexfour .ri_ball .ri_ball-container .swiper-pagination span.swiper-pagination-bullet-active{
	background:#fff !important;
}
.indexfour .ri_ball{
	margin-top:20vh;
}

.indexfour .ri_ball .ri_ball-container .swiper-slide{
	height:auto !important
}

@media (max-width: 767px){
	.indexfour .ri_ball .item{
		width: calc(calc(100% - 36px) / 4);
	}
	.indexfour .ri_ball .item:nth-child(6n) {
	    margin-right: 12px !important;
	}
	.indexfour .ri_ball .item:nth-child(4n) {
	    margin-right: 0 !important;
	}
	.indexfour .ri_ball{
		width:100% !important;
		height:auto !important;
		margin:.5rem 0 1rem !important;
	}
	.scape_swiper.welcome .swiper-slide.indexfour{
		height:auto !important;
	}
	.indexfour .ri_ball .ri_ball-container{
		width:90%;
		margin-left:5%;
	}
	.indexfour .ri_ball{
		    transform: none !important;
	}
	.indexfour .ri_ball .item{
		height:1.25rem !important;
	}
}
