@charset "utf-8";

/* CSS Document */
@font-face {
	font-family:menk;
	src: url(../font/MGQ8101.ttf);
}
@font-face {
	font-family:swis;
	src:url(../font/tt0173m.ttf);
}
@font-face {
	font-family:twcen;
	src:url(../font/TwCenMT.ttf);
}
@font-face{
	font-family:abril;
	src:url(../font/AbrilFatface-Regular.ttf);
}
@font-face{
	font-family:shob;
	src:url(../font/Shobhika-Regular.otf);
}
@font-face {
	font-family:roboto;
	src:url(../font/Roboto-Regular-14.ttf);
}

button, input, textarea, select {
    outline: none;
    background: none;
    border: none;
   font-family:roboto,menk,'PingFang SC',Source Han Sans CN,Arial,"SOURCEHANSANSCN-REGULAR",'Microsoft Yahei','Source Han Sans',SimSun, 'Noto Sans CJK SC', 'Noto Sans CJK',source-han-sans-simplified-c, sans-serif;
    box-shadow: none;
    -webkit-appearance: none;
    border-radius: 0;
}

a{
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.iconfont:before {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.center_box{
    width:var(--centerWidth);
    margin:0 auto;
}
.clear {
    clear: both;
}
.fl {
    float: left;
}

.fr {
    float: right;
}

.pd_150 {
    padding: 150px;
}

.pd_tb150 {
    padding: 150px 0;
}

.pd_t150 {
    padding-top: 150px;
}

.pd_b150 {
    padding-bottom: 150px;
}

.pd_120 {
    padding: 120px;
}

.pd_tb100 {
    padding: 120px 0;
}

.pd_t120 {
    padding-top: 120px;
}

.pd_b120 {
    padding-bottom: 120px;
}

.pd_100 {
    padding: 100px;
}

.pd_tb100 {
    padding: 100px 0;
}

.pd_t100 {
    padding-top: 100px;
}

.pd_b100 {
    padding-bottom: 100px;
}

.pd_80 {
    padding: 80px;
}

.pd_tb80 {
    padding: 80px 0;
}

.pd_t80 {
    padding-top: 80px;
}

.pd_b80 {
    padding-bottom: 80px;
}

.pd_60 {
    padding: 60px;
}

.pd_tb60 {
    padding: 60px 0;
}

.pd_t60 {
    padding-top: 60px;
}

.pd_b60 {
    padding-bottom: 60px;
}

.pd_50 {
    padding: 50px;
}

.pd_tb50 {
    padding: 50px 0;
}

.pd_t50 {
    padding-top: 50px;
}

.pd_b50 {
    padding-bottom: 50px;
}

.pd_40 {
    padding: 40px;
}

.pd_tb40 {
    padding: 40px 0;
}

.pd_t40 {
    padding-top: 40px;
}

.pd_b40 {
    padding-bottom: 40px;
}

.pd_30 {
    padding: 30px;
}

.pd_tb30 {
    padding: 30px 0;
}

.pd_t30 {
    padding-top: 30px;
}

.pd_b30 {
    padding-bottom: 30px;
}

.pd_20 {
    padding: 20px;
}

.pd_tb20 {
    padding: 20px 0;
}

.pd_t20 {
    padding-top: 20px;
}

.pd_b20 {
    padding-bottom: 20px;
}

.pd_15 {
    padding: 15px;
}

.pd_tb15 {
    padding: 15px 0;
}

.pd_t15 {
    padding-top: 15px;
}

.pd_b15 {
    padding-bottom: 15px;
}

.pd_10 {
    padding: 10px;
}

.pd_tb10 {
    padding: 10px 0;
}

.pd_t10 {
    padding-top: 10px;
}

.pd_b10 {
    padding-bottom: 10px;
}

.pd_tb100 {
    padding: 100px 0;
}
.pd_tb0{
	padding-top:0 !important;
	padding-bottom:0 !important;
}
.pd_t0{
	padding-top:0 !important;
}
.pd_b0{
	padding-bottom:0 !important;
}
.pd_lr0{
	padding-left:0 !important;
	padding-right:0 !important;
}
.pd_l0{
	padding-left:0 !important;
}
.pd_r0{
	padding-right:0 !important;
}

.mg_t150 {
    margin-top: 150px;
}

.mg_b150 {
    margin-bottom: 150px;
}

.mg_t100 {
    margin-top: 100px;
}

.mg_b100 {
    margin-bottom: 100px;
}

.mg_tb80 {
    margin: 80px 0;
}

.mg_t80 {
    margin-top: 80px;
}

.mg_b80 {
    margin-bottom: 80px;
}

.mg_tb70 {
    margin: 70px 0;
}

.mg_t70 {
    margin-top: 70px;
}

.mg_b70 {
    margin-bottom: 70px;
}

.mg_tb60 {
    margin: 60px 0;
}

.mg_t60 {
    margin-top: 60px;
}

.mg_b60 {
    margin-bottom: 60px;
}

.mg_tb50 {
    margin: 50px 0;
}

.mg_t50 {
    margin-top: 50px;
}

.mg_b50 {
    margin-bottom: 50px;
}

.mg_tb40 {
    margin: 40px 0;
}

.mg_t40 {
    margin-top: 40px;
}

.mg_b40 {
    margin-bottom: 40px;
}

.mg_tb30 {
    margin: 30px 0;
}

.mg_t30 {
    margin-top: 30px;
}

.mg_b30 {
    margin-bottom: 30px;
}

.mg_tb20 {
    margin: 20px 0;
}

.mg_t20 {
    margin-top: 20px;
}

.mg_b20 {
    margin-bottom: 20px;
}

.mg_tb15 {
    margin: 15px 0;
}

.mg_t15 {
    margin-top: 15px;
}

.mg_b15 {
    margin-bottom: 15px;
}

.mg_tb10 {
    margin: 10px 0;
}

.mg_t10 {
    margin-top: 10px;
}

.mg_b10 {
    margin-bottom: 10px;
}

body {
    font-size:medium !important;
	font-family:roboto,menk,'PingFang SC',Source Han Sans CN,Arial,"SOURCEHANSANSCN-REGULAR",'Microsoft Yahei','Source Han Sans',SimSun, 'Noto Sans CJK SC', 'Noto Sans CJK',source-han-sans-simplified-c, sans-serif;
	-webkit-font-smoothing:subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color:transparent;
	color:#333;
}

.flex_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.inflex_box{
	display:-webkit-inline-box;
	display:-webkit-inline-flex;
	display:-ms-inline-flexbox;
	display:inline-flex;
}

:root{
	--curColor:#125aa3;
	--subColor:#07daed;
	--rgb:18,90,163;
	--rgb_alpha:.9;
	--fullPx:1920;
	--invarPx:1400;
	--centerPx:1400;
	--centerWidth:calc(var(--centerPx) * 1px);
	--headerHeight:100px;
	--swbtnSize:40px;
	--swdotHeight:calc(10 / var(--invarPx) * var(--centerWidth));
	--swdotBeishu:1;
	--clampRows:2;
	--font1:13;
	--font2:18;
	--fontSize1:calc(var(--font1) * 1px + (var(--font2) - var(--font1)) / var(--invarPx) * var(--centerWidth));
}
.wow_list li{
	-webkit-animation-name:fadeInUp;
	animation-name:fadeInUp;
}
.wow_list li:nth-of-type(1){
	-webkit-animation-delay:.2s;
	animation-delay:.2s;
}
.wow_list li:nth-of-type(2){
	-webkit-animation-delay:.4s;
	animation-delay:.4s;
}
.wow_list li:nth-of-type(3){
	-webkit-animation-delay:.6s;
	animation-delay:.6s;
}
.wow_list li:nth-of-type(4){
	-webkit-animation-delay:.8s;
	animation-delay:.8s;
}
.wow_list li:nth-of-type(5){
	-webkit-animation-delay:1s;
	animation-delay:1s;
}
.wow_list li:nth-of-type(6){
	-webkit-animation-delay:1.2s;
	animation-delay:1.2s;
}
.wow_list li:nth-of-type(7){
	-webkit-animation-delay:1.4s;
	animation-delay:1.4s;
}
.wow_list li:nth-of-type(7){
	-webkit-animation-delay:1.6s;
	animation-delay:1.6s;
}
.wow_list li:nth-of-type(8){
	-webkit-animation-delay:1.8s;
	animation-delay:1.8s;
}
.wow_list li:nth-of-type(9){
	-webkit-animation-delay:2s;
	animation-delay:2s;
}
.wow_list li:nth-of-type(10){
	-webkit-animation-delay:2.2s;
	animation-delay:2.2s;
}
.swiper-container{
	overflow:hidden;
	position:relative;
}
.clamp_txt {
    overflow: hidden;
    -webkit-line-clamp:var(--clampRows);
    -moz-line-clamp:var(--clampRows);
    -o-line-clamp:var(--clampRows);
    line-clamp:var(--clampRows);
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: box;
}

/* 常规文字 */
.article_w{
	font-size:16px;
	color:#333;
	line-height:1.625;
}
.article_w sup{
	vertical-align:super;
}
.article_w sub{
	vertical-align:sub;
}
.article_w img{
	max-width:100% !important;
	height:auto !important;
	vertical-align:top;
}
.article_w strong{
	font-weight:bold;
}
.article_w *:not(strong){
	font-weight:inherit;
}
.article_w li{
	list-style:disc;
}
.article_w table{
	border-collapse: collapse;
	border:solid 1px rgba(0,0,0,.1);
	width:100%;
}
.article_w table th,
.article_w table td{
	border:solid 1px rgba(0,0,0,.1);
	padding:1vw;
	font-size:1vw;
}
.article_w table th{
	background:#d2d4e6;
}
.article_w video{
	width:min(100%,800px) !important;
	height:auto !important;
	margin:0 auto;
}

.txt_center{
	text-align:center;
}
.iw_poi_title{color:var(--curColor);font-size:16px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:14px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}

.pswp .pswp__bg{
	background:rgba(0,0,0,.8);
}

/* 经过图片 */
.pic_hvr{
	overflow:hidden;
	position:relative;
	display:block;
}
.pic_hvr:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5;
}
.pic_hvr img{
	display:block;
	width:100%;
	height:100%;
	transition:all .5s;
}
@keyframes gradient-rectangle {
	0% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
		background: linear-gradient(to top,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.6));
		background: -webkit-linear-gradient(to top,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.6));
		opacity: 1;
	}

	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: top;
		transform-origin: top;
		background: linear-gradient(to top,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.6));
		background: -webkit-linear-gradient(to top,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.6));
		opacity: 0;
	}
}
.pic_ss:hover .pic_hvr:before{
	animation:gradient-rectangle 1s 1;
	animation-delay: 0s;
	-webkit-animation-timing-function:cubic-bezier(0, 0, 0.18, 0.96);
}
.pic_ss:hover .pic_hvr img{
	transform:scale(1.1);
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~首页~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* header */
#hamburger{
	display:none;
}
.header_box{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:#fff;
	z-index:800;
	box-shadow:0 0 20px rgba(0,0,0,.08);
}
.header_box > .center_box{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
}
.header_box .header_l{
	-webkit-align-items:center;
	align-items:center;
}
.header_box .logo img{
	display:block;
	max-height:calc(80 / 100 * var(--headerHeight));
}
.header_search{
	--searchWidth:calc(200px + 100 / var(--invarPx) * var(--centerWidth));
	--searchHeight:40px;
	--btnWidth:calc(60 / 40 * var(--searchHeight));
	--pd:calc(.5 * var(--searchHeight));
	position:relative;
}
.header_search input{
	display:block;
	color:#333;
	font-size:14px;
	padding:0 calc(var(--btnWidth) + var(--pd)) 0 var(--pd);
	width:var(--searchWidth);
	height:var(--searchHeight);
	border:solid 1px var(--curColor);
	border-radius:var(--searchHeight);
	transition:all .35s;
}
.header_search .header_sbtn{
	position:absolute;
	top:0;
	right:0;
	width:var(--btnWidth);
	height:var(--searchHeight);
	background:var(--curColor);
	border-radius:0 var(--searchHeight) var(--searchHeight) 0;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	color:#fff;
	cursor:pointer;
	transition:all .35s;
}
.header_search .header_sbtn .iconfont{
	font-size:calc(.5 * var(--searchHeight));
	position:relative;
	z-index:3;
}
.header_search .header_sbtn::before{
	transform:scaleX(0);
	opacity:0;
}
nav{
	--font2:18;
	font-size:var(--fontSize1);
	margin-left:calc(60 / var(--invarPx) * var(--centerWidth));
}
nav > ul > li{
	padding:0 calc(40 / var(--invarPx) * var(--centerWidth));
	height:var(--headerHeight);
	-webkit-align-items:center;
	align-items:center;
}
nav > ul > li > a{
	padding:1em 0;
	position:relative;
}
nav > ul > li > a::before{
	content:"";
	position:absolute;
	bottom:0;
	width:100%;
	height:3px;
	border-radius:50px;
	background:var(--curColor);
	transform:scaleX(0);
	opacity:0;
}
nav > ul > li.active > a::before{
	transform:scaleX(1);
	opacity:1;
}

/* 下拉菜单 */
nav ul>li .subnav{
	position:absolute;
	width:100%;
	left:0;
	top:100%;
	transform:scaleY(0);
	visibility:hidden;
	opacity:0;
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05);
	transform-origin:top;
	visibility:hidden;
	transition:transform 500ms ease,opacity 500ms ease,visibility 500ms ease,-webkit-transform 500ms ease;
	background:rgba(255,255,255,.9);
	backdrop-filter:blur(6px);
}
.subnav .center_box{
	-webkit-justify-content:center;
	justify-content:center;
}
.subnav{
	--subnavGap:30px;
}
.subnav ol{
	margin-left:calc(-1 * var(--subnavGap));
	margin-top:calc(-.2 * var(--subnavGap));
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.subnav ol li{
	margin-left:var(--subnavGap);
	margin-top:calc(.2 * var(--subnavGap));
}
.subnav ol li a{
	font-size:calc(1em - 2px);
	color:#333;
	display:block;
}

/* 渐变背景 */
.grad_bg1{
	background:linear-gradient(to right,var(--subColor),var(--curColor));
}
.grad_bg2{
	background:linear-gradient(to left,var(--subColor),var(--curColor));
}
.grad_before{
	position:relative;
	overflow:hidden;
}
.grad_before::before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:linear-gradient(to right,var(--subColor),var(--curColor));
	pointer-events:none;
	z-index:1;
	transform-origin:left;
}
.grad_before > *{
	position:relative;
	z-index:3;
}

