.layout {
	/* overflow:hidden;*/
	position:relative;
}
.wrap {
	width:72.91666666666667rem;
	margin:0 auto;
}
.uwbanner {
	height:31.25rem;
}
.uwbanner .wrap {
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.uwbanner h2 {
	font-weight:bold;
	font-size: 3.90625rem;
	color:#FFFFFF;
	line-height:1.2;
	text-transform:uppercase;
}
.sotab{
    margin-top: 88px;
    /*position: sticky;*/
    /*top: 80px;*/
    z-index: 122;
    background: #F5F6FA;
}
.uwbanner h4 {
	font-weight:bold;
	font-size: 2.34375rem;
	color:#FFFFFF;
	line-height:1.1;
	letter-spacing:0.3125rem;
	margin-top: 0.3rem;
}
.uwbanner .txt {
	position:relative;
}
.uwbanner .txt.on {
	margin-top:-13.541666666666668rem;
}
.uwbanner .txt:before {
	content:"";
	position:absolute;
	left:-5.125rem;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	/* IE 9*/
	-moz-transform:translateY(-50%);
	/* Firefox*/
	-webkit-transform:translateY(-50%);
	/* Safari 和 Chrome*/
	-o-transform:translateY(-50%);
	top:50%;
	z-index:1;
	width: 7.291666rem;height: 7.291666rem;
	background:linear-gradient( 80deg,#FFFFFF 0%,rgba(255,255,255,0.3) 100%);
	border-radius:50%;
}
/*.sosecction1::before{*/
/*	display: none;*/
/*}*/
.sosecction1{
    position: relative;
}
/*.sosecction1::before{*/
/*    content: " ";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgba(0,0,0,0.3);*/
/*}*/
.uwnavs ul {
	display:flex;
	align-items:center;
}
.uwnavs li a {
	font-weight:400;
	font-size:1.0416666666666667rem;
	color:#999999;
	line-height:1.6;
	display:inline-block;
	border-bottom:0.052083333333333336rem solid #999999;
	padding-bottom:0.2604166666666667rem;
}
.uwnavs li {
	margin-right:1.7708333333333335rem;
}
.uwnavs li.on a,.uwnavs li:hover a {
	font-size:1.1458333333333335rem;
	font-weight:bold;
	border-color:#D2291E;
	color:#fff;
}
.uwnavs li {
	position:relative;
}
.uwnavs li:before {
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:-0.9375rem;
	z-index:1;
	width:0.36458333333333337rem;
	height:0.36458333333333337rem;
	background:#D2291E;
	border-radius:50%;
	margin:0 auto;
	opacity:0;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
-moz-transition:all 0.3s;
	/* Firefox*/
-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
-o-transition:all 0.3s;
}
.uwnavs li.on:before,.uwnavs li:hover:before {
	opacity:1;
}
.news {
	margin-top:-16.666666666666668rem;
	position:relative;
	z-index:2;
	padding-bottom:3.125rem;
}
.news .box {
	position:relative;
	margin-top:2.604166666666667rem;
	z-index:2;
}
.news .box:before {
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0.625rem;
	z-index:-1;
	background:url(../images/qw5.png) no-repeat center/cover;
	width:100%;
	height:11.40625rem;
}
.news .tps {
	padding:1.5625rem;
	background:#fff;
	display:flex;
	justify-content:space-between;
}
.news .tps .pic {
	width:31.510416666666668rem;
	overflow: hidden;
}
.news .tps .pic a{
	display: block;height: 100%;
}
.news .tps .pic img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.news .tps .pic:hover img{
	transform:scale(1.1);
	-ms-transform:scale(1.1);  /* IE 9 */
	-moz-transform:scale(1.1);     /* Firefox */
	-webkit-transform:scale(1.1); /* Safari 和 Chrome */
	-o-transform:scale(1.1); 
}
.news .tps .rs {
	width:calc(100% - 33.59375rem);
}
.news .tps li {
	padding:0.625rem 0 0.9375rem;
	border-bottom:0.052083333333333336rem solid #e9e9e9;
}
.news .tps li h6 {
	font-weight:400;
	font-size:0.8333333333333334rem;
	color:#999999;
	line-height:1.6;
	margin-bottom:0.2604166666666667rem;
}
.news .tps li h3 {
	font-weight:400;
	font-size:0.9895833333333334rem;
	color:#111111;
	line-height:1.6;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	background:url(../images/qw7.png) no-repeat right center/0.625rem auto;
	padding-right:1.0416666666666667rem;
}
.news .list ul {
	display:flex;
	flex-wrap:wrap;
	margin-bottom:3.125rem;
}
.news .list li {
	width:calc(100% / 3);
	padding:1.5625rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
	position:relative;
	z-index:2;
	overflow:hidden;
}
.news .list li:nth-child(3n) {
	margin-right:0;
}
.news .list li .img {
	height:12.5rem;
	overflow:hidden;
}
.news .list li .img img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.news .list li h3 {
	font-weight:bold;
	font-size:1.09375rem;
	color:#111111;
	line-height:1.6;
	height:3.2em;
	overflow:hidden;
}
.news .list li .bts {
	margin-top:4.375rem;
	border-top:0.052083333333333336rem solid #dedede;
	padding-top:0.8333333333333334rem;
}
.news .list li h6 {
	font-weight:400;
	font-size:0.8333333333333334rem;
	color:#999999;
	line-height:1.6;
	background:url(../images/qw6.png) no-repeat right center/0.8854166666666667rem auto;
}
.news .list li .ts {
	padding:2.1875rem 1.25rem 0;
}
.news .list li:hover {
	background:#00267f;
}
.news .list li:hover .bts {
	border-color:rgba(255,255,255,0.2);
}
.news .list li:hover .ts {
	/* padding:2.0833333333333335rem 2.604166666666667rem;*/;
}
.news .list li:hover h3 {
	color:#fff;
}
.news .list li:hover h6 {
	color:#fff;
	background:none;
}
.news .list li:before {
	content:"";
	position:absolute;
	right:-7.8125rem;
	bottom:0;
	z-index:-1;
	background:url(../images/qw8.png) no-repeat center/cover;
	width:0;
	height:7.8125rem;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
	width:7.8125rem;
	opacity:0;
}
.news .list li:hover:before {
	right:0;
	opacity:1;
}
.news .list li:hover .img {
	/* height:14.0625rem;*/;
}
.page ul {
	display:flex;
	justify-content:center;
	align-items:center;
}
.page li a {
	width:2.291666666666667rem;
	line-height:2.291666666666667rem;
	height:2.291666666666667rem;
	font-weight:400;
	font-size:0.7291666666666667rem;
	color:#727171;
	display:block;
	text-align:center;
	border-radius:1.25rem;
}
.page li {
	margin:0 0.2604166666666667rem;
}
.page li.on a,.page li a:hover {
	background:#D2291E;
	color:#fff;
}
.page li.prev a,.page li.next a {
	width:2.291666666666667rem;
	height:2.291666666666667rem;
	background:url(../images/qw4.png) no-repeat center/0.4166666666666667rem auto;
	border-radius:1.25rem;
}
.page li.next a {
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	/* IE 9*/
	-moz-transform:rotate(180deg);
	/* Firefox*/
	-webkit-transform:rotate(180deg);
	/* Safari 和 Chrome*/
	-o-transform:rotate(180deg);
}
.page li.prev.on a,.page li.next.on a,.page li.prev a:hover,.page li.next a:hover {
	background:url(../images/qw3.png) no-repeat center #D2291E;
}
.sotab {
	/* background:url(../images/wbg1.png) no-repeat center top/100% auto #F5F6FA; */
	padding:1.5625rem 0;
}
.sotab ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.sotab li {
	width:12.760416666666668rem;
}
.sotab li a {
	/* padding:2.604166666666667rem 0 0; */
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	height:100%;
	/* border-radius:10.416666666666668rem;
	background:#F5F6FA; */
	text-align:center;
}
.sotab li .icon {
	width:3.385416666666667rem;
	height:3.385416666666667rem;
	overflow:hidden;
	margin:0 auto;
}
.sotab li .icon img {
	width:100%;
	height:100%;
	object-fit:contain;
	display: block;
}
.sotab li h4 {
	font-weight:400;
	font-size:1.0416666666666667rem;
	color:#111111;
	line-height:1.5104166666666667rem;
	padding:1.1458333333333335rem 0;
	border-bottom:0.052083333333333336rem solid #DDDDDD;
	position:relative;
	display:inline-block;
}
.sotab li h4::before {
	content:"";
	position:absolute;
	left:0;
	right:0;
	height:0.36458333333333337rem;
	background:#D2291E;
	bottom:-0.78125rem;
	width:0.36458333333333337rem;
	border-radius:50%;
	margin:0 auto;
	z-index:1;
	opacity:0;
}
.sotab li a:hover h4,.sotab li.on h4 {
	color:#00267F;
	font-weight:bold;
}
.sotab li a:hover .icon img,.sotab li.on .icon img {
	transform:translateY(-100%);
}
.sotab li a:hover h4::before,.sotab li.on h4::before {
	opacity:1;
}
.sotab li a:hover,.sotab li.on a {
	/* background:#00267F; */
}
.sosecction1 {
	height:47.91666666666667rem;
	position:relative;
	/* overflow:hidden; */
}
/*.sosecction1::before {*/
/*	content:"";*/
/*	position:absolute;*/
/*	left:0;*/
/*	right:0;*/
/*	top:0;*/
/*	bottom:0;*/
/*	z-index:1;*/
/*	background:rgba(0,0,0,0.49);*/
/*}*/
.sosecction1 .wrap {
	padding-top:12.145833333333336rem;
	position:absolute;top: 0;
	z-index:2;
	display:flex;
	justify-content:flex-start;
	padding-left: 6.145833333333336rem;
}
.sosecction1 .wrap h3{
	font-size: 2rem;color: #fff;
	font-weight: bold;line-height: 1.4;
	margin-bottom: 1rem;
}
.sosecction1 .wrap p {
	font-weight:400;
	font-size:0.9375rem;
	color:#FFFFFF;
	line-height:1.71875rem;
}
.sosecction1 .wrap .utxt{
	width:32.03125rem;
}
.sosecction1 .video{
	width: 100%;height: 100%;display: block;
	object-fit: cover;
}
.swipertab {
	position:absolute;
	left:0;
	right:0;
	bottom:-0.8604166666666667rem;
	z-index:22;
	overflow:hidden;
	height:20.3125rem;
	padding-top:6.875rem;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.swipertab li {
	padding-top:1.875rem;
	width:14.84375rem;
}
.swipertab li a {
	height:10.416666666666668rem;
	background:url(../images/wicon.png) no-repeat center/cover;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding:1.875rem 1.0416666666666667rem 0;
	text-align:center;
	display:block;
	transition:all 0s;
}
.swipertab li a img {
	width:6.5625rem;
	height:5rem;
	object-fit:contain;
	display:block;
	margin:0 auto;
}
.swipertab li a h4 {
	font-weight:bold;
	font-size:0.7291666666666667rem;
	color:#111111;
	line-height:1.1979166666666667rem;
	margin-top:0.9375rem;
}
.swipertab li.on {
	padding-top:0;
}
.swipertab li::before {
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	width:1.5625rem;
	height:1.5625rem;
	background:url(../images/wicon1.png) no-repeat center/contain;
	margin:-0.78125rem auto 0;
	opacity:0;
	transition:all 0.3s;
	display: none;
}
.swipertab li::after {
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:100%;
	background:url(../images/wicon2.png) no-repeat center bottom/100% 6.822916666666667rem;
	width:2.1875rem;
	height:0;
	margin:0 auto;
	transform:translateX(-49%);
	opacity:0;
	transition:all .3s;
	display: none;
}
.swipertab li.on::before {
	opacity:1;
}
.swipertab li.on::after {
	height:6.822916666666667rem;
	opacity:1;
}
.swipertab li.on a {
	height:13.125rem;
	background:url(../images/wicon1-1.png) no-repeat center/cover;
	padding-top:2.8645833333333335rem;
}
.swipertab li.on a h4 {
	color:#fff;
	font-weight:bold;
	margin-top:1.4583333333333335rem;
}
.soporduct {
	background:#F5F6FA;
	padding:5.208333333333334rem 0 5.989583333333334rem;
}
.htit {
	padding-left:3.6458333333333335rem;
	position:relative;
}
.htit::before {
	width:5.260416666666667rem;
	height:5.260416666666667rem;
	background:linear-gradient( 141deg,#BDC9EF 0%,#E5EBFF 100%);
	border-radius:50%;
	content:"";
	position:absolute;
	left:0;
	top:0;
}
.htit h3 {
	font-weight:bold;
	font-size:3.229166666666667rem;
	color:#00267F;
	line-height:1;
	position:relative;
	z-index:2;
	text-transform:uppercase;
}
.htit h4 {
	position:relative;
	z-index:2;
	font-weight:bold;
	font-size:1.6666666666666667rem;
	color:#111111;
	line-height:1.2;
}
.porductlist {
	display:flex;
	flex-wrap:wrap;
	margin-top:3.125rem;
}
.porductlist li {
	width: calc((100% - 1.666666rem)/4);
	margin: 0 0.520833rem 0.520833rem 0;
	background: #fff;
}
.porductlist li:nth-child(7),.porductlist li:nth-child(5),.porductlist li:nth-child(4),.porductlist li:nth-child(2) {
	background:#fff;
}
.porductlist li:nth-child(4n){
	margin-right: 0;
}
.porductlist li a {
	height:17.5rem;
	display:block;
	text-align:center;
	padding:4.166666666666667rem 0 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.porductlist li img {
	display:block;
	height:11.354166666666668rem;
	height:6.927083333333334rem;
	object-fit:contain;
	margin:0 auto;
}
.porductlist li h4 {
	font-weight:bold;
	font-size:0.8854166666666667rem;
	color:#111111;
	line-height:2.291666666666667rem;
	margin-top:2.0833333333333335rem;
}
.contact {
	padding:5.729166666666667rem 0;
}
.contact .flex {
	display:flex;
	justify-content:space-between;
	margin-top:4.166666666666667rem;
}
.contact .text {
	width:31.770833333333336rem;
}
.contact .text li {
	display:flex;
	align-items:center;
	border-bottom:0.052083333333333336rem solid rgba(0,38,127,0.24);
	height:3.229166666666667rem;
	justify-content:space-between;
}
.contact .text dd>img,.contact .text li>img {
	display:block;
	width:1.09375rem;
	height:1.09375rem;
	object-fit:contain;
}
.contact .text dd p,.contact .text li p {
	width:calc(100% - 1.875rem);
	font-weight:400;
	font-size:1.0416666666666667rem;
	color:#00267F;
	line-height:1.6;
}
.contact .text .dl {
	display:flex;
	margin-top:1.0416666666666667rem;
	justify-content:space-between;
}
.contact .text .dl dl {
	width:calc((100% - 3.6458333333333335rem)/2);
}
.contact .text dd>img {
	margin-top:0.4166666666666667rem;
}
.contact .text dd {
	padding:0.5208333333333334rem 0;
	border-bottom:0.052083333333333336rem solid rgba(0,38,127,0.24);
	display:flex;
	justify-content:space-between;
}
.contact .text dd:last-child {
	border:none;
}
.contact .text dd p img {
	width:8.020833333333334rem;
}
.contact .form {
	width:36.458333333333336rem;
}
.contact .form li {
	display:flex;
	justify-content:space-between;
	margin-bottom:0.78125rem;
	gap:0 0.78125rem;
}
.contact .form li .bor {
	display:flex;
	justify-content:space-between;
	background:#eff1f7;
	border:1px solid #e6e7ee;
	padding:0.9375rem 1.0416666666666667rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	flex:1;
}
.contact .form li .bor:hover .txt{
	color: #00267F;
}

.contact .form li .bor:hover .txt::-webkit-input-placeholder { /* WebKit, Blink, Edge */    color:    #00267F; }

.contact .form li .bor:hover .txt:-moz-placeholder { /* Mozilla Firefox 4 to 18 */   color:    #00267F; }

.contact .form li .bor:hover .txt::-moz-placeholder { /* Mozilla Firefox 19+ */   color:    #00267F; }

.contact .form li .bor:hover .txt:-ms-input-placeholder { /* Internet Explorer 10-11 */   color:    #00267F; }


.contact .form li .bor img {
	width:1.0416666666666667rem;
	height:1.5625rem;
	display:block;
	object-fit:contain;
}
.contact .form li .bor img:nth-child(2){
	display: none;
}
.contact .form li .bor:hover img:nth-child(1){
	display: none;
}
.contact .form li .bor:hover img:nth-child(2){
	display: block;
}
.contact .form li .txt {
	width:calc(100% - 2.34375rem);
	border:none;
	height:1.5625rem;
	background:none;
	font-weight:400;
	font-size:0.9895833333333334rem;
	color:#111111;
}
.contact .form li .lsele {
	background:url(../images/cico15.png) no-repeat right center/0.7291666666666667rem auto;
}
.contact .form li .txt1 {
	height:4.166666666666667rem;
	resize:none;
}
.contact .form li .btn {
	width:100%;
	line-height:3.75rem;
	background:#00267F;
	font-weight:400;
	font-size:0.9895833333333334rem;
	cursor:pointer;
	color:#FFFFFF;
	border:none;
	transition:all 0.3s;
}
.cmap .tmap {
	width:100%;
	display:block;
}
.cmap .por {
	position:relative;
}
.cmap li .icon {
	width:1.40625rem;
	height:1.40625rem;
	position:relative;
	transform:translateX(-50%);
	cursor:pointer;
}
.cmap li .icon h5{
	font-weight: bold;
	font-size: 0.885416rem;
	color: #D2291E;
	line-height: 24px;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.27);
	position: absolute;
	left: 50%;
	top: 100%;transform:translateX(-50%);
	white-space: nowrap;	
	padding-top: 0.320833rem;
	opacity: 0;
}
.cmap li:hover .icon h5{
	opacity: 1;
}
.cmap li .icon i {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	border-radius:50%;
	background:#092DB2;
	z-index:1;
	margin:auto;
	opacity:0.49;
	right:0;
	bottom:0;
}
.cmap li .icon i:nth-child(1) {
	animation:waterWave 1.8s infinite ease-out;
	animation-delay:0s;
}
.cmap li .icon i:nth-child(2) {
	animation:waterWave 1.8s infinite ease-out;
	animation-delay:0.6s;
}
.cmap li .icon i:nth-child(3) {
	animation:waterWave 1.8s infinite ease-out;
	animation-delay:1.2s;
}
@keyframes waterWave {
	0% {
	transform:scale(0);
	opacity:1;
}
100% {
	transform:scale(1.5);
	opacity:0;
}
;}.cmap li .icon i:nth-child(4) {
	width:0.2604166666666667rem;
	opacity:1;margin: auto;
	height:0.2604166666666667rem;
	background:#FFFFFF !important;
	border-radius:50%;
}
.cmap li.on .icon i {
	background:#D2291E;
}
.cmap li {
	position:absolute;
}
.cmap li .poa {
	position:absolute;
	right:100%;
	padding-right:4.427083333333334rem;
	bottom:-8.09375rem;
}
.cmap li .item::before {
	content:"";
	position:absolute;
	width:2.34375rem;
	height:0.10416666666666667rem;
	background:#00267F;
	top:18.072916666666668rem;
	left:100%;
	transition:all 0.3s;
}
.cmap li .item::after {
	content:"";
	z-index:1;
	position:absolute;
	background:#00267F;
	left:calc(100% + 2.34375rem);
	top:18.072916666666668rem;
	transform-origin:left center;
	width:4.166666666666667rem;
	height:0.10416666666666667rem;
	transform:rotate(60deg);
}
.cmap li .item {
	background:#FFFFFF;
	width:17.8125rem;
	border:1px solid #00267F;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding:1.0416666666666667rem;
	position:relative;
	display:none;
}
.cmap li .item .pic {
	height:14.270833333333334rem;
}
.cmap li .item .pic img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.cmap li .item .txt {
	padding:1.5625rem 1.5625rem 0;
}
.cmap li .item .txt h4 {
	display:flex;
	align-items:center;
	font-weight:bold;
	font-size:0.9895833333333334rem;
	color:#00267F;
	line-height:1.25rem;
}
.cmap li .item .txt h4 img {
	width:0.625rem;
	display:block;
	margin-right:0.4166666666666667rem;
}
.cmap li .item .txt h6 {
	font-size:0.8854166666666667rem;
	color:#111111;
	line-height:1.7;
	margin-top:1.3020833333333335rem;
}
.cmap li.on .item {
	display:block;
}
.abanner {
	height:57.60416666666667rem;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding-top:10.9375rem;
}
.abanner .t1 {
	height:12.5rem;
	max-width:inherit;
	margin-bottom:3.125rem;
}
.abanner .flex {
	display:flex;
	align-items:center;
}
.abanner .flex .icon {
	width:3.125rem;
	height:3.125rem;
	position:relative;
	background:#fff;
	border-radius:50%;
}
.abanner .flex .icon i {
	background:#FFFFFF;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	border-radius:50%;
	opacity:1;
}
.abanner .flex .icon img {
	height:1.09375rem;
	display:block;
	position:absolute;
	left:0.2604166666666667rem;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}
.abanner .flex .tx {
	margin-left:1.3020833333333335rem;
}
.abanner .flex .tx h4 {
	font-weight:bold;
	font-size:3.125rem;
	color:#FFFFFF;
	line-height:1;
	text-transform:uppercase;
}
.abanner .flex .tx h5 {
	font-weight:bold;
	font-size:1.6666666666666667rem;
	color:#FFFFFF;
	line-height:1.2;
}
.abanner .flex .icon i:nth-child(1) {
	animation:waterWave2 2s infinite ease-out;
	animation-delay:0s;
}
.abanner .flex .icon i:nth-child(2) {
	animation:waterWave2 2s infinite ease-out;
	animation-delay:-0.5s;
}
.abanner .flex .icon i:nth-child(3) {
	animation:waterWave2 2s infinite ease-out;
	animation-delay:-1s;
}
.abanner .flex .icon i:nth-child(4) {
	animation:waterWave2 2s infinite ease-out;
	animation-delay:-1.5s;
}
.abanner .flex .icon i:nth-child(5) {
	animation:waterWave2 2s infinite ease-out;
	animation-delay:-2s;
}
@keyframes waterWave2 {
	0% {
	transform:scale(0);
	opacity:1;
}
100% {
	transform:scale(2);
	opacity:0;
}
;}.asection1 {
	padding:1.729166666666667rem 0;
}
.asection1 .wrap {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.asection1 ul {
	display:flex;
	flex-wrap:wrap;
	width:20.833333333333336rem;
	justify-content:space-between;
}
.asection1 ul li {
	text-align:center;
	width:7.8125rem;
	padding:1.525rem 0;
}
.asection1 ul li h3 {
	font-weight:bold;
	font-size:3.4895833333333335rem;
	color:#FFFFFF;
	line-height:1.2;
	position:relative;
	display:inline-block;
}
.asection1 ul li h3 i {
	font-weight:400;
	font-size: 2.760416rem;
	color:#FFFFFF;
	line-height:2.8125rem;
	position:absolute;
	z-index:1;
	left:100%;
	top:-2.0833333333333335rem;
}
.asection1 ul li h5 {
	font-weight:400;
	font-size:0.8333333333333334rem;
	color:#FFFFFF;
	line-height:1.875rem;
	width:3.75rem;
	margin:0 auto;
	line-height:1.6;
	padding:0.625rem 0 0.8854166666666667rem;
	border-bottom:0.052083333333333336rem solid #FFFFFF;
}
.asection1 .txt {
	width:36.458333333333336rem;
}
.asection1 .txt h4 {
	font-weight:bold;
	font-size:1.5625rem;
	color:#FFFFFF;
	line-height:2.2395833333333335rem;
	margin-bottom:1.0416666666666667rem;
}
.asection1 .txt p {
	font-weight:400;
	font-size:0.8333333333333334rem;
	color:#FFFFFF;
	line-height:1.5625rem;
	text-indent:2em;
}
.asection2 {
	padding:5.208333333333334rem 0 11.197916666666668rem;
	position: relative;
}
.asection2 .abgc{
	position: absolute;
	left: 0;right: 0;top: 0;
	bottom: 0;
}
.asection2 .etit {
	text-align:center;
}
.asection2 .etit img {
	display:block;
	width:2.760416666666667rem;
	margin:0 auto;
}
.asection2 .etit h3 i {
	font-weight:bold;
	font-size:2.5958333333333335rem;
	color:#111111;
	line-height:1.6;
	letter-spacing:1.5625rem;
	padding-left:1.5625rem;
	display:inline-block;
	margin:1.0416666666666667rem 0 0;
}
.asection2 .etit h4 {
	font-weight:bold;
	font-size:1.2375rem;
	color:#111111;
	line-height:2;
}
.asection2 .etit h5 {
	font-weight:bold;
	font-size:1.8583333333333335rem;
	color:#111111;
	line-height:1.6;
	margin:0.78125rem 0 1.0416666666666667rem;
}
.asection2 .etit p {
	font-weight:400;
	font-size:1.1854166666666667rem;
	color:#111111;
	line-height:1.6;
}
.asection2 .flex {
	margin-top:13.541666666666668rem;
	display:flex;
	justify-content:space-between;
	text-align:center;
}
.asection2 .flex img {
	width:2.96875rem;
	height:2.96875rem;
	display:block;
	object-fit:contain;
	margin:0 auto;
}
.asection2 .flex h4 {
	font-weight:bold;
	font-size:1.6541666666666667rem;
	color:#111111;
	line-height:1.6;
	margin:1.0416666666666667rem 0 0.78125rem;
}
.asection2 .flex h5 {
	font-weight:bold;
	font-size:1.2375rem;
	color:#111111;
}
.asection3 {
	padding:2.0833333333333335rem 0 4.166666666666667rem;
	position:relative;
}
.asection3 .video {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	top:0;
	object-fit:cover;
	width:100%;
	height:100%;
	display:block;
}
.asection3 .icon2 {
	position:absolute;
	left:-18.5625rem;
	bottom:16.927083333333336rem;
	display:block;
	z-index:2;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.asection3 .icon2 .pica{
	width: 36.40625rem;
	height: 9.479166rem;
	background: url(../images/xuliezhen.png) 0 0 no-repeat;
		 animation: heart-burst 3s steps(45) infinite;
	    background-size:100% 4500%;
	    animation-play-state: running
}
@keyframes heart-burst {
  0% {
    background-position:100% 0%;
  }
  100% {
    background-position:100% 100%;
  }
}


.asection3 .abswiper {
	height:35.78125rem;
	margin-top:2.604166666666667rem;
	position:relative;
}
.abswiper h3 {
	font-weight:bold;
	font-size:5.572916666666667rem;
	color:#D2291E;
	line-height:1.2;
}
.abswiper p {
	font-weight:400;
	font-size:0.9375rem;
	color:#111111;
	line-height:1.6666666666666667rem;
	margin-top:0.78125rem;
}
.abswiper .swiper-slide {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding-left:4.427083333333334rem;
}
.abswiper .swiper-slide:nth-child(2n) {
	display:flex;
	align-items:flex-end;
}
.asection3 .icon {
	background:url(../images/prne.png) no-repeat center/contain;
	width:4.895833333333334rem;
	height:4.895833333333334rem;
	display:flex;
	align-items:center;
	justify-content:space-between;
	position:absolute;
	top:16.666666666666668rem;
	right:26.822916666666668rem;
	z-index:2;transform:translate(50%,-50%);
	/* pointer-events: none; */
	top: 56%;z-index: 12;
	right: 50%;margin: 0 auto;
}
.asection3 .icon .prev,.asection3 .icon .next {
	width:50%;
	height:100%;
	display:block;
	cursor:pointer;
}
.asection4 {
	padding:5.729166666666667rem 0 0;
}
.atab ul {
	display:flex;
	justify-content:center;
	margin-top:-2.604166666666667rem;
	position:relative;
	z-index:3;
}
.atab ul li {
	margin:0 2.0833333333333335rem;
}
.atab ul li a {
	font-weight:400;
	font-size:0.8854166666666667rem;
	color:#111111;
	line-height:1.25rem;
	padding:0.78125rem 0.3125rem;
	position:relative;
	display:block;
	font-size: 1.041666rem;
}
.atab ul li a span {
	width:100%;
	height:0.052083333333333336rem;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	background:#D2291E;
	display:block;
	width:0;
	margin:0 auto;
	transition:all 0.3s;
}
.atab ul li a i {
	position:absolute;
	left:0;
	right:0;
	background:#D2291E;
	top:100%;
	width:0.36458333333333337rem;
	margin:0 auto;
	height:0.36458333333333337rem;
	border-radius:50%;
	opacity:0;
	margin-top:0.5208333333333334rem;
	transition:all 0.3s;
}
.atab ul li a:hover,.atab ul li.on a {
	color:#D2291E;
	font-weight:bold;
}
.atab ul li a:hover i,.atab ul li.on a i {
	opacity:1;
}
.atab ul li a:hover span,.atab ul li.on a span {
	width:100%;
}
.asection4 .wrap {
	overflow:hidden;
}
.swiperry {
	padding:12.5rem 0 2.0833333333333335rem;
	width:57.29166666666667rem;
	margin:0 auto;
}
.swiperry .pic h4 {
	margin:0.78125rem 0 0;
	font-weight:bold;
	font-size:0.9375rem;
	color:#111111;
	text-align:center;
	margin-top:3.125rem;
}
.swiperry .swiper-slide-active {
	margin-top:-8.333333333333334rem;
}
.swiperry .swiper-slide-next,.swiperry .swiper-slide-prev {
	margin-top:-5.208333333333334rem;
}
.swiperry .swiper-slide .pic img {
	transform:scale(0.8);width: 100%;
}
.swiperry .swiper-slide-active .pic img,.swiperry .swiper-slide-next .pic img,.swiperry .swiper-slide-prev .pic img {
	transform:scale(1);
}
.swiperry .swiper-slide h4 {
	opacity:0;
}
.swiperry .swiper-slide-active h4 {
	opacity:1;
}
.asection5 {
	overflow:hidden;
	padding:5.729166666666667rem 0 3.90625rem;
}
.asection5 .swiperpic {
	margin-top:3.125rem;
	overflow: hidden;
	width: calc(100% + 13.54166665rem);
}
.asection5 .swiperpic .pic {
	height:24.635416666666668rem;
}
.asection5 .swiperpic .pic img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.asection5 .swiperpic h4 {
	font-weight:bold;
	font-size:1.1979166666666667rem;
	color:#111111;
	line-height:1.3541666666666667rem;
	margin-top:0.78125rem;
	text-align:center;
}
.uwbanner2 .txt {
	margin:0;
}
.whtab ul {
	display:flex;
	justify-content:center;
	padding-top:0.46875rem;
	padding-bottom:2.0833333333333335rem;
}
.whtab ul li {
	width:11.979166666666668rem;
	text-align:center;
}
.whtab ul a {
	line-height:2.7083333333333335rem;
	display:block;
	font-weight:400;
	font-size:0.9895833333333334rem;
	color:#111111;
	display:block;
	position:relative;
}
.whtab ul i {
	position:absolute;
	left:-1.5625rem;
	right:-1.5625rem;
	top:100%;
	height:0.052083333333333336rem;
	background:#111111;
	width:3.8020833333333335rem;
	margin:0 auto;
	display:block;
	transition:all 0.3s;
}
.whtab ul i::before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	display:block;
	top:0.5208333333333334rem;
	width:0.36458333333333337rem;
	margin:0 auto;
	height:0.36458333333333337rem;
	border-radius:50%;
	background:#D2291E;
	opacity:0;
}
.whtab ul li a:hover,.whtab ul li.on a {
	font-weight:bold;
	font-size:1.09375rem;
	color:#00267F;
}
.whtab ul li a:hover i::before,.whtab ul li.on a i::before {
	opacity:1;
}
.whtab ul li a:hover i,.whtab ul li.on a i {
	background:#00267F;
}
.zidh .hd {
	padding:3.6458333333333335rem 0;
}
.zidh .hd .picsfq {
	margin-top:3.125rem;
}

        .picsfq ul {
                   display: flex;
                   gap: 0.46875rem;
                   width: 100%;
                   height: 29.6875rem;
               }
               .picsfq ul li {
                   width: 6.3541666667rem;
                   max-width: 6.3541666667rem;
                   flex-shrink: 0;
                   height: 100%;
                   overflow: hidden;
                   transition: width 0.3s ease, max-width 0.3s ease, flex-shrink 0.3s ease;
                   position: relative;
                   cursor: pointer;
               }
               .picsfq ul li i {
                   position: absolute;
                   inset: 0;
                   z-index: 2;
                   background: rgba(0, 0, 0, 0.3);
                   transition: opacity 0.3s ease;
                   pointer-events: none;
               }
               .picsfq ul li img {
                   height: 100%;
                   width: 100%;
                   display: block;
                   object-fit: cover;
               }
               .picsfq ul li.on {
                   width: 100%;
                   max-width: 2000px; 
                   flex-shrink: 1; 
               }
               .picsfq ul li.on i {
                   opacity: 0;
               }
.zidh .bd {
	padding:2.604166666666667rem 0 0;
}
.zidh .bd .picul {
	margin-top:3.125rem;
	overflow:hidden;
	display:flex;
}
.zidh .bd .picul li {
	flex:1;
	position:relative;
	overflow:hidden;
}
.zidh .bd .picul li img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	transition:all 0.3s;
}
.zidh .bd .picul li i {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	top:0;
	z-index:1;
	background:rgba(0,0,0,0.62);
}
.zidh .bd .picul li a:hover i {
	opacity:0;
}
.zidh .bd .picul li a:hover img {
	transform:scale(1.1);
}
.yanfpz .hd {
	background:#00257E;
	padding:5.208333333333334rem 0;
	position:relative;
	overflow:hidden;
}
.yanfpz .hd .anbg {
	position:absolute;
	left:-50vw;
	right:0;
	top:-50vw;
	bottom:-50vw;
	background:url(../images/tbg1.png) no-repeat center/contain;
	width:91.77083333333334rem;
	height:88.125rem;
	margin:auto;
	pointer-events: none;
}
.yanfpz .hd .wrap {
	position:relative;
	z-index:3;
}
.yanfpz .hd .flex {
	display:flex;
	justify-content:space-between;
	align-items:center;
	position:relative;
	z-index:3;
}
.yanfpz .hd p {
	font-weight:400;
	font-size:0.9375rem;
	color:#FFFFFF;
	line-height:1.5104166666666667rem;
	max-width:37.5rem;
}
.htit.wh h4,.htit.wh h3 {
	color:#fff;
}
.htit.wh::before {
	background:linear-gradient( 80deg,#FFFFFF 0%,rgba(255,255,255,0.4) 100%);
}
.yanfpz .hd .swiperteam {
	position:relative;
	z-index:3;
	margin-top:4.6875rem;
	overflow: hidden;
	width: calc(100% + 13.54166665rem);
}
.yanfpz .hd .swiperteam .swiper-slide-active .pic {
	height:23.125rem;
}
.yanfpz .hd .swiperteam .pic {
	height:19.53125rem;
	width:100%;
}
.yanfpz .hd .swiperteam .pic img {
	height:100%;
	width:100%;
	object-fit:cover;
	display:block;
}
.yanfpz .hd .swiperteam .swiper-slide {
	display:flex;
	height:auto;
	align-items:flex-end;
}
.yanfpz .hd .spans {
	margin-top:4.895833333333334rem;
	display:flex;
	justify-content:center;
	align-items:center;
}
.yanfpz .hd .spans span {
	width:3.28125rem;
	height:0.10416666666666667rem;
	background:#FFFFFF;
	opacity:0.44;
	display:block;
	margin:0 0.15625rem;
	transition:all 0.3s;
}
.yanfpz .hd .spans span.swiper-pagination-bullet-active {
	opacity:1;
}
.yanfpz .bd {
	padding:7.291666666666667rem 0;
}
.yanfpz .bd .flex {
	margin-top:4.6875rem;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.yanfpz .bd .pic {
	width:27.604166666666668rem;
}
.yanfpz .bd .pic img {
	width:100%;
	display:block;
}
.yanfpz .bd .text {
	width:34.375rem;
}
.yanfpz .bd .text h4 {
	font-weight:bold;
	font-size:1.3020833333333335rem;
	color:#00267F;
	line-height:2.8125rem;
	margin-top:1.0416666666666667rem;
}
.yanfpz .bd .text p {
	font-weight:400;
	font-size:0.9375rem;
	color:#111111;
	line-height:1.5104166666666667rem;
}
.yanfpz .bd .text ul {
	display:flex;
	gap:0 0.5208333333333334rem;
	margin-top:2.0833333333333335rem;
}
.yanfpz .bd .text li {
	flex:1;
	padding:3.385416666666667rem 0.5208333333333334rem 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	height:11.09375rem;
	text-align:center;
	background:#1477BA;
}
.yanfpz .bd .text li img {
	width:2.7083333333333335rem;
	height:2.7083333333333335rem;
	display:block;
	object-fit:contain;
	margin:0 auto;
}
.yanfpz .bd .text li h5 {
	font-weight:400;
	font-size:0.9375rem;
	color:#FFFFFF;
	line-height:1.3541666666666667rem;
	margin-top:1.5625rem;
}
.yanfpz .bd .text li:nth-child(2) {
	background:#D12730;
}
.yanfpz .bd .text li:nth-child(3) {
	background:#E595A2;
}
.testing {
	background:#F5F6FA;
}
.testing .wrap {
	display:flex;
	align-items:center;
	justify-content:space-between;
	overflow:hidden;
}
.testing .txt {
	width:28.125rem;
}
.testing .txt h5 {
	font-weight:bold;
	font-size:1.3020833333333335rem;
	color:#00267F;
	line-height:1.6;
	margin:2.34375rem 0 0.4166666666666667rem;
}
.testing .txt p {
	font-weight:400;
	font-size:0.9375rem;
	color:#111111;
	line-height:1.5104166666666667rem;
}
.testing .anpic {
	display:flex;
	width:32.5rem;
	justify-content:space-between;
	height:43.22916666666667rem;
}
.testing .anpic ul {
	width:15.78125rem;
}
.testing .anpic ul li {
	margin-bottom:0.9375rem;
}
.testing .list-wrap ul {
	list-style:none;
	padding:0;
	margin:0;
	animation:linear infinite;
	animation-duration:60s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
}
.testing .list-wrap ul {
	display:flex;
	flex-direction:column;
}
.testing .list-wrap ul li {
	height:auto;
	overflow:hidden;
	flex-shrink:0;
}
.testing .list-wrap ul li img {
	width:100%;
	display:block;
	height:100%;
	object-fit:cover;
}
@keyframes up {
	0% {
	transform:translateY(0);
}
100% {
	transform:translateY(-50%);
}
;}@keyframes down {
	0% {
	transform:translateY(-50%);
}
100% {
	transform:translateY(0);
}
;}.testing .list-wrap:nth-child(odd) ul {
	animation-name:up;
}
.testing .list-wrap:nth-child(even) ul {
	animation-name:down;
	animation-duration:60s;
}
.join .hd {
	padding-top:2.8645833333333335rem;
}
.join .hd h6 {
	font-weight:400;
	font-size:0.9375rem;
	color:#111111;
	line-height:1.5104166666666667rem;
	padding:2.604166666666667rem 0 3.6458333333333335rem;
}
.join .hd ul {
	display:flex;
	gap:0 1.0416666666666667rem;
}
.join .hd ul li {
	flex:1;
	height:16.510416666666668rem;
	background:#FFFFFF;
	border:1px solid #DDDDDD;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
	padding:4.0625rem 1.0416666666666667rem 0;
	position: relative;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
	top: 0;
}
.join .hd ul li:hover{
	top: -10px;box-shadow: 0 3px 10px 0 rgba(80,80,80,0.2);
}
.join .hd ul li img {
	width:3.125rem;
	height:3.125rem;
	display:block;
	object-fit:contain;
	margin:0 auto 2.604166666666667rem;
}
.join .hd ul li h5 {
	font-weight:bold;
	font-size:1.1458333333333335rem;
	color:#111111;
	line-height:1.3541666666666667rem;
	margin:2.0833333333333335rem 0 0.5208333333333334rem;
}
.join .hd ul li p {
	font-weight:400;
	font-size:0.9375rem;
	color:#111111;
	line-height:1.3541666666666667rem;
}
.join .bd {
	padding:5.729166666666667rem 0 7.03125rem;
}
.join .bd .wrap {
	display:flex;
	justify-content:space-between;
}
.join .bd .txt {
	width:30.208333333333336rem;
}
.join .bd .txt h5 {
	font-weight:bold;
	font-size:0.9895833333333334rem;
	color:#111111;
	line-height:1.7708333333333335rem;
	margin-top:2.34375rem;
}
.join .bd .txt p {
	font-weight:400;
	font-size:0.9375rem;
	color:#111111;
	line-height:1.7708333333333335rem;
}
.join .bd .pic {
	width:37.65625rem;
	display:block;
	overflow: hidden;
}
.join .bd .pic img{
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
	width: 100%;height: 100%;display: block;
	object-fit: cover;
}
.join .bd .pic:hover img{
	transform:scale(1.1);
	-ms-transform:scale(1.1);  /* IE 9 */
	-moz-transform:scale(1.1);     /* Firefox */
	-webkit-transform:scale(1.1); /* Safari 和 Chrome */
	-o-transform:scale(1.1); 
}
.joinlist {
	padding:3.6458333333333335rem 0 3.125rem;
	background:#F5F6FA;
}
.jtab ul {
	display:flex;
	justify-content:center;
	margin:3.6458333333333335rem 0 3.385416666666667rem;
}
.jtab ul li {
	margin:0 3.90625rem;
}
.jtab ul a {
	display:flex;
	align-items:center;
	border-bottom:0.052083333333333336rem solid #DDDDDD;
	padding:1.0416666666666667rem 0;
}
.jtab ul a h4 {
	font-weight:400;
	font-size:1.40625rem;
	color:#111111;
	line-height:1.6666666666666667rem;
	margin-left:0.9375rem;
}
.jtab ul a .icon {
	width:1.9791666666666667rem;
	height:1.9791666666666667rem;
	overflow:hidden;
}
.jtab ul a .icon img {
	width:100%;
	height:100%;
	display:block;
	object-fit:contain;
}
.jtab ul a i {
	width:0.4166666666666667rem;
	height:0.4166666666666667rem;
	background:#D2291E;
	border-radius:50%;
	margin-right:0.9375rem;
	display:none;
}
.jtab ul .on a i {
	display:none;
}
.jtab ul .on a .icon img {
	transform:translateY(-100%);
}
.jtab ul .on a h4 {
	font-weight:bold;
	font-size:1.40625rem;
	color:#00267F;
	line-height:1.6666666666666667rem;
}
.jtab ul .on a {
	border-color:#00267F;
}
.jform ul {
	display:flex;
	gap:0 0.78125rem;
}
.jform ul li {
	width:11.979166666666668rem;
	height:2.8645833333333335rem;
	border:1px solid #E6E7EE;
	display:flex;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	align-items:center;
	padding:0 1.3020833333333335rem;
	justify-content:space-between;
	background:#fff;
}
.jform ul li label {
	font-weight:400;
	font-size:0.8333333333333334rem;
	color:#111111;
	line-height:1.0416666666666667rem;
}
.jform ul li .lsele {
	font-weight:400;
	font-size:0.8333333333333334rem;
	color:#111111;
	line-height:1.0416666666666667rem;
	background:url(../images/ar1.png) no-repeat right center/1.0416666666666667rem auto;
	width:4.166666666666667rem;
	padding-right:1.0416666666666667rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	border:none;
	box-sizing:border-box;
}
.jform ul li:last-child {
	flex:1;
	display:flex;
	padding-right:0;
}
.jform ul li .txt {
	flex:1;
	font-size:0.8333333333333334rem;
	color:#333;
	line-height:1.25rem;
	border:none;
	height:2.0833333333333335rem;
}
.jform ul li .btn {
	width:4.0625rem;
	line-height:2.8645833333333335rem;
	background:#D2291E;
	border:none;
	text-align:center;
	cursor:pointer;
	font-size:0.8333333333333334rem;
	color:#fff;
}
.jform .fletxt {
	margin:1.25rem 0 1.0416666666666667rem;
	display:flex;
	flex-wrap:wrap;
}
.jform h4 {
	display:flex;
	align-items:center;
	background:#fff;
	padding:0 0.625rem 0 0.8854166666666667rem;
	border:1px solid #E6E7EE;
	line-height:1.7708333333333335rem;
	margin:0 0.20833333333333334rem 0.20833333333333334rem 0;
	font-size:0.78125rem;
}
.jform h4 i {
	width:0.625rem;
	height:0.625rem;
	cursor:pointer;
	margin-left:0.36458333333333337rem;
	display:block;
	background:url(../images/close2.png) no-repeat center/contain;
}
.jform h5 {
	font-weight:400;
	font-size:0.8854166666666667rem;
	color:#111111;
	line-height:1.7708333333333335rem;
	margin-left:1.0416666666666667rem;
}
.jolist li {
	margin-bottom:1.25rem;
	background:#fff;
}
.jolist .th {
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:3.125rem;
	padding:0 1.5625rem 0 3.125rem;
	background:#fff;
	cursor:pointer;
}
.jolist .th h4 {
	font-weight:400;
	font-size:0.9375rem;
	color:#111111;
	flex:1;
}
.jolist .th h5 {
	width:9.895833333333334rem;
	font-weight:400;
	font-size:0.9375rem;
	color:#111111;
}
.jolist .th .arrow {
	width:3.125rem;
	height:3.125rem;
	background:url(../images/ar3.png) no-repeat center/0.625rem auto;
	cursor:pointer;
	transition:all 0.3s;
}
.jolist .tb {
	padding:0.5208333333333334rem 3.125rem 1.8229166666666667rem;
	font-size:0.8333333333333334rem;
	color:#111111;
	line-height:1.6666666666666667rem;
	display:none;
}
.jolist .tb .flexbtn {
	display:flex;
	margin:1.5625rem 0 0.78125rem;
}
.jolist .tb .flexbtn a {
	width:6.875rem;
	line-height:2.3958333333333335rem;
	border:1px solid #D2291E;
	display:block;
	text-align:center;
	margin-right:0.7291666666666667rem;
	color:#D2291E;
	font-size:0.9375rem;
}
.jolist .tb .flexbtn a.on {
	background:#00267F;
	border-color:#00267F;
	color:#fff;
	font-size:0.9375rem;
}
.jolist .tb .tx {
	font-size:0.8333333333333334rem;
	color:#7D7D7D;
	line-height:0.9375rem;
}
.jolist .tb .tx img {
	width:10.520833333333334rem;
	display:block;
	margin-top:0.78125rem;
}
.jolist li.on .th .arrow {
	transform:rotate(180deg);
}
.jolist li.on .th h4 {
	font-size:0.9375rem;
	color:#D2291E;
	font-weight:bold;
}
.jtanc {
	position:fixed;
	left:0;
	right:0;
	top:30%;
	z-index:99;
	width:31.041666666666668rem;
	background:#FFFFFF;
	box-shadow:0rem 0.3125rem 0.7291666666666667rem 0.052083333333333336rem rgba(27,37,104,0.43);
	border-radius:1.1458333333333335rem;
	margin:0 auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding:2.1875rem 1.0416666666666667rem 1.7708333333333335rem;
	display:none;
}
.jtanc .file {
	position:relative;
}
.jtanc .file h5 {
	font-size:0.9375rem;
	color:#111111;
	line-height:1.1458333333333335rem;
	display:flex;
	align-items:center;
	justify-content:center;
	width:15.989583333333334rem;
	height:3.385416666666667rem;
	background:#F1F1F1;
	border-radius:0rem 0rem 0rem 0rem;
	border:1px dashed #707070;
	margin:0 auto;
}
.jtanc .file h5 img {
	width:1.0416666666666667rem;
	margin-right:0.4166666666666667rem;
	display:block;
}
.jtanc .file .filebt {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	top:0;
	z-index:2;
	opacity:0;
	width:100%;
	height:100%;
}
.jtanc h6 {
	font-weight:400;
	font-size:0.625rem;
	color:#111111;
	line-height:1.1458333333333335rem;
	margin:0.5208333333333334rem 0 1.5625rem;
	text-align:center;
}
.jtanc h4 {
	font-weight:400;
	font-size:0.9375rem;
	color:#111111;
	line-height:1.1458333333333335rem;
	display:flex;
	align-items:center;
	justify-content:center;
}
.jtanc h4 i {
	width:11.197916666666668rem;
	display:block;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.jtanc  h4 img {
	width:0.8333333333333334rem;
	display:block;
	cursor:pointer;
	transition:all 0.3s;
}
.flbt {
	margin-top:2.604166666666667rem;
	justify-content:center;
	display:flex;
}
.flbt a {
	width:10.104166666666668rem;
	line-height:2.8125rem;
	background:#FFFFFF;
	border:1px solid #DDDDDD;
	text-align:center;
	font-weight:400;
	font-size:0.9375rem;
	color:#111111;
	display:block;
	margin:0 0.2604166666666667rem;
}
.flbt a.on,.flbt a:hover {
	background:#00267F;
	color:#fff;
	border-color:#00267F;
}
.glist {
	position:static !important;
}
.guiglist {
	padding:2.0833333333333335rem 0 2.208333333333334rem;
	background:#F5F6FA;
}
.guiglist .atab ul {
	margin:0;
}
.guiglist .atab li a {
	font-size:0.9895833333333334rem;
}
.guiglist .atab ul li a span {
	width:100%;
	background:#111111;
}
.guiglist .atab ul li.on a span {
	background:#D2291E;
}
.flexend {
	display:flex;
	justify-content:flex-end;
	align-items:center;
	margin:1.5625rem 0;
}
.flexend h5 {
	font-weight:400;
	font-size:0.9375rem;
	color:#111111;
	line-height:1.0416666666666667rem;
	margin-right:0.9375rem;
}
.flexend .lsele {
	width:12.03125rem;
	line-height:3.072916666666667rem;
	background:#FFFFFF;
	border:1px solid #E6E7EE;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 1.5625rem;
	font-weight:400;
	font-size:0.9375rem;
	color:#111111;
	background:url(../images/ar1.png) no-repeat right 1.0416666666666667rem center/1.0416666666666667rem auto #fff;
}
.glist>ul {
	display:flex;
	flex-wrap:wrap;
	margin-bottom:3.541666666666667rem;
}
.glist>ul li {
	width:calc((100% - 3.02rem)/4);
	background:#FFFFFF;
	border:1px solid #062874;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding:0.8854166666666667rem;
	display:flex;
	justify-content:space-between;
	cursor:pointer;
	transition:all 0.3s;margin-right: 1rem;
	margin-bottom: 1rem;
}
.glist>ul li:nth-child(4n){
	margin-right: 0;
}
.glist>ul li .icon {
	width: 7.447916rem;height: 10.052083rem;
	overflow:hidden;
	background:#fff;
	/* border:1px solid #DDDDDD; */
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.glist>ul li .icon img {
	display:block;
	width:100%;
	height:100%;
	object-fit:contain;
}
.glist>ul li .text {
	flex:1;
	margin-left:1.3020833333333335rem;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.glist.wglist .text .gtit{
	background:url(../images/gico4.png) no-repeat left top/4.21875rem auto;
	padding:1.8229166666666667rem 0 0 2.0833333333333335rem;
}
.glist .text .gtit {
	margin-top:0.4rem;
	transition:all 0.3s;
}
.glist.wglist li:hover .text .gtit{
	background:url(../images/gico4-1.png) no-repeat left top/4.21875rem auto;
}
.glist .text h4 {
	font-weight:bold;
	font-size: 0.9375rem;
	color:#00267F;
	line-height:1.3541666666666667rem;
	transition:all 0.3s;
}
.glist .text h6 {
	font-weight:400;
	font-size: 0.729166rem;
	color:#111111;
	line-height:1.3541666666666667rem;
	margin-top:0.15625rem;
	transition:all 0.3s;
}
.glist .text .flex {
	display:flex;
	justify-content:space-between;
	align-items:center;
	border-bottom:0.10416666666666667rem solid #6e82ae;
	padding-bottom:0.9375rem;
	margin-top:1.627083333333334rem;
}
.glist .text .flex span{
	font-size:1.6rem ;color: #e9ecfa;
	text-transform: uppercase;font-weight: bold;
	opacity: 0.6;display: inline-block;
}
.glist .text .flex img {
	height: 1.40625rem;
	display:block;
}
.glist .text .flex i {
	width: 2.708333rem;
	height:2.708333rem;
	display:block;
	background:url(../images/gico1.png) no-repeat center/contain;
	transition:all 0.3s;
	border-radius:50%;
}
.glist li.on .text .flex i,.glist li:hover .text .flex i {
	background:url(../images/gico2.png) no-repeat center/contain;
}
.glist li.on,.glist li:hover {
	background:#062874;
}
.glist li.on .text .gtit,.glist li:hover .text .gtit {
	/* background:url(../images/gico6.png) no-repeat left top/4.21875rem auto; */
}
.glist li.on .text .gtit h6,.glist li.on .text .gtit h4,.glist li:hover .text .gtit h6,.glist li:hover .text .gtit h4 {
	color:#fff;
}
.gtanc {
	position:absolute;
	z-index:199;
	width:26.770833333333336rem;
	background:#FFFFFF;
	box-shadow:0rem 0 0.7291666666666667rem 0.052083333333333336rem rgba(27,37,104,0.43);
	border-radius:0rem 1.09375rem 1.09375rem 1.09375rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding:1.1458333333333335rem;
	margin-left:-15rem;
	margin-top:-3rem;
	display: none;
}
.gtanc::before {
	content:'';
	position:absolute;
	left:-0.5rem;
	width:0.625rem;
	height:0.9895833333333334rem;
	background:url(../images/ar2.png) no-repeat center/100% 100%;
	top:10.416666666666668rem;
}
.gtanc.on::before {
	right:-0.5rem;
	left:auto;
	transform:rotate(180deg);
}
.gtanc h4 {
	font-weight:bold;
	font-size:0.8854166666666667rem;
	color:#00267F;
	line-height:0.7291666666666667rem;
	background:url(../images/gico7.png) no-repeat center/100% 100%;
	width:10.9375rem;
	height:2.34375rem;
	line-height:1.8229166666666667rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	font-weight:bold;
	font-size:0.8333333333333334rem;
	color:#00267F;
	padding:0 1.1458333333333335rem;
	padding-left:1.9791666666666667rem;
	padding-top:0.5208333333333334rem;
	position:absolute;
	left:-0.78125rem;
	top:-2.34375rem;
}
.gtanc .tflex {
	display:flex;
	justify-content:space-between;
}
.gtanc .tflex .txtc {
	width:14.583333333333334rem;
}
.gtanc .tflex .txtc li {
	height:2.0833333333333335rem;
	margin-bottom:0.36458333333333337rem;
	background:#EFF1F7;
	border:1px solid #E6E7EE;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:0 0.625rem;
}
.gtanc .tflex .txtc li label {
	font-weight:400;
	font-size:0.8333333333333334rem;
	color:#111111;
	line-height:1.0416666666666667rem;
	text-align:left;
	display:flex;
	align-items:center;
	white-space:nowrap;
}
.gtanc .tflex .txtc li i {
	font-weight:400;
	font-size:0.8333333333333334rem;
	color:#FF0101;
	width:1em;
	display:block;
}
.gtanc .tflex .txtc li .tx {
	text-align:right;
	font-size:0.8333333333333334rem;
	height:2.0833333333333335rem;
	border:none;
	background:none;
	width:8.59375rem;
}
.gtanc .tflex .txtc p {
	font-weight:400;
	font-size:0.6770833333333334rem;
	color:#111111;
	line-height:1.0416666666666667rem;
	margin:0.78125rem 0 1.1458333333333335rem;
}
.gtanc .tflex .gfbt {
	display:flex;
	justify-content:space-between;
}
.gtanc .tflex .gfbt .bt {
	width:5.104166666666667rem;
	line-height:2.135416666666667rem;
	background:#FFFFFF;
	border:1px solid #E6E7EE;
	font-weight:400;
	font-size:0.8333333333333334rem;
	color:#111111;
	cursor:pointer;
	text-align:center;
}
.gtanc .tflex .gfbt .bt.on {
	width:auto;
	flex:1;
	margin-left:0.3125rem;
	background:#00267F;
	border-color:#00267F;
	color:#fff;
}
.gtanc .weix {
	width:8.020833333333334rem;
	text-align:center;
	margin-top:0.625rem;
}
.gtanc .weix img {
	height:auto;
	display:block;
	width:100%;
	border:1px solid #5b73ac;
}
.gtanc .weix h6 {
	font-weight:400;
	font-size:0.6770833333333334rem;
	color:#111111;
	line-height:1.0416666666666667rem;
	margin-top:0.5208333333333334rem;
}
.jingxsrk ul {
	display:flex;
	justify-content:space-between;
	max-width:64.58333333333334rem;
	margin:0 auto;
	padding:5.208333333333334rem 0 7.291666666666667rem;
}
.jingxsrk li {
	width:22.5rem;
	height:31.354166666666668rem;
	margin:0 4.635416666666667rem;
}
.videolist {
	background:#F5F6FA;
	overflow:hidden;
	padding-bottom:4.166666666666667rem;
}
.vlist {
	display:flex;
	flex-wrap:wrap;
	margin-bottom:3.125rem;
	gap: 0 0.7rem;
}
.vlist li {
	width:calc((100% - 0.7rem)/2);
	margin-bottom:0.7rem;
}
.vlist2 li{
	width:calc((100% - 1.4rem)/3);
}
.vlist li a {
	display:block;
	height:100%;
	position:relative;
}
.vlist li a>img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.vlist li a i {
	width:5rem;
	height:5rem;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	z-index:1;
	background:url(../images/vico1.png) no-repeat center/contain;
}
.mask {
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:9998;
	background:rgba(0,0,0,0.7);
	display:none;
}
.mkvideo {
	display:none;
	position:fixed;
	left:0;
	right:0;
	top:53%;
	z-index:9999;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	/* IE 9*/
    -moz-transform:translateY(-50%);
	/* Firefox*/
    -webkit-transform:translateY(-50%);
	/* Safari 鍜� Chrome*/
    -o-transform:translateY(-50%);
	max-width:62.5rem;
	margin:0 auto;
}
.mkvideo video {
	width:100%;
}
.mkvideo .icos {
	position:absolute;
	width:2.0833333333333335rem;
	height:2.0833333333333335rem;
	right:-2.604166666666667rem;
	top:-2.604166666666667rem;
	cursor:pointer;
	background:url(../images/close.png) no-repeat center/cover;
	z-index:9;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
    -moz-transition:all 0.3s;
	/* Firefox*/
    -webkit-transition:all 0.3s;
	/* Safari 鍜� Chrome*/
    -o-transition:all 0.3s;
}
.mkvideo .icos:hover {
	transform:rotate(720deg);
	-ms-transform:rotate(720deg);
	/* IE 9*/
    -moz-transform:rotate(720deg);
	/* Firefox*/
    -webkit-transform:rotate(720deg);
	/* Safari 鍜� Chrome*/
    -o-transform:rotate(720deg);
}
.downlist {
	margin-top:2.447916666666667rem;
}
.uwbanner2 {
	height:25.416666666666668rem;
}
.uwbanner2 .wrap {
	display:block;
	text-align:center;
	padding-top:4.947916666666667rem;
}
.uwbanner2 .wrap .text h2 {
	font-weight:bold;
	font-size:2.1875rem;
	color:#FFFFFF;
	line-height:2.65625rem;
}
.uwbanner2 .wrap .text p {
	padding-top:8.333333333333334rem;
	font-weight:bold;
	font-size:1.0416666666666667rem;
	color:#111111;
	line-height:1.9270833333333335rem;
}
.guigs .soporduct {
	padding-top:0;
}
.htit.on::before {
	width:3.8020833333333335rem;
	height:3.8020833333333335rem;
}
.htit.on {
	padding:1.71875rem 0 0 2.0833333333333335rem;
}
.porc {
	position:relative;
}
.porc  .next,.porc  .prev {
	background:url(../images/next1.png) no-repeat center/contain;
	width:1.71875rem;
	height:1.71875rem;
	cursor:pointer;
	position:absolute;
	left:-5.729166666666667rem;
	top:50%;
	margin-top:-0.8854166666666667rem;
	transform:rotate(180deg);
}
.porc .next {
	left:auto;
	right:-5.729166666666667rem;
	transform:rotate(0);
}
.porc .swipercp .porductlist {
	flex-wrap:inherit;
}
.porc .swipercp.swipercp {
	overflow:hidden;
}
.fxrbtn {
	position:fixed;
	right:0;
	bottom:30%;
	z-index:88;
}
.frticon li {
	margin-bottom:0.4166666666666667rem;
	position:relative;
	cursor:pointer;
}
.frticon li .ftx {
	display:flex;
	align-items:center;
	width:4.895833333333334rem;
	height:2.8125rem;
	background:rgba(255,255,255,0.72);
	box-shadow:0rem 0.2604166666666667rem 0.3125rem 0.052083333333333336rem rgba(20,62,135,0.26);
	border-radius:1.7708333333333335rem 0rem 0rem 1.7708333333333335rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding-left:0.9895833333333334rem;
	font-weight:400;
	font-size:0.8854166666666667rem;
	color:#00267F;
	line-height:0.9895833333333334rem;
}
.frticon li .ftx img {
	width:0.8333333333333334rem;
	display:block;
	margin-right:0.5208333333333334rem;
}
.frticon li.on .ftx {
	background:#FFFFFF;
}
.fritem1 {
	position:absolute;
	right:100%;
	top:50%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	/* IE 9*/
	-moz-transform:translateY(-50%);
	/* Firefox*/
	-webkit-transform:translateY(-50%);
	/* Safari 和 Chrome*/
	-o-transform:translateY(-50%);
	padding-right:1.875rem;
	display:none;
}
.fritem1 .boxc::before {
	content:'';
	position:absolute;
	right:-0.5729166666666667rem;
	width:0.625rem;
	height:0.9895833333333334rem;
	top:50%;
	background:url(../images/ar2.png) no-repeat center/100% 100%;
	transform:rotate(180deg);
	margin-top:-0.5208333333333334rem;
}
.fritem1 .boxc {
	background:#fff;
	border-radius:0rem 1.09375rem 1.09375rem 1.09375rem;
	width:34.114583333333336rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding:1.8229166666666667rem 2.604166666666667rem 1.3020833333333335rem;
	position:relative;
}
.fritem1 .boxc h4 {
	display:flex;
	align-items:center;
	background:url(../images/rico1.png) no-repeat center/100% 100%;
	width:10.625rem;
	height:1.875rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding-left:1.1458333333333335rem;
	font-weight:bold;
	font-size:0.8854166666666667rem;
	color:#00267F;
	line-height:1.6;
	position:absolute;
	left:0;
	top:-1.7708333333333335rem;
}
.fritem1 .boxc h4 img {
	width:0.9375rem;
	margin-right:0.2604166666666667rem;
}
.fritem1 .boxc .dl {
	display:flex;
	justify-content:space-between;
}
.fritem1 .boxc .dl dl {
	width:calc((100% - 3.6458333333333335rem)/2);
}
.fritem1 .boxc .dl dd>img {
	width:1.3020833333333335rem;
	height:1.3020833333333335rem;
	object-fit:contain;
}
.fritem1 .boxc .dl dd {
	padding:0.625rem 0;
	border-bottom:0.052083333333333336rem solid #00267f;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}
.fritem1 .boxc .dl dd:last-child {
	border:none;
}
.fritem1 .boxc .dl dd p {
	font-weight:400;
	font-size:0.8333333333333334rem;
	color:#00267F;
	width:calc(100% - 2.34375rem);
	line-height:1.3020833333333335rem;
}
.fritem1 .boxc .dl dd p img {
	width:8.020833333333334rem;
	display:block;
}
.fmask {
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:87;
	background:rgba(0,0,0,0.3);
	display:none;
}
.frticon .wfbtn {
	position:absolute;
	right:100%;
	top:50%;
	transform:translateY(-50%);
	display:none;
}
.frticon .wfbtn .wbt {
	position:relative;
}
.frticon .wfbtn .fxbt {
	display:flex;
	align-items:center;
	width:4.895833333333334rem;
	height:2.8125rem;
	box-shadow:0rem 0.2604166666666667rem 0.3125rem 0.052083333333333336rem rgba(20,62,135,0.26);
	border-radius:1.7708333333333335rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding-left:0.8854166666666667rem;
	font-weight:400;
	font-size:0.8333333333333334rem;
	color:#00267F;
	margin:0.3125rem 0;
	background:rgba(255,255,255,0.72);
}
.frticon .wfbtn .fxbt img {
	width:0.9375rem;
	height:0.9375rem;
	display:block;
	object-fit:contain;
	margin-right:0.5208333333333334rem;
}
.frticon .wfbtn .fxbt:hover {
	background:#FFFFFF;
}
.fritem2 {
	/* display:block;*/;
}
.fritem2 .boxc {
	width:17.447916666666668rem;
	padding:1.4583333333333335rem 1.4583333333333335rem 1.0416666666666667rem;
}
.fritem2 dd {
	background:#EFF1F7;
	border:1px solid #E6E7EE;
	display:flex;
	justify-content:space-between;
	padding:0 0.9375rem;
	margin-bottom:0.4166666666666667rem;
}
.fritem2 dd label {
	font-weight:400;
	font-size:0.8333333333333334rem;
	color:#111111;
	line-height:2.135416666666667rem;
}
.fritem2 dd .wtxt {
	width:7.916666666666667rem;
	height:2.135416666666667rem;
	border:none;
	background:none;
	font-weight:400;
	font-size:0.8333333333333334rem;
	color:#111;
	text-align:right;
}
.fritem2 dd .wtxt1 {
	height:3.6458333333333335rem;
	padding-top:0.5208333333333334rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	resize:none;
}
.fritem2 dd .lsele {
	width:8.854166666666668rem;
	height:2.135416666666667rem;
	border:none;
	background:none;
	font-weight:400;
	font-size:0.8333333333333334rem;
	color:#111;
	background:url(../images/ar1.png) no-repeat right center/1.0416666666666667rem auto;
	padding-right:2.0833333333333335rem;
}
.fritem2 dd .lsele option {
	text-align:right;
}
.fritem2 .flbt {
	margin-top:0;
}
.fritem2 .flbt a {
	line-height:2.135416666666667rem;
	width:5.104166666666667rem;
}
.fritem2 .flbt a.on {
	flex:1;
}
.fritem3 {
	/* display:block;*/;
}
.fritem3 .bor {
	border-bottom:0.052083333333333336rem solid rgba(0,38,127,0.24);
	padding:0.7291666666666667rem 0;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.fritem3 .bor img {
	width:0.9375rem;
	height:0.9375rem;
	display:block;
	object-fit:contain;
}
.fritem3 .bor p {
	width:calc(100% - 1.6666666666666667rem);
	font-weight:400;
	font-size:0.8333333333333334rem;
	color:#00267F;
	line-height:0.9375rem;
}
.fritem3 .boxc {
	padding:1.0416666666666667rem 0.8333333333333334rem;
}
.fritem3 .boxc dl {
	margin-top:0.4166666666666667rem;
}
.newsdel {
	position:relative;
	padding:5.729166666666667rem 0 3.125rem;
}
.pad200 {
	padding:0 10.416666666666668rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.newsdel .hds {
	padding-bottom:1.25rem;
	border-bottom:0.052083333333333336rem solid #ebebeb;
}
.newsdel .hds h1 {
	font-weight:bold;
	font-size:2.5rem;
	color:#00267F;
	line-height:3.229166666666667rem;
}
.newsdel .hds h6 {
	font-weight:400;
	font-size:0.7291666666666667rem;
	color:#7D7D7D;
	line-height:1.6;
	margin-top:1.1458333333333335rem;
}
.newsdel .text {
	margin:2.0833333333333335rem 0 3.125rem;
	font-weight:400;
	font-size:0.8333333333333334rem;
	color:#111111;
	line-height:1.7;
}
.newsdel .text img {
	width:100%;
	display:block;
	margin:0 auto;
	height:auto !important;
}
.newsdel .fts {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.newsdel .fts a {
	border:1px solid #dddddd;
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:50%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding:2.604166666666667rem 1.5625rem 2.604166666666667rem 2.604166666666667rem;
}
.newsdel .fts a:nth-child(2) {
	flex-direction:row-reverse;
	border-left:none;
}
.newsdel .fts span {
	font-weight:bold;
	font-size:0.9375rem;
	color:#00267F;
	width:4.6875rem;
	line-height:1.6;
	display:block;
	background:url(../images/qw10.png) no-repeat left center/0.5729166666666667rem auto;
	padding-left:1.3020833333333335rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.newsdel .fts a:nth-child(2) span {
	background:url(../images/qw10-1.png) no-repeat right center/0.5729166666666667rem auto;
	padding-right:1.3020833333333335rem;
	padding-left:0;
	text-align:right;
}
.newsdel .fts i {
	font-weight:400;
	font-size:0.8333333333333334rem;
	color:#111111;
	display:block;
	line-height:1.6;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	flex:1;
}
.newsdel .fts a:hover {
	background:#00267F;
	border-color:#00267F;
}
.newsdel .fts a:hover span,.newsdel .fts a:hover i {
	color:#fff;
}
.newsdel .fts a:hover span {
	background:url(../images/qw9.png) no-repeat left center/0.5729166666666667rem auto;
}
.newsdel .fts a:nth-child(2):hover span {
	background:url(../images/qw9-1.png) no-repeat right center/0.5729166666666667rem auto;
}
.prodel .tobs {
	background:#F5F6FA;
	padding:4.6875rem 0;
}
.prodel .xinghao {
	margin-bottom:6.770833333333334rem;
}
.prodel .xinghao .del {
	margin-top:3.125rem;
}
.prodel .xinghao .del img {
	width:100%;
	display:block;
	margin:0 auto;
	height:auto;
}
.prodel .tops {
	padding:2.604166666666667rem 0 3.125rem;
}
.prodel .tops .wrap {
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}
.prodel .lts {
	width:30.208333333333336rem;
	position:sticky;
	top:5.208333333333334rem;
	z-index:11;
}
.prodel .rts {
	width:calc(100% - 33.958333333333336rem);
}
.prodel .hs h1 {
	font-weight:bold;
	font-size:1.6666666666666667rem;
	color:#111111;
	line-height:1.6;
}
.prodel .hs h3 {
	font-weight:bold;
	font-size:1.1458333333333335rem;
	color:#111111;
	line-height:1.6;
	margin:1.0416666666666667rem 0 0.625rem;
}
.prodel .hs h6 {
	font-weight:400;
	font-size:0.8333333333333334rem;
	color:#111111;
	margin-bottom:0.2604166666666667rem;
	line-height:1.8;
	background:url(../images/qw25.png) no-repeat left center/0.4166666666666667rem auto;
	padding-left:0.9375rem;
}
.prodel .hs dl {
	margin-top:1.3541666666666667rem;
}
.prodel .hs dd {
	font-weight:400;
	font-size:0.8333333333333334rem;
	color:#111111;
	line-height:1.6;
	padding:0.7291666666666667rem 0;
	border-bottom:0.052083333333333336rem solid #CBD3E5;
}
.prodel .hs dd:last-child {
	border-bottom:none;
}
.prodel .hs img {
	display:block;
	max-width:100%;
	height:auto;
	object-fit:contain;
}
.prodel .swipbs {
	overflow:hidden;
	margin:2.0833333333333335rem 0;
	display: flex;
	align-items: center;
	gap: 20px;
}
.prodel .swipbs .swiper{
    flex: 1;
}
.prodel .swipbs .img {
	height:7.96875rem;
	border:1px solid #CBD3E5;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.prodel .swipbs .img img {
	width:100%;
	height:100%;
	display:block;
	object-fit:contain;
}
.prodel .swipbs h5 {
	font-weight:400;
	font-size:0.78125rem;
	color:#000000;
	line-height:1.6;
	display:flex;
	align-items:center;
	margin:0.7291666666666667rem 0.5208333333333334rem 0;
}
.prodel .swipbs h5 i {
	width:1.0416666666666667rem;
	line-height:1.0416666666666667rem;
	background:#D2291E;
	font-weight:400;
	font-size:0.625rem;
	color:#FFFFFF;
	display:inline-block;
	border-radius:1.0416666666666667rem;
	margin-right:0.4166666666666667rem;
	text-align:center;
}
.prodel .swipbs h5 span{
	flex: 1;
}
.prodel .swippros .hds {
	width:100%;
	height:30.208333333333336rem;
	background:linear-gradient( 180deg,#FFFFFF 0%,#F5F6FA 100%);
	overflow:hidden;
}
.prodel .swippros .hds .swiper-slide {
	width:100%;
	height:100%;
	position:relative;
}
.prodel .swippros .bds .pic,.prodel .swippros .hds .pic {
	display:flex;
	justify-content:center;
	align-items:center;
	height:100%;
	overflow:hidden;
}
.prodel .swippros .hds .pic video,.prodel .swippros .bds .pic img,.prodel .swippros .hds .pic img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	margin:0 auto;
}
.prodel .swippros .hds .pic .ico4{
    max-width: 100%;
    height: auto;
    width: auto;
}
.prodel .swippros .ico1 {
	position:absolute;
	right:1.0416666666666667rem;
	top:1.1458333333333335rem;
	z-index:1;
	height:1.6666666666666667rem;
	display:block;
	object-fit:contain;
}
.prodel .swippros .ico2 {
	position:absolute;
	right:1.1458333333333335rem;
	bottom:1.0416666666666667rem;
	z-index:1;
	height:1.5625rem;
	display:block;
	object-fit:contain;
}
.prodel .swippros .bds {
	overflow:hidden;
	margin-top:0.5208333333333334rem;
}
.prodel .swippros .bds .swiper-slide {
	width:5.729166666666667rem;
	height:5.729166666666667rem;
	background:#FFFFFF;
	border:1px solid #E6E7EE;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
	margin-right: 10px;
}
.prodel .swippros .ico3 {
	position:absolute;
	left:0;
	right:0;
	top:50%;
	z-index:1;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	/* IE 9*/
	-moz-transform:translateY(-50%);
	/* Firefox*/
	-webkit-transform:translateY(-50%);
	/* Safari 和 Chrome*/
	-o-transform:translateY(-50%);
	width:2.291666666666667rem;
	display:block;
	margin:0 auto;
}
.prodel .swippros .ico4 {
	position:absolute;
	left:0;
	right:0;
	top:50%;
	z-index:1;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	/* IE 9*/
	-moz-transform:translateY(-50%);
	/* Firefox*/
	-webkit-transform:translateY(-50%);
	/* Safari 和 Chrome*/
	-o-transform:translateY(-50%);
	width:2.7083333333333335rem;
	display:block;
	margin:0 auto;
}
.prodel .swippros .bds .swiper-slide:hover {
	border-color:#082799;
}
.proxuanz li {
	display:flex;
	justify-content:space-between;
	padding-bottom:0.7291666666666667rem;
	position:relative;
}
.proxuanz li h3 {
	width:1.9791666666666667rem;
	line-height:1.5625rem;
	height:1.9791666666666667rem;
	background:#FFFFFF;
	position:relative;
	z-index:2;
	border:4px solid #082799;
	font-weight:bold;
	font-size:0.7291666666666667rem;
	color:#082799;
	text-align:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:50%;
	margin-top:1.875rem;
}
.proxuanz li:before {
	content:"";
	position:absolute;
	left:0.9375rem;
	top:2.604166666666667rem;
	z-index:1;
	width:0.10416666666666667rem;
	height:100%;
	background:#092DB2;
	margin:0 auto;
}
.proxuanz li.on:before {
	background:#999;
}
.proxuanz li.on h3 {
	border-color:#999;
	color:#999999;
}
.proxuanz li:last-child:before {
	display:none;
}
.proxuanz li h4 {
	font-weight:bold;
	font-size:0.8333333333333334rem;
	color:#111111;
	line-height:1.6;
	margin-bottom:0.4166666666666667rem;
}
.proxuanz li .box {
	background:#EFF1F7;
	border:1px solid #E6E7EE;
}
.proxuanz li h5 {
	font-weight:400;
	font-size:0.8854166666666667rem;
	color:#111111;
	line-height:1.6;
	padding:0.4166666666666667rem 1.0416666666666667rem;
	background:url(../images/qw14.png) no-repeat right 1.5625rem center/1.0416666666666667rem auto;
}
.proxuanz li .flax {
	flex:1;
	margin-left:0.7291666666666667rem;
}
.proxuanz li h5 span {
	margin-left:1.0416666666666667rem;
}
.proxuanz li h5.on {
	color:#999999;
}
.proxuanz li dl {
	border-top:0.052083333333333336rem solid #E6E7EE;
	padding:0.9375rem 0;
	display:flex;
	justify-content:center;
	align-items:center;
}
.proxuanz li dd {
	width:2.5rem;
	height:2.5rem;
	border:4px solid rgba(255,255,255,0);
	border-radius:50%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	margin:0 0.8333333333333334rem;
}
.proxuanz li dd.on {
	border-color:#000;
}
.prodel .swippros .box dl{
	display: flex;
	flex-wrap: wrap;
	margin-top: 1.5625rem;
}
.prodel .swippros .box dd{
	width:2.5rem;
	height:2.5rem;border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 1.5625rem 0.520833rem 0;
	cursor: pointer;
	box-shadow: 0px 1px 6px 1px rgba(80,80,80,0.15);
}
.prodel .swippros .box dd.on{
	box-shadow: 0px 1px 6px 1px #85A6FF;
	border: 4px solid #FFFFFF;
}
.proxuanz .nume {
	display:none;
	align-items:center;
	margin-top:1.25rem;
	gap: 10px;
	flex-wrap: wrap;
}
.proxuanz .nume dl{
    flex-wrap: wrap;
    background:#FFFFFF;
    padding: 0 10px;
}
.proxuanz .nume .ico1 {
	width:0.9375rem;
	display:block;
	/*margin-left:0.8333333333333334rem;*/
}
.proxuanz .nume dl {
	display:flex;
	align-content:center;
	line-height:2.0833333333333335rem;
}
.proxuanz .nume dd {
	text-align:center;
	/*margin-right:0.20833333333333334rem;*/
}
.proxuanz .nume dd {
	/*width:2.0833333333333335rem;*/
	/*line-height:2.0833333333333335rem;*/
	
	display:inline-block;
	/*border:1px solid #E6E7EE;*/
	font-weight:bold;
	font-size:0.8333333333333334rem;
	color:#111111;
}
.proxuanz .nume dd.on i {
	border:none;
	width:auto;
	margin:0 0.4166666666666667rem;
}
.contact .form li .bor.on {
	border-color:#00267F;
}
.contact .form li .btn:hover {
	background:#02226c;
}
.porductlist li .icon {
	overflow:hidden;
}
.porductlist li img {
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.asection5 .swiperpic a:hover .pic img,.news .list li:hover a .img img,.porductlist li:hover img {
	transform:scale(1.1);
	-ms-transform:scale(1.1);
	/* IE 9*/
	-moz-transform:scale(1.1);
	/* Firefox*/
	-webkit-transform:scale(1.1);
	/* Safari 和 Chrome*/
	-o-transform:scale(1.1);
}
.asection5 .swiperpic .pic {
	overflow:hidden;
}
.news .tps li:hover h3,.porductlist li:hover h4 {
	color:#00267F;
}
.asection5 .swiperpic .pic img {
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.vlist li {
	position:relative;
	top:0;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.vlist li:hover {
	top:-0.2604166666666667rem;
}
.porc .swipercp.swipercp{
	padding-bottom: 30px;
}
.porc .porductlist li {
	background:none !important;
}
.porc .porductlist li{
	background:#fff !important;
}
.porc .porductlist li .wmore{
	width: 172px;
	height: 59px;
	background: #D2291E;line-height: 59px;
	border-radius: 103px 103px 103px 103px;
	position: absolute;transform:translateY(50%);
	left: 0;right: 0;bottom: 0;margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	color: #FFFFFF;
	opacity: 0;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
	display: none;
}
.porductlist li a{
	height: 19.114583rem;
}
.porductlist li h4{
	margin-top: 3rem;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.porductlist li a:hover h4{
	margin-top: 2.5rem;color: #fff;
}
.porductlist li a:hover .wmore{
	opacity: 1;display: flex;
}
.porc .porductlist li .wmore img{
	width: 10px;height: 10px;margin: 0;margin-left: 13px;
}
.porc .porductlist.swiper-wrapper li{
	margin: 0;
}
.porductlist li a:hover{
	background: url(../images/war2.png) no-repeat center/cover;
}

#modelBorder {
	width:100%;
	height:100%;
	position:relative;
}
canvas {
	position:absolute;
	top:0%;
	left:0%;
}
/* 全屏容器样式*/
        #fullscreenModelContainer {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#ffffff;
	z-index:9999;
}
#fullscreenModelContainer .fclose {
	position:absolute;
	right:1.0416666666666667rem;
	top:1.0416666666666667rem;
	background:url(../images/close.png) no-repeat center/contain;
	width:1.7708333333333335rem;
	height:1.7708333333333335rem;
	z-index:11;
	cursor:pointer;
	transition:all 0.3s;
}
#fullscreenModelContainer .fclose:hover {
	transform:rotate(720deg);
}
.prodel .swippros .bds .swiper-slide-thumb-active {
	border-color:#082799;
}
.prodel .swipbs .swiper-slide {
	width:13.645833333333334rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.proxuanz li .lsele {
	font-weight:400;
	font-size:0.8854166666666667rem;
	color:#111111;
	line-height:1.6;
	padding:0.4166666666666667rem 1.0416666666666667rem;
	background:url(../images/qw14.png) no-repeat right 1.5625rem center / 1.0416666666666667rem auto;
	width:100%;
	border:none;
}
.proxuanz li dd {
	cursor:pointer;
}
.proxuanz li:nth-child(n+2) {
	display:none;
}
.proxuanz li.on:before {
	display:none;
}
.asection3 {
	overflow:hidden;
}

.ulis .lis:nth-child(n+2){
	display: none;
}

.whtab {
	position:sticky;
	top:80px;
	z-index:66;
	background:#fff;
}
.tablescoll{
    width: 100%;
    overflow: auto;
}

/* Webkit浏览器自定义 */
.tablescoll::-webkit-scrollbar {
  width: 8px;
  display: block;
}
.proxuanzH{
    font-size: 1.1458333333333335rem;
    font-weight: bold;
    /*margin: 10px 0;*/
    color: #00267F;
    padding: 0.7291666666666667rem 0;
}
.proxuanzH img{
    vertical-align: bottom;
    width: 24px;
    margin-right: 5px;
}
.tablescoll::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 4px;
}

.tablescoll::-webkit-scrollbar-thumb {
  background: #4a90e2;
  border-radius: 4px;
}
.tablescoll table {
	width:100%;
	border-color:#fff !important;
	background:#f5f6fa;
	font-size:0.7291666666666667rem;
	color:#111111;
	line-height:0.8854166666666667rem;
}
.tablescoll table td,.tablescoll table th {
	background:#fff;white-space:nowrap;
	padding:0.2604166666666667rem;
}
.tablescoll table th {
	text-align:center;
}
.tablescoll table th {
	text-align:center;
	white-space:nowrap;
	height:1.71875rem;
	color:#fff;
}
.tablescoll table th:nth-child(1) {
	background:#00267F;
}
.tablescoll table th:nth-child(2) {
	background:#371475;
}
.tablescoll table th:nth-child(3) {
	background:#780072;
}
.tablescoll table th:nth-child(4) {
	background:#B1005E;
}
.tablescoll table th:nth-child(5) {
	background:#DC0017;
}
.tablescoll table th:nth-child(6) {
	background:#ED6B00;
}
.tablescoll table th:nth-child(7) {
	background:#F5AD00;
}
.tablescoll table th:nth-child(8) {
	background:#6CAE30;
}
.tablescoll table th:nth-child(9) {
	background:#009E84;
}
.tablescoll table th:nth-child(10) {
	background:#229FBB;
}
.tablescoll table th:nth-child(11) {
	background:#006DB9;
}
.tablescoll table th:nth-child(12) {
	background:#004D9E;
}
.tablescoll table th:nth-child(13) {
	background:#3F89D6;
}
.tablescoll table th:nth-child(14) {
	background:#2D7991;
}
.tablescoll table th:nth-child(15) {
	background:#333034;
}
.tablescoll table tr:nth-child(2n) td:nth-child(1) {
	background:#E5E8F3;
}
.tablescoll table tr:nth-child(2n) td:nth-child(2) {
	background:#E5E8F3;
}
.tablescoll table tr:nth-child(2n) td:nth-child(3) {
	background:#EBE6F2;
}
.tablescoll table tr:nth-child(2n) td:nth-child(4) {
	background:#EBE6F2;
}
.tablescoll table tr:nth-child(2n) td:nth-child(5) {
	background:#F1E5F1;
}
.tablescoll table tr:nth-child(2n) td:nth-child(6) {
	background:#F1E5F1;
}
.tablescoll table tr:nth-child(2n) td:nth-child(7) {
	background:#F7E4EF;
}
.tablescoll table tr:nth-child(2n) td:nth-child(8) {
	background:#F7E4EF;
}
.tablescoll table tr:nth-child(2n) td:nth-child(9) {
	background:#FDE4E6;
}
.tablescoll table tr:nth-child(2n) td:nth-child(10) {
	background:#FDE4E6;
}
.tablescoll table tr:nth-child(2n) td:nth-child(11) {
	background:#FDF0E4;
}
.tablescoll table tr:nth-child(2n) td:nth-child(12) {
	background:#FDF0E4;
}
.tablescoll table tr:nth-child(2n) td:nth-child(13) {
	background:#FDF6E7;
}
.tablescoll table tr:nth-child(2n) td:nth-child(14) {
	background:#FDF6E7;
}
.tablescoll table tr:nth-child(2n) td:nth-child(15) {
	background:#EEF7EA;
}
.tablescoll table tr:nth-child(2n) td:nth-child(16) {
	background:#EEF7EA;
}
.tablescoll table tr:nth-child(2n) td:nth-child(17) {
	background:#E1F6F3;
}
.tablescoll table tr:nth-child(2n) td:nth-child(18) {
	background:#E1F6F3;
}
.tablescoll table tr:nth-child(2n) td:nth-child(19) {
	background:#E5F5F8;
}
.tablescoll table tr:nth-child(2n) td:nth-child(20) {
	background:#E5F5F8;
}
.tablescoll table tr:nth-child(2n) td:nth-child(21) {
	background:#E5F0F8;
}
.tablescoll table tr:nth-child(2n) td:nth-child(22) {
	background:#E5F0F8;
}
.tablescoll table tr:nth-child(2n) td:nth-child(23) {
	background:#E3EDF6;
}
.tablescoll table tr:nth-child(2n) td:nth-child(24) {
	background:#E3EDF6;
}
.tablescoll table tr:nth-child(2n) td:nth-child(25) {
	background:#E2EBF7;
}
.tablescoll table tr:nth-child(2n) td:nth-child(26) {
	background:#E2EBF7;
}
.tablescoll table tr:nth-child(2n) td:nth-child(27) {
	background:#E0E9F0;
}
.tablescoll table tr:nth-child(2n) td:nth-child(28) {
	background:#E0E9F0;
}
.tablescoll table tr:nth-child(2n) td:nth-child(29) {
	background:#E4E4E9;
}
.tablescoll table tr:nth-child(2n) td:nth-child(30) {
	background:#E4E4E9;
}
.tablescoll table tr td.wh {
	background:#fff !important;
}
.tablescoll table tr:nth-child(2n+1) td:nth-child(1) {
	background:#E5E8F3;
}
.tablescoll table tr:nth-child(2n+1) td:nth-child(2) {
	background:#E5E8F3;
}
.tablescoll table tr:nth-child(2n+1) td:nth-child(3) {
	background:#DED6E9;
}
.tablescoll table tr:nth-child(2n+1) td:nth-child(4) {
	background:#DED6E9;
}
.tablescoll table tr:nth-child(2n+1) td:nth-child(5) {
	background:#E9D4E9;
}
.tablescoll table tr:nth-child(2n+1) td:nth-child(6) {
	background:#E9D4E9;
}
.tablescoll table tr:nth-child(2n+1) td:nth-child(7) {
	background:#F3D2E4;
}
.tablescoll table tr:nth-child(2n+1) td:nth-child(8) {
	background:#F3D2E4;
}
.tablescoll table tr:nth-child(2n+1) td:nth-child(9) {
	background:#FBD2D5;
}
.tablescoll table tr:nth-child(2n+1) td:nth-child(10) {
	background:#FBD2D5;
}
.tablescoll table tr:nth-child(2n+1) td:nth-child(11) {
	background:#FDE6D3;
}
.tablescoll table tr:nth-child(2n+1) td:nth-child(12) {
	background:#FDE6D3;
}
.tablescoll table tr:nth-child(2n+1) td:nth-child(13) {
	background:#FCF0D7;
}
.tablescoll table tr:nth-child(2n+1) td:nth-child(14) {
	background:#FCF0D7;
}
.tablescoll table tr:nth-child(2n+1) td:nth-child(15) {
	background:#E2F2DD;
}
.tablescoll table tr:nth-child(2n+1) td:nth-child(16) {
	background:#E2F2DD;
}
.tablescoll table tr:nth-child(2n+1) td:nth-child(17) {
	background:#E1F6F3;
}
.tablescoll table tr:nth-child(2n+1) td:nth-child(18) {
	background:#E1F6F3;
}
.tablescoll table tr:nth-child(2n+1) td:nth-child(19) {
	background:#D4EFF3;
}
.tablescoll table tr:nth-child(2n+1) td:nth-child(20) {
	background:#D4EFF3;
}
.tablescoll table tr:nth-child(2n+1) td:nth-child(21) {
	background:#E5F0F8;
}
.tablescoll table tr:nth-child(2n+1) td:nth-child(22) {
	background:#E5F0F8;
}
.tablescoll table tr:nth-child(2n+1) td:nth-child(23) {
	background:#E3EDF6;
}
.tablescoll table tr:nth-child(2n+1) td:nth-child(24) {
	background:#E3EDF6;
}
.tablescoll table tr:nth-child(2n+1) td:nth-child(25) {
	background:#D0E0F3;
}
.tablescoll table tr:nth-child(2n+1) td:nth-child(26) {
	background:#D0E0F3;
}
.tablescoll table tr:nth-child(2n+1) td:nth-child(27) {
	background:#CDDDE5;
}
.tablescoll table tr:nth-child(2n+1) td:nth-child(28) {
	background:#CDDDE5;
}
.tablescoll table tr:nth-child(2n+1) td:nth-child(29) {
	background:#D9D9DD;
}
.tablescoll table tr:nth-child(2n+1) td:nth-child(30) {
	background:#D9D9DD;
}
.tablescoll table tr td i {
	font-size:0.5208333333333334rem;
}


.asection1{
	position: relative;overflow: hidden;
}
.asection1 .anbgc{
	position: absolute;
	left: 10vw;right: -20vw;
	top: -10vw;pointer-events: none;
	bottom: -10vw;
}


.contactbd {
	background:#F5F6FA;
	padding:3.6458333333333335rem 0;
}
.contactbd .wrap {
	display:flex;
	flex-direction:row-reverse;
	background:#fff;
}
.contactbd .tmap {
	height:32.96875rem;
	flex:1;
	position:relative;
}
.contactbd .tmap .potxt {
	width:30.260416666666668rem;
	position:absolute;
	height:15.260416666666668rem;
	background:#FFFFFF;
	border-radius:0rem 0rem 0rem 0rem;
	border:1px solid #00267F;
	top:0.8854166666666667rem;
	left:0;
	right:0;
	margin:0 auto;
	z-index:2;
	padding:1.3020833333333335rem;
	background:#fff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.contactbd .tmap .potxt h6 {
	display:flex;
	align-items:center;
	font-weight:bold;
	font-size:0.8854166666666667rem;
	color:#00267F;
	line-height:1.25rem;
}
.contactbd .tmap .potxt h6 img {
	width:1.0416666666666667rem;
	margin-right:0.8854166666666667rem;
	display:block;
}
.contactbd .tmap .potxt p {
	font-weight:400;
	font-size:0.8333333333333334rem;
	color:#111111;
	line-height:1.25rem;
	margin:0.78125rem 0 1.0416666666666667rem;
}
.contactbd .tmap .potxt img {
	width:100%;
	display:block;
}
.contactbd .text {
	width:27.65625rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding:2.8645833333333335rem 2.0833333333333335rem;
}
.contactbd .text li:nth-child(n+2) {
	border-top:0.052083333333333336rem solid rgba(0,38,127,0.24);
}
.contactbd .text li {
	font-weight:400;
	font-size:0.8333333333333334rem;
	color:#111111;
	line-height:1.25rem;
	padding:1.5625rem 0;
}
.contactbd .text li h4 {
	display:flex;
	align-items:center;
	font-weight:400;
	font-size:0.9895833333333334rem;
	color:#111111;
	line-height:2.0833333333333335rem;
	margin:0.8333333333333334rem 0;
}
.contactbd .text li h4 img {
	width:1.0416666666666667rem;
	height:1.09375rem;
	display:block;
	object-fit:contain;
	margin-right:0.8333333333333334rem;
}
.glist.wglist>ul {
	justify-content:space-between;
	justify-content:center;
	gap:0 1.0416666666666667rem;
}
.glist.wglist>ul li {
	width:calc((100% - 1.0416666666666667rem)/2);
	margin:0 0 1.0416666666666667rem 0;
	height:auto;
}
.glist.wglist>ul li .icon {
	width:16.302083333333336rem;
	height:22.135416666666668rem;
}
.glist>ul li .icon img {
	/* object-fit:cover;*/;
}
.glist.wglist>ul li .text {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	padding:2.34375rem 0 1.3020833333333335rem;
}
.glist.wglist .text .gtit {
	margin-top:0;
}
.glist.wglist .gtanc {
	margin-top:4.5rem;
}
