﻿#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_grid-1648806843817 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display-radio: 1;
	background-fill-value: background-color;
	overflow: hidden;
	max-width: 100%;
}
#c_grid-1648806843817 .p_gridbox::after {
	content: '';
	clear: left;
	display: block;
}
#c_grid-1648806843817 > div > .p_gridbox {
	width: 100%;
	overflow: hidden;
	position: static;
}
#c_grid-1648806843817 > div > .p_gridCell {
	float: left;
	position: static;
}
#c_grid-1648806843817 > .p_gridbox.signal {
	min-height: inherit;
}
#c_grid-1648806843817 > .p_gridbox.signal > .p_gridCell {
	min-height: inherit !important;
} @media screen and (max-width:768px) {
            #c_grid-1648806843817 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
    width: 100%;
    margin: 0%;
    clear: left;
}

           } @media screen and (min-width: 769px) {
            #c_grid-1648806843817 > .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-1648806843817 > .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_banner_020-1647833018652 {
	display-radio: 1;
	min-height: 0px;
}
#c_banner_020-1647833018652 .e_bannerC-2 {
	height: auto;
background_radio:1;
	display-radio: 1;
}
#c_banner_020-1647833018652 .e_bannerC-2 .p_img {
	width: 100%;
	height: auto;
	background: #000;
	display-radio: 1;
	background-color: #000;
}
#c_banner_020-1647833018652 .e_bannerC-2 .p_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#c_banner_020-1647833018652 .e_bannerC-2 .custom-bullet {
	background: #ccc;
}
#c_banner_020-1647833018652 .e_bannerC-2 .p_info {
	width: 90%;
	max-width: 1430px;
	position: absolute;
	right: 50%;
	top: 50%;
	z-index: 9;
	display: flex;
	transform: translateX(50%) translateY(0%);
	align-items: center;
	text-align: center;
	opacity: 0;
	transition: all .5s ease .0s;
}
#c_banner_020-1647833018652 .swiper-slide-active .p_info {
	display: none;
	transform: translateX(50%) translateY(-50%);
	opacity: 1;
}
#c_banner_020-1647833018652 .e_bannerC-2 .p_info div {
	width: 100%;
	max-width: 660px;
	text-align: left;
}
#c_banner_020-1647833018652 .e_bannerC-2 .p_subtitle {
	line-height: 1;
	padding: 10px 0 35px;
}
#c_banner_020-1647833018652 .e_bannerC-2 .p_video {
	width: 100%;
	height: 100%;
	z-index: 3;
	overflow: hidden;
	margin-right: 0;
	margin-left: auto;
	position: relative;
}
#c_banner_020-1647833018652 .e_bannerC-2 .p_video .videoContent {
	width: 100%;
	height: 100%;
}
#c_banner_020-1647833018652 .e_bannerC-2 .p_video video {
	width: 100%;
	height: 100%;
	background: #000;
}
#c_banner_020-1647833018652 .e_bannerC-2 .p_videoPoster {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	cursor: pointer;
}
#c_banner_020-1647833018652 .e_bannerC-2 .p_videoPoster::before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: url('../npublic/img/playVideo.png') no-repeat center center;
}
#c_banner_020-1647833018652 .e_bannerC-2 .p_videoPoster img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#c_banner_020-1647833018652 .e_bannerC-2 .swiper-slide img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
#c_banner_020-1647833018652 .e_bannerC-2 .gallery-top {
	height: auto;
	width: 100%;
}
#c_banner_020-1647833018652 .e_bannerC-2 .gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding-top: 5px;
	display: none;
}
#c_banner_020-1647833018652 .e_bannerC-2 .gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.6;
}
#c_banner_020-1647833018652 .e_bannerC-2 .gallery-thumbs .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#c_banner_020-1647833018652 .e_bannerC-2 .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}
#c_banner_020-1647833018652 .e_bannerC-2 .p_videoInfo {
	display: none;
}
#c_banner_020-1647833018652 .e_bannerC-2 .p_subtitle,
#c_banner_020-1647833018652 .e_bannerC-2 .p_btitle {
	display-radio: 1;
	font-size: 50px;
	font-weight: normal;
  MARGIN-BOTTOM:40PX;
}
#c_banner_020-1647833018652 .e_bannerC-2 .p_btitle a {
}
#c_banner_020-1647833018652 .e_bannerC-2 .p_summary {
	display-radio: 1;
	font-size: 14px;
	font-family: Arial;
	line-height: 1.8;
	display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
	overflow: hidden;
	color: #e5e5e5;
}
#c_banner_020-1647833018652 a.L_banner_more {
	display: inline-block;
	width: 180px;
	height: 55px;
	border: 1px solid #fff;
	line-height: 53px;
	text-align: center;
	color: #fff;
	margin: 3vw 2vw 0 0;
	transition: all .5s;
	border-radius: 5px;
}
#c_banner_020-1647833018652 a.L_banner_more:last-child {
	background: linear-gradient(90deg, #0062d8, #40b5e6);
	border: none;
}
#c_banner_020-1647833018652 a.L_banner_more:hover {
	background: #45bbe7;
	border-color: #45bbe7;
}
#c_banner_020-1647833018652 .swiper-button-next {
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 50%;
	right: 5%;
}
#c_banner_020-1647833018652 .swiper-button-prev {
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 50%;
	left: 5%;
}
#c_banner_020-1647833018652 .swiper-button-next:after,
#c_banner_020-1647833018652 .swiper-button-prev:after {
	font-size: 18px;
}
#c_banner_020-1647833018652 .swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
	width: 14px;
	height: 14px;
	background: #fff;
	opacity: 1;
	border-radius: 4px;
	transition: all .5s ease;
}
#c_banner_020-1647833018652 .swiper-pagination-bullet-active {
	background: linear-gradient(90deg, #0062d8, #40b5e6) !important;
	width: 40px !important;
}
#c_banner_020-1647833018652  .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 30px;
}
#c_banner_020-1647833018652 .p_img {
	display-radio: 1;
}#c_static_001-16655535553110 {
	min-height: 100%;
	display-radio: 1;
	margin-top: 2%;
}
#c_static_001-16655535553110 .e_form-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 95%;
	display-radio: flex;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
#c_static_001-16655535553110 .e_form-1 > .p_formItem {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001-16655535553110 .e_input-2 .p_phoneCode {
	width: 90px;
	margin-right: 10px;
}
#c_static_001-16655535553110 .e_button-4 {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	width: 254px;
	padding: 8px;
