/* 公用样式 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0; } table{border-collapse:collapse; border-spacing:0; } fieldset,img{border:0; } ol,ul{list-style:none; } caption,th{text-align:left; } q:before,q:after{content:''; } abbr,acronym{border:0; } .clear{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; } .l,.col-l,.col_l,.col-c,.col_c{float:left; } .r,.col-r,.col_r,.ul-txt li span,.ul_txt li span{float:right; } .c{clear:both; } .n,em{font-weight:normal; font-style:normal; } .b{font-weight:bold; } .i{font-style:italic; } .fa{font-family:Arial; } .fg{font-family:Georgia; } .ft{font-family:Tahoma; } .fl{font-family:Lucida Console; } .fs{font-family:'宋体'; } .fw{font-family:'微软雅黑'; } .tc{text-align:center; } .tr{text-align:right; } .tl{text-align:left; } .tdu{text-decoration:underline; } .tdn,.tdn:hover,a.tdl:hover{text-decoration:none; } .fc0{color:#000000; } .fc3{color:#333333; }
.fc6{color:#666666; } .fc9{color:#999999; } .fcr{color:red; } .fcw{color:white; } .fcb{color:blue; } .fcg{color:green; } .f0{font-size:0; } .f10{font-size:10px; } .f12{font-size:12px; } .f13{font-size:13px; } .f14{font-size:14px; } .f16{font-size:16px; } .f20{font-size:20px; } .f24{font-size:24px; } .vm{vertical-align:middle; } .vtb{vertical-align:text-bottom; } .vt{vertical-align:top; } .vn{vertical-align:-2px; } .vimg{margin-bottom:-3px; } .m0{margin:0; } .ml0{margin-left:0; } .ml5{margin-left:5px; } .ml10{margin-left:10px; } .ml20{margin-left:20px; } .mr0{margin-right:0; } .mr5{margin-right:5px; } .mr10{margin-right:10px; } .mr20{margin-right:20px; } .mt5{margin-top:5px; } .mt10{margin-top:10px; } .mt20{margin-top:20px; } .mb5{margin-bottom:5px; } .mb10{margin-bottom:10px; } .mb20{margin-bottom:20px; } .ml-1{margin-left:-1px; } .mt-1{margin-top:-1px; } .p1{padding:1px; } .pl5{padding-left:5px; } .p5{padding:5px; } .pt5{padding-top:5px; } .pr5{padding-right:5px; } .pb5{padding-bottom:5px; }
.p10{padding:10px; } .pl10{padding-left:10px; } .pt10{padding-top:10px; } .pr10{padding-right:10px; } .pb10{padding-bottom:10px; } .p20{padding:20px; } .pl20{padding-left:20px; } .pt20{padding-top:20px; } .pr20{padding-right:20px; } .pb20{padding-bottom:20px; } .rel,.pr{position:relative; } .abs,.pa{position:absolute; } .dn{display:none; } .db{display:block; } .dib{-moz-inline-stack:inline-block; display:inline-block; } .di{display:inline; } .ovh{overflow:hidden; } .ovs{overflow:scroll; } .vh{visibility:hidden; } .vv{visibility:visible; } .lh14{line-height:14px; } .lh16{line-height:16px; } .lh18{line-height:18px; } .lh20{line-height:20px; } .lh22{line-height:22px; } .lh24{line-height:24px;} .fix{*zoom:1; } .fix:after,.fix:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; } .z{_zoom:1; } .h1{height:1px; } .h5{height:5px; } .h10,.h{height:10px; } .h15{height:15px; } .h20{height:20px; }
.h1,.h5,.h10,.h15,.h20,.h{font-size:0px; line-height:0; overflow:hidden; clear:both; } body{font:12px "PingFang SC", "Microsoft YaHei", Tahoma, Arial, sans-serif; } a{text-decoration:none; } a:hover{ }

/*-----------------[初始化]--------------*/
*,
:after,
:before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0 !important;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch
}
a{
	color: inherit;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	cursor: pointer;
}
img{
	max-width: 100%;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
body {
	font: 14px/1.5 "PingFang SC", "Microsoft YaHei", Tahoma, Arial, sans-serif;
	outline: 0;
	overflow-x: hidden;
}
input,
textarea,
select {
	font-size: 14px;
	color: #333;
	font-family: 'PingFang SC', 'Microsoft Yahei', 'Tahoma', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
	border: none;
}
input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='radio'],
input[type='checkbox'],
input,
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .3);
}
::-moz-placeholder {
	color: rgba(255, 255, 255, .3);
}
::-ms-input-placeholder {
	color: rgba(255, 255, 255, .3);
}
.wp {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}
.wp1400{
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}
@media only screen and (max-width:1200px) {
	.wp,.wp1400{
		width: 100%;
		padding: 0 15px;
	}
}
/* 字体引入 */
@font-face {
	font-family: manrope3;
	src: url(../fonts/manrope3regular.otf) format('truetype');
}
@font-face {
	font-family: avantgarde;
	src: url(../fonts/AvantGardeITCbyBT-Medium.otf) format('truetype');
}
/* header */
.menuBtn{
	display: none;
	position: fixed;
	right: 15px;
	top: 11px;
	width: 30px;
	height: 37px;
	cursor: pointer;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.menuBtn b{
	display: block;
	height: 3px;
	background-color: #fff;
	margin: 7px 0;
	border-radius: 2px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.header-fixed{
	transform: translateY(-82px);
}
.header:hover .menuBtn b,
.header.on .menuBtn b,
.header.header-bj .menuBtn b{
	background-color: #000;
}
.menuBtn.open b{
	display: none;
	margin: 0;
	position: absolute;
	left: 0;
	top: 50%;
	width: 30px;
}
.menuBtn.open b:first-child{
	display: block;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menuBtn.open b:last-child{
	display: block;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 100px;
	z-index: 99;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	border-bottom: 1px solid rgba(255, 255, 255, .15);
}
.header.on{
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
#page1 .header{
	position: absolute;
}
.header:hover,
.header.on{
	background-color: #fff;
}
.logo{
	float: left;
	height: 80px;
	line-height: 80px;
	font-size: 0;
	background-image: url(../images/fd-logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.logo img{
	display: inline-block;
	vertical-align: middle;
	max-height: 50%;
	opacity: 0;
}
.header:hover .logo img,
.header.on .logo img{
	opacity: 1;
}
.hdr{
	float: right;
	position: relative;
}
.ul-nav{
	float: left;
}
.ul-nav li{
	float: left;
	margin-right: 45px;
}
.ul-nav .v1{
	display: block;
	line-height: 80px;
	position: relative;
	color: #fff;
	font-size: 16px;
}
.header:hover .ul-nav .v1,
.header.on .ul-nav .v1{
	color: #000;
}
.ul-nav .v1::after{
	content: '';
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0;
	height: 2px;
	background-color: #fff;
	z-index: 2;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.header:hover .ul-nav .v1::after,
.header.on .ul-nav .v1::after{
	background-color: #384399;
}
.ul-nav li:hover .v1,
.ul-nav .on .v1{
	color: #fff;
}
.ul-nav li:hover .v1::after,
.ul-nav .on .v1::after{
	left: 0;
	right: 0;
}
.header:hover .ul-nav .on .v1,
.header:hover .ul-nav li:hover .v1,
.header.on .ul-nav li:hover .v1,
.header.on .ul-nav .on .v1{
	color: #384399;
}
.reg{
	float: left;
	font-size: 0;
	line-height: 80px;
}
.reg .line{
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
	width: 1px;
	height: 16px;
	background-color: #fff;
	opacity: .4;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.header-bj{
	background: white;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.header-bj .v1{
	color: inherit;
}
.header-bj .logo img{
	opacity: 1;
}
.header:hover .reg .line,
.header.on .reg .line,
.header-bj .reg .line{
	background-color: #000;
}
.reg .login{
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	line-height: 1;
	background-image: url(../images/g-icn02.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.reg .login img{
	display: block;
	opacity: 0;
}
.header:hover .reg .login img,
.header.on .reg .login img,
.header-bj .reg .login img{
	opacity: 1;
}
.hd-so{
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	line-height: 80px;
	margin-left: 15px;
}
.hd-so .icn{
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	line-height: 1;
	background-image: url(../images/g-icn05.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.hd-so .icn img{
	opacity: 0;
}
.header:hover .hd-so .icn img,
.header.on .hd-so .icn img,
.header-bj .hd-so .icn img{
	opacity: 1;
}
.hd-so .so_box{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 2;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	visibility: hidden;
	opacity: 0;
}
.hd-so:hover .so_box{
	visibility: visible;
	opacity: 1;
}
.hd-so .so_box form{
	display: flex;
	align-items: center;
}
.hd-so .ipt{
	flex: 1;
	display: block;
}
.hd-so .ipt input{
	display: block;
	width: 100%;
	height: 80px;
	line-height: 80px;
	padding: 0 15px;
	font-size: 16px;
	color: #000;
}
.hd-so .ipt input::-webkit-input-placeholder{
	color: #999;
}
.hd-so .ipt input::-moz-placeholder{
	color: #999;
}
.hd-so .ipt input:-ms-input-placeholder{
	color: #999;
}
.hd-so .btn{
	display: block;
	font-size: 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
}
.ul-nav li{
	position: relative;
}
.ul-nav li:hover .nav-xl{
	display: block;
}
.nav-xl{
	position: absolute;
	top: 78px;
	left: -24px;
	right: -24px;
	background: white;
	padding: 10px;
	display: none;
}
.nav-xl-a {
	text-align: center;
	padding: 5px 0;
}
.nav-xl-a a{
	font-size: 12px;
	transition: all .2s;
	color: black;
}
.nav-xl-a a:hover{
	color: #384399;
	transition: all .2s;
}
@media only screen and (min-width: 950px) and (max-width: 1920px) {
	.header{
		padding: 0 5.208vw;
	}
	.ul-nav li{
		margin-right: 2.343vw;
	}
	.reg .line{
		margin-right: 2.083vw;
	}
}
@media only screen and (max-width:1200px) {
	.header{
		padding: 0 15px;
	}
}
@media only screen and (max-width:950px) {
	.banc1 .slick-next{display:none !important;}
	.banc1 .slick-prev{display:none !important;}

	.menuBtn{
		display: block;
	}
	.header{
		padding: 0 15px;
	}
	.header{
		position: fixed!important;
	}
	.logo{
		height: 60px;
		line-height: 60px;
	}
	.hdr{
		float: none;
		position: fixed;
		top: 60px;
		left: 0;
		right: 0;
		bottom: 0;
		overflow-y: auto;
		background-color: #fff;
		padding: 0 15px;
		z-index: 99;
		display: none;
	}
	.ul-nav{
		float: none;
	}
	.ul-nav li{
		float: none;
		margin: 0;
	}
	.ul-nav .v1{
		line-height: 40px;
		text-align: center;
	}
	.reg{
		float: none;
		text-align: center;
		line-height: 40px;
	}
	.reg .line{
		display: none;
	}
	.nav-xl{
		position: static;
	}
	.hd-so{
		display: block;
		margin: 0;
	}
	.hd-so .icn{
		display: none;
	}
	.hd-so .so_box{
		position: static;
		visibility: visible;
		opacity: 1;
	}
	.hd-so .ipt input{
		line-height: 40px;
		height: 40px;
	}
}
.banc1{
	position: relative;
	overflow: hidden;
}
.banc1 .slick-arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background-color: transparent;
	font-size: 0;
	background-color: #e0ebee;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	border-radius: 50%;
	cursor: pointer;
	z-index: 2;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.banc1 .slick-arrow:hover{
	background-color: #384399;
}
.banc1 .slick-prev{
	left: 15px;
	background-image: url(../images/c-icn07.png);
}
.banc1 .slick-prev:hover{
	background-image: url(../images/c-icn08.png);
}
.banc1 .slick-next{
	right: 15px;
	background-image: url(../images/c-icn09.png);
}
.banc1 .slick-next:hover{
	background-image: url(../images/c-icn10.png);
}
.banc1 .pic{
	height: 100vh;
}
.banc1 img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 200px;
}
.banc1 video{
	height: 100vh;
	width: 100%;
	object-fit: fill;
}
.section.active .row-c2bj{
	transform: scale(1.2);
	transition-delay: .25s;
	transition: all 5s;
}
.section .row-c2bj{
	transform: scale(1.0);
	transition-delay: .25s;
	transition: all 5s;
}
.fp-tableCell{
	overflow: hidden;
}
.banc1 .slick-dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 45px;
	font-size: 0;
	text-align: center;
	z-index: 2;
}
.banc1 .slick-dots li{
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 2px;
	background-color: #fff;
	opacity: .2;
	cursor: pointer;
	margin: 0 15px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.banc1 .slick-dots .slick-active{
	opacity: 1;
}
.banc1 .slick-dots button{
	display: none;
}
@media only screen and (max-width:950px) {
	.banc1 .pic{
		height: auto;
	}
	.banc1 .slick-dots{
		bottom: 15px;
	}
	.banc1 .slick-dots li{
		width: 30px;
		margin: 0 5px;
	}
	.banc1 video{
		height: auto;
	}
}
.footer{
	position: relative;
	padding: 80px 0 15px;
	background-image: url(../images/fd-bg01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
.footer .wp{
	position: relative;
}
.go-top{
	position: absolute;
	top: 40%;
	left: 100%;
	width: 70px;
	margin-top: -35px;
	margin-left: 70px;
	cursor: pointer;
	z-index: 2;
}
.go-top img{
	/* display: block; */
	width: 100%;
	display: none;
}
.fd-top{
	margin-bottom: 50px;
	padding-bottom: 35px;
	border-bottom: 1px solid #373737;
	overflow: hidden;
}
.fd-logo{
	float: left;
	font-size: 0;
}
.ul-fdnav{
	float: right;
}
.ul-fdnav li{
	float: left;
	margin-right: 45px;
}
.ul-fdnav li:last-child{
	margin-right: 0;
}
.ul-fdnav .v1{
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
}
.fd-info{
	margin-bottom: 160px;
	overflow: hidden;
}
.fd-tel{
	float: left;
}
.fd-tel .row{
	margin-bottom: 40px;
	overflow: hidden;
}
.fd-tel .con{
	float: left;
	margin-right: 120px;
	color: #fff;
	line-height: 1.4;
}
.fd-tel .con:last-child{
	margin-right: 0;
}
.fd-tel .lab{
	font-size: 14px;
	color: #5f5f5f;
	margin-bottom: 8px;
}
.fd-tel .txt{
	font-size: 18px;
}
.fd-tel .row .txt{
	font-size: 24px;
	font-family: manrope3;
}
.ul-fdqr{
	float: right;
	margin-right: 12%;
}
.ul-fdqr li{
	float: left;
	margin-right: 20px;
}
.ul-fdqr li:last-child{
	margin-right: 0;
}
.ul-fdqr .tit{
	text-align: center;
	font-size: 14px;
	color: #5f5f5f;
	margin-bottom: 10px;
}
.ul-fdqr .pic{
	font-size: 0;
}
.fd-copy{
	overflow: hidden;
}
.fd-link{
	font-size: 0;
	border-bottom: 1px solid #373737;
	padding-bottom: 20px;
	margin-bottom: 15px;
	overflow: hidden;
}
.fd-link .lab,
.fd-link .v1{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #5f5f5f;
}
.fd-link .v1{
	margin-right: 15px;
}
.fd-link .v1:hover{
	color: #fff;
}
.fd-link .v1:last-child{
	margin-right: 0;
}
.fd-copy .copy{
	overflow: hidden;
}
.fd-copy .l{
	float: left;
	font-size: 0;
}
.fd-copy .r{
	float: right;
	font-size: 0;
}
.fd-copy .copy p{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #5f5f5f;
}
.fd-copy .line{
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 14px;
	background-color: #5f5f5f;
	margin: 0 20px;
}
@media only screen and (min-width: 950px) and (max-width: 1920px) {
	.footer{
		padding: 4.166vw 0 0.781vw;
	}
	.go-top{
		width: 3.645vw;
		margin-top: -1.822vw;
		margin-left: 3.645vw;
	}
	.fd-top{
		margin-bottom: 2.604vw;
		padding-bottom: 1.822vw;
	}
	.ul-fdnav li{
		margin-right: 2.343vw;
	}
	.fd-info{
		margin-bottom: 8.333vw;
	}
	.fd-tel .row{
		margin-bottom: 2.083vw;
	}
	.fd-tel .con{
		margin-right: 6.25vw;
	}
	.fd-tel .lab{
		margin-bottom: 0.416vw;
	}
	.fd-tel .txt{
		font-size: 0.937vw;
	}
	.fd-tel .row .txt{
		font-size: 1.25vw;
	}
	.ul-fdqr li{
		margin-right: 1.041vw;
	}
	.ul-fdqr .tit{
		margin-bottom: 0.520vw;
	}
	.fd-link{
		padding-bottom: 1.041vw;
		margin-bottom: 0.781vw;
	}
	.fd-link .v1{
		margin-right: 0.781vw;
	}
	.fd-copy .line{
		margin: 0 1.041vw;
	}
}
@media only screen and (max-width:950px) {
	.footer{
		padding: 15px 0;
	}
	.go-top{
		display: none;
	}
	.fd-top{
		margin-bottom: 15px;
		padding-bottom: 10px;
	}
	.fd-logo{
		float: none;
		text-align: center;
		margin-bottom: 10px;
	}
	.ul-fdnav{
		float: none;
		font-size: 0;
		text-align: center;
	}
	.ul-fdnav li{
		float: none;
		display: inline-block;
		vertical-align: middle;
		margin: 0 5px;
	}
	.ul-fdnav .v1{
		font-size: 14px;
		line-height: 1.5;
	}
	.fd-info{
		margin-bottom: 15px;
	}
	.fd-tel{
		float: none;
		margin-bottom: 15px;
	}
	.fd-tel .row{
		margin-bottom: 0;
	}
	.fd-tel .con{
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.fd-tel .lab{
		margin-bottom: 0;
	}
	.fd-tel .txt{
		font-size: 14px;
	}
	.fd-tel .row .txt{
		font-size: 14px;
	}
	.ul-fdqr{
		float: none;
		text-align: center;
		font-size: 0;
	}
	.ul-fdqr li{
		float: none;
		display: inline-block;
		vertical-align: middle;
		margin: 0 5px;
	}
	.ul-fdqr .tit{
		margin-bottom: 5px;
	}
	.ul-fdqr .pic{
		width: 100px;
	}
	.fd-link{
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	.fd-link .v1{
		margin-right: 10px;
	}
	.fd-copy .copy{
		text-align: center;
	}
	.fd-copy .l{
		float: none;
	}
	.fd-copy .r{
		float: none;
	}
	.fd-copy .line{
		margin: 0 10px;
	}
}

/* 其他样式表 */
.b-tit1 {
	text-align: center;
	margin-bottom: 49px;
}

.b-tit1 h3 {
	font-size: 30px;
	color: #000000;
	margin-bottom: 5px;
}

.row-b1 {
	padding: 105px 0 139px;
	background-image: url(../images/b-bg02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

.b-tit1 p {
	font-size: 16px;
	color: #c0c0c0;
}

.ul-info-b1 {
	overflow: hidden;
	position: relative;
}

.ul-info-b1::after {
	content: '';
	position: absolute;
	width: 97%;
	margin: 0 21px;
	height: 1px;
	background-color: #e3e3e3;
	left: 0;
	top: 49.3%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.ul-info-b1 li {
	width: 16.666%;
	float: left;
	position: relative;
	z-index: 5;
}

.ul-info-b1 .info {
	text-align: center;
	position: relative;
}


.ul-info-b1 .info1 {
	padding: 0 21px;
}

.ul-info-b1 .info .pic {
	overflow: hidden;
	position: relative;
	/* padding-top: 130.5%; */
}

.ul-info-b1 .info .pic::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	transition: all .5s;
}

.ul-info-b1 .info:hover .pic:after{
	background: transparent;
	transition: all .5s;
}

.ul-info-b1 .info .pic img{
	transition: all .5s;
}

.ul-info-b1 .info:hover .pic img{
	transform: scale(1.1);
	transition: all .5s;
}

.ul-info-b1 .info .pic1 {
	padding-bottom: 78px;
	position: relative;
}

.ul-info-b1 .info .pic1::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom: 36px;
	height: 42px;
	width: 1px;
	background-color: #e4e4e4;
}

.ul-info-b1 li:nth-child(2n) .info .pic1::after {
	top: -45px;
}

.ul-info-b1 .info .pic1::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom: 30px;
	height: 11px;
	width: 11px;
	background-color: #e4e4e4;
	border-radius: 50%;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	z-index: 10;
}

.ul-info-b1 li:hover .info .pic1::before {
	background-color: #3857a5;
}

.ul-info-b1 li:nth-child(2n) .info .pic1::before {
	top: -55px;
}



.ul-info-b1 .info .pic img {
	/* position: absolute; */
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%); */
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	display: block;
}

.ul-info-b1 li:nth-child(2n) .info .tit {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.ul-info-b1 li:nth-child(2n) .info .pic1 {
	padding-bottom: 0;
}

.ul-info-b1 li:nth-child(2n) .info {
	padding-top: 140px;
}

.ul-info-b1 li:nth-child(2n) .info1 {
	padding-top: 212px;
}


.ul-info-b1 .info .tit h3 {
	font-size: 18px;
	color: #1a1a1a;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	font-weight: normal;
	margin-bottom: 5px;
}

.ul-info-b1 li:hover .info .tit h3 {
	color: #3857a5;
}

.ul-info-b1 .info .tit p {
	font-size: 16px;
	color: #c0c0c0;
}

.ul-info-b1 {
	margin: 0 -21px;
}

.row-b2 {
	height: 100vh;
	/* background-image: url(../images/img16.jpg);
	background-repeat: no-repeat;
	background-size: cover; */
	position: relative;
	/* animation:change 10s ease-in-out infinite alternate; */
}
@keyframes change {
	0% {
		background-image: url(../images/img16.jpg);
	}
	50% {
		background-image: url(../images/img17.jpg);
	}
	/*100% {
		background-image: url(../images/img17.jpg);
	}*/
}

.slickc1{
	display: block;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.slickc1 .slick-list{
	height: 100%;
}
.slickc1 .slick-track{
	height: 100%;
}
.slickc1 .item{
	display: block;
	height: 100%;
}
.slickc1 img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.row-b2 .info {
	background-color: rgba(0, 0, 0, 0.6);
	border-bottom-right-radius: 30px;
	display: inline-block;
	padding: 55px 95px 88px 51px;
	position: absolute;
	top: 51.7%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.row-b2 .tit h3 {
	font-size: 30px;
	color: #ffffff;
	font-weight: normal;
}

.row-b2 .tit {
	margin-bottom: 47px;
}

.ul-num-b1 {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.ul-num-b1 p {
	font-size: 14px;
	color: #c0c0c0;
}
.ul-num-b1 .g-morec1{
	margin-top: 20px;
}
.ul-num-b1 .f .num {
	font-size: 60px;
	color: #ffffff;
	font-weight: bold;
	font-family: manrope3;
}

.ul-num-b1 .num2 {
	margin-right: 13px;
}

.ul-num-b1 .f .num1 {
	font-size: 60px;
	color: #ffffff;
	font-weight: bold;
}

.ul-num-b1 li {
	border-left: 1px solid rgba(255, 255, 255, 0.6);
	border-right: 1px solid rgba(255, 255, 255, 0.6);
	padding-left: 30px;
	padding-right: 78px;
}
.ul-num-b1 li:first-child{
	border: none;
	padding-left: 0;
}
.ul-num-b1 li:last-child {
	border: none;
	margin-right: 0;
	padding-right: 0;
}

.ul-num-b1 .item {
	margin-bottom: 20px;
}

.ul-num-b1 .item:last-child {
	margin-bottom: 0;
}

.ul-num-b1 .item h3 {
	font-size: 14px;
	color: #c0c0c0;
}

.ul-num-b1 .item .num {
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	font-family: manrope3;
}

.ul-num-b1 .item p {
	display: inline-block;
}

.row-b3 {
	background-image: url(../images/b-bg01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	height: 100vh;
}

.row-b3 .b-info {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	/* 水平居中 */
	padding: 27px 0;
}

.b-tit2 {
	text-align: center;
	margin-bottom: 55px;
}

.b-tit2 h3 {
	font-size: 30px;
	color: #000000;
	font-weight: normal;
}

.row-b3 .col-l {
	width: 40%;
	margin-right: 100px;
}

.row-b3 .col-l .info {
	border-bottom-right-radius: 30px;
	background-color: #ffffff;
	padding: 23px;
	box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.06);
}

.row-b3 .col-l .info .pic {
	margin-bottom: 16px;
	overflow: hidden;
}


.row-b3 .col-l .info .pic img {
	width: 100%;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.row-b3 .col-l .info:hover .pic img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.row-b3 .col-l .info .tit h3 {
	font-size: 20px;
	color: #000000;
	font-weight: normal;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.row-b3 .col-l .info:hover .tit h3 {
	color: #384399;
}

.row-b3 .col-l .info .tit {
	margin-bottom: 50px;
}

.row-b3 .col-l .info .date {
	position: relative;
	margin-bottom: 6px;
}

.row-b3 .col-l .info .date::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: rgba(56, 67, 153, 0.3);
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.row-b3 .col-l .info .date p {
	font-size: 16px;
	color: #384399;
	z-index: 5;
	background-color: #ffffff;
	position: relative;
	width: 25%;
}

.row-b3 .col-r {
	width: 52.9%;
}

.ul-tit-b1 {
	height: 523px;
}

.ul-tit-b1 li {
	height: 20%;
}

.ul-tit-b1 a {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #dfe1e1;
	height: 100%;
	position: relative;
}

.ul-tit-b1 a::after{
	content: '';
	width: 0;
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 1px;
	background: #384399;
	transition: all .7s;
}

.ul-tit-b1 a:hover::after{
	width: 100%;
	transition: all .7s;
}

.ul-tit-b1 .date h3 {
	font-size: 24px;
	color: #384399;
	margin-right: 22px;
}

.ul-tit-b1 .date span {
	font-size: 16px;
	color: #c0c0c0;
	font-weight: bold;
}

.ul-tit-b1 p {
	font-size: 16px;
	color: #000000;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.ul-tit-b1 .icon {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	opacity: 0;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.ul-tit-b1 a:hover p {
	color: #384399;
}

.ul-tit-b1 a:hover .icon {
	opacity: 1;
}

.row-b4 {
	background-image: url(../images/b-bg03.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: left bottom;
	height: 100%;
	display: flex;
	align-items: center;
}

.row-b4 .b-info {
	overflow: hidden;
}

.row-b4 .b-info .col-l h3 {
	font-size: 30px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 85px;
}

.ul-tit-b2 li.on p,
.ul-tit-b2 li:hover p {
	color: #384399;
	border-bottom: 1px solid #384399;
}

.ul-tit-b2 li p {
	display: inline-block;
	font-size: 19px;
	border-bottom: 1px solid transparent;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	cursor: pointer;
	padding-bottom: 9px;
	margin-bottom: 30px;
	color: #c0c0c0;
}

.row-b4 .b-info .col-r {
	width: 68%;
}

.row-b4 .b-info .col-r .tit p {
	font-size: 16px;
	color: #c0c0c0;
}

.row-b4 .b-info .col-r .tit {
	margin-bottom: 46px;
}

.ul-logo-b1 {
	overflow: hidden;
}

.ul-logo-b1 dl {
	overflow: hidden;
}

.ul-logo-b1 li {
	display: none;
}

.ul-logo-b1 li.on {
	display: block;
}

.ul-logo-b1 dd {
	width: 25%;
	float: left;
}

.ul-logo-b1 .pic {
	padding-top: 37.5%;
	overflow: hidden;
	position: relative;
}

.ul-logo-b1 .pic img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	object-fit: contain;
	height: 85px;
	width: 125px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

@media only screen and (max-width: 1600px) {
	.b-tit1 {
		margin-bottom: 3.062vw;
	}

	.b-tit1 h3 {
		font-size: 1.875vw;
	}

	.row-b1 {
		padding: 6.562vw 0 8.687vw;
	}

	.b-tit1 p {
		font-size: 1vw;
	}

	.ul-info-b1::after {
		margin: 0 1.312vw;
	}


	.ul-info-b1 .info1 {
		padding: 0 1.312vw;
	}

	.ul-info-b1 .info .pic1 {
		padding-bottom: 4.875vw;
	}

	.ul-info-b1 .info .pic1::after {
		bottom: 2.25vw;
		height: 2.625vw;
	}

	.ul-info-b1 li:nth-child(2n) .info .pic1::after {
		top: -2.812vw;
	}

	.ul-info-b1 .info .pic1::before {
		bottom: 1.875vw;
		height: 0.687vw;
		width: 0.687vw;
	}

	.ul-info-b1 li:nth-child(2n) .info .pic1::before {
		top: -3.437vw;
	}

	.ul-info-b1 li:nth-child(2n) .info {
		padding-top: 8.75vw;
	}

	.ul-info-b1 li:nth-child(2n) .info1 {
		padding-top: 13.25vw;
	}


	.ul-info-b1 .info .tit h3 {
		font-size: 1.125vw;
	}

	.ul-info-b1 .info .tit p {
		font-size: 1vw;
	}

	.ul-info-b1 {
		margin: 0 -1.312vw;
	}

	.row-b2 .info {
		padding: 3.437vw 5.937vw 5.5vw 3.187vw;
	}

	.row-b2 .tit h3 {
		font-size: 1.875vw;
	}

	.row-b2 .tit {
		margin-bottom: 2.937vw;
	}


	.ul-num-b1 .f .num {
		font-size: 3.75vw;
	}

	.ul-num-b1 .num2 {
		margin-right: 0.812vw;
	}

	.ul-num-b1 .f .num1 {
		font-size: 3.75vw;
	}


	.ul-num-b1 li {
		padding-right: 4.875vw;
		margin-right: 1.875vw;
	}

	.ul-num-b1 .item {
		margin-bottom: 1.25vw;
	}


	.ul-num-b1 .item .num {
		font-size: 1.25vw;
	}

	.row-b3 .b-info {
		/* 水平居中 */
		padding: 1.687vw 0;
	}

	.b-tit2 {
		margin-bottom: 3.437vw;
	}

	.b-tit2 h3 {
		font-size: 1.875vw;
	}

	.row-b3 .col-l {
		margin-right: 6.25vw;
	}

	.row-b3 .col-l .info {
		padding: 1.437vw;
		box-shadow: 0vw 0vw 1.687vw 0vw rgba(0, 0, 0, 0.06);
	}

	.row-b3 .col-l .info .pic {
		margin-bottom: 1vw;
	}


	.row-b3 .col-l .info .tit h3 {
		font-size: 1.25vw;
	}

	.row-b3 .col-l .info .tit {
		margin-bottom: 3.125vw;
	}

	.row-b3 .col-l .info .date {
		margin-bottom: 0.375vw;
	}


	.row-b3 .col-l .info .date p {
		font-size: 1vw;
	}

	.ul-tit-b1 {
		height: 32.68vw;
	}


	.ul-tit-b1 .date h3 {
		font-size: 1.5vw;
		margin-right: 1.375vw;
	}

	.ul-tit-b1 .date span {
		font-size: 1vw;
	}

	.ul-tit-b1 p {
		font-size: 1vw;
	}

	.row-b4 .b-info .col-l h3 {
		font-size: 1.875vw;
		margin-bottom: 5.312vw;
	}

	.ul-tit-b2 li p {
		font-size: 1.187vw;
		padding-bottom: 0.562vw;
		margin-bottom: 1.875vw;
	}

	.row-b4 .b-info .col-r .tit p {
		font-size: 1vw;
	}

	.row-b4 .b-info .col-r .tit {
		margin-bottom: 2.875vw;
	}
}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1200px) {
	.ul-info-b1 li:nth-child(2n) .info {
		padding-top: 10.75vw;
	}
}

@media only screen and (max-width: 990px) {
	.ul-info-b1 li {
		width: 50%;
	}

	.ul-info-b1 .info .pic1::after {
		display: none;
	}

	.ul-info-b1 .info .pic1::before {
		display: none;
	}

	.ul-info-b1::after {
		display: none;
	}

	.ul-info-b1 li:nth-child(2n) .info .tit {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
	}

	.ul-info-b1 li:nth-child(2n) .info {
		padding-top: 0;
	}

	.ul-info-b1 li:nth-child(2n) .info1 {
		padding-top: 0;
	}

	.ul-info-b1 .info .pic1 {
		padding-bottom: 15px !important;
	}

	.b-tit1 h3 {
		font-size: 21px;
	}

	.b-tit1 p {
		font-size: 16px;
	}

	.b-tit1 {
		margin-bottom: 20px;
	}

	.ul-info-b1 {
		margin: 0 -10px;
	}

	.ul-info-b1 .info1 {
		padding: 0 10px;
	}

	.ul-info-b1 .info .tit h3 {
		font-size: 16px;
	}

	.ul-info-b1 .info .tit p {
		font-size: 14px;
	}

	.ul-info-b1 li {
		margin-bottom: 15px;
	}

	.row-b2 .info {
		padding: 15px;
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		transform: translateY(0%);
		-webkit-transform: translateY(0%);
	}

	.row-b2 .tit h3 {
		font-size: 21px;
	}

	.row-b2 .tit {
		margin-bottom: 10px;
	}

	.ul-num-b1 .f .num {
		font-size: 18px;
	}

	.ul-num-b1 .item {
		margin-bottom: 10px;
	}

	.row-b2 {
		height: auto;
		padding: 15px 0;
	}
	.slickc1{
		position: absolute!important;
		top: 0;
		left: 0;
		height: 100%;
	}
	.ul-num-b1 .item .num {
	    font-size: 14px;
	}
	.row-b3{
		height: auto;
	}
	.row-b3 .b-info {
	    overflow: hidden;
	    display: block;
	    padding: 15px 0;
	}
	
	.b-tit2 h3 {
	    font-size: 21px;
	}
	
	.row-b3 .col-l {
	    margin-right: 0;
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	
	.row-b3 .col-r {
		float: none;
		width: 100%;
	}
	
	.row-b3 .col-l .info {
	    padding: 15px;
	}
	
	.row-b3 .col-l .info .tit h3 {
	    font-size: 16px;
	}
	
	.row-b3 .col-l .info .date p {
		width: 30%;
	}
	
	.b-tit2 {
	    margin-bottom: 10px;
	}
	
	.ul-tit-b1 .date h3 {
	    font-size: 18px;
	    margin-right: 10px;
	}
	
	.ul-tit-b1 .date span {
	    font-size: 16px;
	}
	.ul-tit-b1 p {
	    font-size: 14px;
		padding-right: 30px;
	}
	
	.ul-tit-b1 a{
		padding: 10px 0;
	}
	
	.ul-tit-b1 {
	    height: auto;
	}
	
	.ul-tit-b1 .icon img{
		max-width: 80%;
	}
	
	.row-b3 {
	    padding: 15px 0 ;
	}
	
	.ul-num-b1 li {
	    padding-right: 10px;
	    margin-right: 20px;
	}
	
	.ul-tit-b1 a .icon{
		opacity: 1;
	}
	
	.row-b4 .b-info .col-l {
	    width: 100% ;
		float: none;
	}
	
	.row-b4 .b-info .col-r {
	    width: 100% ;
	    float: none;
	}
	
	.row-b4 .b-info .col-l h3 {
	    font-size: 21px;
	    margin-bottom: 15px;
	}
	
	.ul-tit-b2 li p {
	    font-size: 14px;
	    padding-bottom: 10px;
	    margin-bottom: 10px;
	}
	
	.ul-tit-b2{
		display: flex;
		align-items: center;
	}
	
	.ul-tit-b2 li{
		margin-right: 10px;
	}
	
	.row-b4 .b-info .col-r .tit p {
	    font-size: 14px;
	}
	
	.row-b4 {
		display: block;
	    padding: 15px 0;
	}
	
	.ul-logo-b1 dd{
		width: 50%;
		padding: 0 10px;
	}
	
	.row-b4 .b-info .col-r .tit {
	    margin-bottom: 15px;
	}
}
.row-c1{
	display: flex;
	align-items: center;
	height: 100vh;
	overflow: hidden;
}
.m-infoc1{
	position: relative;
	border-bottom-right-radius: 40px;
	overflow: hidden;
}
.ul-proc1{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}
.ul-proc1 li{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.ul-proc1 li.on{
	opacity: 1;
}
.ul-listc1{
	display: flex;
	position: relative;
	z-index: 2;
}
.ul-listc1 li{
	flex: 1;
	display: block;
	border-right: 1px solid rgba(255, 255, 255, .4);
}
.ul-listc1 .con{
	display: block;
	color: #fff;
	position: relative;
}
.ul-listc1 .bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(113deg,#6284da,#3857a5);
	opacity: 0;
	z-index: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.ul-listc1 .on .bg{
	opacity: .8;
}
.ul-listc1 .info{
	display: block;
	height: 550px;
	padding: 60px 40px;
	position: relative;
	z-index: 2;
}
.ul-listc1 .num{
	font-size: 20px;
	font-family: manrope3;
}
.ul-listc1 .txt{
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 0;
	z-index: 2;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.ul-listc1 .on .txt{
	bottom: 90px;
}
.ul-listc1 .icn{
	font-size: 0;
	margin-bottom: 20px;
}
.ul-listc1 .tit{
	font-size: 16px;
	margin-bottom: 50px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.ul-listc1 .on .tit{
	font-size: 20px;
}
.ul-listc1 .more{
	font-size: 0;
	opacity: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.ul-listc1 .on .more{
	opacity: 1;
}
.row-c2{
	/* display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	background-image: url(../images/c-pic03.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden; */
	position: relative;
}
.row-c2bj{
	height: 100vh;
	background-image: url(../images/c-pic03.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
.row-c2 .wp{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.row-c2 .b-tit1 h3{
	color: #fff;
}
.m-infoc2{
	display: flex;
	background-color: rgba(26, 26, 26, .4);
	border: 1px solid rgba(132, 132, 132, .4);
	border-bottom-right-radius: 40px;
	color: #fff;
}
.m-infoc2 .info{
	display: block;
	width: 50%;
	padding: 50px;
}
.m-infoc2 .tit{
	font-size: 24px;
	margin-bottom: 34px;
}
.m-infoc2 .line{
	display: block;
	width: 55px;
	height: 1px;
	background-color: #fff;
	margin-bottom: 34px;
	opacity: .2;
}
.m-infoc2 .desc{
	font-size: 16px;
	color: #dfdfdf;
	line-height: 1.6;
	margin-bottom: 45px;
}
.g-morec1{
	display: block;
	width: 229px;
	line-height: 49px;
	border-radius: 50px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border: 1px solid #fff;
}
.g-morec1:hover{
	border-color: #384399;
	background-color: #384399;
}
.ul-proc2{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 50%;
}
.ul-proc2 li{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 33.33%;
	height: 250px;
	border-top: 1px solid rgba(255, 255, 255, .2);
	border-left: 1px solid rgba(255, 255, 255, .2);
	position: relative;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.ul-proc2 li:last-child{
	border-bottom-right-radius: 40px;
}
.ul-proc2 li:nth-child(-n+3){
	border-top: none;
}
.ul-proc2 li:hover{
	background-color: #384399;
}
.ul-proc2 .con{
	display: block;
	width: 100%;
	padding: 0 10px;
	text-align: center;
	position: relative;
	z-index: 2;
}
.ul-proc2 .num{
	font-size: 40px;
	margin-bottom: 20px;
	font-family: manrope3;
}
.ul-proc2 .txt{
	font-size: 16px;
	color: #dfdfdf;
}
@media only screen and (min-width: 950px) and (max-width: 1555px) {
	.ul-listc1 .info{
		height: 35.36vw;
		padding: 3.858vw 2.572vw;
	}
	.ul-listc1 .num{
		font-size: 1.286vw;
	}
	.ul-listc1 .txt{
		left: 2.572vw;
		right: 2.572vw;
	}
	.ul-listc1 .on .txt{
		bottom: 5.787vw;
	}
	.ul-listc1 .icn{
		margin-bottom: 1.286vw;
	}
	.ul-listc1 .tit{
		font-size: 1.028vw;
		margin-bottom: 3.215vw;
	}
	.ul-listc1 .on .tit{
		font-size: 1.286vw;
	}
	.m-infoc2 .info{
		padding: 3.215vw;
	}
	.m-infoc2 .tit{
		font-size: 1.543vw;
		margin-bottom: 2.186vw;
	}
	.m-infoc2 .line{
		width: 3.536vw;
		margin-bottom: 2.186vw;
	}
	.m-infoc2 .desc{
		font-size: 1.028vw;
		margin-bottom: 2.893vw;
	}
	.g-morec1{
		width: 14.72vw;
		line-height: 3.151vw;
		font-size: 0.900vw;
	}
	.ul-proc2 li{
		height: 16.07vw;
	}
	.ul-proc2 .num{
		font-size: 2.572vw;
		margin-bottom: 1.286vw;
	}
	.ul-proc2 .txt{
		font-size: 1.028vw;
	}
}
@media only screen and (max-width:950px) {
	.row-c1{
		height: auto;
		padding: 15px 0;
	}
	.m-infoc1{
		border-bottom-right-radius: 15px;
	}
	.ul-listc1{
		display: block;
		overflow: hidden;
	}
	.ul-listc1 li{
		float: left;
		width: 50%;
		border-bottom: 1px solid rgba(255, 255, 255, .4);
	}
	.ul-listc1 .info{
		height: auto;
		padding: 15px;
	}
	.ul-listc1 .num{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.ul-listc1 .txt{
		position: relative;
		left: 0;
		right: 0;
		bottom: -15px;
	}
	.ul-listc1 .on .txt{
		bottom: 0;
	}
	.ul-listc1 .icn{
		width: 24px;
		height: 24px;
		margin-bottom: 5px;
	}
	.ul-listc1 .icn img{
		max-height: 100%;
	}
	.ul-listc1 .tit{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.ul-listc1 .on .tit{
		font-size: 14px;
	}
	.row-c2{
		height: auto;
		padding: 15px 0;
	}
	.m-infoc2{
		display: block;
		border-bottom-right-radius: 15px;
	}
	.m-infoc2 .info{
		width: 100%;
		padding: 15px;
	}
	.m-infoc2 .tit{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.m-infoc2 .line{
		width: 30px;
		margin-bottom: 10px;
	}
	.m-infoc2 .desc{
		font-size: 14px;
		margin-bottom: 15px;
	}
	.g-morec1{
		width: 140px;
		line-height: 35px;
		font-size: 14px;
	}
	.ul-proc2{
		width: 100%;
	}
	.ul-proc2 li{
		width: 50%;
		height: 120px;
	}
	.ul-proc2 li:nth-child(3){
		border-top: 1px solid rgba(255, 255, 255, .2);
	}
	.ul-proc2 .con{
		padding: 0 10px;
	}
	.ul-proc2 .num{
		font-size: 20px;
		margin-bottom: 0px;
	}
	.ul-proc2 .txt{
		font-size: 14px;
	}
}

.banner img{
	width: 100%;
	max-width: 100%;
}
.m-vdoc1{
	position: relative;
}
.m-vdoc1 video{
	display: block;
	width: 100%;
	height: 100vh;
	object-fit: fill;
}
.m-vdoc1 .play{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	cursor: pointer;
}
.g-tit1{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.g-tit1 .tit{
	font-size: 30px;
	color: #000;
}
.g-tit1 .more{
	display: block;
	font-size: 16px;
	color: #000;
}
.g-tit1 .more:hover{
	color: #6284da;
}
@media only screen and (max-width:950px) {
	.m-vdoc1 video{
		height: auto;
	}
	.g-tit1{
		margin-bottom: 0;
	}
	.g-tit1 .tit{
		font-size: 21px;
	}
	.g-tit1 .more{
		font-size: 14px;
	}
}
/* 结束 */