﻿@font-face {
	font-family: Poppins;
	src: url("../fonts/Poppins-Regular.ttf");
}
@font-face {
	font-family: 'Poppins Light';
	src: url("../fonts/Poppins-Light.ttf");
}
@font-face {
	font-family: 'Poppins Medium';
	src: url("../fonts/Poppins-Medium.ttf");
}
@font-face {
	font-family: 'Poppins SemiBold';
	src: url("../fonts/Poppins-SemiBold.ttf");
}
@font-face {
	font-family: 'Poppins Bold';
	src: url("../fonts/Poppins-Bold.ttf");
}
@font-face {
	font-family: 'DINPro-Bold';
	src: url("../fonts/DINPro-Bold.otf");
}
/*公开始束*/
#load {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #ffffff;
	z-index: 100000000
}
body {
	background: #ffffff;
}
* {
	box-sizing: border-box; /*-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-backface-visibility: hidden;*/
}
html {
	font-size: 100px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
}
:focus {
	outline: 0
}
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #143d91;
	transition: .5s;
}
.trans {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
button {
	user-select: none;
}
img:not([src]), img[src=""] {
	opacity: 0;
}
img {
	display: inline-block;
	padding: 0;
	border: none;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
ul, ol {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	display: block !important;
    width: 100% !important;
    overflow-x: scroll;
}
input, select, button, textarea {
	font-size: 100%;
	font: inherit;
}
hr {
	height: 0;
	border: none;
	border-top: 1px solid #f4f3f2;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
pre {
	overflow: auto
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
body {
	color: #333;
	position: relative;
	overflow-x: hidden;
font-size: .16rem;
	font-family: 'Poppins Light', -apple-system, "PingFang SC", "Microsoft YaHei", Arial, sans-serif, Helvetica Neue, "Helvetica Neue", "Open Sans", "Hiragino Sans GB", sans-serif;
}
select::-ms-expand {
display: none;
}
i, em {
	font-style: normal;
}
input, textarea, select {
	padding: 0;
	font-family: inherit;
	outline: none;
	resize: none;
	background: none;
	border: none;
	font-size: inherit;
	color: inherit;
}
input::-moz-placeholder {
color:inherit;
opacity:.5;
font-size:inherit
}
textarea::-moz-placeholder {
color:inherit;
opacity:.5;
font-size:inherit
}
select::-moz-placeholder {
color:inherit;
opacity:.5;
font-size:inherit
}
::-webkit-input-placeholder {
color:#999;
font-size:inherit
}
input:-ms-input-placeholder {
color:#999;
font-size:inherit
}
::-webkit-scrollbar {
width:4px;
height:4px
}
::-webkit-scrollbar-track {
background:#ddd;
border-radius: 0
}
::-webkit-scrollbar-thumb {
background:#212a43;
border-radius: 0
}
.w100 {
	width: 100%;
}
.navShow {
	overflow: hidden
}
.l1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	line-height: 1.25
}
.l2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.l3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}
.l4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical
}
.l5 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical
}
.l6 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical
}
.l7 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical
}
.zi2 {
	position: relative;
	z-index: 2
}
.zi5 {
	position: relative;
	z-index: 5
}
.check:checked, .check:not(:checked) {
	position: absolute;
	left: -9999px;
	opacity: 0
}
.check:checked+label, .check:not(:checked)+label {
	position: relative;
	display: inline-block;
	height: 16px;
	cursor: pointer;
	padding-left: 24px;
	line-height: 18px
}
.check+label:after {
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 3px;
	top: 5px;
	left: 5px;
	content: ""
}
.check+label:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 16px;
	height: 16px;
	border-radius: 3px;
	content: "";
	background: #fff;
	border: 1px solid #888
}
.check:checked+label:after {
	background: #d6492d
}
.check:checked+label:before {
	border-color: #d6492d
}
.radio:checked+label, .radio:not(:checked)+label {
	position: relative;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	cursor: pointer;
	padding-left: 24px
}
.radio+label:after, .radio+label:before {
	position: absolute;
	top: -1px;
	left: 0;
	z-index: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	content: ""
}
.radio:not(:checked)+label:after, .radio:not(:checked)+label:before {
	border: 1px solid #888
}
.radio:checked, .radio:not(:checked) {
	position: absolute;
	left: -9999px;
	opacity: 0
}
.radio:checked+label:before {
	border: 1px solid #d6492d
}
.radio:checked+label:after {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #d6492d;
	top: 4px;
	left: 5px
}
.imgBox {
	position: relative;
	overflow: hidden;
	isolation: isolate
}
.imgBox .img, .imgBox .imgLi {
	background-size: cover!important;
	background-position: center!important;
	background-repeat: no-repeat!important
}
.imgBox .img, .imgBox .imgLi {
	padding-bottom: 80%;
	transition: .5s;
	background-size: cover;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}
