@font-face {
        font-family: 'siyuanheiti';
        src: url('../font/SourceHanSansSC-Normal-2.otf') format('opentype');
        }
body{padding: 0;margin: 0;font-family: "europa",Arial, Helvetica, sans-serif;font-size: 16px;color: color: rgba(0, 0, 0, .9);overflow-x:hidden;}
body.noscroll{height: 100vh;overflow-y: hidden;}
ul{padding: 0;margin: 0;}
ul li{list-style: none;}
p{margin: 0;}
.fl{float: left;}
.fr{float: right;}
.siht{font-family: 'siyuanheiti';}
a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline:none;text-decoration: none;}
img{max-width: 100%;}
input:focus,button:focus,textarea:focus{outline: none;}
h1,h2,h3,h4,h5,h6{margin: 0;padding: 0;}
.ovh1{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ovh2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ovh3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.ovh4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}
.imgH{overflow: hidden;}
.imgH img{transition-duration: .6s;-ms-transition-duration: .6s;-moz-transition-duration: .6s;-webkit-transition-duration: .6s; }
.imgH:hover img{transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1);}
.hidden-xs{display: block;}
.visible-xs{display: none;}
*{box-sizing: border-box;}
.db{display: block;}
.tc{text-align: center;}
img{max-width: 100%;}
.baibg{background: #ffffff;}
.huibg{background: #e8eae9;}
.heibg{background: #151412;}
.pore{position: relative;}
.flexb{display: flex;align-items: center;justify-content: center;}
.flexb2{display: flex;align-items: center;justify-content: space-between;}
.flexb3{display: flex;align-items: flex-start;justify-content: space-between;}
.swiper{position: relative;overflow: hidden;}
.bgBox{background: url() center no-repeat;background-size: cover;}
.container{padding: 0 15px;max-width: 1396px;margin: 0 auto;}
@media (max-width:1396px) {.container{max-width: 100%;}}
.row{display: flex;justify-content: flex-start;align-items: center;align-items: stretch;flex-wrap: wrap;}
.row .kuang{height: 100%;}
.col_6{width: calc(100% / 6);}
.col_5{width: calc(100% / 5);}
.col_4{width: calc(100% / 4);}
.col_3{width: calc(100% / 3);}
.col_2{width: calc(100% / 2);}
.imgZ{position: relative;padding-top: 100%;display: block;}
.imgZ .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;}
.imgZ .pic img{width: 100%;height: 100%;object-fit: cover;display: block;}
.imgY{position: relative;padding-top: 100%;display: block;}
.imgY .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.imgY .pic img{max-width: 100%;max-height: 100%;display: block;}
.imgZ.bgB{position: absolute;left: 0;top: 0;display: block;width: 100%;height: 100%;padding: 0;z-index: 1;}
.zi2{z-index: 2;position: relative;}

header{
	width: 100%;
}
header svg{
	width: 17px;
}
header .head1{
	height: 80px;
    background-color: #333;
    color: rgba(255, 255, 255, .9);
	position: relative;
	box-shadow: 0 -3px 5px 4px rgba(0,0,0,.75);
}
header .hSites{
	position: absolute;
	left: 24px;
	top: calc(50% - 28px);
}
header .hSites .aaB{
	padding: 0 10px;
	background-color: #333;
	color: rgba(255, 255, 255, .9);
	text-decoration: none;
	height: 56px;
	font-size: 16px;
	font-weight: 700;
	color: #cccccc;
}
header .hSites .aaB span{display: block;}
header .hSites .aaB svg{margin-left: 16px;display: block;}
header .hSites .aaB svg path{fill: rgba(255,255,255,.9);}
header .hSites .bbB{
	position: absolute;
	left: 0;
	top: 56px;
	z-index: 2;
	background-color: #ccc;
	width: 750px;
	display: none;
	z-index: 9;
}
header .hsitesUl a{
	display: block;
	color: rgba(0,0,0,0.9);
	padding: 16px 20px;
	width: 100%;
	font-size: 16px;
}
header .hSites:hover .bbB{display: block;}
header .hSites .aaB:hover,
header .hSites:hover .aaB{
	background-color: #ccc;
	color: rgba(0, 0, 0, .9);
}
header .hSites .aaB:hover svg,
header .hSites:hover .aaB svg{
	transform: rotateX(180deg);
}
header .hSites .aaB:hover svg path,
header .hSites:hover .aaB svg path{
	fill: rgba(0, 0, 0, .9);
}
header .hsitesUl a:hover{
	background: rgba(0,0,0,0.9);
	text-decoration: underline;
	color: #ffffff;
}
header .hSearch{
	max-width: 500px;
	width: 100%;
}
header .hSearch input[type=text]{
	display: block;
	width: calc(100% - 124px);
	border: 0;
	height: 35px;
	background-color: #666;
	color: rgba(255, 255, 255, .9);
	padding: 0 10px;
	font-size: 16px;
}
header .hSearch input[type=text]::placeholder{
	color: rgba(255,255,255,0.5);
}
header .hSearch input[type=submit]{
	color: #000;
    background: rgba(255, 255, 255, .9);
	border: 0;
	height: 35px;
	width: 114px;
	font-size: 16px;
}
header .head2{
	padding: 20px 0;
}
header .logo{display: block;}
header .logo img{display: block;max-height: 80px;}
header .hNav2 a{
	color: #000000;
	font-size: 16px;
	font-weight: 700;
	display: block;
	margin-right: 30px;
	border-bottom: 2px solid #000;
	position: relative;
}
header .hNav2 a:last-child{margin-right: 0;}
header .hNav2 a::before{
	content: "";
	display: block;
	background: #cccccc;
	width: 0;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -2px;
	transition: all 0.5s;
}
header .hNav2 a:hover{
	background-size: 0 2px, 100% 2px;
	background-position: 100% 100%, 0 100%;
}
header .hNav2 a:hover::before{
	width: 100%;
}
header .head3{
	background-color: #4f1b59;
	color: #fff;
}
header .menuUl li{
	width: 100%;
	position: relative;
}
header .menuUl .yijiB{
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	height: 64px;
	position: relative;
	transition: ease-in-outbackground 0.3s;
	display: block;
	position: relative;
}
header .menuUl .erjiUl{
	position: absolute;
	left: 0;
	top: 64px;
	width: 100%;
	z-index: 2;
}
header .menuUl .yijiB a{color: #ffffff;width: calc(100% - 60px);display: block;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
header .menuUl .hasDown .yijiB a{padding-right: 60px;}
header .menuUl .yijiB a:focus{
    outline: 4px solid #9c67a8;
    outline-offset: -4px;
}
header .menuUl .yijiB i{
	transition: ease-out 0.3s;
	transform: rotate(0);
	transform-origin: center center;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
header .menuUl .yijiB svg{margin: 0 21.5px;}
header .menuUl .yijiB svg path{fill: rgba(255,255,255,.9);}
header .menuUl>li:hover .yijiB{background: rgba(0,0,0,0.2);}
header .menuUl>li:hover .yijiB i{transform: rotate3d(1,0,0,180deg);}
header .menuUl .erjiUl{
	background-color: #ece0ee;
	color: #000;
	border-radius: 0px 0px 3px 3px;
	filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.4));
	max-height: 500px;
	z-index: 10;
	transition: all 0.3s;
	opacity: 0;
	height: 0;
	visibility: hidden;
	transform: translateY(-20px);
}
header .menuUl li:hover .erjiUl{
	opacity: 1;
	height: auto;
	visibility: visible;
	transform: translateY(0);
}
header .menuUl .erjiUl a{
	display: block;
	width: 100%;
	padding: 20px 8px;
	text-align: center;
	font-size: 16px;
	color: #000000;
	font-weight: 700;
	transition: ease-out 0.3s;
}
header .menuUl .erjiUl a:hover{background: rgba(0,0,0,0.1);}
header .menuUl .hideli{display: none;}
.banner .textB{
	background: rgba(0,0,0,0.4);
	text-align: center;
	color: #ffffff;
	padding: 100px 0 140px;
}
.banner .font1{
	font-size: 2.875rem;
	line-height: 3.75rem;
	font-weight: bold;
}
.banner .font2{
	font-size: 1.875rem;
	line-height: 2.625rem;
	font-weight: bold;
}
.banner .font3{
	font-size: 1.625rem;
	line-height: 2rem;
	font-weight: bold;
}
.moreB{
	background: #ffffff;
	color: #000;
	text-align: center;
	display: block;
	min-width: 100px;
	max-width: 500px;
	transition: all 0.2s;
	text-decoration: none;
	font-weight: bold;
	border: 0;
	cursor: pointer;
	width: max-content;
	font-size: 16px;
	font-weight: 700;
	padding: 10px;
	margin: 20px auto;
}
.moreB:hover{
	color: #ffffff;
	background: #000;
	text-decoration: underline;
}
.indp8{
	background-color: #ddd1de;
	color: #000;
	padding: 40px;
}
.indp8 .nrBox{
	padding: 0 10px;
}
.ind8L{
	width: calc(50% - 20px);
}
.indp8 .pTit{
	font-size: 1.625rem;
	line-height: 2rem;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.indp8 .moreB{
	background: #000000;
	color: #ffffff;
	margin-left: 0;
}
.indp8 .moreB:hover{
	background: #ffffff;
	color: #000000;
}
.ind8R{
	width: calc(50% - 20px);
	font-size: 1.063rem;
	line-height: 1.55;
	font-weight: normal;
	margin: 0 0 25px 0;
}
.indp1{padding: 10px;}
.ind1L{
    background-color: #eef4d2;
    color: #000;
	padding: 20px;
	width: calc(75% - 10px);
}
.ind1L .titB{
    font-size: 1.875rem;
    line-height: 2.625rem;
    font-weight: bold;
    margin: 10px 0 15px 0;
}
.ind1L .descB{
    margin: 0 0 25px 0;
	font-size: 1.25rem;
	line-height: 1.5;
	font-weight: bold;
}
.ind1L .textB{
    font-size: 1.063rem;
    line-height: 1.55;
    font-weight: normal;
    margin: 0 0 25px 0;
	color: rgba(0,0,0,1);
}
.ind1L .textB p{
	padding-left: 23px;
	text-align: justify;
}
.ind1L .moreB{
    color: #fff;
	background: #000000;
	margin-left: 0;
}
.ind1R{
    background-color: #ccc;
    color: #000;
	padding: 20px;
	width: 25%;
}
.ind1R .titB{
    font-size: 1.625rem;
    line-height: 2rem;
    font-weight: bold;
    margin: 10px 0 10px 0;
}
.ind1R .textB{
    margin-bottom: 25px;
    margin-left: 40px;
	line-height: 2.15rem;
	list-style: unset;
}
.ind1R .textB li{
	list-style: unset;
}
.indp2{padding: 10px;}
.ind2Ul{margin: -5px;}
.ind2Ul li{padding: 5px;}
.ind2Ul .kuang::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgb(255,255,255);
	opacity: 0.8;
	z-index: 2;
}
.ind2Ul .wenzB{
	height: 100%;
	padding: 20px;
	color: #000000;
	position: relative;
	padding-bottom: 64px;
}
.ind2Ul .titB{
	font-size: 1.875rem;
	line-height: 2.625rem;
	font-weight: bold;
	margin: 10px 0 15px 0;
}
.ind2Ul .descB{
	font-size: 1.063rem;
	line-height: 1.55;
	/* font-weight: bold; */
	margin: 0 0 25px 0;
	color: rgba(0,0,0,0.8);
}
.ind2Ul .textB{
	list-style: disc;
	margin-bottom: 25px;
	margin-left: 40px;
	/* font-weight: bold; */
	color: rgba(0,0,0,1);
	font-size: 1.063rem;
}
.ind2Ul .textB li{
	list-style: disc;
	margin: 0;
	padding: 0;
}
.ind2Ul .textB3{
	margin: 0 0 16px 0;
	color: rgba(0,0,0,0.9);
}
.ind2Ul .textB3 table{
	width: 100%;
}
.ind2Ul .textB3 th,
.ind2Ul .textB3 td{
	padding: 8px 16px;
	font-weight: 600;
	font-size: 15px;
	font-weight: 500;
}
.ind2Ul .textB3 th{
	font-size: 17px;
	background: rgba(179,205,172,0.8);
	font-weight: 700;
}
.ind2Ul .moreB{
	display: block;
	min-width: unset;
	margin: 0;
	width: 45px;
	height: 45px;
	padding: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 20px;
	bottom: 20px;
	background: none;
}
.ind2Ul .moreB svg{display: block;width: 100%;}
.ind2Ul .moreB svg path{fill: #000000;}
.ind2Ul a.kuang:hover .titB{text-decoration: underline;}
.ind2Ul a.kuang:hover .moreB{background: #000000;}
.ind2Ul a.kuang:hover .moreB svg path{fill: #CCCCCC;}
.indp3{padding: 10px;}
.ind3Ul{background-color: #d8c2dc;}
.ind3Ul li:nth-child(2){background-color: #ece0ee;}
.ind3Ul li:nth-child(3){background-color: #c4a3cb;}
.ind3Ul .kuang{
	padding: 20px;
	color: #000000;
	position: relative;
	padding-bottom: 64px;
}
.ind3Ul .titB{
	font-size: 1.625rem;
	line-height: 2rem;
	font-weight: bold;
	margin: 10px 0 10px 0;
}
.ind3Ul a.kuang .titB{
	color: #4f1b59;
}
.ind3Ul .descB{
	font-size: 1.063rem;
	line-height: 1.55;
	font-weight: normal;
	margin: 0 0 25px 0;
}
.ind3Ul li:first-child .descB{font-style: italic;}
.ind3Ul .moreB{
	display: block;
	min-width: unset;
	margin: 0;
	width: 45px;
	height: 45px;
	padding: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 20px;
	bottom: 20px;
	background: none;
}
.ind3Ul .moreB svg{display: block;width: 100%;}
.ind3Ul .moreB svg path{fill: #000000;}
.ind3Ul a.kuang:hover .titB{text-decoration: underline;}
.ind3Ul a.kuang:hover .moreB{background: #000000;}
.ind3Ul a.kuang:hover .moreB svg path{fill: #CCCCCC;}
.indp7{background: #99b0c2;margin: 10px 10px;align-items: stretch;}
.indp7 .kuang{position: relative;}
.indp7 .kuang:focus::after{
	content: "";
	display: block;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	position: absolute;
	left: 0;
	top: 0;
	border: 4px solid #9c67a8;
}
.indp7 .txtB{padding: 20px;}
.indp7 .titB{
	font-size: 1.625rem;
	line-height: 2rem;
	font-weight: bold;
	margin: 10px 0 10px 0;
}
.indp7 .descB{
	font-size: 1.063rem;
	line-height: 1.55;
	font-weight: normal;
	margin: 0 0 25px 0;
}
.indp7 .lie1 .imgB{padding-top: 45%;}
.indp7 .lie1 .descB{font-style: italic;}
.indp7 .lie2 .kuang{
	background: #6689a3;
	height: auto;
	min-height: 50%;
}
.indp7 .moreB{
	display: block;
	min-width: unset;
	margin: 0;
	width: 45px;
	height: 45px;
	padding: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 20px;
	bottom: 20px;
	background: none;
}
.indp7 .moreB svg{display: block;width: 100%;}
.indp7 .moreB svg path{fill: #000000;}
.indp7 .lie3 .kuang{background: #003a66;color: #ffffff;padding-bottom: 56px;}
.indp7 a.kuang:hover .titB{text-decoration: underline;}
.indp7 a.kuang:hover .moreB{background: #000000;}
.indp7 a.kuang:hover .moreB svg path{fill: #CCCCCC;}
.indp7 .lie2 .kuang:nth-child(1) .titB{color: #003a66;}
.indp7 .lie2 .kuang:nth-child(1) .descB{color: #000000;}
.indp7 .lie2 .kuang:nth-child(2){background: #336185;height: auto;color: #ffffff;}
.indp7 .lie3 .kuang{background: #003a66;color: #ffffff;padding-bottom: 56px;}
.indp7 .lie2 .kuang .txtB{padding-bottom: 56px;}
.indp7 .lie3 .kuang .txtB{padding-bottom: 56px;}
.indp7 .lie3 .imgB{padding-top: 90%;}
.indp7 .lie2 .kuang:nth-child(2) .moreB svg path{fill: #ffffff;}
.indp7 .lie3 .moreB svg path{fill: #ffffff;}
.indp7 .lie2 .kuang:nth-child(1):hover .moreB svg path{fill: #6689a3;}
.indp7 .lie2 .kuang:nth-child(2):hover .moreB{background: #ffffff;}
.indp7 .lie2 .kuang:nth-child(2):hover .moreB svg path{fill: #336185;}
.indp7 .lie3 .kuang:hover .moreB{background: #ffffff;}
.indp7 .lie3 .kuang:hover .moreB svg path{fill: #003a66;}
.indp4{padding: 10px;}
.indp4 .pTit{
	font-size: 1.625rem;
	line-height: 2rem;
	font-weight: bold;
	margin: 10px 0 10px 0;
}
.ind4Ul{margin: -5px;justify-content: center;}
.ind4Ul li{
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ind4Ul img{display: block;}
.indp5{
	padding: 32px 0;
	background-color: #999;
}
.indp5 .nrBox{
	padding: 0 10px;
	align-items: flex-end;
}
.indp5 .gotop{
	color: #000;
	font-size: 16px;
}
footer{
	padding: 30px 0 40px 0;
	background-color: #ccc;
	color: #000;
}
footer .footUl{
	display: grid;
	width: 100%;
	grid-template-columns: repeat(4, 1fr);
}
footer .footUl h4{
	font-size: 1.25rem;
	line-height: 1.688rem;
	font-weight: bold;
	margin: 0;
}
footer .footUl a{
	display: block;
	font-size: 1.063rem;
	line-height: 1.55;
	font-weight: normal;
	margin: 0 0 25px 0;
	border-bottom: 2px;
	color: #000;
	font-weight: 600;
	position: relative;
	border-bottom: 2px solid #000;
	width: max-content;
	line-height: 1;
	margin-top: 8px;
}
footer .footUl a::before{
	content: "";
	display: block;
	background: #cccccc;
	width: 0;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -2px;
	transition: all 0.5s;
}
footer .footUl a:hover{
	background-size: 0 2px, 100% 2px;
	background-position: 100% 100%, 0 100%;
}
footer .footUl a:hover::before{
	width: 100%;
}
footer .br{
	display: block;
    margin: 80px 0 50px 0;
}
footer .banquan{
	font-size: 1.063rem;
	line-height: 1.55;
	font-weight: normal;
	margin: 10px;
}

/* 弹窗1-cookie */
.tchB_cookie{top:0;left:0;height:100%;width:100%;position:fixed;z-index:99;background-color:rgba(35,35,35,.85);overflow:hidden}
.tchB_cookie .nrB{background-color:#fff;border-radius:10px;box-shadow:0 0 10px -2px #000;position:absolute;z-index:111111111;top:50%;left:50%;transform:translate(-50%,-50%);padding:20px 30px;max-height:calc(100% - 40px);overflow-y:auto;box-sizing:content-box;width: 550px;box-sizing: border-box;}
.tchB_cookie .tcLogo img{display: block;max-height: 28px;}
.tchB_cookie  h6{font-size:28px;font-weight:600;color:#1e1e50;margin:10px 0 10px;line-height:1.1}
.tchB_cookie  p{font-size:1rem;font-weight:400;color:#1e1e50;margin:5px 0 0;line-height:1.45}
.tchB_cookie .btnG a{background-color:#000;border:2px solid #000;color:#fff;font-size:15px;font-weight:700;text-align:center;line-height:1.5;width:calc((100% - 16px) / 3);padding:10px 5px;display:block;border-radius:0;}
.tchB_cookie .btnG a.btn_primary{background-color:#4f1b59}
.tchB_cookie .btnG a:hover,.tchB_cookie .btnG a:focus{box-shadow:none;background-color:#fff;border-color:#fff;color:#000;text-decoration:underline}
.tchB_cookie .btnG a.btn_primary:hover,.tchB_cookie .btnG a.btn_primary:focus{background-color:#9c67a8;color:#fff}
.tchB_cookie .ivcb{cursor:pointer;color:#000;line-height:20px;font-size:12px;text-align:right;cursor:pointer;transition:all 500ms ease;float:right;margin:12px 3px 0 0;background: url(../img/jt.png) right center no-repeat;background-size: 12px;padding-right: 18px;}
.tchB_cookie .ivcb::before{content: "Show Cookies In Use";}
.tchB_cookie .ivcb.zk{background-image: url(../img/jt2.png);}
.tchB_cookie .ivcb.zk::before{content: "Close";}
.tchB_cookie .zknr{
	clear: both;
	display: none;
}
.tchB_cookie .zknr .datit{
    font-size: 18px;
    margin: 0 0 5px;
    border-bottom: 2px solid #1e1e50;
    padding: 0 0 10px 0;
	color: #1e1e50;
	font-weight: 700;
}
.tchB_cookie .zknr .titB{
	color: #000;
	line-height: 20px;
	font-size: 14px;
	border-bottom: 1px solid #e8e8e8;
	padding: 8px 10px 8px 24px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpiNTM0MTJiYy0xNDFhLTA2NDMtYWFkYi0xMDViYTFiNDVkY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REUxOEI5NjlBRkE4MTFFQTg3OEFEMDcwQzcyNDNEMjMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REUxOEI5NjhBRkE4MTFFQTg3OEFEMDcwQzcyNDNEMjMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MGZkNzI4NjUtZjZjOC1lNDQ3LWI4OTItYjg1MWQyNDhjNDYzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOmI1MzQxMmJjLTE0MWEtMDY0My1hYWRiLTEwNWJhMWI0NWRjZSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq+tGmMAAAFSSURBVHjadFEtr4JgFH65l49wnbOYxEuB5tccm5uJ6MYoZoORv2Bi/ANMbiazwTmCxWK1aXMyApsEnRtSHCjKfS7Eu/ukc56P856zl0rTlBDyfD5t216v14fDIY7jarXa6/UGgwHLslApmK7X62g0chzn9Xq93+8kSW63WxAEkiTN5/NKpUI9Hg9d113XhVwul4fDIaKz2Wyz2YRhWKvVttstvVwuj8djmqFYLGqaBtNisUCGpun9fj+dTj8LhcL5fOZ5/juDoigwQcNagiB4nne5XEi73e50OpiX/gFIURQ5jvu43+84jfwPhmEoVVV3u1232y2VSjjEMAwIpmn6vo8bV6tVvV4nk8mEy4DlcFr+EAq0IBEYj8ckiqJms4kGVL/ftzOgyB2NRgMGgtzpdGq1WqCQljKgQIswpN8vyefjKyzLkmX5KwMKtCBz9UeAAQBISc8IZoOLEgAAAABJRU5ErkJggg==) no-repeat center left 7px;
	cursor: pointer;
}
.tchB_cookie .zknr .titB.zk{
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpiNTM0MTJiYy0xNDFhLTA2NDMtYWFkYi0xMDViYTFiNDVkY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REUxRDc1RTJBRkE4MTFFQTg3OEFEMDcwQzcyNDNEMjMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REUxRDc1RTFBRkE4MTFFQTg3OEFEMDcwQzcyNDNEMjMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MGZkNzI4NjUtZjZjOC1lNDQ3LWI4OTItYjg1MWQyNDhjNDYzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOmI1MzQxMmJjLTE0MWEtMDY0My1hYWRiLTEwNWJhMWI0NWRjZSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp8J4s8AAAERSURBVHjadJG9jkRQFMev3TWK3UKlESo6HxORSDyBxCt4AK/gLai8gWKqicIU8wQ6pUSmo1NIWPFtz1BtxK+6/ud37rn3wtZ1RQiN4xiG4fP5TNO073uGYQzDsCzrcrlAFQOpLEvHcbIsm+cZjLZtfzd4nr/dbjRNY8Mw2Lb9er2WZZmmqeu6pmnqugYJbEEQ4jj+FEUxiqJlA6RxAzr3pCgKiqK+Ho8HpCzLkiSJ/lNVFfQHQYAURdE07X6/rwcg5DiOIIgPGAw7oXNwHMdM00ySRNf1s3FwaOT7PrHxcwBCUD3PQ3BnWZbPZkmSBAKCA+Z5fr1ejwY0Q+n9S/aLwEO7rquq6vcGLOATwr36J8AA8TPKlwBaYzgAAAAASUVORK5CYII=') no-repeat center left 7px;
}
.tchB_cookie .zknr .descB{
	font-size: 11px;
	color: #000;
	margin: 5px 0 0;
	display: none;
}
.tchB_cookie table th, 
.tchB_cookie table td{border: 1px solid #dcdcdc;}
.tchB_cookie .zknr .descB p.ivcb-dec-par{
    font-size: 1rem;
    font-size: 11px;
    font-weight: 400;
	color: #000;
    margin: 5px 0 0;
    line-height: 1.45;
}
.ivcb-dec-tbl table {
    padding: 0;
    margin: 8px 0 0;
    font-size: 11px;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}
.ivcb-dec-tbl table thead {
    display: none;
}
.ivcb-dec-tbl tr {
    border-top: solid #fff 7px;
    border-bottom: solid #fff 15px;
}
.ivcb-dec-tbl table tbody td {
    border-left: 0;
    border-right: 0;
    display: table-row;
    padding: 5px 0;
    border-bottom: solid #fff 3px;
    text-align: left;
    vertical-align: top;
    max-width: 72px;
    overflow: hidden;
}
.ivcb-dec-tbl tr td:nth-of-type(1):before {
    content: 'Name:';
    padding: 0 3px 0 0;
    font-weight: bold;
}
.ivcb-dec-tbl tr td:nth-of-type(2) {
    display: none;
}
.ivcb-dec-tbl tr td:nth-of-type(3):before {
    content: 'Purpose:';
    padding: 0 3px 0 0;
    font-weight: bold;
}
.ivcb-dec-tbl tr td:nth-of-type(4):before {
    content: 'Maximum Storage Duration:';
    padding: 0 3px 0 0;
    font-weight: bold;
}
.ivcb-dec-tbl tr td:nth-of-type(5):before {
    content: 'Type:';
    padding: 0 3px 0 0;
    font-weight: bold;
}


/* cookie弹窗左下角 */
.tch_cookielb{
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 98;
}
.tch_cookielb .aaB{
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: url(../img/lj.jpg) center center no-repeat;
	background-size: cover;
	box-shadow: 0 4px 18px rgba(0,0,0,.3);
	cursor: pointer;
}
.tch_cookielb .bbB{
	box-shadow: 0 30px 70px rgba(0, 0, 0, .3);
	border-radius: 8px;
	background: #ffffff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 328px;
	display: none;
}
.tch_cookielb .hdB{
	padding: 3px 12px 3px 24px;
	font-size: 24px;
	font-weight: 600;
	color: #1e1e50;
	line-height: 1.1;
	border: 0;
}
.tch_cookielb .hdB span{width: calc(100% - 48px);}
.tch_cookielb .hdB i{
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 48px;
	width: 48px;
}
.tch_cookielb .hdB i:focus {
    border: 1px solid #c2c2c2;
}
.tch_cookielb .bdB{
	padding: 24px 24px 16px;
}
.tch_cookielb .bdB b{
	display: block;
	font-weight: 600;
	color: #1e1e50;
	margin-bottom: 8px;
}
.tch_cookielb .bdB label{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 400;
	color: #1e1e50;
	margin-bottom: 10px;
}
.tch_cookielb .bdB svg{
	width: 16px;
	margin-right: 8px;
}
.tch_cookielb .bdB path{
	fill: #1E1E50;
}
.tch_cookielb .bdB label.lan path{fill: #1032CF;}
.tch_cookielb .xlB{
    border-radius: 5px;
    cursor: pointer;
    display: flex;
	justify-content: center;
	align-items: center;
    font-weight: 600;
    margin-bottom: 12px;
	border: 1px solid #dddddd;
	width: max-content;
	font-size: 15px;
	margin-top: 28px;
	padding: 3px 8px;
	line-height: 1.5;
}
.tch_cookielb .xlB svg{margin-left: 8px;height: 8px;}
.tch_cookielb .ftB{
	border-top: 1px solid #D6D6D6;
	padding: 16px 24px;
}
.tch_cookielb .ftB button {
    cursor: pointer;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 8px;
    min-height: 48px;
    position: relative;
    text-align: center;
    transition: color .2s;
    width: 100%;
	background: #4f1b59;
	border: 0;
	color: #ffffff;
	font-size: 15px;
}
/* 表单弹窗右下角 */
.tch_form{
	position: fixed;
	bottom: 15px;
	right: 20px;
	left: auto;
	z-index: 97;
}
.tch_form .aaB,
.tch_form .ftB{
	background: url(../img/btnbg.png) center center no-repeat;
	background-size: 100% 100%;
	height: 60px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	width: max-content;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	cursor: pointer;
}
.tch_form .aaB svg{display: block;margin-right: 5px;}
.tch_form .bbB{
	position: absolute;
	right: 0;
	bottom: 0;
	display: none;
}
.tch_form .ftB{width: 60px;background-image: url(../img/btnbg2.png);margin-left: calc(100% - 60px);}
.tch_form .nrB{
	width: 352px;
	margin-bottom: 18px;
	border: 1px solid #f3f4f5;
	border-radius: 12px;
	background: #ffffff;
	overflow: hidden;
}
.tch_form .hdB{
    background-color: #245293;
    color: #ffffff;
	padding: 20px;
	position: relative;
}
.tch_form .hdB b{
	display: block;
	font-size: 24px;
	font-weight: 700;
}
.tch_form .hdB p{
	font-size: 14px;
	margin-top: 10px;
}
.tch_form .hdB i{
    position: absolute;
    top: 15px;
    right: 10px;
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding-top: 5px;
    margin-left: 10px;
    color: inherit;
    margin-top: 2px;
	cursor: pointer;
}
.tch_form .bdB{
	padding: 10px;
}
.tch_form .bishi{
    display: block;
    color: #404040;
    margin: 8px 0;
    text-align: right;
    font-size: 80%;
}
.tch_form .tvbd label{
	display: block;
	position: relative;
	margin-bottom: .8em;
}
.tch_form .tvbd span{
    display: block;
    font-size: 80%;
    color: #404040;
    margin-bottom: 4px;
}
.tch_form .tvbd input,
.tch_form .tvbd textarea{
    border: 1px solid #abacad;
    border-radius: 6px;
	display: block;
	height: 40px;
	width: 100%;
	padding: 0 8px;
	font-size: 16px;
}
.tch_form .tvbd textarea{
	height: 88px;
	padding: 4px 8px;
}
.tch_form .tvbd input:focus,
.tch_form .tvbd textarea:focus{
    border: 1px solid #dd3434;
}
.tch_form .tvbd svg{
	position: absolute;
	right: 12px;
	bottom: 16px;
	width: 8px;
}
.tch_form .tvbd path{fill: #999;}
.tch_form .tvbd input[type=submit]{
	background-color: #245293;
	color: #ffffff;
	border-radius: 40px;
	padding: 0;
	border: 0;
	cursor: pointer;
}
.tch_form .tvbd canvas{
	width: 100px;
	height: 40px;
	position: absolute;
	right: 16px;
	bottom: 0;
}
 /* 反馈弹窗右侧 */
.tch_feed{
	position: fixed;
	right: -344px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 97;
	transition: all 0.5s;
}
.tch_feed.open{right: 0;}
.tch_feed .aaB{
	width: fit-content;
	height: 38px;
	padding: 0px 20px;
	justify-content: center;
	align-items: center;
	border-radius: 6px 6px 0px 0px;
	cursor: pointer;
	font-size: 1em;
	gap: 10px;
	transform-origin: center bottom;
	pointer-events: all;
	transform: translate(50%, 0px) rotate(-90deg);
	background: rgb(160, 70, 132);
	color: rgb(254, 253, 254);
	fill: rgb(254, 253, 254);
	position: absolute;
	left: 0;
	bottom: 50%;
	transform: translate(-50%, 0px) rotate(-90deg);
	display: flex;
}
.tch_feed .aaB svg:nth-child(2){display: none;}
.tch_feed .bbB{
    overflow: hidden;
    padding: 16px 20px 12px;
	width: 344px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px -5px 40px 0px;
	border-radius: 8px 0px 0px 8px;
	background: rgb(255, 255, 255);
}
.tch_feed .hdB{
    z-index: 2;
    display: block;
    font-size: 1em;
    line-height: 1.5em;
    color: rgb(2, 1, 1);
    padding: 8px;
    margin: 0px -8px 4px;
    font-weight: 600;
}
.tch_feed .bdB{
	padding: 8px 0px;
	width: 100%;
	margin: 0px auto;
	font-size: 0.875em;
	line-height: 1.25em;
	color: rgba(0, 0, 0, 0.7);
	text-align: left;
}
.tch_feed .bdB label{cursor: pointer;position: relative;}
.tch_feed .bdB label input{position: absolute;left: 0;top: 0;opacity: 0;}
.tch_feed .bdB svg{
	display: block;
	width: 44px;
	transition: all 0.3s;
}
.tch_feed .bdB span{margin-top: 8px;display: block;}
.tch_feed .bdB label:last-child span{text-align: right;}
.tch_feed .bdB label:hover svg{transform: scale(1.3);}
.tch_feed .bdB label.non svg{opacity: 0.8;}
.tch_feed .bdB label.on svg{transform: scale(1.3);overflow: visible;}
.tch_feed .bdB label.on svg circle:first-child {
    paint-order: stroke;
    stroke: rgb(32, 38, 65);
    stroke-width: 3px;
}
.tch_feed .btB{justify-content: flex-end;margin-top: 16px;margin-bottom: 4px;}
.tch_feed .btB button{
    border-radius: 4px;
    cursor: pointer;
    line-height: 20px;
    text-align: center;
    padding: 6px 16px;
    font-weight: 500;
    font-size: 0.875em;
	border: 0;
	background-color: rgb(242, 240, 241);
	color: rgb(183, 173, 180);
	cursor: not-allowed;
}
.tch_feed .btB button.onclick{
    background-color: rgb(160, 70, 132);
    color: rgb(254, 253, 254);
	cursor: pointer;
}
.tch_feed .ajrnrr{
    width: 100%;
    border-radius: 4px;
    color: rgb(2, 1, 1);
    border: 1px solid rgb(157, 143, 152);
    background-color: rgb(255, 255, 255);
    transition: 0.3sease-in-out;
    margin-top: 4px;
    font-size: 1em;
    height: 98px;
    padding: 12px 16px;
    resize: none;
}
.tch_feed .ajrnrr:focus {
    outline: none;
    border-color: rgb(157, 143, 152);
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px, rgb(189, 126, 169) 0px 0px 0px 3px;
}
.tch_feed .btB button.t7k3u8{
	color: rgb(2, 1, 1);
	background: none;
	text-decoration: underline;
}
.tch_feed .el9a3x{
    width: 100%;
	border-radius: 4px;
	color: rgb(2, 1, 1);
	border: 1px solid rgb(157, 143, 152);
	background-color: rgb(255, 255, 255);
	transition: 0.3sease-in-out;
	margin-top: 4px;
	font-size: 1em;
	height: 40px;
	padding: 0px 16px;
}
.tch_feed .el9a3x:focus {
    outline: none;
	border-color: rgb(157, 143, 152);
	box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px, rgb(189, 126, 169) 0px 0px 0px 3px
}
.tch_feed .guanbi{
	border-radius: 4px;
	border: none;
	transition: 0.2sease-in-out;
	cursor: pointer;
	line-height: 20px;
	text-align: center;
	padding: 10px 16px;
	font-family: Roboto, Arial, sans-serif;
	font-weight: 500 ;
	font-size: 0.875em ;
	background-color: rgb(160, 70, 132) ;
	color: rgb(254, 253, 254) ;
	width: 100%;
}
.tch_feed .endB{margin-top: 16px;}
.tch_feed .endB .txt1{
    text-align: left;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
    font-size: 0.875em;
}
.tch_feed .endB a{
    margin-left: 8px;
    white-space: nowrap;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
    font-size: 0.875em;
	text-decoration: underline;
}
.tch_feed .tishi{
    text-align: left;
    margin-top: 8px;
    color: rgb(167, 42, 42);
    font-size: 0.875em !important;
}
/* .tch_feed .scr1{display: none;} */
.tch_feed .scr2{display: none;}
.tch_feed .scr3{display: none;}
.tch_feed .scr4{display: none;}

.nyB{padding: 0 0 48px;}
.LeftB{width: 24%;padding-top: 70px;}
.rightB{width: calc(76% - 40px);}
.leftNav a{
	display: block;
	color: #141414;
	padding: 10px;
	display: block;
	transition: all 0.3s;
	position: relative;
	padding-right: 45px;
	font-size: 16px;
	font-weight: 700;
	border-top: 2px solid #777;
}
.leftNav a::after{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-top: 1px solid #777;
	border-right: 1px solid #777;
	position: absolute;
	right: 12px;
	top: calc(50% - 2px);
	transform: rotate(45deg);
	opacity: 0;
}
.leftNav .yiji a{background-color: #000000;color: #ffffff;}
.leftNav .on a{background-color: #ababab;}
.leftNav a:hover{padding-left: 1em;}
.leftNav a:hover::after{opacity: 1;}
.location{
	font-weight: 600;
	margin-bottom: 16px;
	margin: 12px 0 0 0;
    margin-bottom: 25px;
    margin-left: 40px;
	padding: 7px 5px 7px 0;
}
.location a{
	color: #000;
	font-weight: 400;
	border-bottom: 2px solid #000000;
}
.pageTit{
    font-size: 2.875rem;
    line-height: 3.75rem;
    font-weight: bold;
    margin: 10px 0 20px 0;
}
.pageDesc{
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: bold;
	margin: 0 0 25px 0;
}
.nyB .moreB{background: #000000;color: #FFFFFF;}
.nyB .pageText{
	position: relative;
	font-size: 16px;
	color: #666666;
	line-height: 2;
}
.nyB .pageText .zst{
	float: right;
}
.nyB .pageText ul{
	list-style: unset;
	padding-left: 30px;
}
.nyB .pageText li{
	list-style: unset;
}
.lmUl1{margin: 30px -5px -5px;}
.lmUl1 li{padding: 5px;}
.lmUl1 .kuang{
    width: 100%;
    padding: 20px;
    height: 100%;
    overflow: hidden;
	position: relative;
	padding-bottom: 80px;
	background: #003a66;
	color: #ffffff;
}
.lmUl1 .catB{
    font-size: 1.063rem;
    line-height: 1.55;
    font-weight: normal;
    margin: 0 0 25px 0;
	text-transform: uppercase;
}
.lmUl1 .titB{
    font-size: 1.625rem;
    line-height: 2rem;
    font-weight: bold;
    margin: 10px 0 10px 0;
}
.lmUl1 .moreB{
	display: block;
	min-width: unset;
	margin: 0;
	width: 45px;
	height: 45px;
	padding: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 20px;
	bottom: 20px;
	background: none;
}
.lmUl1 .moreB svg{display: block;width: 100%;}
.lmUl1 .moreB svg path{fill: #ffffff;}
.lmUl1 a.kuang:hover .titB{text-decoration: underline;}
.lmUl1 a.kuang:hover .moreB{background: #ffffff;}
.lmUl1 a.kuang:hover .moreB svg path{fill: #003a66;}
.lmUl1 li:nth-child(2) .kuang{background: #4f1b59;}
.lmUl1 li:nth-child(2)  a.kuang:hover .moreB svg path{fill: #4f1b59;}
.lmUl1 li:nth-child(3) .kuang{background: #10322b;}
.lmUl1 li:nth-child(3)  a.kuang:hover .moreB svg path{fill: #10322b;}
.lmUl1 li:nth-child(4) .kuang{background: #671f20;}
.lmUl1 li:nth-child(4)  a.kuang:hover .moreB svg path{fill: #671f20;}
.nyB .pageNr{
	background-color: #10322b;
	color: #fff;
	font-size: 1.063rem;
	line-height: 1.55;
	font-weight: normal;
	margin: 25px 0 0 0;
	padding: 20px;
	text-align: center;
}
.nyB .pageNr .titB{
    font-size: 1.625rem;
    line-height: 2rem;
    font-weight: bold;
    margin: 10px 0 10px 0;
}
.lmUl2{margin: 30px -5px -5px;}
.lmUl2 li{padding: 5px;}
.lmUl2 .kuang{text-align: center;}
.lmUl2 .tuB img{display: block;width: 100%;}
.lmUl2 .imgB{padding-top: 100%;}
.lmUl2 .titB{
    font-size: 1.25rem;
    line-height: 1.688rem;
    font-weight: bold;
    margin: 8px auto 0;
	padding: 0 16px;
}
.lmUl2 .descB{
    font-size: 1.063rem;
    line-height: 1.55;
    font-weight: normal;
    margin: 4px auto 0;
	padding: 0 16px;
}
.indp6 .pTit{
	font-size: 1.875rem;
	line-height: 2.625rem;
	font-weight: bold;
	margin: 10px 0 15px 0;
	text-align: center;
}
.indp6 .lmUl2{margin: 16px 0 0;padding: 0 5px;}
.indp6 .lmUl2 .kuang{
	background: #c4a3cb;
}
.indp6 .lmUl2 .imgB{padding-top: 64%;}
.indp6 .lmUl2 .titB{border-bottom: 2px solid #000000;width: max-content;padding: 0;margin-bottom: 8px;padding: 8px 8px 0;color: #000000;position: relative;}
.indp6 .lmUl2 .titB::before{
	content: "";
	display: block;
	background: #cccccc;
	width: 0;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -2px;
	transition: all 0.5s;
}
.indp6 .lmUl2 .titB:hover{
	background-size: 0 2px, 100% 2px;
	background-position: 100% 100%, 0 100%;
}
.indp6 .lmUl2 .titB:hover::before{
	width: 100%;
}
.indp6 .lmUl2 .descB{padding: 0 8px 8px;}
.indp6 .moreB{background: #000000;color: #ffffff;}
.indp6 .moreB:hover{background: #ffffff;color: #000000;}
header .panelClase{display: none;}
header .close{display: none;}
@media (max-width:1480px) {
	.indp8{padding: 40px 0;}
}
@media (max-width:1024px) {
	header .mopenBtn{
		position: relative;
		z-index: 20;
		cursor: pointer;
		transition: 0.4s;
		position: fixed;
		top: 16px;
		right: 16px;
		z-index: 12;
		background-color: rgba(255, 255, 255, 0.7);
		padding: 10px 10px;
		width: 60px;
		height: 46px;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 80;
	}
	header .mopenBtn:hover{opacity: 0.7;}
	header .mopenBtn span {
		display: block;
		width: 100%;
		height: 4px;
		border-radius: 4px;
		background: #000000;
		position: relative;
		vertical-align: middle;
		-webkit-transition-duration: .3s, .3s;
		-moz-transition-duration: .3s, .3s;
		-ms-transition-duration: .3s, .3s;
		-o-transition-duration: .3s, .3s;
		transition-duration: .3s, .3s;
		-webkit-transition-delay: .3s, 0s;
		-moz-transition-delay: .3s, 0s;
		-ms-transition-delay: .3s, 0s;
		-o-transition-delay: .3s, 0s;
		transition-delay: .3s, 0s;
		transition: all 0.3s 0s;
	}
	header .mopenBtn span:after, 
	header .mopenBtn span:before {
		content: "";
		position: absolute;
		display: inline-block;
		width: 100%;
		height: 4px;
		border-radius: 4px;
		left: 0;
		background-color: #000000;
		-webkit-transition-duration: .3s, .3s;
		-moz-transition-duration: .3s, .3s;
		-ms-transition-duration: .3s, .3s;
		-o-transition-duration: .3s, .3s;
		transition-duration: .3s, .3s;
		-webkit-transition-delay: .3s, 0s;
		-moz-transition-delay: .3s, 0s;
		-ms-transition-delay: .3s, 0s;
		-o-transition-delay: .3s, 0s;
		transition-delay: .3s, 0s;
	}
	header .mopenBtn span:before {
		top: -10px;
		-webkit-transition-property: top, transform;
		-moz-transition-property: top, transform;
		-ms-transition-property: top, transform;
		-o-transition-property: top, transform;
		transition-property: top, transform;
	}
	header .mopenBtn span:after {
		bottom: -10px;
		-webkit-transition-property: bottom, transform;
		-moz-transition-property: bottom, transform;
		-ms-transition-property: bottom, transform;
		-o-transition-property: bottom, transform;
		transition-property: bottom, transform;
	}
	header.open .mopenBtn{z-index: 222;}
	header.open .mopenBtn span {
		display: block;
		background-color: transparent;
		-webkit-transition-delay: 0s, 0s;
		-moz-transition-delay: 0s, 0s;
		-ms-transition-delay: 0s, 0s;
		-o-transition-delay: 0s, 0s;
		transition-delay: 0s, 0s;
		transform: rotate(360deg);
	}
	header.open .mopenBtn span:after, 
	header.open .mopenBtn span:before {
		-webkit-transition-delay: 0s, .3s;
		-moz-transition-delay: 0s, .3s;
		-ms-transition-delay: 0s, .3s;
		-o-transition-delay: 0s, .3s;
		transition-delay: 0s, .3s;
	}
	header.open .mopenBtn span:before {
		top: 0px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	header.open .mopenBtn span:after {
		bottom: 0px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	header .menuUl .hideli{display: block;}
	header .head3{
	    position: fixed;
	    top: 0;
	    right: 0;
	    transform: translateX(0);
	    width: 100%;
	    display: flex;
	    flex-direction: column;
	    padding: 80px 0 0 0;
	    align-items: center;
	    margin: 0;
	    z-index: 100;
	    height: 100vh;
	    overflow-y: auto;
		right: -100%;
		transition: all 0.5s;
	}
	header.open .head3{right: 0;}
	header .menuUl{
		display: block;
		width: 100%;
	}
	header .menuUl .yijiB{height: 60px;}
	header .menuUl .yijiB a{width: 100%;position: relative;z-index: 1;height: 60px;line-height: 60px;}
	header .menuUl .yijiB i{
		position: absolute;right: 0;top: 0;
		width: 60px;
		height: 60px;
		background: #ece0ee;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 2;
	}
	header .menuUl .yijiB svg path{fill:#000000;}
	header .menuUl .erjiUl{
		position: relative;left: unset;top: unset;
	}
	header .menuUl .erjiUl {
	    opacity: 1;
	    height: auto;
	    visibility: visible;
	    transform: translateY(0);
		display: none;
	}
	header .menuUl li:hover .erjiUl {
	    opacity: 1;
	    height: auto;
	    visibility: visible;
	    transform: translateY(0);
		display: block;
	}
	.ind3Ul li,
	.lmUl1 li,
	.lmUl2 li{width: 50%}
	footer .footUl{grid-template-columns: repeat(2, 1fr);}
	.indp7 .col_2{width: 100%;}
	.indp7 .col_4{width: 50%;}
}
@media (max-width:800px) {
	header .head2{display: none;}
	header .hSearch{
		display: none;
		position: absolute;
		left: 0;
		top: 79px;
		background: #333;
		z-index: 99;
		width: 100%;
		max-width: unset;
		height: 80px;
		justify-content: center;
	}
	header .hSites .bbB{
		position: fixed;
		left: 1;
		height: calc(100vh);
		width: 100%;
		padding: 64px 24px 40px;
		overflow: scroll;
	}
	.hsitesUl{display: block;border: 1px solid #000000;}
	.hsitesUl li{display: block;width: 100%;}
	.hsitesUl a{border-top: 1px solid #000000;}
	.hsitesUl li:first-child a:first-child{border-top: 0;}
	header .close{display: block;color: #ffffff;font-size: 40px;position: absolute;right: 16px;top: 16px;cursor: pointer;}
	header .panelClase{display: block;position: absolute;right: 0;bottom: 1px;z-index: 8;
	    background-color: #333;
	    transform: translate(0, 100%);
	    border-radius: 0 0 3px 3px;
	    min-width: 50px;
	    height: 20px;
	    padding: 0;
		fill: #fff;
		border: 0;
		cursor: pointer;
	}
	header .panelClase path{fill: #fff;}
	header.zkform .panelClase{top: 158px;transform: rotate(180deg);border-radius: 3px 3px 0 0;}
	header.zkform .hSearch{display: flex;}
	header .hSearch input[type=text]{max-width: 400px;margin-right: 10px;}
	.indp1{display: block;}
	.ind1L{width: 100%;}
	.ind1R{width: 100%;}
	.ind2Ul li{width: 100%;}
	.ind3Ul li{width: 100%;}
	.ind4Ul li{width: 100%;}
	.ind4Ul img{max-height: 104px;}
	.indp5 .nrBox{display: block;}
	.nyB{display: block;}
	.LeftB{width: 100%;padding-top: 16px;}
	.rightB{width: 100%;}
	.indp7 .col_4{width: 100%;}
	.ind1L .textB p{text-align: unset;}
	.indp8 .nrBox{display: block;}
	.ind8L{width: 100%;}
	.ind8R{width: 100%;margin-top: 40px;}
	.indp8 .moreB{margin: 20px auto;}
}
@media (max-width:640px) {
	.banner .textB{padding: 90px 37px;}
	header .hSearch{padding: 0 16px;}
	header .hSearch input[type=text]{max-width: calc(100% - 124px);}
	footer .footUl{display: block;}
	.tchB_cookie .nrB{width: 92%;}
	.tchB_cookie .btnG{display: block;}
	.tchB_cookie .btnG a{width: 100%;margin-top: 2px;}
	.lmUl1 li, .lmUl2 li{width: 100%;}
	.nyB .pageText .zst{float: none;margin: 0 auto;display: block;}
	.leftNav li{display: none;}
	.leftNav li.on{display: block;}
	.leftNav a{transition: unset;}
	.leftNav li.on{background: #ababab;}
	.location{margin: 16px;}
	/* ------------- */
	.tchB_cookie .nrB{
		top: 10px;
		left: 10px;
		transform: unset;
		border-radius: 0;
		width: calc(100% - 20px);
		max-height: calc(100% - 20px);
	}
	.tch_form .bbB{
		width: 100vw;right: -20px;
		height: calc(100vh - 15px);
	}
	.tch_form .nrB{
		width: 100%;border-radius: 0;
		height: calc(100% - 76px);
	}
	.tch_feed,
	.tch_feed .aaB,
	.tch_feed .bbB{transition: unset;}
	.tch_feed.open{
		bottom: 0;
		right: 0;
		width: 100vw;
		height: 100vh;
		top: unset;
		transform: unset;
		z-index: 99;
	}
	.tch_feed.open .aaB{
		width: 100%;
		height: 100%;
		background: rgba(26, 25, 25, 0.7);
		z-index: 1;
		bottom: 0;
		transform: unset;
	}
	.tch_feed.open .aaB svg,
	.tch_feed.open .aaB span{display: none;}
	.tch_feed.open .bbB{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		border-radius: 8px 8px 0px 0px;
		z-index: 2;
	}
}
