@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_tb70 {
    padding: 70px 0;
}

.pd_t70 {
    padding-top: 70px;
}

.pd_b70 {
    padding-bottom: 70px;
}

.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;
	overflow-x:hidden;
}

.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:#025fe6;
	--redColor:#d00900;
	--orangeColor:#ff4200;
	--greenColor:#25ba45;
	--greenColor2:#16942f;
	--lightBlueColor:#04fbfc;
	--curRgb:2,95,230;
	--redRgb:208,9,0;
	--orangeRgb:255,66,0;
	--lightBlueRgb:58,181,250;
	--rgb_a:.8;
	--fullPx:1920;
	--invarPx:1420;
	--centerPx:1420;
	--centerWidth:max(1100px,calc(var(--centerPx) / var(--fullPx) * 100vw));
	--headerHeight:80px;
	--swbtnSize:50px;
	--swdotHeight:calc(10 / var(--centerPx) * var(--centerWidth));
	--swdotBeishu:2;
	--clampRows:2;
	--moreHeight:calc(40px + 10 / var(--centerPx) * var(--centerWidth));
	--gdtWidth:17px;
}
.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);
}
.pswp .pswp__caption__center{
	color:#fff;
}

.xFont{
	--font1:12;
	font-size:calc(var(--font1) * 1px + (var(--font2) - var(--font1)) / var(--invarPx) * var(--centerWidth));
}

/* 经过图片 */
.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);
}

