@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

*::before,*::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: calc(100vw / 19.2);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scrollbar-width: thin;
	position: relative;
	overflow-x: hidden
}

@media (min-width: 1901px) {
	html {
		font-size: 100px
	}
}

@media (max-width: 1580px) {
	html {
		font-size: 66px
	}
}

@media (max-width:1024px) {
	html {
		font-size: 66px
	}
}

@media (max-width: 767px) {
	html {
		font-size: 50px
	}
}

html ::-webkit-scrollbar {
	width: 2px;
	height: 1px
}

html ::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background: var(--color)
}

html ::-webkit-scrollbar-track {
	border-radius: 3px;
	background: #E5E5E5
}

body {
	min-height: 100%;
	font-family: 'PingFang SC','Microsoft YaHei','Microsoft YaHei UI','SimHei','Arial';
	font-size: 16px;
	line-height: 1.2;
	color: #000000
}

:root {
	--header-height: 100px;
	--color: #0848A9;
	--active: #DB2927;
	--vh: 100vh;
	--rem: 16px;
	--vwMin: 1280;
	--vwMax: 1800;
	--font200-min: calc(var(--font200-max) / var(--vwMax) * var(--vwMin));
	--font200-max: 200;
	--font200: calc((var(--font200-min) * var(--rem)) + ((var(--font200-max) - var(--font200-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font180-min: calc(var(--font180-max) / var(--vwMax) * var(--vwMin));
	--font180-max: 180;
	--font180: calc((var(--font180-min) * var(--rem)) + ((var(--font180-max) - var(--font180-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font160-min: calc(var(--font160-max) / var(--vwMax) * var(--vwMin));
	--font160-max: 160;
	--font160: calc((var(--font160-min) * var(--rem)) + ((var(--font160-max) - var(--font160-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font150-min: calc(var(--font150-max) / var(--vwMax) * var(--vwMin));
	--font150-max: 150;
	--font150: calc((var(--font150-min) * var(--rem)) + ((var(--font150-max) - var(--font150-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font140-min: calc(var(--font140-max) / var(--vwMax) * var(--vwMin));
	--font140-max: 140;
	--font140: calc((var(--font140-min) * var(--rem)) + ((var(--font140-max) - var(--font140-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font130-min: calc(var(--font130-max) / var(--vwMax) * var(--vwMin));
	--font130-max: 130;
	--font130: calc((var(--font130-min) * var(--rem)) + ((var(--font130-max) - var(--font130-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font120-min: calc(var(--font120-max) / var(--vwMax) * var(--vwMin));
	--font120-max: 120;
	--font120: calc((var(--font120-min) * var(--rem)) + ((var(--font120-max) - var(--font120-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font100-min: calc(var(--font100-max) / var(--vwMax) * var(--vwMin));
	--font100-max: 100;
	--font100: calc((var(--font100-min) * var(--rem)) + ((var(--font100-max) - var(--font100-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font98-min: calc(var(--font98-max) / var(--vwMax) * var(--vwMin));
	--font98-max: 98;
	--font98: calc((var(--font98-min) * var(--rem)) + ((var(--font98-max) - var(--font98-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font96-min: calc(var(--font96-max) / var(--vwMax) * var(--vwMin));
	--font96-max: 96;
	--font96: calc((var(--font96-min) * var(--rem)) + ((var(--font96-max) - var(--font96-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font94-min: calc(var(--font94-max) / var(--vwMax) * var(--vwMin));
	--font94-max: 94;
	--font94: calc((var(--font94-min) * var(--rem)) + ((var(--font94-max) - var(--font94-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font92-min: calc(var(--font92-max) / var(--vwMax) * var(--vwMin));
	--font92-max: 92;
	--font92: calc((var(--font92-min) * var(--rem)) + ((var(--font92-max) - var(--font92-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font90-min: calc(var(--font90-max) / var(--vwMax) * var(--vwMin));
	--font90-max: 90;
	--font90: calc((var(--font90-min) * var(--rem)) + ((var(--font90-max) - var(--font90-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font88-min: calc(var(--font88-max) / var(--vwMax) * var(--vwMin));
	--font88-max: 88;
	--font88: calc((var(--font88-min) * var(--rem)) + ((var(--font88-max) - var(--font88-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font86-min: calc(var(--font86-max) / var(--vwMax) * var(--vwMin));
	--font86-max: 86;
	--font86: calc((var(--font86-min) * var(--rem)) + ((var(--font86-max) - var(--font86-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font84-min: calc(var(--font84-max) / var(--vwMax) * var(--vwMin));
	--font84-max: 84;
	--font84: calc((var(--font84-min) * var(--rem)) + ((var(--font84-max) - var(--font84-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font82-min: calc(var(--font82-max) / var(--vwMax) * var(--vwMin));
	--font82-max: 82;
	--font82: calc((var(--font82-min) * var(--rem)) + ((var(--font82-max) - var(--font82-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font80-min: calc(var(--font80-max) / var(--vwMax) * var(--vwMin));
	--font80-max: 80;
	--font80: calc((var(--font78-min) * var(--rem)) + ((var(--font78-max) - var(--font78-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font78-min: calc(var(--font78-max) / var(--vwMax) * var(--vwMin));
	--font78-max: 78;
	--font78: calc((var(--font78-min) * var(--rem)) + ((var(--font78-max) - var(--font78-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font76-min: calc(var(--font76-max) / var(--vwMax) * var(--vwMin));
	--font76-max: 76;
	--font76: calc((var(--font76-min) * var(--rem)) + ((var(--font76-max) - var(--font76-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font74-min: calc(var(--font74-max) / var(--vwMax) * var(--vwMin));
	--font74-max: 74;
	--font74: calc((var(--font74-min) * var(--rem)) + ((var(--font74-max) - var(--font74-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font72-min: calc(var(--font72-max) / var(--vwMax) * var(--vwMin));
	--font72-max: 72;
	--font72: calc((var(--font72-min) * var(--rem)) + ((var(--font72-max) - var(--font72-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font70-min: calc(var(--font70-max) / var(--vwMax) * var(--vwMin));
	--font70-max: 70;
	--font70: calc((var(--font70-min) * var(--rem)) + ((var(--font70-max) - var(--font70-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font68-min: calc(var(--font68-max) / var(--vwMax) * var(--vwMin));
	--font68-max: 68;
	--font68: calc((var(--font68-min) * var(--rem)) + ((var(--font68-max) - var(--font68-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font66-min: calc(var(--font66-max) / var(--vwMax) * var(--vwMin));
	--font66-max: 66;
	--font66: calc((var(--font66-min) * var(--rem)) + ((var(--font66-max) - var(--font66-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font64-min: calc(var(--font64-max) / var(--vwMax) * var(--vwMin));
	--font64-max: 64;
	--font64: calc((var(--font64-min) * var(--rem)) + ((var(--font64-max) - var(--font64-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font62-min: calc(var(--font62-max) / var(--vwMax) * var(--vwMin));
	--font62-max: 62;
	--font62: calc((var(--font62-min) * var(--rem)) + ((var(--font62-max) - var(--font62-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font60-min: calc(var(--font60-max) / var(--vwMax) * var(--vwMin));
	--font60-max: 60;
	--font60: calc((var(--font60-min) * var(--rem)) + ((var(--font60-max) - var(--font60-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font58-min: calc(var(--font58-max) / var(--vwMax) * var(--vwMin));
	--font58-max: 58;
	--font58: calc((var(--font58-min) * var(--rem)) + ((var(--font58-max) - var(--font58-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font56-min: calc(var(--font56-max) / var(--vwMax) * var(--vwMin));
	--font56-max: 56;
	--font56: calc((var(--font56-min) * var(--rem)) + ((var(--font56-max) - var(--font56-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font54-min: calc(var(--font54-max) / var(--vwMax) * var(--vwMin));
	--font54-max: 54;
	--font54: calc((var(--font54-min) * var(--rem)) + ((var(--font54-max) - var(--font54-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font52-min: calc(var(--font52-max) / var(--vwMax) * var(--vwMin));
	--font52-max: 52;
	--font52: calc((var(--font52-min) * var(--rem)) + ((var(--font52-max) - var(--font52-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font50-min: calc(var(--font50-max) / var(--vwMax) * var(--vwMin));
	--font50-max: 50;
	--font50: calc((var(--font50-min) * var(--rem)) + ((var(--font50-max) - var(--font50-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font48-min: calc(var(--font48-max) / var(--vwMax) * var(--vwMin));
	--font48-max: 48;
	--font48: calc((var(--font48-min) * var(--rem)) + ((var(--font48-max) - var(--font48-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font46-min: calc(var(--font46-max) / var(--vwMax) * var(--vwMin));
	--font46-max: 46;
	--font46: calc((var(--font46-min) * var(--rem)) + ((var(--font46-max) - var(--font46-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font44-min: calc(var(--font44-max) / var(--vwMax) * var(--vwMin));
	--font44-max: 44;
	--font44: calc((var(--font44-min) * var(--rem)) + ((var(--font44-max) - var(--font44-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font42-min: calc(var(--font42-max) / var(--vwMax) * var(--vwMin));
	--font42-max: 42;
	--font42: calc((var(--font42-min) * var(--rem)) + ((var(--font42-max) - var(--font42-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font40-min: calc(var(--font40-max) / var(--vwMax) * var(--vwMin));
	--font40-max: 40;
	--font40: calc((var(--font40-min) * var(--rem)) + ((var(--font40-max) - var(--font40-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font38-min: calc(var(--font38-max) / var(--vwMax) * var(--vwMin));
	--font38-max: 38;
	--font38: calc((var(--font38-min) * var(--rem)) + ((var(--font38-max) - var(--font38-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font36-min: calc(var(--font36-max) / var(--vwMax) * var(--vwMin));
	--font36-max: 36;
	--font36: calc((var(--font36-min) * var(--rem)) + ((var(--font36-max) - var(--font36-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font34-min: calc(var(--font34-max) / var(--vwMax) * var(--vwMin));
	--font34-max: 34;
	--font34: calc((var(--font34-min) * var(--rem)) + ((var(--font34-max) - var(--font34-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font32-min: calc(var(--font32-max) / var(--vwMax) * var(--vwMin));
	--font32-max: 32;
	--font32: calc((var(--font32-min) * var(--rem)) + ((var(--font32-max) - var(--font32-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font30-min: calc(var(--font30-max) / var(--vwMax) * var(--vwMin));
	--font30-max: 30;
	--font30: calc((var(--font30-min) * var(--rem)) + ((var(--font30-max) - var(--font30-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
	--font28-min: 20;
	--font28-max: 28;
	--font28: calc((var(--font28-min) * 1px) + ((var(--font28-max) - var(--font28-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
	--font26-min: 19;
	--font26-max: 26;
	--font26: calc((var(--font26-min) * 1px) + ((var(--font26-max) - var(--font26-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
	--font24-min: 18;
	--font24-max: 24;
	--font24: calc((var(--font24-min) * 1px) + ((var(--font24-max) - var(--font24-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
	--font22-min: 16;
	--font22-max: 22;
	--font22: calc((var(--font22-min) * 1px) + ((var(--font22-max) - var(--font22-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
	--font20-min: 16;
	--font20-max: 20;
	--font20: calc((var(--font20-min) * 1px) + ((var(--font20-max) - var(--font20-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
	--font18-min: 15;
	--font18-max: 18;
	--font18: calc((var(--font18-min) * 1px) + ((var(--font18-max) - var(--font18-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
	--font16-min: 14;
	--font16-max: 16;
	--font16: calc((var(--font16-min) * 1px) + ((var(--font16-max) - var(--font16-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
	--font15-min: 13;
	--font15-max: 15;
	--font15: calc((var(--font15-min) * 1px) + ((var(--font15-max) - var(--font15-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
	--font14-min: 13;
	--font14-max: 14;
	--font14: calc((var(--font14-min) * 1px) + ((var(--font14-max) - var(--font14-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))))
}

@media (min-width:1800px) {
	:root {
		--font200: calc(var(--font200-max) * 1px);
		--font180: calc(var(--font180-max) * 1px);
		--font160: calc(var(--font160-max) * 1px);
		--font150: calc(var(--font150-max) * 1px);
		--font140: calc(var(--font140-max) * 1px);
		--font130: calc(var(--font130-max) * 1px);
		--font120: calc(var(--font120-max) * 1px);
		--font100: calc(var(--font100-max) * 1px);
		--font98: calc(var(--font98-max) * 1px);
		--font96: calc(var(--font96-max) * 1px);
		--font94: calc(var(--font94-max) * 1px);
		--font92: calc(var(--font92-max) * 1px);
		--font90: calc(var(--font90-max) * 1px);
		--font88: calc(var(--font88-max) * 1px);
		--font86: calc(var(--font86-max) * 1px);
		--font84: calc(var(--font84-max) * 1px);
		--font82: calc(var(--font82-max) * 1px);
		--font80: calc(var(--font80-max) * 1px);
		--font78: calc(var(--font78-max) * 1px);
		--font76: calc(var(--font76-max) * 1px);
		--font74: calc(var(--font74-max) * 1px);
		--font72: calc(var(--font72-max) * 1px);
		--font70: calc(var(--font70-max) * 1px);
		--font68: calc(var(--font68-max) * 1px);
		--font66: calc(var(--font66-max) * 1px);
		--font64: calc(var(--font64-max) * 1px);
		--font62: calc(var(--font62-max) * 1px);
		--font60: calc(var(--font60-max) * 1px);
		--font58: calc(var(--font58-max) * 1px);
		--font56: calc(var(--font56-max) * 1px);
		--font54: calc(var(--font54-max) * 1px);
		--font52: calc(var(--font52-max) * 1px);
		--font50: calc(var(--font50-max) * 1px);
		--font48: calc(var(--font48-max) * 1px);
		--font46: calc(var(--font46-max) * 1px);
		--font44: calc(var(--font44-max) * 1px);
		--font42: calc(var(--font42-max) * 1px);
		--font40: calc(var(--font40-max) * 1px);
		--font38: calc(var(--font38-max) * 1px);
		--font36: calc(var(--font36-max) * 1px);
		--font34: calc(var(--font34-max) * 1px);
		--font32: calc(var(--font32-max) * 1px);
		--font30: calc(var(--font30-max) * 1px);
		--font28: calc(var(--font28-max) * 1px);
		--font26: calc(var(--font26-max) * 1px);
		--font24: calc(var(--font24-max) * 1px);
		--font22: calc(var(--font22-max) * 1px);
		--font20: calc(var(--font20-max) * 1px);
		--font18: calc(var(--font18-max) * 1px);
		--font16: calc(var(--font16-max) * 1px);
		--font15: calc(var(--font15-max) * 1px);
		--font14: calc(var(--font14-max) * 1px)
	}
}

@media (max-width:1440px) {
	:root {
		--header-height: 90px
	}
}

@media (max-width:1280px) {
	:root {
		--header-height: 80px
	}
}

@media (max-width:1024px) {
	:root {
		--header-height: 70px;
		--font200: calc(var(--font200-min) * 1px);
		--font180: calc(var(--font180-min) * 1px);
		--font160: calc(var(--font160-min) * 1px);
		--font150: calc(var(--font150-min) * 1px);
		--font140: calc(var(--font140-min) * 1px);
		--font130: calc(var(--font130-min) * 1px);
		--font120: calc(var(--font120-min) * 1px);
		--font100: calc(var(--font100-min) * 1px);
		--font98: calc(var(--font98-min) * 1px);
		--font96: calc(var(--font96-min) * 1px);
		--font94: calc(var(--font94-min) * 1px);
		--font92: calc(var(--font92-min) * 1px);
		--font90: calc(var(--font90-min) * 1px);
		--font88: calc(var(--font88-min) * 1px);
		--font86: calc(var(--font86-min) * 1px);
		--font84: calc(var(--font84-min) * 1px);
		--font82: calc(var(--font82-min) * 1px);
		--font80: calc(var(--font80-min) * 1px);
		--font78: calc(var(--font78-min) * 1px);
		--font76: calc(var(--font76-min) * 1px);
		--font74: calc(var(--font74-min) * 1px);
		--font72: calc(var(--font72-min) * 1px);
		--font70: calc(var(--font70-min) * 1px);
		--font68: calc(var(--font68-min) * 1px);
		--font66: calc(var(--font66-min) * 1px);
		--font64: calc(var(--font64-min) * 1px);
		--font62: calc(var(--font62-min) * 1px);
		--font60: calc(var(--font60-min) * 1px);
		--font58: calc(var(--font58-min) * 1px);
		--font56: calc(var(--font56-min) * 1px);
		--font54: calc(var(--font54-min) * 1px);
		--font52: calc(var(--font52-min) * 1px);
		--font50: calc(var(--font50-min) * 1px);
		--font48: calc(var(--font48-min) * 1px);
		--font46: calc(var(--font46-min) * 1px);
		--font44: calc(var(--font44-min) * 1px);
		--font42: calc(var(--font42-min) * 1px);
		--font40: calc(var(--font40-min) * 1px);
		--font38: calc(var(--font38-min) * 1px);
		--font36: calc(var(--font36-min) * 1px);
		--font34: calc(var(--font34-min) * 1px);
		--font32: calc(var(--font32-min) * 1px);
		--font30: calc(var(--font30-min) * 1px);
		--font28: calc(var(--font28-min) * 1px);
		--font26: calc(var(--font26-min) * 1px);
		--font24: calc(var(--font24-min) * 1px);
		--font22: calc(var(--font22-min) * 1px);
		--font20: calc(var(--font20-min) * 1px);
		--font18: calc(var(--font18-min) * 1px);
		--font16: calc(var(--font16-min) * 1px);
		--font15: calc(var(--font15-min) * 1px);
		--font14: calc(var(--font14-min) * 1px)
	}
}

@media (max-width:991px) {
	:root {
		--header-height: 60px
	}
}

.font200 {
	font-size: var(--font200)
}

.font130 {
	font-size: var(--font130)
}

.font120 {
	font-size: var(--font120)
}

.font100 {
	font-size: var(--font100)
}

.font98 {
	font-size: var(--font98)
}

.font96 {
	font-size: var(--font96)
}

.font94 {
	font-size: var(--font94)
}

.font92 {
	font-size: var(--font92)
}

.font90 {
	font-size: var(--font90)
}

.font88 {
	font-size: var(--font88)
}

.font86 {
	font-size: var(--font86)
}

.font84 {
	font-size: var(--font84)
}

.font82 {
	font-size: var(--font82)
}

.font80 {
	font-size: var(--font80)
}

.font78 {
	font-size: var(--font78)
}

.font76 {
	font-size: var(--font76)
}

.font74 {
	font-size: var(--font74)
}

.font72 {
	font-size: var(--font72)
}

.font70 {
	font-size: var(--font70)
}

.font68 {
	font-size: var(--font68)
}

.font66 {
	font-size: var(--font66)
}

.font64 {
	font-size: var(--font64)
}

.font62 {
	font-size: var(--font62)
}

.font60 {
	font-size: var(--font60)
}

.font58 {
	font-size: var(--font58)
}

.font56 {
	font-size: var(--font56)
}

.font54 {
	font-size: var(--font54)
}

.font52 {
	font-size: var(--font52)
}

.font50 {
	font-size: var(--font50)
}

.font48 {
	font-size: var(--font48)
}

.font46 {
	font-size: var(--font46)
}

.font44 {
	font-size: var(--font44)
}

.font42 {
	font-size: var(--font42)
}

.font40 {
	font-size: var(--font40)
}

.font38 {
	font-size: var(--font38)
}

.font36 {
	font-size: var(--font36)
}

.font34 {
	font-size: var(--font34)
}

.font32 {
	font-size: var(--font32)
}

.font30 {
	font-size: var(--font30)
}

.font28 {
	font-size: var(--font28)
}

.font26 {
	font-size: var(--font26)
}

.font24 {
	font-size: var(--font24)
}

.font22 {
	font-size: var(--font22)
}

.font20 {
	font-size: var(--font20)
}

.font18 {
	font-size: var(--font18)
}

.font16 {
	font-size: var(--font16)
}

.font14 {
	font-size: var(--font14)
}

img {
	max-width: 100%;
	max-height: 100%;
	border: 0;
	vertical-align: top
}

li {
	list-style: none
}

h1,h2,h3,h4,h5,h6 {
	font-family: inherit;
	font-style: inherit;
	font-size: inherit;
	font-weight: normal
}

a,a:hover,a:focus {
	color: #000000;
	text-decoration: none
}

input,button {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0
}

button {
	cursor: pointer
}

input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;
	appearance: button;
	cursor: pointer
}

textarea {
	resize: none;
	overflow: auto
}

input,button,textarea,select {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-size: inherit;
	font-weight: normal;
	color: inherit;
	background: transparent
}

select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

select::-ms-expand {
	display: none
}

table {
	border-collapse: collapse
}

.un_show{display: none;}

.fl {
	float: left
}

.fr {
	float: right
}

.clear {
	zoom: 1
}

.clear:after {
	content: '';
	display: block;
	clear: both
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.f-column {
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.f-column-right {
	-webkit-box-orient: vertical;
	-ms-flex-direction: column-reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse
}

.f-row {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row
}

.f-row-right {
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.j-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.j-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end
}

.j-start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start
}

.j-justify {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

.j-around {
	-moz-justify-content: space-around;
	-webkit-justify-content: space-around;
	justify-content: space-around
}

.a-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start
}

.a-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end
}

.a-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.a-baseline {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	-webkit-align-items: baseline;
	align-items: baseline
}

.a-stretch {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch
}

.a-s-stretch {
	-webkit-box-self: stretch;
	-ms-align-self: stretch;
	-webkit-align-self: stretch;
	align-self: stretch
}

.a-s-center {
	-webkit-box-self: center;
	-ms-align-self: center;
	-webkit-align-self: center;
	align-self: center
}

.a-s-end {
	-webkit-box-self: end;
	-ms-align-self: end;
	-webkit-align-self: end;
	align-self: end
}

.flex-wrap {
	flex-wrap: wrap;
	-ms-flex-wrap: wrap
}

.flex-nowrap {
	flex-wrap: nowrap;
	-ms-flex-wrap: nowrap
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.dh {
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.abimg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.pb {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	z-index: 5;
	overflow: hidden
}

.ab {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	font-size: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	overflow: hidden
}

@keyframes growAni {
	0% {
		transform: scale(1.2)
	}

	100% {
		transform: scale(1)
	}
}

@keyframes circleAni {
	0% {
		stroke-dasharray: 0,43.96
	}

	100% {
		stroke-dasharray: 43.96,43.96
	}
}[active] svg {
	vertical-align: top
}[active] svg path {
	fill: currentColor
}

.ani,.wow {
	visibility: hidden
}

.iconfont {
	font-size: inherit !important;
	color: currentColor
}

.w1920 {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto
}

.w1800 {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 60px
}

.w1680 {
	width: 100%;
	max-width: 1680px;
	margin: 0 auto
}

.w1600 {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto
}

.w1560 {
	width: 100%;
	max-width: 1560px;
	margin: 0 auto
}

.w1440 {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto
}

.w1400,.wrap {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto
}

.w1350,.wrap {
	width: 100%;
	max-width: 1350px;
	margin: 0 auto
}

.w1280 {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto
}

.w1200 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto
}

@media (max-width:1800px) {
	.w1680 {
		max-width: 100%;
		padding: 0 60px
	}
}

@media (max-width:1720px) {
	.w1600 {
		max-width: 100%;
		padding: 0 60px
	}
}

@media (max-width:1680px) {
	.w1560 {
		max-width: 100%;
		padding: 0 60px
	}
}

@media (max-width:1560px) {
	.w1440 {
		max-width: 100%;
		padding: 0 60px
	}
}

@media (max-width:1520px) {
	.w1400,.wrap {
		max-width: 100%;
		padding: 0 60px
	}
}

@media (max-width:1470px) {
	.w1350,.wrap {
		max-width: 100%;
		padding: 0 60px
	}
}

@media (max-width:1400px) {
	.w1280 {
		padding: 0 60px
	}
}

@media (max-width:1320px) {
	.w1200 {
		max-width: 100%;
		padding: 0 60px
	}
}

@media (max-width:1024px) {
	.w1800,.w1680,.w1560,.w1400,.w1350,.wrap,.w1440,.w1600,.w1280,.w1200 {
		padding: 0 30px
	}
}

@media (max-width:990px) {
	.w1800,.w1680,.w1560,.w1400,.w1350,.wrap,.w1440,.w1600,.w1280,.w1200 {
		padding: 0 20px
	}
}

.center-box {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 5
}

.public-content {
	font-size: var(--font16);
	color: #666666;
	line-height: calc(36/16)
}

.public-content>* {
	margin: .2em 0
}

.public-content>*:first-child {
	margin-top: 0
}

.public-content>*:last-child {
	margin-bottom: 0
}

.public-content h2 {
	font-size: var(--font36)
}

.public-content h3 {
	font-size: var(--font30)
}

.public-content h4 {
	font-size: var(--font24)
}

.public-content h5 {
	font-size: var(--font20)
}

.public-content h6 {
	font-size: var(--font16)
}

.public-content h2,.public-content h3,.public-content h4,.public-content h5,.public-content h6 {
	font-weight: bold
}

.public-content a {
	color: var(--color);
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.public-content a:hover {
	color: var(--color)
}

.public-content video {
	width: 100%;
	height: auto
}

.public-content table {
	max-width: 100%
}

.public-content table th,.public-content table td {
	padding: 10px 15px;
	border: 1px solid rgba(0,0,0,0.1)
}

.public-content li {
	margin: .5em 0 .5em 1.2em;
	list-style: disc
}

.public-content ol {
	margin: .5em 0 .5em 1.2em;
	list-style: decimal
}

.public-content img,.public-content video {
	max-width: 100%;
	height: auto !important
}

.public-pc {
	display: block
}

.public-mb {
	display: none
}

.zindex-2 {
	z-index: 2
}

.zindex-3 {
	z-index: 3
}

.zindex-4 {
	z-index: 4
}

.zindex-5 {
	z-index: 5
}

@media (max-width:991px) {
	.public-pc {
		display: none
	}

	.public-mb {
		display: block
	}
}

header {
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	--init-size: 16px;
	background: rgba(255,255,255,0.3);
	backdrop-filter: blur(10px);
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

header.active,header.details-active {
	background: #FFFFFF
}

header.active .header-box .header-main .column nav ul>li>a,header.details-active .header-box .header-main .column nav ul>li>a {
	color: #333333
}

header.active .header-box .header-main .column .search-btn a,header.details-active .header-box .header-main .column .search-btn a {
	color: #333333
}

header.active .header-box .header-main .column .lang-btn a,header.details-active .header-box .header-main .column .lang-btn a {
	color: #FFFFFF
}

header.active .header-box .header-main .column .mobile-switch,header.details-active .header-box .header-main .column .mobile-switch {
	color: var(--color)
}

header .header-box {
	width: 100%;
	height: auto
}

header .header-box .header-main {
	width: 100%;
	height: var(--header-height);
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

header .header-box .header-main .logo-box {
	width: 35%;
	max-width: 215px;
	height: 100%
}

header .header-box .header-main .logo-box a {
	width: 100%;
	height: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

header .header-box .header-main .logo-box a .logo {
	width: 100%;
	height: 60%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

header .header-box .header-main .column {
	width: auto;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

header .header-box .header-main .column nav {
	width: auto;
	height: 100%
}

header .header-box .header-main .column nav>ul {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

header .header-box .header-main .column nav>ul>li {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1
}

header .header-box .header-main .column nav>ul>li>a {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 0 .2rem;
	font-size: var(--font18);
	color: #FFFFFF;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	overflow: hidden
}

header .header-box .header-main .column nav>ul>li>a span {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: currentColor;
	white-space: nowrap
}

header .header-box .header-main .column nav>ul>li>a span::after {
	content: '';
	width: 0;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background-color: var(--color);
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

header .header-box .header-main .column nav>ul>li ul {
	width: 200px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 1;
	border-radius: 2px;
	background: #FFFFFF;
	display: block;
	box-shadow: 0 10px 10px rgba(0,0,0,0.1);
	transform: translate(-50%, 10px);
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	overflow: hidden
}

header .header-box .header-main .column nav>ul>li ul li {
	width: 100%;
	height: auto;
	text-align: center
}

header .header-box .header-main .column nav>ul>li ul li a {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 1em;
	font-size: 14px;
	color: #333333;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

header .header-box .header-main .column nav>ul>li ul li:hover>a {
	background: var(--color);
	color: #FFFFFF
}

header .header-box .header-main .column nav>ul>li a.active,header .header-box .header-main .column nav>ul>li:hover>a {
	color: var(--color)
}

header .header-box .header-main .column nav>ul>li a.active span::after,header .header-box .header-main .column nav>ul>li:hover>a span::after {
	width: 100%
}

header .header-box .header-main .column nav>ul>li:hover ul {
	transform: translate(-50%, 0);
	opacity: 1;
	pointer-events: auto;
	visibility: visible
}

header .header-box .header-main .column .search-btn {
	width: auto;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-left: .2rem
}

header .header-box .header-main .column .search-btn a {
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-radius: 50%;
	font-size: var(--font18);
	color: #FFFFFF;
	line-height: 1;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

header .header-box .header-main .column .search-btn a:hover {
	background: var(--active);
	color: #FFFFFF
}

header .header-box .header-main .column .lang-btn {
	width: auto;
	height: 100%;
	margin-left: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

header .header-box .header-main .column .lang-btn a {
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--color);
	font-size: 12px;
	color: #FFFFFF;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

header .header-box .header-main .column .lang-btn a:hover {
	background: var(--active)
}

header .header-box .header-main .column .contact-btn {
	width: auto;
	height: auto;
	margin-left: .2rem
}

header .header-box .header-main .column .contact-btn a {
	width: auto;
	height: 34px;
	border-radius: 50px;
	background: var(--active);
	padding: 0 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: var(--font16);
	color: #FFFFFF;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

header .header-box .header-main .column .mobile-switch {
	width: auto;
	height: 100%;
	margin-left: 20px;
	background: var(--blue-color);
	color: #FFFFFF;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

header .header-box .header-main .column .mobile-switch .icon {
	width: 20px;
	height: 15px;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

header .header-box .header-main .column .mobile-switch i {
	width: 100%;
	height: 1px;
	background: currentColor;
	transition: all .4s
}

header .header-box .header-main .column .mobile-switch i:first-child {
	position: absolute;
	top: 0
}

header .header-box .header-main .column .mobile-switch i:last-child {
	position: absolute;
	bottom: 0
}

header .header-box .header-main .column .mobile-switch.active i:nth-child(2) {
	opacity: 0
}

header .header-box .header-main .column .mobile-switch.active i:first-child {
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg)
}

header .header-box .header-main .column .mobile-switch.active i:last-child {
	bottom: 50%;
	-webkit-transform: translateY(50%) rotate(-45deg);
	transform: translateY(50%) rotate(-45deg)
}

header .header-box .header-main .column .mobile-switch:hover::after {
	opacity: 0
}

@media (max-width:991px) {
	header .header-box .header-main .column nav {
		display: none
	}

	header .header-box .header-main .column .search-btn,header .header-box .header-main .column .lang-btn,header .header-box .header-main .column .contact-btn {
		display: none
	}

	header .header-box .header-main .column .mobile-switch {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex
	}
}

.mobile-nav {
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	transform: translateX(-100%);
	opacity: 0;
	display: none;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	overflow: hidden
}

.mobile-nav::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: #000000;
	opacity: .2
}

.mobile-nav .nav-box {
	width: 80%;
	height: 100%;
	position: relative;
	z-index: 10;
	background: #FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	overflow: hidden
}

.mobile-nav .nav-box .nav-close {
	width: 100%;
	height: var(--header-height);
	box-sizing: border-box;
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	overflow: hidden
}

.mobile-nav .nav-box .nav-close .close {
	width: 60px;
	height: 100%;
	float: left;
	position: relative;
	overflow: hidden
}

.mobile-nav .nav-box .nav-close .close i {
	width: 50%;
	height: 2px;
	display: block;
	background: var(--color);
	position: absolute;
	top: 50%;
	left: -2px;
	margin: -1px 0 0;
	overflow: hidden;
	transform-origin: center center
}

.mobile-nav .nav-box .nav-close .close i:first-child {
	transform: rotate(45deg)
}

.mobile-nav .nav-box .nav-close .close i:last-child {
	transform: rotate(-45deg)
}

.mobile-nav .nav-box .nav-close .lang-btn {
	width: auto;
	height: 100%;
	margin-left: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.mobile-nav .nav-box .nav-close .lang-btn a {
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--color);
	font-size: 12px;
	color: #FFFFFF;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.mobile-nav .nav-box .nav-close .lang-btn a:hover {
	background: var(--active)
}

.mobile-nav .nav-box .line {
	width: 100%;
	height: 1px;
	background: var(--color)
}

.mobile-nav .nav-box .nav-main {
	width: 100%;
	height: 100%;
	min-height: 0;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.mobile-nav .nav-box .nav-main .nav-list {
	width: 100%;
	height: 100%;
	flex: 1;
	padding: 0 0 50px;
	overflow: hidden;
	overflow-y: auto
}

.mobile-nav .nav-box .nav-main .nav-list ul {
	margin: 0;
	padding: 0;
	overflow: hidden
}

.mobile-nav .nav-box .nav-main .nav-list ul li {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #D9D9D9;
	overflow: hidden
}

.mobile-nav .nav-box .nav-main .nav-list ul li a {
	width: 100%;
	height: auto;
	display: block;
	box-sizing: border-box;
	padding: 20px 45px 20px 20px;
	font-size: 16px;
	position: relative;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	overflow: hidden
}

.mobile-nav .nav-box .nav-main .nav-list ul li a i {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin: -10px 0 0;
	z-index: 2;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	overflow: hidden
}

.mobile-nav .nav-box .nav-main .nav-list ul li a i::before,.mobile-nav .nav-box .nav-main .nav-list ul li a i::after {
	content: '';
	width: 50%;
	height: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	background: #333333;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.mobile-nav .nav-box .nav-main .nav-list ul li a i::before {
	width: 1px
}

.mobile-nav .nav-box .nav-main .nav-list ul li a i::after {
	height: 1px
}

.mobile-nav .nav-box .nav-main .nav-list ul li>a.active {
	background: var(--color);
	color: #FFFFFF
}

.mobile-nav .nav-box .nav-main .nav-list ul li>a.active i {
	transform: rotate(90deg)
}

.mobile-nav .nav-box .nav-main .nav-list ul li>a.active i::before,.mobile-nav .nav-box .nav-main .nav-list ul li>a.active i::after {
	background: #FFFFFF
}

.mobile-nav .nav-box .nav-main .nav-list ul li>a.active i::after {
	opacity: 0
}

.mobile-nav .nav-box .nav-main .nav-list ul li:last-child {
	border: 0
}

.mobile-nav .nav-box .nav-main .nav-list ul li ul {
	padding: 10px 20px;
	display: none
}

.mobile-nav .nav-box .nav-main .nav-list ul li ul li {
	border: 0
}

.mobile-nav .nav-box .nav-main .nav-list ul li ul li a {
	position: relative;
	z-index: 1;
	padding: .5em 0 .5em 20px;
	font-size: 16px;
	color: #333333;
	line-height: 1.3
}

.mobile-nav .nav-box .nav-main .nav-list ul li ul li a::before {
	content: '-';
	position: absolute;
	left: 0;
	top: .5em;
	z-index: 1
}

.mobile-nav .nav-box .nav-main .nav-list ul li ul li a.is-active::before {
	content: '+'
}

.mobile-nav .nav-box .nav-main .nav-list ul li ul li a.active {
	background: transparent;
	color: var(--color)
}

.mobile-nav .nav-box .nav-main .nav-list ul li ul li ul li a {
	font-size: 14px;
	color: #666666
}

.mobile-nav .nav-box .nav-main .nav-list ul li ul li ul li ul li a {
	font-size: 12px;
	color: #999999
}

.mobile-nav .nav-box .nav-main .contact-box {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 0 20px 20px
}

.mobile-nav .nav-box .nav-main .contact-box a {
	width: 100%;
	height: 40px;
	border-radius: 50px;
	background: var(--active);
	padding: 0 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: var(--font16);
	color: #FFFFFF;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

@media (max-width:991px) {
	.mobile-nav {
		display: block
	}
}

.header-nbsp {
	width: 100%;
	height: var(--header-height)
}

main {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.public-arrow {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.public-arrow .more {
	width: auto;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	z-index: 1;
	font-size: var(--font16);
	color: var(--color);
	line-height: 1.5
}

.public-arrow .more::after {
	content: '';
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: currentColor;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.public-arrow .more:hover::after {
	width: 100%
}

.public-more {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.public-more .more {
	width: auto;
	min-width: 100px;
	height: 40px;
	padding: 0 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: var(--color);
	border-radius: 3px;
	font-size: var(--font14);
	color: #FFFFFF;
	line-height: 1;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.public-more .more:hover {
	filter: brightness(1.05)
}

.public-more.white .more {
	background: #FFFFFF;
	color: var(--color)
}

@media (max-width:1024px) {
	.public-more .more {
		min-width: 100px;
		height: 40px
	}
}

.idx-title {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end
}

.idx-title .info {
	width: 100%;
	min-width: 0;
	height: auto;
	flex: 1;
	margin-right: 1rem
}

.idx-title .info .title {
	width: 100%;
	height: auto;
	font-size: var(--font16);
	color: var(--color);
	line-height: 1.2
}

.idx-title .info .subtitle {
	width: 100%;
	height: auto;
	font-weight: bold;
	font-size: var(--font36);
	color: #333333;
	line-height: 1
}

.idx-title .info .title+.subtitle {
	margin-top: .15rem
}

.idx-title .public-arrow {
	width: auto
}

.pager-box {
	width: 100%;
	height: auto;
	text-align: center;
	pointer-events: none
}

.pager-box .pager {
	width: auto;
	height: auto;
	margin-top: max(30px, .5rem)
}

.pager-box .pager span {
	width: .16rem;
	min-width: 10px;
	height: .16rem;
	min-height: 10px;
	margin: 0 .1rem;
	border-radius: 50%;
	background: #D9D9D9;
	cursor: pointer;
	opacity: 1;
	pointer-events: auto;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

@media (max-width:1024px) {
	.pager-box .pager span {
		width: 10px;
		height: 10px
	}
}

.pager-box .pager span.active {
	background: var(--color) !important
}

.pager-box .pager.white span {
	background: #FFFFFF
}

.idx-banner {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	background: #000000;
	overflow: hidden
}

.idx-banner .swiper-box {
	width: 100%;
	height: auto;
	overflow: hidden
}

.idx-banner .swiper-box .swiper-slide {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.idx-banner .swiper-box .swiper-slide .banner-box {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden
}

.idx-banner .swiper-box .swiper-slide .banner-box .banner-main {
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 36px;
	color: #FFFFFF
}

.idx-banner .swiper-box .swiper-slide .banner-box .banner-main .title-box {
	width: 100%;
	height: auto;
	text-align: center
}

.idx-banner .swiper-box .swiper-slide .banner-box .banner-main .title-box .title {
	font-size: var(--font48);
	font-weight: 700;
	color: currentColor
}

.idx-banner .swiper-box .swiper-slide .banner-box .banner-main .title-box .title span {
	color: var(--active)
}

.idx-banner .swiper-box .swiper-slide .banner-box .banner-main .title-box .details {
	margin-top: 1em;
	font-size: var(--font18);
	color: #FFFFFF;
	line-height: 1.5
}

.idx-banner .swiper-box .swiper-slide .banner-box .banner-main .form-box {
	width: 100%;
	max-width: 460px;
	height: 46px;
	margin: 20px auto 0
}

.idx-banner .swiper-box .swiper-slide .banner-box .banner-main .form-box form {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.idx-banner .swiper-box .swiper-slide .banner-box .banner-main .form-box form input {
	width: 100%;
	min-width: 0;
	height: 100%;
	flex: 1;
	border-radius: 3px 0 0 3px;
	border: 1px solid #DEE2E9;
	border-right: 0;
	background: #FFFFFF;
	padding: 0 1em;
	font-size: var(--font14);
	color: #000000;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.idx-banner .swiper-box .swiper-slide .banner-box .banner-main .form-box form input::placeholder {
	color: #AAAAAA
}

.idx-banner .swiper-box .swiper-slide .banner-box .banner-main .form-box form button {
	width: max-content;
	height: 100%;
	border-radius: 0 3px 3px 0;
	background: var(--active);
	padding: 0 1em;
	font-size: var(--font14);
	color: #FFFFFF;
	cursor: pointer
}

.idx-banner .swiper-box .swiper-slide .banner-box .banner-main .form-box form:focus-within input {
	border-color: var(--active)
}

.idx-banner .swiper-box .swiper-slide .images {
	width: 100%;
	height: 800px;
	position: relative;
	z-index: 1;
	font-size: 0;
	overflow: hidden
}

.idx-banner .swiper-box .swiper-slide .images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 100%;
}

@media (max-width:1600px) {
	.idx-banner .swiper-box .swiper-slide .images {
		height: 720px
	}
}

@media (max-width:1440px) {
	.idx-banner .swiper-box .swiper-slide .images {
		height: 680px
	}
}

@media (max-width:1280px) {
	.idx-banner .swiper-box .swiper-slide .images {
		height: 640px
	}
}

@media (max-width:1024px) {
	.idx-banner .swiper-box .swiper-slide .images {
		height: 400px
	}
	.idx-banner .swiper-box .swiper-slide .banner-box .banner-main {
		padding-bottom: 16px;
	}
}

@media (max-width:768px) {
	.idx-banner .swiper-box .swiper-slide .images {
		height: 280px
	}
	.idx-banner .swiper-box .swiper-slide .banner-box .banner-main {
		padding-bottom: 0;
	}
	.idx-banner .swiper-box .swiper-slide .banner-box .banner-main .title-box .title{
		font-size: var(--font32);
	}
	.idx-banner .swiper-box .swiper-slide .banner-box .banner-main .form-box{
		margin: 10px auto 0 auto;
	}
	.idx-banner .swiper-box .swiper-slide .banner-box .banner-main .title-box .details{
		margin: 10px auto 0 auto;
	}
}

.idx-banner .pager-box {
	position: absolute;
	left: 0;
	bottom: 30px;
	z-index: 10
}

.idx-about {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	margin: 60px 0
}

.idx-about .about-box {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	grid-gap: .6rem 1rem
}

.idx-about .about-box .item {
	width: max-content;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.idx-about .about-box .item .icon-box {
	width: .8rem;
	min-width: 48px;
	height: .8rem;
	min-height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-radius: 50%;
	background: #F5F5F5;
	font-size: var(--font40);
	color: var(--color)
}

.idx-about .about-box .item .info-box {
	width: 100%;
	min-width: 0;
	height: auto;
	flex: 1;
	margin-left: .2rem
}

.idx-about .about-box .item .info-box .number {
	width: 100%;
	height: auto;
	font-weight: bold;
	font-size: var(--font30);
	color: var(--color)
}

.idx-about .about-box .item .info-box .details {
	width: 100%;
	height: auto;
	margin-top: .5em;
	font-size: var(--font16);
	color: #999999
}

@media (max-width:1280px) {
	.idx-about .about-box {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-gap: .6rem .2rem
	}

	.idx-about .about-box .item {
		width: 100%;
		display: block;
		background: #F5F5F5;
		padding: 30px 15px;
		border-radius: 6px
	}

	.idx-about .about-box .item .icon-box {
		margin: 0 auto;
		background: var(--color);
		color: #FFFFFF
	}

	.idx-about .about-box .item .info-box {
		margin: 20px 0 0;
		text-align: center
	}
}

@media (max-width:768px) {
	.idx-about .about-box {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: .2rem
	}
}

.idx-product {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	margin: 60px 0
}

.idx-product .product-box {
	width: 100%;
	height: auto
}

.idx-product .product-box .product-item {
	width: 100%;
	height: auto
}

.idx-product .product-box .product-item .menu-box {
	width: 100%;
	height: auto;
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: .2rem
}

.idx-product .product-box .product-item .menu-box .item {
	width: 100%;
	min-width: 0;
	height: auto
}

.idx-product .product-box .product-item .menu-box .item a {
	width: 100%;
	height: 100%;
	display: block;
	background: #F5F5F5;
	overflow: hidden
}

.idx-product .product-box .product-item .menu-box .item a .img {
	width: 100%;
	height: auto;
	overflow: hidden
}

.idx-product .product-box .product-item .menu-box .item a .img .pb {
	padding-bottom: 66.66%
}

.idx-product .product-box .product-item .menu-box .item a .img img {
	-webkit-transition: all 1.05s ease;
	-o-transition: all 1.05s ease;
	transition: all 1.05s ease
}

.idx-product .product-box .product-item .menu-box .item a .info-box {
	width: 100%;
	height: auto;
	padding: .15rem .2rem .2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.idx-product .product-box .product-item .menu-box .item a .info-box .info {
	width: 100%;
	min-width: 0;
	height: auto;
	flex: 1;
	margin-right: 20px
}

.idx-product .product-box .product-item .menu-box .item a .info-box .info .title {
	width: 100%;
	height: auto;
	font-size: var(--font18);
	color: #333333;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.idx-product .product-box .product-item .menu-box .item a .info-box .info .details {
	width: 100%;
	height: auto;
	margin-top: .5em;
	font-size: var(--font14);
	color: #999999
}

.idx-product .product-box .product-item .menu-box .item a .info-box .arrow {
	width: 18px;
	height: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--color);
	font-size: 10px;
	color: #FFFFFF
}

.idx-product .product-box .product-item .menu-box .item a:hover .img img {
	transform: scale(1.05)
}

.idx-product .product-box .product-item .menu-box .item a:hover .info-box .info .title {
	color: var(--color)
}

@media (max-width:991px) {
	.idx-product .product-box .product-item .menu-box {
		grid-template-columns: repeat(2, 1fr)
	}
}

.idx-product .product-box .product-item+.product-item {
	margin-top: 40px
}

.idx-application {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	margin: 60px 0
}

.idx-application .application-box {
	width: 100%;
	height: auto
}

.idx-application .application-box .application-main {
	width: 100%;
	height: auto;
	border-radius: 6px;
	background: var(--color);
	padding: 30px .3rem;
	overflow: hidden
}

.idx-application .application-box .application-main .title-box {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: var(--font14);
	color: #FFFFFF;
	line-height: 1.5
}

.idx-application .application-box .application-main .title-box span {
	position: relative;
	z-index: 1;
	margin-right: 2em;
	font-size: var(--font26)
}

.idx-application .application-box .application-main .title-box span::after {
	content: '';
	width: 2px;
	height: .7em;
	position: absolute;
	left: 100%;
	top: 55%;
	z-index: 1;
	transform: translate(1em, -50%) translateX(-50%);
	background: #FFFFFF
}

@media (max-width:991px) {
	.idx-application .application-box .application-main .title-box {
		display: block;
		text-align: center
	}

	.idx-application .application-box .application-main .title-box span {
		display: block;
		text-align: center;
		margin: 0 0 10px
	}

	.idx-application .application-box .application-main .title-box span::after {
		display: none
	}
}

.idx-application .application-box .application-main .menu-box {
	width: 100%;
	height: auto;
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	grid-gap: .6rem .8rem
}

.idx-application .application-box .application-main .menu-box .item {
	width: max-content;
	min-width: 0;
	height: auto;
	position: relative;
	z-index: 1
}

.idx-application .application-box .application-main .menu-box .item a {
	width: auto;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #FFFFFF
}

.idx-application .application-box .application-main .menu-box .item a .icon {
	font-size: var(--font36)
}

.idx-application .application-box .application-main .menu-box .item a .word {
	margin-left: 1em;
	position: relative;
	z-index: 1;
	font-size: var(--font16);
	line-height: 1.5
}

.idx-application .application-box .application-main .menu-box .item a .word::after {
	content: '';
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: currentColor;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.idx-application .application-box .application-main .menu-box .item a:hover .word::after {
	width: 100%
}

.idx-application .application-box .application-main .menu-box .item::after {
	content: '';
	width: 1px;
	height: 60%;
	position: absolute;
	left: 100%;
	top: 55%;
	z-index: 1;
	transform: translate(.4rem, -50%);
	background: #FFFFFF;
	opacity: .1
}

@media (max-width:1280px) {
	.idx-application .application-box .application-main .menu-box .item a {
		display: block;
		text-align: center
	}

	.idx-application .application-box .application-main .menu-box .item a .word {
		margin: 1em 0 0
	}
}

@media (max-width:991px) {
	.idx-application .application-box .application-main .menu-box {
		display: grid;
		grid-template-columns: repeat(3, 1fr)
	}

	.idx-application .application-box .application-main .menu-box .item {
		width: 100%
	}
}

@media (max-width:480px) {
	.idx-application .application-box .application-main .menu-box .item a {
		display: block;
		text-align: center
	}

	.idx-application .application-box .application-main .menu-box .item a .word {
		margin: 1em 0 0
	}
}

.idx-application .application-box .idx-title {
	margin-top: 40px
}

.idx-application .application-box .swiper-box {
	width: 100%;
	height: auto;
	margin-top: 30px;
	overflow: hidden
}

.idx-application .application-box .swiper-box .swiper-slide {
	width: 25%;
	height: auto;
	overflow: hidden
}

.idx-application .application-box .swiper-box .swiper-slide a {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	display: block;
	border-radius: 6px;
	overflow: hidden
}

.idx-application .application-box .swiper-box .swiper-slide a .img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.idx-application .application-box .swiper-box .swiper-slide a .img .pb {
	padding-bottom: 66.66%
}

.idx-application .application-box .swiper-box .swiper-slide a .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 1.05s ease;
	-o-transition: all 1.05s ease;
	transition: all 1.05s ease
}

.idx-application .application-box .swiper-box .swiper-slide a .title {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	padding: 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: rgba(0,0,0,0.5);
	font-size: var(--font16);
	color: #FFFFFF;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.idx-application .application-box .swiper-box .swiper-slide a:hover .img img {
	transform: scale(1.05)
}

.idx-application .application-box .swiper-box .swiper-slide a:hover .title {
	background: var(--color)
}

.select-product {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	margin: 60px 0
}

.select-product .product-box {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background: #ECF0F8;
	border-radius: 6px;
	overflow: hidden
}

.select-product .product-box .title-box {
	width: 100%;
	min-width: 0;
	height: auto;
	flex: 1;
	margin-right: 1rem;
	padding: .5rem .4rem;
	padding-right: 0
}

.select-product .product-box .title-box .title {
	width: 100%;
	height: auto;
	font-weight: bold;
	font-size: var(--font30);
	color: var(--color)
}

.select-product .product-box .title-box .details {
	width: 100%;
	height: auto;
	margin-top: 1em;
	font-size: var(--font16);
	color: #666666
}

.select-product .product-box .form-box {
	width: 50%;
	min-width: 320px;
	max-width: 4.6rem;
	height: 46px;
	margin-right: 20px
}

.select-product .product-box .form-box form {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.select-product .product-box .form-box form input {
	width: 100%;
	min-width: 0;
	height: 100%;
	flex: 1;
	border-radius: 3px 0 0 3px;
	border: 1px solid #DEE2E9;
	border-right: 0;
	background: #FFFFFF;
	padding: 0 1em;
	font-size: var(--font14);
	color: #000000;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.select-product .product-box .form-box form input::placeholder {
	color: #AAAAAA
}

.select-product .product-box .form-box form button {
	width: max-content;
	height: 100%;
	border-radius: 0 3px 3px 0;
	background: var(--active);
	padding: 0 1em;
	font-size: var(--font14);
	color: #FFFFFF;
	cursor: pointer
}

.select-product .product-box .form-box form:focus-within input {
	border-color: var(--active)
}

.select-product .product-box .img {
	width: 240px;
	height: auto;
	overflow: hidden
}

.select-product .product-box .img .pb {
	padding-bottom: 66.66%
}

@media (max-width:991px) {
	.select-product .product-box {
		display: block;
		padding: 50px 20px 20px
	}

	.select-product .product-box .title-box {
		margin: 0;
		padding: 0;
		text-align: center
	}

	.select-product .product-box .form-box {
		width: 100%;
		min-width: 0;
		max-width: 460px;
		margin: 20px auto 0
	}

	.select-product .product-box .img {
		margin: 40px auto 0
	}
}

@media (max-width:480px) {
	.select-product .product-box .form-box {
		height: auto
	}

	.select-product .product-box .form-box form {
		display: block
	}

	.select-product .product-box .form-box form input {
		height: 46px;
		border-radius: 3px;
		border: 1px solid #DEE2E9
	}

	.select-product .product-box .form-box form button {
		height: 40px;
		margin: 10px auto 0;
		display: block;
		border-radius: 3px
	}
}

.idx-news {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	margin: 60px 0 80px
}

.idx-news .news-box {
	width: 100%;
	height: auto
}

.idx-news .news-box .swiper-box {
	width: 100%;
	height: auto;
	margin-top: 30px;
	overflow: hidden
}

.idx-news .news-box .swiper-box .swiper-slide {
	width: 25%;
	height: auto;
	overflow: hidden
}

.idx-news .news-box .swiper-box .swiper-slide a {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	overflow: hidden
}

.idx-news .news-box .swiper-box .swiper-slide a .img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	border-radius: 6px;
	overflow: hidden
}

.idx-news .news-box .swiper-box .swiper-slide a .img .pb {
	padding-bottom: 66.66%
}

.idx-news .news-box .swiper-box .swiper-slide a .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease
}

.idx-news .news-box .swiper-box .swiper-slide a .info-box {
	width: 100%;
	height: 100%;
	min-height: 0;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 20px
}

.idx-news .news-box .swiper-box .swiper-slide a .info-box .info {
	width: 100%;
	height: auto
}

.idx-news .news-box .swiper-box .swiper-slide a .info-box .info .title {
	width: 100%;
	height: auto;
	font-size: var(--font18);
	color: #333333;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.idx-news .news-box .swiper-box .swiper-slide a .info-box .info .time {
	width: 100%;
	height: auto;
	display: block;
	margin-top: .75em;
	font-size: var(--font14);
	color: #999999
}

.idx-news .news-box .swiper-box .swiper-slide a .info-box .details {
	width: 100%;
	height: calc(2em * 1.75);
	margin-top: 1em;
	font-size: var(--font14);
	color: #999999;
	line-height: 1.75;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.idx-news .news-box .swiper-box .swiper-slide a:hover .img img {
	transform: scale(1.05)
}

.idx-news .news-box .swiper-box .swiper-slide a:hover .info-box .info .title {
	color: var(--color)
}

footer {
	width: 100%;
	height: auto;
	background: var(--color);
	position: relative;
	z-index: 1;
	overflow: hidden;
}

footer .footer-box {
	width: 100%;
	height: auto;
	padding: 50px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

footer .footer-box .foot-info {
	width: max-content;
	max-width: 240px;
	height: auto
}

footer .footer-box .foot-info .logo-box {
	width: 100%;
	height: auto
}

footer .footer-box .foot-info .logo-box .logo {
	width: 100%;
	height: auto;
	font-size: 0
}

footer .footer-box .foot-info .logo-box .logo img {
	min-height: 20px;
	max-height: .3rem
}

footer .footer-box .foot-info .logo-box .details {
	width: 100%;
	height: auto;
	margin-top: .2rem;
	font-size: var(--font14);
	color: #FFFFFF;
	line-height: 1.8
}

footer .footer-box .foot-info .share-box {
	width: 100%;
	height: auto;
	margin-top: .3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	grid-gap: .1rem
}

footer .footer-box .foot-info .share-box .item {
	width: fit-content;
	height: auto;
	border-radius: 50%;
	background: rgba(255,255,255,0.15);
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

footer .footer-box .foot-info .share-box .item a {
	width: .4rem;
	min-width: 32px;
	height: .4rem;
	min-height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: var(--font18);
	color: #FFFFFF;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

footer .footer-box .foot-info .share-box .item:hover {
	background: #FFFFFF
}

footer .footer-box .foot-info .share-box .item:hover a {
	color: var(--color)
}

footer .footer-box .line-box {
	width: 1px;
	height: auto;
	margin: 0 0.6rem;
	background: linear-gradient(transparent 15%, #FFFFFF, transparent 85%);
	opacity: .25
}

footer .footer-box .foot-nav {
	width: 100%;
	min-width: 0;
	height: auto;
	flex: 1;
	padding-top: .1rem
}

footer .footer-box .foot-nav>ul {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	grid-gap: 20px
}

footer .footer-box .foot-nav>ul li {
	width: auto;
	height: auto;
	overflow: hidden
}

footer .footer-box .foot-nav>ul li .headline {
	width: 100%;
	height: auto
}

footer .footer-box .foot-nav>ul li .headline a {
	position: relative;
	z-index: 1;
	font-size: var(--font20);
	color: #FFFFFF;
	white-space: nowrap;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

footer .footer-box .foot-nav>ul li .headline a::after {
	content: '';
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: currentColor;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

footer .footer-box .foot-nav>ul li .headline a:hover::after {
	width: 100%
}

footer .footer-box .foot-nav>ul li ul {
	width: 100%;
	height: auto;
	margin-top: .3rem;
	display: block
}

footer .footer-box .foot-nav>ul li ul li {
	width: 100%;
	height: auto
}

footer .footer-box .foot-nav>ul li ul li a {
	position: relative;
	z-index: 1;
	font-size: var(--font14);
	color: #FFFFFF
}

footer .footer-box .foot-nav>ul li ul li a::after {
	content: '';
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: currentColor;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

footer .footer-box .foot-nav>ul li ul li a:hover::after {
	width: 100%
}

footer .footer-box .foot-nav>ul li ul li+li {
	margin-top: .2rem
}

footer .footer-box .foot-nav>ul li ul ul {
	margin-top: 0
}

footer .footer-box .foot-nav>ul>li:first-child>ul {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: .2rem
}

footer .footer-box .foot-nav>ul>li:first-child>ul>li+li {
	margin: 0
}

footer .footer-box .foot-contact {
	width: max-content;
	max-width: 280px;
	height: auto;
	padding-top: .1rem
}

footer .footer-box .foot-contact .headline {
	width: 100%;
	height: auto;
	font-size: var(--font20);
	color: #FFFFFF
}

footer .footer-box .foot-contact .menu {
	width: 100%;
	height: auto;
	margin-top: .3rem
}

footer .footer-box .foot-contact .menu .one {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

footer .footer-box .foot-contact .menu .one .icon {
	width: .22rem;
	min-width: 18px;
	height: .22rem;
	min-height: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	color: #FFFFFF
}

footer .footer-box .foot-contact .menu .one .icon .iconfont {
	font-size: var(--font18)
}

footer .footer-box .foot-contact .menu .one .info {
	width: 100%;
	min-width: 0;
	height: auto;
	flex: 1;
	margin-left: 10px;
	font-size: var(--font14);
	color: #FFFFFF;
	line-height: 1.5;
	overflow: hidden
}

footer .footer-box .foot-contact .menu .one+.one {
	margin-top: 12px
}

@media (max-width:991px) {
	footer .footer-box {
		display: block;
	}

	footer .footer-box .foot-info {
		width: 100%;
		max-width: 100%
	}

	footer .footer-box .foot-nav {
		width: 100%;
		margin: 40px 0 0;
		display: none
	}

	footer .footer-box .foot-contact {
		width: 100%;
		max-width: 100%;
		margin-top: 30px
	}
}

footer .copy-box {
	width: 100%;
	height: auto;
	padding: 20px 0;
	border-top: 1px solid rgba(255,255,255,0.1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	grid-gap: .5em 1em;
	font-size: var(--font14);
	color: #FFFFFF
}

footer .copy-box a {
	color: currentColor
}

footer .copy-box a::after {
	content: '';
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

footer .copy-box a:hover::after {
	width: 100%
}

.inner-title {
	width: 100%;
	height: auto;
	text-align: center
}

.inner-title .title {
	width: 100%;
	height: auto;
	font-weight: bold;
	font-size: var(--font36);
	color: #333333;
	line-height: 1.2
}

.inner-title .details {
	width: 100%;
	height: auto;
	margin-top: 1em;
	font-size: var(--font16);
	color: #999999;
	line-height: 1.5
}

.inner-title.active .title {
	font-size: var(--font30)
}

.inner-title.active .details {
	font-size: var(--font14)
}

.text-details {
	width: 100%;
	height: auto;
	font-size: var(--font14);
	color: #666666;
	line-height: 2.25
}

.text-details img {
	vertical-align: middle;
	max-width: 100% !important;
	height: auto !important
}

.text-details table {
	font-size: var(--font16);
	width: 100%;
	color: #666666;
	border-width: 1px;
	border-color: #d9d9d9;
	border-collapse: collapse
}

.text-details table tr:hover {
	background: #f5f5f5
}

.text-details table th {
	border-width: 1px;
	padding: 10px;
	border-style: solid;
	border-color: #d9d9d9
}

.text-details table td {
	border-width: 1px;
	padding: 1em 10px;
	border-style: solid;
	border-color: #d9d9d9;
	text-align: center
}

.public-headline {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	flex: 1;
	padding-left: 1em;
	line-height: 1.3;
	font-weight: bold;
	font-size: var(--font24);
	color: #333333;
	overflow: hidden
}

.public-headline::before {
	content: '';
	width: .25em;
	height: 1em;
	position: absolute;
	left: 0;
	top: .65em;
	transform: translateY(-50%);
	background: var(--color)
}

.public-subnav {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	grid-gap: .2rem
}

.public-subnav a {
	width: auto;
	min-width: 1.2rem;
	height: .44rem;
	min-height: 40px;
	padding: 0 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: #F5F5F5;
	border-radius: 3px;
	font-size: var(--font16);
	color: #333333;
	line-height: 1;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.public-subnav a.active,.public-subnav a:hover {
	background: var(--color);
	color: #FFFFFF
}

@media (max-width:768px) {
	.public-subnav {
		grid-gap: .1rem
	}

	.public-subnav a {
		min-width: 1rem;
		min-height: 36px;
		font-size: 13px
	}
}

.inner-banner {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.inner-banner .banner-box {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden
}

.inner-banner .banner-box .banner-main {
	width: 100%;
	height: auto
}

.inner-banner .banner-box .banner-main .title {
	font-weight: bold;
	font-size: var(--font36);
	color: #FFFFFF
}

.inner-banner .banner-box .banner-main .nav-box {
	width: 100%;
	height: auto;
	margin-top: .2rem;
	font-size: var(--font14);
	color: #FFFFFF
}

.inner-banner .banner-box .banner-main .nav-box span {
	margin: 0 4px
}

.inner-banner .banner-box .banner-main .nav-box a {
	color: #FFFFFF;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.inner-banner .banner-box .banner-main .nav-box a:hover {
	text-decoration: underline;
}

.inner-banner .images {
	width: 100%;
	height: auto;
	background: var(--color);
	overflow: hidden
}

.inner-banner .images img {
	width: 100%;
	height: 100%;
	min-height: 240px;
	object-fit: cover;
	opacity: .2
}

.inner-subnav {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1
}

.inner-subnav .subnav-head {
	width: 100%;
	height: auto;
	background-color: var(--color);
	overflow: hidden
}

.inner-subnav .subnav-head .subnav-box {
	width: 100%;
	height: auto;
	padding: 14px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.inner-subnav .subnav-head .subnav-box .links {
	width: 100%;
	height: auto;
	flex: 1;
	margin-right: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	grid-gap: 1.5em;
	font-size: var(--font14);
	color: #FFFFFF;
	line-height: 1
}

.inner-subnav .subnav-head .subnav-box .links a {
	color: #FFFFFF
}

.inner-subnav .subnav-head .subnav-box .links a:hover {
	text-decoration: underline
}

.inner-subnav .subnav-head .subnav-box .form-box {
	width: 30%;
	min-width: 200px;
	max-width: 300px;
	height: 32px
}

.inner-subnav .subnav-head .subnav-box .form-box form {
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.inner-subnav .subnav-head .subnav-box .form-box form input {
	width: 100%;
	height: 100%;
	flex: 1;
	padding: 0 1em;
	font-size: 12px;
	color: #000000;
	border: 0;
	border-radius: 0;
	background: transparent
}

.inner-subnav .subnav-head .subnav-box .form-box form input::placeholder {
	color: #999999
}

.inner-subnav .subnav-head .subnav-box .form-box form button {
	width: 50px;
	height: 32px;
	padding: 0
}

@media (max-width:991px) {
	.inner-subnav .subnav-head .subnav-box {
		display: block;
		padding: 20px 0
	}

	.inner-subnav .subnav-head .subnav-box .links {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center
	}

	.inner-subnav .subnav-head .subnav-box .form-box {
		width: 100%;
		margin: 20px auto 0
	}
}

.inner-subnav .breadcrumb-nav {
	width: 100%;
	height: auto;
	padding: 1.5em 0;
	border-bottom: 1px dashed #D9D9D9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	grid-gap: 5px;
	font-size: var(--font14);
	color: #999999;
	overflow: hidden
}

.inner-subnav .breadcrumb-nav * {
	font-size: var(--font14);
	color: currentColor
}

.inner-subnav .breadcrumb-nav a {
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.inner-subnav .breadcrumb-nav a:hover {
	color: var(--color)
}

.inner-subnav .subnav {
	width: 100%;
	height: auto;
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	grid-gap: .14rem;
	overflow: hidden
}

.inner-subnav .subnav a {
	width: auto;
	min-width: 120px;
	height: 44px;
	padding: 0 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-radius: 5px;
	background: #F5F5F5;
	font-size: var(--font16);
	color: #333333;
	line-height: 1;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	overflow: hidden
}

.inner-subnav .subnav a:hover,.inner-subnav .subnav a.active {
	background: var(--color);
	color: #FFFFFF
}

@media (max-width:1024px) {
	.inner-subnav .subnav a {
		min-width: 100px;
		height: 40px
	}
}

.list-box {
	width: 100%;
	height: auto;
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	grid-gap: 10px
}

.list-box a,.list-box span {
	width: auto;
	min-width: 40px;
	height: 40px;
	padding: 0 1em;
	border-radius: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: #F5F5F5;
	font-size: var(--font16);
	color: #333333;
	cursor: pointer;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.list-box a:hover,.list-box a.active {
	background: var(--color);
	color: #FFFFFF
}

.list-box.active a {
	min-width: 100px
}

.public-block {
	width: 100%;
	height: auto;
	overflow: hidden
}

.public-block .block-box {
	width: 100%;
	height: auto;
	padding: 50px 0 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.public-block .block-box .content-box {
	width: 100%;
	min-width: 0;
	height: auto;
	flex: 1;
	margin-right: .6rem
}

.public-block .block-box .sidebar-box {
	width: calc(400/1400*100%);
	min-width: 300px;
	max-width: .4rem;
	height: auto
}

.public-block .block-box .sidebar-box .sidebar-item {
	width: 100%;
	height: auto;
	padding: .4rem .3rem;
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.05)
}

.public-block .block-box .sidebar-box .sidebar-item .headline {
	width: 100%;
	height: auto;
	padding-left: .2rem;
	position: relative;
	z-index: 1;
	font-size: var(--font24);
	color: #333333;
	line-height: 1
}

.public-block .block-box .sidebar-box .sidebar-item .headline::before {
	content: '';
	width: .04rem;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: var(--color)
}

.public-block .block-box .sidebar-box .sidebar-item .nav-box {
	width: 100%;
	height: auto;
	margin: 25px 0 0 .2rem
}

.public-block .block-box .sidebar-box .sidebar-item .nav-box .one {
	width: 100%;
	height: auto
}

.public-block .block-box .sidebar-box .sidebar-item .nav-box .one a {
	font-weight: bold;
	font-size: var(--font16);
	color: #333333;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.public-block .block-box .sidebar-box .sidebar-item .nav-box .one.active a,.public-block .block-box .sidebar-box .sidebar-item .nav-box .one a:hover {
	color: var(--color)
}

.public-block .block-box .sidebar-box .sidebar-item .nav-box .one+.one {
	margin-top: .2rem
}

.public-block .block-box .sidebar-box .sidebar-item .news-box {
	width: 100%;
	height: auto;
	margin-top: 25px
}

.public-block .block-box .sidebar-box .sidebar-item .news-box .item {
	width: 100%;
	height: auto
}

.public-block .block-box .sidebar-box .sidebar-item .news-box .item a {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	overflow: hidden
}

.public-block .block-box .sidebar-box .sidebar-item .news-box .item a .img {
	width: 40%;
	height: auto;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.public-block .block-box .sidebar-box .sidebar-item .news-box .item a .img .pb {
	padding-bottom: 66.66%;
	border-radius: 2px
}

.public-block .block-box .sidebar-box .sidebar-item .news-box .item a .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease
}

.public-block .block-box .sidebar-box .sidebar-item .news-box .item a .info-box {
	width: 100%;
	min-width: 0;
	height: auto;
	flex: 1;
	-webkit-box-self: center;
	-ms-align-self: center;
	-webkit-align-self: center;
	align-self: center;
	margin-left: 14px
}

.public-block .block-box .sidebar-box .sidebar-item .news-box .item a .info-box .time {
	width: 100%;
	height: auto;
	display: block;
	font-size: 12px;
	color: #999999
}

.public-block .block-box .sidebar-box .sidebar-item .news-box .item a .info-box .title {
	width: 100%;
	height: 3em;
	margin-top: .5em;
	font-size: var(--font14);
	color: #666666;
	line-height: 1.5;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.public-block .block-box .sidebar-box .sidebar-item .news-box .item a:hover .img img {
	transform: scale(1.05)
}

.public-block .block-box .sidebar-box .sidebar-item .news-box .item a:hover .info-box .title {
	color: var(--color)
}

.public-block .block-box .sidebar-box .sidebar-item .news-box .item+.item {
	margin-top: .2rem
}

.public-block .block-box .sidebar-box .sidebar-item .contact {
	width: 100%;
	height: auto;
	margin: 25px 0 0;
	font-size: var(--font14);
	color: #666666
}

.public-block .block-box .sidebar-box .sidebar-item .contact p+p {
	margin-top: 1em
}

.public-block .block-box .sidebar-box .sidebar-item+.sidebar-item {
	margin-top: .3rem
}

@media (max-width:991px) {
	.public-block .block-box {
		display: block
	}

	.public-block .block-box .sidebar-box {
		width: 100%;
		min-width: 0;
		max-width: 100%;
		display: none
	}

	.public-block .block-box .sidebar-box .sidebar-item:first-child~.sidebar-item {
		display: none
	}
}

.inner-products {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.inner-products .products-box {
	width: 100%;
	height: auto;
	padding: 30px 0 90px
}

.inner-products .products-box .subnav-box {
	width: 100%;
	height: auto;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dashed #D9D9D9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	grid-gap: 1.25em .4rem;
	font-size: var(--font14)
}

.inner-products .products-box .subnav-box a {
	width: auto;
	height: auto;
	color: #666666;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.inner-products .products-box .subnav-box a.active,.inner-products .products-box .subnav-box a:hover {
	color: var(--color)
}

.inner-products .products-box .menu-box {
	width: 100%;
	height: auto;
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: .3rem
}

.inner-products .products-box .menu-box .item {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.inner-products .products-box .menu-box .item a {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	background: #f5f5f5
}

.inner-products .products-box .menu-box .item a .img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.inner-products .products-box .menu-box .item a .img .pb {
	padding-bottom: 66.66%
}

.inner-products .products-box .menu-box .item a .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.inner-products .products-box .menu-box .item a .title {
	width: 100%;
	height: auto;
	min-height: 0;
	flex: 1;
	padding: 1em;
	background: #F5F5F5;
	text-align: center;
	font-size: var(--font18);
	color: #333333;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.inner-products .products-box .menu-box .item a .title em{
	font-style: normal;
	color: #f00;
	font-weight: bold;
}

.inner-products .products-box .menu-box .item:hover .img img {
	transform: scale(1.05)
}

.inner-products .products-box .menu-box .item:hover .title {
	background: var(--color);
	color: #FFFFFF;
}

.inner-products .products-box .menu-box .item:hover .title em{
	color: #FFFFFF;
	font-weight: bold;
}

@media (max-width:991px) {
	.inner-products .products-box .menu-box {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media (max-width:480px) {
	.inner-products .products-box .menu-box {
		grid-template-columns: 1fr
	}
}

.inner-products .products-box .product-details {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 30px
}

.inner-products .products-box .product-details .product-swiper {
	width: 50%;
	max-width: 690px;
	height: auto
}

.inner-products .products-box .product-details .product-swiper .swiper-box {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	border: 1px solid #F0F0F0;
	overflow: hidden
}

.inner-products .products-box .product-details .product-swiper .swiper-box .swiper-slide {
	width: 100%;
	height: auto;
	overflow: hidden
}

.inner-products .products-box .product-details .product-swiper .swiper-box .swiper-slide .pb {
	padding-bottom: 66.66%
}

.inner-products .products-box .product-details .product-swiper .swiper-box .pager-box {
	position: absolute;
	left: 0;
	bottom: 30px;
	z-index: 10
}

.inner-products .products-box .product-details .product-swiper .swiper-pagers {
	width: 100%;
	height: auto;
	margin-top: .2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.inner-products .products-box .product-details .product-swiper .swiper-pagers .swiper-btn {
	width: auto;
	height: auto;
	font-size: var(--font24);
	color: var(--color);
	line-height: 1;
	cursor: pointer;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.inner-products .products-box .product-details .product-swiper .swiper-pagers .swiper-btn.next {
	transform: rotate(180deg)
}

.inner-products .products-box .product-details .product-swiper .swiper-pagers .swiper-btn.swiper-button-disabled {
	color: #999999;
	pointer-events: none
}

.inner-products .products-box .product-details .product-swiper .swiper-pagers .swiper-pager {
	width: 100%;
	min-width: 0;
	height: auto;
	flex: 1;
	margin: 0 .2rem;
	overflow: hidden
}

.inner-products .products-box .product-details .product-swiper .swiper-pagers .swiper-pager .swiper-slide {
	width: 25%;
	height: auto;
	border: 1px solid #F0F0F0;
	transition: border .4s ease;
	cursor: pointer;
	overflow: hidden
}

.inner-products .products-box .product-details .product-swiper .swiper-pagers .swiper-pager .swiper-slide .pb {
	padding-bottom: 66.66%
}

.inner-products .products-box .product-details .product-swiper .swiper-pagers .swiper-pager .swiper-slide.active {
	border-color: var(--color)
}

.inner-products .products-box .product-details .info-box {
	width: 100%;
	height: auto;
	flex: 1;
	margin-left: .7rem
}

.inner-products .products-box .product-details .info-box .title {
	width: 100%;
	height: auto;
	padding-bottom: 0.6em;
	font-size: var(--font20);
	color: #333333;
	line-height: 1.875;
	border-bottom: 1px dashed #E0E0E0
}

.inner-products .products-box .product-details .info-box .title span{
	display: block;
	font-size: var(--font14);
	color: #666;
}

.inner-products .products-box .product-details .info-box .details {
	width: 100%;
	height: auto;
	margin-top: .2rem;
	font-size: var(--font14);
	color: #666666;
	line-height: 1.875
}

.inner-products .products-box .product-details .info-box .details p+p {
	margin-top: .2em
}

.inner-products .products-box .product-details .info-box .details .phone {
	font-size: var(--font26);
	color: var(--color)
}

.inner-products .products-box .product-details .info-box .download-btn {
	width: 100%;
	height: auto;
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	grid-gap: .15rem
}

.inner-products .products-box .product-details .info-box .download-btn .more {
	width: auto;
	height: .54rem;
	min-height: 40px;
	padding: 0 .2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	border-radius: 3px;
	background: var(--color);
	font-size: var(--font16);
	color: #FFFFFF;
	line-height: 1;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.inner-products .products-box .product-details .info-box .download-btn .more .icon {
	font-size: var(--font22)
}

.inner-products .products-box .product-details .info-box .download-btn .more .word {
	margin-left: .5em;
	font-size: var(--font18);
	line-height: 1
}

@media (max-width:768px) {
	.inner-products .products-box .product-details .info-box .download-btn .more .word {
		font-size: 14px
	}
}

.inner-products .products-box .product-details .info-box .download-btn .more:hover {
	background: #396DBA
}

.inner-products .products-box .product-details .info-box .download-btn .more:first-child {
	background: red
}

.inner-products .products-box .product-details .info-box .download-btn .more:first-child:hover {
	background: var(--active)
}

.inner-products .products-box .product-details .info-box .download-btn .more:nth-child(3) {
	background: #EEF1F9;
	color: var(--color)
}

.inner-products .products-box .product-details .info-box .download-btn .more:nth-child(3):hover {
	background: var(--color);
	color: #FFFFFF
}

@media (max-width:991px) {
	.inner-products .products-box .product-details {
		display: block
	}

	.inner-products .products-box .product-details .product-swiper {
		width: 100%;
		max-width: 100%
	}

	.inner-products .products-box .product-details .info-box {
		margin: 30px 0 0
	}
}

.inner-products .products-box .product-info {
	width: 100%;
	height: auto;
	margin-top: 40px
}

.inner-products .products-box .product-info .tabs-box {
	width: 100%;
	height: auto;
	background: #F5F5F5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	grid-gap: 1px
}

.inner-products .products-box .product-info .tabs-box .one {
	width: auto;
	min-width: 1.2rem;
	height: .6rem;
	min-height: 50px;
	padding: 0 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: #E8E8E8;
	font-size: var(--font18);
	color: #333333;
	cursor: pointer;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.inner-products .products-box .product-info .tabs-box .one.active {
	background: var(--color);
	color: #FFFFFF
}

.inner-products .products-box .product-info .swiper-content {
	width: 100%;
	height: auto;
	margin-top: .3rem;
	overflow: hidden
}

.inner-products .products-box .product-info .swiper-content .swiper-slide {
	width: 100%;
	height: auto
}

.inner-about {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.inner-about .about-box {
	width: 100%;
	height: auto;
	padding: 60px 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: .6rem
}

.inner-about .about-box .content-box {
	width: 100%;
	min-width: 0;
	height: auto
}

.inner-about .about-box .content-box .title {
	font-weight: bold;
	font-size: var(--font34);
	color: var(--color)
}

.inner-about .about-box .content-box .public-content {
	margin-top: 20px
}

.inner-about .about-box .images-box {
	width: 100%;
	min-width: 0;
	height: auto
}

.inner-about .about-box .images-box .pb {
	padding-bottom: calc(450/675*100%)
}

.inner-about .about-box .images-box img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

@media (max-width:991px) {
	.inner-about .about-box {
		display: block
	}

	.inner-about .about-box .images-box {
		margin-top: 30px
	}
}

.inner-about .about-menu {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	padding: 60px 0;
	background: #F5F5F5;
	overflow: hidden
}

.inner-about .about-menu .menu-box {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	grid-gap: .6rem 1rem
}

.inner-about .about-menu .menu-box .item {
	width: max-content;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.inner-about .about-menu .menu-box .item .icon-box {
	width: .8rem;
	min-width: 48px;
	height: .8rem;
	min-height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--color);
	font-size: var(--font40);
	color: #FFFFFF
}

.inner-about .about-menu .menu-box .item .info-box {
	width: 100%;
	min-width: 0;
	height: auto;
	flex: 1;
	margin-left: .2rem
}

.inner-about .about-menu .menu-box .item .info-box .number {
	width: 100%;
	height: auto;
	font-weight: bold;
	font-size: var(--font30);
	color: var(--color)
}

.inner-about .about-menu .menu-box .item .info-box .details {
	width: 100%;
	height: auto;
	margin-top: .5em;
	font-size: var(--font16);
	color: #999999
}

@media (max-width:1280px) {
	.inner-about .about-menu .menu-box {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-gap: .6rem .2rem
	}

	.inner-about .about-menu .menu-box .item {
		width: 100%;
		display: block;
		padding: 30px 15px;
		border-radius: 6px;
		background: #FFFFFF
	}

	.inner-about .about-menu .menu-box .item .icon-box {
		margin: 0 auto
	}

	.inner-about .about-menu .menu-box .item .info-box {
		margin: 20px 0 0;
		text-align: center
	}
}

@media (max-width:768px) {
	.inner-about .about-menu .menu-box {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: .2rem
	}
}

.inner-video {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.inner-video .video-box {
	width: 100%;
	height: auto;
	padding: 50px 0 60px
}

.inner-video .video-box .menu-box {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: .3rem
}

.inner-video .video-box .menu-box .item {
	width: 100%;
	min-width: 0;
	height: auto;
	overflow: hidden
}

.inner-video .video-box .menu-box .item a {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	border-radius: 3px;
	overflow: hidden
}

.inner-video .video-box .menu-box .item a .img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.inner-video .video-box .menu-box .item a .img .icon {
	width: .5rem;
	min-width: 36px;
	height: .5rem;
	min-height: 36px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	transform: translate(-50%, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255,255,255,0.25);
	font-size: var(--font20);
	color: #FFFFFF;
	opacity: 0;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.inner-video .video-box .menu-box .item a .img .pb {
	padding-bottom: 66.66%
}

.inner-video .video-box .menu-box .item a .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 1.05s ease;
	-o-transition: all 1.05s ease;
	transition: all 1.05s ease
}

.inner-video .video-box .menu-box .item a .img::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	pointer-events: none;
	background: #000000;
	opacity: 0;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.inner-video .video-box .menu-box .item a .title {
	width: 100%;
	height: auto;
	min-height: 0;
	flex: 1;
	margin-top: 1.25em;
	text-align: center;
	font-size: var(--font16);
	color: #333333;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.inner-video .video-box .menu-box .item a:hover .img .icon {
	opacity: 1
}

.inner-video .video-box .menu-box .item a:hover .img img {
	transform: scale(1.05)
}

.inner-video .video-box .menu-box .item a:hover .img::after {
	opacity: .4
}

.inner-video .video-box .menu-box .item a:hover .title {
	color: var(--color)
}

@media (max-width:991px) {
	.inner-video .video-box .menu-box {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media (max-width:480px) {
	.inner-video .video-box .menu-box {
		grid-template-columns: 1fr
	}
}

.inner-video .application-details {
	width: 100%;
	height: auto;
	padding: 40px 0
}

.inner-video .application-details .headline {
	width: 100%;
	height: auto;
	font-weight: bold;
	font-size: var(--font30);
	color: #333333
}

.inner-video .application-details .public-content {
	margin-top: 20px
}

.public-block .block-box .content-box .video-box {
	width: 100%;
	height: auto
}

.public-block .block-box .content-box .video-box .headline {
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	border-bottom: 1px dashed #EAEAEA
}

.public-block .block-box .content-box .video-box .headline .title {
	width: 100%;
	height: auto;
	font-size: var(--font24);
	color: #333333
}

.public-block .block-box .content-box .video-box .headline .details {
	width: 100%;
	height: auto;
	margin-top: 1em;
	font-size: var(--font14);
	color: #999999
}

.public-block .block-box .content-box .video-box .public-content {
	margin-top: 30px
}

.public-block .block-box .content-box .video-box .video-main {
	width: 100%;
	min-width: 0;
	height: auto;
	margin-top: 40px;
	overflow: hidden
}

.public-block .block-box .content-box .video-box .video-main video {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: 100% !important
}

.inner-download {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.inner-download .download-box {
	width: 100%;
	height: auto;
	padding: 30px 0 90px
}

.inner-download .download-box .menu-box {
	width: 100%;
	height: auto;
	margin-top: 30px
}

.inner-download .download-box .menu-box .item {
	width: 100%;
	height: auto
}

.inner-download .download-box .menu-box .item a {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	border: 1px solid #E2E2E2;
	border-radius: 3px;
	padding: .25rem .3rem .25rem .2rem;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

@media (max-width:768px) {
	.inner-download .download-box .menu-box .item a {
		padding: 15px
	}
}

.inner-download .download-box .menu-box .item a .icon,.inner-download .download-box .menu-box .item a .arrow {
	width: auto;
	height: auto;
	font-size: var(--font24);
	line-height: 1;
	color: #666666;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.inner-download .download-box .menu-box .item a .title {
	width: 100%;
	min-width: 0;
	height: auto;
	flex: 1;
	margin: 0 1em;
	font-size: var(--font16);
	color: #333333;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.inner-download .download-box .menu-box .item a:hover {
	border-color: transparent;
	background: var(--color)
}

.inner-download .download-box .menu-box .item a:hover .icon,.inner-download .download-box .menu-box .item a:hover .arrow {
	color: #FFFFFF
}

.inner-download .download-box .menu-box .item a:hover .title {
	color: #FFFFFF
}

.inner-download .download-box .menu-box .item+.item {
	margin-top: .2rem
}

.inner-application {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.inner-application .application-box {
	width: 100%;
	height: auto;
	padding: 50px 0 60px
}

.inner-application .application-box .menu-box {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: .3rem
}

.inner-application .application-box .menu-box .item {
	width: 100%;
	min-width: 0;
	height: auto;
	overflow: hidden
}

.inner-application .application-box .menu-box .item a {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	border-radius: 3px;
	overflow: hidden
}

.inner-application .application-box .menu-box .item a .img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.inner-application .application-box .menu-box .item a .img .pb {
	padding-bottom: 66.66%
}

.inner-application .application-box .menu-box .item a .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 1.05s ease;
	-o-transition: all 1.05s ease;
	transition: all 1.05s ease
}

.inner-application .application-box .menu-box .item a .title {
	width: 100%;
	height: auto;
	min-height: 0;
	flex: 1;
	padding: 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: #F5F5F5;
	font-size: var(--font16);
	color: #333333;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.inner-application .application-box .menu-box .item a:hover .img img {
	transform: scale(1.05)
}

.inner-application .application-box .menu-box .item a:hover .title {
	background: var(--color);
	color: #FFFFFF
}

@media (max-width:991px) {
	.inner-application .application-box .menu-box {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media (max-width:480px) {
	.inner-application .application-box .menu-box {
		grid-template-columns: 1fr
	}
}

.inner-application .application-details {
	width: 100%;
	height: auto;
	padding: 40px 0
}

.inner-application .application-details .headline {
	width: 100%;
	height: auto;
	font-weight: bold;
	font-size: var(--font30);
	color: #333333
}

.public-block .block-box .content-box .news-box {
	width: 100%;
	height: auto
}

.public-block .block-box .content-box .news-box .item {
	width: 100%;
	min-width: 0;
	height: auto
}

.public-block .block-box .content-box .news-box .item a {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: .3rem;
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.05);
	overflow: hidden
}

.public-block .block-box .content-box .news-box .item a .img {
	width: 40%;
	min-width: 220px;
	max-width: 3rem;
	height: auto;
	position: relative;
	z-index: 1;
	border-radius: 6px;
	overflow: hidden
}

.public-block .block-box .content-box .news-box .item a .img .pb {
	padding-bottom: 66.66%
}

.public-block .block-box .content-box .news-box .item a .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease
}

.public-block .block-box .content-box .news-box .item a .info-box {
	width: 100%;
	min-width: 0;
	height: auto;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-left: .4rem
}

.public-block .block-box .content-box .news-box .item a .info-box .info {
	width: 100%;
	height: auto
}

.public-block .block-box .content-box .news-box .item a .info-box .info .title {
	width: 100%;
	height: auto;
	font-size: var(--font18);
	color: #333333;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.public-block .block-box .content-box .news-box .item a .info-box .info .time {
	width: 100%;
	height: auto;
	display: block;
	margin-top: .75em;
	font-size: var(--font14);
	color: #999999
}

.public-block .block-box .content-box .news-box .item a .info-box .info .details {
	width: 100%;
	height: calc(2em * 1.75);
	margin-top: 1em;
	font-size: var(--font14);
	color: #999999;
	line-height: 1.75;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.public-block .block-box .content-box .news-box .item a .info-box .more {
	width: max-content;
	height: 40px;
	margin-top: 20px;
	padding: 0 1.5em;
	border-radius: 3px;
	background: #F5F5F5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: var(--font14);
	color: #666666;
	line-height: 1;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

@media (max-width:480px) {
	.public-block .block-box .content-box .news-box .item a {
		display: block
	}

	.public-block .block-box .content-box .news-box .item a .img {
		width: 100%;
		min-width: 0;
		max-width: 100%
	}

	.public-block .block-box .content-box .news-box .item a .info-box {
		margin: 20px 0 0
	}
}

.public-block .block-box .content-box .news-box .item a:hover .img img {
	transform: scale(1.05)
}

.public-block .block-box .content-box .news-box .item a:hover .info-box .info .title {
	color: var(--color)
}

.public-block .block-box .content-box .news-box .item a:hover .info-box .more {
	background: var(--color);
	color: #FFFFFF
}

.public-block .block-box .content-box .news-box .item+.item {
	margin-top: .3rem
}

.public-block .block-box .content-box .news-details {
	width: 100%;
	height: auto
}

.public-block .block-box .content-box .news-details .headline {
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	border-bottom: 1px dashed #EAEAEA
}

.public-block .block-box .content-box .news-details .headline .title {
	width: 100%;
	height: auto;
	font-size: var(--font24);
	color: #333333
}

.public-block .block-box .content-box .news-details .headline .details {
	width: 100%;
	height: auto;
	margin-top: 1em;
	font-size: var(--font14);
	color: #999999
}

.public-block .block-box .content-box .news-details .public-content {
	margin-top: 30px
}

.public-block .block-box .content-box .faq-box {
	width: 100%;
	height: auto
}

.public-block .block-box .content-box .faq-box .item {
	width: 100%;
	height: auto;
	border: 1px solid #E2E2E2;
	border-radius: 3px;
	padding: .25rem .3rem .25rem .2rem;
	background: #F8F8F8;
	cursor: pointer;
	overflow: hidden
}

@media (max-width:768px) {
	.public-block .block-box .content-box .faq-box .item {
		padding: 15px
	}
}

.public-block .block-box .content-box .faq-box .item .headline {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden
}

.public-block .block-box .content-box .faq-box .item .headline .icon,.public-block .block-box .content-box .faq-box .item .headline .arrow {
	width: auto;
	height: auto;
	line-height: 1;
	color: var(--color)
}

.public-block .block-box .content-box .faq-box .item .headline .icon {
	transform: rotate(180deg);
	font-size: var(--font20)
}

.public-block .block-box .content-box .faq-box .item .headline .arrow {
	font-size: var(--font16);
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.public-block .block-box .content-box .faq-box .item .headline .title {
	width: 100%;
	min-width: 0;
	height: auto;
	flex: 1;
	margin: 0 .5em;
	font-size: var(--font16);
	color: #333333;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.public-block .block-box .content-box .faq-box .item .details-box {
	width: 100%;
	height: auto;
	display: none;
	overflow: hidden
}

.public-block .block-box .content-box .faq-box .item .details-box .details {
	width: 100%;
	height: auto;
	margin-top: .2rem;
	padding: 0 .2rem;
	font-size: var(--font14);
	color: #666666;
	line-height: 2;
	overflow: hidden
}

.public-block .block-box .content-box .faq-box .item.active .headline .title {
	color: var(--color)
}

.public-block .block-box .content-box .faq-box .item.active .headline .arrow {
	transform: rotate(90deg)
}

.public-block .block-box .content-box .faq-box .item+.item {
	margin-top: .2rem
}

.inner-contact {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	margin: 70px 0
}

.inner-contact .contact-box {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.inner-contact .contact-box .contact-info {
	width: 100%;
	min-width: 0;
	height: auto;
	flex: 1;
	margin-right: 1rem
}

.inner-contact .contact-box .contact-info .title {
	width: 100%;
	height: auto;
	font-weight: bold;
	font-size: var(--font36);
	color: #333333
}

.inner-contact .contact-box .contact-info .details {
	width: 100%;
	height: auto;
	margin-top: 40px
}

.inner-contact .contact-box .contact-info .details .one {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.inner-contact .contact-box .contact-info .details .one .icon {
	width: .6rem;
	min-width: 40px;
	height: .6rem;
	min-height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-radius: 50%;
	background: #396DBA;
	font-size: var(--font30);
	color: #FFFFFF
}

.inner-contact .contact-box .contact-info .details .one .info {
	width: 100%;
	min-width: 0;
	height: auto;
	flex: 1;
	margin-left: .3rem;
	-webkit-box-self: center;
	-ms-align-self: center;
	-webkit-align-self: center;
	align-self: center
}

.inner-contact .contact-box .contact-info .details .one .info .word {
	width: 100%;
	height: auto;
	font-size: var(--font14);
	color: #666666;
	line-height: 1
}

.inner-contact .contact-box .contact-info .details .one .info .details {
	width: 100%;
	height: auto;
	margin-top: .5em;
	font-size: var(--font18);
	color: #333333
}

.inner-contact .contact-box .contact-info .details .one .info .details.active {
	font-weight: bold;
	font-size: var(--font24)
}

.inner-contact .contact-box .contact-info .details .one+.one {
	margin-top: 30px
}

.inner-contact .contact-box .map-box {
	width: calc(720/1400*100%);
	height: fit-content;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.inner-contact .contact-box .map-box::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	border: 1px solid #ECECEC
}

.inner-contact .contact-box .map-box img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

@media (max-width:991px) {
	.inner-contact .contact-box {
		display: block
	}

	.inner-contact .contact-box .contact-info {
		margin: 0
	}

	.inner-contact .contact-box .map-box {
		width: 100%;
		margin-top: 40px
	}
}

.inner-feedback {
	width: 100%;
	height: auto;
	margin: 1.6rem 0 70px
}

.inner-feedback .feedback-box {
	width: 100%;
	height: auto
}

.inner-feedback .feedback-box .menu-box {
	width: 100%;
	height: auto;
	margin-top: 40px
}

.inner-feedback .feedback-box .menu-box form {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: .3rem
}

.inner-feedback .feedback-box .menu-box form .item {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.inner-feedback .feedback-box .menu-box form .item input {
	width: 100%;
	height: .6rem;
	min-height: 50px;
	flex: 1;
	border-radius: 3px;
	border: 1px solid #EDEDED;
	padding: 0 .2rem;
	font-size: var(--font14);
	color: #000000
}

.inner-feedback .feedback-box .menu-box form .item img {
	width: 140px;
	height: .6rem;
	min-height: 50px;
	margin-left: .2rem;
	border-radius: 3px
}

.inner-feedback .feedback-box .menu-box form .item textarea {
	width: 100%;
	height: auto;
	min-height: 200px;
	padding: 1em .2rem;
	border-radius: 3px;
	border: 1px solid #EDEDED;
	font-size: var(--font14);
	color: #000000
}

.inner-feedback .feedback-box .menu-box form .item input[type="submit"],.inner-feedback .feedback-box .menu-box form .item button {
	width: auto;
	height: .6rem;
	min-height: 50px;
	padding: 0 2.5em;
	border: 0;
	border-radius: 5px;
	background: var(--active-color);
	font-size: var(--font18);
	color: #FFFFFF;
	cursor: pointer;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.inner-feedback .feedback-box .menu-box form .item input[type="submit"]:hover,.inner-feedback .feedback-box .menu-box form .item button:hover {
	filter: brightness(1.2)
}

.inner-feedback .feedback-box .menu-box form .item.active {
	grid-column: 1 / -1
}

.inner-feedback .feedback-box .menu-box form .submit-box {
	width: 100%;
	height: auto;
	grid-column: 1 / -1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.inner-feedback .feedback-box .menu-box form .submit-box .submit-btn {
	width: max-content;
	height: .6rem;
	min-height: 50px;
	border-radius: 3px;
	padding: 0 2em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: var(--color);
	font-size: var(--font18);
	color: #FFFFFF;
	line-height: 1
}

@media (max-width:1024px) {
	.inner-feedback .feedback-box .menu-box form {
		grid-template-columns: repeat(2, 1fr)
	}

	.inner-feedback .feedback-box .menu-box form .item.moblie-active {
		grid-column: 1 / -1
	}
}

@media (max-width:640px) {
	.inner-feedback .feedback-box .menu-box form {
		grid-template-columns: 100%
	}
}

@media (max-width:991px) {
	.inner-feedback .feedback-box {
		padding: 50px 0
	}
}

.inner-quote {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	background: #F7F9FB;
	overflow: hidden
}

.inner-quote .quote-box {
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100%
}

.inner-quote .quote-box .quote-main {
	width: 100%;
	height: auto;
	padding: 20px 0 60px
}

.inner-quote .quote-box .quote-main .nav-box {
	width: 100%;
	height: auto;
	font-size: var(--font14);
	color: #999999
}

.inner-quote .quote-box .quote-main .nav-box span {
	margin: 0 4px
}

.inner-quote .quote-box .quote-main .nav-box a {
	color: #999999;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.inner-quote .quote-box .quote-main .nav-box a:hover {
	color: var(--color)
}

.inner-quote .quote-box .quote-main .quote-head {
	width: 100%;
	height: auto;
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end
}

.inner-quote .quote-box .quote-main .quote-head .title-box {
	width: 100%;
	min-width: 0;
	height: auto;
	flex: 1;
	margin-right: 1rem
}

.inner-quote .quote-box .quote-main .quote-head .title-box .title {
	width: 100%;
	height: auto;
	font-weight: bold;
	font-size: var(--font36);
	color: #333333
}

.inner-quote .quote-box .quote-main .quote-head .title-box .details {
	width: 100%;
	height: auto;
	margin-top: 1em;
	font-size: var(--font14);
	line-height: 2;
	color: #666666
}

.inner-quote .quote-box .quote-main .quote-head .img {
	width: max-content;
	max-width: 35%;
	height: auto;
	text-align: right;
	font-size: 0;
	overflow: hidden
}

@media (max-width:768px) {
	.inner-quote .quote-box .quote-main .quote-head {
		display: block
	}

	.inner-quote .quote-box .quote-main .quote-head .title-box {
		margin: 0;
		text-align: center
	}

	.inner-quote .quote-box .quote-main .quote-head .img {
		width: 70%;
		max-width: 100%;
		margin: 40px auto 0;
		text-align: center
	}
}

.inner-quote .quote-box .quote-main .quote-info {
	width: 100%;
	height: auto;
	margin-top: 30px;
	padding: .4rem;
	background: #FFFFFF;
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.05);
	border-radius: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	overflow: hidden
}

.inner-quote .quote-box .quote-main .quote-info .form-box {
	width: 100%;
	min-width: 0;
	height: auto;
	flex: 1;
	margin-right: .6rem
}

.inner-quote .quote-box .quote-main .quote-info .form-box form {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: .3rem
}

.inner-quote .quote-box .quote-main .quote-info .form-box form .item {
	width: 100%;
	height: auto
}

.inner-quote .quote-box .quote-main .quote-info .form-box form .item .label {
	width: 100%;
	height: auto;
	font-size: var(--font14);
	color: #666666
}

.inner-quote .quote-box .quote-main .quote-info .form-box form .item .label i {
	color: red
}

.inner-quote .quote-box .quote-main .quote-info .form-box form .item .label span {
	font-size: 12px;
	color: #999999
}

.inner-quote .quote-box .quote-main .quote-info .form-box form .item .input {
	width: 100%;
	height: auto;
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	grid-gap: .1rem
}

.inner-quote .quote-box .quote-main .quote-info .form-box form .item .input input {
	width: 100%;
	height: .6rem;
	min-height: 50px;
	flex: 1;
	border-radius: 3px;
	border: 1px solid #EDEDED;
	padding: 0 .2rem;
	font-size: var(--font14);
	color: #000000
}

.inner-quote .quote-box .quote-main .quote-info .form-box form .item .input img {
	width: 140px;
	height: .6rem;
	min-height: 50px;
	border-radius: 3px
}

.inner-quote .quote-box .quote-main .quote-info .form-box form .item .input textarea {
	width: 100%;
	height: auto;
	min-height: 180px;
	padding: 1em .2rem;
	border-radius: 3px;
	border: 1px solid #EDEDED;
	font-size: var(--font14);
	color: #000000;
	overflow-y: auto
}

.inner-quote .quote-box .quote-main .quote-info .form-box form .item .input input[type="submit"],.inner-quote .quote-box .quote-main .quote-info .form-box form .item .input button {
	width: auto;
	height: .6rem;
	min-height: 50px;
	padding: 0 2.5em;
	border: 0;
	border-radius: 5px;
	background: var(--active-color);
	font-size: var(--font18);
	color: #FFFFFF;
	cursor: pointer;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.inner-quote .quote-box .quote-main .quote-info .form-box form .item .input input[type="submit"]:hover,.inner-quote .quote-box .quote-main .quote-info .form-box form .item .input button:hover {
	filter: brightness(1.2)
}

.inner-quote .quote-box .quote-main .quote-info .form-box form .item.active {
	grid-column: 1 / -1
}

.inner-quote .quote-box .quote-main .quote-info .form-box form .info-box {
	width: 100%;
	height: auto;
	grid-column: 1 / -1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.inner-quote .quote-box .quote-main .quote-info .form-box form .info-box .submit-btn {
	width: max-content;
	min-width: 3rem;
	height: .44rem;
	min-height: 40px;
	border-radius: 3px;
	padding: 0 2em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: var(--color);
	font-size: var(--font16);
	color: #FFFFFF;
	line-height: 1
}

.inner-quote .quote-box .quote-main .quote-info .form-box form .info-box .submit-btn .word {
	margin-left: 1em
}

.inner-quote .quote-box .quote-main .quote-info .form-box form .info-box .info {
	width: 100%;
	min-width: 0;
	height: auto;
	flex: 1;
	margin-left: .3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #999999;
	line-height: 1
}

.inner-quote .quote-box .quote-main .quote-info .form-box form .info-box .info .icon {
	font-size: var(--font24)
}

.inner-quote .quote-box .quote-main .quote-info .form-box form .info-box .info .word {
	margin-left: .5em;
	font-size: var(--font16)
}

@media (max-width:1024px) {
	.inner-quote .quote-box .quote-main .quote-info .form-box form {
		grid-template-columns: repeat(2, 1fr)
	}

	.inner-quote .quote-box .quote-main .quote-info .form-box form .item.moblie-active {
		grid-column: 1 / -1
	}
}

@media (max-width:640px) {
	.inner-quote .quote-box .quote-main .quote-info .form-box form {
		grid-template-columns: 100%
	}

	.inner-quote .quote-box .quote-main .quote-info .form-box form .info-box {
		display: block
	}

	.inner-quote .quote-box .quote-main .quote-info .form-box form .info-box .info {
		margin: 20px 0 0
	}
}

.inner-quote .quote-box .quote-main .quote-info .sidebar-box {
	width: 40%;
	min-width: 240px;
	max-width: 3rem;
	height: auto
}

.inner-quote .quote-box .quote-main .quote-info .sidebar-box .sidebar-item {
	width: 100%;
	height: auto
}

.inner-quote .quote-box .quote-main .quote-info .sidebar-box .sidebar-item .headline {
	width: 100%;
	height: auto;
	font-weight: bold;
	font-size: var(--font18);
	color: #333333
}

.inner-quote .quote-box .quote-main .quote-info .sidebar-box .sidebar-item .menu-box {
	width: 100%;
	height: auto;
	margin-top: .3rem
}

.inner-quote .quote-box .quote-main .quote-info .sidebar-box .sidebar-item .menu-box .one {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.inner-quote .quote-box .quote-main .quote-info .sidebar-box .sidebar-item .menu-box .one .icon {
	font-size: var(--font24);
	color: var(--color)
}

.inner-quote .quote-box .quote-main .quote-info .sidebar-box .sidebar-item .menu-box .one .word {
	width: 100%;
	min-width: 0;
	height: auto;
	flex: 1;
	-webkit-box-self: center;
	-ms-align-self: center;
	-webkit-align-self: center;
	align-self: center;
	margin-left: .5em;
	font-weight: bold;
	font-size: var(--font16);
	color: #333333
}

.inner-quote .quote-box .quote-main .quote-info .sidebar-box .sidebar-item .menu-box .one+.one {
	margin-top: .15rem
}

.inner-quote .quote-box .quote-main .quote-info .sidebar-box .sidebar-item .link-box {
	width: 100%;
	height: auto;
	margin-top: .3rem
}

.inner-quote .quote-box .quote-main .quote-info .sidebar-box .sidebar-item .link-box .one {
	width: 100%;
	height: auto
}

.inner-quote .quote-box .quote-main .quote-info .sidebar-box .sidebar-item .link-box .one a {
	width: 100%;
	height: .5rem;
	min-height: 44px;
	padding: 5px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-radius: 3px;
	background: var(--color);
	color: #FFFFFF;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.inner-quote .quote-box .quote-main .quote-info .sidebar-box .sidebar-item .link-box .one a .icon {
	height: auto;
	font-size: var(--font20);
	line-height: 1
}

.inner-quote .quote-box .quote-main .quote-info .sidebar-box .sidebar-item .link-box .one a .word {
	margin-left: .5em;
	font-size: var(--font16);
	line-height: 1
}

.inner-quote .quote-box .quote-main .quote-info .sidebar-box .sidebar-item .link-box .one a:hover {
	background: red !important
}

.inner-quote .quote-box .quote-main .quote-info .sidebar-box .sidebar-item .link-box .one:nth-child(2) a {
	background: #17A149
}

.inner-quote .quote-box .quote-main .quote-info .sidebar-box .sidebar-item .link-box .one:nth-child(3) a {
	background: #F77501
}

.inner-quote .quote-box .quote-main .quote-info .sidebar-box .sidebar-item .link-box .one+.one {
	margin-top: .15rem
}

.inner-quote .quote-box .quote-main .quote-info .sidebar-box .sidebar-item+.sidebar-item {
	margin-top: .6rem
}

@media (max-width:991px) {
	.inner-quote .quote-box .quote-main .quote-info {
		display: block
	}

	.inner-quote .quote-box .quote-main .quote-info .sidebar-box {
		width: 100%;
		min-width: 0;
		max-width: 100%;
		margin-top: 50px
	}

	.inner-quote .quote-box .quote-main .quote-info .sidebar-box .sidebar-item .menu-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		grid-gap: .2rem
	}

	.inner-quote .quote-box .quote-main .quote-info .sidebar-box .sidebar-item .menu-box .one {
		width: max-content
	}

	.inner-quote .quote-box .quote-main .quote-info .sidebar-box .sidebar-item .menu-box .one+.one {
		margin: 0
	}

	.inner-quote .quote-box .quote-main .quote-info .sidebar-box .sidebar-item .link-box {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: .1rem
	}

	.inner-quote .quote-box .quote-main .quote-info .sidebar-box .sidebar-item .link-box .one+.one {
		margin: 0
	}
}

@media (max-width:480px) {
	.inner-quote .quote-box .quote-main .quote-info .sidebar-box .sidebar-item .menu-box {
		display: grid;
		grid-template-columns: 1fr auto
	}

	.inner-quote .quote-box .quote-main .quote-info .sidebar-box .sidebar-item .link-box {
		grid-template-columns: 1fr
	}
}

.inner-quote .quote-tips {
	width: 100%;
	height: auto;
	background: #DCE8F3;
	overflow: hidden
}

.inner-quote .quote-tips .menu-box {
	width: 100%;
	height: auto;
	padding: 40px 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 1rem
}

.inner-quote .quote-tips .menu-box .item {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	-webkit-align-items: baseline;
	align-items: baseline;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.inner-quote .quote-tips .menu-box .item .icon {
	width: .24rem;
	min-width: 20px;
	height: .24rem;
	min-height: 20px;
	border-radius: 50%;
	background: var(--color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: var(--font14);
	color: #FFFFFF;
	line-height: 1
}

.inner-quote .quote-tips .menu-box .item .word {
	width: auto;
	height: auto;
	margin-left: .5em;
	font-size: var(--font18);
	color: #333333;
	line-height: 1
}

@media (max-width:991px) {
	.inner-quote .quote-tips .menu-box .item {
		display: block
	}

	.inner-quote .quote-tips .menu-box .item .icon {
		margin: 0 auto
	}

	.inner-quote .quote-tips .menu-box .item .word {
		margin: 1em 0 0;
		text-align: center
	}
}

@media (max-width:768px) {
	.inner-quote .quote-tips .menu-box {
		grid-template-columns: repeat(2, 1fr)
	}
}

.alert-box {
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	overflow: hidden
}

.alert-box.active {
	opacity: 1;
	visibility: visible
}

.alert-box::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: rgba(0,0,0,0.5);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px)
}

.alert-box .alert-main {
	width: 100%;
	height: auto;
	max-height: 100%;
	padding: 20px 0;
	position: relative;
	top: 50%;
	z-index: 5;
	transform: translateY(-50%);
	overflow: hidden;
	overflow-y: auto
}

.alert-box .quote-box {
	width: 90%;
	max-width: 920px;
	height: auto;
	position: relative;
	z-index: 1;
	margin: auto;
	background: #FFFFFF;
	padding: 45px .45rem;
	border-radius: 3px;
	overflow: hidden
}

.alert-box .quote-box .icon-box {
	width: .8rem;
	min-width: 54px;
	height: .8rem;
	min-height: 54px;
	margin: 0 auto;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: #D1F3D3;
	font-size: var(--font30);
	color: #198A3F
}

.alert-box .quote-box .title-box {
	width: 100%;
	height: auto;
	margin: 30px 0 0;
	text-align: center
}

.alert-box .quote-box .title-box .title {
	width: 100%;
	height: auto;
	font-size: var(--font26);
	color: #333333
}

.alert-box .quote-box .title-box .details {
	width: 100%;
	height: auto;
	margin: 1em 0 0;
	font-size: var(--font14);
	color: #999999;
	line-height: 1.8
}

.alert-box .quote-box .link-box {
	width: 100%;
	height: auto;
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	grid-gap: .3rem
}

.alert-box .quote-box .link-box .one {
	width: auto;
	height: auto
}

.alert-box .quote-box .link-box .one a {
	width: 100%;
	min-width: 1.6rem;
	height: .5rem;
	min-height: 44px;
	padding: 5px .2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-radius: 3px;
	background: var(--color);
	color: #FFFFFF;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.alert-box .quote-box .link-box .one a .icon {
	height: auto;
	font-size: var(--font20);
	line-height: 1
}

.alert-box .quote-box .link-box .one a .icon+.word {
	margin-left: .5em
}

.alert-box .quote-box .link-box .one a .word {
	font-size: var(--font16);
	line-height: 1
}

.alert-box .quote-box .link-box .one a:hover {
	background: red !important
}

.alert-box .quote-box .link-box .one:nth-child(2) a {
	background: #17A149
}

.alert-box .quote-box .link-box .one:nth-child(3) a {
	background: #F77501
}

@media (max-width:480px) {
	.alert-box .quote-box {
		padding: 50px 15px
	}

	.alert-box .quote-box .link-box {
		display: block
	}

	.alert-box .quote-box .link-box .one+.one {
		margin-top: .15rem
	}
}

/*自定义框架*/
.in_a_row_box{width: 100%; height: auto; float: left;}
.two_boxes_in_a_row{width: 50%; min-height: 100px; float: left; box-sizing: border-box;}
.two_boxes_in_a_row:nth-child(1){padding-right: 8px;}
.two_boxes_in_a_row:nth-child(2){padding-left: 8px;}
.four_boxes_in_a_row{width: 25%; min-height: 100px; float: left; box-sizing: border-box;}
.four_boxes_in_a_row:nth-child(1){padding: 0 12px 0 0;}
.four_boxes_in_a_row:nth-child(2){padding: 0 8px 0 4px;}
.four_boxes_in_a_row:nth-child(3){padding: 0 4px 0 8px;}
.four_boxes_in_a_row:nth-child(4){padding: 0 0 0 12px;}

.share_video_box{width: 100%; height: auto; float: left; margin: 10px 0; padding-bottom: 56.25%; position: relative;}
.share_video_box iframe, .share_video_box object, .share_video_box embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

.share_video{position: relative;padding-bottom: 56.25%;height: 0;overflow: hidden;}
.share_video iframe, .share_video object, .share_video embed{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/* 在线客服 */
.kefu_tools{top:50%; margin-top:-115px; position:fixed; z-index: 9999999; right:0px;}
.cl_kefu_one{width:45px; height:45px; margin-bottom:1px; line-height: 45px; text-align: center; position:relative;}
.cl_kefu_one i{font-size: 24px !important; color: #fff;}
.go_radius_1{border-radius: 3px 0 0 0;}
.go_radius_2{border-radius: 0 0 0 3px;}
.go_radius_2:hover{border-radius: 0 0 0 0;}
.go_radius_3{border-radius: 0 0 0 3px;}
.cl_kefu_title{display:block; width:100%; height:auto; float:left; color:#FFF; font-size:16px; line-height:45px; text-align:center;}
#cl_gotop{display:none;}
.qr_menu{position:absolute; top:0; z-index: -1; left:-190px; width:200px; height:auto; box-shadow: -10px 5px 10px 0 rgba(0,0,0,0.05); visibility: hidden; opacity: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.qr_menu ul{display:block; width:calc(100% - 1px); height:auto; float:left;}
.qr_menu ul li{display:block; width:100%; height:46px; background: #fff; float:left; padding:0 20px; box-sizing:border-box; color:#666; font-size:14px; line-height:46px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.qr_menu ul li:last-child{border-radius:0 0 3px 3px;}
.qr_menu ul li a{display:block; width:100%; height:46px; float:left; color:#666; font-size:14px; line-height:46px; text-align:left; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.qr_menu ul li a i{font-size: 26px; display: inline-block; vertical-align: top; margin-right: 6px; color: #40abf5;}
.cl_kefu_one:hover .qr_menu{left:-200px; opacity: 1; visibility: initial;}
.qr_img{position:absolute; bottom:0; z-index: -1; left:-190px; width:200px; height:auto; text-align:center; box-shadow: -10px -5px 10px 0 rgba(0,0,0,0.05); visibility: hidden; opacity: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.qr_img_box{width:calc(100% - 1px); height:auto; padding:10px; box-sizing:border-box; background: #fff; border-radius:3px 3px 0 0;}
.qr_img_box img{border:0px; max-width:100%; height:auto;}
.cl_kefu_one:hover .qr_img{left:-200px; opacity: 1; visibility: initial;}

@media screen and (max-width:768px) {
	.two_boxes_in_a_row{width: 100%;}
	.two_boxes_in_a_row:nth-child(1){padding-right: 0;}
	.two_boxes_in_a_row:nth-child(2){padding-left: 0;}
	.four_boxes_in_a_row{width: 50%;}
	.four_boxes_in_a_row:nth-child(1){padding: 0 8px 0 0;}
	.four_boxes_in_a_row:nth-child(2){padding: 0 0 0 8px;}
	.four_boxes_in_a_row:nth-child(3){padding: 0 8px 0 0;}
	.four_boxes_in_a_row:nth-child(4){padding: 0 0 0 8px;}
	.kefu_tools{display: none;}
	footer{padding-bottom: 35px;}
}

.show_scan_ok{padding: 40px 30px; line-height: 22px; background-color: #3da536; color: #fff; text-align: center;}
.for_scan_tip{display: block; font-size: 14px;}
.tips_name{display: block; font-size: 22px; font-weight: bold; line-height: 30px; padding-bottom: 20px;}
.ok_btn .layui-layer-btn a.layui-layer-btn0{background-color: #3da536; border-color: #3da536;}
.showQR{position: relative;}
.showQR .showQRImgBox{width: 160px; height: auto; position: absolute; z-index: 99999; top: calc(100% + 10px); left: 0; background: #fff; border-radius: 5px; box-sizing: border-box; padding: 10px; box-shadow: 0 10px 20px rgba(0,0,0,0.15); display: none;}
.showQR .showQRImgBox img{width: 100%; height: auto;}
.showQR:hover .showQRImgBox{display: block;}
.overHide{overflow: hidden;}

/*底部客服*/
.foot_kefu{display: none;}
@media screen and (max-width:768px) {
	.foot_kefu{display: block; width: 100%; height: 34px; line-height: 34px; background: rgba(255,255,255,0); position: fixed; bottom: 0px; padding-top: 1px; z-index: 999;}
	.foot_kefu_one{width: calc(33% - 1px); height: 34px; line-height: 34px; float: left; text-align: center; margin-right: 1px; font-size: 14px; color: #fff; background: #f2f; border-radius: 3px 3px 0 0;box-shadow: 0 -10px 15px rgba(0,0,0,0.1);}
	.foot_kefu_one:nth-child(1){background: var(--active);}
	.foot_kefu_one:nth-child(2){background: var(--color);}
	.foot_kefu_one:nth-child(3){background: #17A149; width: 34%;margin-right: 0px;}
	.foot_kefu_one a{color: #fff; line-height:24px; vertical-align:text-top;}
	.foot_kefu_one a i{margin-right: 6px; font-size: 14px;}
	.foot_kefu_one a:hover{color: #fff;}
}
