﻿#c_grid-116273709439191 .p_gridbox::after {
	content: '';
	clear: left;
	display: block;
}
#c_grid-116273709439191 > div > .p_gridbox {
	width: 100%;
	overflow: hidden;
	position: static;
}
#c_grid-116273709439191 > div > .p_gridCell {
	float: left;
	position: static;
}
#c_grid-116273709439191 > .p_gridbox.signal {
	min-height: inherit;
}
#c_grid-116273709439191 > .p_gridbox.signal > .p_gridCell {
	min-height: inherit !important;
}
#c_grid-116273709439191 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
 @media screen and (max-width:768px) {
            #c_grid-116273709439191 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0rem;
	margin-bottom: 0rem;
	clear: left;
}
           } @media screen and (min-width: 769px) {
            #c_grid-116273709439191 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0rem;
	margin-bottom: 0rem;
	clear: left;
}
           } @media screen and (max-width: 1024px) and (min-width: 769px) {
            #c_grid-116273709439191 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0rem;
	margin-bottom: 0rem;
	clear: left;
}
           }:root {
  --theme-color:#2c65b3;
}
* {
	font-family: '微软雅黑' !important;
	word-break: break-word !important;
}
::-webkit-scrollbar {
	width: 4px;
}
::-webkit-scrollbar-track {
	background: #f7f7f7;
	border-radius: 0px;
}
::-webkit-scrollbar-thumb {
	background: var( --theme-color);
}
.L_nav .pc_nav {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	transition: all .5s;
	background: rgb(255 255 255 / 80%);
}
.L_nav .header1>.header-left {
	display: flex;
	max-width: 1600px;
	width: 94%;
	align-items: center;
	margin: 0 auto!important;
	justify-content: space-between;
	line-height: 0;
	position: relative;
}
.L_nav .header1>.header-left h1 {
	width: 246px;
	height: 100px;
	overflow: hidden;
	display: flex;
	align-items: center;
	margin: 0;
}
.L_nav .header1>.header-left h1 a {
	display: block;
	line-height: 0;
}
.L_nav .header1>.header-left h1 a img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.L_nav .header1>.header-left nav.fr {
	height: auto;
	width: auto;
  -webkit-transition:all .3s ease;
	transition: all .3s ease;
	position: absolute;
	right: 160px;
	top: 0px;
}
.L_nav .header1 nav ul.f-cb {
	overflow: visible;
	padding-right: 0;
}
.L_nav .header1 nav ul.f-cb:after {
	clear: both;
	display: block;
	content: '';
}
.L_nav li.hvr-left {
	text-align: center;
	transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
	position: relative;
	display: block;
	float: left;
}
.L_nav li.hvr-left .home-dec {
	display: block;
	position: relative;
	line-height: 100px;
	font-size: 16px;
	color: #222;
	padding: 0 1.5vw;
}
.on .pc_nav li.hvr-left .home-dec {
	color: #333;
}
.L_nav li.hvr-left .home-dec:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0%;
	height: 3px;
	background: var(--theme-color);
	transition: all .5s ease;
	transform: translateX(-50%);
}
.L_nav li.hvr-left .nav-sub {
	border: none;
	background: #fff;
	width: auto;
	left: 0;
	margin-left: 0;
	padding: 0;
	box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
	position: absolute;
	min-width: 100%;
	transition: all .5s ease;
	max-height: 0;
	overflow: hidden;
}
.L_nav li.hvr-left:hover .nav-sub {
	max-height: 600px;
}
.L_nav li.hvr-left .nav-sub a {
	border: none;
	text-align: left;
	line-height: 45px;
	height: 45px;
	font-size: 16px;
	color: #666;
	display: block;
	white-space: nowrap;
	padding: 0 1.5vw;
	border-top: 1px solid rgb(6 78 148 / 20%);
}
.L_nav li.hvr-left .nav-sub a:hover {
	background-color: var(--theme-color);
	color: #fff;
}
.L_nav li.L_Last_box {
	float: left;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 320px;
	margin-left: 2vw;
	position: absolute;
	right: 0;
	background: #436dc2;
}
.L_nav li.L_Last_box:before {
	display: block;
	height: 30px;
	position: absolute;
	width: 1px;
	background: #ccc;
	left: 0;
	top: 50%;
	margin-top: -15px;
}
.L_nav .L_TopLang {
	position: relative;
	height: 90px;
	display: flex;
	align-items: center;
	width: 80px;
	justify-content: center;
}
.L_nav .L_TopLangBtn {
	cursor: pointer;
}
.L_nav .L_TopLangCon {
	background: #dc1e32;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 120px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.6s ease;
}
.L_nav .L_TopLangCon:before {
	content: '';
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	background: transparent;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #dc1e32;
	width: 10px;
	height: 10px;
}
.L_nav .L_TopLangCon a {
	width: 100px;
	text-align: center;
	display: block;
	line-height: 36px;
	color: #fff;
}
.L_nav .L_TopLang:hover .L_TopLangCon {
	top: 90px;
	opacity: 1;
	transition: all 0.8s ease;
	visibility: visible;
}
.L_nav .L_TopLangCon a:hover {
	background: #999;
}
.on .pc_nav {
	background: #fff;
	box-shadow: 1px 1px 10px rgb(0 0 0 / 20%);
}
.L_nav li.L_Last_box img {
	cursor: pointer;
}
.L_nav a.L_pulic {
	width: 160px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
	background: #dc1e32;
}
.yx_TopLang {
	position: relative;
/* margin:0px 1.5vw;
 */
}
.yx_TopLangBtn {
	cursor: pointer;
	font-size: 14px;
	color: #333;
}
.yx_TopLangBtn .e_icon {
	color: #fff;
	font-size: 24px;
}
.yx_TopRightT i {
	margin: 0 8px;
}
.yx_TopLangCon {
	background: var(--theme-color);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 80px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.6s ease;
}
.yx_TopLangCon:before {
	content: '';
	border-color: transparent transparent var(--theme-color);
	border-style: solid;
	border-width: 0 8px 10px 8px;
	position: absolute;
	top: -9px;
	left: 50%;
	transform: translateX(-50%);
}
.yx_TopLang:hover .yx_TopLangCon {
	top: 55px;
	opacity: 1;
	transition: all 0.8s ease;
	visibility: visible;
}
.yx_TopLang a {
	width: 120px;
	text-align: center;
	display: block;
	line-height: 36px;
	color: #fff;
}
.yx_TopLang {
	position: relative;
	margin-left: 2vw;
}
.L_Box {
	max-width: 130px;
	position: absolute;
	right: 0;
	line-height: 27px;
	display: flex;
	align-items: center;
	border-left: 1px solid #333;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	justify-content: flex-end;
}
.L_Box img {
	transition: filter 0s;
}
.yx_TopLang a:hover {
	background: #2567d2;
}
.on .pc_nav .L_Box {
	border-color: #333;
}
.on .pc_nav .L_Box img {
	filter: brightness(.5);
}
#c_static_001_P_249-1647831882134 {
	display-radio: 1;
} @media screen and (max-width: 1024px) and (min-width: 769px) {
            

           }#c_grid-116273709439190 .p_gridbox::after {
	content: '';
	clear: left;
	display: block;
}
#c_grid-116273709439190 > div > .p_gridbox {
	width: 100%;
	overflow: hidden;
	position: static;
}
#c_grid-116273709439190 > div > .p_gridCell {
	float: left;
	position: static;
}
#c_grid-116273709439190 > .p_gridbox.signal {
	min-height: inherit;
}
#c_grid-116273709439190 > .p_gridbox.signal > .p_gridCell {
	min-height: inherit !important;
}
#c_grid-116273709439190 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display-radio: 1;
}
#c_grid-116273709439190 .p_gridCell {
	display-radio: 1;
} @media screen and (max-width:768px) {
            #c_grid-116273709439190 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0rem;
	margin-bottom: 0rem;
	clear: left;
}
           } @media screen and (min-width: 769px) {
            #c_grid-116273709439190 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0rem;
	margin-bottom: 0rem;
	clear: left;
}
           } @media screen and (max-width: 1024px) and (min-width: 769px) {
            #c_grid-116273709439190 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0rem;
	margin-bottom: 0rem;
	clear: left;
}
           }#c_static_001-1660136094677 {
	display-radio: 1;
	background-fill-value: background-image;
	background-image: url(../../portal-saas/new2022071012324568842/cms/image/4931a092-b63f-49c9-ac9c-8a2cd7117856.jpg);
	min-height: 0px;
}
#c_static_001-1660136094677 .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 90%;
	display-radio: flex;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 2%;
	padding-bottom: 2%;
}
#c_static_001-1660136094677 .e_container-1 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001-1660136094677 .e_image-2 {
	overflow: hidden;
	display-radio: 1;
	max-width: 230px;
}
#c_static_001-1660136094677 .e_image-2 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_001-1660136094677 .e_container-1 .cbox-1-0 {
	flex: 0 0 20%;
}
#c_static_001-1660136094677 .e_form-10 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	margin-top: 15px;
}
#c_static_001-1660136094677 .e_form-10 > .p_formItem {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001-1660136094677 .e_input-11 .p_phoneCode {
	width: 90px;
	margin-right: 10px;
}
#c_static_001-1660136094677 .e_input-11 {
	display-radio: 1;
}
#c_static_001-1660136094677 .e_number-13 .p_unit {
	line-height: 36px;
	padding: 0 10px;
}
#c_static_001-1660136094677 .e_number-13 .p_input {-moz-appearance:textfield;
}
#c_static_001-1660136094677 .e_number-13 .p_input::-webkit-outer-spin-button,
#c_static_001-1660136094677 .e_number-13 .p_input::-webkit-inner-spin-button {-webkit-appearance:none;
}
#c_static_001-1660136094677 .e_number-13 {
	display-radio: 1;
}
#c_static_001-1660136094677 .e_formBtn-16 {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 8px;
background_radio:2;
border_radio:1;
font_radio:2;
radius_radio:1;
	display-radio: block;
	width: auto;
	max-width: 120px;
	background-color: rgba(255,255,255,1);
	color: rgba(22,84,187,1);
	font-size: 14px;
}
#c_static_001-1660136094677 .e_formBtn-16 span {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	outline: 0;
	margin: 0px;
	overflow: hidden;
}
#c_static_001-1660136094677 .e_formBtn-16::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all .3s;
	z-index: 0;
	opacity: 0;
	top: 0;
	left: 0px;
}
#c_static_001-1660136094677 .e_formBtn-16:hover::after {
	opacity: 1;
}
#c_static_001-1660136094677 .e_form-10 .cbox-10-0 {
	flex: 0 0 16%;
	margin-right: 1%;
}
#c_static_001-1660136094677 .e_form-10 .cbox-10-1 {
	flex: 0 0 20%;
	margin-right: 1%;
}
#c_static_001-1660136094677 .e_form-10 .cbox-10-2 {
	flex: 0 0 51%;
	margin-right: 1%;
}
#c_static_001-1660136094677 .e_form-10 .cbox-10-3 {
	flex: 0 0 10%;
}
#c_static_001-1660136094677 .e_input-17 .p_phoneCode {
	width: 90px;
	margin-right: 10px;
}
#c_static_001-1660136094677 .e_input-17 {
	display-radio: 1;
}
#c_static_001-1660136094677 .e_input-17 .p_input {
	display-radio: 1;
}
#c_static_001-1660136094677 .e_formBtn-16:hover {
	background-color: rgba(0,0,0,0);
	font-size: 14px;
}#c_links_list_004-1668591903778 {
    display-radio: 1;
    padding-top: 2%;
    padding-bottom: 0px;
    min-height: 0px;
    background-color: rgba(21,84,171,1);
}
#c_links_list_004-1668591903778 .e_loop-1 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%;
    display-radio: flex;
}
#c_links_list_004-1668591903778 .e_loop-1 .p_loopitem {
    flex: 0 0 33.3%;
    position: relative;
}
#c_links_list_004-1668591903778 .e_loop-1 .p_page {
    text-align: center;
}
#c_links_list_004-1668591903778 .e_loop-1 .p_filter_wrapper {
    width: 100%;
    font-size: 13px;
}
#c_links_list_004-1668591903778 .e_loop-1 .p_kv_wrapper {
    display: flex;
    flex-wrap: nowrap;
    line-height: 40px;
    margin: 15px 0;
}
#c_links_list_004-1668591903778 .e_loop-1 .p_filter_key {
    width: 70px;
    overflow: hidden;
    margin-right: 10px;
    font-weight: bold;
    color: #333333;
    font-size: 12px;
}
#c_links_list_004-1668591903778 .e_loop-1 .p_v_item {
    display: inline-block;
    padding: 0 3px;
    cursor: pointer;
    font-size: 13px;
    color: #555555;
    margin-right: 30px;
}
#c_links_list_004-1668591903778 .e_loop-1 .p_active .p_fbutton {
    color: #fff;
    background-color: cornflowerblue;
}
#c_links_list_004-1668591903778 .e_loop-1 .p_result_item {
    position: relative;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px;
}
#c_links_list_004-1668591903778 .e_loop-1 .p_filter_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
    font-style: normal;
    font-size: 16px;
    margin-top: -5px;
    cursor: pointer;
}
#c_links_list_004-1668591903778 .e_loop-1 .multSelect {
    font-size: 13px;
    position: relative;
}
#c_links_list_004-1668591903778 .e_loop-1 .multSelect .inputWrap {
    width: 100%;
    min-width: 100px;
    min-height: 24px;
    border: 1px solid #DCDFE6;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background: white;
}
#c_links_list_004-1668591903778 .e_loop-1 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545;
}
#c_links_list_004-1668591903778 .e_loop-1 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px;
}
#c_links_list_004-1668591903778 .e_loop-1 .multSelect ul,li {
    list-style: none;
}
#c_links_list_004-1668591903778 .e_loop-1 .multSelect li {
    display: inline-block;
    background: #edf0f3;
    color: #92969c;
    padding: 0px 5px;
    margin: 1px 5px 1px 0;
    border-radius: 5px;
    line-height: 16px;
}
#c_links_list_004-1668591903778 .e_loop-1 .multSelect .multSelect-option {
    width: 100%;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    height: 0;
    opacity: 0;
    z-index: 9;
    background: #fff;
}
#c_links_list_004-1668591903778 .e_loop-1 .multSelect .multSelect-option>div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px;
}
#c_links_list_004-1668591903778 .e_loop-1 .multSelect .multSelect-option>div.selected {
    color: #409eff;
}
#c_links_list_004-1668591903778 .e_loop-1 .multSelect .multSelect-option>div:hover {
    color: #409eff;
    background: #f3f6f9;
}
#c_links_list_004-1668591903778 .e_loop-1 .multSelect .fa-close {
    font-style: normal;
    font-size: 12px;
    padding: 0 5px 0 7px;
}
#c_links_list_004-1668591903778 .e_loop-1 .multSelect .inputWrap>.fa svg {
    fill: #666;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px);
}
#c_links_list_004-1668591903778 .e_loop-1 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg);
}
#c_links_list_004-1668591903778 .e_loop-1 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg);
}
#c_links_list_004-1668591903778 .e_loop-1 .multSelect .placeholder {
    line-height: 40px;
    padding-left: 10px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0;
}
#c_links_list_004-1668591903778 .e_loop-1 .p_normal_start {
    display: inline;
    width: 100px;
    height: 40px;
}
#c_links_list_004-1668591903778 .e_loop-1 .p_date_start {
    display: inline;
    width: 105px;
    height: 40px;
}
#c_links_list_004-1668591903778 .e_loop-1 .p_normal_end {
    display: inline;
    width: 100px;
    height: 40px;
    margin-right: 5px;
}
#c_links_list_004-1668591903778 .e_loop-1 .p_date_end {
    display: inline;
    width: 105px;
    height: 40px;
    margin-right: 5px;
}
#c_links_list_004-1668591903778 .e_loop-1 .p_split {
    margin: 0 5px;
}
#c_links_list_004-1668591903778 .e_loop-1 .p_normal {
    margin-right: 16px;
}
#c_links_list_004-1668591903778 .e_loop-1 .p_fbutton {
    background-color: #007bff;
    border: 1px solid #409EFF;
    text-decoration: none;
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden;
}
#c_links_list_004-1668591903778 .e_loop-1 .input-check,
#c_links_list_004-1668591903778 .e_loop-1 .input-radio {
    margin: 0 5px;
    vertical-align: text-top;
}
#c_links_list_004-1668591903778 .e_loop-1 .position-left {
    display: flex;
}
#c_links_list_004-1668591903778 .e_loop-1 .position-right {
    display: flex;
    flex-direction: row-reverse;
}
#c_links_list_004-1668591903778 .e_loop-1 .position-bottom {
    display: flex;
    flex-direction: column-reverse;
}
#c_links_list_004-1668591903778 .e_loop-1 .p_mbutton {
    border: 1px solid #409EFF;
    text-decoration: none;
    color: #409EFF;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden;
}
#c_links_list_004-1668591903778 .e_loop-1 .p_mbutton:after {
    content: "";
    display: none;
    width: 16px;
    height: 16px;
    background-color: #409eff;
    -webkit-transform: skewY(
-45deg);
    transform: skewY(
360deg);
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1;
}
#c_links_list_004-1668591903778 .e_loop-1 .p_mbutton::before {
    content: "";
    display: none;
    width: 6px;
    height: 9px;
    border-right: #ffffff solid 2px;
    border-bottom: #ffffff solid 2px;
    -webkit-transform: rotate(
35deg);
    transform: rotate(
35deg);
    position: absolute;
    bottom: 5px;
    right: 4px;
    z-index: 2;
}
#c_links_list_004-1668591903778 .e_loop-1 .p_active .p_mbutton::before {
    display: block;
}
#c_links_list_004-1668591903778 .e_loop-1 .p_active .p_mbutton::after {
    display: block;
}
#c_links_list_004-1668591903778 .e_loop-1 .p_input_match {
    width: 100px;
    height: 40px;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 3px;
}
#c_links_list_004-1668591903778 .e_loop-1 .p_filter_result {
    display: none;
}
#c_links_list_004-1668591903778 .e_loop-1 .p_contclear {
    cursor: pointer;
    display: none;
}
#c_links_list_004-1668591903778 .e_loop-1 .swiper-container {
    padding-bottom: 30px;
}
#c_links_list_004-1668591903778 .e_loop-1 .p_imgwrapper {
    width: 80px;
    height: 100px;
    overflow: hidden;
}
#c_links_list_004-1668591903778 .e_loop-1 .p_imgtitle {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    line-height: 20px;
}
#c_links_list_004-1668591903778 .e_loop-1 .p_imgwrapper img {
    width: 100%;
    object-fit: cover;
}
#c_links_list_004-1668591903778 .e_loop-1 .p_active .p_imgwrapper {
    border: 1px solid #409eff;
}
#c_links_list_004-1668591903778 .e_loop-1 {
    display-radio: 1;
    max-width: 1400px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1%;
}
#c_links_list_004-1668591903778 .e_container-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: auto;
    display-radio: flex;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