@keyframes rotate1{
	0%{
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

/* 滚动条 */
.gdt_view::-webkit-scrollbar {
    width:5px;
    height:5px;
}

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

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

.gdt_view::-webkit-scrollbar-thumb:horizontal {
    width:5px;
    background-color:var(--curColor);
    -webkit-border-radius: 6px;
}

/* 更多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:1.25em;
}
.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.sub_color{
	color:var(--subColor);
}
.bz_more1.white_color{
	color:#fff;
}
.bz_more1.cur_bg,
.bz_more1.cur_bor,
.bz_more1.sub_bg,
.bz_more1.sub_bor,
.bz_more1.white_bg,
.bz_more1.white_bor{
	width:9.375em;
	height:3.125em;
	border-radius:200px;
}
/* .bz_more1.only_icon{
	width:3.125em !important;
} */
.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.sub_bg{
	background:var(--subColor);
	color:#fff;
}
.bz_more1.sub_bor{
	color:var(--subColor);
	border:solid 1px var(--subColor);
}
.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.sub_bg:hover{
	background:var(--curColor);
}
.bz_more1.cur_bor:hover,
.bz_more1.white_bg:hover{
	background:var(--curColor);
	border-color:var(--curColor);
	color:#fff;
}
.bz_more1.sub_bor:hover{
	background:var(--subColor);
	border-color:var(--subColor);
	color:#fff;
}
.bz_more1.sub_color:hover{
	color:var(--curColor);
}
.bz_more1.white_bor:hover{
	background:white;
	color:var(--curColor);
}

.bz_more1.bz_more_fan{
	background:#eee;
	color:var(--curColor);
}
.bz_more1.bz_more_fan .bz_icon{
	margin-left:0;
	margin-right:0.625em;
}
.bz_more1.bz_more_fan .bz_icon .icon2{
	transform:translateX(50%);
}
.bz_more1.bz_more_fan:hover{
	color:#fff;
	background:var(--curColor);
}
.bz_more1.bz_more_fan:hover .bz_icon .icon1{
	transform:translateX(-100%);
}
.bz_more1.bz_more_fan:hover .bz_icon .icon2{
	transform:translateX(0);
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~首页~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* header */
.header_box{
	position:fixed;
	top:0;
	left:0;
	background:#fff;
	width:100%;
	z-index:800;
	box-shadow:0 0 20px rgba(0,0,0,.1);
}
.header_box .center_box{
	height:var(--headerHeight);
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
}
.header_box .logo img{
	display:block;
	max-height:calc(.5 * var(--headerHeight));
}
.header_box .header_r{
	font-size:18px;
	--gap:2.6em;
	-webkit-align-items:center;
	align-items:center;
}
.header_box .header_rl{
	overflow:hidden;
	margin-left:calc(-1 * var(--gap));
}
.header_box .header_rl .header_ss{
	float:left;
	margin-left:var(--gap);
}
.header_box .header_rl ~ .header_rr{
	margin-left:var(--gap);
}
.header_box .header_rr{
	position:relative;
	--qrSize:120px;
	--pd:8px;
	--borWidth:8px;
}
.header_box .header_btn{
	-webkit-align-items:center;
	align-items:center;
	color:#fff;
	background:var(--greenColor);
	padding:.5em 1em;
	cursor:pointer;
	transition:all .35s;
}
.header_box .header_btn .header_icon{
	font-size:1.25em;
	width:1em;
	height:1em;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.header_box .header_btn .header_icon .iconfont{
	font-size:1em;
}
.header_box .header_btn .header_sw{
	margin-left:.4em;
}
.header_box .header_rr .header_hide{
	position:absolute;
	top:100%;
	left:50%;
	transform:translate(-50%,20px);
	opacity:0;
	visibility:hidden;
	padding-top:calc(1.5 * var(--borWidth));
	transition:all .35s;
}
.header_box .header_rr .header_qr{
	background:#fff;
	padding:var(--pd);
	border-radius:5px;
	box-shadow:0 0 20px rgba(0,0,0,.1);
	position:relative;
	text-align:center;
}
.header_box .header_rr .header_qr::before{
	content:"";
	position:absolute;
	bottom:calc(100% - 1px);
	border-left:solid var(--borWidth) transparent;
	border-right:solid var(--borWidth) transparent;
	border-bottom:solid var(--borWidth) #fff;
	left:50%;
	margin-left:calc(-1 * var(--borWidth));
}
.header_box .header_rr .header_qr span{
	display:inline-block;
	width:var(--qrSize);
	height:var(--qrSize);
	overflow:hidden;
}
.header_box .header_rr .header_qr span img{
	display:block;
	width:100%;
	height:100%;
}
.header_box .header_rr .header_qr p{
	font-size:12px;
}



.header_height{
	height:var(--headerHeight);
}

/* 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{
	width:100%;
	overflow:hidden;
	position:relative;
}
.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));
	height:100%;
	color:#fff;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-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));
	--swdotBeishu:3;
}
.banner_box .swiper-button.swiper-button-bz{
	--swPos:calc(40 / var(--fullPx) * 100vw);
	--move:calc(var(--swPos) + var(--swbtnSize));
	--swbtnSize:60px;
}
.banner_box .mask_array{
	position:absolute;
	color:#fff;
	font-size:calc(30px + 28 / var(--invarPx) * var(--centerWidth));
	width:1em;
	height:1em;
	bottom:calc(5vh + 30px + 1vw);
	z-index:5;
	left:50%;
	transform:translateX(-50%);
	cursor:pointer;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	animation: start 2s infinite ease-in-out;
}
.banner_box .mask_array .iconfont{
	font-size:1em;
}
@keyframes start {
	0%,30% {opacity: 0;transform: translate(-50%,-15px);}
	60% {opacity: 1;transform: translate(-50%,0);}
	100% {opacity: 0;transform: translate(-50%,15px);}
}
.swiper-pagination.swiper-pagination-bz{
	position:static;
	width:100%;
	text-align:center;
	--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) * .5),calc(10 / 30 * var(--swdotWidth)));
	background:currentColor;
	--swiper-pagination-bullet-inactive-opacity:.5;
}
.swiper-pagination.swiper-pagination-bz.swiper-pagination-color{
	color:var(--curColor);
}
.swiper-pagination.swiper-pagination-bz.cur-bg .swiper-pagination-bullet{
	background:var(--curColor);
}
.swiper-pagination.swiper-pagination-bz.sub-bg .swiper-pagination-bullet{
	background:var(--subColor);
}
.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.sub-bor{
	border:solid 1px var(--subColor);
	color:var(--subColor);
}
.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.sub-bg{
	background:var(--subColor);
	color:#fff;
}
.swiper-button.swiper-button-bz.cur-bg:hover{
	background:var(--subColor);
}
.swiper-button.swiper-button-bz.sub-bor:hover{
	background:var(--subColor);
	color:#fff;
}

.swiper-button.swiper-button-bz.swiper-button-black{
	background-color:rgba(0,0,0,.2);
	color:#fff;
}
.banner_box .swiper-pagination.swiper-pagination-bt{
	bottom:30px;
	position:absolute;
}
.swiper-pagination-bt.swiper-pagination{
	position:static;
	width:100%;
	text-align:center;
}
.swiper-pagination-bt.swiper-pagination .swiper-pagination-bullet{
	display:inline-block !important;
	margin:0 21px;
	transition:all .35s;
	width:10px;
	height:10px;
	border-radius:50%;
	opacity:1;
	background:#fff;
	font-family:arialb;
	font-size:24px;
	color:#fff;
	position:relative;
}
.swiper-pagination-bt.swiper-pagination .swiper-pagination-bullet:before{
	content:"";
	width:38px;
	height:38px;
	border-radius:50%;
	border:solid 3px rgba(255,255,255,.3);
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	opacity:0;
	transition:all 0s;
}
.swiper-pagination-bt.swiper-pagination .swiper-pagination-bullet svg{
	position:absolute;
	z-index:3;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%) rotate(-90deg);
	opacity:0;
	stroke-dasharray:120,120;
    stroke-dashoffset:120;
	transition:all .35s;
}
.swiper-pagination-bt.swiper-pagination .swiper-pagination-bullet-active:before{
	opacity:1;
}
.swiper-pagination-bt.swiper-pagination .swiper-pagination-bullet-active svg{
	animation:circleLoad 5.4s .6s linear;
	opacity:1;
}
@keyframes circleLoad {
  0% {
    stroke-dashoffset:120;
  }

  100% {
    stroke-dashoffset:0;
  }
}

/* 标题1 */
.bz_tit1,
.bz_tit2{
	text-align:center;
}
.bz_tit1 .bz_h,
.bz_tit2 .bz_top{
	--font2:52;
	font-weight:bold;
}
.bz_tit1 .bz_h{
	color:var(--curColor);
}
.bz_tit1 .bz_h *,
.bz_tit2 .bz_top *{
	font-weight:inherit;
}
.bz_tit1 .bz_h span{
	color:var(--orangeColor);
}
.bz_tit1 .bz_exp,
.bz_tit2 .bz_exp{
	--font2:24;
	color:#555;
}
.bz_tit1 .bz_lines{
	-webkit-justify-content:center;
	justify-content:center;
}
.bz_tit1 .bz_lines > *{
	--width:34px;
	--height:5px;
	--gap:3px;
	width:var(--width);
	height:var(--height);
	background:var(--curColor);
}
.bz_tit1 .bz_lines > * ~ *{
	margin-left:var(--gap);
}
.bz_tit1 .bz_lines .bz_line2{
	background:var(--orangeColor);
}

/* 标题2 */
.bz_tit2 .bz_top{
	--lineWidth:33px;
	--lineHeight:7px;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.bz_tit2 .bz_top .bz_line{
	background:currentColor;
	width:var(--lineWidth);
	height:var(--lineHeight);
	border-radius:200px;
}
.bz_tit2 .bz_top .bz_h{
	margin-left:.7em;
	margin-right:.7em;
}


/* 服务范围 */
.fwfw_list{
	--col:4;
	--gap:calc(10px + 20 / var(--invarPx) * var(--centerWidth));
	--imgWidth:calc((var(--centerWidth) - (var(--col) - 1) * var(--gap)) / var(--col));
	--imgHeight:calc(260 / 330 * var(--imgWidth));
	--radius:10px;
}
.fwfw_list ul{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-left:calc(-1 * var(--gap));
	margin-top:calc(-1 * var(--gap));
}
.fwfw_list ul li{
	width:calc(100% / var(--col));
	margin-top:var(--gap);
}
.fwfw_list .fwfw_ss{
	margin-left:var(--gap);
	display:block;
	transition:all .35s;
}
.fwfw_list .fwfw_ss .fwfw_img{
	display:block;
	height:var(--imgHeight);
	overflow:hidden;
	border-radius:var(--radius);
}
.fwfw_list .fwfw_ss .fwfw_img img{
	display:block;
	width:100%;
	height:100%;
}
.fwfw_list .fwfw_ss .fwfw_sw{
	--font2:24;
	font-weight:bold;
	text-align:center;
	margin-top:calc(15 / var(--invarPx) * var(--centerWidth));
}

/* 发表流程 */
.fblc_list{
	--col:7;
	--gap:calc(10px + 20 / var(--invarPx) * var(--centerWidth));
	--cirSize:calc((var(--centerWidth) - (var(--col) - 1) * var(--gap)) / var(--col));
}
.fblc_list ul{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
	margin-top:calc(-1 * var(--gap));
	margin-left:calc(-1 * var(--gap));
}
.fblc_list ul li{
	width:calc(100% / var(--col));
	margin-top:var(--gap);
}
.fblc_list .fblc_ss{
	width:calc(100% - var(--gap));
	margin-left:var(--gap);
	height:var(--cirSize);
	background:var(--curColor);
	border-radius:50%;
	color:#fff;
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	text-align:center;
	font-weight:bold;
}
.fblc_list .fblc_ss *{
	font-weight:inherit;
}
.fblc_list .fblc_ss .fblc_num{
	--font2:45;
}
.fblc_list .fblc_ss .fblc_sw{
	--font2:24;
	margin-top:.3em;
}

/* 优势 */
.ys_list{
	--col:5;
	--gap:calc(10px + 20 / var(--invarPx) * var(--centerWidth));
	--itemWidth:calc((var(--centerWidth) - (var(--col) - 1) * var(--gap)) / var(--col));
	--pdTop:calc(10px + 30 / var(--invarPx) * var(--centerWidth));
	--pdLeft:calc(10px + 10 / var(--invarPx) * var(--centerWidth));
	--iconSize:calc(30px + 50 / var(--invarPx) * var(--centerWidth));
}
.ys_list ul{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
	margin-top:calc(-1 * var(--gap));
	margin-left:calc(-1 * var(--gap));
}
.ys_list ul li{
	width:calc(100% / var(--col));
	margin-top:var(--gap);
}
.ys_list .ys_ss{
	margin-left:var(--gap);
	width:calc(100% - var(--gap));
	border:solid 1px #d4d4d4;
	border-radius:10px;
	padding:var(--pdTop) var(--pdLeft) var(--pdLeft) var(--pdLeft);
	text-align:center;
}
.ys_list .ys_ss .ys_icon{
	width:var(--iconSize);
	height:var(--iconSize);
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	color:var(--curColor);
	margin-left:auto;
	margin-right:auto;
}
.ys_list .ys_ss .ys_icon svg{
	display:block;
	max-width:100%;
	max-height:100%;
}
.ys_list .ys_ss .ys_icon svg path{
	fill:currentColor !important;
}
.ys_list .ys_ss .ys_txt{
	margin-top:calc(10px + 20 / var(--invarPx) * var(--centerWidth));
}
.ys_list .ys_ss .ys_sh{
	--font2:28;
	font-weight:bold;
	display:inline-block;
	min-width:80%;
	background:var(--curColor);
	border-radius:400px;
	color:#fff;
}
.ys_list .ys_ss .ys_sw{
	--font2:20;
	margin-top:calc(8px + 4 / var(--invarPx) * var(--centerWidth));
}

/* 页脚 */
.footer_box{
	background:#f8f8f8;
	overflow:hidden;
}
.footer_top ul{
	--gap:calc(10px + 60 / var(--invarPx) * var(--centerWidth));
	font-size:18px;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:0 calc(-1 * var(--gap));
	-webkit-justify-content:center;
	justify-content:center;
}
.footer_top ul li{
	padding:0 var(--gap);
	position:relative;
}
.footer_top ul li:not(:nth-last-of-type(1)):before{
	content:"";
	position:absolute;
	right:0;
	top:.3em;
	bottom:.3em;
	width:1px;
	background:#d4d4d4;
}
.footer_top .footer_ss{
	display:block;
}
.footer_bot{
	font-size:16px;
	color:#666;
	text-align:center;
}
.footer_bot > *{
	padding:0 8px;
	line-height:1.8;
}

/* 二维码弹出 */
.qr_mask{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:850;
	background:rgba(0,0,0,.4);
	opacity:0;
	pointer-events:none;
}
.qr_mask.is-open{
	opacity:1;
	pointer-events:auto;
	transition:opacity .35s;
}
.qr_pop{
	--pd:calc(10px + 20 / var(--invarPx) * var(--centerWidth));
	--qrSize:calc(140px + 160 / var(--invarPx) * var(--centerWidth));
	--qrBor:calc(5px + 5 / var(--invarPx) * var(--centerWidth));
	position:fixed;
	z-index:852;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%) scale(.4);
	opacity:0;
	pointer-events:none;
	background:#fff;
	padding:var(--pd);
	border-radius:10px;
}
.qr_pop.is-open{
	transform:translate(-50%,-50%) scale(1);
	opacity:1;
	pointer-events:auto;
	transition:transform .35s,opacity .35s;
}
.qr_pop .qr_img{
	display:inline-block;
	font-size:var(--qrSize);
	width:1em;
	height:1em;
	border:solid var(--qrBor) #c6e3ff;
	border-radius:5px;
}
.qr_pop .qr_img img{
	display:block;
	width:100%;
	height:100%;
}
.qr_pop .qr_sw{
	--font2:24;
	font-weight:bold;
	text-align:center;
	margin-top:.5em;
}
.qr_pop .qr_close{
	--font2:40;
	position:absolute;
	top:calc(100% + .5em);
	color:#fff;
	left:50%;
	margin-left:-.5em;
	cursor:pointer;
	transition:all .35s;
}
.qr_pop .qr_close .iconfont{
	font-size:1em;
}


@media screen and (min-width:1200px){
	/* header */
	.header_box .header_btn:hover{
		background:var(--greenColor2);
	}
	.header_box .header_rr:hover .header_hide{
		transform:translate(-50%,0);
		opacity:1;
		visibility:visible;
	}
	
	/* 服务范围 */
	.fwfw_list .fwfw_ss:hover{
		color:var(--curColor);
	}
	.fwfw_list .fwfw_ss .fwfw_img img{
		transition:all .35s;
	}
	.fwfw_list .fwfw_ss:hover .fwfw_img img{
		transform:scale(1.1);
		transition:all .8s;
	}
	
	/* 流程 */
	.fblc_list .fblc_ss{
		transition:all .35s;
	}
	.fblc_list .fblc_ss:hover{
		/* background:var(--orangeColor); */
		box-shadow:0 0 calc(.2 * var(--cirSize)) var(--lightBlueColor) inset;
	}
	
	/* 优势 */
	.ys_list .ys_ss{
		transition:all .35s;
	}
	.ys_list .ys_ss:hover{
		border-color:var(--curColor);
		box-shadow:0 0 var(--gap) rgba(var(--curRgb),.3);
	}
	
	
	.qr_click{
		transition:all .35s;
		cursor:pointer;
	}
	.qr_click:hover{
		color:var(--greenColor);
	}
	
	.qr_pop .qr_close:hover{
		color:var(--redColor);
	}
	
}


@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:1200px){html{font-size:60.8px !important;} }

@media screen and (max-width:1199px){
	:root{
		--centerWidth:90vw;
		--headerHeight:60px;
		--swbtnSize:40px;
	}
	/* .center_box{
		width:var();
	} */
	.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:1%;
		width:44px;
		height:var(--headerHeight);
		z-index:995;
	}
	.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) !important;
		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:990;
		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 !important;
		-webkit-transform: rotate(90deg);
				transform: rotate(90deg);
	}
	.header-m-open label.menu > i:before {
		-webkit-transform: translate(-50%, -50%) rotate(45deg);
				transform: translate(-50%, -50%) rotate(45deg);
	}
	.header-m-open label.menu > i:after {
		-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;
	}
	
	/* ~~~~~~~~~~~~~~~~~~ */
	.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;
	}
	
	/* header */
	.header_box .header_rr.is-open .header_hide{
		transform:translate(-50%,0);
		opacity:1;
		visibility:visible;
	}
	
	
	
	
}

