/* 公用样式 */
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 "Microsoft YaHei", "Open Sans", Arial, sans-serif; } a{text-decoration:none !important; } 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;
}
img{
	max-width: 100%;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
body {
	font: 14px/1.5 "Microsoft YaHei", "Open Sans", Arial, sans-serif;
	outline: 0;
	overflow-x: hidden;
}
input,
textarea,
select {
	font-size: 14px;
	color: #333;
	font-family: "Microsoft YaHei", "Open Sans", Arial, 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: 1200px;
	margin: 0 auto;
}
.wp1{
  width: 90%;
	max-width: 1680px;
	margin: 0 auto;
}
.wp2{
	width: 90%;
	max-width: 1380px;
	margin: 0 auto;
}
.wp3{
	width: 90%;
	max-width: 1435px;
	margin: 0 auto;
}
.wp4{
	width: 90%;
	max-width: 850px;
	margin: 0 auto;
}
.wp5{
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}
@font-face {
  font-family: DIN;
  src: url(../fonts/DINOT-Medium.otf);
}
@media only screen and (max-width:1199px) {
	.wp5,.wp4,.wp3,.wp2,.wp1,.wp{
		width: 100%;
		padding: 0 15px;
	}
}
/* 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;
}
.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);
}
body{
	padding-top: 150px;
}
.header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #000;
	z-index: 99;
}
.header .hd{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 150px;
}
.logo{
	display: block;
	font-size: 0;
	margin-right: 56px;
	max-width: 105px;
}
.logo img{
	display: inline-block;
	vertical-align: middle;
	max-height: 50%;
}
.ul-nav{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
}
.ul-nav li{
	position: relative;
	border-bottom: 1px solid transparent;
	transition: .5s;
}
.ul-nav li:hover,
.ul-nav li.on{
	border-color: #fff;
}
.ul-nav .v1{
	display: block;
	font-size: 13px;
	text-align: center;
}
.ul-nav .v1 span{
	display: block;
	text-transform: uppercase;
	margin-top: 6px;
	font-family: DIN;
}
.ul-nav .sub{
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	background-color: #000;
	z-index: 2;
	display: none;
	padding: 15px 0;
}
.ul-nav .v2{
	display: block;
	padding: 10px 15px;
	font-size: 13px;
	color: #fff;
	text-align: center;
}
.header .icn{
	display: block;
	font-size: 0;
	margin-left: 28px;
	max-width: 49px;
}
.footer{
	display: block;
	position: relative;
	padding: 126px 0 75px;
	overflow: hidden;
	color: #fff;
	background-color: #000;
}
.footer::after{
	content: attr(data-japanese);
	position: absolute;
	top: 93px;
	left: 50%;
	margin-left: 579px;
	font-size: 24px;
	writing-mode: vertical-rl;
	font-weight: bold;
	z-index: 2;
	letter-spacing: 8px;
}
.footer .tit{
	display: block;
	font-size: 45px;
	margin-bottom: 90px;
	text-align: center;
	font-family: DIN;
}
.fd-nav{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 90px;
}
.fd-nav li{
	margin: 0 20px;
}
.fd-nav .con{
	display: block;
	padding-left: 17px;
	position: relative;
	font-size: 12px;
}
.fd-nav .con::after{
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 4px;
	height: 4px;
	background-color: #7d7d7d;
	border-radius: 50%;
	z-index: 2;
}
.fd-nav .en{
	margin-bottom: 8px;
	font-family: DIN;
	font-size: 13px;
}
.fd-share{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.fd-share li{
	display: block;
}
.fd-share .con{
	display: block;
	font-size: 0;
	text-align: center;
}
.fd-share .qr{
	display: block;
	width: 88px;
	margin: 0 auto 12px;
	border-radius: 14px;
	overflow: hidden;
}
.fd-share .qr img{
	display: block;
	width: 100%;
}
.fd-share .txt{
	font-size: 13px;
}
.g-pages{
	padding: 15px 0;
	font-size: 0;
	text-align: right;
}
.g-pages li{
	display: inline-block;
	margin: 0 10px;
}
.g-pages a{
	font-size: 14px;
	color: #7d7d7d;
}
.g-pages .on,
.g-pages a:hover{
	font-weight: bold;
}
@media only screen and (min-width: 950px) and (max-width: 1920px) {
	body{
		padding-top: 7.812vw;
	}
	.header .hd{
		height: 7.812vw;
	}
	.logo{
		margin-right: 2.916vw;
	}
	.ul-nav .v1 span{
		margin-top: 0.312vw;
	}
	.header .icn{
		margin-left: 2.458vw;
	}
}
@media only screen and (max-width:1199px) {
	body{
		padding-top: 60px;
	}
	.menuBtn{
		display: block;
	}
	.header .hd{
		height: 60px;
	}
	.logo{
		height: 60px;
		line-height: 60px;
		margin-right: 0;
	}
	.ul-nav{
		position: fixed;
		top: 60px;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #000;
		display: none;
		overflow-y: auto;
		z-index: 99;
	}
	.ul-nav li{
		margin-bottom: 15px;
	}
	.ul-nav .v1{
		font-size: 16px;
	}
	.ul-nav .v1 span{
		margin-top: 0;
	}
	.header .icn{
		display: none;
	}
	.footer{
		padding: 15px 0 5px;
	}
	.footer::after{
		display: none;
		top: 15px;
		left: auto;
		right: 15px;
		font-size: 18px;
		letter-spacing: 2px;
		margin-left: 0;
	}
	.footer .tit{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.fd-nav{
		margin-bottom: 30px;
	}
	.fd-nav li{
		width: auto;
		margin: 0 4px 5px;
	}
	.fd-nav .con{
		padding-left: 10px;
		font-size: 14px;
	}
	.fd-nav .con::after{
		top: 6px;
		left: 0;
		width: 4px;
		height: 4px;
	}
	.fd-nav .en{
		display: none;
		margin-bottom: 0px;
		font-size: 14px;
	}
	.fd-share{
		justify-content: center;
		flex-wrap: wrap;
	}
	.fd-share li{
		flex: 1;
		margin: 0 0 10px;
	}
	.fd-share .qr{
		width: 80px;
		max-width: 100%;
		margin: 0 auto 10px;
		border-radius: 5px;
	}
	.fd-share .txt{
		font-size: 0.937vw;
	}
}

/* 其他样式表 */
.ban-jl1{
	font-size: 0;
	position: relative;
}
.ban-jl1 img{
	display: block;
	width: 100%;
}
.ban-jl1 .slick-arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	z-index: 2;
	display: block;
	width: 15px;
	height: 15px;
	background-color: transparent;
	border: none;
	font-size: 0;
	cursor: pointer;
}
.ban-jl1 .slick-prev{
	left: 60px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.ban-jl1 .slick-next{
	right: 60px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.jl-row1{
	padding: 144px 0;
	overflow: hidden;
	font-weight: bold;
}
.jl-row1 .l-txt{
	float: left;
	font-family: DIN;
}
.jl-row1 .tit{
	font-size: 94px;
	line-height: 1;
	margin-bottom: 20px;
}
.jl-row1 .desc{
	font-size: 42px;
}
.jl-row1 .r-txt{
	float: right;
	font-size: 35px;
	writing-mode: vertical-rl;
}
.jl-row2{
	background-color: #fff;
	margin-bottom: 190px;
}
.jl-info1 .info{
	position: relative;
	z-index: 2;
}
.jl-info1 .pic{
	float: left;
	width: 321px;
	margin-right: 110px;
	font-size: 0;
}
.jl-info1 .pic img{
	display: block;
	width: 100%;
}
.jl-info1 .txt{
	padding-top: 60px;
	overflow: hidden;
	font-weight: bold;
}
.jl-info1 .tit{
	font-size: 27px;
	margin-bottom: 20px;
}
.jl-info1 .tit span{
	font-size: 19px;
}
.jl-info1 .desc{
	font-size: 18px;
	line-height: 1.3;
}
.jl-info1 .img{
	position: relative;
	z-index: 3;
	font-size: 0;
}
.jl-info1 .icn{
	position: absolute;
	top: -17px;
	left: 212px;
	width: 152px;
	z-index: 2;
}
.jl-row3{
	margin-bottom: 198px;
	overflow: hidden;
}
.jl-tit1{
	font-family: DIN;
	margin-bottom: 200px;
	position: relative;
}
.jl-tit1 .tit{
	font-size: 94px;
	text-align: center;
	font-weight: bold;
	line-height: 0.9;
}
.jl-tit1 .desc{
	position: absolute;
	top: 80px;
	left: 0;
	font-size: 35px;
	width: 35px;
	line-height: 1.25;
	font-weight: bold;
	text-align: center;
	word-break: break-all;
}
.jl-row3 .piclist{
	display: flex;
	align-items: flex-start;
	margin-bottom: 70px;
	font-size: 0;
}
.jl-row3 .con{
	display: block;
	margin-right: 13px;
	width: 33.33%;
}
.jl-row3 .con:first-child{
	padding-top: 175px;
}
.jl-row3 .con:last-child{
	margin-right: 0;
}
.jl-row3 .pic{
	margin-bottom: 14px;
	overflow: hidden;
}
.jl-row3 .pic:last-child{
	margin-bottom: 0;
}
.jl-row3 .pic img{
	display: block;
	width: 100%;
	transition: .5s;
}
.jl-row3 .pic:hover img{
	transform: scale(1.08);
}
.jl-row3 .more{
	font-size: 12px;
	font-family: DIN;
}
.jl-row3 .more a{
	float: right;
	padding-right: 15px;
	background-image: url(../images/jl-icn02.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 9px;
	font-weight: bold;
}
.jl-row4{
	background-color: #000;
	padding: 140px 0 60px;
	overflow: hidden;
	color: #fff;
}
.jl-row4 .l-txt{
	float: left;
}
.jl-row4 .tit{
	font-size: 94px;
	font-family: DIN;
	line-height: 1;
	margin-bottom: 28px;
}
.jl-row4 .desc{
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 30px;
}
.jl-row4 .icn{
	font-size: 0;
	max-width: 380px;
}
.jl-row4 .r-txt{
	float: right;
	writing-mode: vertical-rl;
	font-size: 35px;
	letter-spacing: 6px;
	font-weight: bold;
}
.jl-row5{
	padding: 70px 0;
	background-color: #c7c7c7;
}
.jl-img1{
	display: block;
	overflow: hidden;
}
.jl-img1 li{
	float: left;
	width: 25%;
	padding: 0 7px;
	margin-bottom: 20px;
}
.jl-img1 .con{
	display: block;
	padding: 7px;
	background-image: url(../images/c-bg1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.jl-img1 .pic{
	font-size: 0;
	position: relative;
	height: 0;
	padding-top: 140.66%;
	overflow: hidden;
}
.jl-img1 .pic img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 100%;
	z-index: 2;
}
.jl-img1 .pic:hover img{
	transform: translateY(-50%) scale(1.08);
}
.jl-row5-2{
	background-color: #000;
	padding: 35px 0;
}
.jl-info2{
	display: block;
	background-color: #000;
	text-align: center;
	color: #fff;
	overflow: hidden;
	font-weight: bold;
}
.jl-info2 .tit{
	font-size: 28px;
	font-family: DIN;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.jl-info2 .desc{
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 30px;
}
.jl-info2 .more{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 63px;
	height: 16px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 50px;
	color: #000;
	font-size: 10px;
}
.jl-info2 .more img{
	max-width: 7px;
	margin-left: 5px;
}
.jl-row6{
	overflow: hidden;
}
.jl-ln1{
	display: block;
	height: 2px;
	background-color: #000;
	font-size: 0;
	margin: 133px 0;
}
.jl-ln3{
	display: block;
	height: 2px;
	background-color: #000;
	font-size: 0;
	margin: 82px 0 90px;
}
.jl-info3{
	font-size: 0;
	margin-top: 84px;
	position: relative;
}
.jl-info3 .pic img{
	display: block;
	width: 100%;
}
.jl-info3 .info{
	position: absolute;
	top: 72px;
	right: 0;
	width: 522px;
	height: 189px;
	padding: 10px 90px 0;
	background-color: #000;
	color: #fff;
	z-index: 2;
}
.jl-info3 .num{
	font-size: 73px;
	line-height: 1;
	margin-bottom: 18px;
	font-family: DIN;
}
.jl-info3 .num sup{
	line-height: 1;
}
.jl-info3 .desc{
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
}
.jl-row5-3{
	margin-top: 59px;
	padding: 88px 0;
	background-color: #f5f5f5;
}
.jl-img2{
	display: block;
	position: relative;
	margin: 0 -7px;
}
.jl-img2 .slick-arrow{
	position: absolute;
	top: 50%;
	width: 24px;
	height: 24px;
	border: none;
	font-size: 0;
	transform: translateY(-50%);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	cursor: pointer;
	z-index: 2;
}
.jl-img2 .slick-prev{
	left: -81px;
	background-image: url(../images/jl-icn08.png);
}
.jl-img2 .slick-next{
	right: -81px;
	background-image: url(../images/jl-icn09.png);
}
.jl-img2 li{
	flex: 1;
	display: block;
	font-size: 0;
	padding: 14px 10px;
}
.jl-img2 .con{
	display: block;
	padding: 9px 21px 12px 11px;
	border-radius: 16px;
	background-color: #f5f5f5;
	box-shadow: 0 0 12px rgba(0, 0, 0, .21);
	overflow: hidden;
}
.jl-img2 .pic{
	float: left;
	width: 215px;
	height: 212px;
	border-radius: 16px;
	margin-right: 19px;
	overflow: hidden;
}
.jl-img2 .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.jl-img2 .con:hover .pic img{
	transform: scale(1.08);
}
.jl-img2 .txt{
	color: #000;
	overflow: hidden;
}
.jl-img2 .tag{
	text-align: right;
	font-size: 14px;
	height: 18px;
	line-height: 18px;
	margin-bottom: 25px;
}
.jl-img2 .tit{
	display: block;
	font-size: 19px;
	line-height: 24px;
	height: 48px;
	margin-bottom: 18px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow:hidden;
}
.jl-img2 .desc{
	font-size: 12px;
	line-height: 18px;
	height: 54px;
	margin-bottom: 20px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	overflow:hidden;
}
.jl-img2 .time{
	font-size: 10px;
	opacity: .5;
	text-align: right;
}
.jl-more1{
	display: flex;
	justify-content: flex-end;
	padding-bottom: 149px;
}
.jl-more1 .more{
	display: block;
	font-size: 19px;
	font-weight: bold;
	font-family: DIN;
	text-transform: uppercase;
	padding-right: 19px;
	background-image: url(../images/jl-icn02.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 10px;
	line-height: 0.7;
}
.jl-row7{
	padding-top: 278px;
}
.jl-imgbox1{
	font-size: 0;
	margin-bottom: 175px;
}
.jl-imgbox1 .pic{
	margin-bottom: 108px;
}
.jl-imgbox1 .pic2{
	margin-bottom: 29px;
}
.jl-imgbox1 .info{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.jl-imgbox1 .desc{
	flex: 1;
	display: block;
	font-size: 20px;
	color: #000;
	font-family: DIN;
}
.jl-imgbox1 .more{
	display: block;
	padding: 0 15px;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	text-transform: uppercase;
	background-color: #000;
	border-radius: 50px;
}
.jl-row8{
	font-weight: bold;
	padding: 55px 0 254px;
	overflow: hidden;
}
.jl-row8-2{
	padding: 172px 0 61px;
}
.jl-row8 .l-txt{
	float: left;
	font-family: DIN;
}
.jl-row8 .tit{
	font-size: 94px;
	line-height: 1;
	margin-bottom: 59px;
}
.jl-row8 .desc{
	font-size: 100px;
	line-height: 1.15;
}
.jl-row8 .r-txt{
	float: right;
	font-size: 35px;
	writing-mode: vertical-rl;
	letter-spacing: 12px;
}
.jl-row9{
	font-size: 0;
	margin-bottom: 282px;
}
.jl-row9 .pic img{
	display: block;
	width: 100%;
}
.jl-info4{
	float: right;
	width: 333px;
	height: 456px;
	background-color: #000;
	position: relative;
	z-index: 2;
	margin: -228px 0 100px;
	color: #fff;
	padding: 39px 20px 0 40px;
	overflow: hidden;
}
.jl-info5{
	float: none;
	margin-top: -526px;
	margin-bottom: 0;
}
.jl-info4 .icn{
	display: block;
	width: 79px;
	margin-bottom: 50px;
	font-size: 0;
}
.jl-info4 .tit{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.jl-info4 .desc{
	font-size: 13px;
	line-height: 1.95;
	margin-bottom: 90px;
}
.jl-info4 .more{
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 27px;
	font-size: 14px;
	color: #000;
	background-color: #fff;
	border-radius: 50px;
	font-weight: bold;
}
.jl-info4 .more img{
	margin-left: 6px;
}
.jl-txt1{
	font-size: 35px;
	font-weight: bold;
	color: #000;
	letter-spacing: 15px;
	margin-bottom: 98px;
}
.jl-txt1 img{
	max-width: 339px;
	margin-top: 10px;
}
.jl-pic1{
	position: relative;
	font-size: 0;
}
.jl-pic1 .pic img{
	display: block;
	width: 100%;
}
.jl-pic1 .pic video{
	display: block;
	width: 100%;
}
.jl-pic1 .play{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	transform: translate(-50%,-50%);
	z-index: 2;
}
.jl-row10{
	position: relative;
	background-color: #141414;
	padding-bottom: 393px;
}
.jl-row10 .pic img{
	display: block;
	width: 100%;
}
.jl-row10 .txt{
	position: absolute;
	top: 122px;
	left: 0;
	right: 0;
	z-index: 2;
}
.jl-txt2{
	color: #fff;
	font-weight: bold;
	overflow: hidden;
}
.jl-txt2 .tit{
	font-size: 93px;
	line-height: 1.5;
	text-transform: uppercase;
}
.jl-txt2 .desc{
	float: right;
	display: block;
	font-size: 35px;
	letter-spacing: 10px;
	writing-mode: vertical-rl;
}
.jl-info6{
	display: flex;
	align-items: center;
	padding-top: 143px;
	margin-bottom: 0;
}
.jl-info6 .info{
	flex: 1;
	display: block;
	color: #fff;
}
.jl-info6 .tit{
	font-size: 45px;
	font-family: DIN;
	line-height: 0.88;
	font-weight: bold;
	margin-bottom: 50px;
}
.jl-info6 .desc{
	font-size: 13px;
	line-height: 1.95;
}
.jl-info6 .pic{
	display: block;
	width: 62%;
	margin-left: 100px;
	font-size: 0;
	position: relative;
}
.jl-info6 .pic .icn{
	position: absolute;
	top: 0;
	left: 0;
	width: 121px;
	transform: translate(-50%,-50%);
	z-index: 2;
}
.jl-row11{
	background-color: #fff;
	padding-bottom: 174px;
}
.jl-row11 .jl-pic1{
	position: relative;
	z-index: 2;
	margin-top: -278px;
}
.jl-row12{
	background-color: #000;
	padding: 178px 0 194px;
}
.jl-txt3{
	color: #fff;
	font-weight: bold;
	position: relative;
	text-align: center;
}
.jl-txt3 .desc{
	font-size: 31px;
	font-family: DIN;
	margin-bottom: 36px;
}
.jl-txt3 .tit{
	font-size: 94px;
	margin-bottom: 24px;
}
.jl-txt3 .titsub{
	font-size: 69px;
}
.jl-txt3 .info{
	position: absolute;
	top: 65%;
	left: 0;
	transform: translateY(-50%);
	font-size: 35px;
	letter-spacing: 10px;
	writing-mode: vertical-lr;
	white-space: nowrap;
}
.jl-row13{
	padding: 0;
	font-size: 0;
}
.jl-row13 .pic2{
	margin-top: 0;
}
.jl-row13 .pic img{
	display: block;
	width: 100%;
}
.jl-txt4{
	color: #000;
	font-weight: bold;
	position: relative;
	text-align: center;
	margin: 151px 0 159px;
}
.jl-txt4 .desc{
	font-size: 31px;
	font-family: DIN;
	margin-bottom: 100px;
}
.jl-txt4 .tit{
	font-size: 93px;
}
.jl-txt4 .titsub{
	font-size: 69px;
	font-weight: 400;
	line-height: 1.25;
}
.jl-txt4 .info{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 22px;
	white-space: nowrap;
	writing-mode: vertical-lr;
}
.jl-txt4 .info2{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 35px;
	letter-spacing: 10px;
	white-space: nowrap;
	writing-mode: vertical-lr;
}
.jl-row14{
	margin-bottom: 193px;
}
.jl-row14 .pic{
	font-size: 0;
}
.jl-row14 .pic img{
	display: block;
	width: 100%;
}
.jl-ln2{
	display: block;
	height: 2px;
	background-color: #000;
	margin: 102px 0 34px;
}
.jl-tit2{
	color: #000;
}
.jl-tit2 .tit{
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 22px;
}
.jl-tit2 .txt{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.jl-tit2 .desc{
	flex: 1;
	display: block;
	font-size: 18px;
	line-height: 1.95;
}
.jl-tit2 .more{
	display: flex;
	align-items: center;
	padding: 0 25px;
	width: 90px;
	line-height: 27px;
	font-size: 15px;
	color: #fff;
	background-color: #000;
	border-radius: 50px;
	font-weight: bold;
}
@media only screen and (min-width: 1199px) and (max-width: 1920px) {
	/* .jl-row1{
		padding: 10.41vw 0 16.14vw;
	}
	.jl-row1 .tit{
		font-size: 7.031vw;
		margin-bottom: 1.041vw;
	}
	.jl-row1 .desc{
		font-size: 3.125vw;
	}
	.jl-row1 .r-txt{
		font-size: 2.604vw;
	}
	.jl-row2{
		margin-bottom: 10.83vw;
	}
	.jl-info1 .pic{
		width: 32.13vw;
		margin-top: -6.614vw;
		margin-right: 5.729vw;
	}
	.jl-info1 .txt{
		padding-top: 4.166vw;
	}
	.jl-info1 .tit{
		font-size: 1.979vw;
		margin-bottom: 1.041vw;
	}
	.jl-info1 .tit span{
		font-size: 1.458vw;
	}
	.jl-info1 .desc{
		font-size: 0.937vw;
	}
	.jl-info1 .icn{
		top: -0.885vw;
		left: 21.19vw;
		width: 11.35vw;
	}
	.jl-row3{
		margin-bottom: 10.31vw;
	}
	.jl-tit1{
		margin-bottom: 10.41vw;
	}
	.jl-tit1 .tit{
		font-size: 7.031vw;
	}
	.jl-tit1 .desc{
		top: 6.614vw;
		font-size: 2.604vw;
		width: 2.604vw;
	}
	.jl-row3 .pic{
		margin-bottom: 5.208vw;
	}
	.jl-row3 .more{
		font-size: 0.885vw;
	}
	.jl-row3 .more a{
		float: right;
		padding-right: 1.145vw;
		background-size: 0.677vw;
	}
	.jl-row4{
		padding: 10.67vw 0 4.583vw;
	}
	.jl-row4 .tit{
		font-size: 7.031vw;
		margin-bottom: 1.979vw;
	}
	.jl-row4 .desc{
		font-size: 3.125vw;
		margin-bottom: 2.083vw;
	}
	.jl-row4 .r-txt{
		font-size: 2.604vw;
		letter-spacing: 0.312vw;
	}
	.jl-row5{
		padding: 12.70vw 0 0;
	}
	.jl-img1{
		padding: 2.395vw 5.208vw 4.062vw;
	}
	.jl-img1 li{
		padding: 0 0.364vw;
		margin-bottom: 1.041vw;
	}
	.jl-img1 .con{
		padding: 0.364vw;
	}
	.jl-info2{
		padding: 1.666vw 0 2.604vw;
	}
	.jl-info2 .tit{
		font-size: 2.135vw;
		margin-bottom: 0.937vw;
	}
	.jl-info2 .desc{
		font-size: 1.302vw;
		margin-bottom: 2.083vw;
	}
	.jl-ln1{
		height: 0.104vw;
		margin: 9.947vw 0;
	}
	.jl-info3{
		margin-top: 6.197vw;
	}
	.jl-info3 .info{
		top: 3.75vw;
		width: 38.95vw;
		height: 14.16vw;
		padding: 0.677vw 6.875vw 0;
	}
	.jl-info3 .num{
		font-size: 5.416vw;
		margin-bottom: 1.458vw;
	}
	.jl-info3 .desc{
		font-size: 1.302vw;
	}
	.jl-img2{
		margin-top: 4.375vw;
		padding: 5.885vw 3.489vw 6.25vw;
	}
	.jl-more1{
		padding-bottom: 11.14vw;
	}
	.jl-more1 .more{
		font-size: 1.406vw;
		padding-right: 1.354vw;
		background-size: 0.677vw;
	} */
	/* .jl-row7{
		padding-top: 14.47vw;
	}
	.jl-imgbox1{
		margin-bottom: 10.41vw;
	}
	.jl-imgbox1 .pic{
		margin-bottom: 8.072vw;
	}
	.jl-imgbox1 .pic2{
		margin-bottom: 2.135vw;
	}
	.jl-imgbox1 .desc{
		font-size: 1.562vw;
	}
	.jl-imgbox1 .more{
		padding: 0 1.041vw;
		font-size: 1.093vw;
		line-height: 1.875vw;
	}
	.jl-row8{
		padding: 2.864vw 0 13.22vw;
	}
	.jl-row8-2{
		padding: 17.18vw 0 7.708vw;
	}
	.jl-row8 .tit{
		font-size: 7.031vw;
		margin-bottom: 3.072vw;
	}
	.jl-row8 .desc{
		font-size: 5.208vw;
	}
	.jl-row8 .r-txt{
		font-size: 2.604vw;
		letter-spacing: 0.625vw;
	}
	.jl-row9{
		margin-bottom: 14.68vw;
	}
	.jl-info4{
		width: 25.10vw;
		height: 34.37vw;
		margin: -16.66vw 0 6.770vw;
		padding: 2.916vw 2.083vw 0 3.125vw;
	}
	.jl-info4 .icn{
		width: 5.937vw;
		margin-bottom: 4.322vw;
	}
	.jl-info4 .tit{
		font-size: 1.510vw;
		margin-bottom: 1.041vw;
	}
	.jl-info4 .desc{
		font-size: 0.937vw;
		margin-bottom: 7.812vw;
	}
	.jl-txt1{
		font-size: 2.604vw;
		letter-spacing: 0.781vw;
		margin-bottom: 5.104vw;
	}
	.jl-txt1 img{
		margin-top: 0.520vw;
	}
	.jl-pic1 .play{
		width: 8.072vw;
	}
	.jl-row10{
		padding-bottom: 43.33vw;
	}
	.jl-row10 .txt{
		top: 8.489vw;
	}
	.jl-txt2 .tit{
		font-size: 7.031vw;
	}
	.jl-txt2 .desc{
		font-size: 2.604vw;
		letter-spacing: 0.520vw;
	}
	.jl-info6{
		padding-top: 9.270vw;
		margin-bottom: 12.13vw;
	}
	.jl-info6 .tit{
		font-size: 3.385vw;
		margin-bottom: 4.270vw;
	}
	.jl-info6 .desc{
		font-size: 0.937vw;
	}
	.jl-info6 .pic{
		margin-left: 5.208vw;
	}
	.jl-info6 .pic .icn{
		width: 9.114vw;
	}
	.jl-row11{
		padding-bottom: 17.29vw;
	}
	.jl-row11 .jl-pic1{
		margin-top: -31.19vw;
	}
	.jl-row12{
		padding: 13.07vw 0 28.12vw;
	}
	.jl-txt3 .desc{
		font-size: 2.343vw;
		margin-bottom: 1.875vw;
	}
	.jl-txt3 .tit{
		font-size: 7.031vw;
		margin-bottom: 1.25vw;
	}
	.jl-txt3 .titsub{
		font-size: 5.208vw;
	}
	.jl-txt3 .info{
		font-size: 2.604vw;
		letter-spacing: 0.520vw;
	}
	.jl-row13{
		padding: 0 2.5vw;
	}
	.jl-row13 .pic2{
		margin-top: -11.45vw;
	}
	.jl-txt4{
		margin: 17.18vw 0 15.62vw;
	}
	.jl-txt4 .desc{
		font-size: 2.343vw;
		margin-bottom: 7.187vw;
	}
	.jl-txt4 .tit{
		font-size: 7.031vw;
	}
	.jl-txt4 .titsub{
		font-size: 5.208vw;
	}
	.jl-txt4 .info{
		font-size: 1.666vw;
	}
	.jl-txt4 .info2{
		font-size: 2.604vw;
		letter-spacing: 0.520vw;
	}
	.jl-row14{
		margin-bottom: 14.53vw;
	}
	.jl-ln2{
		height: 0.104vw;
		margin: 16.66vw 0 2.187vw;
	}
	.jl-tit2 .tit{
		font-size: 1.458vw;
		margin-bottom: 1.145vw;
	}
	.jl-tit2 .desc{
		font-size: 0.937vw;
	} */
}
@media only screen and (max-width: 1199px) {
	.jl-row1{
		padding: 15px 0;
	}
	.jl-row1 .tit{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.jl-row1 .desc{
		font-size: 18px;
	}
	.jl-row1 .r-txt{
		font-size: 18px;
	}
	.jl-row2{
		margin-bottom: 15px;
	}
	.jl-info1 .pic{
		float: none;
		width: 100%;
		margin: 0 0 15px;
	}
	.jl-info1 .txt{
		padding-top: 0;
		margin-bottom: 15px;
	}
	.jl-info1 .tit{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.jl-info1 .tit span{
		font-size: 16px;
	}
	.jl-info1 .desc{
		font-size: 14px;
	}
	.jl-info1 .icn{
		top: -32px;
		left: auto;
		right: 0;
		width: 80px;
		transform: translateY(-100%);
	}
	.jl-row3{
		margin-bottom: 15px;
	}
	.jl-tit1{
		margin-bottom: 30px;
	}
	.jl-tit1 .tit{
		font-size: 28px;
	}
	.jl-tit1 .desc{
		top: 0;
		font-size: 14px;
		width: 14px;
	}
	.jl-row3 .piclist{
		margin-bottom: 15px;
	}
	.jl-row3 .more{
		font-size: 14px;
	}
	.jl-row3 .more a{
		float: right;
		padding-right: 14px;
		background-size: 8px;
	}
	.jl-row4{
		padding: 15px 0;
	}
	.jl-row4 .l-txt{
		width: 85%;
	}
	.jl-row4 .tit{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.jl-row4 .desc{
		font-size: 14px;
		margin-bottom: 15px;
	}
	.jl-row4 .r-txt{
		font-size: 14px;
		letter-spacing: 4px;
	}
	.jl-row5{
		padding: 15px 0;
	}
	.jl-img1 li{
		width: 50%;
		padding: 0 2px;
		margin-bottom: 4px;
	}
	.jl-img1 .con{
		padding: 4px;
	}
	.jl-row5-2{
		padding: 15px 0;
	}
	.jl-info2{
		padding: 10px;
	}
	.jl-info2 .tit{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.jl-info2 .desc{
		font-size: 14px;
		margin-bottom: 15px;
	}
	.jl-info2 .more img{
		margin-left: 0.312vw;
	}
	.jl-ln1{
		height: 1px;
		margin: 15px 0;
	}
	.jl-ln3{
		height: 1px;
		margin: 15px 0;
	}
	.jl-info3{
		margin-top: 15px;
	}
	.jl-info3 .info{
		top: 15px;
		width: 70%;
		height: auto;
		padding: 15px;
	}
	.jl-info3 .num{
		font-size: 34px;
		margin-bottom: 15px;
	}
	.jl-info3 .desc{
		font-size: 14px;
	}
	.jl-row5-3{
		margin-top: 15px;
		padding: 15px 0;
	}
	.jl-img2{
		padding: 0 20px;
	}
	.jl-img2 .slick-prev{
		left: 0;
	}
	.jl-img2 .slick-next{
		right: 0;
	}
	.jl-img2 li{
		flex: auto;
		width: 100%;
	}
	.jl-img2 .con{
		padding: 0;
	}
	.jl-img2 .pic{
		width: 61%;
		height: auto;
		margin-right: 0;
	}
	.jl-img2 .txt{
		padding: 10px;
	}
	.jl-img2 .tag{
		margin-bottom: 5px;
	}
	.jl-img2 .tit{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.jl-img2 .desc{
		margin-bottom: 5px;
	}
	.jl-more1{
		padding-bottom: 15px;
	}
	.jl-more1 .more{
		font-size: 14px;
		padding-right: 14px;
		background-size: 8px;
	}
	.jl-row7{
		padding-top: 15px;
	}
	.jl-imgbox1{
		margin-bottom: 15px;
	}
	.jl-imgbox1 .pic{
		margin-bottom: 15px;
	}
	.jl-imgbox1 .pic2{
		margin-bottom: 15px;
	}
	.jl-imgbox1 .desc{
		font-size: 14px;
	}
	.jl-imgbox1 .more{
		padding: 0 10px;
		font-size: 14px;
		line-height: 27px;
	}
	.jl-row8{
		padding: 15px 0;
	}
	.jl-row8-2{
		padding: 15px 0;
	}
	.jl-row8 .tit{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.jl-row8 .desc{
		font-size: 16px;
	}
	.jl-row8 .r-txt{
		font-size: 16px;
		letter-spacing: 2px;
	}
	.jl-row9{
		margin-bottom: 15px;
	}
	.jl-info4{
		float: none;
		width: auto;
		height: auto;
		margin: -15px 0 15px;
		padding: 15px;
	}
	.jl-info4 .icn{
		width: 70px;
		margin-bottom: 10px;
	}
	.jl-info4 .tit{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.jl-info4 .desc{
		font-size: 14px;
		margin-bottom: 15px;
		line-height: 1.5;
	}
	.jl-info4 .more{
		float: none;
	}
	.jl-txt1{
		font-size: 18px;
		letter-spacing: 2px;
		margin-bottom: 15px;
	}
	.jl-txt1 img{
		width: 160px;
		margin-top: 5px;
	}
	.jl-pic1 .play{
		width: 50px;
	}
	.jl-row10{
		padding-bottom: 15px;
	}
	.jl-row10 .txt{
		top: 15px;
	}
	.jl-txt2 .tit{
		font-size: 24px;
	}
	.jl-txt2 .desc{
		font-size: 14px;
		letter-spacing: 2px;
	}
	.jl-info6{
		display: block;
		padding-top: 15px;
		margin-bottom: 15px;
	}
	.jl-info6 .info{
		margin-bottom: 15px;
	}
	.jl-info6 .tit{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.jl-info6 .desc{
		font-size: 14px;
	}
	.jl-info6 .pic{
		margin-left: 0;
		width: auto;
	}
	.jl-info6 .pic .icn{
		top: 20px;
		left: 20px;
		width: 50px;
	}
	.jl-row11{
		padding-bottom: 15px;
	}
	.jl-row11 .jl-pic1{
		margin-top: -15px;
	}
	.jl-row12{
		padding: 15px 0;
	}
	.jl-txt3 .desc{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.jl-txt3 .tit{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.jl-txt3 .titsub{
		font-size: 16px;
	}
	.jl-txt3 .info{
		font-size: 14px;
		letter-spacing: 2px;
	}
	.jl-row13{
		padding: 0;
	}
	.jl-row13 .pic2{
		margin-top: 0;
	}
	.jl-txt4{
		margin: 15px 0 50px;
	}
	.jl-txt4 .desc{
		font-size: 16px;
		margin-bottom: 20px;
	}
	.jl-txt4 .tit{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.jl-txt4 .titsub{
		font-size: 16px;
	}
	.jl-txt4 .info{
		font-size: 14px;
	}
	.jl-txt4 .info2{
		font-size: 14px;
		letter-spacing: 2px;
	}
	.jl-row14{
		margin-bottom: 14.53vw;
	}
	.jl-ln2{
		height: 1px;
		margin: 15px 0;
	}
	.jl-tit2 .tit{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.jl-tit2 .desc{
		font-size: 14px;
		line-height: 1.5;
	}
}
@media only screen and (max-width:870px) {
	.jl-row3 .con{
		margin-right: 1.494vw;
	}
	.jl-row3 .con:first-child{
		padding-top: 20.11vw;
	}
	.jl-row3 .pic{
		margin-bottom: 1.609vw;
	}
}
.ban_in {
  position: relative;
}
.ban_in .bg {
  display: block;
  width: 100%;
}
.ban_in .txt {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 25%;
  color: #fff;
}
.ban_in .txt .h3 {
  font-size: 45px;
}
.ban_in .txt .h3 img {
  max-height: 45px;
}
.ban_in .txt .p {
  font-size: 26px;
}
.ban_in .txt .p img {
  max-height: 40px;
}
.ban_in .bot_icns {
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ban_in .bot_icns .l img {
  max-height: 65px;
}
.ban_in .bot_icns .r img {
  max-height: 100px;
}
.row-c1 {
  overflow: hidden;
  padding: 150px 0 0;
}
.row-c1 .col-l {
  width: 40%;
}
.row-c1 .col-r {
  width: 55.83%;
}
.m-txtb1 .h3 {
  font-size: 51px;
  color: #222222;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 34px;
}
.m-txtb1 .desc {
  font-size: 17px;
  color: #222;
  line-height: 1.4;
  margin-bottom: 12px;
}
.m-mapbox .map {
  height: 305px;
}
.m-lsb1 .t {
  font-size: 17px;
  color: rgba(34, 34, 34, 0.5);
  margin-bottom: 30px;
}
.m-lsb1 .inner {
  background-color: #f5f5f5;
  padding: 8px 8px 8px 8px;
}
.scrbox {
  height: 80px;
  overflow-y: auto;
  overflow-x: hidden;
}
.scrbox::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 8px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 6px;
}
.scrbox::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background: #dddddd;
}
.scrbox::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background: #f5f5f5;
}
.ul-txtb1 .con {
  font-size: 14px;
  color: #222222;
  line-height: 1.8;
  cursor: pointer;
}
#allmap1 img,
#allmap img {
  max-width: none;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}
#allmap1 .anchorBL,
#allmap .anchorBL {
  display: none;
}
.g-lineb1 {
  height: 2px;
  background-color: #666666;
  margin: 110px 0 100px;
}
.g-titb1 {
  overflow: hidden;
  color: #222;
}
.g-titb1 .zh {
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 7px;
}
.g-titb1 .en {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
.g-titb1 .r {
  padding-top: 50px;
}
.g-titb1 .btn {
  font-size: 11px;
  color: #fff;
  background-color: #000000;
  line-height: 20px;
  padding: 0 25px;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  font-weight: bold;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.g-titb1 .btn:hover {
  opacity: 0.8;
}
.bge {
  background-color: #eee;
}
.row-c2 .g-titb1 {
  margin-bottom: 150px;
}
.row-c2 .g-lineb1 {
  margin: 245px 0 143px;
}
.ul-listb1 {
  overflow: hidden;
  background-color: #eeeeee;
  padding: 48px 0 48px;
}
.ul-listb1 li {
  float: left;
  width: 20%;
}
.ul-listb1 .con {
  overflow: hidden;
}
.ul-listb1 .qr {
  width: 125px;
  height: 125px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  font-size: 0;
  text-align: center;
  line-height: 125px;
  margin: 0 auto 18px;
}
.ul-listb1 .qr img {
  display: inline-block;
  vertical-align: middle;
  max-height: 80px;
}
.ul-listb1 .txt {
  text-align: center;
  color: #000;
  font-weight: bold;
}
.ul-listb1 .p {
  font-size: 13px;
  height: 1.5em;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 8px;
}
.ul-listb1 .p1 {
  font-size: 11px;
  height: 1.5em;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.row-c3 {
  padding-bottom: 160px;
  overflow: hidden;
}
.row-c3 .g-titb1 {
  margin-bottom: 130px;
}
.m-mapb1 {
  margin-bottom: 40px;
}
.m-mapb1 .map {
  height: 435px;
}
.m-formb1 {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.m-formb1 .col-l {
  width: 38.5%;
}
.m-formb1 .col-r {
  width: 50%;
}
.m-formb1 .desc {
  font-size: 17px;
  color: #222;
  line-height: 1.666;
  margin-bottom: 35px;
}
.m-formb1 .form {
  background-color: #eeeeee;
  padding: 0 20px;
}
.m-formb1 .gp {
  overflow: hidden;
  border-bottom: 1px solid #f9f9f9;
  padding-left: 15px;
}
.m-formb1 .t {
  float: left;
  font-size: 17px;
  color: #000;
  width: 115px;
  line-height: 56px;
}
.m-formb1 .right {
  overflow: hidden;
}
.m-formb1 .inp {
  display: block;
  width: 100%;
  height: 56px;
  font-size: 17px;
  color: #000;
  background-color: transparent;
  border: none;
}
.m-formb1 .inp::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.1);
}
.m-formb1 .inp::-moz-placeholder {
  color: rgba(0, 0, 0, 0.1);
}
.m-formb1 .inp::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.1);
}
.m-btnb1 {
	height: 40px;
	width: 250px;
  display: block;
  text-align: center;
  font-size: 17px;
  color: #fff;
  background-color: #000000;
  /* line-height: 52px; */
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.m-btnb1:hover {
  opacity: 0.8;
}
.g-titleb1 {
  overflow: hidden;
  position: relative;
}
.g-titleb1 .en {
  font-size: 97px;
  color: #000;
  line-height: 1.1;
  width: 400px;
  font-family: DIN;
  font-weight: bold;
}
.g-titleb1 .p {
  font-family: DIN;
  font-size: 42px;
  font-weight: bold;
}
.g-titleb1 .line {
  width: 195px;
  height: 10px;
  background-color: #000000;
  margin-top: 70px;
}
.g-titleb1 .r {
  padding-top: 26px;
}
.g-titleb1 .pos {
  font-size: 36px;
  color: #000;
  width: 50px;
  text-align: right;
  line-height: 1.2;
  font-weight: bold;
}
.m-detailb1 {
  background-color: #fff;
  position: relative;
  padding-bottom: 202px;
  /* &::before {
    content: "";
    display: block;
    width: 100%;
    height: 1200px;
    background-color: #f6f6f6;
    position: absolute;
    top: 0;
    left: 0;
  } */
}
.m-detailb1 .wp5 {
  position: relative;
  z-index: 2;
}
.m-detailb1 .top {
  padding: 80px 0 43px;
}
.m-detailb1 .info {
  color: #000;
  padding: 50px 0 80px;
}
.m-detailb1 .info h1 {
  font-size: 43px;
  margin-bottom: 8px;
}
.m-detailb1 .info .p {
  font-size: 30px;
}
.m-detailb1 .txt {
  font-size: 18px;
  color: #000;
  line-height: 1.54;
}
.row-p1 {
  padding: 135px 0 192px;
  overflow: hidden;
}
.m-cardb1 {
  overflow: hidden;
  margin: 0 auto;
}
.m-cardb1 .col-l {
  width: 41.66%;
}
.m-cardb1 .col-r {
  width: 46.66%;
}
.m-cardb1 .top {
  color: #000;
  margin-bottom: 10px;
}
.m-cardb1 .top .t,
.m-cardb1 .top .t1 {
  font-size: 31px;
}
.m-cardb1 .desc {
  font-size: 12px;
  color: #000;
  line-height: 2;
  margin-bottom: 18px;
}
.m-cardb1 .types {
  font-size: 0;
  margin-bottom: 15px;
}
.m-cardb1 .types .ty {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  margin-bottom: 6px;
  width: 24px;
  height: 12px;
  cursor: pointer;
}
.m-cardb1 .info {
  background-color: #fafafa;
  border: 1px solid #dedede;
  padding: 10px 10px 16px;
  font-size: 10px;
  margin-bottom: 18px;
}
.m-cardb1 .info .p1 {
  padding-left: 20px;
  background: url(../images/g-i1.png) no-repeat 5px 50%;
  -webkit-background-size: 11px 11px;
     -moz-background-size: 11px;
       -o-background-size: 11px;
          background-size: 11px;
  margin-bottom: 2px;
}
.m-cardb1 .info .s {
  color: #000;
  margin-right: 22px;
}
.m-cardb1 .info .edit {
  color: #919191;
}
.m-cardb1 .info .edit:hover {
  text-decoration: underline;
}
.m-cardb1 .info .p2 {
  color: #919191;
  margin-left: 20px;
}
.m-cardb1 .gp {
  margin-bottom: 10px;
}
.m-cardb1 .gp .num {
  font-size: 40px;
  color: #000;
  margin-right: 45px;
  display: inline-block;
  vertical-align: middle;
}
.m-cardb1 .gp .links {
  font-size: 0;
}
.m-cardb1 .gp .a {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #000;
  background-color: #b5b5b5;
  line-height: 33px;
  min-width: 80px;
  text-align: center;
  padding: 0 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.m-cardb1 .gp .a.a1 {
  background-color: #000;
  color: #fff;
}
.m-cardb1 .bot .sp {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin-right: 4px;
  margin-bottom: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.m-cardb1 .bot .sp .icn {
  display: inline-block;
  vertical-align: middle;
  max-width: 12px;
  margin-right: 3px;
  margin-top: -2px;
}
.mySwiper .pic {
  position: relative;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}
.mySwiper .pic .img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}
#mySwiper .active .pic::after {
  opacity: 1;
}
#mySwiper .pic {
  position: relative;
  cursor: pointer;
}
#mySwiper .pic::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#mySwiper2 {
  margin-bottom: 15px;
}
#mySwiper2 .pic {
  padding-top: 88%;
}
.g-line1 {
  height: 2px;
  background-color: #c1c1c1;
  margin-top: 100px;
}
.row-p2 {
  background-color: #e8e8e8;
  overflow: hidden;
  margin-bottom: 280px;
}
.m-picboxb1 {
  background-color: #e8e8e8;
  padding: 0 30px;
}
.m-picboxb1 img {
  display: block;
  width: 100%;
}
.g-titb2 {
  color: #000;
}
.g-titb2 .zh {
  font-size: 29px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 40px;
}
.g-titb2 .en {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.g-titb2 .en .s {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  font-family: DIN;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-transform: uppercase;
}
.g-titb2 .en .btn {
  font-size: 15px;
  color: #fff;
  background-color: #000000;
  line-height: 28px;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  padding: 0 24px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.g-titb2 .en .btn:hover {
  opacity: 0.8;
}
.m-ln1 {
  height: 2px;
  background-color: #222;
  margin: 80px 0 120px;
}
.row-p3 {
  overflow: hidden;
  padding-bottom: 135px;
}
.m-boxb1 {
  background-color: #f5f5f5;
  padding: 40px 25px;
  overflow: hidden;
}
.ul-picsb1 {
  overflow: hidden;
  margin: 0 -7px;
}
.ul-picsb1 li {
  float: left;
  width: 25%;
}
.ul-picsb1 .con {
  display: block;
  margin: 0 7px 14px;
  padding: 7px;
  background: url(../images/c-bg1.png) no-repeat center;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
       -o-background-size: 100% 100%;
          background-size: 100% 100%;
}
.ul-picsb1 .con:hover .pic img {
  -webkit-transform: translateY(-50%) scale(1.1);
     -moz-transform: translateY(-50%) scale(1.1);
      -ms-transform: translateY(-50%) scale(1.1);
       -o-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
}
.ul-picsb1 .pic {
  font-size: 0;
  position: relative;
  height: 0;
  padding-top: 140.66%;
  overflow: hidden;
}
.ul-picsb1 .pic img {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.row-j1 {
  padding: 68px 0 280px;
  overflow: hidden;
}
.row-j1 .g-titleb1 {
  margin-bottom: 152px;
}
.m-infob1 {
  overflow: hidden;
}
.m-infob1 .col-l {
  width: 60.33%;
}
.m-infob1 .col-r {
  float: none;
  width: auto;
  overflow: hidden;
}
.m-infob1 .pic img {
  display: block;
  width: 100%;
}
.m-infob1 .top {
  margin-bottom: 147px;
  color: #222;
  font-weight: bold;
}
.m-infob1 .top .zh {
  font-size: 42px;
  margin-bottom: 6px;
}
.m-infob1 .top .p {
  font-size: 29px;
}
.m-infob1 .desc {
  width: 80%;
  font-size: 18px;
  color: #222;
  line-height: 1.7;
}
.row-j2 {
  overflow: hidden;
  padding-bottom: 150px;
}
.row-j2 .m-titb1 {
  margin-bottom: 125px;
}
.m-titb1 {
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
}
.m-titb1 .en {
  font-size: 95px;
  color: #000;
  font-family: DIN;
}
.m-titb1 .p {
  font-size: 42px;
  color: #222222;
}
.m-picb2 {
  margin-bottom: 108px;
}
.m-picb2 .img {
  display: block;
  width: 100%;
}
.m-txtb2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 6px solid #000000;
  padding-bottom: 26px;
}
.m-txtb2 .en {
  font-size: 51px;
  color: #000;
  font-family: DIN;
}
.m-txtb2 .zh {
  font-size: 42px;
  color: #222;
  font-weight: bold;
}
.m-txtb2 .r {
  font-size: 30px;
  color: #222222;
  line-height: 1.4;
}
.row-j3 {
  padding-bottom: 100px;
  position: relative;
}
.row-j3::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 32%;
  background-color: #eee;
}
.row-j3 .wp4 {
  position: relative;
  z-index: 2;
}
.row-j3 .line {
  margin-top: 287px;
  height: 6px;
  background-color: #000;
}
.row-j4 {
  overflow: hidden;
  padding-bottom: 130px;
}
.row-j4 .g-titb3 {
  margin-bottom: 77px;
}
.g-titb3 .zh {
  font-size: 50px;
  color: #222;
  font-weight: bold;
}
.g-titb3 .en {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.g-titb3 .en .s {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 42px;
  font-family: DIN;
  color: #000;
  font-weight: bold;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-transform: uppercase;
}
.g-titb3 .en .btn {
  font-size: 11px;
  color: #fff;
  background-color: #000000;
  line-height: 20px;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  padding: 0 24px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.g-titb3 .en .btn:hover {
  opacity: 0.8;
}
.ul-listb2 .con {
  display: block;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 21px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 21px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding: 18px 20px 18px 24px;
  margin-bottom: 30px;
}
.ul-listb2 .con:hover .pic .img {
  -webkit-transform: scale(1.07);
     -moz-transform: scale(1.07);
      -ms-transform: scale(1.07);
       -o-transform: scale(1.07);
          transform: scale(1.07);
}
.ul-listb2 .left {
  float: left;
  width: 54.5%;
  margin-right: 4.34%;
}
.ul-listb2 .pic {
  position: relative;
  height: 0;
  padding-top: 71.77%;
  overflow: hidden;
}
.ul-listb2 .pic .img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.ul-listb2 .right {
  overflow: hidden;
  padding-top: 20px;
}
.ul-listb2 .tit {
  font-size: 25px;
  color: #000;
  line-height: 1.2;
  font-weight: bold;
  height: 2.4em;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 38px;
}
.ul-listb2 .desc {
  font-size: 17px;
  color: #000;
  line-height: 1.66;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 6;
  -webkit-line-clamp: 6;
  overflow: hidden;
  height: 9.96em;
}
.ul-listb2 .date {
  text-align: right;
  font-size: 14px;
  color: #000;
  opacity: 0.5;
}
@media screen and (max-width: 1199px) {
  .row-c1 {
    padding: 6vw 0 0;
  }
  .m-picboxb1 {
    padding: 0;
  }
  .m-txtb1 .h3 {
    font-size: 22px;
    margin-bottom: 4vw;
  }
  .m-txtb1 .desc {
    font-size: 14px;
    margin-bottom: 2vw;
  }
  .m-lsb1 .t {
    font-size: 16px;
    margin-bottom: 1em;
  }
  .m-lsb1 .inner {
    padding: 10px;
  }
  .ul-txtb1 .con {
    font-size: 14px;
  }
  .m-mapbox .map {
    height: 30vw;
  }
  .row-c2 .g-lineb1,
  .g-lineb1 {
    margin: 4vw 0;
  }
  .g-titb1 .zh {
    font-size: 17px;
  }
  .g-titb1 .en {
    font-size: 14px;
  }
  .g-titb1 .r {
    padding-top: 40px;
  }
  .g-titb1 .btn {
    font-size: 12px;
    padding: 0 12px;
  }
  .row-c3 .g-titb1,
  .row-c2 .g-titb1 {
    margin-bottom: 4vw;
  }
  .ul-listb1 {
    padding: 3vw 0;
  }
  .ul-listb1 .qr {
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 10px;
  }
  .ul-listb1 .qr img {
    max-height: 60px;
  }
  .ul-listb1 .p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .ul-listb1 .p1 {
    font-size: 12px;
  }
  .m-mapb1 {
    margin-bottom: 15px;
  }
  .m-mapb1 .map {
    height: 30vw;
  }
  .m-formb1 .desc {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .m-formb1 .t {
    font-size: 14px;
    line-height: 50px;
    width: 90px;
  }
  .m-formb1 .inp {
    height: 50px;
    font-size: 14px;
  }
  .m-btnb1 {
    font-size: 14px;
    line-height: 35px;
  }
  .row-c3 {
    padding-bottom: 6vw;
  }
  .ban_in .txt .h3 {
    font-size: 3vw;
  }
  .ban_in .txt .h3 img {
    max-height: 4vw;
  }
  .ban_in .txt .p {
    font-size: 2vw;
  }
  .ban_in .txt .p img {
    max-height: 3vw;
  }
  .ban_in .bot_icns {
    bottom: 2%;
    left: 2%;
    right: 2%;
  }
  .ban_in .bot_icns .l img {
    max-height: 5vw;
  }
  .ban_in .bot_icns .r img {
    max-height: 6vw;
  }
  .g-titleb1 .en {
    font-size: 17px;
  }
  .g-titleb1 .line {
    width: 80px;
    height: 2px;
    margin-top: 2vw;
  }
  .g-titleb1 .l,
  .g-titleb1 .r {
    float: none;
    width: auto;
  }
  .g-titleb1 .p {
    font-size: 5vw;
  }
  .g-titleb1 .pos {
    font-size: 14px;
    width: auto;
    text-align: left;
  }
  .m-detailb1 {
    padding-bottom: 6vw;
  }
  .m-detailb1 .top {
    padding: 5vw 0 0;
  }
  .m-detailb1 .info {
    padding: 3vw 0;
  }
  .m-detailb1 .info h1 {
    font-size: 22px;
  }
  .m-detailb1 .info .p {
    font-size: 16px;
  }
  .m-detailb1 .txt {
    font-size: 14px;
  }
  .row-j1 {
    padding: 6vw 0;
  }
  .row-j1 .g-titleb1 {
    margin-bottom: 5vw;
  }
  .m-infob1 .top {
    margin-bottom: 5vw;
  }
  .m-infob1 .top .zh {
    font-size: 22px;
  }
  .m-infob1 .top .p {
    font-size: 16px;
  }
  .m-infob1 .desc {
    font-size: 14px;
  }
  .m-titb1 .p {
    font-size: 16px;
  }
  .m-titb1 .en {
    font-size: 5vw;
  }
  .row-j2 {
    padding-bottom: 5vw;
  }
  .row-j2 .m-titb1 {
    margin-bottom: 6vw;
  }
  .m-picb2 {
    margin-bottom: 4vw;
  }
  .m-txtb2 {
    padding-bottom: 2vw;
    border-bottom-width: 2px;
  }
  .m-txtb2 .en {
    font-size: 18px;
  }
  .m-txtb2 .zh {
    font-size: 17px;
  }
  .m-txtb2 .r {
    font-size: 12px;
  }
  .row-j3 .line {
    height: 2px;
    margin-top: 6vw;
  }
  .row-j3 {
    padding-bottom: 6vw;
  }
  .g-titb2 .zh,
  .g-titb3 .zh {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .g-titb2 .en .s,
  .g-titb3 .en .s {
    font-size: 16px;
  }
  .g-titb2 .en .btn,
  .g-titb3 .en .btn {
    font-size: 12px;
    padding: 0 12px;
  }
  .row-j4 .g-titb3 {
    margin-bottom: 6vw;
  }
  .row-j4 {
    padding-bottom: 6vw;
  }
  .ul-listb2 .left {
    width: 40%;
  }
  .ul-listb2 .con {
    padding: 10px;
    margin-bottom: 15px;
  }
  .ul-listb2 .tit {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .ul-listb2 .desc,
  .ul-listb2 .date {
    font-size: 14px;
  }
  .ul-listb2 .desc {
    line-height: 1.5;
    height: 6em;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .m-cardb1 {
    width: auto;
  }
  .m-cardb1 .col-r {
    width: 55%;
  }
  .m-cardb1 .top .t {
    font-size: 20px;
  }
  .m-cardb1 .top .t1 {
    font-size: 22px;
  }
  .m-cardb1 .desc {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .m-cardb1 .types {
    margin-bottom: 12px;
  }
  .m-cardb1 .info {
    padding: 10px;
  }
  .m-cardb1 .gp {
    margin-bottom: 10px;
  }
  .m-cardb1 .gp .num {
    font-size: 30px;
    margin-right: 12px;
  }
  .m-cardb1 .bot .sp {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .row-p1 {
    padding: 5vw 0;
  }
  .g-line1 {
    margin-top: 6vw;
  }
  .row-p2,
  .row-p3 {
    padding-bottom: 6vw;
  }
  .m-ln1 {
    height: 2px;
    margin: 5vw 0;
  }
  /* .g-titb2{
    .zh{
      font-size: 17px;
      margin-bottom: 3vw;
    }
  } */
}
@media screen and (max-width: 960px) {
  .row-c1 .col-r,
  .row-c1 .col-l {
    float: none;
    width: auto;
  }
  .row-c1 .col-l {
    margin-bottom: 20px;
  }
  .m-boxb1 {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .ban_in .txt .h3 {
    font-size: 20px;
  }
  .ban_in .txt .h3 img {
    max-height: 30px;
  }
  .ban_in .txt .p {
    font-size: 16px;
  }
  .ban_in .txt .p img {
    max-height: 24px;
  }
  .m-mapbox .map,
  .m-mapb1 .map {
    height: 45vw;
  }
  .m-formb1 {
    display: block;
  }
  .m-formb1 .col-l,
  .m-formb1 .col-r {
    float: none;
    width: auto;
  }
  .m-formb1 .form {
    padding: 0 10px;
    margin-bottom: 15px;
  }
  .m-formb1 .gp {
    padding-left: 10px;
  }
  .ul-listb1 li {
    width: 50%;
    margin-bottom: 15px;
  }
  .ul-listb1 .qr {
    margin-bottom: 3px;
  }
  .m-infob1 .col-l,
  .m-infob1 .col-r {
    float: none;
    width: auto;
  }
  .m-infob1 .col-l {
    margin-bottom: 20px;
  }
  .m-infob1 .desc {
    width: auto;
  }
  .m-infob1 .pic {
    max-height: 60vh;
    overflow: hidden;
  }
  .ul-listb2 .left {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .ul-listb2 .right {
    padding-top: 0;
  }
  .m-cardb1 .col-l,
  .m-cardb1 .col-r {
    float: none;
    width: auto;
  }
  .m-cardb1 .col-l {
    margin-bottom: 20px;
  }
  .g-titb2 .zh,
  .g-titb3 .zh {
    font-size: 20px;
  }
  .ul-picsb1 li {
    width: 33.33%;
  }
}
/*# sourceMappingURL=./m-bl.css.map */

/* 结束 */