background_radio:1;
border_radio:1;
font_radio:1;
radius_radio:1;
	margin-left: auto;
	margin-right: 0px;
	display-radio: block;
}
#c_static_001-16655535553110 .e_button-4 span {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	outline: 0;
	margin: 0px;
	overflow: hidden;
}
#c_static_001-16655535553110 .e_button-4::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	transition: all .3s;
	z-index: 0;
	opacity: 0;
	top: 0;
	left: 0px;
}
#c_static_001-16655535553110 .e_button-4:hover::after {
	opacity: 1;
}
#c_static_001-16655535553110 .e_form-1 .cbox-1-0 {
	flex: 0 0 80%;
}
#c_static_001-16655535553110 .e_form-1 .cbox-1-1 {
	flex: 0 0 auto;
}#c_static_001-1660042613563 {
	display-radio: 1;
	max-width: 1400px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	min-height: 0px;
	margin-top: 5%;
	margin-bottom: 5%;
}
#c_static_001-1660042613563 .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
}
#c_static_001-1660042613563 .e_container-1 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001-1660042613563 .e_container-2 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
}
#c_static_001-1660042613563 .e_container-2 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001-1660042613563 .e_container-3 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	margin-top: 3%;
}
#c_static_001-1660042613563 .e_container-3 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001-1660042613563 .e_container-2 .p_item {
	display-radio: 1;
}
#c_static_001-1660042613563 .e_container-4 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
}
#c_static_001-1660042613563 .e_container-4 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001-1660042613563 .e_container-5 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
}
#c_static_001-1660042613563 .e_container-5 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001-1660042613563 .e_h1-6 {font_radio:2;
	display-radio: 1;
	color: rgba(0,111,192,1);
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	font-family: Microsoft YaHei;
	text-align: left;
}
#c_static_001-1660042613563 .e_line-7 {
	display-radio: 1;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: rgba(0,0,0,1);
	max-width: 40px;
	margin-left: 0px;
	margin-right: auto;
	margin-top: 3%;
	max-height: 3px;
}
#c_static_001-1660042613563 .e_richText-8 {font_radio:1;
	display-radio: 1;
}
#c_static_001-1660042613563 .e_richText-10 {font_radio:2;
	display-radio: 1;
	font-size: 44px;
	color: rgba(63,63,63,1);
	line-height: normal;
	font-family: Microsoft YaHei;
	font-weight: normal;
	text-align: center;
	margin-top: 3%;
}
#c_static_001-1660042613563 .e_button-11 {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	width: 180px;
	padding: 8px;
background_radio:1;
border_radio:1;
font_radio:1;
radius_radio:1;
	padding-top: 17px;
	padding-bottom: 17px;
	display-radio: block;
	margin-top: 5%;
}
#c_static_001-1660042613563 .e_button-11 span {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	outline: 0;
	margin: 0px;
	overflow: hidden;
}
#c_static_001-1660042613563 .e_button-11::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	transition: all .3s;
	z-index: 0;
	opacity: 0;
	top: 0;
	left: 0px;
}
#c_static_001-1660042613563 .e_button-11:hover::after {
	opacity: 1;
}
#c_static_001-1660042613563 .e_image-12 {
	overflow: hidden;
	display-radio: 1;
	max-width: 560px;
	margin-right: 0px;
	margin-left: auto;
}
#c_static_001-1660042613563 .e_image-12 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_001-1660042613563 .e_container-2 .cbox-2-0 {
	flex: 0 0 60%;
	margin-right: 3%;
}
#c_static_001-1660042613563 .e_richText-13 {font_radio:1;
	display-radio: 1;
	margin-top: 5%;
	margin-right: 5%;
}
#c_static_001-1660042613563 .e_html-14 {
	min-height: 0px;
background_radio:1;
	display-radio: 1;
}
#c_static_001-1660042613563 .e_html-14 .in-ys-right {
	width: 100%;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	overflow: hidden;
}
#c_static_001-1660042613563 .e_html-14 .in-ys-right li {
	float: left;
	width: calc(100% / 6);
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
#c_static_001-1660042613563 .e_html-14 .in-ys-right li .text {
	padding: 0 28px;
	transition: all 0.5s;
}
#c_static_001-1660042613563 .e_html-14 .in-ys-right li .num {
	background-image: url(../../portal-saas/new2022071012324568842/cms/image/8851bd26-c7ba-4b0f-acaf-b1c9abf4383f.png);
	background-repeat: no-repeat;
	transition: all 0.5s;
	width: 95px;
	height: 95px;
	margin: 10px auto;
	font-size: 34px;
	color: #0e57d4;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
#c_static_001-1660042613563 .e_html-14 .in-ys-right li h4 {
	margin: 0;
	font-size: 18px;
	color: #333;
	transition: all 0.5s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#c_static_001-1660042613563 .e_html-14 .in-ys-right li p {
	margin: 0;
	display: none;
	transition: all 0.5s;
	color: #fff;
}
#c_static_001-1660042613563 .e_html-14 .in-ys-right li.active {
	background: #2b64b2;
}
#c_static_001-1660042613563 .e_html-14 .in-ys-right li.active .num {
	background-image: url(../../portal-saas/new2022071012324568842/cms/image/58fa7a57-cb80-4355-8391-420a2a7cc3f0.png);
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
}
#c_static_001-1660042613563 .e_html-14 .in-ys-right li.active h4 {
	margin: 0 0 5px;
	color: #fff;
}
#c_static_001-1660042613563 .e_html-14 .in-ys-right li.active p {
	display: block;
} @media screen and (max-width:768px) {
            





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





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





           }#c_static_001-16600973376470 {
	display-radio: 1;
	margin-left: auto;
	margin-right: auto;
	min-height: 0px;
	margin-top: 5%;
	margin-bottom: 5%;
	background-color: rgba(247,247,247,1);
	max-width: none;
	width: auto;
}
#c_static_001-16600973376470 .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: 5%;
	margin-bottom: 0px;
	padding-bottom: 5%;
}
#c_static_001-16600973376470 .e_container-1 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001-16600973376470 .e_container-2 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
}
#c_static_001-16600973376470 .e_container-2 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001-16600973376470 .e_container-3 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	margin-top: 3%;
}
#c_static_001-16600973376470 .e_container-3 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001-16600973376470 .e_container-2 .p_item {
	display-radio: 1;
}
#c_static_001-16600973376470 .e_container-4 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
}
#c_static_001-16600973376470 .e_container-4 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001-16600973376470 .e_container-5 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
}
#c_static_001-16600973376470 .e_container-5 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001-16600973376470 .e_h1-6 {font_radio:2;
	display-radio: 1;
	color: rgba(0,111,192,1);
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	font-family: Microsoft YaHei;
	text-align: left;
}
#c_static_001-16600973376470 .e_line-7 {
	display-radio: 1;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: rgba(0,0,0,1);
	max-width: 40px;
	margin-left: 0px;
	margin-right: auto;
	margin-top: 3%;
	max-height: 3px;
}
#c_static_001-16600973376470 .e_richText-8 {font_radio:1;
	display-radio: 1;
}
#c_static_001-16600973376470 .e_richText-10 {font_radio:2;
	display-radio: 1;
	font-size: 44px;
	color: rgba(63,63,63,1);
	line-height: normal;
	font-family: Microsoft YaHei;
	font-weight: normal;
	text-align: center;
	margin-top: 3%;
}
#c_static_001-16600973376470 .e_button-11 {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	width: 180px;
	padding: 8px;