#c_links_list_004-1668591903778 .e_container-2 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}
#c_links_list_004-1668591903778 .e_richText-5 {
    font_radio: 1;
    display-radio: 1;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
#c_links_list_004-1668591903778 .e_text-6 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
    color: rgba(255,255,255,1);
    margin-top: 10px;
}
 @media screen and (max-width:768px) {
            #c_links_list_004-1668591903778 .e_loop-1 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 2);
}

           } @media screen and (min-width: 769px) {
            #c_links_list_004-1668591903778 .e_loop-1 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 11);
}

           }#c_static_001_P_395-1647834855258 {
	display-radio: 1;
	min-height: 0px;
	background-fill-value: background-color;
	background-color: rgba(21,84,171,1);
}
#c_static_001_P_395-1647834855258 .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 90%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2%;
	padding-bottom: 0px;
	display-radio: flex;
	margin-bottom: 0px;
	margin-top: 0px;
}
#c_static_001_P_395-1647834855258 .e_container-1 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
.e_text0 {font_radio:2;
	line-height: 2;
}
.e_text1 {font_radio:2;
	line-height: 2;
}
.e_text2 {font_radio:2;
	line-height: 2;
	font-weight: normal;
}
.e_text3 {font_radio:2;
	line-height: 2;
}
.e_text4 {font_radio:2;
	line-height: 2;
}
.e_text5 {font_radio:2;
	line-height: 2;
}
.e_text6 {font_radio:2;
	line-height: 2;
}
#c_static_001_P_395-1647834855258 .e_container-1 .cbox-1-1 {
	flex: 0 0 72%;
	margin-left: 5%;
}
#c_static_001_P_395-1647834855258 .e_container-39 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
}
#c_static_001_P_395-1647834855258 .e_container-39 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001_P_395-1647834855258 .e_container-39 .cbox-39-1 {
	flex: 0 0 25%;
}
#c_static_001_P_395-1647834855258 .e_container-39 .cbox-39-0 {
	margin-right: 5%;
}
#c_static_001_P_395-1647834855258 .e_bottomNav-40 .p_level2Box,
#c_static_001_P_395-1647834855258 .e_bottomNav-40 .p_level3Box {
	height: auto;
}
#c_static_001_P_395-1647834855258 .e_bottomNav-40 .p_openIcon,
#c_static_001_P_395-1647834855258 .e_bottomNav-40 .p_closeIcon {
	width: 36px;
	height: 36px;
}
#c_static_001_P_395-1647834855258 .e_bottomNav-40 span {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;
	color: #ccc;
}
#c_static_001_P_395-1647834855258 .e_bottomNav-40 {font_radio:2;
	padding-bottom: 20px;
	line-height: 2;
	font-size: 18px;
	display-radio: 1;
}
#c_static_001_P_395-1647834855258 .e_image-41 {
	overflow: hidden;
	max-width: 186px;
	width: 100%;
	min-width: 0px;
	height: auto;
	max-height: none;
	min-height: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: auto;
	margin-right: auto;
	display-radio: 1;
}
#c_static_001_P_395-1647834855258 .e_image-41 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_001_P_395-1647834855258 .e_container-42 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	max-width: 130px;
	margin-left: auto;
	margin-right: 0px;
	display-radio: flex;
}
#c_static_001_P_395-1647834855258 .e_container-42 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001_P_395-1647834855258 .e_text-43 {
	line-height: 2;
