:root{
	--max: 1550px;
	--max1200: 1200px;
	--mar: 100px auto;
	--wid: 550px;
	--font60: 50px;
	--font40: 40px;
	--font18: 18px;
	--line30: 30px; 
	--top30: -30px;
}
body{
	background: #fafafa;
	word-wrap:break-word;
	word-break:break-all;
	padding-top: 100px;;
}
.hertre{
	width: 100%;
	height: 100px;
	background: #eef2fb;
	z-index: 999;
	position: fixed;
	top: 0;
	z-index: 999;
}
.hertre_cen{
	width: var(--max);
	height: 100%;
	margin: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.logo{
	width: 180px;
	overflow: hidden;
}
.logo img{
	width: 100px;
	height: 100px;
}
.nav{
	width: max-content;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.nav ul{
	width: max-content;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.nav ul li{
	font-size: 18px;
	color: #333333;
	text-align: center;
	position: relative;
	margin-right: 70px;
	transition: auto;
	font-weight: 900;
}
.nav ul li::after{
	content: "";
	width: 0%;
	height: 1px;
	background: #065897;
	position: absolute;
	bottom: -5px;
	left: 0;
	transition: all 0.2s;
}
.nav ul li.nav_cen{
	color: #065897;
}
.nav ul li.nav_cen::after{
	width: 100%;
}
.nav ul li:hover{
	color: #065897;
}
.nav ul li:hover::after{
	width: 100%;
}
.nav ul li svg{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 20px;
	right: 20px;
	display: none;
}
.nav_ul {
    width: max-content;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 5px 2px rgb(0,0,0,0.1);
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 30px;
    display: none;
    z-index: 999;
    transition: auto;
}
.nav_ul a {
    display: block;
    color: #000000;
    font-size: 14px;
    line-height: 40px;
}
.nav_ul a:hover{
  color: #065897;
}
.en {
    width: max-content;
    height: 50px;
    position: relative;
    background-image: url(../images/jiantou_03.jpg);
    background-size: 9px auto;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 15px;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 999;
}
.en h1 {
    background-image: url(../images/nnui_03.jpg);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 14px;
    color: #333333;
    padding-left: 30px;
    font-weight: 600;
}
.en_max{
	width: max-content;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #dcdcdc;
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	padding: 10px;
	padding-top: 0px;
	display: none;
}
.en_max a{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 10px;
	font-size: 14px;
	color: #444444;
}
.en_max a:hover{
	color: #065897;
}
.en_max a img{
	width: 20px;
	height: auto;
	margin-right: 8px;
}
.en_max span {
	display:block;
	position:absolute;
	top:-10px;
	left:25%;
    width:0;
	height:0;
	border-width:0 10px 10px;
	border-style:solid;
	border-color:transparent transparent #dcdcdc;
}
.en_max em {
	display:block;
	width:0;
	height:0;
	border-width:0 10px 10px;
	border-style:solid;
	border-color:transparent transparent #fff;
	position:absolute;
	top:1px;
	left:-10px;
}
.en:hover .en_max{
	display: block;
}


.an{
	width: 70px;
	height: 70px;
	display: none;
	position: fixed;
	right: 0%;
	transition: all 0.5s;
	z-index: 99;
}
.container {
  cursor: pointer;
  display: flex; 
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s;
}
svg {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.active svg {
  transform: rotate(90deg);
}
path {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
path:nth-child(1) {
  transform-origin: 36% 40%;
}
path:nth-child(2) {
  stroke-dasharray: 29 299;
}
path:nth-child(3) {
  transform-origin: 35% 63%;
}
path:nth-child(4) {
  stroke-dasharray: 29 299;
}
path:nth-child(5) {
  transform-origin: 61% 52%;
}
path:nth-child(6) {
  transform-origin: 62% 52%;
}
.active path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}
.active path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
.active path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.active path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
.active path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.active path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}
.banner{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner img{
	width: 100%; 
	height: auto;
}
.banner .swiper-pagination{
	bottom: 30px !important;
}
.banner .swiper-pagination-bullet{
	width: 20px;
	height: 20px;
	border: 2px solid #0d5a29;
	background: none;
}
.banner .swiper-pagination-bullet-active{
	background: #0d5a29;
}

.lianxi{
	width: var(--max);
	overflow: hidden;
	margin: var(--mar);
}
.lianxi>img{
	width: var(--wid);
	height: auto;
	margin: auto;
}
.lianxi>h1{
	width: 100%;
	font-size: var(--font60);
	color: #000;
	text-align: center;
	line-height: var(--font60);
	margin-top: var(--top30);
}
.lianxi ul{
	width: 100%;
	overflow: hidden;
	margin-top: 35px;
}
.lianxi ul li{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	margin-top: 35px;
	padding: 80px;
}
.lianx_l{
	width: 550px;
	overflow: hidden;
}
.lianx_l h1{
	font-size: 28px;
	color: #252020;
	position: relative;
}
.lianx_l h2{
	font-size: 28px;
	color: #252020;
	position: relative;
	padding-bottom: 40px;
	font-weight: 600;
}
.lianx_l h2::after{
	content: "";
	width: 100px;
	height: 1px;
	border-bottom: 2px dashed #000;
	position: absolute;
	bottom: 0;
	left: 0;
}
.lianx_text{
	width: 100%;
	overflow: hidden;
	font-size: 18px;
	color: #252020;
	line-height: 50px;
	table-layout: fixed;
	word-wrap: break-all;
	word-break: normal;
	margin-top: 30px;
}
.lianx_text td,
.lianx_text th,
.lianx_text table{
	border: none;
}
.lianx_text td:nth-child(1){
	width: 30px;
}
.mapDiv{
	width: calc(100% - 550px);
	height: 400px;
	transform: auto;
}
.mapDiv div,
.mapDiv img{
	transition: auto;
}
.banner_about{
	width: var(--max);
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.about{
	width: 750px;
	max-width: 100%;
	overflow: hidden;
	float: right;
}
.about>img{
	width: var(--wid);
	height: auto;
}
.about>h1{
	width: 100%;
	font-size: var(--font60);
	color: #333333;
	line-height: var(--font60);
	margin-top: var(--top30);
	position: relative;
	padding-bottom: 30px;
}
.about>h1::after{
	content: "";
	width: 70px;
	height: 3px;
	background: #095693;
	position: absolute;
	bottom: 0;
	left: 0;
}
.about p{
	width: 100%;
	font-size: 20px;
	line-height: 44px;
	color: #333333;
	margin-top: 50px;
}
.ewu{
	width: 100%;
	overflow: hidden;
	background-image: url(../images/beijing_13.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.ewu_max{
	width: var(--max);
	overflow: hidden;
	margin: 160px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.ewu_left{
	width: 48%;
	overflow: hidden;
}
.ewu_left img{
	width: 100%;
	height: auto;
}
.ewu_right{
	width: 48%;
	overflow: hidden;
}
.ewu_right>img{
	width: 300px;
	max-width: 100%;
	height: auto;
}
.ewu_right>h1{
	width: 100%;
	font-size: var(--font40);
	color: #333333;
	line-height: var(--font40);
	margin-top: var(--top30);
}
.ewu_right p{
	width: 100%;
	font-size: var(--font18);
	line-height: var(--line30);
	color: #333333;
	margin-top: 50px;
}
.ewu_right a{
	display: block;
	width: 160px;
	line-height: 60px;
	background: #085898;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 80px;
}


.fuwu{
	width: 100%;
	overflow: hidden;
	background: #085898;
}
.fuwu_max{
	width: var(--max);
	overflow: hidden;
	margin: 100px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
.fuwu_max .ewu_right h1,
.fuwu_max .ewu_right p{
	color: #fff;
}
.fuwu_max .ewu_right a{
	background: #ffffff;
	color: #085898;
}
.fazhan{
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.fazhan_max{
	width: var(--max);
	overflow: hidden;
	margin: 160px auto;
}
.fazhan_max>img{
	width: var(--wid);
	height: auto;
	margin: auto;
}
.fazhan_max>h1{
	width: 100%;
	font-size: var(--font60);
	color: #000;
	text-align: center;
	line-height: var(--font60);
	margin-top: var(--top30);
}
.fazhan_max ul{
	width: 100%;
	overflow: hidden;
	margin-top: 80px;
	position: relative;
	padding: 100px 0;
}
.fazhan_max ul::after{
	content: "";
	width: 2px;
	height: 100%;
	background: #c6cace;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.fazhan_max ul li{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}
.fazhan_max ul li:nth-child(1){
	margin-top: 0px;
}
.fazhan_max ul li:nth-child(2n){
	flex-direction: row-reverse;
}
.fam_mo{
	width: 50%;
	position: relative;
	padding-left: 70px;
	z-index: 9;
}
.fam_mo::after{
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	background: #085897;
	border: 10px solid #d3dfe9;
	left: -15px;
	top: 20px;
	border-radius: 50%;
	z-index: 9;
	box-sizing: border-box;
}
.fam_mo::before{
	content: "";
	width: 50px;
	height: 1px;
	border-top: 1px dashed #8f8f8f;
	background: #c6cace;
	position: absolute;
	top: 35px;
	left: 10px;
}
.fam_mo>h1{
	color: #085897;
	font-size: 50px;
	font-weight: 400;
}
.fam_text{
	font-size: var(--font18);
	color: #1d1d1d;
	line-height: var(--line30);
	margin-top: 20px;
}
.fazhan_max ul li:nth-child(2n+1) .fam_mo{
	padding-left: 0px;
	padding-right: 70px;
}
.fazhan_max ul li:nth-child(2n+1) .fam_text,
.fazhan_max ul li:nth-child(2n+1) .fam_mo>h1{
	text-align: right;
}
.fazhan_max ul li:nth-child(2n+1) .fam_mo::after{
	left: auto;
	right: -15px;
}
.fazhan_max ul li:nth-child(2n+1) .fam_mo::before{
	left: auto;
	right: 10px;
}

.banner_gomg{
	width: var(--max);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.banner_gomg h1{
	text-align: center;
	font-size: 80px;
	color: #ffffff;
	line-height: 80px;
}
.banner_gomg p{
	font-size: 60px;
	color: #ffffff;
	text-align: center;
	line-height: 60px;
	margin-top: 30px;
}

.fangan{
	width: var(--max1200);
	overflow: hidden;
	margin: var(--mar);
}
.fangan>img{
	width: var(--wid);
	height: auto;
	margin: auto;
}
.fangan>h1{
	width: 100%;
	font-size: var(--font60);
	color: #000;
	text-align: center;
	line-height: var(--font60);
	margin-top: var(--top30);
}
.fangan p{
	font-size: 20px;
	color: #1d1d1d;
	line-height: 36px;
	margin-top: 50px;
}
.fangan_img{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.fangan_img img{
	width: 100%;
	height: auto;
}
.fangan_max{
	width: 100%;
	overflow: hidden;
	background: #ffffff;
}
.fangan_text{
	width: var(--max1200);
	overflow: hidden;
	margin: var(--mar);
	font-size: 20px;
	color: #1d1d1d;
	line-height: 36px;
}
.fangan_text img{
	width: 100%;
	height: auto;
}
.neirong{
	width: var(--max1200);
	overflow: hidden;
	margin: var(--mar);
}
.neirong>img{
	width: var(--wid);
	height: auto;
	margin: auto;
}
.neirong>h1{
	width: 100%;
	font-size: var(--font60);
	color: #000;
	text-align: center;
	line-height: var(--font60);
	margin-top: var(--top30);
}
.neirong ul{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.neirong ul li{
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.neirong ul li h1{
	width: 30px;
	height: 30px;
	background: #075798;
	border-radius: 50%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
.neirong_text{
	width: calc(100% - 40px);
	overflow: hidden;
	font-size: 20px;
	color: #252020;
	line-height: 30px;
}



.pinpai{
	width: var(--max1200);
	overflow: hidden;
	margin: var(--mar);
}
.pinpai>img{
	width: var(--wid);
	height: auto;
	margin: auto;
}
.pinpai>h1{
	width: 100%;
	font-size: var(--font60);
	color: #000;
	text-align: center;
	line-height: var(--font60);
	margin-top: var(--top30);
}
.pinpai p{
	font-size: 20px;
	color: #1d1d1d;
	line-height: 36px;
	margin-top: 50px;
}
.pinpai ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-evenly;
	margin-top: 60px;
}
.pinpai ul li{
	width: 115px;
	overflow: hidden;
}
.pinpai ul li img{
	width: 100%;
	height: 100%;
}
.pinpai ul li h1{
	text-align: center;
	font-size: var(--font18);
	color: #000;
	margin-top: 30px;
}
.pinpai_max{
	width: 100%;
	overflow: hidden;
	background: #ffffff;
}
.pinpai_text{
	width: var(--max1200);
	overflow: hidden;
	margin: var(--mar);
	font-size: 20px;
	color: #1d1d1d;
	line-height: 36px;
}
.pinpai_text img{
	width: 100%;
	height: auto;
}
.fenxiao{
	width: var(--max);
	overflow: hidden;
	margin: auto;
	margin-bottom: 100px;
}
.fenxiao img{
	width: 100%;
	height: auto;
}

.zhuying{
	width: 100%;
	overflow: hidden;
	background-image: url(../images/aaabeijing_02.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.zhuying_max{
	width: var(--max);
	overflow: hidden;
	margin: var(--mar);
}
.zhuying_max p{
	width: 1300px;
	max-width: 100%;
	font-size: 26px;
	color: #1d1d1d;
	line-height: 48px;
	margin: auto;
}
.zhuying_max ul{
	width: 100%;
	overflow: hidden;
	margin-top: 100px;
	display: flex;
	flex-wrap: wrap;
	background: #ffffff;
}
.zhuying_max ul li{
	width: 20%;
	overflow: hidden;
	padding: 40px;
	border: 1px solid #f5f6f8;
	box-sizing: border-box;
}
.zhuying_img{
	width: 100%;
	height: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.zhuying_img img{
	max-width: 100%;
	max-height: 100%;
}
.zhuying_max ul li h1{
	text-align: center;
	font-size: 20px;
	color: #1d1d1d;
	margin-top: 20px;
}
.zhuying_max ul li:hover .zhuying_img img{
	transform: scale(1.3);
}
.lan{
	width: 100%;
	overflow: hidden;	
	background: #075799;
}
.yunying p{
	line-height: 80px;
}
.yewua{
	width: var(--max1200);
	overflow: hidden;
	margin: var(--mar);
}
.yewua>img{
	width: var(--wid);
	height: auto;
	margin: auto;
}
.yewua>h1{
	width: 100%;
	font-size: var(--font60);
	color: #fff;
	text-align: center;
	line-height: var(--font60);
	margin-top: var(--top30);
}
.yewua>p{
	font-size: 24px;
	color: #fff;
	margin-top: 50px;
}
.yewua_text{
	width: 100%;
	overflow: hidden;
	font-size: 20px;
	color: #fff;
	line-height: 36px;
	margin-top: 20px;
}

.yewua_bai>h1,
.yewua_bai>p,
.yewua_bai .yewua_text{
	color: #000;
}




.banner_textp{
    width: var(--max);
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.banner_textp h1{
    font-size: 40px;
    color: #fff;
}
.banner_textp p{
    font-size: 30px;
    color: #fff;
    margin-top: 30px;
}
.banner_textp a{
    display: block;
    background: #085898;
    width: 150px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
    text-align: center;
    margin-top: 30px;
}
.deen{
	width: 100%;
	overflow: hidden;
	margin: var(--mar);
	position: relative;
	padding: 60px 0;
}
.deen::after{
	content: "";
	width: 50%;
	height: 100%;
	background: #075799;
	position: absolute;
	right: 0;
	top: 0;
}
.deen_max{
	width: var(--max);
	overflow: hidden;
	margin: auto;
	position: relative;
	z-index: 9;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.deen_left{
	width: 600px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.deen_max>img{
	width: calc(100% - 700px);
	object-fit: cover;
}
.deen_top img{
	width: 315px;
	height: auto;
}
.deen_top h1{
	font-size: 40px;
	color: #333333;
	margin-top: 30px;
}
.deen_top p{
	font-size: var(--font18);
	color: #666666;
	line-height: var(--line30);
	margin-top: 20px;
}
.deen_left ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.deen_left ul li{
	width: 35%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 100px;
}
.deen_left ul li img{
	width: 50px;
	height: auto;
}
.deen_text{
	width: calc(100% - 70px);
	overflow: hidden;
}
.deen_text h1{
	font-size: 48px;
	color: #1a1a1a;
	line-height: 48px;
	font-weight: 900;
}
.deen_text p{
	font-size: var(--font18);
	color: #1a1a1a;
	margin-top: 10px;
}
.njcis{
	display: flex;
	flex-wrap: wrap;
	font-size: 48px;
	color: #1a1a1a;
	line-height: 48px;
	font-weight: 900;
}
.xuanze{
	width: 100%;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.xuanze ul{
	width: var(--max);
	overflow: hidden;
	margin: var(--mar);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.xuanze ul li{
	width: 30%;
	overflow: hidden;
}
.xuanze ul li img{
	width: 200px;
	height: auto;
	margin: auto;
	max-height: 100%;
}
.xuanze ul li h1{
	text-align: center;
	font-size: 30px;
	color: #ffffff;
	margin-top: 20px;
}
.xuanze ul li p{
	font-size: var(--font18);
	color: #fff;
	line-height: var(--line30);
	margin-top: 20px;
}






.fuhua{
	width: 100%;
	overflow: hidden;
	margin-top: 100px;
}
.fuhua>h1{
	text-align: center;
	font-size: var(--font40);
	color: #666666;
	position: relative;
	padding-bottom: 20px;
}
.fuhua>h1::after{
	content: "";
	width: 60px;
	height: 4px;
	background: #085897;
	border-radius: 4px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.fuhua_om{
	width: 100%;
	overflow: hidden;
	background: #085898;
	margin-top: 70px;
}
.fuhua_om img{
	width: 100%;
	height: 470px;
	object-fit: cover;
	transition: all 0.3s;
}
.fuhua_text{
	width: 100%;
	overflow: hidden;
	background: #085898;
	padding: 0 40px;
	border: 1px solid #fff;
	height: 200px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
    align-items: center;
    justify-content: flex-end;
    transition: all 0.3s;
}
.fuhua_text h1{
	width: 100%;
	font-size: 36px;
	color: #ffffff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.fuhua_text p{
	width: 100%;
	font-size: 12px;
	color: #ffffff;
	line-height: 30px;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.pinpai_in .swiper-slide:hover img{
	height: 370px;
}
.pinpai_in .swiper-slide:hover .fuhua_text{
	background: #fff;
	height: 300px;
}
.pinpai_in .swiper-slide:hover .fuhua_text h1,
.pinpai_in .swiper-slide:hover .fuhua_text p{
	color: #000;
}


.fuhua_top{
	width: var(--max);
	overflow: hidden;
	margin: 50px auto;
	position: relative;
}
.fuhua_top a{
	display: block;
	width: 160px;
	line-height: 60px;
	border: 1px solid #fff;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.fuhua_top a:hover{
	background: #fff;
	color: #085898;
}
.fuhua_top .aaa{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #fff;
	right: 0;
	top: 0;
	margin-top: 0px;
}
.fuhua_top .sss{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #fff;
	left: auto;
	right: 90px;
	top: 0;
	margin-top: 0px;
}
.fuhua_top .swiper-button-next:after, 
.fuhua_top .swiper-button-prev:after{
	font-size: 20px;
	color: #ffffff;
	font-weight: 900;
	transform: scaleY(1.2);
	text-shadow: rgb(0,0,0,0.5) 0px 5px 5px;
}
.fuhua_top .aaa:hover,
.fuhua_top .sss:hover{
	background: #fff;
}
.fuhua_top .sss:hover:after,
.fuhua_top .aaa:hover:after{
	color: #085898;
}














.xinwen{
	width: var(--max);
	overflow: hidden;
	margin: 70px auto 100px;
	box-shadow: 0px 0px 6px 2px rgb(0,0,0,0.1);
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 60px 50px;
}
.xinwen_l{
	width: calc(100% - 650px);
	overflow: hidden;
	position: relative;
}
.xinwen_l img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.xinwen_l img:hover{
	transform: scale(1.3);
}
.xinwen_text{
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: 20px;
	left: 0;
	padding: 0 25px;
}
.xinwen_text h1{
	font-size: 14px;
	color: #ffffff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.xinwen_text p{
	font-size: 12px;
	color: #ffffff;
	line-height: 24px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.xinwen ul{
	width: 560px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
.xinwen ul li{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #afafaf;
	padding: 10px 0;
}
.xinwen ul li h1{
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	color: #bababa;
}
.xinwen ul li>a{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}
.xinwen ul li a span{
	font-size: 14px;
	color: #000000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 30px;
}
.xinwen ul li a i{
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	background: #085898;
	border-radius: 50%;
	opacity: 0;
	margin-right: 30px;
}
.xinwen ul li>a i font{
	display: block;
	font-size: 14px;
	color: #ffffff;
	font-weight: 600;
	transform: scaleY(2);
	text-shadow: rgb(0,0,0,0.5) 0px 5px 5px;
}
.xinwen ul li p{
	font-size: 12px;
	line-height: 24px;
	color: #959595;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.xinwen ul li:hover a span{
	color: #085898;
}
.xinwen ul li:hover a i{
	opacity: 1;
	margin-right: 0px;
}
.xinwen ul>a{
	display: block;
	width: 160px;
	line-height: 60px;
	border: 1px solid #000;
	font-size: 16px;
	color: #000;
	text-align: center;
	margin-top: 40px;
}
.xinwen ul>a:hover{
	background: #000;
	color: #fff;
}

.sounoui{
	width: var(--max);
	overflow: hidden;
	margin: var(--mar);
}
.sounoui ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
.sounoui ul li{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #afafaf;
	padding: 10px 0;
}
.sounoui ul li h1{
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	color: #ababab;
}
.sounoui ul li>a{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}
.sounoui ul li a span{
	font-size: 14px;
	color: #000000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 30px;
}
.sounoui ul li a i{
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	background: #085898;
	border-radius: 50%;
	display: none;
}
.sounoui ul li>a i font{
	display: block;
	font-size: 14px;
	color: #ffffff;
	font-weight: 600;
	transform: scaleY(2);
	text-shadow: rgb(0,0,0,0.5) 0px 5px 5px;
}
.sounoui ul li p{
	font-size: 12px;
	line-height: 24px;
	color: #959595;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.sounoui ul li:hover a span{
	color: #085898;
}
.sounoui ul li:hover a i{
	display: block;
}
.show{
	width: var(--max);
	overflow: hidden;
	margin: var(--mar)
}
.show h1{
	font-size: 24px;
	color: #000;
	text-align: center;
}
.show_text{
	font-size: 16px;
	color: #999;
	line-height: 30px;
	margin-top: 50px;
}
.show_text img{
	max-width: 100% !important;
	height: auto;
	margin: auto;
}
.omxuo{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.omxuo img{
	width: 100%;
	height: 230px;
	object-fit: cover;
}
.omxuo_text{
	width: 95%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.omxuo_text h1{
	font-size: 50px;
	color: #ffffff;
	text-align: center;
}
.omxuo_text a{
	width: 190px;
	line-height: 60px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	display: block;
	margin: auto;
	margin-top: 20px;
}
.omxuo_text a:hover{
	background: #fff;
	color: #000;
}

.di{
	width: 100%;
	overflow: hidden;
	background: #f6f6f6;
}
.di_en{
	width: var(--max);
	overflow: hidden;
	margin: var(--mar);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.di_l{
	width: 280px;
	overflow: hidden;
}
.di_l>img{
	width: 160px;
	height: auto;
}
.di_l_text{
	width: max-content;
	overflow: hidden;
	font-size: 16px;
	color: #959595;
	margin-top: 10px;
}
.di_l_text p{
	font-size: 16px;
	color: #959595;
	background-image: url(../images/dianhua.png);
	background-size: 16px auto;
	line-height: 16px;
	padding-left: 25px;
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 20px;
}
.di_l_text p:nth-child(2){
	background-image: url(../images/youxiang.png);
}
.di_r{
	width: 430px;
	overflow: hidden;
}
.di_r ul{
	width: 100%;
	overflow: hidden;
}
.di_r ul li{
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}
.di_r ul li:nth-child(1){
	margin-top: 0px;
}
.di_r ul li h1{
	font-size: 18px;
	color: #000000;
}
.di_r ul li h1 span{
	margin-left: 30px;
}
.di_r ul li p{
	font-size: 16px;
	color: #959595;
	background-image: url(../images/diyi_19.jpg);
	background-size: 14px 20px;
	line-height: 20px;
	padding-left: 20px;
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 10px;
}
.di_cen{
	width: calc(100% - 710px);
	overflow: hidden;
}
.di_cen ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.di_cen ul li{
	width:  max-content;
	overflow: hidden;
}
.di_cen ul li h1{
	font-size: 18px;
	color: #000000;
	margin-bottom: 30px;
	text-align: center;
}
.di_cen ul li a{
	width: 100%;
	text-align: center;
	display: block;
	font-size: 16px;
	color: #959595;
	margin-top: 20px;
}
.nuxm{
	display: none;
}


.anli{
	width: 100%;
	overflow: hidden;
	background: #075796;
}
.anli ul{
	width: 1300px;
	max-width: 96%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border: 1px solid #ebecf2;
}
.anli ul li{
	width: 25%;
	height: 160px;
	background: #cdddea;
	border-left: 1px solid #ebecf2;
}
.anli ul li:nth-child(1){
	border: none;
}
.anli ul li a{
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.anli ul li img{
	max-width: 60%;
	max-height: 60%;
}
.anli ul li.anli_max{
	background: #fff;
}

.jianko{
	width: var(--max);
    overflow: hidden;
    margin: var(--mar);
}
.jianko h1{
	font-size: var(--font40);
	color: #252020;
	text-align: center;
}
.jianko p{
	width: 1200px;
	max-width: 100%;
	margin: auto;
	font-size: 20px;
    color: #1d1d1d;
    line-height: 36px;
    margin-top: 30px;
}
.jianko img{
	width: 100%;
	height: auto;
	margin-top: 50px;
}

.guanmli{
	width: var(--max);
    overflow: hidden;
    margin: var(--mar);
}
.guanmli h1{
	font-size: var(--font40);
	color: #252020;
	text-align: center;
}
.guanmli>p{
	
	text-align: center;
	font-size: 20px;
    color: #1d1d1d;
    line-height: 36px;
    margin-top: 30px;
}
.guanmli ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.guanmli ul li{
	width: calc(25% - 25px);
	overflow: hidden;
	margin-top: 80px;
}
.guanmli ul li>img{
	width: 90px;
	height: auto;
	margin: auto;
}
.guanmli_text{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.guanmli_text img{
	width: 100%;
	height: auto;
}

.micosm{
	width: var(--max);
    overflow: hidden;
    margin: var(--mar);
}
.micosm h1{
	font-size: var(--font40);
	color: #252020;
	text-align: center;
}
.micosm ul{
	width: 100%;
	overflow: hidden;

}
.micosm ul li{
	width: 100%;
	overflow: hidden;
	margin-top: 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #fafafa;;
}
.micosm ul li:nth-child(2n){
	flex-direction: row-reverse;
}
.micosm_l{
	width: 45%;
	overflow: hidden;
	padding: 0 80px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
.micosm_l h1{
	font-size: 30px;
	text-align: left;
	color: #252020;
}
.micosm_text{
	width: 100%;
	overflow: hidden;
	font-size: 20px;
	line-height: var(--line30);
	margin-top: 40px;
}
.micosm_l a{
	display: block;
	width: 160px;
	line-height: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #000;
	border: 1px solid #000;
	margin-top: 100px;
}
.micosm_l a:hover{
	background: #000;
	color: #fff;
}
.micosm_img{
	width: 55%;
	overflow: hidden;
}
.micosm_img img{
	width: 100%;
	height: auto;
}
.oixkso ul li{
	background: #fff;
	flex-direction: row-reverse;
}
.tuijinsi{
	width: var(--max);
    overflow: hidden;
    margin: var(--mar);
}
.tuijinsi h1{
	font-size: var(--font40);
	color: #252020;
	text-align: center;
}
.tuijinsi ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tuijinsi ul li{
	width: 45.5%;
	overflow: hidden;
	margin-top: 50px;
}
.tuijinsi ul li:nth-child(2){
	width: 52%;
}
.tuijinsi ul li img{
	width: 100%;
	height: auto;
}

.fenlei{
	width: var(--max);
    overflow: hidden;
    margin: var(--mar);
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.fenlei_l{
	width: calc(100% - 540px);
	overflow: hidden;
	background: #f6f6f6;
	padding: 60px;
	padding-top: 10px;
}
.fenlei_l ul{
	width: 100%;
	overflow: hidden;
	display: inline;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fenlei_l ul li{
	width: 30%;
	overflow: hidden;
	margin-top: 50px;
}
.micn_imgh{
	width: 100%;
	height: 200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.micn_imgh img{
	max-width: 70%;
	max-height: 70%;
}
.fenlei_l ul li h1{
	text-align: center;
	font-size: 20px;
	color: #1a1a1a;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.fenlei_l ul li h1 span{
	font-size: 40px;
	color: #1a1a1a;
	font-family: fantasy;
	margin-left: 10px;
}
.fenlei_r{
	width: 540px;
	overflow: hidden;
	padding: 60px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.fenlei_r ul{
	width: 100%;
	overflow: hidden;
}
.fenlei_r ul li{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
}
.fenlei_r ul li img{
	width: 49px;
	height: auto;
}
.fenlei_text{
	width: calc(100% - 60px);
	overflow: hidden;
}
.fenlei_text h1{
	text-align: left;
	font-size: 40px;
	color: #1a1a1a;
	font-family: fantasy;
}
.fenlei_text p{
	font-size: 18px;
	color: #1a1a1a;
	font-weight: bold;
}
.fenlei_r>p{
	width: 100%;
	font-size: 20px;
	color: #1d1d1d;
	line-height: 36px;
}