background_radio:1;
border_radio:1;
font_radio:1;
radius_radio:1;
	padding-top: 17px;
	padding-bottom: 17px;
	display-radio: block;
	margin-top: 5%;
}
#c_static_001-16600973376470 .e_button-11 span {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	outline: 0;
	margin: 0px;
	overflow: hidden;
}
#c_static_001-16600973376470 .e_button-11::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	transition: all .3s;
	z-index: 0;
	opacity: 0;
	top: 0;
	left: 0px;
}
#c_static_001-16600973376470 .e_button-11:hover::after {
	opacity: 1;
}
#c_static_001-16600973376470 .e_image-12 {
	overflow: hidden;
	display-radio: 1;
	max-width: 560px;
	margin-right: 0px;
	margin-left: auto;
}
#c_static_001-16600973376470 .e_image-12 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_001-16600973376470 .e_container-2 .cbox-2-0 {
	flex: 0 0 60%;
	margin-right: 3%;
}
#c_static_001-16600973376470 .e_richText-13 {font_radio:1;
	display-radio: 1;
	margin-top: 5%;
	margin-right: 5%;
}
#c_static_001-16600973376470 .e_html-16 {
	min-height: 0px;
background_radio:1;
	display-radio: 1;
}
#c_static_001-16600973376470 .e_html-16 .in-ys-right {
	width: 100%;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	overflow: hidden;
}
#c_static_001-16600973376470 .e_html-16 .in-ys-right li {
	float: left;
	width: calc(100% / 6);
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
#c_static_001-16600973376470 .e_html-16 .in-ys-right li .text {
	padding: 0 28px;
	transition: all 0.5s;
}
#c_static_001-16600973376470 .e_html-16 .in-ys-right li .num {
	background-image: url(../../portal-saas/new2022071012324568842/cms/image/8851bd26-c7ba-4b0f-acaf-b1c9abf4383f.png);
	background-repeat: no-repeat;
	transition: all 0.5s;
	width: 95px;
	height: 95px;
	margin: 10px auto;
	font-size: 34px;
	color: #0e57d4;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
#c_static_001-16600973376470 .e_html-16 .in-ys-right li h4 {
	margin: 0;
	font-size: 18px;
	color: #333;
	transition: all 0.5s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#c_static_001-16600973376470 .e_html-16 .in-ys-right li p {
	margin: 0;
	display: none;
	transition: all 0.5s;
	color: #fff;
}
#c_static_001-16600973376470 .e_html-16 .in-ys-right li.active {
	background: #2b64b2;
}
#c_static_001-16600973376470 .e_html-16 .in-ys-right li.active .num {
	background-image: url(../../portal-saas/new2022071012324568842/cms/image/58fa7a57-cb80-4355-8391-420a2a7cc3f0.png);
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
}
#c_static_001-16600973376470 .e_html-16 .in-ys-right li.active h4 {
	margin: 0 0 5px;
	color: #fff;
}
#c_static_001-16600973376470 .e_html-16 .in-ys-right li.active p {
	display: block;
}#c_static_001-16601000024220 {
	display-radio: 1;
	max-width: 1400px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	min-height: 0px;
	margin-top: 5%;
	margin-bottom: 3%;
}
#c_static_001-16601000024220 .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
}
#c_static_001-16601000024220 .e_container-1 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001-16601000024220 .e_container-2 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
}
#c_static_001-16601000024220 .e_container-2 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001-16601000024220 .e_container-2 .p_item {
	display-radio: 1;
}
#c_static_001-16601000024220 .e_container-4 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
}
#c_static_001-16601000024220 .e_container-4 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001-16601000024220 .e_h1-6 {font_radio:2;
	display-radio: 1;
	color: rgba(0,111,192,1);
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	font-family: Microsoft YaHei;
	text-align: left;
}
#c_static_001-16601000024220 .e_line-7 {
	display-radio: 1;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: rgba(0,0,0,1);
	max-width: 40px;
	margin-left: 0px;
	margin-right: auto;
	margin-top: 3%;
	max-height: 3px;
}
#c_static_001-16601000024220 .e_container-2 .cbox-2-0 {
	margin-right: 3%;
}#c_grid-1648809690118 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position:relative;
  overflow:hidden;
}

#c_grid-1648809690118 .p_gridbox::after {
  content: '';
  clear: left;
  display: block;
}

#c_grid-1648809690118 > div > .p_gridbox {
  width: 100%;
  overflow: hidden;
  position: static;
}

#c_grid-1648809690118 > div > .p_gridCell {
  float: left;
  position: static;
}

#c_grid-1648809690118 > .p_gridbox.signal {
  min-height: inherit;
}