font_radio:2;
	font-size: 16px;
	font-family: Arial;
	color: rgba(204,204,204,1);
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	display-radio: 1;
	font-weight: normal;
}
#c_static_001_P_395-1647834855258 .e_bottomNav-40 .p_menuItem {
	font-size: 14px;
	font-family: Microsoft YaHei;
	color: #ccc;
}
#c_static_001_P_395-1647834855258 .e_bottomNav-40 .p_level1Item>p>a>span {
	font-size: 18px;
	color: #fff;
}
#c_static_001_P_395-1647834855258 .e_bottomNav-40 .p_level1Item:nth-of-type(1),
#c_static_001_P_395-1647834855258 .e_bottomNav-40 .p_level1Item:nth-of-type(6),
#c_static_001_P_395-1647834855258 .e_bottomNav-40 .p_level1Item:nth-of-type(7) {
	display: none;
}
#c_static_001_P_395-1647834855258 .e_text-51 {
	line-height: 3;
font_radio:2;
	font-size: 14px;
	font-family: Microsoft YaHei;
	color: rgba(255,255,255,0.7);
	display-radio: 1;
	text-align: left;
	font-weight: normal;
}
#c_static_001_P_395-1647834855258 .e_richText-52 {font_radio:2;
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	line-height: 3;
	font-family: Microsoft YaHei;
	text-align: right;
	display-radio: 1;
	font-weight: normal;
}
.c_portalResPublic_codeContainer-16474918924131797 .xf {
	position: fixed;
	right: 0;
	bottom: 20%;
	z-index: 2;
}
.c_portalResPublic_codeContainer-16474918924131797 .xf ul {
	margin: 0;
	padding: 0;
}
.c_portalResPublic_codeContainer-16474918924131797 .xf ul li {
	display: block;
	list-style: none;
}
.c_portalResPublic_codeContainer-16474918924131797 .xf ul li a {
	display: block;
	padding: 14px 20px;
	background-color: #002d5c;
	color: #fff;
	text-align: center;
	transition: all 0.5s;
}
.c_portalResPublic_codeContainer-16474918924131797 .xf ul li a:hover {
	background-color: #2567d2;
}
.c_portalResPublic_codeContainer-16474918924131797 .fa {
	display: inline-block;
	font-size: 18px;
	text-rendering: auto;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
	font-family: 'icon' !important;
	font-style: normal;
}
.c_portalResPublic_codeContainer-16474918924131797 .fa-skype:before {
	content: "\e882";
}
.c_portalResPublic_codeContainer-16474918924131797 .fa-envelope:before {
	content: "\e667";
}
.c_portalResPublic_codeContainer-16474918924131797 .fa-phone-square:before {
	content: "\e8be";
}
.c_portalResPublic_codeContainer-16474918924131797 .fa-comments:before {
	content: "\e62c";
}
.c_portalResPublic_codeContainer-16474918924131797 .fa-whatsapp:before {
	content: "\e848";
}
#c_static_001_P_395-1647834855258 .e_container-65 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	padding-bottom: 20px;
}
#c_static_001_P_395-1647834855258 .e_container-65 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001_P_395-1647834855258 .e_line-66 {
	display-radio: 1;
	border-top-color: rgba(255,255,255,0.3);
} @media screen and (max-width:768px) {
            #c_static_001_P_395-1647834855258 .e_bottomNav-40 .p_menuItem {
	display: flex;
	justify-content: space-between;
}
#c_static_001_P_395-1647834855258 .e_bottomNav-40 .p_level1Box ul {
	display: none;
}
#c_static_001_P_395-1647834855258 .e_bottomNav-40 .p_level2Box,
#c_static_001_P_395-1647834855258 .e_bottomNav-40 .p_level3Box {
	padding-left: 10px;
}
#c_static_001_P_395-1647834855258 .e_bottomNav-40 .p_jtIcon {
	align-items: stretch;
	width: auto;
	height: auto;
	max-width: 25px;
	font-size: inherit;
	transition: 0.5s;
}
#c_static_001_P_395-1647834855258 .e_bottomNav-40 .p_jtIcon.active {
	transform: rotateZ(90deg);
}
#c_static_001_P_395-1647834855258 .e_container-1 {
	display: none;
}
#c_static_001_P_395-1647834855258 .e_text-51 {
	display-radio: 1;
font_radio:1;
	text-align: center;
	font-size: 12px;
}
#c_static_001_P_395-1647834855258 .e_richText-52 {
	display-radio: 1;
font_radio:1;
}
#c_grid-116273709439190 .xf ul li:nth-child(n-1) {
	display: none;
}

           } @media screen and (min-width: 769px) {
            #c_static_001_P_395-1647834855258 .e_bottomNav-40 .p_level1Box {
	display: flex;
	justify-content: space-between;
}
#c_static_001_P_395-1647834855258 .e_bottomNav-40 .p_level1Item {
	min-width: 100px;
	max-width: 25%;
	width: auto;
	padding: 0 10px;
	flex-grow: 1;
}
#c_static_001_P_395-1647834855258 .e_bottomNav-40 p:hover {
	color: #409EFF;
}
#c_static_001_P_395-1647834855258 .e_bottomNav-40 .p_jtIcon {
	display: none;
}

           } @media screen and (max-width: 1024px) and (min-width: 769px) {
            

           }#c_effect_087-1660137865153 {
	min-height: 0px;
	display-radio: 1;
}
#c_effect_087-1660137865153 .e_html-1 {
	display-radio: 1;
background_radio:1;
	min-height: 0px;
}
.side i {
    width: 50px;
    text-align: center;
    background: rgb(21 84 171 / 90%) !important;
    transition: all 0.3s;
} @media screen and (max-width:768px) {
            
#c_effect_087-1660137865153 .e_html-1 {
	display-radio: 1;
background_radio:1;
}
           } @media screen and (min-width: 769px) {
            

           } @media screen and (max-width: 1024px) and (min-width: 769px) {
            

           }#c_static_001_P_260-16478539864230 {
	display-radio: 1;
} @media screen and (max-width: 1024px) and (min-width: 769px) {
            

           }#c_static_001-16607336276110 {
	min-height: 0px;
	display-radio: 1;
	background-color: rgba(238,238,238,1);
}
#c_static_001-16607336276110 .e_container-5 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 90%;
	display-radio: flex;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