/* 标题1 */
.bz_tit1{
	font-size:calc(13px + 23 / var(--invarPx) * var(--centerWidth));
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.bz_tit1 .bz_h{
	font-weight:bold;
}
.bz_tit1 .bz_line{
	display:block;
	width:calc(40 / 36 * 1em);
	height:2px;
	margin-top:.22em;
}
.bz_tit1.center_tit{
	text-align:center;
}
.bz_tit1.center_tit .bz_line{
	margin-left:auto;
	margin-right:auto;
}
.bz_tit1.white_tit{
	color:#fff;
}
.bz_tit1.white_tit .bz_line{
	background:#fff;
}

/* 更多1 */
.bz_more1{
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	font-size:16px;
}
.bz_more1 .bz_icon{
	position:relative;
	margin-left:.625em;
}
.bz_more1 .bz_icon .iconfont{
	display:block;
	font-size:calc(1em + 5px);
}
.bz_more1 .bz_icon .icon2{
	position:absolute;
	top:0;
	left:0;
	transform:translateX(-50%);
	opacity:0;
}
.bz_more1.cur_color{
	color:var(--curColor);
}
.bz_more1.white_color{
	color:#fff;
}
.bz_more1.cur_bg,
.bz_more1.cur_bor,
.bz_more1.white_bg,
.bz_more1.white_bor{
	width:auto;
	height:var(--moreHeight);
	padding:0 var(--moreHeight);
	border-radius:200px;
}
.bz_more1.only_icon{
	width:auto !important;
}
.bz_more1.only_icon .bz_icon{
	margin-left:0 !important;
}
.bz_more1.only_icon .bz_icon .iconfont{
	font-size:1.5em;
}
.bz_more1.cur_bg{
	background:var(--curColor);
	color:#fff;
}
.bz_more1.cur_bor{
	color:var(--curColor);
	border:solid 1px var(--curColor);
}
.bz_more1.white_bor{
	color:white;
	border:solid 1px white;
}
.bz_more1.white_bg{
	background:#fff;
	color:var(--curColor);
}


.bz_more1:hover .bz_icon .iconfont{
	transition:transform 0.4s ease-in-out,opacity 0.4s ease-in-out;
}
.bz_more1:hover .bz_icon .icon1{
	transform:translateX(100%);
    opacity:0;
}
.bz_more1:hover .bz_icon .icon2{
	transform:translateX(0);
    opacity:1;
}
.bz_more1.cur_color:hover{
	color:var(--subColor);
}
.bz_more1.cur_bg:hover{
	background:var(--subColor);
}
.bz_more1.cur_bor:hover,
.bz_more1.white_bg:hover{
	background:var(--curColor);
	border-color:var(--curColor);
	color:#fff;
}
.bz_more1.white_bor:hover{
	background:white;
	color:var(--curColor);
}

/* 更多2 */
.bz_more2{
	display:inline-block;
	width:160px;
	line-height:40px;
	border:solid 1px #b5b5b5;
	color:#878787;
	font-size:14px;
	text-align:center;
}
.bz_more2:hover{
	border-color:var(--curColor);
	background:var(--curColor);
	color:#fff;
}






/* banner */
.banner_box{
	position:relative;
	overflow:hidden;
	--paginationPos:2.5vw;
}
.banner_box .swiper-slide{
	position:relative;
	max-height:100vh;
	overflow:hidden;
}
.banner_box .swiper-slide a{
	display:block;
	position:relative;
	width:100%;
	max-height:100vh;
	overflow:hidden;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.banner_box .swiper-slide a>img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	transform-style:preserve-3d;
	transform:scale(1.12);
	transition:all 8s;
}
.banner_box .swiper-slide-active a>img{
	transform-style:preserve-3d;
	transform:scale(1);
}
.banner_box .swiper-slide .banner_img{
	overflow:hidden;
	position:relative;
	max-height:calc(100vh - var(--navHeight) - var(--headerHeight));
}
.banner_box .swiper-slide .banner_img img{
	display:block;
	width:100%;
}
.banner_box .swiper-slide .banner_txt{
	position:absolute;
	top:0;
	left:50%;
	z-index:5;
	width:var(--centerWidth);
	margin-left:calc(-.5 * var(--centerWidth));
	padding-top:var(--headerHeight);
	height:100%;
	color:#fff;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.banner_box .swiper-slide .banner_txt img{
	display:block;
	max-height:60%;
	max-width:90%;
}
.banner_box .swiper-slide .banner_sw{
	font-size:var(--font60);
	font-weight:bold;
	padding-bottom:calc(120 / var(--invarPx) * var(--centerWidth));
	letter-spacing:.05em;
}
.banner_box .swiper-slide video{
	position: absolute;
	width:100%;
	left:0px;
	top:50%;
	transform: translateY(-50%);
	object-fit:fill;
	min-height:100%;
	z-index:3;
}
.banner_box .swiper-pagination.swiper-pagination-bz{
	position:absolute;
	left:0;
	bottom:max(20px,calc(50 / 1080 * 100vh));
}
.banner_box .swiper-button.swiper-button-bz{
	--swPos:calc(40 / var(--fullPx) * 100vw);
	--move:calc(var(--swPos) + var(--swbtnSize));
	--swbtnSize:60px;
}
.swiper-pagination.swiper-pagination-bz{
	position:static;
	width:100%;
	text-align:center;
	--swdotBeishu:1;
	--swdotHeight:15px;
	--swdotWidth:calc(var(--swdotBeishu) * var(--swdotHeight));
}
.swiper-pagination.swiper-pagination-bz .swiper-pagination-bullet{
	width:var(--swdotWidth);
	height:var(--swdotHeight);
	border-radius:var(--swdotHeight);
	margin:0 max(calc(var(--swdotHeight) * .75),calc(10 / 30 * var(--swdotWidth)));
	background:currentColor;
	--swiper-pagination-bullet-inactive-opacity:.5;
	transition:all .35s;
}
.swiper-pagination.swiper-pagination-bz .swiper-pagination-bullet-active{
	transform:scale(1.33);
}
.swiper-pagination.swiper-pagination-bz.swiper-pagination-curColor{
	color:var(--curColor);
}
.swiper-pagination.swiper-pagination-bz.swiper-pagination-white{
	color:#fff;
}
.swiper-button.swiper-button-bz{
	--swPos:10px;
	--swiper-navigation-size:var(--swbtnSize);
	font-size:var(--swbtnSize);
	width:1em;
	height:1em;
	border-radius:50%;
	transition:all .35s;
}
.swiper-button.swiper-button-bz::after{
	font-size:.5em;
}
.swiper-button.swiper-button-bz.swiper-button-prev{
	left:var(--swPos);
}
.swiper-button.swiper-button-bz.swiper-button-next{
	right:var(--swPos);
}
.swiper-button.swiper-button-bz.cur-bor{
	border:solid 1px var(--curColor);
	color:var(--curColor);
}
.swiper-button.swiper-button-bz.white-bg{
	background:rgba(255,255,255,.7);
}
.swiper-button.swiper-button-bz.cur-bg{
	background:var(--curColor);
	color:#fff;
}
.swiper-button.swiper-button-bz.swiper-button-black{
	background-color:rgba(0,0,0,.2);
	color:#fff;
}
.swiper-button.swiper-button-bz.white-bg:hover{
	background:#fff;
}

/* 关于我们 */
.gywm_box{
	--imgWidth:calc(480 / var(--invarPx) * var(--centerWidth));
	--imgPd:calc(40 / var(--invarPx) * var(--centerWidth));
	--bloSize:calc(334 / 480 * var(--imgWidth));
	--gap:calc(80 / var(--invarPx) * var(--centerWidth));
	background:#fafcfd url(../img/gywm_bg.png) no-repeat center center;
	background-size:100%;
}
.gywm_box .center_box{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
	padding-bottom:var(--imgPd);
}
.gywm_box .gywm_l{
	width:calc(var(--imgWidth) + var(--imgPd));
	padding-left:var(--imgPd);
	position:relative;
}
.gywm_box .gywm_l .gywm_img{
	display:block;
	overflow:hidden;
	position:relative;
	z-index:3;
	animation-name:fadeIn;
}
.gywm_box .gywm_l .gywm_img img{
	display:block;
	width:100%;
}
.gywm_box .gywm_l .gywm_blo{
	position:absolute;
	left:0;
	bottom:calc(-1 * var(--imgPd));
	width:var(--bloSize);
	height:var(--bloSize);
	background:var(--curColor);
	animation-name:gywmTrs;
	animation-delay:.1s;
}
@keyframes gywmTrs{
	0%{
		opacity:0;
		transform:translate(calc(-1 * var(--imgPd)),var(--imgPd));
	}
	100%{
		opacity:1;
		transform:translate(0,0);
	}
}
.gywm_box .gywm_r{
	width:calc(100% - var(--gap) - var(--imgWidth) - var(--imgPd));
}
.gywm_box .gywm_r .gywm_txt{
	--clampRows:30;
	font-size:calc(13px + 3 / var(--invarPx) * var(--centerWidth));
	opacity:.8;
	margin-top:2em;
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.gywm_box .gywm_r .bz_more2{
	margin-top:calc(4 * var(--fontSize1));
	animation-name:fadeInUp;
	animation-delay:.2s;
}

/* 组织架构图 */
.zzjg_box{
	/* background:url(../img/zzjg_bg.png) no-repeat center center;
	background-size:cover; */
}
.bz_gifbox{
	--gifBoxHeight:max(100vh,600px);
	overflow:hidden;
}
.bz_gifbox .bz_bg_gif{
	height:var(--gifBoxHeight);
	position:-webkit-sticky;
	position:sticky;
	top:0;
}
.bz_gifbox .bz_bg_gif + *{
	position:relative;
	z-index:3;
	margin-top:calc(-1 * var(--gifBoxHeight));
}
.bz_bg_gif{
	position:relative;
	--imgWidth:calc(400 / 1920 * 100vw);
}
.bz_bg_gif .bz_gif ~ .center_box{
	position:relative;
	z-index:3;
}
.bz_bg_gif .bz_gif{
	width:var(--imgWidth);
	position:absolute;
	opacity:.8;
}
.bz_bg_gif .bz_gif1{
	top:0;
	right:0;
}
.bz_bg_gif .bz_gif2{
	left:0;
	bottom:0;
	opacity:.6;
}
.bz_bg_gif .bz_gif img{
	display:block;
	width:100%;
}

/* 成员 */
.bz_top{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-end;
	align-items:flex-end;
}
.bz_top .bz_r{
	overflow:hidden;
}
.bz_top .bz_r .swiper-button.swiper-button-bz{
	float:left;
	position:relative;
	top:auto;
	left:auto;
	right:auto;
	margin-top:0;
}
.bz_top .bz_r .swiper-button + .swiper-button{
	margin-left:var(--swbtnSize);
}
.cy_box{
	background:url(../img/cy_bg.jpg) no-repeat center center fixed;
	background-size:cover;
	position:relative;
}
.cy_box::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(var(--rgb),var(--rgb_alpha));
}
.cy_box .center_box{
	position:relative;
	z-index:3;
}
.cy_box .cy_con{
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.cy_swiper{
	--col:4;
	--gap:30px;
	--imgWidth:calc((var(--centerWidth) - (var(--col) - 1) * var(--gap)) / var(--col));
	--radius:10px;
}
.cy_swiper .swiper-slide{
	width:var(--imgWidth);
	margin-right:var(--gap);
}
.cy_swiper .swiper-slide .cy_ss{
	display:block;
	color:#fff;
	font-size:14px;
}
.cy_swiper .swiper-slide .cy_ss .cy_img{
	display:block;
	overflow:hidden;
	border-radius:var(--radius);
	height:var(--imgWidth);
	position:relative;
}
.cy_swiper .swiper-slide .cy_ss .cy_img::before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:radial-gradient(circle,rgba(var(--rgb),0) 60%, rgba(var(--rgb),.9) 100%);
	transform:scale(4);
	opacity:0;
	transition:all .5s;
	pointer-events:none;
}
.cy_swiper .swiper-slide .cy_ss .cy_img img{
	display:block;
	width:100%;
	height:100%;
}
.cy_swiper .swiper-slide .cy_ss .cy_txt{
	position:relative;
}
.cy_swiper .swiper-slide .cy_ss .cy_txt::before{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,.5);
	transform-origin:right;
	transform:scaleX(0);
	opacity:0;
	transition:transform .5s,opacity .5s;
}
.cy_swiper .swiper-slide .cy_ss .cy_txt .cy_st{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items:flex-end;
	align-items:flex-end;
}
.cy_swiper .swiper-slide .cy_ss .cy_txt .cy_st .cy_name{
	font-size:24px;
	margin-right:.5em;
}
.cy_swiper .swiper-slide .cy_ss .cy_txt .cy_st .cy_zw{
	padding-bottom:.2em;
}
.cy_swiper .swiper-slide .cy_ss .cy_txt .cy_st .cy_zw,
.cy_swiper .swiper-slide .cy_ss .cy_txt .cy_sd .cy_sw{
	opacity:.8;
}
.cy_swiper .swiper-slide .cy_ss .cy_txt .cy_sd{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
	margin-top:2px;
}
.cy_swiper .swiper-slide .cy_ss .cy_txt .cy_sd .cy_sw{
	max-width:calc(100% - 40px);
	--clampRows:1;
}
.cy_swiper .swiper-slide .cy_ss .cy_txt .cy_sd .cy_more{
	transform:translateX(-20px);
	opacity:0;
	transition:transform .35s,opacity .35s;
}
.cy_swiper .bz_more1.only_icon .bz_icon .iconfont{
	font-size:1.25em;
}