#c_grid-1648809690118 > .p_gridbox.signal > .p_gridCell {
  min-height: inherit !important;
}
 @media screen and (max-width:768px) {
            #c_grid-1648809690118 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
    width: 99%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    clear: left;
}

           } @media screen and (min-width: 769px) {
            #c_grid-1648809690118 > .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-1648809690118 > .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-1648808157189 {
	min-height: 300px;
	display-radio: 1;
	max-width: 1430px;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5%;
	position: relative;
	z-index: 2;
}
#c_static_001-1648808157189 .e_image-3 {
	overflow: hidden;
}
#c_static_001-1648808157189 .e_image-3 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_001-1648808157189 .e_text-4 {
	line-height: normal;
}
#c_static_001-1648808157189 .e_text-5 {
	line-height: normal;
}
#c_static_001-1648808157189 .newCotent span {
	font-size: 20px;
	color: #fff;
	display: inline-block;
	padding: 0 0 15px;
	opacity: .8;
}
#c_static_001-1648808157189 .swiper-slide {
	padding: 20px 0;
}
#c_static_001-1648808157189 .swiper-slide .newCotent {
	position: relative;
}
#c_static_001-1648808157189 .swiper-slide-active .newCotent {
	box-shadow: 0 8px 20px 8px rgb(0 0 0 / 15%);
}
#c_static_001-1648808157189 .yx_ImgCover:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background-image: linear-gradient(to top right, #0062d8 , #ffff0000);
	opacity: 0.6;
	z-index: 1;
	width: 100%;
	height: 100%;
}
#c_static_001-1648808157189 .yx_ImgCover {
	padding-bottom: 58%;
	position: relative;
	height: 0;
	overflow: hidden;
	margin-top: 3%;
	transition: all .5s ease;
	border-radius: 5px;
}
#c_static_001-1648808157189 .swiper-slide-active .newCotent .yx_ImgCover {
	padding-bottom: 64%;
	margin-top: 0;
}
#c_static_001-1648808157189 .yx_Title {
	font-size: 16px;
	color: #666666;
	line-height: 200%;
	transition: all 0.6s;
}
#c_static_001-1648808157189 .yx_ImgCover img {
	transition: all .5s ease;
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#c_static_001-1648808157189 .newCotent:hover .yx_ImgCover img {
	transform: scale(1.05);
}
#c_static_001-1648808157189 .newCotent .content {
	position: absolute;
	z-index: 2;
	left: 50%;
	bottom: 8%;
	transform: translate(-50%,0%);
	text-align: left;
	width: 90%;
	color: #fff;
}
#c_static_001-1648808157189 .newCotent .content a {
	color: #fff;
	display: block;
	max-width: 100%;
	font-size: 26px;
	line-height: 1.5;
	transition: all .5s ease;
	font-weight: bold;
}
#c_static_001-1648808157189 .swiper-slide-active .newCotent .content a {
	font-size: 30px;
}
#c_static_001-1648808157189 .swiper-slide-active .newCotent .content a span {
	font-size: 24px;
	color: #edeff5;
	opacity: .8;
}
#c_static_001-1648808157189 .swiper-scrollbar {
	width: 100%;
	height: 2px;
	left: 50%;
	max-width: 100%;
	transform: translateX(-50%);
	background: #cfd2d3;
	position: absolute;
	bottom: 25px;
}
#c_static_001-1648808157189 .swiper-scrollbar-drag {
	background: #012e5a;
	height: 3px;
	cursor: pointer;
}
#c_static_001-1648808157189 .newSwiperBox {
	position: relative;
	padding-bottom: 3vw;
	z-index: 2;
	min-height: 560px;
}
#c_static_001-1648808157189 .swiper-container {
	overflow: visible !important;
}

#c_static_001-1648808157189 .newSwiperBox .swiper {
    overflow: visible;
 }#c_static_001-1648809757629 {
	min-height: 0px;
	display-radio: 1;
}
#c_static_001-1648809757629 .e_html-1 {
	display-radio: 1;
background_radio:1;
	min-height: 0px;
}
#c_static_001-1648809757629 #can_bg {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 50vh;
	bottom: 0;
	max-height: 500px;
	left: 0;
	overflow: hidden;
	opacity: 0.5;
} @media screen and (max-width:768px) {
            

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

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

           }#c_grid-16488933582880 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	position: relative;
	overflow: hidden;
	display-radio: 1;
	margin-bottom: 0px;
	background-fill-value: background-image;
	background-image: url(../../portal-saas/new2022071012324568842/cms/image/da05a553-26a0-465f-beb3-c00d76b0a625.jpg);
	background-attachment: fixed;
}
#c_grid-16488933582880 .p_gridbox::after {
	content: '';
	clear: left;
	display: block;
}
#c_grid-16488933582880 > div > .p_gridbox {
	width: 100%;
	overflow: hidden;
	position: static;
}
#c_grid-16488933582880 > div > .p_gridCell {
	float: left;
	position: static;
}
#c_grid-16488933582880 > .p_gridbox.signal {
	min-height: inherit;
}
#c_grid-16488933582880 > .p_gridbox.signal > .p_gridCell {
	min-height: inherit !important;
} @media screen and (max-width:768px) {
            #c_grid-16488933582880 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
    width: 99%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    clear: left;
}

           } @media screen and (min-width: 769px) {
            #c_grid-16488933582880 > .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-16488933582880 > .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-16620974273480 {
	display-radio: 1;
	max-width: 1400px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	min-height: 0px;
	margin-top: 5%;
	margin-bottom: 3%;
}
#c_static_001-16620974273480 .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
}
#c_static_001-16620974273480 .e_container-1 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001-16620974273480 .e_container-2 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
}
#c_static_001-16620974273480 .e_container-2 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001-16620974273480 .e_container-2 .p_item {
	display-radio: 1;
}
#c_static_001-16620974273480 .e_container-4 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
}
#c_static_001-16620974273480 .e_container-4 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001-16620974273480 .e_h1-6 {font_radio:2;
	display-radio: 1;
	color: rgba(0,111,192,1);
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	font-family: Microsoft YaHei;
	text-align: center;
}
#c_static_001-16620974273480 .e_line-7 {
	display-radio: 1;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: rgba(0,0,0,1);
	max-width: 40px;
	margin-right: auto;
	margin-top: 3%;
	max-height: 3px;
	margin-left: auto;
}
#c_static_001-16620974273480 .e_container-2 .cbox-2-0 {
	margin-right: 3%;
}#c_effect_018-1662109447824 {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0px;
	padding-bottom: 60px;
	padding-top: 0px;
	display-radio: 1;
	background-fill-value: background-image;
	background-attachment: fixed;
}
#c_effect_018-1662109447824 .e_loop-41 .p_list {
	max-width: 1200px;
	width: 100%;
	padding: 0px 20px;
	margin: 0 auto 0px;
	display: flex;
	justify-content: space-between;
}
#c_effect_018-1662109447824 .e_loop-41 .p_list > div {
	background: rgb(245 245 245 / 0%);
	padding: 15px;
	border-radius: 15px;
	width: 100%;
	margin: 0 10px;
	transition: all ease .3s;
	cursor: pointer;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