#c_static_001-16607336276110 .e_container-5 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001-16607336276110 .e_container-5 .cbox-5-0 {
	flex: 0 0 100%;
	align-self: center;
}
#c_static_001-16607336276110 .e_container-5 .cbox-5-1 {
	flex: 0 0 40%;
	align-self: center;
}
#c_static_001-16607336276110 .e_categoryB-6 {
	user-select: none;
	font-size: 14px;
	width: 100%;
	max-width: 100%;
}
#c_static_001-16607336276110 .e_categoryB-6 ul {
	list-style: none;
	overflow: hidden;
}
#c_static_001-16607336276110 .e_categoryB-6 li {
	position: relative;
	width: auto;
	float: left;
	margin: 10px 1vw 10px 0;
}
#c_static_001-16607336276110 .e_categoryB-6 .deep a {
	width: auto;
	padding: 0 50px;
	display: flex;
	color: #333;
	justify-content: flex-start;
}
#c_static_001-16607336276110 .e_categoryB-6 .p_c_title1 {
	display: flex;
	justify-content: space-between;
	position: relative;
	line-height: 45px;
	border-bottom: none;
	font-size: 14px;
	transition: all ease .3s;
	width: auto;
	color: #333;
	background: #f5f5f5;
	display-radio: flex;
	background-color: #f5f5f5;
}
#c_static_001-16607336276110 .e_categoryB-6 .deep-2 {
	width: 100%;
}
#c_static_001-16607336276110 .e_categoryB-6 .p_arrbtm {
	width: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	border-left: 1px solid rgb(0 0 0 / 5%);
	transition: border-left ease .3s;
}
#c_static_001-16607336276110 .e_categoryB-6 .p_arrow {
	margin: 0;
	font-size: 12px;
	transform: rotate(-90deg);
	line-height: 1;
	padding: 0;
	width: auto;
	height: 14px;
	right: 15px;
	pointer-events: none;
}
#c_static_001-16607336276110 .e_categoryB-6 .p_c_title2 {
	display: flex;
	justify-content: space-between;
	position: relative;
	line-height: 50px;
	border-bottom: 1px solid #e1e1e1;
	font-size: 15px;
	transition: all ease .3s;
	width: 100%;
	color: #666;
	background: #ededed;
}
#c_static_001-16607336276110 .e_categoryB-6 .deep-3 {
	width: 100%;
}
#c_static_001-16607336276110 .e_categoryB-6 .p_c_title3 {
	display: flex;
	justify-content: space-between;
	position: relative;
	line-height: 50px;
	border-bottom: 1px solid #d9d9d9;
	font-size: 15px;
	transition: all ease .3s;
	width: 100%;
	color: #666;
	background: #e3e3e3;
}
#c_static_001-16607336276110 .e_categoryB-6 .p_c_images {
	width: 27px;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-right: 6px;
	order: -1;
	overflow: hidden;
	transition: all ease .3s;
}
#c_static_001-16607336276110 .e_categoryB-6 .p_c_images img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#c_static_001-16607336276110 .e_categoryB-6 p:hover .p_c_images {
	opacity: 0;
	margin-right: 0px;
	width: 0px;
}
#c_static_001-16607336276110 .e_categoryB-6 .deep:hover {
	background: var(--theme-color);
}
#c_static_001-16607336276110 .e_categoryB-6 .deep:hover a {
	color: #fff;
}
#c_static_001-16607336276110 .e_categoryB-6 .active > p {
	background: var(--theme-color);
}
#c_static_001-16607336276110 .e_categoryB-6 .active > p a {
	color: #fff;
} @media screen and (max-width:768px) {
            #c_static_001-16607336276110 .e_categoryB-6 .p_c_mbtn,
#c_static_001-16607336276110 .e_categoryB-6 .p_c_mput,
#c_static_001-16607336276110 .e_categoryB-6 .p_c_item > .p_c_content {
	display: none;
}
.p_chuShi {
	transition: all ease .5s;
}
.p_leftani {
	transform: translateX(-80%);
}
.p_leftaniAdmi {
	transform: translateX(-90%);
}
#c_static_001-16607336276110 .e_container-5 {
	display-radio: 1;
	width: 100%;
}
#c_static_001-16607336276110 .e_container-5 .cbox-5-0 {
	flex: 0 0 100%;
}
#c_static_001-16607336276110 .e_container-5 .cbox-5-1 {
	flex: 0 0 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#c_static_001-16607336276110 .e_categoryB-6 {
	background: none;
	max-width: none;
	display: flex;
	justify-content: flex-end;
}
#c_static_001-16607336276110 .e_categoryB-6 .p_c_tree {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 100%;
	height: 100vh;
	width: 80%;
	transition: all ease .5s;
	background: #fff;
	z-index: 999;
	max-height: 1080px;
}
#c_static_001-16607336276110 .e_categoryB-6 .deep-1 {
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
#c_static_001-16607336276110 .e_categoryB-6 .p_c_mbtn {
	display: block;
	border: 0;
	background: #002d5c;
	padding: 10px 15px;
	border-radius: 0;
	font-size: 14px;
	color: rgb(255 255 255 / 80%);
	outline: none;
	width: 100%;
	text-align: left;
}
#c_static_001-16607336276110 .e_categoryB-6 .p_c_mput {
	display: block;
	line-height: 50px;
	background: rgb(0 0 0 / 70%);
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	max-height: 1080px;
	height: 100vh;
	width: 100%;
	cursor: pointer;
	transition: all ease .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
}
#c_static_001-16607336276110 .e_categoryB-6 .p_c_mput:hover {
	background: rgb(0 0 0 / 80%);
}
#c_static_001-16607336276110 .e_categoryB-6 .deep a {
	padding-right: 10px;
	width: 100%;
	font-size: 12px;
}
#c_static_001-16607336276110 .e_categoryB-6 .deep {
	color: #666;
}
#c_static_001-16607336276110 .e_categoryB-6 .deep-2 {
	display: none;
	position: static;
	width: 100%;
}
#c_static_001-16607336276110 .e_categoryB-6 .deep-3 {
	display: none;
	position: static;
	width: 100%;
	background: #dfdfdf;
}
#c_static_001-16607336276110 .e_categoryB-6 .p_c_title3 {
	border-bottom: 1px solid #d5d5d5;
}
#c_static_001-16607336276110 .e_categoryB-6.design_nomput .p_c_mput {
	display: none;
}
.p_leftani #c_static_001-16607336276110 .e_categoryB-6 .p_c_mput {
	opacity: 1;
	visibility: visible;
	display: block;
}
.p_leftaniAdmi #c_static_001-16607336276110 .e_categoryB-6 .p_c_tree {
	width: 90%;
}
           } @media screen and (min-width: 769px) {
            #c_static_001-16607336276110 .e_categoryB-6 .p_c_mbtn,
#c_static_001-16607336276110 .e_categoryB-6 .p_c_mput,
#c_static_001-16607336276110 .e_categoryB-6 .p_c_item > .p_c_content {
	display: none;
}
           }#c_static_642-1662381210657 .e_image-5 {
	overflow: hidden;
	transition-property: all;
	transition-radio:hover;
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}
.e_image-5:hover {
	transition: all .5s;
	transform: scale(1.1);
-webkit-transform:scale(1.1);
	overflow: hidden;
}
#c_static_642-1662381210657 {
	min-height: 0px;
	display-radio: 1;
}
#c_static_642-1662381210657 .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
}
#c_static_642-1662381210657 .e_container-1 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_642-1662381210657 .e_container-4 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	display-radio: flex;
	background-color: rgba(245,245,245,1);
	max-width: 1400px;
}
#c_static_642-1662381210657 .e_container-4 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_642-1662381210657 .e_container-4 .cbox-4-0 {
	flex: 0 0 60%;
	align-self: center;
	overflow: hidden;
}
#c_static_642-1662381210657 .e_container-4 .cbox-4-1 {
	flex: 0 0 40%;
	align-self: center;
}
#c_static_642-1662381210657 .e_image-5 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_642-1662381210657 .e_container-6 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	padding-left: 15%;
	padding-right: 15%;
}
#c_static_642-1662381210657 .e_container-6 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_642-1662381210657 .e_text-7 {
	line-height: 2;
font_radio:2;
	font-size: 36px;
	font-family: Microsoft YaHei;
	color: rgba(0,111,192,1);
	font-weight: bold;
	display-radio: 1;
}
#c_static_642-1662381210657 .e_line-8 {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgba(227,227,227,1);
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2%;
	padding-bottom: 0px;
	height: auto;
	width: auto;
	display-radio: 1;
}
#c_static_642-1662381210657 .e_text-9 {font_radio:2;
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: rgba(102,102,102,1);
	line-height: 1.6;
	margin-top: 10px;
	display-radio: 1;
}
#c_static_642-1662381210657.response-animated .e_image-5 {
	animation-name: none,none;
	animation-delay: 0.0s,0.6s;
	animation-duration: 0.6s,0.6s;
	animation-iteration-count: 1,1;
}
#c_static_642-1662381210657 .e_html-26 {background_radio:1;
	min-height: 0px;
	display-radio: 1;
}
#c_static_642-1662381210657 .e_html-26 h5 {
	font-size: 2.5vw;
	font-weight: 600;
	color: #333;
	text-align: center;
}
#c_static_642-1662381210657 .e_html-26 span {
	font-size: 18px;
	font-family: 'Poppins';
	color: #999;
	text-transform: uppercase;
	margin-left: 0;
	display: block;
	text-align: center;
}
#c_static_642-1662381210657 .e_container-27 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	display-radio: flex;
	max-width: 1400px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3%;
	margin-bottom: 3%;
}
#c_static_642-1662381210657 .e_container-27 .p_item {
	flex: 1;
	max-width: 100%;
}
#c_static_642-1662381210657 .e_container-43 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	display-radio: flex;
	transition-property: all;
	transition-radio:hover;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}
#c_static_642-1662381210657 .e_container-43 .p_item {
	flex: 1;
	max-width: 100%;
}
#c_static_642-1662381210657 .e_container-43:hover .e_image-44 {
	display-radio: 1;
	transform: rotateY(180deg);
}
#c_static_642-1662381210657 .e_container-43:hover .e_text-45 {
	display-radio: 1;
	color: rgba(201,0,11,1);
}
#c_static_642-1662381210657 .e_image-44 {
	overflow: hidden;
	max-width: 80px;
	min-width: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}
#c_static_642-1662381210657 .e_image-44 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_642-1662381210657 .e_text-45 {
	margin-top: 10px;
font_radio:2;
	font-size: 22px;
	font-family: Microsoft YaHei;
	color: rgba(46,46,46,1);
	text-align: center;
	line-height: 1.8;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
	display-radio: 1;
	font-weight: bold;
}
#c_static_642-1662381210657 .e_image-46 {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}
#c_static_642-1662381210657 .e_image-46 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_642-1662381210657 .e_text-47 {font_radio:2;
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: rgba(122,122,122,1);
	text-align: center;
	line-height: 1.8;
	display-radio: 1;
}
.s_title {
	font-weight: normal;
}
#c_static_642-1662381210657 .e_container-48 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	display-radio: flex;
	transition-property: all;
	transition-radio:hover;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}
#c_static_642-1662381210657 .e_container-48 .p_item {
	flex: 1;
	max-width: 100%;
}
#c_static_642-1662381210657 .e_container-48:hover .e_image-49 {
	display-radio: 1;
	transform: rotateY(180deg);
}
#c_static_642-1662381210657 .e_container-48:hover .e_text-50 {
	display-radio: 1;
	color: rgba(201,0,11,1);
}
#c_static_642-1662381210657 .e_image-49 {
	overflow: hidden;
	max-width: 80px;
	min-width: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}
#c_static_642-1662381210657 .e_image-49 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_642-1662381210657 .e_text-50 {
	margin-top: 10px;
font_radio:2;
	font-size: 22px;
	font-family: Microsoft YaHei;
	color: rgba(46,46,46,1);
	text-align: center;
	line-height: 1.8;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
	display-radio: 1;
	font-weight: bold;
}
#c_static_642-1662381210657 .e_image-51 {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}
#c_static_642-1662381210657 .e_image-51 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_642-1662381210657 .e_text-52 {font_radio:2;
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: rgba(122,122,122,1);
	text-align: center;
	line-height: 1.8;
	display-radio: 1;
}
#c_static_642-1662381210657 .e_container-53 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	display-radio: flex;
	transition-property: all;
	transition-radio:hover;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}
