@charset "utf-8";
/* CSS Document */
html {
	font-size: 62.5%;/*font-size:10px;*/
	width: 100%;
	overflow-y: auto
}
html, body {
	width: 100%;
	min-width: 320px;
	margin: 0px auto;
	color: #ffffff;
	font-family: 'KlavikaRegular', Arial, 'Noto Sans SC', "sans-serif";
	background: #ffffff;
	line-height: 1.5;
	font-size: 1rem;
}
.NoOverflow {
	overflow: hidden !important;
}
* {
	margin: 0px;
	padding: 0px;
	font-family: 'KlavikaRegular', Arial, 'Noto Sans SC', "sans-serif";
	box-sizing: border-box;
}
a {
	cursor: pointer;
	color: inherit;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
}
.black {
	color: #000000
}
.gray {
	color: #333333
}
.white {
	color: #ffffff
}
.blue {
	color: #00c2de;
}
.cle {
	clear: both;
}
.cle30 {
	clear: both;
	height: 30px;
}
.disTable {
	display: table;
}
.disRow {
	display: table-row
}
.disCell {
	display: table-cell;
}
.hight {
	color: rgba(0,194,222,1) !important;
	font-weight: bold;
}
.yellow {
	color: rgba(193,169,104,1)
}

.mt-65 {
	margin-top: 65px
}
.flex {
	display: flex !important;
	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flex !important;
	display: -o-flex !important;
}
.justify-start {
	justify-content: flex-start
}
.justify-between {
	justify-content: space-between
}
.justify-center {
	justify-content: center;
}
.justify-end {
	justify-content: flex-end
}
.align-center {
	align-items: center;
}
.align-start {
	align-items: flex-start;
}
.textCenter {
	text-align: center
}
.textRight {
	text-align: right;
}
.textLeft {
	text-align: left;
}
.grid {
	display: grid;
	display: -webkit-grid;
	display: -moz-grid;
	display: -ms-grid;
	display: -o-grid;
	grid-template-rows: auto;
}
.pcBlock {
	display: block
}
.phBlock {
	display: none
}
.hidden {
	display: none !important
}
.page {
	width: 100%;
	margin: 0px auto;
	background-color: transparent;
}
.wrap {
	padding-left: 52px;
	padding-right: 52px;
	width: 100%;
	max-width: 1600px;
	margin: 0px auto;
}
/*top*/
.topConBar {
	width: 100%;
	background: #000000;
	margin: 0px auto;
}
.topCon {
	width: 100%;
	border-bottom: 0px solid #9aa2a4;
	height: 82px;
}
.headLogoBox {
	text-align: left;
	width: 40%;
}
.headLogoBox a{
	display:flex;
	justify-content: flex-start;
	align-items: center;
}
.headLogoBox img {
	width: 100%;
	max-width: 110px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
}
.headLogoBox h5 {
	font-weight: 500;
	margin-bottom: 0rem;
	line-height: normal;
	color: #ffffff;
	display: inline-block;
	white-space: nowrap
}
.TopHeadRight {
	width: 60%;
	justify-content: flex-end;
	text-align: right;
}
.headSearchLabel {
	width: 400px;
	border: 1px #4b4d4d solid;
	padding: 0px 10px;
	height: 42px;
	margin: 0px 20px 0px 0px;
	display: flex;
}
.headSearchLabel input, .headSearchLabel select {
	border: 0px;
	outline: none;
	display: inline-block;
	padding: 0px;
	color: #ffffff;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; /*去掉下拉箭头*/
	width: calc(100% - 50px);
	line-height: 40px;
}.headSearchLabel select{
	background-color: #000000;}
.headSearchBt {
	width: 50px;
	text-align: center;
	background-color: transparent;
	line-height: 40px;
	height: 40px;
	color: #666666;
	border: 0px;
	outline: none;
}
.headSearchBt:hover, .headSearchBt:focus {
	border: 0;
	outline: none;
}
.topUserInfoBox {
	width: auto;
}
.topUserInfoBox .upgrade_userLogin {
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
}
.topUserInfoBox i {
	margin-right: 5px;
}
.topUserInfoBox hr {
	width: 1px;
	height: 20px;
	vertical-align: middle;
	border: 0px;
	background: #ffffff;
	margin: 0px 10px;
}
.topUserInfoBox button {
	background-color: transparent;
	border: 0px;
	outline: none;
	color: #ffffff;
}
/*banner*/
#homeHeroBanner {
	width: 100%;
	margin: 0px auto;
}
#homeHeroBanner .swiper-slide {
	position: relative;
}
#homeHeroBanner .swiper-slide a {
	width: 100%;
	display: inline-block
}
#homeHeroBanner a img {
	width: 100%;
	transform: scale(1)
}
#homeHeroBanner .swiper-pagination-bullet-active {
	background: #00c2de !important;
}
#homeHeroBanner .swiper-pagination-bullet {
	width: 54px;
	height: 5px;
	display: inline-block;
	border-radius: 2.5px;
	background: #ffffff;
	opacity: 1
}
#homeHeroBanner .swiper {
	width: 100%;
	height: 100%;
}
#homeHeroBanner .swiper-slide {
	width: 100%;
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
#homeHeroBanner .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#homeHeroBanner .swiper-slide {
	-webkit-transform: translate3d(0px, 0, 0);
	-moz-transform: translate3d(0px, 0, 0);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}