/* 服务内容 */
.fwnr_box .fwnr_con{
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.fwnr_box .fwnr_con ul{
	--rgb_alpha:.5;
	--gap:calc(20 / var(--invarPx) * var(--centerWidth));
	--imgHeight:calc(300px + 150 / var(--invarPx) * var(--centerWidth));
	--pd:calc(20px + 10 / var(--invarPx) * var(--centerWidth));
	margin-top:calc(-1 * var(--gap));
	margin-left:calc(-1 * var(--gap));
}
.fwnr_box .fwnr_con ul li{
	-webkit-flex:1;
	flex:1;
	margin-top:var(--gap);
	transition:flex .5s;
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.fwnr_box .fwnr_con ul li .fwnr_ss{
	display:block;
	margin-left:var(--gap);
	border-radius:10px;
	overflow:hidden;
	position:relative;
	color:#fff;
}
.fwnr_box .fwnr_con ul li .fwnr_ss .fwnr_img{
	display:block;
	overflow:hidden;
	height:var(--imgHeight);
}
.fwnr_box .fwnr_con ul li .fwnr_ss .fwnr_img img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.fwnr_box .fwnr_con ul li .fwnr_ss .fwnr_wrap{
	padding:var(--pd);
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:3;
}
.fwnr_box .fwnr_con ul li .fwnr_ss .fwnr_wrap1{
	height:100%;
	background:rgba(var(--rgb),var(--rgb_alpha));
	transition:all .5s,opacity .5s;
}
.fwnr_box .fwnr_con ul li .fwnr_ss .fwnr_wrap2{
	background:linear-gradient(to bottom,rgba(var(--rgb),0),rgba(var(--rgb),1));
}
.fwnr_box .fwnr_con ul li .fwnr_ss .fwnr_wrap .fwnr_sh{
	font-size:calc(12px + 12 / var(--invarPx) * var(--centerWidth));
}
.fwnr_box .fwnr_con ul li .fwnr_ss .fwnr_wrap1 .fwnr_sh{
	writing-mode: vertical-lr;
}
.fwnr_box .fwnr_con ul li .fwnr_ss .fwnr_wrap2 .bz_more1{
	margin-top:.5em;
}

/* 新闻动态 */
.xw_box{
	--lWidth:calc(510 / var(--invarPx) * var(--centerWidth));
	--lPd:calc(30 / var(--invarPx) * var(--centerWidth));
	--imgHeight:calc(80px + 220 / var(--invarPx) * var(--centerWidth));
	--gap:calc(100 / var(--invarPx) * var(--centerWidth));
	--rPd:calc(12px + 21 / var(--invarPx) * var(--centerWidth));
	background:#f7f7f7 url(../img/xw_bg.png) no-repeat center center;
	background-size:cover;
}
.xw_box .xw_con{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-start;
	align-items:flex-start;
}
.xw_box .xw_tab{
	--tabGapLeft:calc(50 / 24 * 1em);
	--tabGapTop:calc(24 / 24 * 1em);
	font-size:calc(12px + 12 / var(--invarPx) * var(--centerWidth));
}
.xw_box .xw_tab ul{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-top:calc(-1 * var(--tabGapTop));
	margin-left:calc(-1 * var(--tabGapLeft));
}
.xw_box .xw_tab ul li{
	margin-top:var(--tabGapTop);
}
.xw_box .xw_tab .xw_ss{
	display:block;
	margin-left:var(--tabGapLeft);
	color:#666;
}
.xw_box .xw_con .xw_l{
	width:var(--lWidth);
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.xw_box .xw_con .xw_l .xw_ss{
	display:block;
	padding:var(--lPd);
	background:#fff;
}
.xw_box .xw_con .xw_l .xw_ss .xw_img{
	display:block;
	overflow:hidden;
	height:var(--imgHeight);
}
.xw_box .xw_con .xw_l .xw_ss .xw_img img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.xw_box .xw_con .xw_l .xw_sd{
	font-size:calc(13px + 1 / var(--invarPx) * var(--centerWidth));
	color:var(--curColor);
	margin-top:.6em;
}
.xw_box .xw_con .xw_l .xw_sd .xw_line{
	width:50%;
	height:1px;
	background:currentColor;
	opacity:.5;
	transform-origin:right;
	transition:all .35s
}
.xw_box .xw_con .xw_l .xw_txt{
	margin-top:1em;
}
.xw_box .xw_con .xw_l .xw_ss .xw_txt .xw_st,
.xw_box .xw_con .xw_l .xw_ss .xw_txt .xw_sd,
.xw_box .xw_con .xw_r .xw_ss,
.xw_box .xw_con .xw_r .xw_ss .xw_txt{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
}
.xw_box .xw_con .xw_ss .xw_txt{
	font-size:calc(13px + 5 / var(--invarPx) * var(--centerWidth));
}
.xw_box .xw_con .xw_ss .xw_txt .xw_sh{
	font-weight:500;
	max-width:calc(100% - 60px);
	--clampRows:1;
}
.xw_box .xw_con .xw_l .xw_ss .xw_txt .xw_sh{
	max-width:100%;
}
.xw_box .xw_con .xw_ss .bz_more1{
	margin-right:1em;
	transform:translateX(-150%);
	opacity:0;
	transition:all .35s;
}
.xw_box .xw_con .xw_r{
	width:calc(100% - var(--lWidth) - var(--gap));
	animation-name:fadeInUp;
	animation-delay:.4s;
}
.xw_box .xw_con .xw_r ul{
	margin-top:calc(-1 * var(--rPd));
}
.xw_box .xw_con .xw_r .xw_ss{
	padding:var(--rPd) 0;
	position:relative;
}
.xw_box .xw_con .xw_r .xw_ss::before,
.xw_box .xw_con .xw_r .xw_ss::after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
}
.xw_box .xw_con .xw_r .xw_ss::before{
	background:rgba(0,0,0,.1);
}
.xw_box .xw_con .xw_r .xw_ss::after{
	background:var(--curColor);
	opacity:0;
	transform:scaleX(0);
	transform-origin:right;
	transition:transform .35s,opacity .35s;
}
.xw_box .xw_con .xw_r .xw_ss .xw_date{
	-webkit-align-items:center;
	align-items:center;
	color:var(--curColor);
}
.xw_box .xw_con .xw_r .xw_ss .xw_date p{
	font-size:calc(24 / 18 * 1em);
	font-weight:bold;
	margin-right:.3em;
}
.xw_box .xw_con .xw_r .xw_ss .xw_date span{
	opacity:.5;
}
.xw_box .xw_con .xw_r .xw_ss .xw_txt{
	width:calc(100% - 7.5em);
}

/* 页脚 */
.footer_box{
	background:#384451;
	color:rgba(255,255,255,.6);
}
.footer_top .center_box{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-end;
	align-items:flex-end;
	border-bottom:solid 1px rgba(255,255,255,.3);
}
.footer_top .footer_logo img{
	display:block;
	max-height:50px;
}
.footer_nav{
	--gap:calc(80 / var(--invarPx) * var(--centerWidth));
	font-size:calc(12px + 6 / var(--invarPx) * var(--centerWidth));
}
.footer_nav ul{
	margin-left:calc(-1 * var(--gap));
}
.footer_nav ul li a{
	margin-left:var(--gap);
}
.footer_bot{
	--lWidth:300px;
	--gap:calc(200 / var(--invarPx) * var(--centerWidth));
	font-size:14px;
}
.footer_bot .center_box{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-end;
	align-items:flex-end;
}
.footer_bot .footer_bl{
	color:#fff;
	width:var(--lWidth);
	line-height:1.7;
}
.footer_bot .footer_bl > ul > li:not(.footer_addr){
	font-weight:bold;
}
.footer_bot .footer_bl > ul > li.footer_addr + li{
	margin-top:.7em;
}
.footer_bot .footer_bl > ul > li *{
	font-weight:inherit;
}
.footer_bot .footer_br{
	width:calc(100% - var(--lWidth) - var(--gap));
	line-height:2.14;
}
.footer_bot .footer_br .footer_cpr > *{
	margin-left:1em;
}

/* 侧边栏 */
.fix_bar{
	--boxSize:calc(40px + 20 / var(--invarPx) * var(--centerWidth));
	--pos:10px;
	position:fixed;
	z-index:982;
	right:-100px;
	bottom:12vh;
	transition:all .5s;
	font-family:arial;
}
.fix_bar.isOpen{
	right:var(--pos);
}
.fix_bar ul li{
	position:relative;
}
.fix_bar ul li+li{
	margin-top:2px;
}
.fix_bar ul li .fix_ss{
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	-webkit-flex-direction:column;
	flex-direction:column;
	width:var(--boxSize);
	height:var(--boxSize);
	color:#fff;
	background:var(--curColor);
	border-radius:10px;
	overflow:hidden;
	position:relative;
	z-index:3;
	cursor:pointer;
	transition:all .35s;
}
.fix_bar ul li .fix_ss::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:radial-gradient(circle,var(--subColor) 0%,var(--curColor) 100%);
	transform:scale(.6);
	opacity:0;
	transition:all .35s;
}
.fix_bar ul li .fix_ss:hover::before{
	transform:scale(1);
	opacity:1;
}
.fix_bar ul li .fix_ss > *{
	position:relative;
	z-index:3;
}
.fix_bar ul li .fix_ss .iconfont{
	font-size:calc(.4 * var(--boxSize));
}
.fix_bar ul li .fix_ss p{
	font-size:12px;
	margin-top:3px;
}
.fix_bar ul li .fix_wrap{
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
	left:0;
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,.1);
	border-radius:5px;
	white-space:nowrap;
	opacity:0;
	pointer-events:none;
	transition:all .5s;
}
.fix_bar ul li .fix_wrap:before{
	content:"";
	position:absolute;
	border-top:solid 10px transparent;
	border-bottom:solid 10px transparent;
	border-left:solid 10px #fff;
	right:-8px;
	top:50%;
	transform:translateY(-50%);
}
.fix_bar ul li .fix_wrap .fix_name{
	font-size:14px;
	color:#333;
	display:block;
}
.fix_bar ul li .fix_wrap .fix_w{
	font-size:16px;
	color:var(--curColor);
	font-weight:bold;
	margin-top:2px;
}
.fix_bar ul li:hover .fix_ss{
	background:var(--curColor);
}
.fix_bar ul li:hover .fix_wrap{
	transform:translate(calc(-100% - 22px),-50%);
	opacity:1;
	pointer-events:auto;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~内页~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.innner_banav{
	position:relative;
	overflow:hidden;
	--innavHeight:calc(12px + 38 / var(--invarPx) * var(--centerWidth));
}
/* 内页-banner */
.inner_banner{
    position:relative;
    overflow:hidden;
	max-height:100vh;
	z-index:2;
}
.inner_banner .inner_banner_mask{
	--maskSize:150vmax;
	--op1:0;
	--op2:.3;
	position:absolute;
	top:50%;
	left:50%;
	width:var(--maskSize);
	height:var(--maskSize);
	margin-top:calc(-.5 * var(--maskSize));
	margin-left:calc(-.5 * var(--maskSize));
	background:#000;
	border-radius:50%;
	z-index:2;
	pointer-events:none;
	opacity:var(--op2);
	animation-name:inbGrad;
	animation-duration:1.5s;
	animation-delay:.5s;
}
@keyframes inbGrad{
	0%{
		opacity:var(--op1);
		transform: scale(0);
	}
	100%{
		opacity:var(--op2);
		transform:scale(1);
	}
}
.inner_banner > img {
    display:block;
    width:100%;
    height:100%;
	object-fit:cover;
}
.inner_banner .inner_b_txt{
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
    height:100%;
    z-index:3;
    color:#fff;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.inner_banner .inner_b_txt .inner_b_ce{
	width:100%;
	position:relative;
	font-size:calc(12px + 18 / var(--invarPx) * var(--centerWidth));
	color:#fff;
	padding-bottom:var(--innavHeight);
	padding-top:var(--headerHeight);
	text-align:center;
}
.inner_banner .inner_b_txt .inner_b_cn{
	font-size:2em;
	font-weight:bold;
	animation-name:fadeInUp;
	animation-delay:.8s;
}
.inner_banner .inner_b_txt .inner_b_exp{
	display:block;
	font-weight:bold;
	color:rgba(255,255,255,.5);
	animation-name:fadeInUp;
	animation-delay:1.2s;
}

.inner_banner .inner_b_txt .inner_b_line{
	display:block;
	width:1.67em;
	height:2px;
	background:currentColor;
	transform-origin:left;
	animation-name:bLine;
}
@keyframes bLine{
	from{
		transform:scaleX(0);
	}
	to{
		transform:scaleX(1);
	}
}

.scaleBox {
    -webkit-animation-name:scaleBox;
    animation-name:scaleBox;
}

@keyframes scaleBox {
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

/* 二级导航 */
.isub_nav{
	--col:8;
	position:absolute;
	left:0;
	right:0;
	bottom:calc(30 / 50 * var(--innavHeight));
	z-index:5;
	animation-name:fadeInUp1;
	animation-delay:.3s;
	width:calc(100% - 4 * var(--swbtnSize));
	margin-left:auto;
	margin-right:auto;
}
.isub_nav .swiper-container{
	color:#fff;
}
.isub_nav .swiper-button-bz.swiper-button-white{
	/* color:#fff;
	border-color:#fff; */
}
.isub_nav .swiper-button-bz.swiper-button-disabled{
	display:none;
}
.isub_nav .swiper-button-white.swiper-button-bz{
	--swbtnSize:30px;
	--swPos:calc(-1.5 * var(--swbtnSize));
	background:#fff;
	color:var(--curColor);
	opacity:.5;
}
.isub_nav .swiper-button-white.swiper-button-bz:hover{
	opacity:1;
}
@keyframes fadeInUp1{
  0% {
    opacity:0;
    transform: translateY(20px);
	z-index:1;
  }

  100% {
    opacity: 1;
    transform: translateY(0);
	z-index:5;
  }
}
.isub_nav .swiper-button-white.swiper-button-bz:after{
	font-weight:bold;
}
.isub_nav .swiper-slide{
	position:relative;
	width:auto;
}
.isub_nav .swiper-slide + .swiper-slide{
	margin-left:calc(30 / var(--invarPx) * var(--centerWidth));
}
.isub_nav .swiper-slide a{
	display:block;
	text-align:center;
	font-size:calc(24 / 50 * var(--innavHeight));
	padding:0 1em;
	border:solid 1px currentColor;
	border-radius:var(--innavHeight);
	height:var(--innavHeight);
	line-height:var(--innavHeight);
	position:relative;
	opacity:.5;
}
.isub_nav .swiper-slide.current{
	z-index:5;
}
.isub_nav .swiper-slide.current a{
	background:rgba(255,255,255,.3);
	opacity:1;
}
.isub_nav .swiper-slide.current:before,
.isub_nav .swiper-slide.current a:before{
	background:transparent;
}
.isub_nav .swiper-slide:not(.current) a:hover{
	opacity:1;
	background:rgba(255,255,255,.3);
}

/* 列表翻页 */
.list_pages .pagination{
	font-size:0;
	overflow:hidden;
	position:relative;
	text-align:center;
}
.list_pages .pagination li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 6px 10px;
}
.list_pages .pagination li a,
.list_pages .pagination li span{
	display:block;
	font-size:18px;
	color:#333;
	width:40px;
	height:40px;
	text-align:center;
	line-height:38px;
	overflow:hidden;
	border:solid 1px var(--curColor);
}
.list_pages .pagination li.pg_prev a,
.list_pages .pagination li.pg_next a{
	background:none !important;
	/* color:var(--curColor); */
	width:auto;
	padding:0 25px;
}
.list_pages .pagination li.active a,
.list_pages .pagination li.active span{
	background:var(--curColor);
	color:#fff;
}
.list_pages .pagination li.active a:hover,
.list_pages .pagination li.active span:hover{
	color:#fff !important;
}
.list_pages .pagination li:not(.disabled) a:hover{
	color:#fff;
	background-color:var(--curColor);
}
.list_pages .pagination li.pg_prev:not(.disabled) a:hover,
.list_pages .pagination li.pg_next:not(.disabled) a:hover{
	color:#fff;
	background-color:var(--curColor) !important;
}

/* 内容翻页 */
.ipn_page .inner_pnpage{
	overflow:hidden;  
}
.ipn_page .inner_pnpage>a{ 
	display:block;
	overflow:hidden;
	line-height:21px;
}
.ipn_page .inner_pnpage>a span,
.ipn_page .inner_pnpage>a p{
	float:left;
	color:#333;
}
.ipn_page .inner_pnpage>a span,
.ipn_page .inner_pnpage>a p,
.ipn_page .ipn_return span{
	font-size:16px;
}
.ipn_page .inner_pnpage>a span{
	font-weight:bold;
}
.ipn_page .inner_pnpage>a p{
	color:#333;
	max-width:calc(var(--centerWidth) - 2 * var(--pd) - 200px - 4em);
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	transition:all .35s;
}
.ipn_page .inner_pnpage>a:hover p{
	color:var(--curColor);
}
.ipn_page{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
	border-top:solid 1px #e5e5e5;
}
.ipn_page .inner_pnpage>a + a{
	margin-top:15px;
}
.ipn_page .ipn_return{
	-webkit-align-items:center;
	align-items:center;
	color:var(--curColor);
	padding:10px 20px;
	border:solid 1px var(--curColor);
}
.ipn_page .ipn_return .iconfont{
	margin-right:5px;
}
.ipn_page .ipn_return:hover{
	background:var(--curColor);
	color:#fff;
}

/* 服务内容页 */
/* .fwnr_box1 .fwnr_s1{
	background:url(../img/fwnr_s1_bg.png) no-repeat center center;
	background-size:100%;
} */
.fwnr_s1 .fwnr_ct{
	--pd:calc(50 / var(--invarPx) * var(--centerWidth));
	padding:var(--pd);
	border-radius:0 0 10px 10px;
	box-shadow:0 0 10px rgba(0,0,0,.1);
	position:relative;
	background:#fff;
	color:#666;
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.fwnr_s1 .fwnr_ct::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:2px;
	background:linear-gradient(to right,var(--subColor),var(--curColor));
}
.fwnr_swiper{
	--gap:30px;
	--col:3;
	--imgWidth:calc((var(--centerWidth) - (var(--col) - 1) * var(--gap)) / var(--col));
	--imgHeight:calc(334 / 447 * var(--imgWidth));
}
.fwnr_swiper .swiper-slide{
	width:var(--imgWidth);
	margin-right:var(--gap);
}
.fwnr_swiper .swiper-slide .fwnr_ss{
	display:block;
	overflow:hidden;
}
.fwnr_swiper .swiper-slide .fwnr_ss .fwnr_img{
	display:block;
	overflow:hidden;
	height:var(--imgHeight);
	border-radius:10px;
	background:linear-gradient(to bottom,var(--curColor),var(--subColor));
}
.fwnr_swiper .swiper-slide .fwnr_ss .fwnr_img img{
	display:block;
	width:100%;
	height:100%;
	transition:all .35s;
}
.fwnr_swiper .swiper-slide .fwnr_ss:hover .fwnr_img img{
	transform:scale(1.06);
	opacity:.5;
}

.fwnr_s2{
	background:#f9f9f9;
}
.fwnr_list{
	--col:2;
	--gap:2px;
	--pd:calc(30 / var(--invarPx) * var(--centerWidth));
	--imgWidth:calc((var(--centerWidth) - (var(--col) - 1) * var(--gap)) / var(--col));
	--imgHeight:calc(300 / 700 * var(--imgWidth));
}
.fwnr_list ul{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-top:calc(-1 * var(--gap));
	margin-left:calc(-1 * var(--gap));
}
.fwnr_list ul li{
	width:calc(100% / var(--col));
	margin-top:var(--gap);
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.fwnr_list ul li .fwnr_ss{
	display:block;
	margin-left:var(--gap);
	overflow:hidden;
	position:relative;
	color:#fff;
}
.fwnr_list ul li .fwnr_ss::before{
	--rgb_alpha1:0;
	--rgb_alpha2:0.8;
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	bottom:0;
	left:0;
	background:linear-gradient(to bottom,rgba(var(--rgb),var(--rgb_alpha1)),rgba(var(--rgb),var(--rgb_alpha2)));
	transform-origin:bottom;
	transform:scaleY(.33);
	transition:all .5s;
}
.fwnr_list ul li .fwnr_ss .fwnr_img{
	display:block;
	overflow:hidden;
	height:var(--imgHeight);
}
.fwnr_list ul li .fwnr_ss .fwnr_img img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.fwnr_list ul li .fwnr_ss .fwnr_txt{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	padding:var(--pd);
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
}
.fwnr_list ul li .fwnr_ss .fwnr_txt .fwnr_sh{
	font-size:calc(12px + 12 / var(--invarPx) * var(--centerWidth));
	font-weight:bold;
	max-width:calc(100% - 60px);
	--clampRows:1;
}
.fwnr_list ul li .fwnr_ss:hover::before{
	transform:scaleY(1);
}

/* 培训服务页 */
.pxfw_box1{
	/* background:url(../img/fwnr_s1_bg.png) no-repeat center center;
	background-size:100%; */
}
.pxfw_list{
	--col:3;
	--gap:calc(30 / var(--invarPx) * var(--centerWidth));
	--imgWidth:calc((var(--centerWidth) - (var(--col) - 1) * var(--gap)) / var(--col));
}
.pxfw_list ul{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-top:calc(-1 * var(--gap));
	margin-left:calc(-1 * var(--gap));
}
.pxfw_list ul li{
	width:calc(100% / var(--col));
	margin-top:var(--gap);
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.pxfw_list .pxfw_ss{
	display:block;
	margin-left:var(--gap);
}
.pxfw_list .pxfw_ss .pxfw_st{
	overflow:hidden;
	border-radius:10px;
	position:relative;
}
.pxfw_list .pxfw_ss .pxfw_st .pxfw_img{
	display:block;
	height:var(--imgWidth);
	overflow:hidden;
}
.pxfw_list .pxfw_ss .pxfw_st .pxfw_img img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.pxfw_list .pxfw_ss .pxfw_st .pxfw_wrap{
	--rgb_alpha:.8;
	background:rgba(var(--rgb),var(--rgb_alpha));
	color:#fff;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	transform:scale(1.5);
	opacity:0;
	transition:all .5s;
}
.pxfw_list .bz_more1.only_icon{
	width:calc(40 / 16 * 1em) !important;
	height:calc(40 / 16 * 1em);
	border:solid 1px #fff;
	border-radius:50%;
}
.pxfw_list .pxfw_ss .pxfw_st .pxfw_wrap .pxfw_sw{
	font-size:calc(12px + 4 / var(--invarPx) * var(--centerWidth));
	margin-top:.625em;
}
.pxfw_list .pxfw_ss .pxfw_sh{
	font-size:calc(12px + 12 / var(--invarPx) * var(--centerWidth));
	font-weight:bold;
	text-align:center;
	--clampRows:1;
}

/* 培训服务详情页 */
.bz_bg{
	background:url(../img/pxx_bg.png) repeat-y center center;
	background-size:100%;
}

/* 新闻列表页 */
.xw_list1{
	--pd:20px;
	--gap:30px;
	--imgWidth:calc(260px + 40 / var(--invarPx) * var(--centerWidth));
	--imgHeight:calc(200 / 300 * var(--imgWidth));
}
.xw_list1 ul li{
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.xw_list1 .xw_ss{
	padding:var(--pd);
	background:#f9f9f9;
	position:relative;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
}
.xw_list1 .xw_ss::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:linear-gradient(to right,var(--subColor),var(--curColor));
	transform-origin:right;
	transform:scaleX(0);
	opacity:0;
}
.xw_list1 .xw_ss .xw_img,
.xw_list1 .xw_ss .xw_txt{
	position:relative;
	z-index:3;
}
.xw_list1 .xw_ss .xw_img{
	display:block;
	width:var(--imgWidth);
	height:var(--imgHeight);
	overflow:hidden;
}
.xw_list1 .xw_ss .xw_img img{
	display:block;
	width:100%;
	height:100%;
}
.xw_list1 .xw_ss .xw_txt{
	width:calc(100% - var(--gap) - var(--imgWidth));
}
.xw_list1 .xw_ss .xw_txt .xw_sh{
	font-size:20px;
	font-weight:bold;
	--clampRows:1;
}
.xw_list1 .xw_ss .xw_txt .xw_date{
	display:block;
	font-size:14px;
	opacity:.6;
}
.xw_list1 .xw_ss .xw_txt .xw_sw{
	font-size:16px;
	line-height:1.5;
	opacity:.8;
}
.xw_list1 .xw_ss .xw_txt .bz_more1{
	opacity:.7;
}
.xw_list1 .bz_more1 .bz_icon{
	margin-left:.4em;
}
.xw_list1 .bz_more1 .bz_icon .iconfont{
	font-size:.9em;
}
.xw_list1.xw_col2{
	--col:2;
}
.xw_list1.xw_col2 ul{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-left:calc(-1 * var(--gap));
	margin-top:calc(-1 * var(--gap));
}
.xw_list1.xw_col2 ul li{
	width:calc(100% / var(--col));
	margin-top:var(--gap);
}
.xw_list1.xw_col2 ul li .xw_ss{
	margin-left:var(--gap);
	padding:0;
}
.xw_list1.xw_col2 .xw_ss .xw_txt{
	padding-right:var(--pd);
}

/* 新闻详情页 */
.xqy_box1{
	--pd:calc(100 / var(--invarPx) * var(--centerWidth));
}
.xqy_box1 .center_box{
	padding-left:var(--pd);
	padding-right:var(--pd);
}
.xqy_container{
	overflow:hidden;
}
.xqy_container .xqy_title .xqy_h{
	font-size:24px;
	font-weight:bold;
	text-align:center;
}
.xqy_container .xqy_info{
	--gap:40px;
	font-size:14px;
	color:#666;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
	margin-left:calc(-1 * var(--gap));
	margin-top:.7em;
}
.xqy_container .xqy_info span{
	margin-left:var(--gap);
}

/* 下载列表页 */
.xz_list{
	--gap:20px;
	--pdTop:20px;
	--pdLeft:30px;
	--iconWidth:110px;
}
.xz_list ul li{
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.xz_list ul li + li{
	margin-top:var(--gap);
}
.xz_list .xz_ss{
	padding:var(--pdTop) var(--pdLeft);
	padding-right:0;
	background:#f9f9f9;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	position:relative;
}
.xz_list .xz_ss::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:linear-gradient(to right,var(--subColor),var(--curColor));
	transform-origin:right;
	transform:scaleX(0);
	opacity:0;
}
.xz_list .xz_ss .xz_txt,
.xz_list .xz_ss .xz_icon{
	position:relative;
	z-index:3;
}
.xz_list .xz_ss .xz_txt{
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-align-items:flex-start;
	align-items:flex-start;
	width:calc(100% - var(--iconWidth) - var(--pdLeft));
}
.xz_list .xz_ss .xz_txt .xz_sh{
	font-size:20px;
	font-weight:bold;
	max-width:100%;
	--clampRows:1;
}
.xz_list .xz_ss .xz_txt .xz_date{
	font-size:14px;
	opacity:.6;
	margin-top:1em;
}
.xz_list .xz_ss .xz_icon{
	width:var(--iconWidth);
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	border-left:solid 1px #e5e5e5;
	color:var(--curColor);
	transition:color .35s,border-color .35s;
}
.xz_list .xz_ss .xz_icon .iconfont{
	font-size:calc(32 / 110 * var(--iconWidth));
}

/* 在线留言 */
.liuyan_box{
	--borderWidth:min(10px,calc(10 / var(--invarPx) * var(--centerWidth)));
}
.liuyan_box .liuyan_con{
	padding:calc(5 * var(--borderWidth));
	background:#fff;
	border:solid 10px #f5f5f5;
}
.liuyan_box .liuyan_sh{
	font-size:calc(12px + 12 / var(--invarPx) * var(--centerWidth));
	font-weight:bold;
	padding-bottom:1em;
}
.liuyan_form > ul{
	--gap:min(40px,calc(40 / var(--invarPx) * var(--centerWidth)));
	--mgTop:calc(.75 * var(--gap));
	--inputH:50px;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-end;
	align-items:flex-end;
	margin-top:calc(-1 * var(--mgTop));
	margin-left:calc(-1 * var(--gap));
}
.liuyan_form > ul > .liuyan_c1{
	width:100%;
}
.liuyan_form > ul > .liuyan_c2{
	width:50%;
}
.liuyan_form > ul > .liuyan_c3{
	width:33.33333%;
}
.liuyan_form > ul > .liuyan_c4{
	width:25%;
}
.liuyan_form > ul > li{
	margin-top:var(--mgTop);
}
.liuyan_form > ul > li .liuyan_ss{
	position:relative;
	margin-left:var(--gap);
}
.liuyan_form > ul > li .liuyan_ss input[type="text"],
.liuyan_form > ul > li .liuyan_ss textarea{
	display:block;
	padding-left:var(--inputH);
	height:var(--inputH);
	width:100%;
	border-bottom:solid 1px #ddd;
	font-size:calc(12px + 2 / var(--invarPx) * var(--centerWidth));
	color:#333;
	transition:all .35s;
}
.liuyan_form > ul > li .liuyan_ss textarea{
	height:auto;
	padding-top:15px;
	overflow:hidden;
	resize:vertical;
}
.liuyan_form > ul > li .liuyan_ss input[type="text"]:focus,
.liuyan_form > ul > li .liuyan_ss textarea:focus{
	border-color:var(--curColor);
}
.liuyan_form > ul > li .liuyan_ss .liuyan_icon{
	width:var(--inputH);
	height:var(--inputH);
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	position:absolute;
	top:0;
	left:0;
	color:var(--curColor);
	transition:all .35s;
}
.liuyan_form > ul > li .liuyan_ss .liuyan_icon svg{
	display:block;
	max-width:52%;
	max-height:52%;
}
.liuyan_form > ul > li .liuyan_ss .liuyan_icon svg path{
	fill:currentcolor !important;
}
.liuyan_form > ul > li .liuyan_ss .liuyan_img{
	position:absolute;
	bottom:calc(10 / 50 * var(--inputH));
	right:0;
}
.liuyan_form > ul > li .liuyan_ss .liuyan_img img{
	display:block;
	height:var(--inputH);
}
.liuyan_form .liuyan_btn{
	display:block;
	padding:0 calc(25 / 50 * var(--inputH));
	line-height:var(--inputH);
	min-width:calc(3 * var(--inputH));
	text-align:center;
	border-radius:200px;
	font-size:var(--font16);
	font-weight:bold;
	background:var(--curColor);
	color:#fff;
	cursor:pointer;
	transition:all .35s;
}
.liuyan_form .liuyan_btn:hover{
	background:var(--subColor);
}

/* 地图 */
#dituContent{
	height:calc(400px + 100 / var(--invarPx) * var(--centerWidth));
}
#dituContent .BMap_bubble_pop{
	box-sizing:border-box !important;
	border-color:#999 !important;
}
#dituContent .BMap_bubble_pop > img{
	top:auto !important;
	bottom:-31px !important;
}
#dituContent .BMap_bubble_pop .BMap_bubble_top{
	height:0 !important;
}
#dituContent .BMap_bubble_pop .BMap_bubble_top .BMap_bubble_buttons{
	font-weight:bold;
}
#dituContent .BMap_bubble_pop .BMap_bubble_top .BMap_bubble_buttons *{
	font-size:26px !important;
	font-weight:inherit !important;
}
#dituContent .BMap_bubble_pop .BMap_bubble_top .BMap_bubble_buttons *:hover{
	color:var(--curColor) !important;
	transition:all .1s;
}
#dituContent .BMap_bubble_pop{
	width:300px !important;
}
#dituContent .BMap_bubble_pop .ditu_txt{
	padding:15px 10px;
}
#dituContent .BMap_bubble_pop .ditu_sh{
	font-size:18px;
	font-weight:bold;
	color:var(--curColor);
}
#dituContent .BMap_bubble_pop .ditu_sw{
	font-size:16px;
	margin-top:.3em;
}
#dituContent .BMap_bubble_pop .BMap_bubble_content{
	width:290px !important;
}