#c_static_642-1662381210657 .e_container-53 .p_item {
	flex: 1;
	max-width: 100%;
}
#c_static_642-1662381210657 .e_container-53:hover .e_image-54 {
	display-radio: 1;
	transform: rotateY(180deg);
}
#c_static_642-1662381210657 .e_container-53:hover .e_text-55 {
	display-radio: 1;
	color: rgba(201,0,11,1);
}
#c_static_642-1662381210657 .e_image-54 {
	overflow: hidden;
	max-width: 80px;
	min-width: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}
#c_static_642-1662381210657 .e_image-54 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_642-1662381210657 .e_text-55 {
	margin-top: 10px;
font_radio:2;
	font-size: 22px;
	font-family: Microsoft YaHei;
	color: rgba(46,46,46,1);
	text-align: center;
	line-height: 1.8;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
	display-radio: 1;
	font-weight: bold;
}
#c_static_642-1662381210657 .e_image-56 {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}
#c_static_642-1662381210657 .e_image-56 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_642-1662381210657 .e_text-57 {font_radio:2;
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: rgba(122,122,122,1);
	text-align: center;
	line-height: 1.8;
	display-radio: 1;
}
#c_static_642-1662381210657 .e_container-58 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	display-radio: flex;
	transition-property: all;
	transition-radio:hover;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}
#c_static_642-1662381210657 .e_container-58 .p_item {
	flex: 1;
	max-width: 100%;
}
#c_static_642-1662381210657 .e_container-58:hover .e_image-59 {
	display-radio: 1;
	transform: rotateY(180deg);
}
#c_static_642-1662381210657 .e_container-58:hover .e_text-60 {
	display-radio: 1;
	color: rgba(201,0,11,1);
}
#c_static_642-1662381210657 .e_image-59 {
	overflow: hidden;
	max-width: 80px;
	min-width: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}
#c_static_642-1662381210657 .e_image-59 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_642-1662381210657 .e_text-60 {
	margin-top: 10px;
font_radio:2;
	font-size: 22px;
	font-family: Microsoft YaHei;
	color: rgba(46,46,46,1);
	text-align: center;
	line-height: 1.8;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
	display-radio: 1;
	font-weight: bold;
}
#c_static_642-1662381210657 .e_image-61 {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}
#c_static_642-1662381210657 .e_image-61 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_642-1662381210657 .e_text-62 {font_radio:2;
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: rgba(122,122,122,1);
	text-align: center;
	line-height: 1.8;
	display-radio: 1;
} @media screen and (max-width:768px) {
            #c_static_642-1662381210657 .e_container-1 {
	display-radio: 1;
	margin-top: 30px;
}
#c_static_642-1662381210657 .e_image-5 {
	display-radio: 1;
	display: none;
}
#c_static_642-1662381210657 .e_container-4 {
	display-radio: 1;
	flex-direction: column;
	margin-top: 30px;
}
#c_static_642-1662381210657 .e_container-6 {
	display-radio: 1;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 0px;
	margin-top: 3%;
	margin-bottom: 7%;
}
#c_static_642-1662381210657 .e_text-7 {
	display-radio: 1;
font_radio:2;
	font-size: 26px;
	color: rgba(81,186,135,1);
	line-height: 1.5;
}
#c_static_642-1662381210657 .e_html-26 h5 {
	font-size: 24px;
}
#c_static_642-1662381210657 .e_html-26 {background_radio:1;
}
#c_static_642-1662381210657 .e_container-27 .cbox-27-0 {
	flex: 0 0 50%;
}
#c_static_642-1662381210657 .e_container-27 .cbox-27-1 {
	flex: 0 0 50%;
}
#c_static_642-1662381210657 .e_container-27 .cbox-27-2 {
	flex: 0 0 50%;
}
#c_static_642-1662381210657 .e_container-27 .cbox-27-3 {
	flex: 0 0 50%;
}
#c_static_642-1662381210657 .e_container-27 .cbox-27-4 {
	flex: 0 0 50%;
}
#c_static_642-1662381210657 .e_container-27 .cbox-27-5 {
	flex: 0 0 50%;
}
#c_static_642-1662381210657 .e_container-27 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
           }#c_static_001-1662551240147 {
	min-height: 300px;
}
#c_static_001-1662551240147 .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3%;
	display-radio: flex;
	background-color: rgba(245,245,245,1);
	max-width: 1400px;
	margin-bottom: 3%;
}
#c_static_001-1662551240147 .e_container-1 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001-1662551240147 .e_container-1 .cbox-1-0 {
	flex: 0 0 40%;
	align-self: center;
}
#c_static_001-1662551240147 .e_container-1 .cbox-1-1 {
	flex: 0 0 60%;
	align-self: center;
	overflow: hidden;
}
#c_static_001-1662551240147 .e_image-2 {
	overflow: hidden;
	transition-property: all;
	transition-radio:hover;
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}
#c_static_001-1662551240147 .e_image-2:hover {
	transition: all .5s;
	transform: scale(1.1);
-webkit-transform:scale(1.1);
	overflow: hidden;
}
#c_static_001-1662551240147 .e_image-2 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_001-1662551240147 .e_container-3 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	padding-left: 15%;
	padding-right: 15%;
}
#c_static_001-1662551240147 .e_container-3 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001-1662551240147 .e_text-4 {
	line-height: 2;
font_radio:2;
	font-size: 36px;
	font-family: Microsoft YaHei;
	color: rgba(0,111,192,1);
	font-weight: bold;
	display-radio: 1;
}
#c_static_001-1662551240147 .e_line-5 {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgba(227,227,227,1);
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2%;
	padding-bottom: 0px;
	height: auto;
	width: auto;
	display-radio: 1;
}
#c_static_001-1662551240147 .e_text-6 {font_radio:2;
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: rgba(102,102,102,1);
	line-height: 1.6;
	margin-top: 10px;
	display-radio: 1;
}
#c_static_001-1662551240147 .e_container-7 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	display-radio: flex;
	max-width: 1400px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3%;
	margin-bottom: 3%;
}
#c_static_001-1662551240147 .e_container-7 .p_item {
	flex: 1;
	max-width: 100%;
}
#c_static_001-1662551240147 .e_container-8 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	display-radio: flex;
	transition-property: all;
	transition-radio:hover;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}
#c_static_001-1662551240147 .e_container-8 .p_item {
	flex: 1;
	max-width: 100%;
}
#c_static_001-1662551240147 .e_container-8:hover .e_image-9 {
	display-radio: 1;
	transform: rotateY(180deg);
}
#c_static_001-1662551240147 .e_container-8:hover .e_text-10 {
	display-radio: 1;
	color: rgba(201,0,11,1);
}
#c_static_001-1662551240147 .e_image-9 {
	overflow: hidden;
	max-width: 80px;
	min-width: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}
#c_static_001-1662551240147 .e_image-9 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_001-1662551240147 .e_text-10 {
	margin-top: 10px;
font_radio:2;
	font-size: 22px;
	font-family: Microsoft YaHei;
	color: rgba(46,46,46,1);
	text-align: center;
	line-height: 1.8;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
	display-radio: 1;
	font-weight: bold;
}
#c_static_001-1662551240147 .e_image-11 {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}
#c_static_001-1662551240147 .e_image-11 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_001-1662551240147 .e_text-12 {font_radio:2;
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: rgba(122,122,122,1);
	text-align: center;
	line-height: 1.8;
	display-radio: 1;
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
}
#c_static_001-1662551240147 .e_container-13 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	display-radio: flex;
	transition-property: all;
	transition-radio:hover;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}
#c_static_001-1662551240147 .e_container-13 .p_item {
	flex: 1;
	max-width: 100%;
}
#c_static_001-1662551240147 .e_container-13:hover .e_image-14 {
	display-radio: 1;
	transform: rotateY(180deg);
}
#c_static_001-1662551240147 .e_container-13:hover .e_text-15 {
	display-radio: 1;
	color: rgba(201,0,11,1);
}
#c_static_001-1662551240147 .e_image-14 {
	overflow: hidden;
	max-width: 80px;
	min-width: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}
#c_static_001-1662551240147 .e_image-14 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_001-1662551240147 .e_text-15 {
	margin-top: 10px;
font_radio:2;
	font-size: 22px;
	font-family: Microsoft YaHei;
	color: rgba(46,46,46,1);
	text-align: center;
	line-height: 1.8;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
	display-radio: 1;
	font-weight: bold;
}
#c_static_001-1662551240147 .e_image-16 {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}
#c_static_001-1662551240147 .e_image-16 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_001-1662551240147 .e_text-17 {font_radio:2;
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: rgba(122,122,122,1);
	text-align: center;
	line-height: 1.8;
	display-radio: 1;
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
}
#c_static_001-1662551240147 .e_container-18 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	display-radio: flex;
	transition-property: all;
	transition-radio:hover;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}
#c_static_001-1662551240147 .e_container-18 .p_item {
	flex: 1;
	max-width: 100%;
}
#c_static_001-1662551240147 .e_container-18:hover .e_image-19 {
	display-radio: 1;
	transform: rotateY(180deg);
}
#c_static_001-1662551240147 .e_container-18:hover .e_text-20 {
	display-radio: 1;
	color: rgba(201,0,11,1);
}
#c_static_001-1662551240147 .e_image-19 {
	overflow: hidden;
	max-width: 80px;
	min-width: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}
#c_static_001-1662551240147 .e_image-19 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_001-1662551240147 .e_text-20 {
	margin-top: 10px;
font_radio:2;
	font-size: 22px;
	font-family: Microsoft YaHei;
	color: rgba(46,46,46,1);
	text-align: center;
	line-height: 1.8;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
	display-radio: 1;
	font-weight: bold;
}
#c_static_001-1662551240147 .e_image-21 {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}
#c_static_001-1662551240147 .e_image-21 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_001-1662551240147 .e_text-22 {font_radio:2;
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: rgba(122,122,122,1);
	text-align: center;
	line-height: 1.8;
	display-radio: 1;
}
#c_static_001-1662551240147 .e_container-23 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	display-radio: flex;
	transition-property: all;
	transition-radio:hover;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}