.i_HeroBannerBg {
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
	display: block
}
.i_HeroBannerBgPh {
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
	display: none !important
}
.i_HeroTextInfoBox {
	position: absolute;
	top: 50%;
	left: 0%;
	-webkit-transform: translateX(-0%) translateY(-50%);
	-moz-transform: translateX(-0%) translateY(-50%);
	-ms-transform: translateX(-0%) translateY(-50%);
	transform: translateX(-0%) translateY(-50%);
	z-index: 100;
	width: 100%;
}
.i_HeroTextInfo {
	width: 50%;
	text-align: left;
}
.i_HeroTextInfo p {
	width: 74%;
}
.i_Bt_black {
	background: #000000;
	padding: 7px 30px;
	border: 1px #000000 solid;
	color: #ffffff;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	white-space: nowrap
}
.i_Bt_black:hover {
	background: #ffffff;
	border: 1px #000000 solid;
	color: #000000;
}
.i_Bt_black_border {
	background-color: transparent;
	padding: 7px 30px;
	border: 1px #000000 solid;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	white-space: nowrap
}
.i_Bt_black_border:hover {
	background: #000000;
	border: 1px #000000 solid;
	color: #ffffff;
}
.i_Bt_white {
	background-color: #ffffff;
	padding: 7px 30px;
	border: 1px #ffffff solid;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	white-space: nowrap
}
.i_Bt_white:hover {
	background-color: transparent;
	border: 1px #ffffff solid;
	color: #FFFFFF;
}
.i_Bt_white_border {
	background-color: transparent;
	padding: 7px 30px;
	border: 1px #ffffff solid;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	white-space: nowrap
}
.i_Bt_white_border:hover {
	background-color: #ffffff;
	border: 1px #ffffff solid;
	color: #000000;
}
.i_Bt_blue {
	background-color: #00c2de;
	padding: 7px 30px;
	border: 1px #00c2de solid;
	border-radius: 5px;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	white-space: nowrap
}
.i_Bt_blue:hover {
	background-color: #ffffff;
	border: 1px #00c2de solid;
	color: #00c2de;
}
.i_Bt_blue_border {
	background-color: transparent;
	padding: 7px 30px;
	border: 1px #00c2de solid;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	white-space: nowrap
}
.i_Bt_blue_border:hover {
	background-color: #00c2de;
	border: 1px #00c2de solid;
	color: #ffffff;
}
.i_Bt_textBlue, .i_Bt_textBlue:hover {
	background-color: transparent;
	border: 0px;
	outline: none;
	color: #00c2de;
	text-decoration: none;
	margin: 0px;
	display: block;
}
.i_Bt_textBlue i {
	margin: 0px 5px;
}
/*nav*/
header {
	position: sticky;
	top: 0;
	z-index: 1000;
	border-bottom: 1px #27282b solid;
}
.navWrap {
	width: 100%;
	padding: 0;
	text-align: center;
	height: 60px;
	margin: 0px auto
}
.navNullHeight {
	width: 100%;
	height: 60px;
	background: #000000;
}
.navBarBox {
	text-align: center;
	height: 60px;
	width: 100%;
	overflow: hidden;
	background: -webkit-linear-gradient(to right, #000000 0%, #1a1a1b 50%, #000000 100%);
	background: -moz-linear-gradient(to right, #000000 0%, #1a1a1b 50%, #000000 100%);
	background: -ms-linear-gradient(to right, #000000 0%, #1a1a1b 50%, #000000 100%);
	background: linear-gradient(to right, #000000 0%, #1a1a1b 50%, #000000 100%);
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.24);
	z-index: 99
}
.Home-slider-item {
	padding: 0px;
}
#Hometabs {
	width: 100%;
	padding: 0px;
	overflow: hidden;
	margin: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#Hometabs li {
	margin: 0;
	display: inline-block;
	text-align: center;
	border-bottom: 1px rgba(0,0,0,0) solid;
}
#Hometabs a {
	display: inline-block;
	transform-origin: left;
	background-color: transparent;
	text-align: center;
	vertical-align: bottom;
	padding: 0px 20px;
	height: 59px;
	line-height: 59px;
	text-decoration: none;
	color: #ffffff;
	white-space: nowrap;
	transition: all 0.3s ease;
}
#Hometabs a:hover {
	background-color: transparent;
	z-index: 5;
	color: #ffffff;
	border-bottom: 1px #00c2de solid !important;
}
.HomeCurrent {
	background-color: transparent;
	z-index: 5;
	color: #ffffff;
	border-bottom: 1px #00c2de solid !important;
}
#HomeCurrent {
	background-color: transparent;
	z-index: 5;
	color: #ffffff;
	border-bottom: 1px #00c2de solid !important;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