#c_effect_018-1662109447824 .e_loop-41 .p_list > div:hover {
	background: rgb(245 245 245 / 100%);
}
#c_effect_018-1662109447824 .e_loop-41 .p_list .s_title {
	font-size: 16px;
	text-align: center;
	font-weight: 500;
	color: rgb(0 0 0 / 70%);
}
#c_effect_018-1662109447824 .e_loop-41 .p_list .s_img {
	text-align: center;
	margin-bottom: 10px;
}
#c_effect_018-1662109447824 .e_container-61 > .p_item .p_list {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#c_effect_018-1662109447824 .e_container-61 > .p_item .p_list > .p_loopitem > div {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
#c_effect_018-1662109447824 .e_container-61 > .p_item .p_list > .p_loopitem > div > div {
	width: 100%;
	overflow: hidden;
}
#c_effect_018-1662109447824 .e_container-61 > .p_item .p_list > .p_loopitem > div .s_img {
	width: 100%;
	height: 100px;
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}
#c_effect_018-1662109447824 .e_container-61 > .p_item .p_list > .p_loopitem > div .s_img img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	height: auto;
}
#c_effect_018-1662109447824 .e_container-61 > .p_item .p_list > .p_loopitem > div .p_item {
	padding: 0px 0 0 0;
}
#c_effect_018-1662109447824 .e_container-61 > .p_item .p_list > .p_loopitem > div .s_title {
	font-size: 16px;
	color: #333;
	line-height: 1.4;
	text-align: center;
	margin-top: 10px;
	padding: 0 15px;
}
#c_effect_018-1662109447824 .cbox-47-1 > div {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 10px;
}
#c_effect_018-1662109447824 .cbox-47-1 > div > div {
	width: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#c_effect_018-1662109447824 .cbox-47-1 > div .s_img img {
	width: 25px;
	height: 25px;
	margin-right: 10px;
}
#c_effect_018-1662109447824 .cbox-47-1 > div .s_title {
	color: #2986b3;
	line-height: 1;
	font-size: 16px;
}
#c_effect_018-1662109447824 .e_container-61 {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto 0px;
	position: relative;
	background: #f5f5f5;
	border-radius: 15px;
	padding: 30px;
	min-height: 150px;
	display-radio: 1;
	background-fill-value: background-image;
}
#c_effect_018-1662109447824 .e_container-61 > .p_item {
	transition: all ease .8s;
	display: none;
}
#c_effect_018-1662109447824 .e_container-61 .p_item.cur {
	display: block;
}
#c_effect_018-1662109447824 .e_loop-41 .p_list > div.cur {
	background: rgb(247 247 247);
}
#c_effect_018-1662109447824 .e_text-45 {
	max-width: none;
font_radio:1;
	display-radio: 1;
}
#c_effect_018-1662109447824 .e_h1-94 {font_radio:2;
	display-radio: 1;
	color: rgba(81,81,81,1);
}
#c_effect_018-1662109447824 .e_timeFormat-95 {
	min-height: 20px;
font_radio:1;
	display-radio: 1;
}
#c_effect_018-1662109447824 .e_text-96 {
	line-height: normal;
font_radio:2;
	display-radio: 1;
}
#c_effect_018-1662109447824 .e_html-97 {
	min-height: 0px;
background_radio:2;
	display-radio: 1;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
#c_effect_018-1662109447824 .e_image-98 {
	overflow: hidden;
	display-radio: 1;
	margin-bottom: 0px;
}
#c_effect_018-1662109447824 .e_image-98 img {
	width: auto;
	height: 100%;
	object-fit: contain;
}
#c_effect_018-1662109447824 .e_line-102 {
	display-radio: 1;
	margin-bottom: 20px;
	margin-top: 25px;
}
#c_effect_018-1662109447824 .e_line-103 {
	display-radio: 1;
	margin-bottom: 20px;
	margin-top: 25px;
}
#c_effect_018-1662109447824 .e_line-104 {
	display-radio: 1;
	margin-bottom: 20px;
	margin-top: 25px;
}
#c_effect_018-1662109447824 .e_line-92 {
	display-radio: 1;
}
#c_effect_018-1662109447824 .e_richText-106 {font_radio:1;
	display-radio: 1;
}
#c_effect_018-1662109447824 .e_richText-107 {font_radio:1;
	display-radio: 1;
}
#c_effect_018-1662109447824 .e_richText-108 {font_radio:1;
	display-radio: 1;
}
#c_effect_018-1662109447824 .e_richText-109 {font_radio:1;
	display-radio: 1;
}
#c_effect_018-1662109447824 .e_loop-115 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%;
}
#c_effect_018-1662109447824 .e_loop-115 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative;
}
#c_effect_018-1662109447824 .e_loop-115 .p_page {
	text-align: center;
}
#c_effect_018-1662109447824 .e_loop-115 .p_filter_wrapper {
	width: 100%;
	font-size: 13px;
}
#c_effect_018-1662109447824 .e_loop-115 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0;
}
#c_effect_018-1662109447824 .e_loop-115 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px;
}
#c_effect_018-1662109447824 .e_loop-115 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px;
}
#c_effect_018-1662109447824 .e_loop-115 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue;
}
#c_effect_018-1662109447824 .e_loop-115 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px;
}
#c_effect_018-1662109447824 .e_loop-115 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer;
}
#c_effect_018-1662109447824 .e_loop-115 .multSelect {
	font-size: 13px;
	position: relative;
}
#c_effect_018-1662109447824 .e_loop-115 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 24px;
	border: 1px solid #DCDFE6;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background: white;
}
#c_effect_018-1662109447824 .e_loop-115 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545;
}
#c_effect_018-1662109447824 .e_loop-115 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px;
}
#c_effect_018-1662109447824 .e_loop-115 .multSelect ul,li {
	list-style: none;
}
#c_effect_018-1662109447824 .e_loop-115 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 0px 5px;
	margin: 1px 5px 1px 0;
	border-radius: 5px;
	line-height: 16px;
}
#c_effect_018-1662109447824 .e_loop-115 .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_effect_018-1662109447824 .e_loop-115 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px;
}
#c_effect_018-1662109447824 .e_loop-115 .multSelect .multSelect-option>div.selected {
	color: #409eff;
}
#c_effect_018-1662109447824 .e_loop-115 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9;
}
#c_effect_018-1662109447824 .e_loop-115 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px;
}
#c_effect_018-1662109447824 .e_loop-115 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px);
}
#c_effect_018-1662109447824 .e_loop-115 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg);
}
#c_effect_018-1662109447824 .e_loop-115 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg);
}
#c_effect_018-1662109447824 .e_loop-115 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0;
}
#c_effect_018-1662109447824 .e_loop-115 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px;
}
#c_effect_018-1662109447824 .e_loop-115 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px;
}
#c_effect_018-1662109447824 .e_loop-115 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px;
}
#c_effect_018-1662109447824 .e_loop-115 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px;
}
#c_effect_018-1662109447824 .e_loop-115 .p_split {
	margin: 0 5px;
}
#c_effect_018-1662109447824 .e_loop-115 .p_normal {
	margin-right: 16px;
}
#c_effect_018-1662109447824 .e_loop-115 .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_effect_018-1662109447824 .e_loop-115 .input-check,
#c_effect_018-1662109447824 .e_loop-115 .input-radio {
	margin: 0 5px;
	vertical-align: text-top;
}
#c_effect_018-1662109447824 .e_loop-115 .position-left {
	display: flex;
}
#c_effect_018-1662109447824 .e_loop-115 .position-right {
	display: flex;
	flex-direction: row-reverse;
}
#c_effect_018-1662109447824 .e_loop-115 .position-bottom {
	display: flex;
	flex-direction: column-reverse;
}
#c_effect_018-1662109447824 .e_loop-115 .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_effect_018-1662109447824 .e_loop-115 .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_effect_018-1662109447824 .e_loop-115 .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_effect_018-1662109447824 .e_loop-115 .p_active .p_mbutton::before {
	display: block;
}
#c_effect_018-1662109447824 .e_loop-115 .p_active .p_mbutton::after {
	display: block;
}
#c_effect_018-1662109447824 .e_loop-115 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px;
}
#c_effect_018-1662109447824 .e_loop-115 .p_filter_result {
	display: none;
}
#c_effect_018-1662109447824 .e_loop-115 .p_contclear {
	cursor: pointer;
	display: none;
}
#c_effect_018-1662109447824 .e_loop-115 .swiper-container {
	padding-bottom: 30px;
}
#c_effect_018-1662109447824 .e_loop-115 .p_imgwrapper {
	width: 80px;
	height: 100px;
	overflow: hidden;
}
#c_effect_018-1662109447824 .e_loop-115 .p_imgtitle {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 0 auto;
	line-height: 20px;
}
#c_effect_018-1662109447824 .e_loop-115 .p_imgwrapper img {
	width: 100%;
	object-fit: cover;
}
#c_effect_018-1662109447824 .e_loop-115 .p_active .p_imgwrapper {
	border: 1px solid #409eff;
}
#c_effect_018-1662109447824 .e_loop-115 {
	display-radio: 1;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 3%;
}
#c_effect_018-1662109447824 .e_container-116 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	display-radio: flex;
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	background-color: rgba(255,255,255,1);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#c_effect_018-1662109447824 .e_container-116 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_effect_018-1662109447824 .e_image-117 img {
	width: auto;
	height: 100%;
	object-fit: contain;
}
#c_effect_018-1662109447824 .e_container-118 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	margin-top: 0px;
	padding-bottom: 10px;
	padding-right: 25px;
	padding-left: 30px;
	padding-top: 0px;
}
#c_effect_018-1662109447824 .e_container-118 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_effect_018-1662109447824 .e_container-118 .cbox-118-1 {
	flex: 0 0 auto;
}
#c_effect_018-1662109447824 .e_container-118 .cbox-118-0 {
	align-self: center;
}
#c_effect_018-1662109447824 .e_text-119 {
	line-height: normal;
	display-radio: -webkit-box;