#c_static_001-1662551240147 .e_container-23 .p_item {
	flex: 1;
	max-width: 100%;
}
#c_static_001-1662551240147 .e_container-23:hover .e_image-24 {
	display-radio: 1;
	transform: rotateY(180deg);
}
#c_static_001-1662551240147 .e_container-23:hover .e_text-25 {
	display-radio: 1;
	color: rgba(201,0,11,1);
}
#c_static_001-1662551240147 .e_image-24 {
	overflow: hidden;
	max-width: 80px;
	min-width: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}
#c_static_001-1662551240147 .e_image-24 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_001-1662551240147 .e_text-25 {
	margin-top: 10px;
font_radio:2;
	font-size: 22px;
	font-family: Microsoft YaHei;
	color: rgba(46,46,46,1);
	text-align: center;
	line-height: 1.8;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
	display-radio: 1;
	font-weight: bold;
}
#c_static_001-1662551240147 .e_image-26 {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}
#c_static_001-1662551240147 .e_image-26 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_001-1662551240147 .e_text-27 {font_radio:2;
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: rgba(122,122,122,1);
	text-align: center;
	line-height: 1.8;
	display-radio: 1;
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
} @media screen and (max-width:768px) {
            
#c_static_001-1662551240147 .e_container-1 {
	display-radio: 1;
	flex-direction: column;
}
#c_static_001-1662551240147 .e_image-2 {
	display: none;
}
#c_static_001-1662551240147 .e_container-3 {
	display-radio: 1;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 0px;
	margin-top: 3%;
	margin-bottom: 7%;
}
#c_static_001-1662551240147 .e_text-4 {
	display-radio: 1;
font_radio:2;
	font-size: 26px;
	color: rgba(81,186,135,1);
	line-height: 1.5;
}


#c_static_001-1662551240147 .e_container-7 .cbox-7-0 {
	flex: 0 0 50%;
}
#c_static_001-1662551240147 .e_container-7 .cbox-7-1 {
	flex: 0 0 50%;
}
#c_static_001-1662551240147 .e_container-7 .cbox-7-2 {
	flex: 0 0 50%;
}
#c_static_001-1662551240147 .e_container-7 .cbox-7-3 {
	flex: 0 0 50%;
}
#c_static_001-1662551240147 .e_container-7 .cbox-7-4 {
	flex: 0 0 50%;
}
#c_static_001-1662551240147 .e_container-7 .cbox-7-5 {
	flex: 0 0 50%;
}
#c_static_001-1662551240147 .e_container-7 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}




















           } @media screen and (min-width: 769px) {
            



























           } @media screen and (max-width: 1024px) and (min-width: 769px) {
            



























           }#c_static_001-1662551278158 {
	min-height: 300px;
}
#c_static_001-1662551278158 .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	display-radio: flex;
	background-color: rgba(245,245,245,1);
	max-width: 1400px;
}
#c_static_001-1662551278158 .e_container-1 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001-1662551278158 .e_container-1 .cbox-1-0 {
	flex: 0 0 60%;
	align-self: center;
	overflow: hidden;
}
#c_static_001-1662551278158 .e_container-1 .cbox-1-1 {
	flex: 0 0 40%;
	align-self: center;
}
#c_static_001-1662551278158 .e_container-2 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	padding-left: 15%;
	padding-right: 15%;
}
#c_static_001-1662551278158 .e_container-2 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001-1662551278158 .e_text-3 {
	line-height: 2;
font_radio:2;
	font-size: 36px;
	font-family: Microsoft YaHei;
	color: rgba(0,111,192,1);
	font-weight: bold;
	display-radio: 1;
}
#c_static_001-1662551278158 .e_line-4 {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgba(227,227,227,1);
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2%;
	padding-bottom: 0px;
	height: auto;
	width: auto;
	display-radio: 1;
}
#c_static_001-1662551278158 .e_text-5 {font_radio:2;
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: rgba(102,102,102,1);
	line-height: 1.6;
	margin-top: 10px;
	display-radio: 1;
}
#c_static_001-1662551278158 .e_image-6 {
	overflow: hidden;
	transition-property: all;
	transition-radio:hover;
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}
#c_static_001-1662551278158 .e_image-6:hover {
	transition: all .5s;
	transform: scale(1.1);
-webkit-transform:scale(1.1);
	overflow: hidden;
}
#c_static_001-1662551278158 .e_image-6 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_001-1662551278158 .e_container-7 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	display-radio: flex;
	max-width: 1400px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3%;
	margin-bottom: 5%;
}
#c_static_001-1662551278158 .e_container-7 .p_item {
	flex: 1;
	max-width: 100%;
}
#c_static_001-1662551278158 .e_container-8 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	display-radio: flex;
	transition-property: all;
	transition-radio:hover;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}
#c_static_001-1662551278158 .e_container-8 .p_item {
	flex: 1;
	max-width: 100%;
}
#c_static_001-1662551278158 .e_container-8:hover .e_image-9 {
	display-radio: 1;
	transform: rotateY(180deg);
}
#c_static_001-1662551278158 .e_container-8:hover .e_text-10 {
	display-radio: 1;
	color: rgba(201,0,11,1);
}
#c_static_001-1662551278158 .e_image-9 {
	overflow: hidden;
	max-width: 80px;
	min-width: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}
#c_static_001-1662551278158 .e_image-9 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_001-1662551278158 .e_text-10 {
	margin-top: 10px;
font_radio:2;
	font-size: 22px;
	font-family: Microsoft YaHei;
	color: rgba(46,46,46,1);
	text-align: center;
	line-height: 1.8;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
	display-radio: 1;
	font-weight: bold;
}
#c_static_001-1662551278158 .e_image-11 {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}
#c_static_001-1662551278158 .e_image-11 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_001-1662551278158 .e_text-12 {font_radio:2;
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: rgba(122,122,122,1);
	text-align: center;
	line-height: 1.8;
	display-radio: 1;
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
}
#c_static_001-1662551278158 .e_container-13 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	display-radio: flex;
	transition-property: all;
	transition-radio:hover;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}
#c_static_001-1662551278158 .e_container-13 .p_item {
	flex: 1;
	max-width: 100%;
}
#c_static_001-1662551278158 .e_container-13:hover .e_image-14 {
	display-radio: 1;
	transform: rotateY(180deg);
}
#c_static_001-1662551278158 .e_container-13:hover .e_text-15 {
	display-radio: 1;
	color: rgba(201,0,11,1);
}
#c_static_001-1662551278158 .e_image-14 {
	overflow: hidden;
	max-width: 80px;
	min-width: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}
#c_static_001-1662551278158 .e_image-14 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_001-1662551278158 .e_text-15 {
	margin-top: 10px;
font_radio:2;
	font-size: 22px;
	font-family: Microsoft YaHei;
	color: rgba(46,46,46,1);
	text-align: center;
	line-height: 1.8;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
	display-radio: 1;
	font-weight: bold;
}
#c_static_001-1662551278158 .e_image-16 {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}
#c_static_001-1662551278158 .e_image-16 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_001-1662551278158 .e_text-17 {font_radio:2;
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: rgba(122,122,122,1);
	text-align: center;
	line-height: 1.8;
	display-radio: 1;
}
#c_static_001-1662551278158 .e_container-18 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	display-radio: flex;
	transition-property: all;
	transition-radio:hover;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}
#c_static_001-1662551278158 .e_container-18 .p_item {
	flex: 1;
	max-width: 100%;
}
#c_static_001-1662551278158 .e_container-18:hover .e_image-19 {
	display-radio: 1;
	transform: rotateY(180deg);
}
#c_static_001-1662551278158 .e_container-18:hover .e_text-20 {
	display-radio: 1;
	color: rgba(201,0,11,1);
}
#c_static_001-1662551278158 .e_image-19 {
	overflow: hidden;
	max-width: 80px;
	min-width: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}
#c_static_001-1662551278158 .e_image-19 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_001-1662551278158 .e_text-20 {
	margin-top: 10px;
font_radio:2;
	font-size: 22px;
	font-family: Microsoft YaHei;
	color: rgba(46,46,46,1);
	text-align: center;
	line-height: 1.8;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
	display-radio: 1;
	font-weight: bold;
}
#c_static_001-1662551278158 .e_image-21 {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}
#c_static_001-1662551278158 .e_image-21 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_001-1662551278158 .e_text-22 {font_radio:2;
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: rgba(122,122,122,1);
	text-align: center;
	line-height: 1.8;
	display-radio: 1;
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
}
#c_static_001-1662551278158 .e_container-23 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	display-radio: flex;
	transition-property: all;
	transition-radio:hover;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}
#c_static_001-1662551278158 .e_container-23 .p_item {
	flex: 1;
	max-width: 100%;
}
#c_static_001-1662551278158 .e_container-23:hover .e_image-24 {
	display-radio: 1;
	transform: rotateY(180deg);
}
#c_static_001-1662551278158 .e_container-23:hover .e_text-25 {
	display-radio: 1;
	color: rgba(201,0,11,1);
}
#c_static_001-1662551278158 .e_image-24 {
	overflow: hidden;
	max-width: 80px;
	min-width: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}
#c_static_001-1662551278158 .e_image-24 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_001-1662551278158 .e_text-25 {
	margin-top: 10px;
font_radio:2;
	font-size: 22px;
	font-family: Microsoft YaHei;
	color: rgba(46,46,46,1);
	text-align: center;
	line-height: 1.8;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
	display-radio: 1;
	font-weight: bold;
}
#c_static_001-1662551278158 .e_image-26 {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}
#c_static_001-1662551278158 .e_image-26 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_001-1662551278158 .e_text-27 {font_radio:2;
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: rgba(122,122,122,1);
	text-align: center;
	line-height: 1.8;
	display-radio: 1;
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
} @media screen and (max-width:768px) {
            
#c_static_001-1662551278158 .e_container-1 {
	display-radio: 1;
	flex-direction: column;
}
#c_static_001-1662551278158 .e_container-2 {
	display-radio: 1;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 0px;
	margin-top: 3%;
	margin-bottom: 7%;
}
#c_static_001-1662551278158 .e_text-3 {
	display-radio: 1;
font_radio:2;
	font-size: 26px;
	color: rgba(81,186,135,1);
	line-height: 1.5;
}