#NewsEvent{
	padding-top:80px;
}
#SuccessfulCase{
	padding-top:40px;
}
.section {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-bottom: 80px;
	min-height: 50px;
	color: #000000;
}
#partnerEmpowering {
	background: #f5f5f5;
	padding-top: 50px;
	padding-bottom: 50px;
}
.partnerEmpoweringGrid {
	width: 100%;
	margin: 0px auto;
	padding-top: 50px;
	grid-template-columns: repeat(3, calc((100% - 40px) / 3));
	grid-template-rows: auto;
	grid-gap: 20px
}
.partnerEmpoweringGridTi {
	width: 100%;
	border: 1px #999999 solid;
	border-radius: 10px;
	background: #ffffff;
	margin-bottom: 20px;
	padding-bottom: 20px;
	display: inline-block
}
.partnerEmpoweringGridTi h5 {
	font-size: 1.375rem;
	white-space: nowrap;
}
.partnerEmpoweringGridTiBanner {
	width: 100%;
	border-radius: 10px 10px 0px 0px;
	padding-bottom: 20px
}
.partnerEmpoweringGridTiBanner img {
	width: 100%;
	max-width: 517px;
	border-radius: 10px 10px 0px 0px;
}
.partnerEmpoweringGridTiInfo {
	width: 100%;
	padding: 0px 15px 0px 15px;
}
.partnerEmpoweringGridTiInfo ul {
	width: 100%;
	margin: 0;
	padding: 0;
	padding-inline-start: 20px;
}
.partnerEmpoweringGridTiInfo ul li {
	list-style: disc;
	width: 100%;
}
/**/
.i_PartTitle {
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #000000
}
.i_PartTitle hr {
	width: 8.5rem;
	height: 10px;
	margin: 10px auto;
	padding: 0px;
	background: #00c2de;
	border: 0px;
	border-radius: 5px;
}
.NewsEventBox {
	width: 100%;
	padding-top: 50px;
	margin-bottom: 0px;
}
.NewsEventBoxLeft {
	width: 45%;
	margin-right: 60px;
}
.NewsEventBoxLeft img {
	width: 100%;
	max-width: 100%;
		border-radius:10px;
}
.NewsEventBoxRight {
	width: calc(55% - 60px);
}
.NewsEventBoxRightInfoList {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	margin: 10px auto;
}
.NewsEventBoxRightInfoList span {
	display: inline-block;
}
.NewsEventBoxRightInfoList span:first-of-type {
	width: 5.5rem;
}
.NewsEventBoxRightInfoList span:last-of-type {
	width: calc(100% - 5.5rem);
}
.caseListGrid {
	width: 100%;
	margin: 0px auto;
	padding-top: 50px;
	grid-template-columns: repeat(4, calc((100% - 60px) / 4));
	grid-template-rows: auto;
	grid-gap: 20px;
}
.caseListFlex {
	width: 100%;
	margin: 0px auto;
	padding-top: 50px;
	flex-wrap: wrap;
}
.caseListFlex .partnerEmpoweringGridTi {
	width: calc((100% - 60px) / 4);
}
.caseListFlex .partnerEmpoweringGridTi:nth-of-type(2) {
	margin: 0px 20px;
}
.caseListFlex .partnerEmpoweringGridTi:nth-of-type(3) {
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.caseListGrid .order2 {
	order: 2;
}
.caseListGrid .order3 {
	order: 3;
}
.caseListFlex p {
	display: -webkit-box; /* 兼容旧版Safari */
	-webkit-box-orient: vertical; /* 兼容旧版Safari */
	overflow: hidden; /* 隐藏溢出的内容 */
	text-overflow: ellipsis; /* 显示省略符号来代表被修剪的文本 */
 display: -webkit-line-clamp: 3; /* 限制行数 */
	/* 对于现代浏览器 */
	display: box; /* 老式Firefox */
	display: -moz-box; /* 老式Firefox */
	display: -ms-flexbox; /* IE 10 */
	display: -webkit-flex; /* 新版Safari和Chrome */
	display: flex; /* 新标准 */
	flex-direction: column; /* 如果需要的话，确保内容按列显示 */
	height: 72px;
}
.ml15 {
	margin-left: 15px;
}
.mr15 {
	margin-right: 15px;
}
.mr5 {
	margin-right: 5px;
}
.i_BottomBtBox {
	width: 100%;
	margin-top: 0px;
	background: url(../images/i_PartEndBg.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
}
.footerWrap {
	width: 100%;
	background: #000000;
	padding: 50px 0px;
	color: #ffffff;
}
.footerWrap a {
	color: #ffffff;
	text-decoration: underline;
}
.footerWrap img {
	max-width: 142px;
	margin-left: 30px;
	width: 100px;
}
#goTOP {
	position: fixed;
	cursor: pointer;
	z-index: 999;
	right: 10px;
	bottom: 10px;
	background-color: #00c2de;
	text-align: center;
	display: none;
	transition: transform ease-out .8s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px
}
#goTOP a {
	display: inline-block;
	color: #ffffff;
	font-size: 1rem;
	text-align: center;
	text-decoration: none;
}
.navfixed {
	position: fixed !important;
	top: 60px !important;
	left: 0%;
	width: 100% !important;
	background: rgba(0, 0, 0, 1);
	padding: 0px 0px 0px 0px !important;
	max-width: 100% !important;
	z-index: 999;
	border-top: 1px solid rgba(50, 50, 50, 0.25);
}