font_radio:2;
	font-size: 15px;
	margin-right: 15px;
-webkit-line-clamp:1;
	display: -webkit-box;
-webkit-box-orient:vertical;
	overflow: hidden;
}
#c_effect_018-1662109447824 .e_container-61 > .p_item .p_list > .p_loopitem {
	background: #f5f5f5 !important;
}
#c_effect_018-1662109447824 .e_loop-125 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%;
}
#c_effect_018-1662109447824 .e_loop-125 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative;
}
#c_effect_018-1662109447824 .e_loop-125 .p_page {
	text-align: center;
}
#c_effect_018-1662109447824 .e_loop-125 .p_filter_wrapper {
	width: 100%;
	font-size: 13px;
}
#c_effect_018-1662109447824 .e_loop-125 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0;
}
#c_effect_018-1662109447824 .e_loop-125 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px;
}
#c_effect_018-1662109447824 .e_loop-125 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px;
}
#c_effect_018-1662109447824 .e_loop-125 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue;
}
#c_effect_018-1662109447824 .e_loop-125 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px;
}
#c_effect_018-1662109447824 .e_loop-125 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer;
}
#c_effect_018-1662109447824 .e_loop-125 .multSelect {
	font-size: 13px;
	position: relative;
}
#c_effect_018-1662109447824 .e_loop-125 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 24px;
	border: 1px solid #DCDFE6;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background: white;
}
#c_effect_018-1662109447824 .e_loop-125 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545;
}
#c_effect_018-1662109447824 .e_loop-125 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px;
}
#c_effect_018-1662109447824 .e_loop-125 .multSelect ul,li {
	list-style: none;
}
#c_effect_018-1662109447824 .e_loop-125 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 0px 5px;
	margin: 1px 5px 1px 0;
	border-radius: 5px;
	line-height: 16px;
}
#c_effect_018-1662109447824 .e_loop-125 .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_effect_018-1662109447824 .e_loop-125 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px;
}
#c_effect_018-1662109447824 .e_loop-125 .multSelect .multSelect-option>div.selected {
	color: #409eff;
}
#c_effect_018-1662109447824 .e_loop-125 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9;
}
#c_effect_018-1662109447824 .e_loop-125 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px;
}
#c_effect_018-1662109447824 .e_loop-125 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px);
}
#c_effect_018-1662109447824 .e_loop-125 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg);
}
#c_effect_018-1662109447824 .e_loop-125 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg);
}
#c_effect_018-1662109447824 .e_loop-125 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0;
}
#c_effect_018-1662109447824 .e_loop-125 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px;
}
#c_effect_018-1662109447824 .e_loop-125 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px;
}
#c_effect_018-1662109447824 .e_loop-125 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px;
}
#c_effect_018-1662109447824 .e_loop-125 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px;
}
#c_effect_018-1662109447824 .e_loop-125 .p_split {
	margin: 0 5px;
}
#c_effect_018-1662109447824 .e_loop-125 .p_normal {
	margin-right: 16px;
}
#c_effect_018-1662109447824 .e_loop-125 .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_effect_018-1662109447824 .e_loop-125 .input-check,
#c_effect_018-1662109447824 .e_loop-125 .input-radio {
	margin: 0 5px;
	vertical-align: text-top;
}
#c_effect_018-1662109447824 .e_loop-125 .position-left {
	display: flex;
}
#c_effect_018-1662109447824 .e_loop-125 .position-right {
	display: flex;
	flex-direction: row-reverse;
}
#c_effect_018-1662109447824 .e_loop-125 .position-bottom {
	display: flex;
	flex-direction: column-reverse;
}
#c_effect_018-1662109447824 .e_loop-125 .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_effect_018-1662109447824 .e_loop-125 .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_effect_018-1662109447824 .e_loop-125 .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_effect_018-1662109447824 .e_loop-125 .p_active .p_mbutton::before {
	display: block;
}
#c_effect_018-1662109447824 .e_loop-125 .p_active .p_mbutton::after {
	display: block;
}
#c_effect_018-1662109447824 .e_loop-125 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px;
}
#c_effect_018-1662109447824 .e_loop-125 .p_filter_result {
	display: none;
}
#c_effect_018-1662109447824 .e_loop-125 .p_contclear {
	cursor: pointer;
	display: none;
}
#c_effect_018-1662109447824 .e_loop-125 .swiper-container {
	padding-bottom: 30px;
}
#c_effect_018-1662109447824 .e_loop-125 .p_imgwrapper {
	width: 80px;
	height: 100px;
	overflow: hidden;
}
#c_effect_018-1662109447824 .e_loop-125 .p_imgtitle {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 0 auto;
	line-height: 20px;
}
#c_effect_018-1662109447824 .e_loop-125 .p_imgwrapper img {
	width: 100%;
	object-fit: cover;
}
#c_effect_018-1662109447824 .e_loop-125 .p_active .p_imgwrapper {
	border: 1px solid #409eff;
}
#c_effect_018-1662109447824 .e_loop-125 {
	display-radio: 1;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 3%;
}
#c_effect_018-1662109447824 .e_container-126 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	display-radio: flex;
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	background-color: rgba(255,255,255,1);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#c_effect_018-1662109447824 .e_container-126 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_effect_018-1662109447824 .e_image-127 img {
	width: auto;
	height: 100%;
	object-fit: contain;
}
#c_effect_018-1662109447824 .e_container-128 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	margin-top: 0px;
	padding-bottom: 10px;
	padding-right: 25px;
	padding-left: 30px;
	padding-top: 0px;
}
#c_effect_018-1662109447824 .e_container-128 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_effect_018-1662109447824 .e_container-128 .cbox-128-1 {
	flex: 0 0 auto;
}
#c_effect_018-1662109447824 .e_container-128 .cbox-128-0 {
	align-self: center;
}
#c_effect_018-1662109447824 .e_text-129 {
	line-height: normal;
	display-radio: -webkit-box;