@media screen and (max-width:895px){
	
	
}

@media screen and (max-width:767px){
	/* header */
	.header_box .header_r{
		--qrSize:100px;
		--gap:calc(10px + 10 / var(--invarPx) * var(--centerWidth));
		font-size:calc(12px + 12 / var(--invarPx) * var(--centerWidth));
	}
	.header_box .header_rl{
		display:none;
	}
	
	/* banner */
	.banner_box .swiper-slide .banner_img{
		height:calc(var(--headerHeight) + 600 / 1920 * 100vw);
	}
	.banner_box .swiper-slide .banner_img img{
		height:100%;
		object-fit:cover;
	}
	.banner_box .swiper-slide .banner_txt img{
		max-width:100%;
	}
	.banner_box .swiper-pagination.swiper-pagination-bt{
		bottom:.4rem;
	}
	.swiper-pagination-bt.swiper-pagination .swiper-pagination-bullet{
		margin:0 .3rem;
		transform:scale(.8);
	}
	
	/* 标题1 */
	.bz_tit1 .bz_h,
	.bz_tit2 .bz_top{
		--font2:56;
	}
	.bz_tit1 .bz_lines > *{
		--width:calc(10px + 30 / var(--invarPx) * var(--centerWidth));
		--height:3px;
	}
	.bz_tit1 .bz_lines{
		margin-top:calc(5px + 15 / var(--invarPx) * var(--centerWidth));
	}
	
	/* 标题2 */
	.bz_tit2 .bz_top{
		--lineWidth:calc(10px + 30 / var(--invarPx) * var(--centerWidth));
		--lineHeight:3px;
	}
	
	/* 服务范围 */
	.fwfw_list{
		--col:3;
	}
	.fwfw_list .fwfw_ss .fwfw_sw{
		--font2:28;
		margin-top:.5em;
	}
	
	/* 发表出版 */
	.fblc_list{
		--col:4;
	}
	
	/* 优势 */
	.ys_list{
		--col:2;
	}
	.ys_list ul li{
		-webkit-flex-grow:1;
		flex-grow:1;
	}
	.ys_list .ys_ss .ys_sh{
		--font2:30;
		min-width:8em;
	}
	.ys_list .ys_ss .ys_sw{
		--font2:24;
	}
	
	/* 二维码弹出 */
	.qr_pop .qr_sw{
		--font2:26;
	}
	.qr_pop .qr_close{
		--font2:70;
	}
	
	/* 页脚 */
	.footer_bot > *{
		display:block;
		padding:0;
	}
	
	
	
}