.navfixed #Hometabs {
	width: 100%;
	padding: 0px;
	overflow: hidden;
	margin: 0px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.navfixed .navWrap{
	padding-left: 52px;
	padding-right: 52px;
	width: 100%;
	max-width: 1600px;
	margin: 0px auto;
}

.navfixed #Hometabs a {
	margin-right: 40px;
	padding: 0px;
}
/*合作伙伴权益*/
.interestWrapPart1 {
	background: -webkit-linear-gradient(to right, #ecedea 0%, #f8f8f6 50%, #dcdbd8 100%);
	background: -moz-linear-gradient(to right, #ecedea 0%, #f8f8f6 50%, #dcdbd8 100%);
	background: -ms-linear-gradient(to right, #ecedea 0%, #f8f8f6 50%, #dcdbd8 100%);
	background: linear-gradient(to right, #ecedea 0%, #f8f8f6 50%, #dcdbd8 100%);
	width: 100%;
	padding: 80px 0px;
	text-align: center
}
.certificateImgBox {
	width: 80%;
	max-width: 1280px;
	margin: 0px auto;
	flex-wrap: wrap;
}
.certificateImg {
	width: 33%;
	text-align: center;
}
.certificateImg img {
	width: 100%;
	max-width: 246px;
}
.interestTableWrap {
	width: 100%;
	background: #f5f5f5;
	padding: 10px;
	overflow-x: auto
}
.interestTable {
	width: 100%;
	margin: 0px auto;
	border: 0px;
	min-width: 960px;
	display: inline-table
}
.interestTable td {
	border-bottom: 1px #ffffff solid;
	border-right: 3px #f5f5f5 solid;
	padding: 20px;
	text-align: center;
	background-color: transparent;
	width: 25%;
	vertical-align: middle;
}
.interestTable tr:last-of-type td, .interestTable tr:last-of-type th {
	border-bottom: 0px #ffffff solid;
}
.interestTable tr td:last-of-type, .interestTable tr td:last-of-type {
	border-right: 0px #ffffff solid;
}
.interestTable td.iTdE1 {
	background: url(../images/partnerLevel1Bg.png) no-repeat center bottom #f0ebe5;
	background-size: cover;
}
.interestTable td.iTdE2 {
	background: url(../images/partnerLevel2Bg.png) no-repeat center bottom #ebf0f4;
	background-size: cover;
}
.interestTable td.iTdE3 {
	background: url(../images/partnerLevel3Bg.png) no-repeat center bottom #fafafa;
	background-size: cover;
}
.interestTable td.iTdc1 {
	background: #f0ebe5;
}
.interestTable td.iTdc2 {
	background: #ebf0f4;
}
.interestTable td.iTdc3 {
	background: #fafafa;
}
.interestTable th {
	border-bottom: 1px #ffffff solid;
	border-right: 3px #f5f5f5 solid;
	padding: 20px;
	text-align: left;
	background: #c1a968;
	color: #ffffff;
	width: 25%;
	vertical-align: middle;
	font-weight: normal
}
.interestTable th h5 {
	font-weight: 500;
}
.interestTable th.iTh1 {
	border-top: 5px #c1a968 solid;
}
.interestTable td.iTd1 {
	border-top: 5px #c1a968 solid;
	border-right: 3px #f5f5f5 solid;
}
.interestTable td.iTd1 h5 {
	color: #c1a968;
	font-weight: bold;
}
.interestTable td.iTd2 {
	border-top: 5px #f26522 solid;
	border-right: 3px #f5f5f5 solid;
}
.interestTable td.iTd2 h5 {
	color: #f26522;
	font-weight: bold;
}
.interestTable td.iTd3 {
	border-top: 5px #19c7e1 solid;
	border-right: 3px #f5f5f5 solid;
}
.interestTable td.iTd3 h5 {
	color: #19c7e1;
	font-weight: bold;
}
.interestInfo {
	color: #c1a968;
	text-align: center;
}
.interestInfo i {
	margin: 0px 5px;
	color: #c1a968;
	display: inline-block;
	font-size: 1.25rem;
	margin-bottom: 10px;
}
.interestInfo h6 {
	color: #000000;
	font-weight: bold
}
/*表单*/
.infoForm {
	width: 100%;
	max-width: 1080px;
	margin: 30px auto 50px auto;
	padding: 0px;
	background: #ffffff;
	border-radius: 10px;
	padding: 68px;
}
.infoList {
	display: flex;
	width: 100%;
	padding: 5px 0px;
}
.infoList span {
	width: 150px;
	text-align: left;
	display: inline-block;
	line-height: 38px;
	color: #000000
}
.infoList label {
	width: calc(100% - 150px);
	display: inline-block;
	border: 1px #cccccc solid;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
}
.infoList label input {
	width: 100%;
	line-height: 36px;
	border: 0px;
	outline: none;
}
.infoList label select {
	width: 100%;
	line-height: 36px;
	height: 36px;
	border: 0px;
	outline: none;
}
.infoList label select option {
	line-height: 36px;
	height: 36px;
}
.infoList textarea {
	width: 100%;
	line-height: 36px;
	min-height: 108px;
	border: 0px;
	outline: none;
	resize: none
}
.infoList .divlabel {
	width: calc(100% - 150px);
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
}
.infoList .divlabel label {
	width: 100% !important;
	display: inline-block;
	border: 0px #cccccc solid;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0;
}
.labelcontainer span.checkmark {
	font-weight: normal;
	display: block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	color: #000000
}
.labelcontainer input {
	height: 0;
	width: 0;
	opacity: 0;
	appearance: none;
	-webkit-appearance: none;
	display: none !important;
}
/* Create a custom checkbox */
.checkmark {
	display: inline-block;
	width: 16px;
	height: 16px;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
	color: #ffffff;
	border: 1px #cccccc solid;
	margin-right: 10px;
	vertical-align: middle;
	margin-top: -3px;
	outline: none;
}
.checkmark img {
	width: 16px;
	vertical-align: top;
	opacity: 0;
}
.labelcontainer input:checked + .checkmark {
	background-color: #ffffff;
	border: 1px #00c2de solid;
	color: #00c2de;
	width: 16px;
	height: 16px;
	font-size: 1rem;
	text-align: center;
	margin-right: 10px;
	vertical-align: middle;
	margin-top: -3px;
	outline: none;
}
.labelcontainer input:checked + .checkmark img {
	width: 16px;
	vertical-align: top;
	opacity: 1;
}
.labelcontainer input:checked + .checkmark:after {
	border: solid white;
}
.labelcontainer a {
	text-decoration: underline
}
.privacyAlert {
	width: calc(100% - 16px - 10px);
	color: #000000;
}
.grayBg {
	background: #f5f5f5;
	width: 100%;
}
.width200 {
	width: 200px;
}

.width300 {
	width: 300px;
}
.dial_alert {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	left: 0;
	display: inline-block;
	display: none;
	z-index: 9999999;
}
.close_btBox {
	text-align: right;
	margin: 0px auto;
}
.close_bt,.close_bt:hover {
	background-color: #ffffff;
	color: #000000;
	margin: 0px auto;
	display: block;
	width: 30px;
	height: 30px;
	padding: 5px;
	border: 1px #cccccc solid;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
}
.close_bt img {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	vertical-align: top
}
.ContactUs_alertInfoBox {
	background: url(../images/i_PartEndBg2.jpg) no-repeat center top;
	background-size: cover;
	width: 96%;
	max-width: 660px;
	padding: 50px;
	text-align: center;
	position: relative;
	top: 40%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-40%);
	-moz-transform: translateX(-50%) translateY(-40%);
	-ms-transform: translateX(-50%) translateY(-40%);
	transform: translateX(-50%) translateY(-40%);
	border-radius: 10px;
}
/*login*/

.loginInfoForm {
	width: 100%;
	max-width: 700px;
	margin: 30px auto 50px auto;
	padding: 0px;
	background: #ffffff;
	border-radius: 10px;
	padding: 30px 68px 68px 68px;
	min-height: 420px;
}
.pwdInfoForm {
	width: 100%;
	max-width: 700px;
	margin: 30px auto 50px auto;
	padding: 0px;
	background: #ffffff;
	border-radius: 10px;
	padding: 68px;
	min-height: 420px;
}
.loginNavBox {
	width: 100%;
	margin: 0px auto 30px auto;
	padding: 0px;
	border-bottom: 1px #cccccc solid;
}
.pRelative {
	position: relative
}
.loginNavBox ul {
	width: 100%;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.loginNavBox ul li {
	width: 50%;
	display: inline-block;
	text-align: center;
}
.loginNavBox ul li a {
	font-size: 1.5rem;
	text-align: center;
	display: block;
	width: 7rem;
	border-bottom: 1px rgba(0,194,222,0) solid;
	color: #000000;
	margin: 0px auto;
	padding-bottom: 20px;
}
.loginNavBox ul li a:hover {
	font-weight: bold;
	border-bottom: 1px rgba(0,194,222,1) solid;
}
.loginNavBox ul li a.loginActive {
	font-weight: bold;
	border-bottom: 1px rgba(0,194,222,1) solid;
}
.captchaBt {
	margin-right: -10px;
	white-space: nowrap;
	border-radius: 0px;
	padding: 0px 20px;
	line-height: 34px;
}
#passwordlogin .textRight a {
	color: rgba(0,194,222,1);
	text-decoration: underline;
}
.width100p {
	width: 100%;
}
.navicon {
	line-height: 60px;
	width: 90%;
	margin: 0px auto;
}
.navicon i{
	line-height: 60px !important;}
.phHometabs {
	width: 100%;
	position: absolute;
	padding: 20px 0px;
	background: -webkit-linear-gradient(to right, #000000 0%, #1a1a1b 50%, #000000 100%);
	background: -moz-linear-gradient(to right, #000000 0%, #1a1a1b 50%, #000000 100%);
	background: -ms-linear-gradient(to right, #000000 0%, #1a1a1b 50%, #000000 100%);
	background: linear-gradient(to right, #000000 0%, #1a1a1b 50%, #000000 100%);
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.24);
	z-index: 99
}
.phHometabs li {
	width: 100%;
	padding: 10px 0px;
}
/*20251021 amanda detail*/
.VideoalertInfoBox {
	background-color:transparent;
	width: 96%;
	max-width: 960px;
	padding: 0px;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	border-radius: 10px;
}
.VideoalertBox{
	width:100%;
	background-color:transparent;
	
}
.VideoalertBox video{
	width:100%;
}
.VideoalertInfoBox .close_btBox {
	text-align: center;
	margin: 0px auto 10px auto;
	width: 100%;
}
.VideoalertInfoBox .close_bt {
	display: inline-block;
	margin: 0;
}


@media screen and (max-width:1536px) {
.wrap {
	max-width: 1280px;
}
	.navfixed .navWrap{
	max-width: 1280px;
}
.partnerEmpoweringGridTi h5 {
	font-size: 1.375rem;
	white-space: normal;
	min-height: 66px;
}
}

@media screen and (max-width:1500px) {
html, body {
	font-size: 0.875rem;
}
}

@media screen and (max-width:1366px) {
html, body {
	font-size: 0.875rem;
}
.partnerEmpoweringGridTi h5 {
	min-height: 56px;
}
.wrap {
	max-width: 1024px;
}.navfixed .navWrap{
	max-width: 1024px;
}
}

@media screen and (max-width:1024px) {
html, body {
	font-size: 1rem;
}
.wrap {
	padding-left: 15px;
	padding-right: 15px;
}.navfixed .navWrap{
	padding-left: 15px;
	padding-right: 15px;
}
.page {
	font-size: 0.875rem;
}
.topCon {
	padding: 15px 0px;
	height: 100%;
}
.headLogoBox {
	width: 80%;
}
.TopHeadRight {
	width: 20%;
	justify-content: space-between;
	margin-top: 0px;
}
.headLogoBox img {
	max-width: 80px;
	margin-right: 20px;
}
.headLogoBox h5 {
	font-size: 1rem;
	white-space: nowrap
}
.navicon .headSearchLabel {
	width: 60%;
	border: 1px #4b4d4d solid;
	padding: 0px 10px;
	margin: 9px 20px 0px 0px;
	display: flex;
}
.topUserInfoBox {
	width: 100%;
}
.i_HeroBannerBg {
	min-height: 180px;
}
.i_HeroBannerBgPh {
	display: block !important
}
.i_HeroTextInfo {
	width: 100%;
	text-align: left;
}
.i_HeroTextInfo p {
	width: 100%;
}
.phBlock {
	display: block
}
.pcBlock {
	display: none !important
}
.i_PartTitle {
	font-size: 2.5rem;
}
.i_PartTitle hr {
	width: 5rem;
	height: 5px;
	margin: 10px auto;
	padding: 0px;
	background: #00c2de;
	border: 0px;
	border-radius: 2.5px;
}
.NewsEventBox {
	flex-wrap: wrap;
}
.NewsEventBoxLeft {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 20px;

}
.NewsEventBoxRight {
	width: calc(100%);
}
.partnerEmpoweringGrid {
	grid-template-columns: 100%;
}
.caseListGrid {
	grid-template-columns: 100%;
}
.text-xxl, h1 {
	font-size: 2.5rem;
}
.text-s, h5 {
	font-size: 1.125rem;
}
.footerWrap .flex {
	flex-wrap: wrap
}
.footerWrap h5 {
	text-align: center;
	width: 100%
}
.footerWrap .justify-end {
	width: 100%;
	justify-content: center;
}
.certificateImgBox {
	width: 100%;
}
.interestWrapPart1 {
	padding: 30px 0px
}
.interestWrapPart1 h6 {
	font-size: 1rem;
}
.interestWrapPart1 h6 br {
	display: none
}
.text-xl, h2 {
	font-size: 1.875rem;
}
.loginNavBox ul li a {
	font-size: 1.125rem;
}
.loginInfoForm, .pwdInfoForm, .infoForm {
	width: 96%;
	padding: 25px 15px;
}
.infoList span {
	width: 120px;
}
.infoList label {
	width: calc(100% - 120px);
}
.infoList .divlabel {
	width: calc(100% - 120px);
	display: inline-block;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0;
}
	.ContactUs_alertInfoBox{
		padding:20px;
	}
	
	.i_HeroTextInfoBox  h1{
		font-size: 1.875rem;
	}
	.interestTable {
		display: none
	}
	
.partnerEmpoweringGridTiBanner img {
	max-width: 100%;
}
	.footerWrap .textRight{
		text-align:center;
		margin-bottom: 15px
	}
	.footerWrap img {
	margin-left: 0px;
}
	.Welcomelogin_alert .subAccountalertInfoBox{
	padding: 15px;
	}
	.Welcomelogin_alert .subAccountalertInfoBox h5{
		font-size: 1rem;
	}
}
@media screen and (max-width:450px)  {
	
.certificateImg h6 {
	font-size: 0.875rem;
}
	
.headLogoBox img {
	max-width: 60px;
	margin-right: 10px;
}
	.headLogoBox h5{
	font-size: 0.875rem;
		white-space: nowrap
}
}
@media screen and (max-width:380px)  {
	
.certificateImg h6 {
	font-size: 0.75rem;
}
	.headLogoBox h5{
	font-size: 0.875rem;
}
	.Welcomelogin_alert .subAccountalertInfoBox h5{
		font-size: 0.75rem;
	}
	.Welcomelogin_alert .i_Bt_blue_border {
		padding:7px 15px;
		font-size: 0.75rem;
	}
	.Welcomelogin_alert .i_Bt_blue{
		padding:7px 15px;
		font-size: 0.75rem;
	}
}