#c_static_001-1662551278158 .e_image-6 {
	display: none;
}
#c_static_001-1662551278158 .e_container-7 .cbox-7-0 {
	flex: 0 0 50%;
}
#c_static_001-1662551278158 .e_container-7 .cbox-7-1 {
	flex: 0 0 50%;
}
#c_static_001-1662551278158 .e_container-7 .cbox-7-2 {
	flex: 0 0 50%;
}
#c_static_001-1662551278158 .e_container-7 .cbox-7-3 {
	flex: 0 0 50%;
}
#c_static_001-1662551278158 .e_container-7 .cbox-7-4 {
	flex: 0 0 50%;
}
#c_static_001-1662551278158 .e_container-7 .cbox-7-5 {
	flex: 0 0 50%;
}
#c_static_001-1662551278158 .e_container-7 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}




















           } @media screen and (min-width: 769px) {
            



























           } @media screen and (max-width: 1024px) and (min-width: 769px) {
            



























           }#c_static_462-1660824192869 {
	min-height: 300px;
	display-radio: 1;
	background-color: rgba(245,245,245,1);
	margin-top: 0px;
}
#c_static_462-1660824192869 .e_container-2 {
	display: flex;
	flex-wrap: wrap;
	background-color: #f5f5f5;
	position: static;
	width: auto;
	max-width: none;
	min-width: 0px;
	height: auto;
	max-height: none;
	min-height: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5%;
	padding-right: 0px;
	padding-bottom: 5%;
	padding-left: 0px;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	z-index: auto;
	display-radio: flex;
}
#c_static_462-1660824192869 .e_container-2 .p_item {
	flex: 1;
}
#c_static_462-1660824192869 .e_container-3 {
	display: flex;
	flex-wrap: wrap;
	position: static;
	width: 90%;
	min-width: 0px;
	height: auto;
	max-height: none;
	min-height: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	z-index: auto;
	max-width: 1400px;
	display-radio: flex;
	margin-bottom: 0px;
}
#c_static_462-1660824192869 .e_container-3 .p_item {
	flex: 1;
}
#c_static_462-1660824192869 .e_container-3 .cbox-3-0 {
	flex: 0 0 50%;
}
#c_static_462-1660824192869 .e_container-3 .cbox-3-1 {
	flex: 0 0 50%;
	align-self: center;
}
#c_static_462-1660824192869 .e_container-3 .cbox-3-2 {
	flex: 0 0 25%;
	background: rgba(151,151,151,1);
	padding-top: 10%;
}
#c_static_462-1660824192869 .e_container-4 {
	display: flex;
	flex-wrap: wrap;
	position: static;
	width: 90%;
	min-width: 0px;
	height: auto;
	max-height: none;
	min-height: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	z-index: auto;
	padding-left: 0px;
	padding-right: 0px;
	max-width: 1400px;
	background-color: rgba(0,111,192,1);
	display-radio: flex;
	margin-bottom: 0px;
}
#c_static_462-1660824192869 .e_container-4 .p_item {
	flex: 1;
	background-fill-value: background-image;
}
#c_static_462-1660824192869 .e_container-11 {
	display: flex;
	flex-wrap: wrap;
	background-color: rgba(255,255,255,1);
	position: static;
	width: auto;
	max-width: none;
	min-width: 0px;
	height: 100%;
	max-height: none;
	min-height: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40px;
	padding-right: 35px;
	padding-bottom: 40px;
	padding-left: 35px;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	z-index: auto;
}
#c_static_462-1660824192869 .e_container-11 .p_item {
	flex: 1;
}
#c_static_462-1660824192869 .e_image-17 {
	overflow: hidden;
}
#c_static_462-1660824192869 .e_image-17 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_462-1660824192869 .e_image-18 {
	overflow: hidden;
}
#c_static_462-1660824192869 .e_image-18 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_462-1660824192869 .e_image-21 {
	overflow: hidden;
}
#c_static_462-1660824192869 .e_image-21 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_462-1660824192869 .e_richText-23 {font_radio:2;
	font-size: 16px;
	color: #333333;
	line-height: 2;
	font-weight: normal;
	font-family: Microsoft YaHei;
	display-radio: 1;
	margin-top: 5%;
}
#c_static_462-1660824192869 .e_text-24 {font_radio:2;
	font-size: 36px;
	font-family: Microsoft YaHei;
	color: rgba(51,51,51,1);
	line-height: 1.5;
	display-radio: 1;
	margin-top: 10%;
	font-weight: bold;
}
#c_static_462-1660824192869 .e_container-4 .cbox-4-2 {
	background: rgba(16,73,163,1);
	padding-top: 10%;
	padding-bottom: 0px;
	background-fill-value: background-color;
	background-color: rgba(255,255,255,1);
}
#c_static_462-1660824192869 .e_text-25 {
	line-height: normal;
font_radio:2;
	font-size: 24px;
	color: rgba(0,111,192,1);
	font-family: Microsoft YaHei;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	display-radio: 1;
}
#c_static_462-1660824192869 .e_container-4 .cbox-4-0 {
	align-self: center;
	background-fill-value: background-color;
	background-color: rgba(0,111,192,1);
}
#c_static_462-1660824192869 .e_text-30 {
	font_radio:2;
	font-size: 16px;
	color: rgba(116,116,116,1);
	font-family: Microsoft YaHei;
	text-align: center;
	display-radio: 1;
	font-weight: normal;
	line-height: 2;
}
#c_static_462-1660824192869 .e_text-31 {
	line-height: normal;
font_radio:2;
	font-size: 24px;
	color: rgba(255,255,255,1);
	font-family: Microsoft YaHei;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	max-width: 407px;
	display-radio: 1;
}
#c_static_462-1660824192869 .e_text-32 {
	line-height: 2.5;
font_radio:2;
	font-size: 16px;
	color: rgba(255,255,255,1);
	font-family: Microsoft YaHei;
	text-align: center;
	margin-left: auto;
	display-radio: 1;
	margin-right: auto;
	width: 80%;
	font-weight: normal;
} @media screen and (max-width:768px) {
            #c_static_462-1660824192869 .e_container-3 .cbox-3-0 {
	flex: 0 0 100%;
}
#c_static_462-1660824192869 .e_container-3 .cbox-3-1 {
	flex: 0 0 100%;
	align-self: center;
}
#c_static_462-1660824192869 .e_container-3 .cbox-3-2 {
	flex: 0 0 50%;
}
#c_static_462-1660824192869 .e_container-4 {
	flex-direction: row;
}
#c_static_462-1660824192869 .e_container-4 .cbox-4-0 {
	flex: 0 0 50%;
}
#c_static_462-1660824192869 .e_container-4 .cbox-4-1 {
	flex: 0 0 50%;
}
#c_static_462-1660824192869 .e_container-4 .cbox-4-2 {
	flex: 0 0 50%;
}
#c_static_462-1660824192869 .e_container-4 .cbox-4-3 {
	flex: 0 0 50%;
}
#c_static_462-1660824192869 .e_container-11 {
	display-radio: 1;
	padding-left: 15px;
	padding-right: 15px;
}
           }#c_static_794-16623824983390 {
	background-fill-value: background-image;
	background-repeat: no-repeat;
	background-position: center center;
	display-radio: 1;
	margin-top: 5%;
	margin-bottom: 0px;
	background-image: url(../../portal-saas/new2022071012324568842/cms/image/e5b8b585-c573-4bb2-b159-882a0221d55e.jpg);
}
.e_container3 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	border-style: solid;
	border-width: 3px;
	border-color: rgba(231,123,44,0.3);
	max-width: 40px;
	max-height: none;
	margin-left: auto;
	margin-right: auto;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	min-height: 40px;
}
.e_container3 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
.e_container5 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-color: rgba(0,0,0,0.3);
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgba(231,123,44,1);
	padding-top: 35px;
	padding-bottom: 35px;
	padding-left: 30px;
	padding-right: 30px;
	border-style: solid;
	border-width: 3px;
	border-color: rgba(231,123,44,0.3);
	max-width: 40px;
	max-height: none;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	min-height: 40px;
}
.e_container5 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
.e_container9 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	border-style: solid;
	border-width: 3px;
	border-color: rgba(231,123,44,0.3);
	max-width: 40px;
	max-height: none;
	margin-left: auto;
	margin-right: auto;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	min-height: 40px;
}
.e_container9 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
.e_container1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-left: 15px;
	margin-right: 15px;
	width: auto;
	background-color: rgba(0,0,0,0.3);
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgba(231,123,44,1);
	padding-top: 35px;
	padding-bottom: 35px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 100px;
	overflow: hidden;
	position: relative;
}
.e_container1 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_794-16623824983390 .e_html-84 {background_radio:1;
	min-height: 0px;
}
#c_static_794-16623824983390 .e_html-84 h5 {
	font-size: 2.5vw;
	font-weight: 600;
	color: #333;
	text-align: center;
}
#c_static_794-16623824983390 .e_html-84 span {
	font-size: 18px;
	font-family: 'Poppins';
	color: #999;
	text-transform: uppercase;
	margin-left: 0;
	display: block;
	text-align: center;
}
#c_static_794-16623824983390 .e_container-137 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 94%;
	display-radio: flex;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3%;
	margin-bottom: 0px;
	padding-bottom: 6%;
	padding-top: 0px;
}
#c_static_794-16623824983390 .e_container-137 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	padding: 0 12px;
}
#c_static_794-16623824983390 .e_container-138 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(196,196,196,1);
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;
}
#c_static_794-16623824983390 .e_container-138 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_794-16623824983390 .e_image-139 {
	overflow: hidden;
	display-radio: 1;
	max-width: 64px;
	margin-left: auto;
	margin-right: auto;
}
#c_static_794-16623824983390 .e_image-139 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_794-16623824983390 .e_text-140 {
	line-height: normal;
	display-radio: 1;
font_radio:2;
	font-size: 20px;
	color: rgba(28,28,28,1);
	text-align: center;
	margin-top: 20px;
}
#c_static_794-16623824983390 .e_text-141 {
	line-height: 1.6;
	display-radio: -webkit-box;
font_radio:2;
	text-align: center;
	color: rgba(153,153,153,1);
	font-size: 14px;
	margin-top: 10px;
	max-height: none;
-webkit-line-clamp:2;
	display: -webkit-box;