@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 .header_r{
		font-size:16px;
	}
	
	/* banner */
	.banner_box .swiper-slide .banner_img{
		height:calc(var(--headerHeight) + 530 / 1920 * 100vw);
	}
	.banner_box .swiper-slide .banner_img img{
		height:100%;
		object-fit:cover;
	}
	.banner_box .swiper-slide .banner_txt img{
		max-width:100%;
	}
	.banner_box .swiper-pagination.swiper-pagination-bt{
		bottom:.4rem;
	}
	.swiper-pagination-bt.swiper-pagination .swiper-pagination-bullet{
		margin:0 .3rem;
		transform:scale(.8);
	}
	
	/* 二维码弹出 */
	.qr_pop .qr_close{
		--font2:50;
	}
	
	
	
}

@media screen and (min-width:768px) and (max-width:895px){
	/* 标题1 */
	.bz_tit1 .bz_lines > *{
		--height:4px;
	}
	
	/* 标题2 */
	.bz_tit2 .bz_top{
		--lineHeight:5px;
	}
	
	/* 服务范围 */
	.fwfw_list{
		--col:3;
	}
	.fwfw_list .fwfw_ss .fwfw_sw{
		--font2:28;
	}
	
	/* 发表流程 */
	.fblc_list{
		--col:5;
	}
	
	/* 优势 */
	.ys_list{
		--col:3;
	}
	
}

@media screen and (min-width:896px) and (max-width:1199px){
	/* 发表流程 */
	.fblc_list,
	.ys_list{
		--gap:calc(20 / var(--invarPx) * var(--centerWidth))
	}
	
	.cblc_list ul{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
		-webkit-justify-content:center;
		justify-content:center;
		-webkit-align-items:center;
		align-items:center;
	}
	
	
}