.imgBox img, .imgBox video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: .5s
}
.ieFiximg img {
	opacity: 0\0;
	transition: .5s
}
.ieFiximg .imgbg {
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: .3s
}
.none {
	display: none;
}
.overhide {
	overflow: hidden
}
.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	overflow: hidden;
	height: 0;
	content: "."
}
.fl {
	float: left
}
.fr {
	float: right
}
.poab {
	position: absolute
}
.pore {
	position: relative
}
.text-r {
	text-align: right
}
.text-m {
	text-align: center
}
.text-bold {
	font-weight: 700;
}
.text-light {
	font-weight: 100;
}
.text-upper {
	text-transform: uppercase;
}
.text-lower {
	text-transform: lowercase;
}
.text-ver {
	writing-mode: tr-lr;
	writing-mode: vertical-lr;
}
.bgBox {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.abUrl {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	background: rgba(255,255,255,0);
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.flexjs {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flexc {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.flex-left {
	display: flex;
	flex-wrap: wrap
}
.flex-center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.flex-right {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.flex-v-center {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center
}
.flex-v {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.flex-v-bottom {
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	justify-content: left;
}
.scbox {
	overflow-y: auto
}
.scbox::-webkit-scrollbar {
width:4px;
display:block;
}
.scbox::-webkit-scrollbar-track {
border-radius:5px;;
background: #ddd
}
.scbox::-webkit-scrollbar-thumb {
border-radius:5px;
background:#d6492d;
}
.aline_w {
	position: relative;
	background-image: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,1));
	background-position: 0 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size .5s
}
.alin_w:hover .aline_w {
	background-size: 100% 1px;
	color: #fff
}
.aline_w:hover {
	background-size: 100% 1px
}
.aline_r {
	position: relative;
	background-image: linear-gradient(#d6492d, #d6492d);
	background-position: 0 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size .5s;
	transition: .5s;
}
.alin_r:hover .aline_r {
	background-size: 100% 1px;
	color: #d6492d;
}
.aline_r:hover {
	background-size: 100% 1px
}
.compensate-for-scrollbar {
	margin-right: 0!important
}
 @keyframes sca {
0% {
transform: scale(1);
}
50% {
transform:  scale(1.1)
}
100% {
transform:  scale(1)
}
}
@keyframes go {
0% {
transform: translateX(0);
}
50% {
transform: translateX(10px);
}
100% {
transform: translateX(0);
}
}
@keyframes up {
0% {
transform: translateY(0);
}
50% {
transform: translateY(-8px);
}
100% {
transform: translateY(0);
}
}
@keyframes roted {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.wp {
	max-width: 14.4rem;
	margin: 0 auto;
	width: 94%
}
.transImg {
	display: block;
	overflow: hidden;
}
.transImg img {
	transition: .5s
}
@media screen and (min-width: 1201px) {
.ieFiximg.trans:hover img {
	transform: scale(1.08)
}
.imgBox.trans:hover img {
	transform: scale(1.08)
}
.a:hover .imgBox.trans img {
	transform: scale(1.08)
}
.a:hover .ieFiximg.trans img {
	transform: scale(1.08)
}
.transImg:hover img {
	transform: scale(1.08)
}
.a:hover .transImg img {
	transform: scale(1.08)
}
}
 @media (max-width: 1440px) {
}
@media (max-width:769px) {
.wp {
	padding: 0 15px;
	width: 100%;
	max-width: 100%
}
}
@media screen and (max-width:769px) {
.header .wp {
	max-width: 94%;
}
.wp {
padding: 0 .7rem;
}
}
@media screen and (max-width:769px) {
html {
	font-size: 85px!important;
}
.wp {
	padding: 0 15px;
}
}
@media screen and (max-width:375px) {
html {
	font-size: 85px!important;
}
}
@media screen and (max-width:360px) {
html {
	font-size: 70px!important
}
}
@media screen and (max-width:350px) {
html {
	font-size: 65px!important
}
}
@media(max-width: 769px) {
}
.arc-con {
	line-height: 2;
	color: #666;/* text-align: justify; */
}
.arc-con img {
	max-width: 100%;
	height: auto !important;
}
.arc-con img.spimg {
	max-width: inherit;
}
.arc-con p {
margin-bottom: .24rem;
	font-size: 0.17rem;
	text-indent: 0;
}
.arc-con p.imgh {
	text-indent: 0 !important;
}
.arc-con p:last-child {
	margin-bottom: 0
}
.arc-con table {
	border: 1px solid #eee;
	margin-left: 0!important;
	width: 100%;
	background: #fff
}
.arc-con table tr th {
	background: #bdbdbd;
	color: #fff;
}
.arc-con table tr th, .arc-con table tr td {
	border: 1px solid #eee!important;
	padding: 15px !important;
	text-align: center;
	width: auto !important;
}
.arc-con table tr th p, .arc-con table tr td p {
	text-indent: 0 !important;
font-size: .16rem !important;
	line-height: 1.65 !important;
}
 @media(max-width: 769px) {
.scroll {
	overflow: hidden;
	overflow-x: scroll;
}
.arc-con table {
	min-width: 769px;
}
}
.h4s1 {
font-size: .2rem;
	color: #212121;
	line-height: 1.25;
	transition: .5s;
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-family: 'Poppins Medium';
}
.h4s2 {
font-size: .2rem;
	color: #212121;
line-height: .26rem;
max-height: .52rem\0;
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-family: 'Poppins Medium';
}
.h4s3 {
font-size: .2rem;
	color: #212121;
line-height: .26rem;
max-height: .78rem\0;
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-family: 'Poppins Medium';
}
.h6s1 {
font-size: .14rem;
	color: #a7a6ae;
	line-height: 1.25;
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.h6s1 img {
width: .07rem;
margin: 0 .06rem 0 0
}
.ps1 {
font-size: .18rem;
	color: #4f4f4f;
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.ps2 {
font-size: .18rem;
	color: #4f4f4f;
line-height: .28rem;
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.ps3 {
font-size: .18rem;
	color: #4f4f4f;
line-height: .28rem;
max-height: .84rem\0;
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
h4, h5, h6 {
	font-weight: normal
}
.bd_li {
	transition: .5s;
}
/*公共结束*/

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	padding: 0;
	transition: .3s;
	width: 100%;
	max-width: 100vw;
}
.header:before {
	content: "";
	display: block;
	left: 0;
	top: 0;
	right: 0;
	height: 4.32rem;
	z-index: -1;
	background: url(../img/header.png) center top no-repeat;
	background-size: 100% 99%;
	position: absolute;
	transition: .5s;
	pointer-events: none;
}
.header:after {
	content: "";
	display: block;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	z-index: -1;
	background: #fff;
	background-size: cover;
	position: absolute;
	transition: .5s;
	pointer-events: none;
	opacity: 0;
}
.header .wp {
	transition: .3s;
	align-items: center;
	height: 1.1rem;
	max-width: 18rem;
}
.header .logo {
	position: relative;
	width: 3.65rem;
	/*margin-top: 1%;*/
}
.f_logo {
	width: 3.65rem;
}
.header .logo img {
	transition: .3s;
	width: 100%;
}
.header .logo img.i2 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden
}
/**/
.header .navbtn {
width:.36rem;
	transition: .3s;
	z-index: 5;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.menu-btn {
	overflow: hidden;
width:.36rem;
height:.36rem;
	background: 0 0;
	opacity: 1;
	position: absolute;
	z-index: 999;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	left: 0
}
.menu-btn .line-1, .menu-btn .line-2, .menu-btn .line-3 {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
width:.36rem;
	height: 2px;
	background: #fff;
	transition: all .4s cubic-bezier(.165, .84, .44, 1) 0s;
	transition-property: transform, width, margin, background-color;
	margin-top: -1px
}
.menu-btn .line-1 {
margin-top:-.1rem;
	width: 100%;
}
.menu-btn .line-3 {
margin-top:.08rem;
	width: 100%;
}
.navBtnm {
	display: none;
}
.navBtnm .topser {
margin: 0 .2rem 0 0;
}
body.navShow .menu-btn .line-1 {
	visibility: hidden;
	background: #333;
}
body.navShow .menu-btn .line-2 {
	margin-top: -1px!important;
	width: 90%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
body.navShow .menu-btn .line-3 {
	margin-top: -1px!important;
	width: 90%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.ser-layer {
	background: rgba(255,255,255,.96);
	background-size: cover;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-out 0s;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	backdrop-filter: blur(5px);
	padding: 1.6rem 0 0;
}
.ser-layer.showdiv {
	opacity: 1;
	visibility: visible;
}
.ser-layer .serclose {
font-size: .4rem;
	cursor: pointer;
	color: #143D91;
	font-family: 'lib';
	align-self: flex-end;
}
.ser-layer .input-group {
margin: .25rem 0;
	border: #143D91 2px solid;
}
.ser-layer .serform {
	width: 90%;
	margin: 0 auto;
	margin: 0\0;
transform: translateY(.5rem);
	transition: .2s .1s
}
.ser-layer.showdiv .serform {
	transform: translateY(0);
	transition: 1.2s .3s;
}
.ser-layer .serform form {
	max-width: 10.54rem;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
}
.ser-layer .serform .input-group .sub {
	position: absolute;
	right: 0;
	top: 0;
	width: 1.8rem;
	height: 100%;
	overflow: hidden;
	background: 0 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
font-size: .2rem;
	color: #fff;
	z-index: 1;
}
.ser-layer .serform .input-group .sub:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	right: 0;
	background: #143D91;
	transform: skewX(-20deg);
	transform-origin: left bottom;
	z-index: -1;
}
.ser-layer .serform .input-group .sub i {
font-size: .24rem;
	color: #fff;
	font-family: 'lib';
margin: 0 .2rem
}
.ser-layer .serform .input-group .inp {
height: .74rem;
	border: 0;
	border-right: 0;
	padding-right: 1.84rem;
	width: 100%;
padding-left: .34rem;
	background: #fff;
font-size: .18rem;
}
.ser-layer .serform dl dt {
font-size: .17rem;
	color: #143D91
}
.ser-layer .serform dl .dd {
	flex: 1;
	overflow: hidden
}
.ser-layer .serform dl .dd dd {
margin: 0 .3rem 0 0;
font-size: .17rem;
	color: #878788;
	transition: .5s;
}
.ser-layer .serform dl .dd dd a {
	color: inherit
}
 @media (max-width: 640px) {
.ser-layer .serclose {
	right: 4%;
top: .2rem
}
}
ls2 a {
}
.header .topr {
	align-items: center;
	padding: 0;
	justify-content: center;
}
.header .topnav {
	transition: .5s;
}
.header .topnav ul {
	align-items: center;
}
.header .topnav>ul>li {
font-size: .18rem;
	position: relative;
	transition: .5s;
margin-left: .94rem;
}
.header .topnav>ul>li>a {
	color: #fff;
	transition: .5s;
padding: .18rem 0;
	position: relative;
	font-family: 'Poppins Medium';
	height: 1.1rem;
	display: flex;
	align-items: center;
	text-transform: uppercase;
}
.header .topnav>ul>li>a:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
height: .03rem;
	background: #fff;
	transition: .5s;
	transform: translateX(-50%);
}
.header .topnav>ul>li i.plus {
	position: absolute;
right: -.32rem;
	top: 50%;
	color: #fff;
	display: block;
width: .3rem;
height: .3rem;
	text-align: center;
line-height: .3rem;
	transition: .3s;
	font-family: 'lib';
margin: -.15rem 0 0;
}
.header .topnav>ul>li i.plus.show {
	transform: rotate(180deg);
}
.header .topnav>ul>li .sub-nav {
	position: absolute;
	top: 100%;
left: -.5rem;
	z-index: 99;
	padding-top: 0;
	min-width: 7.82rem;
	transform: scaleY(0);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	transform-origin: top center;
}
.header .topnav>ul>li .sub-nav .sub-nav-h {
	position: relative;
padding: .5rem;
	background: #fff;
	border-radius: 0;
	box-shadow: 0px 3px 20px 0px rgba(207, 212, 217, 0.35);
}
.header .topnav>ul>li.on>a:before, .header .topnav ul li:hover>a:before {
	width: 100%;
	background: #fff;
}
.header.on .topnav>ul>li.on>a:before, .header.on .topnav>ul>i:hover>a:before {
	width: 100%;
	background: #1a4997;
}
.miso_form1 {
	display: none
}
.toplink {
	align-items: center;
	position: relative;
	z-index: 2;
margin: 0 0 0 .68rem;
}
.toplink ul {
	align-items: center
}
.toplink ul li {
margin: 0 0 0 .35rem;
	position: relative;
	display: flex;
	align-items: center;
}
.toplink ul li:before {
	content: "";
	position: absolute;
	width: 1px;
height: .16rem;
	background: #979797;
left: -.17rem;
	opacity: .4;
}
.toplink ul li .a {
font-size: .16rem;
	color: #fff;
line-height: .4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .5s;
	width: 1.8rem;
height: .5rem;
	position: relative;
	z-index: 1;
}
.toplink ul li .a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: rgba(255,255,255,.5) 1px solid;
	transform: skewX(-15deg);
	z-index: -1;
	pointer-events: none;
	transition: .5s;
}
.toplink ul li span {
font-size: .22rem;
	color: #fff;
	font-family: 'lib';
margin: 0 .08rem 0 0;
	transition: .5s;
}
.toplink ul li img {
height: .17rem;
margin: 0 .15rem 0 0;
	transition: .5s;
}
.toplink ul li .a i {
font-size: .18rem;
	color: #fff;
	font-family: 'lib';
margin: 0 0 0 .08rem !important;
	transition: .5s;
	display: flex;
	align-items: center;
}
.toplink ul li:first-child {
	margin-left: 0
}
.toplink ul li:first-child:before {
	display: none
}
.toplink ul li dl {
	position: absolute;
	top: 100%;
	width: 100%;
	background: #fff;
	text-align: center;
	left: 50%;
	transform: translateX(-50%) scaleY(0);
padding: .05rem 0;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	transform-origin: top;
margin-left: -.07rem;
	box-shadow: 0px 3px 20px 0px rgba(207, 212, 217, 0.35);
}
.toplink ul li dl dd a {
	display: block;
	line-height: 2;
font-size: .14rem;
	color: #444;
	transition: .5s;
}
.toplink ul li dl dd a:hover {
	color: #ffc000;
}
.toplink ul li:hover dl {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) scaleY(1);
}
.topser {
margin: 0 .08rem 0 .08rem;
}
.topser a, .lan a {
	display: flex;
	align-items: center;
	justify-content: center;
font-size: .2rem;
	color: #fff;
	font-family: 'lib';
	transition: .5s;
width: .6rem;
height: .5rem;
	position: relative;
	z-index: 1
}
.topser a img, .lan a img {
height: .18rem;
}
.lan {
	margin: 0 0 0 3vw
}
.topser a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: rgba(255,255,255,.5) 1px solid;
	transform: skewX(-15deg);
	z-index: -1;
	pointer-events: none;
	transition: .5s;
}
.header.on {
	opacity: 1;
	visibility: visible;
	box-shadow: 0px 3px 20px 0px rgba(207, 212, 217, 0.35);
}
.header.on:before {
	opacity: 0
}
.header.on:after {
	opacity: 1;
}
.header.on .logo img {
	opacity: 0
}
.header.on .logo img.i2 {
	opacity: 1;
	visibility: visible
}
.header.on .topnav ul li>a {
	color: #222222;
}
.header.on .topnav ul li i.plus {
	color: #222;
}
.header.on .topnav ul li .sub-nav .sub-nav-h a {
	color: #333
}
.header.on .toplink:before {
	background: rgba(6,6,6,.3)
}
.header.on .topser a, .header.on.on1 .lan a {
	color: #143D91;
}
.header.on .toplink ul li span, .header.on .toplink ul li .a, .header.on .toplink ul li .a i {
	color: #222222;
}
.header.on .toplink ul li .a:before, .header.on .topser a:after {
	border: rgba(0,0,0,.2) 1px solid;
}
.header.on2 .logo img {
	opacity: 0
}
.header.on2 .logo img.i2 {
	opacity: 1;
	visibility: visible
}
.header.on2 .topnav ul li>a {
	color: #2e2e2e
}
.header.on2 .toplink:before {
	background: rgba(6,6,6,.3)
}
.header.on2 .topser a, .header.on2 .lan a {
	color: #143D91;
}
.header.on2 .toplink ul li span, .header.on2 .toplink ul li .a, .header.on2 .toplink ul li .a i {
	color: #143D91;
}
.header1 .wp {
	height: 1.2rem;
}
.header1 .logo img {
	opacity: 0
}
.header1 .logo img.i2 {
	opacity: 1;
	visibility: visible
}
.header1 .topnav ul li>a {
	color: #2e2e2e
}
.header1 .topnav ul li i.plus {
	color: #999
}
.header1 .topnav ul li .sub-nav .sub-nav-h a {
	color: #333
}
.header1 .toplink:before {
	background: rgba(6,6,6,.3)
}
.header1 .topser a, .header.on.on1 .lan a {
	color: #143D91;
}
.header1 .toplink ul li span, .header1 .toplink ul li .a, .header1 .toplink ul li .a i {
	color: #143D91;
}
.navShow {
	overflow: hidden
}
.header .topnav > ul > li .sub-nav1 {
	position: fixed;
	right: 0;
	left: 0;
	top: 1.1rem;
	padding: 0;
	height: calc(100vh - 1.1rem);
	overflow: hidden;
	overflow-y: scroll;
	opacity: 0;
	visibility: hidden;
	transition: opacity ease .5s, visibility ease .5s;
	pointer-events: none;
	width: 13.6rem;
	max-width: 100%;
	margin: 0 auto;
}
.header .topnav > ul > li .sub-nav1::-webkit-scrollbar {
width:0;
height:0
}
.sub-nav .left {
	flex: 1;
	overflow: hidden;
}
.sub-nav .right {
	width: 3.35rem;
margin: 0 0 0 .3rem
}
.sub-nav .left ul li .a {
font-size: .16rem;
	text-transform: uppercase;
	display: flex;
padding: .08rem 0;
	line-height: 1.5;
	font-family: Poppins;
	align-items: center;
	transition: .5s
}
.sub-nav .left ul li .a i {
font-size: .16rem;
	color: #143d91;
	font-family: 'lib';
margin: 0 0 0 .15rem;
	opacity: 0;
	transition: .5s
}
.slides1 {
	background: #fff;
	margin: 0 auto;
	box-shadow: 0px 3px 20px 0px rgba(207, 212, 217, 0.35);
padding: .7rem 1.28rem;
	min-height: 6.5rem;
}
.slides1 .hd {
margin-bottom: .54rem;
padding-bottom: .35rem;
	border-bottom: #e4e5e9 1px solid;
}
.slides1 .hd ul {
	justify-content: center;
}
.slides1 .hd ul li {
padding: 0 .075rem;
}
.slides1 .hd ul li .a1 {
	position: relative;
font-size: .18rem;
	color: #212121;
	font-family: 'Poppins SemiBold';
	transition: .5s;
	background: #eaeced;
height: .5rem;
border-radius: .1rem;
padding: 0 .2rem;
	display: flex;
	align-items: center;
	text-transform: uppercase;
}
.slides1 .hd ul li .a1:hover {
	color: #143d91
}
.slides1 .hd ul li.on .a1 {
	background: #143d91;
	color: #fff
}
.slides1 .bd .content {
	align-items: flex-start;
padding: 0 .1rem;
	position: relative;
}
.slides1 .bd .left {
	flex: 1;
	overflow: hidden
}
.slides1 .bd .left dl {
	flex: auto
}
.slides1 .bd .left dl dt {
margin-bottom: .15rem
}
.slides1 .bd .left dl dt .a {
font-size: .22rem;
	color: #212121;
	font-family: 'Poppins SemiBold';
	text-transform: capitalize;
}
.slides1 .bd .left dl dd a {
font-size: .18rem;
	color: #212121;
	line-height: 1.5;
padding: .05rem 0;
	display: block;
	transition: .5s;
}
.slides1 .bd .right {
	width: 4.1rem;
margin: 0 0 0 .3rem
}
.slides1 .bd .right .imgBox .img {
	padding-bottom: 69.51%
}
.ls1 {
	text-align: center;
	width: 4.1rem;
	position: absolute;
	top: 0;
right: .1rem;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}
.ls1 h4 {
font-size: .17rem;
	font-family: 'Poppins SemiBold';
margin: .25rem 0 .05rem
}
.ls1 h6 {
font-size: .17rem
}
.ls1 .imgBox .img {
	padding-bottom: 69.51%;
}
.ls1 .imgBox .img img {
	width: auto;
	height: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#openBtn {
	cursor: pointer;
	display: flex;
	text-align: center;
width: .36rem;
	justify-content: center;
	align-items: center;
	padding: 0;
	position: relative;
}
#openBtn .lcbody {
width: .28rem;
height: .2rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto
}
#openBtn .lcbody .lcitem {
	width: 100%;
height: .02rem;
	position: absolute;
	transition: transform 0.36s ease;
	left: 0;
	border-radius: 0;
}
#openBtn .lcbody .lcitem:nth-child(1), #openBtn .lcbody .lcitem:nth-child(3) {
	width: 100%
}
#openBtn .lcbody .lcitem:nth-child(3) {/* width: 75%; */
}
#openBtn .lcbody .lcitem div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: auto;
	right: 0;
	background: #fff;
	border-radius: 50vw;
	transition: .5s;
}
#openBtn .lcbody .top {
	top: 0
}
#openBtn .lcbody .center {
	display: block;
	top: 50%;
	margin-top: -1px
}
#openBtn .lcbody .bottom {
	bottom: 0;
}
#openBtn .lcbody:hover .lcitem.top .rect {
	animation: move 0.4s ease-in-out 1
}
#openBtn .lcbody:hover .lcitem.center .rect {
	animation: move 0.4s ease-in-out 0.1s 1
}
#openBtn .lcbody:hover .lcitem.bottom .rect {
	animation: move 0.4s ease-in-out 0.2s 1
}
.active#openBtn .lcitem.top {
	transform: rotateZ(45deg);
	top: 49%
}
.active#openBtn .lcitem.center {
	opacity: 0
}
.active#openBtn .lcitem.bottom {
	transform: rotateZ(-45deg);
	top: 49%
}
@keyframes move {
0% {
right: 0
}
40% {
right: 0;
width: 0
}
60% {
right: auto;
width: 0%
}
100% {
right: auto;
width: 100%
}
}
.site-menu {
	position: fixed;
	z-index: 100000000000000;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	width: 100%;/* height: 100%; */
	clip-path: inset(0 0 100% 0);
	transition: clip-path .6s cubic-bezier(0.77, 0, 0.175, 1);
	visibility: hidden;
	opacity: 0;
	visibility: hidden;
	clip-path: none;
	transition: opacity 0s .92s, visibility 0s .92s;
}
.site-menu-close {
font-size: .4rem;
	text-align: center;
	cursor: pointer;
	color: #265ee1;
	font-family: 'lib';
	z-index: 10;
	transition: .5s;
}
.site-menu-main {
	flex: 1;
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: center;
	align-items: center;
	height: 100vh;
padding: .3rem 0 .75rem;
	background: url(https://www.jtrontec.com/static/style/vango/images/site.png) center no-repeat;
	background-size: cover;
backdrop-filter: blur(.1rem);
}
.site-menu-main {
	flex: auto;
	height: 100%;
	clip-path: inset(0 0 100% 0);
	transition: clip-path 1s .2s cubic-bezier(0.77, 0, 0.175, 1);
}
.site-menu-main .ul {
	flex: 1;
	overflow: hidden;
}
.site-menu-main .toplink {
}
.site-menu .top {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	border-bottom: #e5e5e5 1px solid;
padding-bottom: .26rem;
margin-bottom: .38rem;
}
.site-menu .top .wp {
	align-items: center;
	max-width: 100%;
	max-width: 17.80rem;
}
.site-menu .topser a, .site-menu .lan a {
	color: #265ee1
}
.site-menu .toplink ul li .a {
	color: #333;
}
.site-menu .toplink ul li .a i {
	color: #265ee1;
}
.site-menu .toplink ul li svg {
	fill: #265ee1;
}
.site-menu .bottom {
	width: 100%
}
.site-menu .bottom .imgBox {
	width: 3.12rem;
margin: 0 0 0 .5rem;
}
.site-menu .bottom .imgBox .img {
	padding-bottom: 133.01%
}
.site-menu .bottom .imgBox::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(https://www.jtrontec.com/static/style/vango/images/site1.png) center bottom no-repeat;
	background-size: 100% auto;
}
.site-menu.site-menu-is-open {
	opacity: 1;
	visibility: visible;
	clip-path: none;
	transition: opacity 0s, visibility 0s;
}
.site-menu-is-open .site-menu-close {
}
.site-menu.site-menu-is-open .site-menu-main {
	transition: clip-path 1s cubic-bezier(0.77, 0, 0.175, 1);
	clip-path: inset(0 0 0 0);
}
.site-menu-main .ul li {
transform: translateY(.2rem);
	opacity: 0;
	transition: 1s;
	padding: 1vw 1vw;
	flex: auto;
}
.site-menu-main .ul li>a {
font-size: .18rem;
	color: #1d252d;
margin-bottom: .03rem;
	display: flex;
	font-weight: bold;
	justify-content: space-between;
	align-items: center;
}
.site-menu-main .ul li h6 {
padding-bottom: .03rem;
	position: relative;
font-size: .12rem;
	color: #a9a9a9;
	border-bottom: #d6d6d6 1px solid;
margin-bottom: .3rem;
}
.site-menu-main .ul li i {
font-size: .14rem;
	color: #ffc000;
	font-family: 'lib';
	opacity: 0;
	transition: .5s;
}
.site-menu-main .ul li .sub-nav a {
font-size: .14rem;
	color: rgba(29,37,45,.7);
	line-height: 2;
margin: .05rem 0;
	display: block;
	transition: .5s;
	font-family: 'Poppins-Light';
}
.site-menu-main .ul li .sub-nav a:hover {
	color: #ffc000
}
.site-menu-main .ul li:hover i {
	opacity: 1
}
.site-menu-main .ul li:nth-child(1) {
	transition-delay: .2s
}
.site-menu-main .ul li:nth-child(2) {
	transition-delay: .3s
}
.site-menu-main .ul li:nth-child(3) {
	transition-delay: .4s
}
.site-menu-main .ul li:nth-child(4) {
	transition-delay: .5s
}
.site-menu-main .ul li:nth-child(5) {
	transition-delay: .6s
}
.site-menu-main .ul li:nth-child(6) {
	transition-delay: .7s
}
.site-menu-main .ul li:nth-child(7) {
	transition-delay: .8s
}
.site-menu-main .ul li:nth-child(8) {
	transition-delay: .9s
}
.site-menu-main .ul li:nth-child(9) {
	transition-delay: 1s
}
.site-menu-main .ul li:nth-child(10) {
	transition-delay: 1.1s
}
.site-menu-main .ul li:nth-child(11) {
	transition-delay: 1.2s
}
.site-menu-main .ul li:nth-child(12) {
	transition-delay: 1.3s
}
.site-menu-main .ul li:nth-child(13) {
	transition-delay: 1.4s
}
.site-menu-is-open .site-menu-main .ul li {
	opacity: 1;
	transform: translateY(0);
}
.list_link {
	width: 100%;
	position: relative;
}
.list_link dt {
	display: flex;
height: .38rem;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	border: 1px solid #c1ccdc;
padding: 0 .2rem;
	background: #f6f7fd;
}
.list_link dt span {
font-size: .14rem;
	color: #1d252d;
	line-height: 1.5
}
.list_link dt img {
width: .14rem
}
.list_link .con {
	position: absolute;
	bottom: calc(100% - 1px);
	left: 0;
	right: 0;
	z-index: 1;
	border-bottom: none;
padding: .1rem .2rem;
	display: none;
	transform-origin: bottom;
	border: 1px solid rgba(255, 255, 255, 0.3);
	height: 1.4rem;
	overflow: hidden;
	overflow-y: scroll;
	background: #f6f7fd;
	border: 1px solid #c1ccdc;
}
.list_link .con dd a {
font-size: .14rem;
	color: #333;
	line-height: 1.375;
	text-align: left;
padding: .055rem 0;
	opacity: .6;
	transition: .5s;
	display: block;
}
.list_link .con dd a:hover {
	opacity: 1
}
.list_link .con::-webkit-scrollbar {
width: 0;
height: 8px;
background-color: #101010;
}
.list_link .con::-webkit-scrollbar-track {
border-radius: 10px;
background-color: #101010;
}
.list_link .con::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: rgba(255,255,255,.6);
}
.list_link.on dt img {
	transform: rotateX(180deg)
}
.miso_form1 {
	width: 100%;
margin: .25rem 0 0;
	display: none;
}
.miso_form1 .input-group .sub {
	position: absolute;
	right: 0;
	top: 0;
width: .3rem;
	height: 100%;
	overflow: hidden;
	background: 0 0;
	cursor: pointer;
border-radius: 0 .16rem .16rem 0;
}
.miso_form1 .input-group .sub:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	right: 0;
	background: url(../img/ser.png) no-repeat left center;