font_radio:2;
	font-size: 15px;
	margin-right: 15px;
-webkit-line-clamp:1;
	display: -webkit-box;
-webkit-box-orient:vertical;
	overflow: hidden;
}
.wd-20220905164534 {
	display: block;
	padding-bottom: 50px !important;
}
.wd-20220905164534 .swiper {
	height: 330px;
}
.wd-20220905164534 .swiper-slide {
	height: calc((100% - 30px) / 2);
}
.wd-20220905164700 {
	display: block !important;
}
#c_effect_018-1662109447824 .e_image-127 {
	display: flex;
	justify-content: center;
	display-radio: flex;
	padding-top: 10px;
	padding-bottom: 10px;
}
#c_effect_018-1662109447824 .e_image-117 {
	display: flex;
	justify-content: center;
	overflow: hidden;
	display-radio: flex;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#c_effect_018-1662109447824 .e_html-136 {background_radio:1;
	display-radio: 1;
	min-height: 0px;
} @media screen and (max-width:768px) {
            #c_effect_018-1662109447824 .e_container-61 > .p_item .p_list > .p_loopitem {
	padding: 15px;
	background: #eff7fc;
	width: 24%;
	border-radius: 10px;
}
#c_effect_018-1662109447824 .e_loop-115 .p_loopitem {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(100% / 1);
}
#c_effect_018-1662109447824 .e_loop-125 .p_loopitem {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(100% / 1);
}
#c_effect_018-1662109447824 {
	padding: 35px 0;
}
#c_effect_018-1662109447824 .e_container-61 > .p_item .p_list > .p_loopitem > div .s_img {
	height: 150px;
}
#c_effect_018-1662109447824 .e_container-61 > .p_item .p_list {
	flex-wrap: wrap;
	padding: 0 15px;
}
#c_effect_018-1662109447824 .e_container-61 > .p_item .p_list > div {
	width: 48%;
}
#c_effect_018-1662109447824 .e_container-61 > .p_item .p_list > .p_loopitem > div .s_title {-webkit-line-clamp:1;
	display: -webkit-box;
-webkit-box-orient:vertical;
	overflow: hidden;
	margin-bottom: 20px;
}
#c_effect_018-1662109447824 .e_loop-41 .p_list {
	overflow-x: scroll;
	padding: 0 15px;
}
#c_effect_018-1662109447824 .e_loop-41 .p_list::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}
#c_effect_018-1662109447824 .e_loop-41 .p_list > div {
	padding: 10px;
	margin: 0 3px;
}
#c_effect_018-1662109447824 .e_loop-41 .p_list .s_title {
	font-size: 14px;
	line-height: 1.2;
}
#c_effect_018-1662109447824 .e_text-45 {font_radio:2;
	display-radio: 1;
	color: rgba(180, 125, 43, 1);
	font-size: 13px;
	margin-top: 0px;
}

           } @media screen and (min-width: 769px) {
            #c_effect_018-1662109447824 .e_container-61 > .p_item .p_list > .p_loopitem {
	padding: 15px;
	background: #eff7fc;
	width: 24%;
	border-radius: 10px;
}
#c_effect_018-1662109447824 .e_loop-115 .p_loopitem {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(100% / 4);
}
#c_effect_018-1662109447824 .e_loop-125 .p_loopitem {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(100% / 4);
}

           } @media screen and (max-width: 1024px) and (min-width: 769px) {
            #c_effect_018-1662109447824 .e_text-45 {font_radio:2;
	display-radio: 1;
	color: rgba(180, 125, 43, 1);
	font-size: 14px;
}

           }#c_static_001-1660103609711 {
	min-height: 100%;
	display-radio: 1;
	background-fill-value: background-image;
	margin-left: auto;
	margin-right: auto;
	max-width: none;
	width: auto;
	background-image: url(../../portal-saas/new2022071012324568842/cms/image/d0b5d4ca-2696-4fb4-925a-c72da8e1372e.jpg);
}
#c_static_001-1660103609711 .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: 5%;
	padding-bottom: 5%;
}
#c_static_001-1660103609711 .e_container-1 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001-1660103609711 .e_container-4 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
}
#c_static_001-1660103609711 .e_container-4 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001-1660103609711 .e_container-4 .p_item {
	display-radio: 1;
}
#c_static_001-1660103609711 .e_container-4 .cbox-4-0 {
	flex: 0 0 45%;
	margin-right: 2%;
}
#c_static_001-1660103609711 .e_container-5 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
}
#c_static_001-1660103609711 .e_container-5 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001-1660103609711 .e_container-8 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
}
#c_static_001-1660103609711 .e_container-8 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001-1660103609711 .e_h1-9 {font_radio:2;
	display-radio: 1;
	color: rgba(13,13,13,1);
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	font-family: Microsoft YaHei;
	text-align: left;
}
#c_static_001-1660103609711 .e_line-10 {
	display-radio: 1;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: rgba(0,0,0,1);
	max-width: 40px;
	margin-left: 0px;
	margin-right: auto;
	margin-top: 3%;
	max-height: 3px;
}
#c_static_001-1660103609711 .e_richText-11 {font_radio:1;
	display-radio: 1;
}
#c_static_001-1660103609711 .e_richText-12 {font_radio:2;
	display-radio: 1;
	font-size: 44px;
	color: rgba(63,63,63,1);
	line-height: normal;
	font-family: Microsoft YaHei;
	font-weight: normal;
	text-align: center;
	margin-top: 3%;
}
#c_static_001-1660103609711 .e_button-13 {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	width: 180px;
	padding: 8px;