-webkit-box-orient:vertical;
	overflow: hidden;
}
#c_static_794-16623824983390 .e_container-142 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(196,196,196,1);
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;
}
#c_static_794-16623824983390 .e_container-142 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_794-16623824983390 .e_image-143 {
	overflow: hidden;
	display-radio: 1;
	max-width: 64px;
	margin-left: auto;
	margin-right: auto;
}
#c_static_794-16623824983390 .e_image-143 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_794-16623824983390 .e_text-144 {
	line-height: normal;
	display-radio: 1;
font_radio:2;
	font-size: 18px;
	color: rgba(28,28,28,1);
	text-align: center;
	margin-top: 20px;
	font-weight: normal;
}
#c_static_794-16623824983390 .e_text-145 {
	line-height: 1.6;
	display-radio: -webkit-box;
font_radio:2;
	text-align: center;
	color: rgba(153,153,153,1);
	font-size: 14px;
	margin-top: 10px;
	max-height: none;
-webkit-line-clamp:2;
	display: -webkit-box;
-webkit-box-orient:vertical;
	overflow: hidden;
}
#c_static_794-16623824983390 .e_container-146 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(196,196,196,1);
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;
}
#c_static_794-16623824983390 .e_container-146 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_794-16623824983390 .e_image-147 {
	overflow: hidden;
	display-radio: 1;
	max-width: 64px;
	margin-left: auto;
	margin-right: auto;
}
#c_static_794-16623824983390 .e_image-147 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_794-16623824983390 .e_text-148 {
	line-height: normal;
	display-radio: 1;
font_radio:2;
	font-size: 20px;
	color: rgba(28,28,28,1);
	text-align: center;
	margin-top: 20px;
}
#c_static_794-16623824983390 .e_text-149 {
	line-height: 1.6;
	display-radio: -webkit-box;
font_radio:2;
	text-align: center;
	color: rgba(153,153,153,1);
	font-size: 14px;
	margin-top: 10px;
	max-height: none;
-webkit-line-clamp:2;
	display: -webkit-box;
-webkit-box-orient:vertical;
	overflow: hidden;
}
#c_static_794-16623824983390 .e_container-150 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(196,196,196,1);
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;
	margin-right: auto;
	margin-left: auto;
}
#c_static_794-16623824983390 .e_container-150 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_794-16623824983390 .e_image-151 {
	overflow: hidden;
	display-radio: 1;
	max-width: 64px;
	margin-left: auto;
	margin-right: auto;
}
#c_static_794-16623824983390 .e_image-151 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_794-16623824983390 .e_text-152 {
	line-height: normal;
	display-radio: 1;
font_radio:2;
	font-size: 20px;
	color: rgba(28,28,28,1);
	text-align: center;
	margin-top: 20px;
}
#c_static_794-16623824983390 .e_text-153 {
	line-height: 1.6;
	display-radio: -webkit-box;
font_radio:2;
	text-align: center;
	color: rgba(153,153,153,1);
	font-size: 14px;
	margin-top: 10px;
	max-height: none;
-webkit-line-clamp:2;
	display: -webkit-box;
-webkit-box-orient:vertical;
	overflow: hidden;
}
#c_static_794-16623824983390 .e_container-154 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(196,196,196,1);
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: auto;
	margin-right: auto;
}
#c_static_794-16623824983390 .e_container-154 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_794-16623824983390 .e_image-155 {
	overflow: hidden;
	display-radio: 1;
	max-width: 64px;
	margin-left: auto;
	margin-right: auto;
}
#c_static_794-16623824983390 .e_image-155 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_794-16623824983390 .e_text-156 {
	line-height: normal;
	display-radio: 1;
font_radio:2;
	font-size: 20px;
	color: rgba(28,28,28,1);
	text-align: center;
	margin-top: 20px;
}
#c_static_794-16623824983390 .e_text-157 {
	line-height: 1.6;
	display-radio: -webkit-box;
font_radio:2;
	text-align: center;
	color: rgba(153,153,153,1);
	font-size: 14px;
	margin-top: 10px;
-webkit-line-clamp:2;
	display: -webkit-box;
-webkit-box-orient:vertical;
	overflow: hidden;
}
#c_static_794-16623824983390 .e_container-158 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(196,196,196,1);
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;
}
#c_static_794-16623824983390 .e_container-158 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_794-16623824983390 .e_image-159 {
	overflow: hidden;
	display-radio: 1;
	max-width: 64px;
	margin-left: auto;
	margin-right: auto;
}
#c_static_794-16623824983390 .e_image-159 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_794-16623824983390 .e_text-160 {
	line-height: normal;
	display-radio: 1;
font_radio:2;
	font-size: 20px;
	color: rgba(28,28,28,1);
	text-align: center;
	margin-top: 20px;
}
#c_static_794-16623824983390 .e_text-161 {
	line-height: 1.6;
	display-radio: -webkit-box;
font_radio:2;
	text-align: center;
	color: rgba(153,153,153,1);
	font-size: 14px;
	margin-top: 10px;
	max-height: none;
	min-height: 0px;
-webkit-line-clamp:2;
	display: -webkit-box;
-webkit-box-orient:vertical;
	overflow: hidden;
} @media screen and (max-width:768px) {
            .e_container5 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-left: 15px;
	margin-right: 15px;
	width: auto;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgba(231,123,44,1);
	padding-top: 35px;
	padding-bottom: 35px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 100px;
	background-color: rgba(0,0,0,0.3);
}
#c_static_794-16623824983390 {
	display-radio: 1;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 50px;
	margin-bottom: 50px;
}
#c_static_794-16623824983390 .e_html-84 h5 {
	font-size: 24px;
}
#c_static_794-16623824983390 .e_html-84 {background_radio:1;
}
#c_static_794-16623824983390 .e_container-137 {
	display-radio: 1;
	flex-direction: row;
	width: 94%;
}
#c_static_794-16623824983390 .e_container-137 .cbox-137-0 {
	flex: 0 0 50%;
	margin-bottom: 20px;
}
#c_static_794-16623824983390 .e_container-137 .cbox-137-1 {
	flex: 0 0 50%;
	margin-bottom: 20px;
}
#c_static_794-16623824983390 .e_container-137 .cbox-137-2 {
	flex: 0 0 50%;
}
#c_static_794-16623824983390 .e_container-137 .cbox-137-3 {
	flex: 0 0 50%;
}
#c_static_794-16623824983390 .e_container-137 .cbox-137-4 {
	flex: 0 0 100%;
	margin-top: 20px;
}
           }#c_static_609-1662382968339 {
	min-height: 300px;
	position: relative;
	width: auto;
	max-width: none;
	min-width: 0px;
	height: auto;
	max-height: none;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	z-index: auto;
	background-color: #fff;
	margin-bottom: 0px;
	margin-top: 0px;
	display-radio: 1;
}
#c_static_609-1662382968339 .e_container-12 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	max-width: 1560px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}
#c_static_609-1662382968339 .e_container-12 .p_item {
	flex: 1;
	max-width: 100%;
}
#c_static_609-1662382968339 .e_html-22 {background_radio:1;
	min-height: 0px;
	display-radio: 1;
}
#c_static_609-1662382968339 .e_html-22 h5 {
	font-size: 2.5vw;
	font-weight: 600;
	color: #333;
	text-align: center;
}
#c_static_609-1662382968339 .e_html-22 span {
	font-size: 18px;
	font-family: 'Poppins';
	color: #999;
	text-transform: uppercase;
	margin-left: 0;
	display: block;
	text-align: center;
}
#c_static_609-1662382968339 .e_container-90 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 50px;
	display-radio: flex;
}
#c_static_609-1662382968339 .e_container-90 .p_item {
	flex: 1;
	max-width: 100%;
}
#c_static_609-1662382968339 .e_container-91 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-bottom: 10px;
}
#c_static_609-1662382968339 .e_container-91 .p_item {
	flex: 1;
	max-width: 100%;
}
#c_static_609-1662382968339 .e_image-92 {
	overflow: hidden;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 20px;
	display-radio: 1;
}
#c_static_609-1662382968339 .e_image-92 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_609-1662382968339 .e_image-93 {
	overflow: hidden;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	display-radio: 1;
}
#c_static_609-1662382968339 .e_image-93 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_609-1662382968339 .e_image-94 {
	overflow: hidden;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	display-radio: 1;
}
#c_static_609-1662382968339 .e_image-94 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_609-1662382968339 .e_image-95 {
	overflow: hidden;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	display-radio: 1;
}
#c_static_609-1662382968339 .e_image-95 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_609-1662382968339 .e_container-96 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
#c_static_609-1662382968339 .e_container-96 .p_item {
	flex: 1;
	max-width: 100%;
}
#c_static_609-1662382968339 .e_image-97 {
	overflow: hidden;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	display-radio: 1;
}
#c_static_609-1662382968339 .e_image-97 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_609-1662382968339 .e_image-98 {
	overflow: hidden;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
}
#c_static_609-1662382968339 .e_image-98 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_609-1662382968339 .e_container-99 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 90%;
	display-radio: flex;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
#c_static_609-1662382968339 .e_container-99 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_609-1662382968339 .e_container-100 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
#c_static_609-1662382968339 .e_container-100 .p_item {
	flex: 1;
	max-width: 100%;
}
#c_static_609-1662382968339 .e_image-101 {
	overflow: hidden;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	display-radio: 1;
}
#c_static_609-1662382968339 .e_image-101 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_609-1662382968339 .e_image-102 {
	overflow: hidden;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
}
#c_static_609-1662382968339 .e_image-102 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_609-1662382968339 .e_container-103 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
#c_static_609-1662382968339 .e_container-103 .p_item {
	flex: 1;
	max-width: 100%;
}
#c_static_609-1662382968339 .e_image-104 {
	overflow: hidden;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	display-radio: 1;
}
#c_static_609-1662382968339 .e_image-104 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_609-1662382968339 .e_image-105 {
	overflow: hidden;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
}
#c_static_609-1662382968339 .e_image-105 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
} @media screen and (max-width:768px) {
            #c_static_609-1662382968339 .e_html-22 h5 {
	font-size: 24px;
}
#c_static_609-1662382968339 .e_html-22 {background_radio:1;
}
#c_static_609-1662382968339 .e_container-90 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	max-width: 1560px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 50px;
}
#c_static_609-1662382968339 .e_container-96 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-bottom: 20px;
}
#c_static_609-1662382968339 .e_container-100 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-bottom: 20px;
}
#c_static_609-1662382968339 .e_container-103 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-bottom: 20px;
}
           }