background-size: .16rem .16rem;
}
.miso_form1 .input-group .inp {
height: .5rem;
	border-right: 0;
padding-right: .5rem;
	width: 100%;
padding-left: .12rem;
	background: #fff;
	border-radius: 5px;
font-size: .14rem;
	border: #dfdfdf 1px solid;
}
 @media(min-width: 1024px) {
.a:hover h4, .ser-layer .serform dl .dd dd:hover {
	color: #143d91;
}
.header .topnav > ul > li:hover .sub-nav {
	opacity: 1;
	visibility: inherit;
	transform: scaleY(1);
}
.header .topnav > ul > li:hover .sub-nav1 {
	opacity: 1;
	visibility: visible;
	pointer-events: inherit;
}
.slides1 .bd .left dl dt .a:hover, .slides1 .bd .left dl dd a:hover {
	color: #143d91
}
.sub-nav .left ul li .a:hover {
	color: #143d91;
}
.sub-nav .left ul li .a:hover i {
	opacity: 1
}
}
@media(max-width: 1024px) {
}
@media(max-width: 800px) {
}
@media(max-width: 769px) {
.header2 {
	opacity: 0 !important;
	visibility: hidden !important;
}
.header.on:before {
box-shadow: 0 0 .15rem rgba(0,0,0,.1);
	opacity: 1;
height: .7rem;
}
.header:before {
	opacity: 1;
	height: 1rem;
}
.header .bg_logo {
	display: none;
}
.header .topr {
	position: fixed;
	top: 1rem;
	height: calc(100vh - 1.8rem);
	z-index: 50;
	display: block;
	width: 100%;
	padding: 0 5%;
	overflow: auto;
	text-align: left;
	margin-top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}
.header .topnav .wp {
	width: 100%
}
.header .topnav ul {
	display: block;
	margin-right: 0;
	background: transparent;
	width: 100%;
	order: 1;
}
.header .topnav ul li {
	margin-left: 0;
padding: .08rem 0;
font-size: .18rem;
	border-bottom: rgba(0,0,0,.05) 1px solid;
}
.header .topnav ul li>a {
	display: inline-block;
padding: .1rem 0;
	color: #2e2e2e;
height: .5rem;
}
.header .topnav ul li:after {
	bottom: 0;
	height: 2px
}
.header .logo img {
	opacity: 0
}
.header .logo img.i2 {
	opacity: 1;
	visibility: visible
}
.header .topnav ul li>a {
	color: #2e2e2e
}
.header .topnav ul li i.plus {
	margin: 0;
	color: #999;
	right: 0;
top: .2rem;
}
.header .topnav ul li .sub-nav .sub-nav-h a {
	color: #333
}
.header .toplink:before {
	background: rgba(6,6,6,.3)
}
.header .topser a, .header.on.on1 .lan a {
	color: #143D91;
}
.header .toplink ul li span, .header .toplink ul li .a, .header .toplink ul li .a i {
	color: #fff;
}
.header .menu-btn .line-1, .header .menu-btn .line-2, .header .menu-btn .line-3 {
	background: #fff;
}
.navShow .header .menu-btn .line-1, .navShow .header .menu-btn .line-2, .navShow .header .menu-btn .line-3 {
	background: #333
}
.toplink {
	/*width: 100%;*/
margin: 0 .1rem 0 0;
	padding: 0;
	color:#fff;
}
.header .topnav .topser {
	display: none
}
.header .topnav ul li+li:before {
	display: none
}
.header .topnav .btn {
	display: inline-block;
}
.header .navbtn {
	display: block;
}
.header .wp {
	align-items: center;
height: .7rem;
}
.header.on.on1 .wp {
height: .7rem
}
.navShow .header .topr {/* transition: .5s; */
	opacity: 1;
	visibility: visible;
}
.header.on {
}
.navShow .header {
	height: 100vh;
	background: #fff;
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.navShow .header:before {
	opacity: 0
}
.header .topnav ul li i.plus {
	display: block;
font-size: .16rem;
	color: #999;
}
.header .topnav > ul > li .sub-nav1 {
	opacity: 1;
	visibility: visible;
	position: relative;
	display: none;
	height: auto;
	top: 0;
	pointer-events: inherit;
	padding: 0;
}
.header .topnav ul li .sub-nav {
	position: static;
	transform: translateX(0);
padding-top: .15rem;
	opacity: 1;
	visibility: visible;
	transition: none;
	display: none;
	min-width: inherit;
}
.header .topnav ul li .sub-nav .sub-nav-h:before, .header .topnav ul li .sub-nav .sub-nav-h:after {
	display: none
}
.header .topnav ul li .sub-nav .sub-nav-h {
	text-align: left;
	background: transparent;
	box-shadow: none;
	padding-bottom: 0;
	padding: 0;
}
.header .topnav ul li .sub-nav .sub-nav-h a {
	background: transparent;
font-size: .16rem;
	text-align: left;
	color: #333;
	border: 0;
}
.header .topnav ul li .sub-nav .sub-nav-h a:hover {
	background: transparent;
	color: #fff
}
.header .topnav ul li .sub-nav .sub-nav-h a:after {
	display: none
}
.header .topnav ul li .sub-nav .sub-nav-h a:before {
	top: 50%;
	margin-top: -5px
}
.navShow .toplink ul li {
margin: 0 .1rem;
	text-align: center;
	line-height: 2
}
.navShow .toplink ul li:last-child {
	margin-right: 0
}
.navBtnm {
	display: flex
}
.site-menu-main .ul li>a {
margin-bottom: .1rem;
font-size: .2rem;
}
.site-menu-main .ul li .sub-nav .sub-nav-h {
	display: flex;
	flex-wrap: wrap
}
.site-menu-main .ul li .sub-nav a {
	min-width: 33.33%;
	margin: 0;
}
.navBtnm .topser {
	display: block;
	margin: 0;
}
.header .logo {
	max-width: 37%;
	width: 1.75rem;
}
.header .logo img {
}
#openBtn {
width: .8rem;
height: .65rem;
	padding: 0 0 0 0.15rem;
	display: none;
}
.header {
	padding: 0;
height: .7rem;
}
.site-menu-main .ul li {
	width: 100%;
	padding: 0;
margin-bottom: .3rem;
}
.site-menu-main .ul {/* max-height: 90%; */
	overflow: hidden;
	overflow-y: scroll;
	flex: 1;
margin: .4rem 0;/* text-align: center; */
}
.site-menu-close {
	top: 15px;
	right: 15px;
}
.site-menu-main .toplink {
	display: flex;
margin: .8rem 0 0;
	justify-content: center;
}
.toplink ul {
	justify-content: center;
	margin: 0;
	width: 100%;
}
.toplink ul li {
	margin: 0;
	text-align: center;
	line-height: 2;
}
.toplink ul li:before {
	display: none
}
.toplink .topser {
	display: none;
margin: 0 0 0 .1rem;
}
.header.on.on1 .menu-btn .line-1, .header.on.on1 .menu-btn .line-2, .header.on.on1 .menu-btn .line-3 {
	background: #333;
}
.header1 .menu-btn .line-1, .header1 .menu-btn .line-2, .header1 .menu-btn .line-3 {
	background: #333;
}
.header .topnav {
	margin: 0
}
.miso_form1 {
	display: block;
margin: .15rem 0 0;
}
.toplink:before {
	display: none
}
.header .topnav ul li>a:before {
	display: none
}
.header.on .menu-btn .line-1, .header.on .menu-btn .line-2, .header.on .menu-btn .line-3 {
	background: #333;
}
.slides1 {
	padding: 0;
	min-height: auto;
	box-shadow: none;
}
.slides1 .hd {
	display: none;
}
.slides1 .bd .content {
	padding: 0
}
.slides1 .bd .left dl {
	width: 100%;
margin-bottom: .2rem;
}
.sub-nav .left {
	width: 100%;
	flex: auto
}
.sub-nav .right {
	width: 100%;
margin: .15rem 0 0;
}
.slides1 .bd .left dl dt .a {
font-size: .18rem;
}
.slides1 .bd .left dl dt {
margin-bottom: .08rem;
}
.slides1 .bd .left dl dd a {
padding: .02rem 0;
}
}
@media(max-width: 560px) {
}
 @media(min-width: 769px) {
.slides1 .bd .left dl:nth-child(1) dd:nth-child(2) .ls1 {
	opacity: 1;
	visibility: visible;
}
.slides1 .bd .left dl dd:hover .ls1, .slides1 .bd .left dl dd.on .ls1 {
	opacity: 1;
	visibility: visible;
}
}
@media(max-width: 769px) {
.arc-con img {
	max-width: 100%;
	margin: 0rem auto
}
}
@media(max-width: 560px) {
}
 @media(max-width: 769px) {
.scroll {
	overflow: hidden;
	overflow: scroll
}
}
footer {
	background: #212a43;
}
footer .fl1 {
padding: .8rem 0 .5rem;
	align-items: center;
}
footer .fl2 {
	border-top: rgba(255,255,255,.15) 1px solid;
padding: .74rem 0 .45rem;
}
footer .fl2 .left {
	width: 3.8rem;
	margin: 0 10vw 0 0;
}
footer .fl2 .left h5 {
font-size: .18rem;
	color: #fff;
margin: 0 0 .25rem
}
footer .fl2 .left h3 {
font-size: .24rem;
	color: #fff;
	font-family: 'Poppins SemiBold';
margin: .2rem 0 .3rem;
}
footer .fl2 .left p {
font-size: .15rem;
	color: #fff;
	line-height: 2;
margin: 0 0 .05rem
}
footer .fl2 .left p:last-child {
	margin-bottom: 0
}
.ls12 {
margin: 0 -.07rem;
	position: relative;
	z-index: 2;
}
.ls12 li {
padding: 0 .07rem;
	position: relative;
}
.ls12 .a {
	display: flex;
width: .38rem;
height: .38rem;
	background: rgba(255,255,255,.2);
	border-radius: 50vw;
	align-items: center;
	justify-content: center;
	transition: .5s;
font-size: .2rem;
	color: #fff;
	font-family: 'lib';
}
.ls12 li:nth-child(1) .a {
	background: #2d50a7
}
.ls12 li:nth-child(2) .a {
	background: #2172b9
}
.ls12 li:nth-child(3) .a {
	background: #c62a43;
font-size: .14rem;
}
.ls12 li:nth-child(4) .a {
	background: #189b54;
font-size: .22rem;
}
.ls12 li .ewm {
	position: absolute;
	top: 100%;
	left: 50%;
padding: .2rem 0;
	transform: translateX(-50%) scaleY(0);
	width: 1.1rem;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	transform-origin: top;
}
.ls12 li .ewm .con {
	background: #fff;
	border-radius: 0.05rem;
	position: relative;
}
.ls12 li .ewm .con:before {
	content: "";
	position: absolute;
100%;
border-left: transparent .075rem solid;
border-right: transparent .075rem solid;
border-bottom: #fff .05rem solid;
	bottom: 100%;
	left: 50%;
margin: 0 0 0 -.075rem;
}
.ls12 li .ewm img {
	width: 100%;
	height: auto;
	border-radius: 0.05rem;
	margin: 0;
}
.ls12 li:hover .ewm {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) scaleY(1)
}
.ls13 {
	justify-content: space-between;
	padding: 0;
	flex: 1;
	overflow: hidden;
}
.ls13 dl {
	margin: 0;
}
.ls13 dt {
margin-bottom: .24rem;
}
.ls13 dt a {
font-size: .18rem;
	color: #fff;
	text-transform: uppercase;
}
.ls13 dd a {
font-size: .15rem;
	color: rgba(255,255,255,.7);
	line-height: 1.5;
	transition: .5s;
margin-bottom: .15rem;
	display: block;
}
.ls13 dd a:hover {
	font-weight: 600
}
footer .fl3 {
padding: 0 0 .6rem;
	align-items: center;
}
footer .fl4 {
	align-items: center;
	border-top: rgba(255,255,255,.15) 1px solid;
padding: .2rem 0;
}
footer .fl4 .ll p {
font-size: .15rem;
	color: rgba(255,255,255,.4);
	line-height: 1.5;
}
footer .fl4 .ll p a {
	color: rgba(255,255,255,.4);
	transition: .5s;
}
.ls14 li {
	margin-left: 2.1vw;
}
.ls14 li img {
	opacity: .6;
	transition: .5s;
width: .64rem;
}
.ls15 {
margin: .25rem 0 .15rem
}
.ls15 li {
margin: 0 .28rem 0 0;
	position: relative;
}
.ls15 li::before {
	content: "";
	position: absolute;
	top: 50%;
right: -.14rem;
	transform: translateY(-50%);
	width: 1px;
height: .14rem;
	background: rgba(255,255,255,.4);
}
.ls15 .a {
font-size: .15rem;
	color: rgba(255,255,255,.4);
	transition: .5s;
}
.ls15 li:last-child {
	margin-right: 0;
}
.ls15 li:last-child::before {
	display: none
}
.ls11 li {
	align-items: center;
margin-right: .5rem;
}
.ls11 .ico {
width: .52rem;
margin: 0 .18rem 0 0;
}
.ls11 .ico img {
	width: 100%;
}
.ls11 .rr {
	flex: 1;
	overflow: hidden;
}
.ls11 .rr h4 {
font-size: .18rem;
	color: #fff;
}
.ls11 .rr h6 {
font-size: .15rem;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.35;
margin: .06rem 0 0;
}
.ls11 li:last-child {
	margin-right: 0;
}
 @media(min-width: 769px) {
footer .fl4 .ll p a:hover, .ls15 .a:hover {
	color: #fff
}
}
@media(max-width: 769px) {
footer .fl1 {
padding: .3rem 0 .2rem;
}
footer .fl1 .right {
	width: 100%;
padding: .25rem 0 0
}
.f_logo {
	width: 100%;
	padding: 0 35%;
	text-align: center;
}
.ls11 .ico {
width: .36rem
}
.ls11 li {
	width: 100%;
margin-bottom: .15rem;
}
footer .fl2 {
padding: .4rem 0 .25rem;
}
footer .fl2 .left h3 {
margin: .04rem 0 .1rem;
font-size: .2rem;
}
.ls13 {
	display: none;
}
.ls13 dl {
	width: 100%;
}
.ls12 {
	width: 100%;
	justify-content: center;
}
.ls14 {
	width: 100%;
	justify-content: center;
margin: .15rem 0 0;
}
.ls14 li {
	flex: 1;
	margin: 0;
}
.ls14 li img {
	max-width: 80%;
}
footer .fl2 .left p {
margin-bottom: .15rem;
font-size: .14rem;
}
footer .fl3 {
padding: 0 0 .3rem;
}
footer .fl2 .left {
	width: 100%;
	margin: 0;
}
footer .fl4 {
	width: 100%
}
.ls15 {
	width: 100%;
	justify-content: center;
margin: .1rem 0 0;
}
.ls15 .a {
font-size: .14rem
}
footer .fl4 .ll p {
	justify-content: center;
font-size: .14rem;
	text-align: center
}
.ls11 .rr h6 {
font-size: .14rem
}
}
.online_q {
	position: fixed;
	right: 10px;
	top: 50%;
	z-index: 995;
	transition: .5s;
	-webkit-transition: .5s;
	border-radius: 50vw;
padding: .2rem 0;
	transform: translateY(-50%);
}
.online_q .close {
	position: absolute;
	right: -1rem;
	font-size: 1rem;
	color: #969797;
	opacity: 1;
	font-weight: normal;
	cursor: pointer
}
.online_q .btn2 {
width: .55rem;
height: .55rem;
	background: #1e4a93;
margin-bottom: .08rem;
border-radius: .05rem;
	transition: .5s;
	cursor: pointer;
	position: relative;
	z-index: 1;
}
.online_q .btn2:hover {
	background: #374757
}
online_q .btn-top {
	padding: 0;
	transition: .5s;
	overflow: hidden
}
.online_q .btn2 a {
	font-size: 12px;
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	white-space: nowrap;
}
.online_q .btn2 span {
	display: flex;
	color: #fff;
	flex-direction: column;
font-size: .12rem;
	text-align: center;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 999;
	overflow: hidden;
	transition: .3s;
	-webkit-transition: .3s;
	overflow: hidden;
	flex-shrink: 0
}
.online_q .btn2 span i {
font-size: .24rem;
}
.online_q .open .pic {
width: .96rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
.online_q .open .pic img {
	flex-shrink: 0;
	margin-bottom: 6px;
}
.online_q .open .pic h5 {
	font-size: 1rem;
}
.online_q .open.phone {
	position: absolute;
	background: #fff;
	-webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	border: 1px solid #e1e6f0;
	width: auto;
min-height: .5rem;
right: .7rem;
padding: .16rem;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	transform: translateY(-50%);
	transition: .6s;
	-webkit-transition: .6s;
	opacity: 0;
	visibility: hidden
}
.online_q .open.phone * {
	color: #333;
font-size: .18rem;
	text-align: left;
	font-weight: bold;
}
.online_q .open.phone h5 {
font-size: .14rem;
	font-weight: normal;
	white-space: nowrap;
}
.online_q .open.phone span {
	font-size: 12px;
	text-align: left;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 5px;
	opacity: .7;
	font-weight: normal;
}
.online_q .btn2:hover .open.phone {
	transition: .5s;
	-webkit-transition: .5s;
	opacity: 1;
	visibility: visible
}
.online_q .open.phone:before {
	content: "";
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	background: #fff;
	top: 50%;
	transform: translateY(-50%) rotate(135deg);
	right: -4px;
	border-color: #e1e6f0 transparent transparent #e1e6f0;
	border-style: solid;
	border-width: 1px;
}
.online_q #gotop:before {
	opacity: 1;
}
.online_q #gotop.hide {
	height: 0;
	overflow: hidden;
	display: block !important
}
.online_q .btn2.btn-top span i {
font-size: .36rem;
}
 @media(max-width: 769px) {
.online_q {
	display: none
}
}
.more0cc {
	position: relative;
	display: inline-block;
	margin-top: 3%;
}
.more1 {
height: .55rem;
	border: #fff 1px solid;
border-radius: .05rem;
clip-path: polygon(0 100%, 0 0, 100% 0, 100% 0, 100% calc(100% - .22rem), calc(100% - .22rem) 100%, 0 100%, 0 100%);
	transition: .5s;
}
.more1 .ll {
	display: flex;
	justify-content: center;
	align-items: center;
font-size: .16rem;
	color: #fff;
	transition: .5s;
	border-right: #fff 1px solid;
padding: 0 .3rem;
	transition: .5s;
	min-width: 1.46rem;
}
.more1 .rr {
width: .55rem;
	display: flex;
	justify-content: center;
	align-items: center;
font-size: .27rem;
	color: #fff;
	font-family: 'lib';
	transition: .5s;
	position: relative;
}
.more1 .rr i {
	transform: rotate(-45deg);
}
.more0cc:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
width: .3rem;
	height: 1px;
	background: #333;