background_radio:1;
border_radio:1;
font_radio:1;
radius_radio:1;
	padding-top: 17px;
	padding-bottom: 17px;
	display-radio: block;
	margin-top: 5%;
}
#c_static_001-1660103609711 .e_button-13 span {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	outline: 0;
	margin: 0px;
	overflow: hidden;
}
#c_static_001-1660103609711 .e_button-13::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	transition: all .3s;
	z-index: 0;
	opacity: 0;
	top: 0;
	left: 0px;
}
#c_static_001-1660103609711 .e_button-13:hover::after {
	opacity: 1;
}
#c_static_001-1660103609711 .e_container-4 .cbox-4-1 {
	flex: 0 0 50%;
}
#c_static_001-1660103609711 .e_container-14 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	margin-top: 4%;
}
#c_static_001-1660103609711 .e_container-14 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001-1660103609711 .e_container-21 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	margin-bottom: 20px;
	display-radio: flex;
}
#c_static_001-1660103609711 .e_container-21 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001-1660103609711 .e_container-22 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
}
#c_static_001-1660103609711 .e_container-22 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001-1660103609711 .e_container-22 .cbox-22-0 {
	flex: 0 0 90px;
}
#c_static_001-1660103609711 .e_scrollNumber-24 {
	height: 60px;
	display: -webkit-box;
-webkit-box-orient:vertical;
	overflow: hidden;
	transition-property: all;
font_radio:2;
	font-size: 40px;
	font-family: Impact;
	color: rgba(21,86,172,1);
	text-align: left;
	line-height: 1.5;
	display-radio: -webkit-box;
	font-weight: bold;
}
#c_static_001-1660103609711 .e_text-25 {font_radio:2;
	font-size: 16px;
	color: rgba(41,41,41,1);
	text-align: left;
	line-height: 1.5;
	display-radio: 1;
	font-weight: normal;
}
#c_static_001-1660103609711 .e_container-26 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	margin-bottom: 20px;
}
#c_static_001-1660103609711 .e_container-26 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001-1660103609711 .e_container-27 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
}
#c_static_001-1660103609711 .e_container-27 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001-1660103609711 .e_container-28 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	margin-bottom: 20px;
}
#c_static_001-1660103609711 .e_container-28 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001-1660103609711 .e_container-29 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
}
#c_static_001-1660103609711 .e_container-29 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001-1660103609711 .e_container-29 .cbox-29-0 {
	flex: 0 0 200px;
}
#c_static_001-1660103609711 .e_scrollNumber-31 {
	height: 60px;
	display: -webkit-box;
-webkit-box-orient:vertical;
	overflow: hidden;
	transition-property: all;
font_radio:2;
	font-size: 40px;
	font-family: Impact;
	color: rgba(21,86,172,1);
	text-align: left;
	line-height: 1.5;
	display-radio: -webkit-box;
	font-weight: bold;
}
#c_static_001-1660103609711 .e_text-32 {font_radio:2;
	font-size: 16px;
	color: rgba(41,41,41,1);
	text-align: left;
	line-height: 1.5;
	display-radio: 1;
	font-weight: normal;
}
#c_static_001-1660103609711 .e_container-33 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
}
#c_static_001-1660103609711 .e_container-33 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001-1660103609711 .e_text-34 {font_radio:2;
	font-size: 16px;
	color: rgba(41,41,41,1);
	text-align: left;
	line-height: 1.5;
	display-radio: 1;
	font-weight: normal;
}
#c_static_001-1660103609711 .e_scrollNumber-36 {
	height: 60px;
	display: -webkit-box;
-webkit-box-orient:vertical;
	overflow: hidden;
	transition-property: all;
font_radio:2;
	font-size: 40px;
	font-family: Impact;
	color: rgba(21,86,172,1);
	text-align: left;
	line-height: 1.5;
	display-radio: -webkit-box;
	font-weight: bold;
}
#c_static_001-1660103609711 .e_scrollNumber-36 .p_num {
	display-radio: 1;
}
#c_static_001-1660103609711 .e_container-27 .p_item {
	display-radio: 1;
}
#c_static_001-1660103609711 .e_text-37 {
	line-height: 1;
font_radio:2;
	display-radio: 1;
	text-align: left;
	font-size: 36px;
	font-weight: bold;
	color: rgba(21,86,172,1);
	margin-top: 15px;
}
#c_static_001-1660103609711 .e_video-38 {
	width: 100%;
	position: relative;
	display-radio: 1;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
#c_static_001-1660103609711 .e_video-38 video {
	width: 100%;
	display: block;
}
#c_static_001-1660103609711 .e_video-38 .p_video {
	position: relative;
}
#c_static_001-1660103609711 .e_video-38 .cover {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#c_static_001-1660103609711 .e_video-38 .cover .coverImage {
	width: 100%;
	height: 100%;
}
#c_static_001-1660103609711 .e_video-38 .cover .coverImage img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_001-1660103609711 .e_video-38 .cover .playBtn {
	position: absolute;
	width: 80px;
	height: 80px;
	z-index: 2;
	left: 50%;
	top: 50%;
	margin: -40px auto auto -40px;
	cursor: pointer;
} @media screen and (max-width:768px) {
            #c_static_001-1660103609711 .e_container-14 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
}
           }