/* 联系我们页 */
.lxwm_s2{
	--pdLeft:calc(50 / var(--invarPx) * var(--centerWidth));
}
.lxwm_s2 .center_box{
	background:#f7f7f7;
}
.lxwm_s2 .lxwm_l,
.lxwm_s2 .lxwm_r{
	width:50%;
}
.lxwm_s2 .lxwm_l{
	padding:var(--pdLeft);
}
.lxwm_s2 .lxwm_l .lxwm_tit{
	margin-top:calc(30 / var(--invarPx) * var(--centerWidth));
}
.lxwm_s2 .lxwm_l .lxwm_tit .lxwm_sh{
	font-size:calc(12px + 12 / var(--invarPx) * var(--centerWidth));
	font-weight:bold;
}
.lxwm_s2 .lxwm_l .lxwm_tit .lxwm_sub{
	--pd:calc(30 / 16 * 1em);
	--lineHeight:1.4;
	display:block;
	font-size:calc(12px + 4 / var(--invarPx) * var(--centerWidth));
	padding-left:var(--pd);
	position:relative;
	opacity:.8;
	margin-top:.5em;
}
.lxwm_s2 .lxwm_l .lxwm_tit .lxwm_sub::before{
	content:"";
	position:absolute;
	width:calc(20 / 30 * var(--pd));
	height:1px;
	background:currentColor;
	left:0;
	top:calc(var(--lineHeight) * 1em / 2);
}
.lxwm_s2 .lxwm_l .lxwm_info{
	--fontSize:calc(12px + 6 / var(--invarPx) * var(--centerWidth));
	--iconSize:calc(40 / 18 * var(--fontSize));
}
.lxwm_s2 .lxwm_l .lxwm_info ul li{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-start;
	align-items:flex-start;
	margin-top:calc(30 / var(--invarPx) * var(--centerWidth));
}
.lxwm_s2 .lxwm_l .lxwm_info .lxwm_icon{
	width:var(--iconSize);
	height:var(--iconSize);
	border:solid 1px #ddd;
	border-radius:50%;
	color:var(--curColor);
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.lxwm_s2 .lxwm_l .lxwm_info .lxwm_icon svg{
	display:block;
	max-width:60%;
	max-height:60%;
}
.lxwm_s2 .lxwm_l .lxwm_info .lxwm_icon svg path{
	fill:currentColor !important;
}
.lxwm_s2 .lxwm_l .lxwm_info .lxwm_sr{
	width:calc(100% - var(--iconSize) - .7em);
	min-height:var(--iconSize);
	-webkit-align-items:center;
	align-items:center;
}

/* 加入我们页 */
.jrwm_s1{
	--imgWidth:50%;
	--posPd:30px;
	--rPdtb:40px;
	--rPdlr:calc(2 * var(--rPdtb));
	--iconSize:22px;
	animation-name:fadeInUp;
}
.jrwm_s1 .center_box{
	background:#f7f7f7;
}
.jrwm_s1 .jrwm_l{
	width:var(--imgWidth);
	overflow:hidden;
	position:relative;
	background:#c6cacc;
}
.jrwm_s1 .jrwm_l img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	opacity:.8;
}
.jrwm_s1 .jrwm_l .jrwm_pos{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:3;
	padding:var(--posPd);
	color:#fff;
}
.jrwm_s1 .jrwm_l .jrwm_pos .jrwm_cn{
	font-size:24px;
	font-weight:bold;
}
.jrwm_s1 .jrwm_l .jrwm_pos .jrwm_en{
	display:block;
	font-size:14px;
	text-transform:uppercase;
	margin-top:.5em;
}
.jrwm_s1 .jrwm_r{
	width:calc(100% - var(--imgWidth));
	position:relative;
	z-index:3;
	padding:var(--rPdtb) var(--rPdlr);
}
.jrwm_s1 .jrwm_r .jrwm_sh{
	--lineHeight:1.3;
	font-size:24px;
	font-weight:bold;
	position:relative;
	line-height:var(--lineHeight);
	animation-name:fadeInLeft;
	animation-delay:.4s;
}
.jrwm_s1 .jrwm_r .jrwm_sh:before{
	content:"";
	position:absolute;
	width:calc(1.2 * var(--rPdlr));
	height:2px;
	background:var(--curColor);
	top:calc((var(--lineHeight) * 1em - 2px) / 2);
	margin-top:-1px;
	right:calc(100% + .8em);
}
.jrwm_s1 .jrwm_r .jrwm_info{
	margin-top:calc(1.5 * var(--iconSize));
	animation-name:fadeInLeft;
	animation-delay:.7s;
}
.jrwm_s1 .jrwm_r .jrwm_info > ul > li{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-start;
	align-items:flex-start;
}
.jrwm_s1 .jrwm_r .jrwm_info > ul > li + li{
	margin-top:var(--iconSize);
}
.jrwm_s1 .jrwm_r .jrwm_info .jrwm_sl{
	width:var(--iconSize);
	height:var(--iconSize);
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.jrwm_s1 .jrwm_r .jrwm_info .jrwm_sl svg{
	display:block;
	max-width:100%;
	max-height:100%;
}
.jrwm_s1 .jrwm_r .jrwm_info .jrwm_sl svg path{
	fill:var(--curColor) !important;
}
.jrwm_s1 .jrwm_r .jrwm_info .jrwm_sr{
	width:calc(100% - var(--iconSize) - 1em);
	line-height:var(--iconSize);
	font-size:16px;
}
.jrwm_s1 .jrwm_r .jrwm_info .jrwm_sr > *{
	display:inline;
}
.jrwm_s2 .jrwm_top{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-end;
	align-items:flex-end;
}
.jrwm_s2 .jrwm_top .jrwm_search{
	--inpHeight:calc(30px + 20 / var(--invarPx) * var(--centerWidth));
	--radius:5px;
	--pd:calc(15 / 50 * var(--inpHeight));
	position:relative;
}
.jrwm_s2 .jrwm_top .jrwm_search input{
	display:block;
	height:var(--inpHeight);
	width:300px;
	padding-left:var(--pd);
	padding-right:calc(var(--inpHeight) + var(--pd));
	border:solid 1px var(--curColor);
	border-radius:var(--radius);
}
.jrwm_s2 .jrwm_top .jrwm_search button{
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	cursor:pointer;
	color:#fff;
	font-size:var(--inpHeight);
	width:1em;
	height:1em;
	border-radius:var(--radius);
	position:absolute;
	right:0;
	top:0;
	background:var(--curColor);
	transition:all .35s;
}
.jrwm_s2 .jrwm_top .jrwm_search button .iconfont{
	font-size:.5em;
}
.jrwm_s2 .jrwm_top .jrwm_search button:hover{
	background:var(--subColor);
}

.jdt_view::-webkit-scrollbar {
    width:2px;
    height:2px;
}

.jdt_view::-webkit-scrollbar-track-piece {
    background-color:rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 6px;
}

.jdt_view::-webkit-scrollbar-thumb:vertical {
    height:2px;
    background-color:var(--curColor);
    -webkit-border-radius: 6px;
}

.jdt_view::-webkit-scrollbar-thumb:horizontal {
    width:2px;
    background-color:var(--curColor);
    -webkit-border-radius: 6px;
}
.zpzx_list .zpzx_ul > li{
	animation-name:fadeInUp;
	animation-delay:.2s;
	transition:all .35s;
}
.zpzx_list .zpzx_ul > li + li{
	margin-top:10px;
}
.zpzx_list .zpzx_st,
.zpzx_list .zpzx_sd .zpzx_txt{
	padding-left:30px;
	padding-right:30px;
}
.zpzx_list .zpzx_st{
	background:#f7f7f7;
	font-size:16px;
	color:#333;
	border-radius:10px;
	position:relative;
	overflow:hidden;
}
.zpzx_list .zpzx_st:before{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	background:linear-gradient(to right,var(--subColor),var(--curColor));
	opacity:0;
	transition:all .35s;
}
.zpzx_list .zpzx_st ol{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
	position:relative;
	z-index:3;
}
.zpzx_list .zpzx_st li.zpzx_szw{
	width:20%;
}
.zpzx_list .zpzx_st li.zpzx_sxz,
.zpzx_list .zpzx_st li.zpzx_sxl,
.zpzx_list .zpzx_st li.zpzx_sdd,
.zpzx_list .zpzx_st li.zpzx_srs,
.zpzx_list .zpzx_st li.zpzx_sbm{
	width:calc((100% - 5 * 2% - 20% - 40px - 30px) / 4);
}
/* .zpzx_list .zpzx_st li.zpzx_srs{
	width:10%;
}
.zpzx_list .zpzx_st li.zpzx_sxl{
	width:13%;
} */
.zpzx_list .zpzx_st li.zpzx_sjt{
	width:calc(40px + 30px);
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
}
.zpzx_list .zpzx_st li.zpzx_szw .zpzx_sh{
	font-size:1.25em;
	font-weight:bold;
}
.zpzx_list .zpzx_st li.zpzx_sxz > *,
.zpzx_list .zpzx_st li.zpzx_sxl > *,
.zpzx_list .zpzx_st li.zpzx_sdd > *,
.zpzx_list .zpzx_st li.zpzx_srs > *,
.zpzx_list .zpzx_st li.zpzx_sbm > *{
	display:inline;
}

.zpzx_list .zpzx_st li.zpzx_sjt .zpzx_icon{
	font-size:40px;
	width:1em;
	height:1em;
	color:#fff;
	background:var(--curColor);
	border-radius:50%;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	cursor:pointer;
	transition:all .35s;
}
.zpzx_list .zpzx_st li.zpzx_sjt .zpzx_icon .iconfont{
	font-size:.5em;
}
.zpzx_list .zpzx_sd{
	position:relative;
	border:solid 1px #e5e5e5;
	border-top:none;
	border-radius:0 0 10px 10px;
	background:#fff;
	max-height:0;
	opacity:0;
	overflow-y:auto;
	transition:max-height .5s;
}
.zpzx_list .zpzx_sd .zpzx_txt{
	
}
.zpzx_list .zpzx_sd .zpzx_tag{
	font-size:18px;
}
.zpzx_list .zpzx_sd .zpzx_tag > ol{
	overflow:hidden;
	margin-left:-1em;
	margin-top:-.5em;
}
.zpzx_list .zpzx_sd .zpzx_tag > ol > li{
	float:left;
	padding:5px 12px;
	border-radius:5px;
	border:solid 1px var(--curColor);
	color:var(--curColor);
	margin-left:1em;
	margin-top:.5em;
}
.zpzx_list .zpzx_sd .zpzx_txt .zpzx_sw{
	line-height:1.75;
	font-size:16px;
}
.zpzx_list .is-open .zpzx_st{
	background:var(--curColor);
	color:#fff;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}
.zpzx_list .is-open .zpzx_st li.zpzx_sjt .zpzx_icon{
	background:rgba(255,255,255,.8);
	color:var(--curColor);
	transform:rotate(180deg);
}
.zpzx_list .is-open .zpzx_sd{
	max-height:800px;
	opacity:1;
}
.zpzx_list .is-open .zpzx_st:before{
	opacity:1;
}
.zpzx_list .zpzx_el .zpzx_st{
	transition:background-color .35s,color .35s;
	cursor:pointer;
}
.zpzx_list .zpzx_el:hover .zpzx_st{
	background:var(--curColor);
	color:#fff;
}
.zpzx_list .zpzx_el:hover .zpzx_st li.zpzx_sjt .zpzx_icon{
	background:rgba(255,255,255,1);
	color:var(--curColor);
}

/* 搜索结果页 */
.jieguo_box1{
	border-top:solid 1px #e5e5e5;
	margin-top:var(--headerHeight);
}
.jieguo_box1 .jieguo_tit{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
	--iconSize:calc(30 / 24 * 1em);
	background:var(--curColor);
	font-size:calc(12px + 12 / var(--invarPx) * var(--centerWidth));
	color:#fff;
	padding:10px 15px;
}
.jieguo_box1 .jieguo_tit .jieguo_icon{
	width:var(--iconSize);
	height:var(--iconSize);
	border:solid 2px #fff;
	border-radius:50%;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.jieguo_box1 .jieguo_tit .jieguo_icon .iconfont{
	font-size:calc(var(--iconSize) * .62);
}
.jieguo_box1 .jieguo_tit .jieguo_h{
	width:calc(100% - var(--iconSize) - .5em);
	font-weight:bold;
}
.jieguo_box1 .jieguo_tips span{
	color:red;
    padding:0 3px;
    font-weight:700;
}
.jieguo_list{
	--gap:calc(60 / var(--invarPx) * var(--centerWidth));
	--pd:20px;
	--col:2;
}
.jieguo_list ul{
	margin-left:calc(-1 * var(--gap));
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.jieguo_list ul li{
	width:calc(100% / var(--col));
}
.jieguo_list ul li .jieguo_ss{
	display:block;
	margin-left:var(--gap);
	width:calc(100% - var(--gap));
	padding:var(--pd) 0;
	border-bottom:solid 1px #e5e5e5;
}
.jieguo_list ul li .jieguo_ss .jieguo_sh{
	font-size:18px;
	font-weight:bold;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	transition:all .35s;
}
.jieguo_list ul li .jieguo_ss .jieguo_sh *{
	font-weight:inherit;
}
.jieguo_list ul li .jieguo_ss .jieguo_sw{
	font-size:15px;
	line-height:1.5;
	margin-top:.6em;
	color:#666;
	transition:all .35s;
}
.jieguo_list ul li .jieguo_ss:hover .jieguo_sh{
	color:var(--curColor);
}
.jieguo_list ul li .jieguo_ss:hover .jieguo_sw{
	color:#999;
}










@media screen and (min-width:1200px){
	/* header */
	.menu,
	.menu_bg{
		display:none;
	}
	.header_search .header_sbtn:hover::before{
		transform:scaleX(1);
		opacity:1;
		transition:all .5s;
	}
	nav > ul > li > a:hover::before{
		transform:scaleX(1);
		opacity:1;
		transition:all .6s;
	}
	.header_box{
		transition:all .5s;
	}
	.header_box.scr{
		transform:translateY(-100%);
		opacity:0;
	}
	
	/* 下拉菜单 */
	nav ul>li .subnav{
		pointer-events:none;
	}
	nav ul>li:hover .subnav{
		transform:scaleY(1);
		visibility:visible;
		opacity: 1;
		pointer-events:auto;
	}
	.subnav ol li a:hover{
		color:var(--curColor);
	}
	
	/* 成员 */
	.cy_swiper .swiper-slide .cy_ss:hover .cy_txt .cy_sd .cy_more{
		transform:translateX(0);
		opacity:1;
	}
	.cy_swiper .swiper-slide .cy_ss:hover .cy_txt::before{
		transform:scaleX(1);
		opacity:1;
		transform-origin:left;
	}
	.cy_swiper .swiper-slide .cy_ss:hover .cy_img::before{
		transform:scale(1);
		opacity:1;
	}
	
	/* 服务内容 */
	.fwnr_box .fwnr_con ul li:nth-of-type(1){
		animation-delay:0s;
	}
	.fwnr_box .fwnr_con ul li:nth-of-type(2){
		animation-delay:.2s;
	}
	.fwnr_box .fwnr_con ul li:nth-of-type(3){
		animation-delay:.4s;
	}
	.fwnr_box .fwnr_con ul li:nth-of-type(4){
		animation-delay:.6s;
	}
	.fwnr_box .fwnr_con ul li:nth-of-type(5){
		animation-delay:.8s;
	}
	.fwnr_box .fwnr_con ul li:nth-of-type(6){
		animation-delay:1s;
	}
	.fwnr_box .fwnr_con ul li:nth-of-type(7){
		animation-delay:1.2s;
	}
	.fwnr_box .fwnr_con ul li:hover{
		-webkit-flex:3;
		flex:3;
	}
	.fwnr_box .fwnr_con ul li .fwnr_ss:hover .fwnr_wrap1{
		opacity:0;
		transform:scale(5);
		transition:all 1s;
	}
	.fwnr_box .fwnr_con ul li .fwnr_ss .fwnr_wrap2{
		transform:translateY(100%);
		opacity:0;
	}
	.fwnr_box .fwnr_con ul li .fwnr_ss:hover .fwnr_wrap2{
		transform:translateY(0);
		opacity:1;
		transition:all .5s .35s;
	}
	
	/* 新闻动态 */
	.xw_box .xw_con .xw_ss:hover{
		color:var(--curColor);
	}
	.xw_box .xw_con .xw_l .xw_ss:hover{
		box-shadow:0 0 20px rgba(var(--rgb),.3);
	}
	.xw_box .xw_con .xw_r .xw_ss:hover::after{
		transition:transform .6s,opacity .35s;
		transform:scaleX(1);
		transform-origin:left;
		opacity:1;
	}
	.xw_box .xw_con .xw_ss:hover .bz_more1{
		transform:translateX(0);
		opacity:1;
	}
	.xw_box .xw_con .xw_l .xw_ss:hover .xw_sd .xw_line{
		transform:scaleX(0);
		opacity:0;
	}
	.xw_box .xw_tab .xw_ss:hover{
		color:var(--curColor);
	}
	
	/* 页脚 */
	.footer_box a:hover{
		color:#fff !important;
	}
	
	/* 培训服务页 */
	.pxfw_list .pxfw_ss:hover{
		color:var(--curColor);
	}
	.pxfw_list .pxfw_ss:hover .pxfw_st .pxfw_wrap{
		transform:scale(1);
		opacity:1;
	}
	
	/* 新闻列表页 */
	.xw_list1 .xw_ss:hover{
		color:#fff;
		background:var(--curColor);
	}
	.xw_list1 .xw_ss:hover::before{
		transform:scaleX(1);
		opacity:1;
		transform-origin:left;
		transition:transfrom .8s,opacity .8s;
	}
	
	/* 下载列表页 */
	.xz_list .xz_ss:hover{
		background:var(--curColor);
		color:#fff;
	}
	.xz_list .xz_ss:hover .xz_icon{
		color:#fff;
		border-color:rgba(255,255,255,.6);
	}
	.xz_list .xz_ss:hover::before{
		transform:scaleX(1);
		opacity:1;
		transform-origin:left;
		transition:transfrom .8s,opacity .8s;
	}
	
	.cyx_height{
		height:var(--headerHeight);
	}
	
	/* 1201 */
	
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~手机版~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media (min-width: 320px) and (max-width:359px){html{font-size:32px !important;} }
@media (min-width: 360px) and (max-width:374px){html{font-size:36px !important;} }
@media (min-width: 375px) and (max-width:383px){html{font-size:37.5px !important;} }
@media (min-width: 384px) and (max-width:413px){html{font-size:38.4px !important;} }
@media (min-width: 414px) and (max-width:447px){html{font-size:41.4px !important;} }
@media (min-width: 448px) and (max-width:479px){html{font-size:44.8px !important;} }
@media (min-width: 480px) and (max-width:511px){html{font-size:48px !important;} }
@media (min-width: 512px) and (max-width:543px){html{font-size:51.2px !important;} }
@media (min-width: 544px) and (max-width:575px){html{font-size:54.4px !important;} }
@media (min-width: 576px) and (max-width:607px){html{font-size:57.6px !important;} }
@media (min-width: 608px) and (max-width:639px){html{font-size:60.8px !important;} }
@media (min-width: 640px) and (max-width:1199px){html{font-size:60.8px !important;} }

@media screen and (max-width:1199px){
	.pd_150{
		padding:1.7rem;
	}
	.pd_tb150{
		padding:1.7rem 0;
	}
	.pd_t150{
		padding-top:1.7rem;
	}
	.pd_b150{
		padding-bottom:1.7rem;
	}
	.pd_120{
		padding:1.4rem;
	}
	.pd_tb120{
		padding:1.4rem 0;
	}
	.pd_t120{
		padding-top:1.4rem;
	}
	.pd_b120{
		padding-bottom:1.4rem;
	}
	.pd_100{
		padding:1.2rem;
	}
	.pd_tb100{
		padding:1.2rem 0;
	}
	.pd_t100{
		padding-top:1.2rem;
	}
	.pd_b100{
		padding-bottom:1.2rem;
	}
	.pd_80{
		padding:1rem;
	}
	.pd_tb80{
		padding:1rem 0;
	}
	.pd_t80{
		padding-top:1rem;
	}
	.pd_b80{
		padding-bottom:1rem;
	}
	.pd_70{
		padding:.9rem;
	}
	.pd_tb70{
		padding:.9rem 0;
	}
	.pd_t70{
		padding-top:.9rem;
	}
	.pd_b70{
		padding-bottom:.9rem;
	}
	.pd_60{
		padding:.8rem;
	}
	.pd_tb60{
		padding:.8rem 0;
	}
	.pd_t60{
		padding-top:.8rem;
	}
	.pd_b60{
		padding-bottom:.8rem;
	}
	.pd_50{
		padding:.7rem;
	}
	.pd_tb50{
		padding:.7rem 0;
	}
	.pd_t50{
		padding-top:.7rem;
	}
	.pd_b50{
		padding-bottom:.7rem;
	}
	.pd_40{
		padding:.6rem;
	}
	.pd_tb40{
		padding:.6rem 0;
	}
	.pd_t40{
		padding-top:.6rem;
	}
	.pd_b40{
		padding-bottom:.6rem;
	}
	.pd_30{
		padding:.5rem;
	}
	.pd_tb30{
		padding:.5rem 0;
	}
	.pd_t30{
		padding-top:.5rem;
	}
	.pd_b30{
		padding-bottom:.5rem;
	}
	.pd_20{
		padding:.4rem;
	}
	.pd_tb20{
		padding:.4rem 0;
	}
	.pd_t20{
		padding-top:.4rem;
	}
	.pd_b20{
		padding-bottom:.4rem;
	}
	.pd_15{
		padding:.35rem;
	}
	.pd_tb15{
		padding:.35rem 0;
	}
	.pd_t15{
		padding-top:.35rem;
	}
	.pd_b15{
		padding-bottom:.35rem;
	}
	.pd_10{
		padding:.2rem;
	}
	.pd_tb10{
		padding:.2rem 0;
	}
	.pd_t10{
		padding-top:.2rem;
	}
	.pd_b10{
		padding-bottom:.2rem;
	}
	.mg_t150{
		margin-top:1.7rem;
	}
	.mg_b150{
		margin-bottom:1.7rem;
	}
	.mg_t100{
		margin-top:1.2rem;
	}
	.mg_b100{
		margin-bottom:1.2rem;
	}
	.mg_tb80{
		margin:1rem 0;
	}
	.mg_t80{
		margin-top:1rem;
	}
	.mg_b80{
		margin-bottom:1rem;
	}
	.mg_tb70{
		margin:.9rem 0;
	}
	.mg_t70{
		margin-top:.9rem;
	}
	.mg_b70{
		margin-bottom:.9rem;
	}
	.mg_tb60{
		margin:.8rem 0;
	}
	.mg_t60{
		margin-top:.8rem;
	}
	.mg_b60{
		margin-bottom:.8rem;
	}
	.mg_tb50{
		margin:.7rem 0;
	}
	.mg_t50{
		margin-top:.7rem;
	}
	.mg_b50{
		margin-bottom:.7rem;
	}
	.mg_tb40{
		margin:.6rem 0;
	}
	.mg_t40{
		margin-top:.6rem;
	}
	.mg_b40{
		margin-bottom:.6rem;
	}
	.mg_tb30{
		margin:.5rem 0;
	}
	.mg_t30{
		margin-top:.5rem;
	}
	.mg_b30{
		margin-bottom:.5rem;
	}
	.mg_tb20{
		margin:.4rem 0;
	}
	.mg_t20{
		margin-top:.4rem;
	}
	.mg_b20{
		margin-bottom:.4rem;
	}
	.mg_tb15{
		margin:.3rem 0;
	}
	.mg_t15{
		margin-top:.3rem;
	}
	.mg_b15{
		margin-bottom:.3rem;
	}
	.mg_tb10{
		margin:.2rem 0;
	}
	.mg_t10{
		margin-top:.2rem;
	}
	.mg_b10{
		margin-bottom:.2rem;
	}
	
	.menu{
		position:fixed;
		top:0;
		right:calc((100vw - var(--centerWidth)) / 2 - 11px);
		width:44px;
		height:var(--headerHeight);
		z-index:1040;
	}
	.menu:hover {
		cursor: pointer;
	}
	.menu > i {
		position: absolute;
		width: 24px;
		height: 2px;
		top: 50%;
		left:10px;
		background-color:var(--curColor);
		pointer-events:auto;
		transition-property:transform;
		transition-duration: .35s;
		transition-delay: .35s;
	}
	.menu > i:before, .menu > i:after {
		position: absolute;
		display: block;
		width: 100%;
		height: 2px;
		top:0;
		left: 50%;
		background-color:var(--curColor);
		content: "";
		transition: -webkit-transform 0.35s;
		transition: transform 0.35s;
		transition: transform 0.35s, -webkit-transform 0.35s;
		-webkit-transform-origin: 50% 50%;
				transform-origin: 50% 50%;
	}
	.menu > i:before {
		-webkit-transform: translate(-50%, -7px);
				transform: translate(-50%, -7px);
	}
	.menu > i:after {
		-webkit-transform: translate(-50%, 7px);
				transform: translate(-50%, 7px);
	}
	.menu_bg{
		position:fixed;
		width:100vw;
		height:0;
		top:0;
		left:0;
		z-index:800;
		background:#fff;
		-webkit-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
		-moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	}
	.header-m-open .menu_bg{
		height:100vh;
	}
	input.hamburger{
		height:0;
		display:none;
	}
	.header-m-open label.menu > i {
		background-color: transparent;
		-webkit-transform: rotate(90deg);
				transform: rotate(90deg);
	}
	.header-m-open label.menu > i:before {
		/* background-color:#fff; */
		-webkit-transform: translate(-50%, -50%) rotate(45deg);
				transform: translate(-50%, -50%) rotate(45deg);
	}
	.header-m-open label.menu > i:after {
		/* background-color:#fff; */
		-webkit-transform: translate(-50%, -50%) rotate(-45deg);
				transform: translate(-50%, -50%) rotate(-45deg);
	}
 
 
	.header-m-open.header_box{
		z-index:1402;
		/* box-shadow:none; */
	}
	
	.header-m-open .nav_box{
		top:0;
		opacity:1;
		transition:top .3s,opacity .3s .3s;
	}
	
	/* ~~~~~~~~~~~~~~~~~~ */
	.wow_list li:nth-of-type(1),
	.wow_list li:nth-of-type(2),
	.wow_list li:nth-of-type(3),
	.wow_list li:nth-of-type(4),
	.wow_list li:nth-of-type(5),
	.wow_list li:nth-of-type(6),
	.wow_list li:nth-of-type(7),
	.wow_list li:nth-of-type(8),
	.wow_list li:nth-of-type(9),
	.wow_list li:nth-of-type(10){
		-webkit-animation-delay:.2s;
		animation-delay:.2s;
	}
	
	header,body,html{
		width:100vw !important;
	}
	
	body{
		overflow-x:hidden;
	}
	body.active{
		overflow:hidden;
	}
	:root{
		--centerWidth:90vw;
		--xqycenterWidth:var(--centerWidth);
		--headerHeight:60px;
	}
	
	/* header */
	.header_box{
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:900;
		background:#fff;
		box-shadow:0 0 10px rgba(0,0,0,.08);
	}
	.header_box .center_box{
		width:var(--centerWidth);
	}
	.header_box .subnav1 .center_box{
		width:100%;
	}
	.header_box > .center_box{
		height:var(--headerHeight);
		width:92vw;
	}
	.header_box .logo img{
		max-height:38px;
		max-width:50vw;
	}
	.header_box.out,
	.header_box.scr{
		transform:translateY(0);
		opacity:1;
	}
	.tel_box{
		margin-right:45px;
	}
	.header_height{
		height:var(--headerHeight);
	}
	.header_search{
		margin-right:40px;
		--searchHeight:36px;
	}
	.header-m-open .header_box{
		box-shadow:none;
	}
	.header-m-open .header_box .logo,
	.header-m-open .header_box .header_r{
		display:none;
	}
	
	
	
	.nav_box{
		position:fixed;
		width:100%;
		height:100vh;
		top:-100vh;
		left:0;
		z-index:1030;
		opacity:0;
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
		-webkit-justify-content:center;
		justify-content:center;
		-webkit-align-items:flex-start;
		align-items:flex-start;
		transition:top .3s .2s,opacity .3s;
		overflow-y:auto;
		background:transparent;
		margin-left:0;
	}
	.nav_box > ul{
		width:100%;
		padding:5vh 4vw;
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
		-webkit-flex-direction:column;
		flex-direction:column;
		overflow:hidden;
	}
	.nav_box > ul >li{
		padding:2vh 0;
		margin-right:0;
		border-bottom:solid 1px rgba(0,0,0,.1);
		height:auto;
		display:block;
		position:relative;
		font-size:16px;
	}
	.nav_box > ul>li + li{
		margin-left:0;
	}
	.nav_box > ul>li>a{
		color:#191919;
		display:block;
		padding:1vh 10px;
		position:static;
		height:auto;
		text-align:left;
		line-height:normal;
	}
	.nav_box > ul>li.has_subnav>a{
		display:inline-block;
	}
	.nav_box > ul>li.active>a{
		color:var(--curColor);
		background:none;
	}
	.nav_box > ul>li>a:before{
		display:none;
	}
	.nav_box > ul>li>a:after{
		content:"";
		position:absolute;
		right:10px;
		top:calc(3vh + 10px);
		width:8px;
		height:8px;
		margin-top:-4px;
		border-right:2px solid #ccc;
		border-top:2px solid #ccc;
		transform:rotate(45deg);
		pointer-events:none;
	}
	.nav_box > ul>li.active>a:after{
		border-color:var(--redColor1);
	}
	.nav_box > ul>li.current.has_subnav>a:after{
		transform:rotate(135deg);
	}
	.nav_box > ul > li > a .nav_dec{
		display:none;
	}
	
	.nav_box > ul>li.has_subnav>a:before{
		content:"";  
		position:absolute;
		border-left:solid 6px transparent;
		border-right:solid 6px transparent;
		border-top:solid 6px #ccc;
		top:50%;
		margin-top:-3px;
		right:0;
	}
	.nav_box > ul>li.has_subnav.current>a:before{
		border-top-color:#c19b76;
	}
	nav ul>li .subnav{
		position:static;
		width:100%;
		border-top:none;
		box-shadow:none;
	    transform: perspective(300px) scaleY(0) translateZ(30px);
	    visibility: hidden;
	    opacity: 0; 
	    transform-origin: top;
	    transition:transform 500ms ease,opacity 500ms ease,visibility 500ms ease,-webkit-transform 500ms ease,height 500ms ease,max-height 500ms ease;
		max-height:0;
		margin-left:0;
		padding:0 20px;
	}
	
	nav ul>li.current .subnav{
	    transform: perspective(300px) scaleY(1) translateZ(0);
	    visibility: visible;
	    opacity: 1;
		max-height:460px;
	}
	nav ul>li .subnav li a{
		text-align:left;
		font-size:14px;
	}
	.nav_box>ul>li>a:after{
		top:calc(3vh + 11px);
		transition:all .35s;
	}
	.subnav ol{
		-webkit-flex-direction:column;
		flex-direction:column;
	}
	
	.subnav{
		--subnavGap:.6rem;
	}
	.subnav .center_box{
		width:100%;
		padding:.1rem 0;
		-webkit-justify-content:space-between;
		justify-content:space-between;
	}
	
	/* 列表翻页 */
	.list_pages .pagination > *{
		display:none !important;
	}
	.list_pages .pagination li.pg_prev,
	.list_pages .pagination li.pg_next{
		display:inline-block !important;
	}
	.list_pages .pagination .disabled{
		opacity:.6;
	}
	
	/* 内容翻页 */
	.ipn_page .ipn_return{
		display:none;
	}
	.ipn_page .inner_pnpage>a span,
	.ipn_page .inner_pnpage>a p,
	.ipn_page .ipn_return span{
		font-size:15px;
	}
	.ipn_page .inner_pnpage>a p{
		max-width:calc(var(--centerWidth) - 4em);
	}
	
	/* 三列内容翻页 */
	.inner_pnpage1 .return_list{
		display:none;
	}
	.inner_pnpage1 .inner_pnpage_prev,
	.inner_pnpage1 .inner_pnpage_next{
		width:calc((100% - .3rem) / 2);
		padding-left:.4rem;
		padding-right:.4rem;
	}
	
	.alx_box1 .alx_l .ipn_page .inner_pnpage>a p{
		max-width:calc(var(--centerWidth) - 62px);
	}
	/* banner */
	.banner_box .swiper-slide .banner_txt{
		padding-top:0;
	}
	.scroll_btn{
		display:none;
	}
	
	.main_box{
		overflow:hidden;
	}
	
	/* 页脚 */
	.footer_top{
		display:none;
	}
	
	
	/* 新闻中心 */
	.xw_list .xw_ss .xw_sr .xw_txt{
		width:100%;
		padding-right:0;
	}
	.xw_list .xw_ss .xw_sr .xw_date1{
		display:none;
	}
	.xw_list .xw_ss .xw_sr .xw_txt .xw_date{
		display:block;
		margin-top:.2em;
	}
	.xw_list .xw_ss .xw_sr .xw_txt .xw_sw{
		margin-top:.3em;
	}
	
	
	/* banner */
	.banner_box .swiper-slide .banner_img{
		max-height:none;
		height:calc(800 / 1920 * 100vw + var(--headerHeight));
	}
	.banner_box .swiper-slide .banner_img img{
		height:100%;
		object-fit:cover;
	}
	.banner_box .swiper-pagination.swiper-pagination-bz{
		bottom:3vw;
	}
	
	/* 成员 */
	.cy_swiper .swiper-slide .cy_ss .cy_txt{
		padding-bottom:0;
	}
	.cy_swiper .swiper-slide .cy_ss .cy_txt .cy_sd .cy_more{
		display:none;
	}
	.cy_swiper .swiper-slide .cy_ss .cy_txt .cy_sd .cy_sw{
		max-width:100%;
	}
	
	/* 固定侧边栏 */
	.fix_bar{
		--pos:0px;
	}
	
	/* 页脚 */
	.footer_bot .footer_br .footer_cpr{
		float:left;
	}
	.footer_bot .footer_br .footer_cpr > *{
		display:block;
	}
	.footer_bot .footer_br .footer_by{
		float:left;
	}
	
	/* 内页-banner */
	.inner_banner .inner_b_txt .inner_b_ce{
		padding-top:0;
		padding-bottom:0;
	}
	
	/* 内页-二级导航 */
	.isub_nav{
		position:relative;
		bottom:auto;
		margin-top:.4rem;
		animation-name:none;
		width:92vw;
	}
	.isub_nav .swiper-container{
		overflow:visible;
	}
	.isub_nav .swiper-slide{
		width:auto;
	}
	.isub_nav .swiper-slide a{
		color:#333;
		border-color:#999;
		height:auto;
		line-height:normal;
		font-size:max(15px,.38rem);
		padding:.2rem .4rem;
	}
	.isub_nav .swiper-slide.current a{
		background:var(--curColor);
		border-color:var(--curColor);
		color:#fff;
	}
	.isub_nav .swiper-button-white.swiper-button-bz{
		background:var(--curColor);
		color:#fff;
		opacity:1;
		--swPos:calc(-.5 * var(--swbtnSize))
	}
	
	/* 新闻列表页 */
	.xw_list1{
		--gap:.4rem;
	}
	.xw_list1.xw_col2{
		--col:1;
	}
	.xw_list1.xw_col2 ul li .xw_ss{
		padding:var(--pd);
	}
	
	/* 资料下载 */
	.xz_list{
		--gap:.4rem;
		--pdTop:.4rem;
	}
	.xz_list .xz_ss{
		position:relative;
		padding:var(--pdTop);
	}
	.xz_list .xz_ss .xz_icon{
		position:absolute;
		width:auto;
		border-left:none;
		right:var(--pdTop);
		bottom:var(--pdTop);
	}
	.xz_list .xz_ss .xz_txt{
		width:100%;
	}
	.xz_list .xz_ss .xz_txt .xz_sh{
		--clampRows:10;
		font-size:.38rem;
		font-weight:normal;
	}
	.xz_list .xz_ss .xz_icon .iconfont{
		font-size:.5rem;
	}
	
	/* 新闻详情页 */
	.xqy_box1 .center_box{
		padding-left:0;
		padding-right:0;
	}
	.xqy_container .xqy_info{
		--gap:.4rem;
	}
	
	/* 人才招聘页 */
	.zpzx_list .zpzx_st li.zpzx_sxz,
	.zpzx_list .zpzx_st li.zpzx_sxl,
	.zpzx_list .zpzx_st li.zpzx_sdd,
	.zpzx_list .zpzx_st li.zpzx_srs,
	.zpzx_list .zpzx_st li.zpzx_sbm{
		display:none;
	}
	.zpzx_list .zpzx_st li.zpzx_szw{
		width:calc(95% - 40px);
	}
	
	.zxx_s1 .zxx_wrap .zxx_blo{
		display:none;
	}
	
	/* 搜索结果页 */
	.jieguo_box1{
		margin-top:0;
	}
	.jieguo_box1 .jieguo_tit{
		--iconSize:26px;
	}
	.jieguo_box1 .jieguo_tit .jieguo_icon{
		border-width:1px;
	}
	.jieguo_list{
		--gap:.3rem;
		--pd:.4rem;
		--col:1;
	}



}

@media screen and (max-width:895px){
	/* 联系我们页 */
	.lxwm_s2{
		--pdLeft:.5rem;
	}
	.lxwm_s2 .center_box{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
		-webkit-align-items:flex-start;
		align-items:flex-start;
	}
	.lxwm_s2 .lxwm_l,
	.lxwm_s2 .lxwm_r{
		width:100%;
	}
	
	
	
}

@media screen and (max-width:767px){
	:root{
		--swbtnSize:36px;
	}
	
	/* banner */
	.swiper-pagination.swiper-pagination-bz{
		--swdotHeight:10px;
	}
	
	/* 标题1 */
	.bz_tit1{
		font-size:max(18px,.52rem);
	}
	
	/* 关于我们 */
	.gywm_box{
		--imgPd:0px;
		background-size:120%;
	}
	.gywm_box .center_box{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.gywm_box .gywm_l,
	.gywm_box .gywm_r{
		width:100%;
	}
	.gywm_box .gywm_l .gywm_blo{
		display:none;
	}
	.gywm_box .gywm_l .gywm_img{
		height:40vw;
	}
	.gywm_box .gywm_l .gywm_img img{
		height:100%;
		object-fit:cover;
	}
	.gywm_box .gywm_r{
		margin-top:.5rem;
	}
	.gywm_box .gywm_r .gywm_txt{
		margin-top:.3rem;
		font-size:max(15px,.38rem);
	}
	.gywm_box .gywm_r .bz_more2{
		margin-top:.6rem;
	}
	
	/* 成员 */
	.cy_swiper{
		--col:2;
		--gap:15px;
	}
	
	/* 服务内容 */
	.fwnr_box .fwnr_con ul{
		--gap:.4rem;
		--imgHeight:30vw;
		--pd:.4rem;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.fwnr_box .fwnr_con ul li{
		-webkit-flex:0 0 auto;
		flex:0 0 auto;
		width:100%;
	}
	.fwnr_box .fwnr_con ul li .fwnr_ss .fwnr_wrap1{
		display:none;
	}
	.fwnr_box .fwnr_con ul li .fwnr_ss .fwnr_wrap .fwnr_sh{
		font-size:.44rem;
	}
	.fwnr_box .fwnr_con ul li .fwnr_ss .fwnr_wrap2 .bz_more1{
		margin-top:.2em;
	}
	
	/* 新闻动态 */
	.xw_box{
		--lWidth:var(--centerWidth);
		--lPd:.4rem;
		--imgHeight:calc((var(--centerWidth) - 2 * var(--lPd)) * 200 / 300);
	}
	.xw_box .bz_top{
		-webkit-align-items:center;
		align-items:center;
	}
	.xw_box .xw_tab{
		--tabGapLeft:1.25em;
	}
	.xw_box .xw_con{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.xw_box .xw_con .xw_r{
		width:100%;
	}
	.xw_box .xw_con .xw_ss .xw_txt .xw_sh{
		font-size:max(15px,.38rem);
		max-width:100%;
	}
	.xw_box .xw_con .xw_ss .bz_more1{
		display:none;
	}
	.xw_box .xw_con .xw_r ul{
		margin-top:.4rem;
	}
	.xw_box .xw_con .xw_r .xw_ss .xw_txt{
		width:calc(100% - 8.5em);
	}
	
	/* 页脚 */
	.footer_bot .center_box{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.footer_bot .footer_bl{
		width:100%;
	}
	.footer_bot .footer_br{
		width:100%;
		margin-top:.3rem;
	}
	.footer_bot .footer_br .footer_cpr > *{
		margin-left:0;
	}
	
	/* 内页-banner */
	.inner_banner .inner_b_txt .inner_b_ce{
		font-size:.4rem;
	}
	.inner_banner .inner_b_txt .inner_b_cn{
		font-size:.6rem;
	}
	
	/* 服务内容 */
	.fwnr_swiper{
		--col:2;
		--gap:15px;
	}
	.fwnr_s1 .fwnr_ct{
		padding:.5rem;
	}
	.fwnr_list{
		--col:1;
		--pd:.4rem;
	}
	.fwnr_list ul li .fwnr_ss .fwnr_txt .fwnr_sh{
		font-size:.42rem;
	}
	
	/* 培训服务 */
	.pxfw_list{
		--col:1;
		--gap:.4rem;
	}
	.pxfw_list .pxfw_ss .pxfw_st .pxfw_img{
		height:calc(.5 * var(--imgWidth))
	}
	.pxfw_list .pxfw_ss .pxfw_sh{
		font-size:.42rem;
	}
	
	/* 新闻列表页 */
	.xw_box1{
		padding-top:.2rem;
	}
	.xw_list1{
		--pd:.4rem;
		--imgWidth:calc(var(--centerWidth) - var(--pd) * 2);
	}
	.xw_list1 .xw_ss{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.xw_list1 .xw_ss .xw_txt{
		width:100%;
	}
	.xw_list1 .xw_ss .xw_img ~ .xw_txt{
		margin-top:.3rem;
	}
	.xw_list1 .xw_ss .xw_txt .xw_sw{
		font-size:15px;
	}
	.xw_list1 .xw_ss .xw_txt .xw_sh{
		font-size:18px;
	}
	
	/* 新闻详情页 */
	.xqy_container .xqy_title .xqy_h{
		font-size:.54rem;
		line-height:1.3;
	}
	
	/* 留言 */
	.liuyan_box{
		--borderWidth:.1rem;
	}
	.liuyan_form > ul{
		--mgTop:var(--gap);
	}
	.liuyan_form > ul > li,
	.liuyan_form > ul > .liuyan_c2,
	.liuyan_form > ul > .liuyan_c3,
	.liuyan_form > ul > .liuyan_c4{
		width:100%;
	}
	.liuyan_form > ul > li .liuyan_ss .liuyan_img img{
		height:calc(4 / 5 * var(--inputH));
	}
	.liuyan_form > ul > li .liuyan_ss input[type="text"],
	.liuyan_form > ul > li .liuyan_ss textarea{
		font-size:15px;
	}
	.liuyan_form > ul > li .liuyan_ss textarea{
		padding-bottom:.3rem;
	}
	.liuyan_form .liuyan_btn{
		margin-top:.4rem;
	}
	.liuyan_form .liuyan_btn{
		font-size:18px;
	}
	.liuyan_box .liuyan_sh{
		font-size:.44rem;
	}
	
	/* 联系我们页 */
	#dituContent{
		height:60vw;
	}
	#dituContent .BMap_bubble_pop .ditu_sh{
		font-size:16px;
	}
	#dituContent .BMap_bubble_pop .ditu_sw{
		font-size:14px;
	}
	.lxwm_s2 .lxwm_l .lxwm_tit{
		margin-top:.3rem;
	}
	.lxwm_s2 .lxwm_l .lxwm_tit .lxwm_sh{
		font-size:.42rem;
	}
	.lxwm_s2 .lxwm_l .lxwm_info ul li{
		margin-top:.4rem;
	}
	
	/* 人才招聘页 */
	.jrwm_s1{
		--iconSize:20px;
	}
	.jrwm_s1 .center_box{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.jrwm_s1 .jrwm_l,
	.jrwm_s1 .jrwm_r{
		width:100%;
	}
	.jrwm_s1 .jrwm_l .jrwm_pos{
		padding:.4rem;
	}
	.jrwm_s1 .jrwm_r .jrwm_sh:before{
		display:none;
	}
	.jrwm_s1 .jrwm_r .jrwm_info .jrwm_sr{
		font-size:15px;
	}
	.zpzx_list .zpzx_ul > li + li{
		margin-top:.3rem;
	}
	.zpzx_list .zpzx_st,
	.zpzx_list .zpzx_sd .zpzx_txt{
		padding-left:.4rem;
		padding-right:.4rem;
	}
	.zpzx_list .zpzx_st li.zpzx_szw .zpzx_sh{
		font-size:17px;
	}
	.zpzx_list .zpzx_st li.zpzx_sjt .zpzx_icon{
		font-size:32px;
	}
	.zpzx_list .zpzx_sd .zpzx_txt .zpzx_sw{
		font-size:15px;
	}
	
	/* 人才招聘 */
	.jrwm_s1 .jrwm_l .jrwm_pos .jrwm_cn{
		font-size:.42rem;
	}
	.jrwm_s1 .jrwm_l .jrwm_pos .jrwm_en{
		font-size:.36rem;
		margin-top:.2em;
	}
	.jrwm_s1 .jrwm_r{
		padding:.6rem;
	}
	.jrwm_s1 .jrwm_r .jrwm_sh{
		font-size:.48rem;
	}
	.jrwm_s1 .jrwm_r .jrwm_info{
		margin-top:.4rem;
	}
	.jrwm_s1 .jrwm_r .jrwm_info > ul > li + li{
		margin-top:.2rem;
	}
	
	
	/* 766 */
}


@media screen and (min-width:768px) and (max-width:1199px){
	.pd_150{
		padding:1.5rem;
	}
	.pd_tb150{
		padding:1.5rem 0;
	}
	.pd_t150{
		padding-top:1.5rem;
	}
	.pd_b150{
		padding-bottom:1.5rem;
	}
	.pd_120{
		padding:1.2rem;
	}
	.pd_tb120{
		padding:1.2rem 0;
	}
	.pd_t120{
		padding-top:1.2rem;
	}
	.pd_b120{
		padding-bottom:1.4rem;
	}
	.pd_100{
		padding:1rem;
	}
	.pd_tb100{
		padding:1rem 0;
	}
	.pd_t100{
		padding-top:1rem;
	}
	.pd_b100{
		padding-bottom:1rem;
	}
	.pd_80{
		padding:.8rem;
	}
	.pd_tb80{
		padding:.8rem 0;
	}
	.pd_t80{
		padding-top:.8rem;
	}
	.pd_b80{
		padding-bottom:.8rem;
	}
	.pd_70{
		padding:.7rem;
	}
	.pd_tb70{
		padding:.7rem 0;
	}
	.pd_t70{
		padding-top:.7rem;
	}
	.pd_b70{
		padding-bottom:.7rem;
	}
	.pd_60{
		padding:.6rem;
	}
	.pd_tb60{
		padding:.6rem 0;
	}
	.pd_t60{
		padding-top:.6rem;
	}
	.pd_b60{
		padding-bottom:.6rem;
	}
	.pd_50{
		padding:.5rem;
	}
	.pd_tb50{
		padding:.5rem 0;
	}
	.pd_t50{
		padding-top:.5rem;
	}
	.pd_b50{
		padding-bottom:.5rem;
	}
	.pd_40{
		padding:.4rem;
	}
	.pd_tb40{
		padding:.4rem 0;
	}
	.pd_t40{
		padding-top:.4rem;
	}
	.pd_b40{
		padding-bottom:.4rem;
	}
	.pd_30{
		padding:.3rem;
	}
	.pd_tb30{
		padding:.3rem 0;
	}
	.pd_t30{
		padding-top:.3rem;
	}
	.pd_b30{
		padding-bottom:.3rem;
	}
	.pd_20{
		padding:.2rem;
	}
	.pd_tb20{
		padding:.2rem 0;
	}
	.pd_t20{
		padding-top:.2rem;
	}
	.pd_b20{
		padding-bottom:.2rem;
	}
	.pd_15{
		padding:.15rem;
	}
	.pd_tb15{
		padding:.15rem 0;
	}
	.pd_t15{
		padding-top:.15rem;
	}
	.pd_b15{
		padding-bottom:.15rem;
	}
	.mg_t150{
		margin-top:1.5rem;
	}
	.mg_b150{
		margin-bottom:1.5rem;
	}
	.mg_t100{
		margin-top:1rem;
	}
	.mg_b100{
		margin-bottom:1rem;
	}
	.mg_tb80{
		margin:.8rem 0;
	}
	.mg_t80{
		margin-top:.8rem;
	}
	.mg_b80{
		margin-bottom:.8rem;
	}
	.mg_tb70{
		margin:.7rem 0;
	}
	.mg_t70{
		margin-top:.7rem;
	}
	.mg_b70{
		margin-bottom:.7rem;
	}
	.mg_tb60{
		margin:.6rem 0;
	}
	.mg_t60{
		margin-top:.6rem;
	}
	.mg_b60{
		margin-bottom:.6rem;
	}
	.mg_tb50{
		margin:.5rem 0;
	}
	.mg_t50{
		margin-top:.5rem;
	}
	.mg_b50{
		margin-bottom:.5rem;
	}
	.mg_tb40{
		margin:.4rem 0;
	}
	.mg_t40{
		margin-top:.4rem;
	}
	.mg_b40{
		margin-bottom:.4rem;
	}
	.mg_tb30{
		margin:.3rem 0;
	}
	.mg_t30{
		margin-top:.3rem;
	}
	.mg_b30{
		margin-bottom:.3rem;
	}
	.mg_tb20{
		margin:.2rem 0;
	}
	.mg_t20{
		margin-top:.2rem;
	}
	.mg_b20{
		margin-bottom:.2rem;
	}
	.mg_tb15{
		margin:.15rem 0;
	}
	.mg_t15{
		margin-top:.15rem;
	}
	.mg_b15{
		margin-bottom:.15rem;
	}
	.mg_tb10{
		margin:.1rem 0;
	}
	.mg_t10{
		margin-top:.1rem;
	}
	.mg_b10{
		margin-bottom:.1rem;
	}
	
	:root{
		--headerHeight:70px;
	}
	
	/* header */
	.header_box .logo img{
		max-height:50px;
	}
	.header_search{
		margin-right:50px;
	}
	
	/* 导航 */
	.nav_box > ul >li{
		font-size:18px;
	}
	.nav_box>ul>li>a:after{
		top:calc(3vh + 12px);
	}
	
	/* banner */
	.banner_box .swiper-slide .banner_txt img{
		max-width:70%;
	}
	.swiper-pagination.swiper-pagination-bz{
		--swdotHeight:12px;
	}
	
	/* 关于我们 */
	.gywm_box .gywm_r .gywm_txt{
		font-size:16px;
	}
	
	/* 服务内容 */
	.fwnr_box .fwnr_con ul{
		--pd:.4rem;
	}
	.fwnr_box .fwnr_con ul li .fwnr_ss .fwnr_wrap2{
		display:none;
	}
	
	/* 新闻动态 */
	.xw_box{
		--lWidth:calc(600 / var(--invarPx) * var(--centerWidth));
		--gap:.4rem;
		--rPd:calc(12px + 16 / var(--invarPx) * var(--centerWidth));
	}
	.xw_box .xw_con .xw_ss .xw_txt .xw_sh{
		max-width:100%;
		font-size:17px;
	}
	.xw_box .xw_con .xw_ss .bz_more1{
		display:none;
	}
	.xw_box .xw_con .xw_r .xw_ss .xw_date{
		font-size:15px;
	}
	
	/* 页脚 */
	.footer_bot{
		--gap:.4rem;
	}
	.footer_bot .footer_br .footer_cpr,
	.footer_bot .footer_br .footer_by{
		float:right;
		text-align:right;
	}
	.footer_bot .footer_br .footer_cpr > *{
		margin-left:0;
	}
	
	/* 内页-banner */
	.inner_banner .inner_b_txt .inner_b_cn{
		font-size:1.6em;
	}
	
	/* 内页-二级导航 */
	.isub_nav .swiper-slide a{
		font-size:17px;
		padding:.12rem .4rem;
	}
	
	/* 服务内容页 */
	.fwnr_swiper{
		--gap:20px;
		--col:2;
	}
	
	/* 新闻列表页 */
	.xw_list1{
		--imgWidth:240px;
	}
	
	/* 新闻详情页 */
	.xqy_container .xqy_title .xqy_h{
		font-size:22px;
	}
	
	/* 下载列表页 */
	.xz_list .xz_ss .xz_txt .xz_sh{
		font-size:.3rem;
	}
	.xz_list .xz_ss .xz_icon .iconfont{
		font-size:.4rem;
	}
	
	/* 联系我们页 */
	.lxwm_s2 .lxwm_l .lxwm_tit .lxwm_sh{
		font-size:.34rem;
	}
	
	/* 留言 */
	.liuyan_box .liuyan_con{
		padding:.5rem;
	}
	.liuyan_form > ul{
		--mgTop:var(--gap);
	}
	
	/* 招聘 */
	.jrwm_s1{
		--rPdtb:.4rem;
		--rPdlr:.5rem;
	}
	.jrwm_s1 .jrwm_r .jrwm_info{
		margin-top:.3rem;
	}
	
	
	
	
}

@media screen and (min-width:768px) and (max-width:895px){
	/* 关于我们 */
	.gywm_box .gywm_r .gywm_txt{
		margin-top:1em;
	}
	.gywm_box .gywm_r .bz_more2{
		margin-top:.4rem;
	}
	
	/* 成员 */
	.cy_swiper{
		--gap:20px;
		--col:3;
	}
	
	/* 新闻动态 */
	.xw_box{
		--rPd:calc(12px + 10 / var(--invarPx) * var(--centerWidth));
	}
	
	/* 联系我们页 */
	#dituContent{
		height:50vw;
	}
	
	/* 留言 */
	.liuyan_box .liuyan_sh{
		font-size:20px;
	}
	.liuyan_form > ul > .liuyan_c4{
		width:50%;
	}
	.liuyan_form > ul > .liuyan_c3{
		width:60%;
	}
	
	/* 招聘 */
	.jrwm_s1 .jrwm_r .jrwm_sh{
		font-size:20px;
	}
	.jrwm_s1 .jrwm_r .jrwm_info .jrwm_sr{
		font-size:15px;
	}
	.jrwm_s1 .jrwm_r .jrwm_info > ul > li + li{
		margin-top:.2rem;
	}
	.jrwm_s1 .jrwm_l .jrwm_pos .jrwm_cn{
		font-size:22px;
	}
	.jrwm_s1 .jrwm_l .jrwm_pos .jrwm_en{
		font-size:12px;
	}
	.zpzx_list .zpzx_st li.zpzx_sjt .zpzx_icon{
		font-size:30px;
	}
	.zpzx_list .zpzx_st,
	.zpzx_list .zpzx_sd .zpzx_txt{
		padding-left:.3rem;
		padding-right:.3rem;
	}
	.zpzx_list .zpzx_st li.zpzx_szw .zpzx_sh{
		font-size:1.2em;
	}
	
	
}

@media screen and (min-width:896px) and (max-width:1199px){
	/* banner */
	.banner_box .swiper-slide .banner_txt img{
		max-width:60%;
	}
	
	/* 服务内容页 */
	.fwnr_swiper{
		--col:3;
	}
	
	/* 联系我们 */
	#dituContent{
		height:calc(200px + 300 / var(--invarPx) * var(--centerWidth));
	}
	
	/* 招聘 */
	.jrwm_s1 .jrwm_r .jrwm_sh{
		font-size:22px;
	}
	
}