transform: rotate(-45deg) translate(.06rem, .06rem);
	transform-origin: left center;
}
.more2 {
	background: #1c4992;
	border: transparent 1px solid
}
.more2 .ll {
	color: #fff;
}
.more2 .rr {
	color: #fff;
}
.more2cc:after {
	display: none
}
.more3c {
	justify-content: center;
margin: .56rem 0 0;
}
.more3 {
	background: #fff;
	border: transparent 1px solid
}
.more3 .ll {
	color: #1c4992;
	border-right: rgba(28,73,146,.5) 1px solid
}
.more3 .rr {
	color: #1c4992;
}
.more3cc:after {
	display: none
}
.more4 {
	border: rgba(28,73,146,.5) 1px solid
}
.more4 .ll {
	color: #1c4992;
	border-right: rgba(28,73,146,.5) 1px solid
}
.more4 .rr {
	color: #1c4992;
}
.more4cc:after {
	background: rgba(28,73,146,.5);
}
.bd_lis {
	transition: .5s;
}
 @media(min-width: 769px) {
.more1:hover .rr {
	transform: rotate(90deg);
}
}
@media(max-width: 769px) {
.more0cc {
	transform: scale(.7);
	transform-origin: left
}
.more1 .ll {
font-size: .18rem
}
.more3c .more0cc {
	transform-origin: center
}
}

/*公共css*/
@media(max-width: 769px) {
.h4s0 {
font-size: .18rem !important;
line-height: .3rem !important;
}
.h4s1 {
font-size: .18rem !important;
line-height: .3rem !important;
max-height: .3rem\0 !important;
}
.h4s2 {
font-size: .18rem !important;
line-height: .3rem !important;
max-height: .6rem\0 !important;
}
.h4s3 {
font-size: .18rem !important;
line-height: .3rem !important;
max-height: .9rem\0 !important;
}
.ps0 {
font-size: .16rem !important;
line-height: .26rem !important;
}
.ps1 {
font-size: .16rem !important;
line-height: .26rem !important;
max-height: .26rem\0 !important;
}
.ps2 {
font-size: .16rem !important;
line-height: .26rem !important;
max-height: .52rem\0 !important;
}
.ps3 {
font-size: .16rem !important;
line-height: .26rem !important;
max-height: .78rem\0 !important;
}
.ps4 {
font-size: .16rem !important;
line-height: .26rem !important;
	max-height: 1.04rem\0 !important;
}
.ps5 {
font-size: .16rem !important;
line-height: .26rem !important;
	max-height: 1.3rem\0 !important;
}
.arc-con, .arc-con p {
font-size: .16rem;
}
}
@media(max-width: 769px) {
}
