@charset "utf-8";
/* body {
    font-family: "Urbanist-Regular", "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
} */
/* 2期字体修改 */
body {
	font-family: "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
}
@font-face {
	font-family: 'Roboto-Bold';
	src: url('../fonts/roboto-bold-webfont.eot');
	src: url('../fonts/roboto-bold-webfont.eot') format('embedded-opentype'),  url('../fonts/roboto-bold-webfont.woff2') format('woff2'),  url('../fonts/roboto-bold-webfont.woff') format('woff'),  url('../fonts/roboto-bold-webfont.ttf') format('truetype'),  url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto-Regular';
	src: url('../fonts/roboto-regular-webfont.eot');
	src: url('../fonts/roboto-regular-webfont.eot') format('embedded-opentype'),  url('../fonts/roboto-regular-webfont.woff2') format('woff2'),  url('../fonts/roboto-regular-webfont.woff') format('woff'),  url('../fonts/roboto-regular-webfont.ttf') format('truetype'),  url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* 2期字体修改 */

/*分享翻译*/
.ys_wechat_cont_parga p::before {
	/*分享中文版本*/
	content: '分享到 - 微信';/*分享英文版本*/
    /* content: 'Share the - weixin'; */
}
/*导航默认选中*/
.yxnav_active1 {
}
.yxnav_active2 {
}
/* - banner - start*/

.ys_banner {
	width: 100%;
	position: relative;
}
.ys_ban_li {
	position: relative;
	overflow: hidden;
}
.ys_ban_imgbox {
	position: relative;
	z-index: 1;
}
.ys_ban_imgbox img {
	width: 100%;
}
.ys_ban_li>a {
	display: block;
}
.ys_ban_ph {
	display: none;
}
.ys_ban_video {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ys_ban_li:not(:first-child) {
	display: none;
}
.ys_ban_imgbox::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	width: 100%;
	height: 80%;
	opacity: 0.7;
	background: linear-gradient(180deg, #050528 0%, rgba(5, 5, 40, 0.00) 100%);
	transform: rotate(180deg);
}
.ys_ban_txtbox {
	z-index: 5;
}
.ys_nybanner {
	position: relative;
}
.ys_nyban_img, .ys_nyban_img img {
	width: 100%;
}
.ys_nyban_ph {
	display: none;
}
.ys_nyban_title h1 {
	color: #fff;
	font-size: 40px;
	line-height: 1.5;
}
.ys_nyban_title p {
	color: #fff;
	font-size: 16px;
	line-height: 1.75;
}
/* - banner - end*/

.ys_page_title {
	display: none;
}
/* 规范 star */

.yxedr_active p {
	font-size: 16px;
	line-height: 1.75;
	color: #140E4C;
	margin-bottom: 12px;
}
.std_tit1 {
	font-size: 60px;
	line-height: 1.2;
	color: #fff;
}
.std_tit2 {
	font-size: 48px;
	line-height: 1.5;
	color: #140E4C;
}
.std_tit3 {
	font-size: 40px;
	line-height: 1.5;
	color: #333;
}
.std_tit4 {
	font-size: 24px;
	line-height: 1.5;
}
.std_tit5 {
	font-size: 20px;
	line-height: 1.5;
}
.std_word, .std_word p {
	font-size: 16px;
	line-height: 1.75;
	color: #666;
}
.std_padd {
	padding: 100px 0;
}
.std_mar {
	margin-bottom: 40px;
}
/* 规范 end */

.ys_hd_pc {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.mod_head {
	width: 100%;
	display: flex;
	padding: 0 115px;
	justify-content: flex-end;
	transition: all 0.36s;
	align-items: stretch;
}
.ys_hd_pc.isfixed .mod_head {
	background: #14508e;
}
.tech-main .ys_hd_pc .mod_head {
	background: #050528;
}
.mod_more .mod_more_link {
	font-size: 16px;
	line-height: 40px;
	background: #ed7129;
	display: block;
	border-radius: 50px;
	color: #fff;
	padding: 0 20px;
	transition: all 0.36s;
	position: relative;
	border: 1px solid #ed7129;
	text-align: center;
	cursor: pointer;
}
.mod_more_link img {
	width: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 26px;
	transition: all 0.36s;
	opacity: 0;
}
.mod_more_link svg {
	width: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 26px;
	transition: all 0.36s;
	opacity: 0;
}
.mod_head_ri_cant .mod_more_link {
	width: 220px;
	text-align: center;
	line-height: 38px;
}
.mod_head_ri_cant .mod_more_link img {
	right: 20px;
}
.mod_head_ri {
	display: flex;
	align-items: center;
}
.mhrs_icon {
	line-height: 80px;
	cursor: pointer;
}
.mod_head_ri_cant {
	margin-left: 84px;
}
.yx_search3_btn {
	width: 27px;
	margin-right: 50px;
	line-height: 60px;
	position: relative;
}
.yx_search3_btn img {
	width: 100%;
	transition: all .36s;
}
.yx_search3img1 {
	position: relative;
	top: 0;
	left: 0;
}
.yx_search3img2 {
	position: absolute;
	top: 18px;
	left: 0;
	opacity: 0;
}
.yx_search3box {
	position: relative;
}
.yx_search3xlbox {
	width: 100%;
	height: 260px;
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 5px 13px rgba(35, 50, 64, 0.13);
	display: none;
	position: fixed;
	left: 0;
	top: 80px;
	z-index: 99;
}
.yx_search3_tbox {
	width: 50%;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 60px;
	border-bottom: 1px solid #666;
}
.yx_search3xlbtn {
	width: 27px;
	line-height: 60px;
}
.yx_search3xlbtn img {
	width: 100%;
	transition: all .36s;
}
.yx_search3_xls {
	width: calc(100% - 27px);
	padding-right: 20px;
}
.yx_search3_xls input {
	font-size: 16px;
	line-height: 3.75;
	color: #666;
	width: 100%;
	transition: all .36s;
}
 .yx_search3_xls input::placeholder {
 color: #666;
}
.yx_search3.act .yx_search3_btn .yx_search3img2 {
	opacity: 1;
}
.yx_search3.act .yx_search3_btn .yx_search3img1 {
	opacity: 0;
}
.yx_search3_btn.on .yx_search3img2 {
	opacity: 1;
}
.yx_search3_btn.on .yx_search3img1 {
	opacity: 0;
}
.mod_head_ri_lan {
	margin-right: 36px;
	display: flex;
	align-items: center;/* font-family: 'Urbanist-Regular'; */
}
.mod_head_ri_lan a {
	line-height: 80px;
	color: #fff;
	margin: 0 8px;
	font-size: 16px;
	transition: all 0.36s;/* font-family: 'Urbanist-Regular'; */
}
.mod_head_ri_lan {
	color: #fff;
	transition: all 0.36s;
}
.mod_head_ri_lan .mhrl_cat {
	color: #fff;
}
.ys_sypage {
	background: #14508e;
}
.head_height {
	padding-top: 200px;
	padding-bottom: 126px;
	position: relative;
}
.mhrs_icon .ys_imgbox_cover img:nth-child(2) {
	opacity: 0;
}
.mhrn_li {
	padding: 0 20px;
	position: relative;
}
.mod_head_ri_nav {
	display: flex;
	margin-right: 80px;
}
.mhrn_link {
	font-size: 16px;
	line-height: 80px;
	color: #fff;
	/* font-family: 'poppins'; */
	display: block;
	position: relative;
}
.mhrn_link::after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	background: #ed7129;
	transition: all 0.36s;
	opacity: 0;
}
.mhrn_li.yxnav_active1 .mhrn_link::after {
	opacity: 1;
	width: 120%;
}
.head_height_padd {
	width: 100%;
	padding-right: 53px;
	display: flex;
	justify-content: flex-end;
	position: relative;
	z-index: 10;
}
.head_height_padd_width {
	width: 535px;
}
.mod_tit32 {
	font-size: 32px;
	line-height: 1.4;
	color: #fff;/* font-family: 'Roboto-Bold'; */
}
.hhpw_info .std_tit5 {
	color: #fff;
	line-height: 1.5;
	font-size: 16px;
}
.hhpw_tit {
	margin-bottom: 22px;
}
.mod_ban_btm {
	position: absolute;
	bottom: 106px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
.mod_ban_btm_tit .std_tit1 {
	color: #fff;
	line-height: 1.4;/* font-family: 'Roboto-Bold'; */
}
.mod_ban_btm_more {
	display: flex;
	justify-content: center;
}
.mod_more_link {
	width: 170px;
}
.mod_ban_btm_tit {
	margin-bottom: 30px;
}
.ys_ban_slick .slick-dots li {
	width: 18px;
	height: 18px;
	background: transparent;
	border: 2px solid transparent;
}
.ys_ban_slick .slick-dots li::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	transition: all 0.36s;
}
.ys_ban_slick .slick-dots li.slick-active {
	border-color: #fff;
}
.ys_ban_slick .slick-dots li.slick-active::after {
	opacity: 0;
}
.head_height_desz {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 40%;
}
.head_height_desz img {
	width: 100%;
}
.ys_ban_slick .slick-dots {
	bottom: 25px;
}
.home_soluti {
	width: 100%;
	position: relative;
	background: #fff;
}
.home_soluti_cont {
	width: 100%;
	position: relative;
}
.home_soluti_tit {
	text-align: center;
}
.home_soluti_tit .std_tit2 {
	color: #000;/* font-family: 'Roboto-Bold'; */
}
.home_soluti_btm {
	width: calc(100% + 38px);
	position: relative;
}

.home_soluti_btm_class{display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 100%;}
.p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 5);
  }


@media screen and (max-width: 768px) {
  .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 2);
  }
}


.e_text-37 {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border:1px solid #999;
  border-radius:20px;
  transition:all 0.5s;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  color: rgba(0,0,0,1);
}
.e_text-37 a{ color:#333;}

.e_text-37:hover {
  background:#14508e;
   border:1px solid #14508e;
 
}
.e_text-37:hover a{  color:#fff !important;}




.home_soluti_btm_wrap {
	width: 100%;
	
	align-items: center;
	margin:30px 0;
}

.home_soluti_btm_wrap ul{display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;}

@media screen and (max-width: 768px) {
   .home_soluti_btm_wrap ul{display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;}
}


.home_soluti_btm_wrap ul li{ margin-bottom:20px; background:#f6f6f6;}

.home_soluti_btm_wrap ul li .homeproimg{ width:100%;}
.home_soluti_btm_wrap ul li .homeproimg img {
  width: 100%;
}

.home_soluti_btm_wrap ul li .homeprotitle{ padding:15px; text-align: center;}


.home_soluti_btm_wrap ul li .homeprotitle .homeprotitle_tit{ 
    font-size: 16px;
    line-height: 24px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}



.home_soluti_more{  width: 100%; padding:20px; text-align:center;}


.home_soluti_more .mod_more_link {
	font-size: 16px;
	line-height: 40px;
	background: #ed7129;
	display:inline-block;
	border-radius: 50px;
	color: #fff;
	padding: 0 32px;
	transition: all 0.36s;
	position: relative;
	border: 1px solid #ed7129;
	text-align: center;
	cursor: pointer;
}

.home_soluti_more .mod_more_link:hover{color: #333;
        background: transparent;}


.hsbl_ul {
	width: 100%;
}
.hsbl_li {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 14px;
	cursor: pointer;
}
.hsbl_li:last-child {
	margin-bottom: 0 !important;
}
.hsbl_li_le {
	width: 74px;
	height: 74px;
	position: relative;
}
.hsbl_li_le_top {
	width: 62px;
	height: 62px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	z-index: 11;
	border-radius: 50%;
	background: #fff;
	transition: all 0.36s;
}
.hllt_img {
	width: 48px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.hllt_img1 {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
}
.hllt_img2 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.hsbl_li_le_btm, .hllb_svg {
	width: 100%;
	height: 100%;
}
.hsbl_li_le_btm {
	z-index: 10;
	transform: rotate(-90deg);
	position: relative;
}
.hllb_svg {
	width: 74px;
	height: 74px;
	border-radius: 50%;
	position: relative;
	margin-bottom: 40px;
	transition: all .36s;
}
.hllb_svg svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hllb_svg circle {
	/*stroke-dasharray: 220;*/
    /*stroke-dashoffset: 220;*/
	opacity: 0;
}
.hsbl_li.act .hllb_svg circle {
	opacity: 1;
}
/* .hsbl_li.act .hllb_svg_cri {
    stroke-dasharray: 220;
    stroke-dashoffset: 220;
    -webkit-animation: 6s svgcircle4 linear;
    animation: 6s svgcircle4 linear;
} */

.hsbl_li.act .hsbl_li_le_top {
	background: #ed7129;
}
.hllt_img1 {
	opacity: 0;
}
.hllt_img img {
	transition: all 0.36s;
}
.hsbl_li.act .hllt_img1 {
	opacity: 1;
}
.hsbl_li.act .hllt_img2 {
	opacity: 0;
}
.hsbl_li.act .hllb_svg {
	background: rgba(255, 255, 255, 0.3);
}
 @-webkit-keyframes svgcircle4 {
 0% {
 stroke-dashoffset: 220;
}
 100% {
 stroke-dashoffset: 0;
}
}
 @keyframes svgcircle4 {
 0% {
 stroke-dashoffset: 220;
}
 100% {
 stroke-dashoffset: 0;
}
}
.hsbl_li_ri {
	width: calc(100% - 74px);
	padding-left: 40px;
	margin-top: 22px;
}
.hsbl_li_ri_tit .std_tit4 {
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.4;
	overflow: hidden;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	transition: all 0.36s;
}
.hsbl_li_ri_info p {
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.5;
	overflow: hidden;
	-webkit-line-clamp: 5;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.hsbl_li_ri_btm {
	padding-top: 10px;
	display: none;
	padding-bottom: 32px;
}
.hsbl_li_ri .mod_ban_btm_more {
	justify-content: flex-start;
}
.hsbl_li_ri_info {
	margin-bottom: 29px;
}
.hsbl_li.act .hsbl_li_ri_tit .std_tit4 {
	color: #fff;
}
.hsbr_li {
	width: 100%;
	display: none;
}
.hsbr_li:first-child {
	display: block;
}
.hsbr_li.act:last-child {
	padding-bottom: 0 !important;
}
.home_techno {
	width: 100%;
	position: relative;
}
.home_techno_cont {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	transition: all 0.36s;
}
.home_techno_wrap {
	width: 100%;
	position: relative;
	border-radius: 0px;
	overflow: hidden;
	transition: all 0.36s;
}
.home_techno_wrap img {
	width: 100%;
}
.home_techno_wrap::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.8;
	background: linear-gradient(90deg, #14508e 17.87%, rgba(4, 4, 79, 0.00) 69.12%);
}
.home_techno_po {
	width: 100%;
	position: relative;
}
.home_techno_top {
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 10;
	position: absolute;
}
.home_techno_top_wrap {
	width: 610px;
	max-width: 100%;
	position: relative;
}
.httw_tit .std_tit2 {
	color: #fff;/* font-family: 'Roboto-Bold'; */
}
.httw_info p {
	color: #fff;
	margin-bottom: 22px;
}
.std_word1, .std_word1 p {
	font-size: 16px;
	line-height: 1.6;
}
.httw_tit {
	margin-bottom: 27px;
}
.httw_info {
	padding-bottom: 30px;
}
.home_techno_cont.on {
	padding-left: 0;
	padding-right: 0;
}
.home_techno_cont.on .home_techno_wrap {
	border-radius: 0;
}
.home_press {
	width: 100%;
	position: relative;
	background: #F4F7FC;
	padding-bottom: 70px;
}
.home_press_cont {
	width: 100%;
	position: relative;
}
.home_press_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.home_press_top_le .std_tit2 {
	color: #000;/* font-family: 'Roboto-Bold'; */
}
.home_press_top_ri {
	flex: none;
}
.home_press_btm {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.home_press_btm_le {
	width: 42.5%;
	padding-right: 24px;
}
.home_press_btm_ri {
	width: 57.5%;
}
.hpbl_wrap {
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
}
.hpbl_wrap .ys_imgbox_cover img:nth-child(1) {
	opacity: 0;
}
.hpbl_wrap_btm {
	width: 100%;
	padding: 40px 35px 18px;
}
.std_tit30 {
	font-size: 30px;
	line-height: 1.6;
	color: #333;
}
.hpbl_wrap_btm_tit .std_tit30 {
	/* font-family: 'Roboto-Bold'; */
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	transition: all 0.36s;
}
.hwbu_li {
	display: flex;
	margin-bottom: 7px;
}
.hpbr_li:last-child {
	margin-bottom: 0;
}
.home_press_btm_le a {
	display: block;
	width: 100%;
	height: 100%;
}
.hwbu_li_le {
	width: 14px;
	flex: none;
	margin-top: 5px;
}
.hwbu_li_le img {
	width: 100%;
}
.hwbu_li_ri p {
	color: #64636F;
	line-height: 1.6;
}
.hpbl_wrap_btm_tit {
	margin-bottom: 18px;
}
.hwbu_li_ri {
	padding-left: 12px;
}
.hpbl_wrap_btm_more {
	width: 60px;
	height: 36px;
	background: #ed7129;
	border-radius: 30px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.36s;
}
.hpbl_wrap_btm_more img {
	width: 12px;
}
.hpbl_wrap_btm_ul {
	margin-bottom: 90px;
}
.hpbl_wrap .ys_imgbox_cover {
	border-radius: 4px;
}
.hpbr_li_wrap {
	width: 100%;
	position: relative;
	background: #fff;
	border-radius: 4px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.hpbr_li_wrap_le {
	width: 41%;
}
.hpbr_li_wrap_ri {
	width: 59%;
	padding-left: 50px;
	padding-right: 34px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.hpbr_li_wrap_le .ys_imgbox_cover {
	border-radius: 4px;
}
.hlwr_time p {
	color: #64636F;
	line-height: 1.6;
}
.hlwr_info p {
	color: #333;
	line-height: 1.6;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	height: 3.2em;
}
.hlwr_time {
	margin-bottom: 10px;
}
.hlwr_info {
	margin-bottom: 14px;
}
.hpbr_li {
	margin-bottom: 24px;
}
.home_about {
	width: 100%;
	position: relative;
	background: #F4F7FC;
	overflow: hidden;
	padding-bottom: 0 !important;
}
.home_about_cont {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.home_about_yun {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0%;
}
.home_about_yun img {
	width: 100%;
	transition: all 60s;
}
.home_about_floor {
	width: 100%;
	position: relative;
	z-index: 10;
	margin-top: 30px;
	padding:100px 0;
}
/*.home_about_floor img {
	width: 100%;
}*/

.home_about_floor_title{ font-size: 44px; text-align:center; padding-bottom:40px;}
.home_about_floor_panner{}

.home_about_floor_panner ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.home_about_le {
	width: 60%;
}
.home_about_ri {
	width: 40%;
	margin-top: 16px;
}
.haru_top .std_tit3 {
	color: #333;
	line-height: 1.4;/* font-family: 'Roboto-Bold'; */
}
.haru_btm .std_tit5 {
	color: #64636F;
	line-height: 1.4;
}
.home_about_ri_ul {
	display: flex;
	flex-wrap: wrap;
}
.haru_top {
	margin-bottom: 6px;
}
.haru_li {
	width: 50%;
	margin-bottom: 60px;
}
.home_about_le .httw_tit .std_tit2 {
	color: #000;
}
.home_about_le .httw_info p {
	color: #333;
}
.home_about_le {
	padding-right: 160px;
}
.home_about_le .httw_info p {
	margin-bottom: 15px;
}
.mod_fot {
	width: 100%;
	background: #141414;
	padding-top: 86px;
}
.mod_fot_cont {
	width: 100%;
	position: relative;
	border-bottom: 1px solid #282828;
	display: flex;
	align-items: stretch;
}
.mod_fot_le, .mod_fot_ri {
	width: 50%;
}
.mod_fot_le {
	padding-bottom: 34px;
	border-right: 1px solid #282828;
	padding-right: 20px;
}
.mod_fot_le_logo {
	width: 208px;
	margin-bottom: 53px;
}
.mod_fot_le_logo img {
	width: 100%;
}
.mod_fot_le_btm {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 45px;
}
.mflb_le_li a {
	font-size: 18px;
	line-height: 1.6;
	color: #fff;
	transition: all 0.36s;
}
.mflb_le_li {
	margin-bottom: 30px;
}
.mflb_le {
	width: 288px;
	max-width: 100%;
	padding-right: 20px;
}
.mflb_ri_li_top p {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}
.mflb_ri_li_btm p {
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
}
.mflb_ri_li_top {
	margin-bottom: 8px;
}
.mflb_ri_li {
	margin-bottom: 28px;
}
.mflb_ri {
	width: 280px;
	max-width: 100%;
}
.mflb_le_li:last-child, .mflb_ri_li:last-child {
	margin-bottom: 0;
}
.mfls_wrap {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #ed7129;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.mod_fot_le_share {
	display: flex;
}
.mfls_wrap img {
	width: 24px;
}
.mfls_li {
	margin-right: 18px;
}
.mfls_hover {
	position: relative;
}
.mfls_code {
	width: 110px;
	position: absolute;
	bottom: 48px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	padding: 10px;
	display: none;
}
.mfls_hover .mfls_wrap {
	cursor: pointer;
}
.mod_fot_ri {
	padding-left: 70px;
	padding-bottom: 30px;
}
.mod_fot_ri_wrap {
	width: 100%;
	position: relative;
}
.mfrw_tit .std_tit4 {
	color: #fff;/* font-family: 'Roboto-Bold'; */
}
.mfrw_tit {
	margin-bottom: 22px;
}
.mfrw_li {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 10px;
}
.mfrw_ul {
	margin: 0 -5px;
	display: flex;
	flex-wrap: wrap;
}
.mfrw_li_wrap {
	width: 100%;
	background: #F4F7FC;
	border-radius: 8px;
	display: flex;
	align-items: center;
	padding: 0 20px;
}
.mfrw_li_wrap_le {
	flex: none;
}
.mfrw_li_wrap_le p {
	font-size: 14px;
	line-height: 1.6;
	color: #64636F;
}
.mfrw_li_wrap_le p span {
	color: #EC0000;
}
.mfrw_li_wrap_ri {
	width: 100%;
	height: 45px;
	padding-left: 10px;
}
.mfrw_li_wrap_ri input {
	width: 100%;
	height: 100%;
}
.mfrw_li .ys_select_hd {
	height: 45px;
	background: #F4F7FC;
	border-radius: 8px;
	width: 100%;
	padding: 0 20px;
}
.ys_select_hd input {
	color: #64636F;
	font-size: 14px;
}
 .ys_select_hd input::-webkit-input-placeholder {
 color: #64636F;
}
 .ys_select_hd input:-moz-placeholder {
 color: #64636F;
}
 .ys_select_hd input::-moz-placeholder {
 color: #64636F;
}
 .ys_select_hd input:-ms-input-placeholder {
 color: #64636F;
}
.mfrw_li .ys_select_xtbbox {
	right: 16px;
}
.mfrw_li .ys_select_xtbbox .iconfont {
	font-size: 12px;
	color: #64636F;
}
.mfrw_li .ys_select_bd {
	background: #F4F7FC;
	border-radius: 8px;
	top: calc(100% + 10px);
	max-height: 130px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08);
}
.mfrw_li .ys_select_bd .ys_select_li {
	padding: 0 20px;
	margin: 9px 0;
}
.mfrw_li .ys_select_bd {
	padding: 14px 0;
}
.mfrw_li2 {
	width: 100%;
}
.mfrw_li textarea {
	width: 100%;
	height: 126px;
	font-size: 14px;
	color: #64636F;
	padding: 15px 0;
}
 .mfrw_li textarea::-webkit-input-placeholder {
 color: #64636F;
}
 .mfrw_li textarea:-moz-placeholder {
 color: #64636F;
}
 .mfrw_li textarea::-moz-placeholder {
 color: #64636F;
}
 .mfrw_li textarea:-ms-input-placeholder {
 color: #64636F;
}
.mfrw_li_slec_le {
	width: 14px;
	height: 14px;
	border: 1px solid #140E4C;
	cursor: pointer;
	flex: none;
	margin-top: 3px;
	position: relative;
}
.mfrw_li_slec_ri p a {
	color: rgba(12, 12, 56, 0.5);
}
.mfrw_li_slec_le img {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: all 0.36s;
}
.mfrw_li_slec_le.on img {
	opacity: 1;
}
.mfrw_li_slec {
	display: flex;
}
.mfrw_li_slec_ri {
	padding-left: 9px;
}
.mfrw_li_slec_ri p {
	font-size: 14px;
	line-height: 1.5;
	color: rgba(12, 12, 56, 0.5);
}
.mfrw_lim {
	padding-top: 40px;
}
.mod_fot_informa {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 24px 0 24px;
}
.mod_fot_informa_le p {
	font-size: 12px;
	line-height: 1.5;
	color: #fff;
}
.mod_fot_informa_le p a {
	color: #fff;
}
.mod_fot_informa_ri a {
	font-size: 12px;
	line-height: 1.5;
	color: #fff;
	margin-left: 4px;
}
.mod_fot_informa_le a:nth-child(1) {
	margin-left: 15px;
}
.ys_hd_pc_logo {
	position: absolute;
	top: 200px;
	left: 60px;
	width: 55%;
}
.ys_hd_pc_logo .ys_imgbox_cover img:nth-child(2) {
	opacity: 0;
}
.ys_hd_pc_ny {
	display: none;
}
.ys_nypage .ys_hd_pc_sy {
	display: none;
}
.ys_nypage .ys_hd_pc_ny {
	display: block;
}
.ys_nypage .ys_hd_pc_logo {
	width: 168px;
	position: relative;
	top: auto;
	left: 0;
}
.ys_nypage .mod_head {
	justify-content: space-between;
}
.ys_hd_pc_logo .ys_imgbox_cover img {
	transform: scale(1) !important;
}
.ys_nypage .ys_hd_pc_logo a {
	display: flex;
	align-items: center;
	height: 100%;
}
.ys_b1page .ys_hd_pc_logo .ys_imgbox_cover img:nth-child(1) {
	opacity: 0;
}
.ys_b1page .ys_hd_pc_logo .ys_imgbox_cover img:nth-child(2) {
	opacity: 1;
}
.ys_b1page .mhrn_link {
	color: #000;
}
.ys_b1page .mod_head_ri_lan a, .ys_b1page .mod_head_ri_lan {
	color: #333;
}
.ys_b1page .mhrs_icon .ys_imgbox_cover img:nth-child(1) {
	opacity: 0;
}
.ys_b1page .mhrs_icon .ys_imgbox_cover img:nth-child(2) {
	opacity: 1;
}
.ys_b1page .mod_head {
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
	background: #fff !important;
}
.soluti_wrap {
	width: 100%;
	position: relative;
	background: #f3fafb;
}
.ys_b1page .ys_main {
	margin-top: 80px;
}
.soluti_wrap_cont {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.soluti_wrap_le {
	width: 360px;
}
.soluti_wrap_ri {
	width: calc(100% - 360px);
	padding-left: 20px;
}
.soluti_wrap_le_cont {
	width: 100%;
	position: relative;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 15px 25px 0px rgba(164, 166, 188, 0.15);
}
.swlc_li {
	width: 100%;
	position: relative;
	border-bottom: 1px solid rgba(100, 115, 149, 0.2);
}
.swlc_li:last-child {
	border-bottom: none;
}
.swlc_li .swlc_li_top {
	display: block;
	width: 100%;
	padding: 20px 54px;
	position: relative;
}
.swlc_li_le {
	position: relative;
	width: 100%;
}
.swlc_li_le p {
	color: #000;
	line-height: 1.5;
}
.swlc_li_ri {
	width: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 26px;
}
.swlc_li_ri svg {
	width: 100%;
	transition: all 0.36s;
}
.swlc_li_ri img {
	width: 100%;
}
.swlc_li.on .swlc_li_ri svg {
	transform: rotate(180deg);
}
.swlc_li.on .swlc_li_ri path {
	fill: #ffffff !important;
}
.swlc_li_btm {
	width: 100%;
	position: relative;
}
.swlc_li_btm_li {
	width: 100%;
	background: #F7F7F9;
	border-bottom: 1px solid rgba(215, 221, 232, 1);
}
.swlc_li_btm_li:last-child {
	border-bottom: none;
}
.swlc_li_btm_li a {
	padding: 14px 69px;
	font-size: 16px;
	line-height: 1.75;
	color: #000;
	transition: all 0.36s;
	display: block;
}
.swlc_li_btm_li.act>.slbl_wrap a {
	color: rgba(0, 1, 178, 1);
}
.slbl_ul_li.act a {
	color: rgba(0, 1, 178, 1);
}
.swlc_li_btm {
	display: none;
}
/* .swlc_li.on .swlc_li_btm {
    display: block;
} */

.swlc_li.on .swlc_li_le p {
	color: #ffff;
}
.swlc_li.on .swlc_li_top {
	background: #14508e;
}
.swru_li {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
.swru_li a {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	align-items: center;
}
.swru_li_ri .ys_imgbox_cover img {
	transform: scale(1) !important;
}
.swru_li_ri {
	width: 48%;
}
.swru_li_le {
	padding-left: 60px;
	width: 52%;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}
.swru_li_le_tit .std_tit4 {
	/* font-family: 'Roboto-Bold'; */
	color: #ed7129;
	line-height: 1.4;
	overflow: hidden;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.swru_li_le_info p {
	color: #140E4C;
	line-height: 1.5;
	overflow: hidden;
	-webkit-line-clamp: 6;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.swru_li_le_tit {
	margin-bottom: 17px;
	position: relative;
}
.swru_li_le_tit::after {
	content: '';
	position: absolute;
	top: 3px;
	left: -60px;
	width: 4px;
	height: 26px;
	background: #5EECFF;
}
.swru_li_le_info {
	margin-bottom: 30px;
}
.soluti_Page_ul_li {
	width: 100%;
	position: relative;
	border-radius: 10px;
	background: #fff;
}
.spul_ri {
	width: 47%;
}
.spul_le {
	width: 100%;
	padding: 10px;
	text-align: center;
}
.spul_le_tit .std_tit4 {
	/* font-family: 'Roboto-Bold'; */
	color: #140E4C;
	line-height: 1.2;
}
.spul_le_info p {
	color: #140E4C;
}
.spul_le_tit {
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 32px;
	color: #333;
	    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.sltp_tit .std_tit5 {
	/* font-family: 'Roboto-Bold'; */
	color: #140E4C;
	line-height: 1.5;
}
.spul_le_top_p1 {
	margin-bottom: 5px;
}
.sltp_info p {
	font-size: 14px;
	line-height: 1.5;
	color: #64636F;
}
.sltp_info p {
	padding-left: 16px;
	position: relative;
	margin-bottom: 7px;
}
.sltp_info p::after {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 8px;
	height: 8px;
	background: #5EECFF;
	border-radius: 50%;
}
.sltp_tit {
	margin-bottom: 14px;
}
.ys_b1page .mod_head .mod_more_link {
	background: #ed7129;
}
.slbb_ri .ys_imgbox_cover img {
	transform: scale(1) !important;
}
.slbb_link {
	border: 1px solid #ed7129;
	display: flex;
	align-items: center;
	border-radius: 50px;
	width: 195px;
	text-align: center;
	display: flex;
	justify-content: center;
}
.spul_le_btm {
	display: flex;
}
.slbb_le p {
	color: #ed7129;
	line-height: 40px;
}
.spul_le_btm_btn2 {
	margin-left: 16px;
}
.slbb_le {
/*padding-right: 18px;*/
}
.slbb_ri {
	width: 20px;
}
.soluti_Page_ul_li.on {
	display: flex;
	flex-direction: column-reverse;/* padding: 44px 65px; */
}
.soluti_Page_ul_li.on .spul_ri {
	width: 100%;
}
.soluti_Page_ul_li.on .spul_le {
	width: 100%;
}
.soluti_Page_ul_li.on .spul_le {
	padding-left: 66px;
	padding-right: 66px;
	padding-top: 0;
}
.spul_le_btm_portra {
	display: none;
}
.soluti_Page_ul_li.on .spul_le_btm_horiz {
	display: none;
}
.soluti_Page_ul_li.on .spul_le_btm_portra {
	display: block;
}
.soluti_Page_ul_li.on .spul_le_top_p1 {
	display: flex;
	flex-wrap: wrap;/* align-items: center; */
}
.soluti_Page_ul_li.on .spul_le_tit, .soluti_Page_ul_li.on .spul_le_btm {
	width: 47%;
	padding-right: 60px;
}
.sltp_wrap {
	margin-bottom: 20px;
}
.soluti_Page_ul_li.on .sltp_wrap {
	margin-bottom: 0;
}
.soluti_Page_ul_li.on .spul_le_info, .soluti_Page_ul_li.on .sltp_wrap {
	width: 53%;
}
.soluti_Page_ul_li.on .spul_le_btm_btn2 {
	margin-left: 0;
	margin-top: 24px;
}
.soluti_Page_ul_li.on .mod_more_link {
	width: 195px;
}
.soluti_Page_ul_li.on .spul_le_top_p2 {
	display: flex;
	flex-wrap: wrap;
}
.soluti_Page_ul_li.on .sltp_info {
	display: flex;
	flex-wrap: wrap;
}
.soluti_Page_ul_li.on .sltp_info p {
	width: 50%;
}
.mod_head {
	position: relative;
	z-index: 1;
}
.mod_head::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.2);
	display: block !important;
}
.ys_sypage .mod_head::after {
	opacity: 0;
	transition: all 0.36s;
}
.ys_banner1 .mod_ban_btm {
	text-align: left;
}
.ys_banner1 .mod_ban_btm {
	bottom: auto;
	top: 50%;
	transform: translate(-50%, -50%);
}
.ys_banner1 .ys_ban_imgbox::before {
	opacity: 1;
	bottom: -1px;
	background: linear-gradient(180deg, #000 0%, rgba(12, 12, 56, 0.00) 100%);
}
.mod_bord {
	position: absolute;
	bottom: 48px;
	width: 100%;
	left: 0;
	z-index: 10;
}
.mod_bord_ul {
	display: flex;
	align-items: center;
}
.mod_bord_ul_li img {
	width: 20px;
	margin-bottom: 3px;
}
.mod_bord_ul_li a {
	font-size: 14px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.5);
	margin: 0 5px;
}
.mod_bord_ul_li:last-child a {
	color: #fff;
}
.mod_bord_ul_li {
	padding-left: 32px;
	position: relative;
	color: #fff;
}
.mod_bord_ul_li::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	width: 1px;
	height: 10px;
	background: rgba(255, 255, 255, 0.5);
}
.mod_bord_ul_li:first-child::after {
	display: none;
}
.mod_bord_ul_li:first-child {
	padding-left: 0;
}
.press_news {
	width: 100%;
	background: #f3fafb;
}
.press_news_cont {
	width: 100%;
}
.press_news_top_le .std_tit2 {
	color: #fff;
	/* font-family: 'Roboto-Bold'; */
	line-height: 1.4;
}
.press_news_top {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.press_news_top_ri {
	width: 356px;
}
.pntr_wrap {
	width: 100%;
	background-color: #F4F7FC;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
}
.pntr_wrap input {
	width: 100%;
	height: 48px;
	background: rgba(244, 247, 252, 1);
	padding: 0 26px;
	padding-left: 62px;
	font-size: 16px;
	color: #64636F;
}
.pntr_wrap img {
	width: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 26px;
	cursor: pointer;
	z-index: 5;
}
 .pntr_wrap input::-webkit-input-placeholder {
 color: #64636F;
}
 .pntr_wrap input:-moz-placeholder {
 color: #64636F;
}
 .pntr_wrap input::-moz-placeholder {
 color: #64636F;
}
 .pntr_wrap input:-ms-input-placeholder {
 color: #64636F;
}
.press_news_recom a {
	display: flex;
	flex-wrap: wrap;
	background: #fff;
}
.press_news_recom_le {
	width: 56%;
}
.press_news_recom_ri {
	width: 44%;
	padding: 40px 62px;
	display: flex;
	align-items: center;
}
.hpbl_wrap_btm_infol p {
	color: #333;
	line-height: 1.6;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.hpbl_wrap_btm_infol {
	margin-bottom: 39px;
}
.press_news_ul_li {
	width: 33.333333%;
	padding: 0 12px;
	margin-bottom: 24px;
}
.press_news_ul {
	margin: 0 -12px;
	display: flex;
	flex-wrap: wrap;
}
.pnul_wrap {
	width: 100%;
	position: relative;
	background: #fff;
}
.press_news_recom {
	margin-bottom: 30px;
}
.pnul_wrap_btm {
	width: 100%;
	padding: 24px 33px 35px;
}
.press_news .hpbl_wrap_btm_more {
	height: 28px;
}
.pnul_wrap .hlwr_info {
	margin-bottom: 30px;
}
.press_news_pagin {
	width: 100%;
	position: relative;
	padding-top: 35px;
}
.pc_fenye a {
	color: #333;
	border-radius: 0;
	border: 1px solid #333;
	width: 34px;
	height: 34px;
	line-height: 34px;
	margin: 0px 5px;
}
.pc_fenye a.activepage {
	border-color: #ed7129;
	background: #ed7129;
}


.page-num-current{ color:#fff !important; background:#ed7129; border: 1px solid #ed7129 !important;}


.page_cont {
	width: 100%;
	position: relative;
	background: rgba(244, 247, 252, 1);
	border-bottom: 1px solid #D6D5E3;
}
.page_cont_wrap {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.pclt_info p {
	line-height: 1.6;
	color: #140E4C;
}
.page_cont_le_top a {
	display: flex;
	align-items: center;
}
.pclt_info {
	padding-left: 10px;
}
.page_cont_le_top {
	margin-bottom: 70px;
}
.pcls_le p {
	color: #140E4C;
	/* font-family: 'Roboto-Bold'; */
	line-height: 1.6;
}
.page_cont_le_share {
	display: flex;
	margin-bottom: 45px;
}
.pcls_le {
	flex: none;
}
.pcls_ri {
	padding-left: 18px;
}
.pcls_ri .mfls_wrap {
	width: 26px;
	height: 26px;
}
.pcls_ri .mfls_wrap img {
	width: 18px;
}
.mfls_li:last-child {
	margin-right: 0;
}
.pcls_ri .mfls_code {
	width: 96px;
	bottom: 38px;
}
.pclu_li_btm {
	width: 100%;
	position: relative;
	margin-top: 20px;
}
.page_cont_le {
	width: 342px;
	padding-right: 64px;
}
.page_cont_ri {
	width: calc(100% - 342px);
	padding-left: 94px;
	position: relative;
}
.page_cont_ri::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: #C2C2DA;
}
.pclu_li_btm .hlwr_time p {
	font-size: 14px;
}
.pclu_li_btm .hlwr_info p {
	font-size: 14px;
	-webkit-line-clamp: 3;
}
.pclu_li {
	padding-bottom: 35px;
}
.pcrt_tit .std_tit30 {
	/* font-family: 'Roboto-Bold'; */
	color: #140E4C;
}
.pcrt_time p {
	color: #64636F;
	line-height: 1.6;
}
.pcrt_tit {
	margin-bottom: 16px;
}
.page_cont_ri_editor {
	width: 100%;
	position: relative;
	border-bottom: 1px solid #C2C2DA;
	padding-bottom: 5px;
}
.page_cont_ri_top {
	margin-bottom: 50px;
}
.page_cont_ri_editor p {
	margin-bottom: 24px;
}
.page_cont_ri_btm {
	width: 100%;
	padding-top: 29px;
	position: relative;
}
.pcrb_li a {
	font-size: 16px;
	line-height: 1.75;
	color: #140E4C;
	overflow: hidden;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	transition: all 0.36s;
}
.pcrb_li a span {
	font-size: 18px;
	/* font-family: 'Roboto-Bold'; */
	color: #ed7129;
	padding-right: 16px;
}
.pcrb_li:first-child {
	margin-bottom: 14px;
}
.ys_nypage .ys_ban_imgbox::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30%;
	opacity: 0.3;
	background: linear-gradient(180deg, #140E4C 0%, rgba(12, 12, 56, 0.00) 100%);
}
.esg_commit {
	width: 100%;
	position: relative;
	background: rgba(12, 12, 56, 1);
}
.esg_commit_cont {
	width: 100%;
	position: relative;
	background: #fff;
	border-radius: 10px;
	padding: 69px 77px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.esg_commit_ri {
	width: 372px;
	border: 1px solid rgba(12, 12, 56, 0.15);
	background: #F4F7FC;
	border-radius: 10px;
}
.esg_commit_le {
	width: calc(100% - 372px);
	padding-right: 40px;
	padding-left: 140px;
	position: relative;
}
.esg_commit_ri a {
	padding: 44px 35px;
	width: 100%;
	display: block;
}
.esg_commit_ri_icon {
	width: 40px;
	height: 40px;
	background: #ed7129;
	position: relative;
	border-radius: 50%;
	margin-bottom: 20px;
}
.esg_commit_ri_icon img {
	width: 22px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.esg_commit_ri_tit .std_tit5 {
	/* font-family: 'Roboto-Bold'; */
	line-height: 1.4;
	color: #140E4C;
	overflow: hidden;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.esg_commit_ri_tit {
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(12, 12, 56, 0.1);
}
.esg_commit_ri_btm {
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.ecrb_ri {
	width: 20px;
}
.ecrb_ri img {
	width: 100%;
}
.ecrb_le {
	padding-right: 13px;
}
.ecrb_le p {
	color: #140E4C;
	line-height: 1.4;
}
.std_tit36 {
	font-size: 36px;
	line-height: 1.4;
	color: #140E4C;
}
.esg_commit_le_img {
	width: 80px;
	position: absolute;
	top: 0;
	left: 0;
}
.esg_commit_le_img img {
	width: 100%;
}
.esg_commit_le_subt {
	padding-left: 135px;
	position: relative;
	margin-top: 62px;
}
.esg_commit_le_subt::after {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 118px;
	height: 1px;
	background: #140E4C;
}
.esg_commit_le_subt p {
	color: #140E4C;
}
.esg_devel {
	width: 100%;
	position: relative;
	background: #F4F7FC;
}
.esg_devel_cont {
	width: 100%;
	position: relative;
}
.esg_devel_tit .std_tit2 {
	/* font-family: 'Roboto-Bold'; */
	line-height: 1.2;
	color: #140E4C;
}
.esg_devel_tit .std_tit2 span {
	color: #ed7129;
}
.esg_devel_tit {
	text-align: center;
}
.esg_devel_btm {
	width: 100%;
	padding: 0 100px;
	position: relative;
}
.edbi_wrap {
	width: 100%;
	position: relative;
}
.edbi_wrap img {
	width: 100%;
	border-radius: 10px;
}
.esg_devel_btm_low {
	width: 100%;
	padding: 0 73px;
	margin-top: -130px;
	position: relative;
	z-index: 10;
}
.edbl_wrap {
	width: 100%;
	position: relative;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 15px 15px 0px rgba(166, 169, 203, 0.25);
	padding: 32px 34px 32px 50px;
	display: flex;
	flex-wrap: wrap;
}
.edbl_wrap_le {
	width: 315px;
	padding-right: 47px;
	padding-top: 17px;
}
.edbl_wrap_ri {
	width: calc(100% - 315px);
}
.ewlu_li .std_tit30 {
	/* font-family: 'Roboto-Bold'; */
	line-height: 1.2;
}
.ewlu_li {
	display: none;
}
.ewlu_li:first-child {
	display: block;
}
.edbl_wrap_le_ul {
	margin-bottom: 22px;
}
.edbl_wrap_le_contr span, .edbl_wrap_le_contr {
	font-size: 16px;
	line-height: 1.5;
	color: #140E4C;
}
.edbl_wrap_le_contr .ewlc_sp1 {
	color: #ed7129;
}
.ewru_li p {
	color: #140E4C;
	line-height: 1.5;
	margin-bottom: 15px;
}
.edbl_qieh_btn {
	width: 42px;
	cursor: pointer;
	border-radius: 50%;
	box-shadow: 0px 15px 15px rgba(166, 169, 203, 0.25);
}
.edbl_qieh_btn .ys_imgbox_cover img:nth-child(2) {
	opacity: 0;
}
.esg_devel_btm .edbl_qieh_btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.esg_devel_btm .edbl_qieh_le {
	left: -100px;
}
.esg_devel_btm .edbl_qieh_ri {
	right: -100px;
}
.esg_devel_btm_wtap {
	width: 100%;
	position: relative;
}
.edbi_li {
	display: none;
}
.edbi_li:first-child {
	display: block;
}
.ewru_li {
	display: none;
}
.ewru_li:first-child {
	display: block;
}
.edbl_qieh_btn {
	transition: all 0.36s;
}
.edbl_qieh_btn.slick-disabled {
	opacity: 0.6;
	pointer-events: none;
}
.esg_care {
	width: 100%;
	background: #140E4C;
	position: relative;
}
.esg_care_cont {
	width: 100%;
	position: relative;
}
.esg_care_top {
	width: 100%;
	position: relative;
}
.esg_care_top_tit {
	text-align: center;
	margin-bottom: 33px;
}
.esg_care_top_tit .std_tit2 {
	color: #fff;/* font-family: 'Roboto-Bold'; */
}
.esg_care_top_more {
	display: flex;
	justify-content: center;
}
.esg_care_top_more .mod_more_link {
	width: 120px;
}
.esg_care_btm {
	width: 100%;
	position: relative;
}
.esg_care_btm_wrap {
	width: 610px;
	margin: 0 auto;
}
.ecbw_li {
	width: 100%;
	margin: 0 5px;
}
.esg_care_btm_ress {
	width: 750px;
	margin: 0 auto;
	height: 2px;
	position: relative;
	margin-top: 30px;
	margin-bottom: 20px;
}
.esg_care_btm_ress .swiper-pagination {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.2);
}
.esg_empl {
	width: 100%;
	position: relative;
	border-bottom: 1px solid #D6D5E3;
	background: #F4F7FC;
}
.esg_empl_cont {
	width: 100%;
	position: relative;
}
.esg_empl_top_le .std_tit2 {
	color: #140E4C;
	font-weight: bold;
	line-height: 1.2;
}
.esg_empl_top {
	display: flex;
	justify-content: space-between;
}
.esg_empl_top_ri .edbl_qieh {
	display: flex;
	align-items: center;
}
.esg_empl_top_ri .edbl_qieh_ri {
	margin-left: 14px;
}
.esg_empl_ri {
	/* width: 100%; */
	margin: 0 -20px;
	position: relative;
}
.eeru_li {
	width: 33.333333%;
	padding: 0 11px;
	margin-bottom: 23px;
}
.esg_empl_ri_ul {
	margin: 0 -11px;
	display: flex;
	flex-wrap: wrap;
	padding: 0 20px;
}
.eeru_wrap {
	width: 100%;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0px 5px 18px 0px rgba(164, 166, 188, 0.15);
	padding: 45px 32px;
}
.eeru_wrap_top {
	display: flex;
}
.esg_commit_ri_icon {
	flex: none;
}
.ewtr_top .std_tit5 {
	color: #140E4C;
	line-height: 1.4;
	overflow: hidden;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	height: 4.2em;
	transition: all 0.36s;
}
.eeru_wrap_top_ri {
	padding-left: 20px;
	padding-top: 5px;
}
.ewtr_btm .esg_commit_ri_btm {
	margin-top: 0;
}
.ewtr_btm {
	padding-top: 45px;
}
.esg_empl_ri_swip {
	display: none;
}
.esg_empl_ri_swip:first-child {
	display: block;
}
.ecbw_ul {
	cursor: url('../fonts/cursor.svg'), auto;
}
.cont_addre {
	width: 100%;
	position: relative;
	background: #f3fafb;
}
.cont_addre_cont {
	width: 100%;
	position: relative;
	padding: 72px 98px 42px 105px;
	background: #fff;
	border-radius: 4px;
	display: flex;
	flex-wrap: wrap;
}
.cont_addre_le {
	width: 316px;
}
.cont_addre_ri {
	width: calc(100% - 316px);
	padding-left: 172px;
}
.cont_addre_le img {
	width: 100%;
}
.cont_addre_ri_top .std_tit30 {
	color: #000;
	line-height: 1.6;
	font-weight: bold;
}
.cont_addre_ri_top {
	width: 100%;
	border-bottom: 1px solid rgba(12, 12, 56, 0.2);
	padding-bottom: 24px;
	margin-bottom: 32px;
}
.cont_addre_ri_btm {
	width: 100%;
	position: relative;
}
.carb_le {
	width: 178px;
	position: relative;
}
.carb_le::after {
	content: '';
	position: absolute;
	top: 3px;
	right: 0;
	width: 1px;
	height: 22px;
	background: #999;
}
.carb_ri {
	width: calc(100% - 178px);
	padding-left: 32px;
}
.carb_le .std_tit5, .carb_ri .std_tit5 {
	color: #333;
	line-height: 1.4;
}
.carb_li {
	display: flex;
	margin-bottom: 20px;
}
.cont_layout_cont {
	width: 100%;
	position: relative;
}
.cont_layout_top .std_tit2 {
	text-align: center;
	font-weight: bold;
}
.cont_layout_btm {
	width: 100%;
	position: relative;
	padding-left: 98px;
	padding-right: 28px;
}
.cont_layout_btm_img {
	width: 100%;
}
.cont_layout_btm_img img {
	width: 100%;
}
.cont_layout_btm_wrap {
	width: 100%;
	position: relative;
}
.clbi_li_dots {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ed7129;
	cursor: pointer;
}
.clbi_li {
	position: absolute;
	transform: translate(-50%, -50%);
}
.clbi_li_posit {
	width: 396px;
	position: absolute;
	bottom: 30px;
	left: -20px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 15px 15px 0px rgba(166, 169, 203, 0.25);
	padding: 22px 24px;
	display: none;
}
.clpu_li {
	display: flex;
	margin-bottom: 10px;
}
.clpu_li:last-child {
	margin-bottom: 0;
}
.clpu_le {
	width: 16px;
	flex: none;
	margin-top: 4px;
}
.clpu_le img {
	width: 100%;
}
.clpu_ri p {
	color: #140E4C;
	line-height: 1.6;/* text-transform: capitalize; */
}
.clpu_ri {
	padding-left: 16px;
}
.clbi_li_posit_tit p {
	color: #ed7129;
	font-weight: bold;
	line-height: 1.6;
}
.clbi_li_posit_tit {
	margin-bottom: 16px;
}
.clbi_li.on {
	z-index: 10;
}
.cont_form {
	width: 100%;
	position: relative;
}
.cont_form::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}
.cont_form_cont {
	width: 1440px;
	margin: 0 auto;
	position: relative;
}
.cont_form_tit .std_tit2 {
	color: #000;
	font-weight: bold;
	line-height: 1.4;
}
.cont_form_tit {
	text-align: center;
}
.cont_form_tit {
	margin-bottom: 30px;
}
.cont_form_btm {
	width: 100%;
	background: #14508e;
	border-radius: 10px;
	overflow: hidden;
}
.cfbt_li .std_tit5 {
	font-weight: bold;
	line-height: 1.6;
	color: rgba(12, 12, 56, 0.2);
	transition: all 0.36s;
}
.cont_form_btm_top {
	width: 100%;
	padding: 18px 60px;
	background: #DBE1EB;
}
.cfbt_li {
	width: 33.333333%;
	padding: 5px;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.cfbt_ul {
	display: flex;
}
.cfbt_li::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 32px;
	background: #CBD4E4;
}
.cfbt_li:last-child::after {
	display: none;
}
.cfbt_li.act .std_tit5 {
	color: #ed7129;
}
.cont_form_btm_btm {
	width: 100%;
	padding: 45px 60px;
}
.cfbb_wrap {
	width: 100%;
	position: relative;
}
.cfbb_wrap_li {
	width: 33.333333%;
	padding: 0 5px;
	margin-bottom: 20px;
}
.cfbb_wrap_ul {
	margin: 0 -5px;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 25px;
}
.cwlc_tit p {
	color: #fff;
}
.cwlc_tit p span {
	color: #EC0000;
}
.cwlc_infut {
	width: 100%;
}
.cwlc_infut input {
	background: #f3fafb;
	border-radius: 8px;
	height: 45px;
	width: 100%;
	font-size: 16px;
	color: #64636F;
	padding: 0 15px;
}
.cwlc_tit {
	margin-bottom: 7px;
}
.cfbb_wrap_li .mfrw_li {
	width: 100%;
	padding: 0;
}
.cfbb_wrap_li1 {
	width: 66.666666%;
}
.cwlc_infut textarea {
	width: 100%;
	border-radius: 8px;
	background: #f3fafb;
	padding: 22px 24px;
	height: 200px;
}
.cfbb_wrap_li2 {
	width: 100%;
}
.cwlc_infut {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.cwlc_img {
	width: 120px;
	margin-bottom: 4px;
}
.cwlc_img img {
	width: 100%;
	cursor: pointer;
}
.cfbb_wrap_code {
	display: flex;
	align-items: flex-end;
}
.cfbb_wrap_privac {
	width: 60%;
	position: relative;
	margin-bottom: 40px;
}
.cfbb_wrap_submit .mod_more_link {
	width: 100%;
	padding: 0 20px !important;
	font-weight: bold;
	font-size: 18px;
}
.cfbb_wrap_li.on .cwlc_tit p {
	color: #EC0000;
}
.cfbt_li.on .std_tit5 {
	color: #EC0000;
}
.cfbb_li {
	display: none;
}
.cfbb_li:first-child {
	display: block;
}
.cfbb_wrap_li3 {
	width: 100%;
}
.cwlc_btm {
	width: 100%;
	background: #F4F7FC;
	border-radius: 8px;
	padding: 10px 30px;
	display: flex;
	flex-wrap: wrap;
}
.cwlc_btm_li_le {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #ed7129;
	position: relative;
}
.cwlc_btm_li_le::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	background: #ed7129;
	border-radius: 50%;
	transition: all 0.36s;
	opacity: 0;
}
.cwlc_btm_li.on .cwlc_btm_li_le::after {
	opacity: 1;
}
.cwlc_btm_li.on .cwlc_btm_li_ri p {
	color: #ed7129;
}
.cwlc_btm_li_ri p {
	color: #140E4C;
	line-height: 1.6;
	transition: all 0.36s;
}
.cwlc_btm_li_ri {
	padding-left: 9px;
}
.cwlc_btm_li {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-right: 80px;
}
.cfbb_wrap_li4 {
	width: 50%;
}
.cwlc_ul {
	margin: 0 -5px;
	display: flex;
	flex-wrap: wrap;
}
.cwlc_li {
	width: 50%;
	padding: 0 5px;
}
/* .cont_form_cont {
    width: 100%;
    position: relative;
} */

.cont_form_titk .std_tit2 {
	color: #fff;
	line-height: 1.5;
	font-weight: bold;
}
.cont_supp_info p {
	color: #fff;
	line-height: 1.4;
}
.cont_supp {
	width: 100%;
	position: relative;
	z-index: 1;
}
.cont_supp::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transform: rotate(180deg);
	background: linear-gradient(270deg, #071877 26.64%, rgba(7, 24, 119, 0.00) 61.61%);
}
.cont_supp_cont {
	width: 100%;
	position: relative;
}
.cont_form_titk {
	margin-bottom: 14px;
}
.cont_supp_more .mod_more_link {
	background: #fff;
	color: rgba(0, 1, 178, 1);
	border-color: #fff;
}
.cont_supp_info {
	margin-bottom: 52px;
}
.form_pop_box {
	width: 100%;
	position: relative;
}
.form_pop .ys_modal_content {
	width: 1200px;
	padding-left: 68px;
	padding-right: 68px;
}
.form_pop .ys_modal_content {
	border-radius: 10px;
}
.form_pop .ys_modal_close {
	color: rgba(12, 12, 56, 1);
}
.form_pop_box_log {
	width: 220px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.form_pop .ys_modal_close {
	top: 32px;
	right: 40px;
}
.form_pop_box_swip {
	width: 100%;
	position: relative;
	display: flex;
	padding: 0 30px;
	margin-bottom: 35px;
	align-items: stretch;
}
.fpbs_li .std_tit5 {
	color: #64636F;
	line-height: 1.6;
	border-bottom: 4px solid rgba(0, 1, 178, 0.1);
	position: relative;
	padding-bottom: 11px;
	cursor: pointer;
	height: 100%;
}
.fpbs_li .std_tit5::after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 0;
	height: 4px;
	background: rgba(0, 1, 178, 1);
	transition: all 0.36s;
	opacity: 0;
}
.fpbs_li {
	padding: 0 26px;
	width: 33.333333%;
	text-align: center;
}
.fpbs_li.act .std_tit5 {
	color: #140E4C;
}
.fpbs_li.act .std_tit5::after {
	opacity: 1;
	width: 100%;
}
.form_pop_box_btm {
	width: 100%;
	position: relative;
}
.fpbb_li {
	width: 100%;
	position: relative;
	display: none;
}
.fpbb_wrap {
	width: 100%;
	position: relative;
}
.fpbb_wrap_tit .std_tit30 {
	font-weight: bold;
	color: #140E4C;
}
.fpbb_wrap_tit .std_tit30 span {
	color: #ed7129;
	padding-right: 10px;
}
.fpbb_wrap_tit {
	margin-bottom: 30px;
}
.form_pop .ys_modal_content {
	max-height: calc(100vh - 100px);
	padding-right: 55px;
}
.form_pop .form_pop_box {
	padding-right: 20px;
}
.form_pop .mCSB_dragger_bar {
	width: 2px !important;
	background: #ed7129 !important;
}
.form_pop .mCSB_scrollTools {
	height: calc(100% - 20px);
	top: auto !important;
	bottom: 0;
}
.form_pop_box_btm .cwlc_btm_li {
	margin-right: 52px;
}
.form_pop_box_btm .cwlc_btm_li:last-child {
	margin-right: 0;
}
.form_pop_box_btm .cwlc_btm {
	display: flex;
	justify-content: center;
}
.fwbu_wrap_le {
	width: 16px;
	height: 16px;
	border: 1px solid rgba(0, 1, 178, 1);
	position: relative;
	margin-top: 5px;
	flex: none;
}
.fwbu_wrap_le::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	background: rgba(0, 1, 178, 1);
	opacity: 0;
	transition: all 0.36s;
}
.form_pop_box_btm .cfbb_wrap_li3 .fpbb_wrap_btm_ul {
	justify-content: flex-start;
	padding-top: 24px;
}
.fwbu_wrap {
	display: flex;
	cursor: pointer;
}
.fwbu_wrap_ri p {
	color: #140E4C;
	line-height: 1.6;
	padding-left: 9px;
	transition: all 0.36s;
}
.fwbu_li {
	margin-bottom: 30px;
	margin-right: 38px;
}
.fwbu_li.on .fwbu_wrap_le::after {
	opacity: 1;
}
.fwbu_li.on .fwbu_wrap_ri p {
	color: #ed7129;
}
.fpbb_slec {
	display: flex;
	flex-wrap: wrap;
}
.fpbb_le {
	width: 540px;
	padding-right: 15px;
}
.fpbb_ri {
	width: calc(100% - 540px);
}
.fpbb_le .cwlc_tit {
	margin-bottom: 0;
}
.fpbb_ri {
	display: flex;
}
.fpbb_text {
	padding-bottom: 20px;
}
.fpbb_li3 .cfbb_wrap_ul {
	padding-bottom: 0px;
}
.fpbb_li:first-child {
	display: block;
}
.ys_e1page .ys_banner1 .mod_ban_btm {
	top: auto !important;
	bottom: 100px;
	transform: translateX(-50%);
}
.compan_about {
	width: 100%;
	position: relative;
	padding-bottom: 0 !important;
	z-index: 10;
}
.compan_about_cont {
	padding: 0 48px;
	height: 90vh;
	position: relative;
}
.ys_e1page .ys_main {
	background: #fff;
}
.compan_about_le {
	width: 57%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	z-index: 10;
}
.compan_about_le img {
	width: 100%;
}
.compan_about_le::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.35);
	display: none;
}
.compan_about_ri {
	width: 43%;
	padding-left: 54px;
}
.compan_about_ri_tit .std_tit2 {
	font-weight: bold;
	color: #000;
}
.compan_about_ri_tit .std_tit2 span {
	color: #5EECFF;
}
.compan_about_ri_tit {
	margin-bottom: 20px;
}
.compan_about_ri_info{ color:#333;}
.compan_about_ri_info p {
	margin-bottom: 10px;
}
.compan_about_cont_wrap {
	width: 100%;
	height: 90vh;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.compan_about_le {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.compan_about_le img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
html.acth body {
	overflow: visible !important;
}
.compan_about_cont {
	height: 300vh;
}
.compan_about_cont_wrap {
	position: sticky;
	top: 80px;
	left: 0;
}
.compan_about_le .std_tit30 {
	color: #fff;
	line-height: 1.6;
	font-weight: bold;
	position: absolute;
	bottom: 102px;
	left: 185px;
	opacity: 0;
	transition: all 0.36s;
	z-index: 10;
}
.compan_about_btm {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: flex-end;
	padding-top: 100vh;
}
.cabu_li_tit p {
	font-size: 74px;
	line-height: 1.4;
	color: #000;
	font-weight: bold;
}
.cabu_li_info .std_tit4 {
	font-weight: bold;
	color: #000;
	line-height: 1.4;
}
.compan_about_btm_ul {
	width: 49%;
	padding-right: 90px;
}
.cabu_li {
	border-bottom: 1px solid rgba(000, 000, 000, 0.3);
	padding: 28px 0;
}
.ys_nypage .head_height {
	display: none;
}
.compan_about_cont.onp .compan_about_le .std_tit30 {
	opacity: 1;
}
.compan_cultu {
	width: 100%;
	position: relative;
	padding-bottom: 0 !important;
}
.compan_cultu_cont {
	width: 100%;
}
.compan_cultu_ul_li {
	width: 33.333333%;
	position: relative;
	padding: 0 12px;
}
.compan_cultu_ul {
	margin: 0 -12px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.ccul_wrap {
	width: 100%;
	height: 100%;
	position: relative;
	background: #14508e;
	border-radius: 10px;
	overflow: hidden;
}
.ccul_wrap .ys_imgbox_cover {
	border-radius: 10px;
}
.ccul_wrap_btm {
	width: 100%;
	position: relative;
	padding: 24px 47px;
	padding-bottom: 35px;
}
.ccul_wrap_btm_tit .std_tit30 {
	font-weight: bold;
	color: #fff;
	line-height: 1.6;
}
.ccul_wrap_btm_info p {
	color: #fff;
	line-height: 1.6;
	position: relative;
	margin-bottom: 10px;
}

.ccul_wrap_btm_tit {
	margin-bottom: 10px;
}
.compan_cultu_tit .std_tit2 {
	font-weight: bold;
	color: #000;
	text-align: center;
}
.compan_devel {
	width: 100%;
	position: relative;/*padding-bottom: 0 !important;*/
}
.compan_devel_cont {
	width: 100%;
	position: relative;
}
.compan_devel_tit .std_tit2 {
	font-weight: bold;
	color: #000;
	line-height: 1.4;
	text-align: center;
}
.compan_devel_btm {
	width: 100%;
	position: relative;
}
.cdbh_year {
	position: relative;
	z-index: 1;
}
.cdbh_year::before {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	height: 1px;
	content: '';
	opacity: .2;
	background-color: #666;
	z-index: -1;
}
.w1600 {
	max-width: 1600px;
	margin-right: auto;
	margin-left: auto;
}
.cdbh_box {
	position: relative;
}
.cdbh_box, .cblw_item::before, .form-item__wrap::after, .fi-label, .fi-submit {
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.cdbh_box_arr {
	position: absolute;
	top: 50%;
	width: 42px;
	height: 42px;
	margin-top: -21px;
	cursor: pointer;
	-moz-transition: -moz-transform .4s;
	-o-transition: -o-transform .4s;
	-webkit-transition: -webkit-transform .4s;
	transition: transform .4s;
	z-index: 10;
}
.cdbh_box_next {
	right: 0;
}
.cdbh_box_le {
	left: 106px;
}
.cdbh_box_prev {
	left: 0;
}
.cdbh_box_le, .cdbh_box_ri {
	position: absolute;
	top: 50%;
	overflow: hidden;
	width: 210px;
	height: 90px;
	margin-top: -45px;
	padding: 20px 0;
}
.cdbh_box_le_sbox {
	font-size: 0;
	position: relative;
	width: 1000px;
	text-align-last: auto;
}
.cblw_item {
	position: relative;
	display: inline-block;
	width: 70px;
	height: 50px;
	cursor: pointer;
	vertical-align: top;
}
.cblw_item::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 13px;
	height: 13px;
	margin-top: -5px;
	margin-left: -5px;
	content: '';
	/* opacity: .4; */
	border-radius: 50%;
	background-color: #666;
}
.cblw_item span {
	font-size: 18px;
	line-height: 1.5;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	text-align: center;
	opacity: .5;
	color: #666;
}
.cdbh_box_ri {
	right: 106px;
}
.cdbh_box_ri_hyear {
	margin-right: 320px;
	margin-left: 320px;
}
.cbrh_item {
	text-align: center;
	display: none;
}
.cbrh_item:first-child {
	display: block;
}
.cbrh_item span {
	font-size: 72px;
	line-height: 1;
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #666;
	-moz-transition: -moz-transform 1s;
	-o-transition: -o-transform 1s;
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);/* font-family: 'Roboto-Bold'; */
}
.cdbh_box_le_wrap {
	left: 210px;
}
.cbrh_item span::before {
	position: absolute;
	top: 50%;
	left: -50px;
	width: 13px;
	height: 13px;
	margin-top: -5px;
	content: '';
	border-radius: 50%;
	background-color: #666;
}
.cdbh_slick_item_pic {
	width: 49%;
}
.cdbh_slick_item_pic, .cdbh_slick_item_inner {
	display: inline-block;
	vertical-align: middle;
}
.cdbh_slick_item_pic img {
	width: 100%;
}
.cdbh_slick_item {
	display: none;
}
.cdbh_slick_item:first-child {
	display: block;
}
.cdbh_slick {
	padding-top: 70px;
}
.cdbh_slick_item_inner {
	width: 51%;
	padding-left: 110px;
	padding-right: 77px;
}
.cdbh_slick .csii_tit {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.8;
	color: #202020;
}
.cdbh_slick .csii_txt {
	margin-top: 0.52083vw;
}
.csii_txt p {
	font-size: 14px;
	line-height: 2;
	letter-spacing: .6px;
	color: #888;
}
.cdbh_box_ri_hyear .slick-current span {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.cdbh_box_arr .ys_imgbox_cover img:nth-child(2) {
	opacity: 0;
}
.cdbh_box_arr.slick-disabled {
	pointer-events: none;
}
.cdbh_slick_item_pic .ys_imgbox_cover {
	border-radius: 10px;
}
.cdbh_slick_item_pic .ys_imgbox_cover::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	opacity: 0.7;
	background: linear-gradient(180deg, rgba(0, 1, 178, 0.00) 0%, #ed7129 100%);
}
.cdbh_slick_item_wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
}
.csii_item .std_tit30 {
	font-weight: bold;
	color: #333;
	line-height: 1.4;
}
.csii_item {
	margin-bottom: 20px;
}
.csii_info p {
	color: #333;
	line-height: 1.5;
	padding-left: 14px;
	position: relative;
	margin-bottom: 38px;
}
.csii_info p::after {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 4px;
	height: 15px;
	background: #14508e;
}
.compan_layou {
	width: 100%;
	position: relative;
}
.compan_layou_cont {
	width: 100%;
	position: relative;
	padding: 0 60px;
}
.compan_layou_svg {
	width: 100%;
	position: relative;
}
.compan_layou_svg svg {
	width: 100%;
}
.compan_layou_svg_cont {
	width: 100%;
}
.compan_layou_svg img {
	width: 100%;
}
.clsc_dots_btm {
	background: transparent;
	border-radius: 50px;
	cursor: pointer;
}
.clsc_dots {
	position: absolute;
	transform: translate(-50%, -50%);
}
.clsc_dots_top {
	width: 176px;
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
	padding: 7px;
	border-radius: 10px;
	background: #5EECFF;
	display: none;
	pointer-events: none;
}
.clsc_dots_top::after {
	content: '';
	position: absolute;
	bottom: -19px;
	left: 50%;
	transform: translateX(-50%);
	border: 10px solid transparent;
	border-top-color: #5EECFF;
}
.clsc_dots_top_text .std_tit4 {
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.clsc_dots_top_text {
	padding-top: 5px;
	padding-bottom: 8px;
}
.clsc_dots1 {
	top: 35%;
	left: 6.8%;
}
.clsc_dots1 .clsc_dots_btm {
	height: 2vw;
	width: 9vw;
}
.clsc_dots2 {
	top: 64%;
	left: 15.8%;
}
.clsc_dots2 .clsc_dots_btm {
	height: 2vw;
	width: 9vw;
}
.clsc_dots3 {
	top: 70%;
	left: 19.8%;
}
.clsc_dots3 .clsc_dots_btm {
	height: 2vw;
	width: 9vw;
}
.clsc_dots4 {
	top: 56.6%;
	left: 89.1%;
}
.clsc_dots4 .clsc_dots_btm {
	height: 2vw;
	width: 14vw;
}
.clsc_dots5 {
	top: 66%;
	left: 78.6%;
}
.clsc_dots5 .clsc_dots_btm {
	height: 2vw;
	width: 6.5vw;
}
.clsc_dots6 {
	top: 74%;
	left: 82.8%;
}
.clsc_dots6 .clsc_dots_btm {
	height: 2vw;
	width: 7.5vw;
}
.clsc_dots7 {
	top: 81.8%;
	left: 79.8%;
}
.clsc_dots7 .clsc_dots_btm {
	height: 2vw;
	width: 9.5vw;
}
.clsc_dots8 {
	top: 88.8%;
	left: 79.8%;
}
.clsc_dots8 .clsc_dots_btm {
	height: 2vw;
	width: 9.5vw;
}
.clsc_dots9 {
	top: 94.8%;
	left: 79.8%;
}
.clsc_dots9 .clsc_dots_btm {
	height: 2vw;
	width: 9.5vw;
}
.compan_layou_svg_rect {
	transition: all 0.36s;
}
.compan_layou_svg_rect.on {
	fill: #5EECFF !important;
}
.compan_partn {
	position: relative;
	width: 100%;
	background: #F4F7FC;
	border-bottom: 1px solid #D6D5E3;
}
.compan_partn_cont {
	width: 100%;
	position: relative;
}
.compan_partn_btm {
	width: 100%;
	position: relative;
	padding-top: 55px;
}
.compan_partn_btm_width {
	margin: 0 auto;
}
.cpbu_wrap {
	width: 396px !important;
}
.compan_partn .compan_devel_tit .std_tit2 {
	color: #000;
}
.cpbu_wrap_cont {
	width: 100%;
	position: relative;
}
.cpbu_wrap_btm {
	width: 100%;
	position: relative;
	padding: 13px 20px 40px;
	opacity: 0;
	transition: all 0.36s;
}
.cpbu_wrap_btm_tit .std_tit30 {
	text-align: center;
	color: #fff;
	line-height: 1.4;
	font-weight: bold;
}
.cpbu_wrap {
	width: 100%;
	padding: 21px 17px;
	padding-bottom: 0;
	border-radius: 10px;
	transition: all 0.36s;
	transition-property: background !important;
}
.cpbu_wrap.swiper-slide-active {
	background: #14508e;
}
.cpbu_wrap.swiper-slide-active .cpbu_wrap_btm {
	opacity: 1;
}
.cpbu_wrap_btm_info p {
	line-height: 1.4;
	color: #fff;
	text-align: center;
}
.cpbu_wrap_img {
	width: 100%;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 8px 0;
}
.cpbu_wrap_btm_info p {
	min-height: 4.2em;
}
.compan_partn_btm_width .edbl_qieh {
	width: 520px;
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: space-between;
}
.compan_cultu_desz {
	position: absolute;
	pointer-events: none;
}
.compan_cultu_desz1 {
	top: -33%;
	left: -5%;
	width: 30%;
}
.compan_cultu_desz2 {
	width: 30%;
	right: -13%;
	top: -14%;
}
.compan_cultu_desz img {
	width: 100%;
}
.compan_cultu_desz3 {
	width: 30%;
	top: 55%;
	transform: translateY(-50%);
	right: -10%;
}
.home_soluti_btm {
	height: auto;
}
.ys_phnav_haschild.yxnav_active2>.ys_phnav_lisbox a {
	opacity: 0.6;
}
.ys_phnav_lisbox.yxnav_active3 a {
	opacity: 0.6;
}
.ys_ph_navbar2 .ys_phnav_logo {
	background: #ebebeb;
}
.ys_ph_navbar2 .ys_phnav_menubtn span, .ys_ph_navbar2 .ys_phnav_menubtn::after, .ys_ph_navbar2 .ys_phnav_menubtn::before {
	background: #ed7129;
}
.ys_ph_navbar2 .ys_phnav_header a, .ys_ph_navbar2 .ys_phnav_search .iconfont {
	color: #ed7129;
}
.ys_ph_navbar2 .ys_phnav_menu, .ys_phnav2_lang_modal {
	background: #ed7129;
}
.hsbl_li_ph {
	display: none;
}
.hsbl_li_ri .hsbr_li_wrap {
	display: none;
}
.home_about_yun {
	height: 100%;
}
.home_about_yun img {
	height: 100%;
	object-fit: cover;
}
.httw_more_ph {
	display: none;
}
.press_news_recom_le .ys_imgbox_cover {
	border-radius: 4px;
}
.press_news_recom a, .pnul_wrap {
	border-radius: 4px;
	overflow: hidden;
}
.pnul_wrap .ys_imgbox_cover {
	border-radius: 4px;
}
.page_cont_le_ph {
	display: none;
}
.compan_cultu_ul .slick-list {
	width: 100%;
}
.compan_cultu_ul .slick-track {
	height: 100%;
}
.compan_cultu_ul .slick-dots {
	position: relative;
	bottom: auto;
	margin-top: 30px;
}
.compan_cultu_ul .slick-dots li {
	width: 10px;
	height: 10px;
}
.compan_cultu_ul .slick-dots li.slick-active {
	background: #ed7129;
}
.edbl_wrap_le_ph {
	display: none;
}
.ys_ban_li.slick-current .std_tit1 {
	animation: ysfadeInUp 0.8s ease-in-out both;
	animation-delay: 0.1s;
}
.ys_ban_li.slick-current .mod_ban_btm_more {
	animation: ysfadeInUp 0.8s ease-in-out both;
	animation-delay: 0.1s;
}
.ys_hd_pc.isfixed .mod_head::after {
	opacity: 1;
}
.tech-main .ys_hd_pc .mod_head::after {
	opacity: 1;
}
.soluti_wrap_le {
	position: sticky;
	top: 100px;
	left: 0;
}
.mhrn_down1 {
	position: fixed;
	left: 0;
	width: 100%;
	top: 80px;
	/* height: calc(100% - 80px); */
	background: rgba(17, 17, 69, 1);
	padding-top: 50px;
	padding-bottom: 50px;
}
.mhrn_down1 #mCSB_2_scrollbar_vertical {
	opacity: 0 !important;
}
.mhrn_down1_cont {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -30px;
}
.mhrn_down1_li {
	width: 33.333333%;
	padding: 0 30px;
	margin-bottom: 40px;
}
.mdlw_top .std_tit5 {
	color: #5EECFF;
	font-weight: bold;
	padding-bottom: 16px;
	display: block;
}
.mdlw_top {
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 20px;
}
.mdlw_btm_tit a {
	font-size: 16px;
	line-height: 1.4;
	color: #fff;
	font-weight: bold;
}
.mdlw_btm_tit {
	margin-bottom: 15px;
}
.mdlw_btm_info {
	width: 100%;
}
.mbil_le p {
	font-size: 16px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.6);
	transition: all 0.36s;
}
.mbil_ri {
	width: 26px;
}
.mbil_le {
	padding-right: 10px;
}
.mbil_wrap {
	display: flex;
}
.mbil_ri img:nth-child(2) {
	opacity: 0;
}
.mhrn_down1_li:first-child .mdlw_btm_ul_li {
	width: 33.333333%;
	padding: 0 30px;
}
.mhrn_down1_li:first-child .mdlw_btm_ul {
	display: flex;
	margin: 0 -30px;
}
.mhrn_down1_li:first-child {
	width: 100%;
}
.mdlw_btm_info_li {
	margin-bottom: 5px;
}
.mdlw_btm_info_li.yxnav_active2 .mbil_le p {
	color: #fff;
}
.mdlw_btm_info_li.yxnav_active2 .mbil_ri img:nth-child(1) {
	opacity: 0;
}
.mdlw_btm_info_li.yxnav_active2 .mbil_ri img:nth-child(2) {
	opacity: 1;
}
.mhrn_down1_more .mod_more_link {
	width: 238px;
}
.mhrn_down1_more {
	display: flex;
	justify-content: center;
}
.mhrn_down .ys_cont1280 {
	height: 100%;
}
.mhrn_down_scroll {
	height: 100%;
}
.mhrn_down_scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px !important;
	background: #fff !important;
}
.mhrn_down_scroll .mCSB_draggerRail {
	background: rgba(255, 255, 255, 0.2) !important;
}
.mhrn_down_scroll .mCSB_outside+.mCSB_scrollTools {
	right: -32px !important;
}
.mhrn_down {
	display: none;
}
.mhrn_down2 {
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
}
.mhrn_down2_li_le {
	width: 24px;
}
.mhrn_down2_li_le img {
	width: 100%;
}
.mhrn_down2 {
	background: #111145;
	padding: 10px 25px;
	border-radius: 0 0 10px 10px;
}
.mhrn_down2_li a {
	display: flex;
	align-items: center;
	white-space: nowrap;
	padding: 22px 0;
}
.mhrn_down2_li_ri {
	padding-left: 20px;
	display: flex;
	align-items: center;
}
.mdlr_ri {
	width: 26px;
}
.mdlr_le {
	padding-right: 10px;
}
.mdlr_le p {
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	transition: all 0.36s;
}
.mhrn_down2_li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mhrn_down2_li:last-child {
	border-bottom: none;
}
.mhrn_down2_li.yxnav_active2 .mdlr_le p {
	color: #5EECFF;
}
.sltp_coatin {
	width: 100%;
	padding: 20px 6px 15px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	margin-bottom: 28px;
	display: flex;
	flex-wrap: wrap;
}
.sltp_coatin_li {
	width: 50%;
	padding-left: 26px;
	padding-right: 11px;
	border-right: 1px solid #ECEEF4;
}
.sltp_coatin_li:last-child {
	border: none;
}
.sclw_tit p {
	font-size: 14px;
	line-height: 1.5;
	color: #64636F;
}
.sclw_info p {
	color: #140E4C;
	font-weight: bold;
	line-height: 1.5;
}
.sclw_tit {
	margin-bottom: 4px;
}
.sltp_coatin_li_wrap {
	margin-bottom: 24px;
}
.soluti_Page_ul_li.on .spul_le_tit {
	width: 100% !important;
	padding-right: 0 !important;
}
.soluti_Page_ul_li.on .spul_le_info {
	width: 100% !important;
}
.spul_le_top {
	position: relative;
}
.soluti_Page_ul_li.on .spul_le_top_p1 {
	width: 47%;
	padding-right: 55px;
}
.soluti_Page_ul_li.on .spul_le_top_p2 {
	width: 53%;
}
.soluti_Page_ul_li.on .spul_le_top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.soluti_Page_ul_li.on .spul_le_btm {
	width: 100% !important;
	padding-right: 0 !important;
	margin-top: 17px;
}
.spul_le_btm .slbb_link {
	max-width: 100%;
	width: 156px;
}
.soluti_Page_ul_li.on .slbb_link {
	width: 195px;
}
.cdbh_box_ri_wrap {
	left: -70px;
}
.yxnav_active2>.ys_phnav_lisbox a {
	opacity: 0.6;
}
.mod_more_link svg {
	right: 18px;
}

/*鼠标效果*/
@media screen and (min-width: 1200px) {
.hpbr_li_wrap:hover .hpbl_wrap_btm_more {
	width: 70px;
}
.hpbl_wrap:hover .hpbl_wrap_btm_more {
	width: 70px;
}
.mflb_le_li a:hover {
	color: #ed7129;
}
.press_news_recom:hover .hpbl_wrap_btm_more {
	width: 70px;
}
.pnul_wrap:hover .hpbl_wrap_btm_more {
	width: 70px;
}
.cdbh_box_arr:hover .ys_imgbox_cover img:nth-child(1) {
	opacity: 0;
}
.cdbh_box_arr:hover .ys_imgbox_cover img:nth-child(2) {
	opacity: 1;
}
.cont_supp_more .mod_more_link:hover {
	color: #fff !important;
	padding: 0 20px !important;
}
.eeru_wrap:hover .ewtr_top .std_tit5 {
	color: #ed7129;
}
.pcrb_li a:hover {
	color: #ed7129;
}
.comp-tabli li:hover {
	border-color: #ed7129;
	background: #ed7129;
}
.swru_li a:hover .mod_more_link {
	color: #140E4C;
}
.swru_li a:hover .mod_more_link img {
	opacity: 1;
}
.swru_li a:hover .mod_more_link {
	padding-left: 15px;
	background: transparent;
}
.hpbl_wrap:hover .hpbl_wrap_btm_tit .std_tit30 {
	color: #ed7129;
}
.mod_more_link:hover img {
	opacity: 1;
}
.mod_more_link:hover svg {
	opacity: 1;
}
.mod_more_link:hover {
	padding-left: 15px;
	background: transparent;
	padding-right: 25px !important;
}
.home_about:hover .home_about_yun img {
	transform: scale(3);
}
.mod_more1 .mod_more_link:hover {
	color: #140E4C;
}
.edbl_qieh_btn:hover .ys_imgbox_cover img:nth-child(1) {
	opacity: 0;
}
.edbl_qieh_btn:hover .ys_imgbox_cover img:nth-child(2) {
	opacity: 1;
}
}
.soluti_Page_ul_li.on .slbb_link {
	width: 195px;
}
.fpbs_li.on .std_tit5 {
	color: red;
	border-color: rgba(255, 0, 0, 0.2);
}
.fpbs_li.on .std_tit5::after {
	background: red;
}
.mod_more_link {
	width: 195px;
}
.hpbl_wrap_btm_ul {
	margin-bottom: 40px;
}

.hpbl_wrap_btm_ul li{ font-size:16px; color:#333; line-height:1.6;}

.mdlw_top a {
	font-size: 18px;
}
.pcrb_li span {
	width: 57px;
	display: inline-block;
}
.spul_ri img {
	width: 100%;
}
.spul_ri {
	width: 100%;
}
.spul_le {
	width: 100%;
}
.spul_le_btm_horiz .spul_le_btm_btn1 .mod_more_link {
	width: 156px;
}
.spul_le_btm {
	flex-wrap: wrap;
}
.spul_le_btm_btn2 {
	margin-left: 0 !important;
	margin-right: 16px;
}
.spul_le_btm_horiz .spul_le_btm_btn1 .mod_more_link {
	margin-bottom: 20px;
}
.spul_le_btm_horiz .spul_le_btm_btn1 {
	margin-right: 16px;
}
.spul_le_top {
	width: 100%;
}
/*  */

.cfbb_wrap_li_biaoy p {
	color: #ed7129;
	font-weight: bold;
	font-size: 16px;
}
.cont_form_cont .std_tit5 {
	font-size: 18px;
}
.esg_care_cont .swiper-pagination-progressbar-fill {
	background: #fff !important;
}
.ys_e1page .ys_banner1 .ys_ban_imgbox::before {
	opacity: 0.9;
}
.mfrw_li_slec_ri p a {
	color: #ed7129;
	text-decoration: underline
}
.home_techno {
	padding: 0 !important;
}
.swru_li_le_info p {
	-webkit-line-clamp: 100;
}
.clbs_li .clbi_li_posit {
	display: block !important;
	position: relative;
	top: auto !important;
	left: auto !important;
}
.clbs_li {
	display: none;
}
.clbs_li:first-child {
	display: block;
}
/* .clbs_ul .slick-list {
    overflow: visible;
} */

.cont_layout_btm_sliph {
	display: none;
}
.clsc_dots1 {
	top: 33%;
}
.clsc_dots2 {
	top: 62.8%;
}
.clsc_dots3 {
	top: 69.2%;
}
.clsc_dots4 {
	top: 55.6%;
}
.clsc_dots5 {
	top: 64.7%;
}
.clsc_dots6 {
	top: 73%;
}
.clsc_dots7 {
	top: 81.2%;
}
.clsc_dots8 {
	top: 88.1%;
}
.clsc_dots9 {
	top: 95.2%;
}
.clsc_dots10 {
	top: 83.8%;
	left: 23.2%;
}
.clsc_dots10 .clsc_dots_btm {
	height: 2vw;
	width: 9.5vw;
}
.clsc_dots.notshow .clsc_dots_top {
	opacity: 0 !important;
}
.ys_sypage .ys_ban_imgbox::before {
	bottom: -1px;
}
.mod_fot_informa_le p a:nth-child(2) {
	margin-left: 5px;
}
.ys_pagepri .ys_priban {
	top: 64%;
}
/* .swlc_li:first-child>a {
    pointer-events: none;
} */

.swlc_li {
	cursor: pointer;
}
/*.yxedr_active img {*/
/*    width: 100%;*/
/*}*/

.video_pop_le {
	width: 60px;
}
.video_pop {
	display: flex;
	align-items: center;
	cursor: pointer;
	display: none;
}
.video_pop_ri p {
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
}
.video_pop_ri {
	padding-left: 15px;
}
.ys_e1page .video_pop {
	display: flex;
}
.ys_e1page .ys_ban_txtbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.clbi_star .clbi_li_dots {
	width: 1.2vw;
	height: 1.2vw;
	background: transparent !important;
}
.clbi_star .clbi_li_dots img {
	display: block;
}
.clbi_li_dots img {
	display: none;
}
.cwlh_le {
	width: 24px;
}
.cwlh_le img {
	width: 100%;
}
.cwlh_ri p {
	font-size: 14px;
	line-height: 1.5;
	color: #666;
}
.cfbb_wrap_li_huan {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-left: 15px;
}
.cwlh_ri {
	padding-left: 4px;
}
.cfbb_wrap_code .cfbb_wrap_li_cont {
	display: flex;
	align-items: center;
}
.form_pop_box_log {
	text-align: center;
	width: 100% !important;
}
.form_pop_box_log .std_tit30 {
	font-weight: bold;
	display: none;
}
.form_pop_box_log .std_tit30:first-child {
	display: block;
}
.fwbu_li {
	margin-bottom: 21px;
}
.cwlc_infut textarea {
	height: 130px;
}
.fpbb_wrap_tit {
	margin-bottom: 20px;
}
.ys_modal_content {
	padding: 40px;
}
.cfbb_wrap_li {
	margin-bottom: 12px;
}
.ys_d1page .mod_bord {
}
.hsbr_li_wrap {
	width: 100%;
	position: relative;
}
.cpbu_wrap_btm_info p {
	height: 8.4em;
	overflow: hidden;
}
.cdbh_slick_item, .cbrh_item {
	display: none;
}
.cdbh_slick_item:first-child, .cbrh_item:first-child {
	display: block;
}
.csii_info {
	max-height: 330px;
}
.csii_info .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px !important;
	background: #fff !important;
}
.csii_info .mCSB_draggerRail {
	background: rgba(255, 255, 255, 0.6) !important;
}
.csii_info .mCSB_outside+.mCSB_scrollTools {
	right: -20px !important;
}
.swru_li_le {
	padding-right: 20px;
}
.swru_li a {
	overflow: hidden;
}
.swlc_li_btm_li {
	position: relative;
}
.swlc_li .slbl_wrap .swlc_li_ri path {
	fill: #ed7129 !important;
}
.slbl_wrap {
	width: 100%;
	position: relative;
}
.swlc_li_btm_li {
	background: #F7F7F9;
}
.slbl_ul_li a {
	font-size: 16px;
	line-height: 1.75;
	color: #140E4C;
	display: block;
	background: #E9ECF5;
	transition: all 0.36s;
}
.slbl_ul_li {
	width: 100%;
	border-bottom: 1px solid #fff;
}
.slbl_ul_li:last-child {
	border-bottom: none;
}
.slbl_ul_li a {
	padding-left: 84px !important;
	padding-right: 18px !important;
}
.swlc_li_btm_li svg {
	transform: rotate(0deg) !important;
}
.swlc_li_btm_li.rotat svg {
	transform: rotate(180deg) !important;
}
/* .soluti_wrap_le {
    position: static !important;
} */

/* .hsbr_desz {
    display: none !important;
} */

.home_soluti_btm_ri .hsbr_desz {
	opacity: 0 !important;
}
.ys_videom_content {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}
.ys_videom_container {
/* width: 100%; */
}
.ys_videom_video {
	width: 100%;
	max-height: 100%;
}
.ys_videom_close {
	right: 20px;
	top: 20px;
}
.clbi_star .clbi_li_posit {
	display: block;
}
.ys_b1page .mod_head_ri_lan .mhrl_cat {
	color: #ed7129 !important;
}
.clbs_ul .slick-dots li {
	width: 6px;
	height: 6px;
}
.clbs_ul .slick-dots li.slick-active {
	background: #ed7129 !important;
}
.clbs_ul .slick-dots {
	position: relative;
	bottom: auto;
	margin-top: 20px;
}
.slbl_ul {
	display: none;
}
.soluti_wrap_le {
	/* height: calc(100vh - 150px); */
	max-height: calc(100vh - 150px);
}
.soluti_wrap_le .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px !important;
	background: #ed7129 !important;
}
.soluti_wrap_le .mCSB_outside+.mCSB_scrollTools {
	right: -15px !important;
}


.soluti_Page_select{ background:#FFF; margin-bottom:20px; border-radius:3px;}




.shaixuanDiv{ width:80%; padding:30px 0; margin:0 auto; display: grid;grid-template-columns: repeat(2, 1fr);gap: 50px;}
.itemDiv {}
.selectDiv{ margin:20px 0;}
.selectDiv select {
  width: 200px;
  height: 25px;
  line-height: 25px;
  background:#f3fafb;
  border:1px solid #dee2e6;
  margin-left: 15px;
}


/*小屏幕*/

@media screen and (max-width: 768px) {
	
	
	
	
.shaixuanDiv{ width:100%; padding:20px; margin:0 auto; display: grid;grid-template-columns: repeat(1, 1fr);gap: 0px;}	
	
	
	
	
	
	
	
	}





.soluti_Page_ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
 @media screen and (max-width: 768px) {
.soluti_Page_ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
}
.swru_li, .soluti_Page_ul_li {
	animation: ysfadeInUp .5s ease-in-out both;
	animation-delay: 0s;
}
.compan_about_cont {
	height: auto !important;
}
.compan_about_ri .cabu_li_tit p {
	font-size: 36px;
}
.cabu_li_info .std_tit4 {
	font-size: 18px;
}
.cabu_li {
	width: 100% !important;
}
.compan_about_le .std_tit30 {
	opacity: 0 !important;
}
.cabu_lik {
	width: 25%;
	padding: 0 10px;
}
.compan_about_btm_ul {
	width: auto !important;
	display: flex;
	flex-wrap: wrap;
	padding-right: 0 !important;
	margin: 0 -10px;
}
.compan_about_le {
	width: 50%;
}
.compan_about_ri {
	width: 50%;
}
.mhrn_down1 .mdlw_btm_info {
	display: none;
}
.cont_addre, .esg_commit {
}
.ys_search4 {
	overflow: hidden;
}
.mod_head_ri_sear {
	position: relative;
}
.ys_searchbox {
	line-height: 80px;
	height: 40px;/* margin: 0 34px; */
    /*position: relative;*/
}
 .ys_searchtxt input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgba(255, 255, 255, 1);
}
 .ys_searchtxt input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 1);
}
 .ys_searchtxt input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 1);
}
 .ys_searchtxt input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgba(255, 255, 255, 1);
}
.ys_searchtxt input {
	position: absolute;
	top: 50%;
	right: 38px;
	background: #333;
	width: 0;
	height: 40px;
	transition: .6s;
	transform: translateY(-50%);
	font-size: 16px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.14);
	backdrop-filter: blur(10px);
	color: #fff;
}
.ys_header.act .ys_searchtxt input {
	width: 110px;
}
.ys_searchimg img {
	width: 26px;
}
.ys_searchbox::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 1px;
	top: 0;
	right: 56px;
	background: #dcdcdc;
	transition: all .6s ease;
	display: none;
}
.ys_searchimg {
	width: 25px;
}
.ys_searchimg img {
	width: 100%;
}
.ys_searchtxt {
	width: calc(100% - 25px);
	height: 100%;
	padding-right: 20px;
}
.ys_searchimg {
	width: 24px !important;
}
.mod_head_ri_sear:hover .ys_searchtxt input {
	width: 200px;
	padding: 0 20px;
}
.ys_searchbox {
	display: flex;
	align-items: center;
}
/* 二期 - start */
.mod_second {
	background: #140E4C;
}
/* 公共 start*/
.std_title30 {
	font-size: 30px;
	line-height: 1.5;
	color: #fff;/* font-family: 'Roboto-Bold' !important; */
}
.std_word2, .std_word2 p {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}
.std_padd0 {
	padding: 80px 0;
}
.std_padd1 {
	padding-bottom: 80px;
}
/* 公共 end */
.source_top {
	display: flex;
	align-items: center;
}
.source_top_left {
	width: 53.6%;
	padding-right: 65px;
}
.source_top_right {
	width: 46.4%;
	height: auto;
}
.source_top_right img {
	width: 100%;
}
.source_top_left .std_title30 {
	margin-bottom: 24px;
}
.source_top_left .std_word2 p {
	margin-bottom: 14px;
}
.source_bot_li {
	padding: 34px 76px;
	background: #18184B;
	border-radius: 10px;
	margin-bottom: 20px;
}
.source_bot_li .std_title30 {
	margin-bottom: 20px;
	padding-left: 45px;
	position: relative;/* font-family: 'Roboto-Regular' !important; */
}
.source_bot_li .std_word2 {
	padding-left: 45px;
}
.source_bot_li .std_title30::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	transform: translateY(-50%);
}
.source_bot_li .mod_ban_btm_more {
	margin-top: 40px;
	margin-left: 45px;
	justify-content: flex-start;
}
.source_bot {
	position: relative;
}
.source_bot::before {
	content: '';
	position: absolute;
	top: -10%;
	right: -10%;
	width: 665px;
	height: 561px;
	border-radius: 665px;
	opacity: 0.3;
	background: radial-gradient(48.11% 48.11% at 50% 51.89%, #ed7129 0%, rgba(0, 1, 178, 0.00) 100%);
	filter: blur(25px);
	z-index: 1;
}
.source_bot::after {
	content: '';
	position: absolute;
	bottom: 5%;
	left: -20%;
	width: 665px;
	height: 561px;
	border-radius: 665px;
	opacity: 0.3;
	background: radial-gradient(48.11% 48.11% at 50% 51.89%, #ed7129 0%, rgba(0, 1, 178, 0.00) 100%);
	filter: blur(25px);
	z-index: 1;
}
.source_bot_ul {
	position: relative;
	z-index: 10;
}
.invest_info_zhu {
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
}
.invest_info .std_tit2 {
	color: #fff;
}
.invest_white {
	background: #F4F7FC;
}
.invest_main .std_tit2 {
/* font-family: 'Roboto-Bold' !important; */
}
.invest_cta .std_tit2 {
	color: #fff;
	text-align: center;
}
.iisl_left {
	width: 64%;
}
.iisl_right {
	width: 36%;
}
.iisl_left p {
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	padding: 10px 36px;
}
.iisl_right p {
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
	padding: 10px 74px;/* font-family: 'Roboto-Bold' !important; */
}
.iisl_right p img {
	width: 24px;
}
.invest_info_stock_first .iisl_right p {
	color: #5EECFF;
	padding-right: 5px;
}
.invest_info_stock_li {
	display: flex;
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, .2);
}
.invest_info_stock_li:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.iisl_right {
	border-left: 1px solid rgba(255, 255, 255, .2);
}
.invest_info_stock {
	margin-bottom: 20px;
}
.invest_white_top_ul, .invest_white_bot_ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -13px;
}
.invest_white_top_li {
	width: 33.333333%;
	padding: 0 13px;
	margin-bottom: 26px;
}
.invest_white_bot_li {
	width: 50%;
	padding: 0 13px;
	margin-bottom: 26px;
}
.invest_white_top_li a, .invest_white_bot_li a {
	display: block;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0px 15px 25px 0px rgba(164, 166, 188, 0.15);
	padding: 46px 37px;
	height: 100%;
}
.invest_white_top_li .std_tit5, .invest_white_bot_li .std_tit5 {
	/* font-family: 'Roboto-Bold' !important; */
	transition: all .36s;
	margin-bottom: 50px;
	color: #140E4C;
}
.invest_white_top .spul_le_btm_btn1 {
	text-align: center;
}
.invest_white_top .mod_more {
	display: inline-block;
}
.invest_white_top_ul {
	margin-bottom: 36px;
}
.invest_white_bot_li span {
	color: #140E4C;
	font-size: 16px;
	line-height: 1.5;
	display: block;
	margin-bottom: 10px;
}
.invest_cta_bable {
	background: rgba(255, 255, 255, .1);
	padding: 56px 120px 20px;
	border: 1px solid rgba(255, 255, 255, .25);
	border-radius: 4px;
	position: relative;
}
.invest_cta_bable::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 23%;
	height: 100%;
	background: rgba(255, 255, 255, .02);
}
.invest_cta_td1 {
	width: 25%;
}
.invest_cta_td2 {
	width: 40%;
}
.invest_cta_td3 {
	width: 35%;
}
.invest_cta_bable p {
	color: #fff;
	font-size: 18px;
	line-height: 1.6;
	padding: 20px 0;
}
.invest_cta_bable p a {
	color: #fff;
}
.invest_cta_bable .invest_cta_td1 p {
/* font-family: 'Roboto-Bold' !important; */
}
.invest_cta_bable tr {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.invest_cta_td2 {
	border-right: 1px solid rgba(255, 255, 255, .1);
}
.invest_cta_td2 p {
	padding: 20px 80px 20px 0;
}
.invest_cta_td3 p {
	padding: 20px 80px 20px 68px;
}
.invest_cta_bable tr:last-child {
	border-bottom-color: transparent;
}
.roboto_activity .esg_care_btm_wrap {
	width: calc(100% - 70px);
	overflow: hidden;
}
.roboto_activity .ecbw_li {
	margin: 0;
}
.roboto_activity .swiper-pagination-progressbar-fill {
	background: #5EECFF !important;
}
.roboto_intro_li {
	width: 33.333333%;
	padding: 0 19px;
	margin-bottom: 36px;
}
.roboto_intro_ul {
	margin: 0 -19px;
	display: flex;
	flex-wrap: wrap;
}
.roboto_intro_li_item {
	background: rgba(35, 33, 156, .6);
	border-radius: 10px;
	padding: 86px 56px;
	height: 100%;
	backdrop-filter: blur(8px);
}
.rili_icon {
	width: 72px;
	margin-bottom: 26px;
}
.rili_title {
	color: rgba(255, 255, 255, .8);
}
.mod_title .std_title30 {
	font-size: 32px;
	margin-bottom: 10px;
}
.roboto_intro_cont {
	position: relative;
}
.roboto_intro_bj {
	position: absolute;
	top: 2%;
	right: -20%;
	width: 586px;
	z-index: 1;
}
.roboto_intro .mod_title {
	width: 82%;
	position: relative;
	z-index: 10;
}
.roboto_intro_ul {
	position: relative;
	z-index: 1;
}
.roboto_activity .mod_more_link img {
	opacity: 1;
	position: static;
	transform: translateY(0);
	width: 24px;
	margin-left: 15px;
}
.roboto_activity .esg_care_top_more .mod_more_link {
	width: 195px;
}
.roboto_activity .ecbw_li .std_tit4, .tech_prodt .ecbw_li .std_tit4 {
	text-align: center;
	color: #fff;
	/* font-family: 'Roboto-Bold' !important; */
	margin-top: 30px;
	padding: 0 10px;
}
.talent_intro .mod_title {
	width: 82%;
}
.talent_intro .std_title30 {
	margin-bottom: 10px;
}
.talent_intro_li {
	margin-bottom: 30px;
	position: relative;
}
.talent_intro_li .ys_imgbox_cover {
	width: 51%;
	height: auto;
	float: right;
}
.talent_intro_li_text {
	width: 50%;
	padding: 76px 56px 70px 76px;
	border-radius: 10px;
	background: #37BECC;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.talent_intro_li:nth-child(2n) {
	flex-direction: row;
}
.talent_intro_li:nth-child(2n) .talent_intro_li_text {
	background: #202051;
	position: absolute;
	top: 0;
	right: 0;
	left: inherit;
}
.talent_intro_li:nth-child(2n) .ys_imgbox_cover {
	float: left;
}
.talent_promote_ul {
	display: flex;
	justify-content: space-between;
}
.talent_promote_li_item {
	width: 220px;
}
.talent_promote_li_item .std_tit5 {
	text-align: center;
	color: #fff;
	/* font-family: 'Roboto-Bold' !important; */
	margin-top: 30px;
}
.talent_recru_item {
	position: relative;
}
.talent_recru_item_img, .talent_recru_item_img img {
	width: 100%;
	transition: all .36s;
}
.talent_recru_item_img {
	opacity: 0;
}
.talent_recru_item .ys_cont1440 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}
.talent_recru_item .std_tit2 {
	color: #fff;/* font-family: 'Roboto-Bold' !important; */
}
.talent_recru_item .mod_ban_btm_more {
	justify-content: flex-start;
	margin-top: 30px;
}
.talent_recru_item .mod_more_link {
	width: 170px;
}
.talent_promote_li_img {
	position: relative;
}
.talent_promote_li_img p {
	width: 87px;
	height: 1px;
	border-top: 1px dashed #fff;
	position: absolute;
	top: 50%;
	right: -87px;
	transform: translateY(-50%);
	z-index: 1;
}
.talent_promote_li_icon {
	position: relative;
	z-index: 10;
	display: block;
}
.talent_promote_li:last-child .talent_promote_li_img p {
	display: none;
}
.tech_color {
	background: #F4F7FC;
}
/* .tech_prodt .esg_care_btm_wrap {
    width: 1230px;
} */

.tech_intro_item {
	display: flex;
	position: relative;
	align-items: center;
}
.tech_intro_img, .tech_intro_text {
	width: 50%;
}
.tech_intro_img img {
	border-radius: 10px;
	width: 100%;
}
.tech_intro_text {
	position: static;
	width: 50%;
}
.tech_intro_item {
	background: #202051;
}
.tech_intro_img {
	position: relative;
	z-index: 10;
}
.tech_intro_text p {
	color: #fff;
	opacity: .8;
	margin-bottom: 10px;
	line-height: 1.5;
}
.tech_intro_text p:last-child {
	margin-bottom: 0;
}
.tech_prodt .esg_care_top_tit {
	text-align: left;
}
.tech_int_cont {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.tech_int_left {
	width: 50%;
	padding-right: 80px;
	padding-top: 20px;
}
.tech_int_right {
	position: relative;
	width: 50%;
}
.tech_int_right_img1 {
	width: 84%;
	filter: drop-shadow(0px 15px 25px rgba(164, 166, 188, 0.15));
}
.tech_int_right_img1 img, .tech_int_right_img2 img {
	width: 100%;
	border-radius: 10px;
}
.tech_int_right_img2 {
	position: absolute;
	bottom: -17%;
	right: 0;
	width: 37%;
	filter: drop-shadow(0px 15px 25px rgba(164, 166, 188, 0.15));
}
.tech_int_left .std_word2 p {
	color: #140E4C;
}
.tech_main .mod_title .std_tit2 {
	color: #ed7129;
	/* font-family: 'Roboto-Bold' !important; */
	margin-bottom: 20px;
}
.tech_main .mod_title .std_tit2 span {
	color: #140E4C;
}
.tech_adv_li {
	width: 33.333333%;
	padding: 0 12px;
	height: auto;
	margin-bottom: 30px;
}
.tech_adv_ul .slick-track {
	display: flex;
	margin: 0 auto;
}
.tech_adv_ul {
	margin: 0 -12px;
}
.tech_adv_item {
	height: 100%;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0px 15px 12px 0px rgba(164, 166, 188, 0.15);
}
.tech_adv_item_text {
	padding: 24px 42px 60px;
}
.tech_adv .slick-dots {
	bottom: -10px;
}
.tech_adv .slick-dots li.slick-active {
	background: rgba(0, 1, 178, 1);
}
.tech_adv .slick-dots li {
	width: 8px;
	height: 8px;
	margin: 0 12px;
	border-radius: 50%;
	background: rgba(0, 1, 178, .3);
}
.tech_adv_item_text .std_title30 {
	color: #140E4C;
	margin-bottom: 10px;
}
.tech_adv_item_text .std_word1 p {
	color: #64636F;
}
.tech_auto_cont {
	background: #fff;
	border-radius: 4px;
	padding: 72px 46px;
}
.tech_swiper {
	overflow: hidden;
	position: relative;
}
.tacl_img, .tacl_test {
	width: 50%;
}
.tech_auto_cont_li {
	display: flex;
	flex-direction: row-reverse;
}
.tacl_test .std_title30 {
	color: #140E4C;
	margin-bottom: 10px;/* font-family: 'Roboto-Bold' !important; */
}
.tacl_test .std_word2 p {
	color: #140E4C;
}
.tacl_test {
	padding-right: 45px;
}
.tech_swiper_num span {
	color: #140E4C;
	font-size: 16px;/* font-family: 'Roboto-Bold' !important; */
}
.tech_auto_cont_progress {
	display: flex;
	height: 42px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	justify-content: space-between;
}
.tech_swiper_arrow div {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #ed7129;
	position: relative;
	left: inherit;
	right: inherit;
}
.tech_auto_cont_progress .swiper-button-prev {
	margin-right: 16px;
}
.tech_swiper_arrow .swiper-button-next:after, .tech_swiper_arrow .swiper-button-prev:after {
	color: #fff;
	font-size: 12px;
}
.tech_swiper_arrow {
	display: flex;
}
.tech_swiper_num {
	line-height: 42px;
}
.tech_auto_cont_progress .swiper-pagination {
	width: calc(100% - 200px);
	position: relative;
	height: 1px;
	background: #64636F;
	margin-top: 20px;
}
.line_sec1_li_texy, .line_sec1_li_img {
	width: 50%;
	position: relative;
}
.line_sec1_li {
	display: flex;
	flex-direction: row-reverse;
}
.line_sec1_li:nth-child(2n) {
	flex-direction: row;
}
.line_sec1_li_img .ys_imgbox_cover {
	width: 500px;
	margin: 30px 0 0 30px;
	border-radius: 74px 0 0 74px;
}
.line_sec1_li:nth-child(2n) .ys_imgbox_cover {
	float: right;
	border-radius: 0 74px 74px 0;
	margin: 30px 30px 0 0;
}
.line_sec1_li_img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 530px;
	height: 530px;
	background: url(../fonts/b3_bg02.svg) center / cover no-repeat;
}
.line_sec1_li:nth-child(2n) .line_sec1_li_img::before {
	right: 0;
	left: inherit;
	background: url(../fonts/b3_bg01.svg) center / cover no-repeat;
}
.line_sec1_li_texy .std_tit2 {
	color: #fff;
	/* font-family: 'Roboto-Bold' !important; */
	margin-bottom: 15px;
	line-height: 1.5;
}
.line_sec1_li {
	margin-bottom: 150px;
	align-items: center;
}
.line_sec1_li_texy .std_tit2 span {
	color: #5EECFF;
}
.line_sec1_li_texy .std_word2 p {
	opacity: .8;
}
.line_sec2 {
	padding: 0 60px;
}
.line_sec2_cont {
	position: relative;
	overflow: hidden;
}
.line_sec2_text, .line_sec2_img {
	width: 50%;
	height: auto;
}
.line_sec2_text {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background: #37BECC;
}
.line_sec2_img img {
	width: 100%;
	border-radius: 10px;
}
.line_sec2_text {
	border-radius: 10px;
	padding: 100px 60px 100px 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.line_sec2_text .std_tit2 {
	color: #fff;
	/* font-family: 'Roboto-Bold' !important; */
	margin-bottom: 30px;
	line-height: 1.3;
}
.line_sec2_text p {
	margin-bottom: 14px;
}
.line_sec2_text p:last-child {
	margin-bottom: 0;
}
.line_sec4_item li {
	width: 33.333333%;
	padding: 0 12px;
	margin-bottom: 24px;
}
.line_sec4_item ul {
	margin: 0 -12px;
	display: flex;
	flex-wrap: wrap;
}
.line_sec4 .std_tit2 {
	color: #fff;
	/* font-family: 'Roboto-Bold' !important; */
	margin-bottom: 20ox;
}
.line_sec4_cont {
	background: #fff;
	border-radius: 10px;
	padding: 80px;
}
.std_title32 {
	font-size: 32px;
	line-height: 1.5;
	color: #140E4C;
	margin-bottom: 10px;
}
.line_sec3_svg {
	width: 44%;
	margin: 0 auto;
}
.line_sec3_cont {
	position: relative;
	padding: 82px 0;
}
.line_sec3_text {
	position: absolute;
	top: -7px;
	width: 27%;
}
.line_sec3_left {
	left: 0;
}
.line_sec3_right {
	right: 0;
}
.line_sec3_left .std_tit2 {
	color: #fff;
}
.line_sec3_right .std_tit2 {
	color: #5EECFF;
}
.line_sec3_text .std_tit2 {
	margin-bottom: 30px;/* font-family: 'Roboto-Bold' !important; */
}
.line_sec3_text li {
	display: flex;
	margin-bottom: 38px;
}
.line_sec3_text1 {
	width: 32px;/* font-family: 'Roboto-Bold' !important; */
}
.line_sec3_text2 {
	width: calc(100% - 32px);
}
.line_sec3_right .line_sec3_text1 {
	color: #5EECFF;
}
.tech_int_left, .tech_int_rught {
	height: auto;
}
.tech_prodt .ecbw_li {
	margin: 0;
}
.tech_intro_text .std_word1 {
	height: 390px;
}
.tacl_test .std_word2 {
/* height: 192px; */
}
.tech_intro_text .mCSB_outside+.mCSB_scrollTools, .tacl_test .mCSB_outside+.mCSB_scrollTools {
	right: -25px !important;
}
.tech_intro_text .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(255, 255, 255, .75);
}
.tech_intro_text .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(255, 255, 255, .15);
}
.tacl_test .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(0, 1, 178, .75);
}
.tacl_test .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(0, 1, 178, .15);
}
.tacl_test .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .tech_intro_text .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px;
}
.line_sec3_svg lottie-player {
	width: 100%;
}
.line_sec3_svg_ph {
	display: none;
}
 @media screen and (min-width: 1200px) {
.invest_white_top_li a:hover .std_tit5 {
	color: #ed7129;
}
.invest_white_bot_li a:hover .std_tit5 {
	color: #ed7129;
}
.roboto_activity .mod_more_link:hover {
	padding-left: 0;
	background: #ed7129;
	padding-right: 0 !important;
}
.talent_recru_item:hover .talent_recru_item_img {
	opacity: 1;
}
.talent_recru_item:hover .mod_more .mod_more_link {
	background: #fff;
	color: #ed7129;
}
.talent_recru_item:hover .mod_more_link {
	padding-left: 0;
	background: #fff;
	padding-right: 0 !important;
}
/* tammy - start */
.mod_more .social_btn_link:hover {
	background: #ed7129;
	color: #fff;
}
/* tammy - end */
}
/* tammy - start */
.mod_more .social_btn_link {
	padding: 10px 50px;
	border-radius: 10px;
	font-size: 20px;
	line-height: 1.6;
	background: #fff;
	display: block;
	color: rgba(12, 12, 56, 0.2);
	transition: all 0.36s;
	position: relative;
	text-align: center;
	cursor: pointer;/* font-family: 'Roboto-Bold' !important; */
}
.social_btn .mod_more {
	padding: 0 9px;
}
.mod_more.on .social_btn_link {
	background: #ed7129;
	color: #fff;
}
.social_select_share_top {
	cursor: pointer;
	display: flex;
	align-items: center;
}
.ssst_font {
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
}
.ssst_icon {
	width: 18px;
	margin-left: 11px;
}
.ssst_icon img {
	width: 100%;
}
.social_select_share {
	display: flex;
	justify-content: flex-end;
}
.social_btn {
	margin-bottom: 44px;
}
.social_select_share_en {
	margin-bottom: 19px;
}
.social_select_box {
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	background: rgba(255, 255, 255, 0.10);
	padding: 58px 48px 66px 60px;
}
.social_select_search_input {
	border-radius: 4px;
	background: #F4F7FC;
	width: calc(100% - 136px);
	display: flex;
}
.sssi_btn_link_icon {
	width: 20px;
}
.sssi_btn_link_icon img {
	width: 100%;
}
.sssi_btn_link_font {
	color: #fff;
	font-size: 16px;
	margin-left: 16px;
}
.social_select_search {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sssi_btn {
	background: #ed7129;
	width: 172px;
	border-radius: 0 3px 3px 0;
}
.sssi_box {
	width: calc(100% - 172px);
}
.sssi_box input {
	width: 100%;
	height: 48px;
	padding: 0 25px;
	font-size: 16px;
	color: #64636F;
}
.sssi_btn_link {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
 .sssi_box input::placeholder {
 color: rgba(100, 99, 111, .3);
}
.ssln_span {
	width: 16px;
	height: 16px;
	cursor: pointer;
	position: relative;
	display: block;
	margin-right: 9px;
	top: 3px;
}
.ssln_span::before {
	content: '';
	width: 100%;
	position: absolute;
	height: 100%;
	border: 1px solid #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.ssln_span::after {
	content: '';
	width: 50%;
	height: 50%;
	position: absolute;
	background: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 0.36s;
}
.social_select_list_nub.on .ssln_span::after {
	opacity: 1;
}
.social_select_box .std_tit5 {
	color: #fff;
	font-weight: bold;
}
.social_select_list_nub {
	font-size: 16px;
	color: #fff;
	line-height: 1.6;
	display: flex;
}
.social_select_list {
	flex-wrap: wrap;
	display: flex;
}
.social_select_list_nub {
	width: 14.285714%;
	cursor: pointer;
}
.social_select_type_nub .std_tit5, .social_select_list_nub {
	margin-bottom: 26px;
}
.social_select_search {
	margin-bottom: 39px;
}
.ssln_font {
	font-style: normal;
	line-height: inherit;
	max-width: calc(100% - 25px);
	transition: all 0.36s;
}
.social_select_list_nub.act .ssln_font {
	opacity: .3;
}
.social_select_type_nub {
	padding-top: 23px;
	border-top: 1px solid rgba(255, 255, 255, .3);
	margin-top: 34px;
}
.social_select_list {
	margin-bottom: -26px;
}
.social_select_type_nub:first-child {
	padding-top: 0;
	border-top: 0;
	margin-top: 0;
}
.social_manu {
	padding-top: 70px;
	padding-bottom: 160px;
}
.social_select_type:first-child {
	padding-top: 8px;
}
.social_core .std_tit2 {
	/* font-family: 'Roboto-Bold' !important; */
	color: #fff;
	margin-bottom: 40px;
}
.social_core {
	padding-top: 60px;
}
.social_core_list_nub {
	margin-bottom: 30px !important;
	border-radius: 10px;
	background: #FFF;
}
.social_core_list_nub:last-child {
	margin-bottom: 0;
}
.scln_top_first .std_tit4 {
	color: #140E4C;/* font-family: 'Roboto-Bold' !important; */
}
.scln_top_first {
	display: flex;
	justify-content: space-between;
}
.stfo_link_icon {
	width: 26px;
	cursor: pointer;
}
.stfo_link_icon img {
	width: 100%;
}
.stfo_btn {
	width: 26px;
	height: 26px;
	margin-left: 25px;
	position: relative;
}
.stfo_btn::before, .stfo_btn::after {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	background: #140E4C;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.stfo_btn::after {
	transform: translate(-50%, -50%) rotate(90deg);
	transition: all 0.36s;
}
.scln_top_first_other {
	display: flex;
	align-items: center;
}
.scln_top, .scln_xia {
	padding-right: 39px;
	padding-left: 56px;
}
.scln_top {
	padding-top: 37px;
	padding-bottom: 34px;
}
.scln_top_text p {
	color: #64636F;
}
.scln_top_text {
	display: flex;
	margin: 0 -15px;
	flex-wrap: wrap;
	margin-top: 30px;
}
.scln_top_text span {
	margin-left: 16px;
}
.scln_top_text li {
	padding: 0 15px;
	flex-grow: 1;
}
.scln_top {
	cursor: pointer;
}
.scln_xia_cry {
	margin-top: -6px;
	border-top: 1px solid rgba(100, 99, 111, .2);
	padding-bottom: 60px;
}
.scln_xcl_item .std_word1 {
	color: #ed7129;
	/* font-family: 'Roboto-Bold' !important; */
	margin-bottom: 10px;
}
.scln_xia_cry_list {
	margin-top: 24px;
	width: 75%;
}
.scln_xcl_item .std_word p {
	line-height: 1.25;
	margin-bottom: 10px;
}
.scln_xcl_item .yxedr_active ul {
	padding-inline-start: 20px;
	margin-block-start: 0em;
	margin-block-end: 0em;
}
.scln_xcl_item {
	margin-bottom: 46px;
}
.scln_xia_cry_list {
	margin-bottom: 59px;
}
.scln_xia_btn img {
	width: 20px;
	margin-left: 10px;
}
.scln_xia_btn_link {
	background: #ed7129;
	border-radius: 20px;
	padding: 7px 35px;
	color: #fff;
	line-height: 1.6;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.scln_xia_btn {
	display: flex;
	justify-content: flex-start;
}
.scln_xia {
	display: none;
}
.social_core_list_nub.on .stfo_btn::after {
	transform: translate(-50%, -50%) rotate(0deg);
}
.campus_main .esg_care, .social_main .esg_care {
	background: #F4F7FC;
}
.campus_main .esg_care .std_tit2, .social_main .esg_care .std_tit2 {
	color: #140E4C;
}
.campus_main .esg_care_btm_ress .swiper-pagination, .social_main .esg_care_btm_ress .swiper-pagination {
	background: rgba(12, 12, 56, 0.2);
	height: 1px;
}
.campus_main .esg_care_cont .swiper-pagination-progressbar-fill, .social_main .esg_care_cont .swiper-pagination-progressbar-fill {
	background: #ed7129 !important;
	height: 2px;
	top: -0.5px;
}
.campus_main .esg_care_btm_ress, .social_main .esg_care_btm_ress {
	margin-top: 44px;
	margin-bottom: 0;
}
.campus_main .esg_care_top_tit, .social_main .esg_care_top_tit {
	margin-bottom: 44px;
}
.social_manu .talent_intro_li_text {
	padding: 56px 54px 70px 71px;
}
.social_manu .std_title30 {
	line-height: 1.6;
	margin-bottom: 28px;
}
.social_manu .talent_intro_ul .std_word2 p {
	margin-bottom: 1em;
}
.social_manu .talent_intro_ul {
	margin-top: 84px;
}
.social_manu .std_tit2 {
	color: #fff;/* font-family: 'Roboto-Bold' !important; */
}
.social_manu .talent_promote {
	margin-top: 93px;
}
.social_manu .talent_promote_li .std_tit5 {
	line-height: 1.2;
}
.talent_promote_li:not(:last-child) {
	flex-grow: 1;
}
.talent_promote_li:not(:last-child) .talent_promote_li_item {
	width: 100%;
}
.talent_promote {
 --width1: 220px;
}
.talent_promote_li_item {
	width: var(--width1);
}
.talent_promote_li_item .std_tit5, .talent_promote_li_icon {
	width: var(--width1);
}
.talent_promote_li_img p {
	width: calc(100% - var(--width1));
	right: 0;
}
.campus_main .social_manu .talent_promote {
	margin-top: 70px;
}
.social_manu .talent_promote_li_item .std_tit5 {
	margin-bottom: 0;
}
.social_detail_main .scln_xia {
	display: block;
}
.social_return a {
	color: #fff;
}
.social_return {
	margin-bottom: 30px;
}
.scln_top_first .std_tit2 {
	color: #140E4C;
}
.scln_top_first .std_tit30 {
/* font-family: 'Roboto-Bold' !important; */
}
.social_share_modal {
	position: absolute;
	left: calc(100% + 10px);
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	z-index: 98;
	padding: 18px 14px;
	box-shadow: 0 5px 13px rgba(35, 50, 64, 0.13);
	border-radius: 10px;
	width: 200px;
}
.social_share_modal::before {
	content: '';
	width: 10px;
	height: 100%;
	position: absolute;
	left: -10px;
	top: 0;
}
.social_select_share {
	position: relative;
}
.social_share_modal_font {
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
	color: #140E4C;
}
.social_share_modal_img, .social_share_modal_img img {
	width: 100%;
}
.social_share_copy {
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.social_share_copy_font {
	font-size: 14px;
	color: #ed7129;
	line-height: 1.5;
	margin-left: 10px;
	white-space: nowrap;
	cursor: pointer;
}
.social_share_copy_box {
	flex-grow: 1;
	min-width: 120px;
	border-radius: 6px;
	border: 1px solid #BCBFD0;
	font-size: 14px;
	line-height: 30px;
	height: 32px;
	padding: 0 8px;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	background: #F7F8FA;
	color: #BCBFD0;
	cursor: not-allowed;
}
.social_share_copy_box::selection {
	background: transparent;
	color: #BCBFD0;
}
 .social_share_copy_box::-moz-selection {
 background: transparent;
 color: #BCBFD0;
}
 .social_share_copy_box::-webkit-selection {
 background: transparent;
 color: #BCBFD0;
}
.social_share_modal_img {
	position: relative;
}
.social_pop {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0, 1, 178, .6);
	color: #fff;
	text-align: center;
	line-height: 1.5;
	padding: 10px 20px;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s ease;
}
.social_share_modal.act .social_pop {
	opacity: 1;
}
.social_share_modal {
	transform: translate(20px, -50%);
	opacity: 0;
	pointer-events: none;
	transition: all .36s ease-out;
}
.social_share_modal.on {
	opacity: 1;
	pointer-events: all;
	transform: translate(0, -50%);
}
.social_select_hover {
	position: relative;
}
.scln_top {
	display: block;
	position: relative;
}
.scln_link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.scln_top_first_other {
	position: relative;
	z-index: 10;
}
.stfo_link {
	position: relative;
}
.social_core_list_nub {
	position: relative;
	z-index: 2;
}
.social_core_list_nub.zindex {
	z-index: 10;
}
.social_main .esg_care_btm_wrap, .campus_main .esg_care_btm_wrap {
	max-width: calc(33.333333vw - 13px);
}
.social_main .esg_care_btm_wrap .swiper-wrapper, .campus_main .esg_care_btm_wrap .swiper-wrapper {
	margin: 0 -5px;
}
.talent_intro_li .ys_imgbox_cover {
	border-radius: 0 8px 8px 0;
}
.talent_promote_li_icon img {
	width: 100%;
}
.talent_intro .mod_title {
	max-width: 100%;
}
.ssmi_box {
	width: 100%;
}
.ssmi_box canvas {
	width: 90%;
	margin: 0 auto;
	display: block;
}
.social_share_modal {
	padding: 16px 18px;
}
.social_share_modal_font {
	margin-bottom: 10px;
}
.social_share_modal_img {
	margin-bottom: 10px;
}
.social_select {
	position: relative;
	z-index: 50;
}
/* tammy - end */


/* helen - star */

.press_news_ificatio {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.press_news_ificatio_li .std_tit5 {
	color: #000;
	transition: all 0.36s;
	display: block;
	padding: 0px;
	padding-bottom: 6px;
	margin:0px 20px;
	position: relative;
	
}
.press_news_ificatio_li .std_tit5::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #14508e;
	transition: all 0.36s;
	opacity: 0;
}
.press_news_ificatio {
	margin-bottom: 55px;
}
.press_news_ificatio_li.act .std_tit5 {
	color: #14508e;
}
.press_news_ificatio_li.act .std_tit5::after {
	width: 100%;
	opacity: 1;
}
.press_news_ificatio_li {
	padding-right: 18px;
}
.page_head {
	width: 100%;
	background: #EAF0F9;
	padding-top: 24px;
	padding-bottom: 34px;
}
.page_head_cont {
	width: 100%;
	position: relative;
}
.page_head_cont .mod_bord {
	position: static;
}
.page_head_cont .mod_bord_ul_li a {
	color: #140E4C;
}
.page_head_cont .mod_bord_ul_li::after {
	background: rgba(12, 12, 56, 0.5);
}
.page_head_tit .std_tit3 {
	color: #140E4C;
	font-weight: bold;
	line-height: 1.5;
}
.page_head_tit {
	margin-top: 25px;
	margin-bottom: 28px;
}
.page_head_btm {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.page_head_btm_ri .page_cont_le_share {
	margin-bottom: 0 !important;
}
.page_head_btm_le p {
	color: #140E4C;
}
.page_cont_wrap {
	flex-direction: row-reverse;
}
.page_cont_le {
	padding-right: 0;
	padding-left: 64px;
}
.page_cont_ri {
	padding-right: 94px;
	padding-left: 0;
}
.page_cont_ri::after {
	left: auto;
	right: 0;
}
.page_cont_ri_more {
	margin-top: 43px;
}
.page_cont_le_tit .std_tit4 {
	color: #140E4C;
	line-height: 1.6;
	font-weight: bold;
}
.page_cont_le_list {
	width: 100%;
	position: relative;
}
.pcll_wrak {
	width: 100%;
	position: relative;
}
.pcll_wrak_time p {
	font-size: 14px;
	line-height: 1.6;
	color: #64636F;
}
.pcll_wrak_info p {
	font-size: 14px;
	line-height: 1.6;
	color: #140E4C;
	overflow: hidden;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	transition: all 0.36s;
}
.pcll_wrak {
	border-bottom: 1px solid #C2C2DA;
}
.pcll_wrak a {
	display: block;
	padding: 32px 0;
}
.pcll_wrak_time {
	margin-bottom: 10px;
}
.pcll_wrak:last-child {
	border-bottom: none;
}
.clbi_li_posit_ul {
	margin-bottom: 28px;
}
.clbi_li_posit_subt p {
	color: #ed7129;
	text-align: center;
	font-weight: bold;
}
.clbi_li_posit_img {
	margin-bottom: 10px;
}
.mhrn_down2_li a {
	padding: 14px 0;
}
.mhrn_down2 {
	background: transparent !important;
	padding: 0 !important;
	border-radius: 0 !important;
}
.mhrn_down2_le {
	background: #14508e;
	padding: 10px 25px;
	border-radius: 0 0 10px 10px;
}
.mhrn_down2_ri {
	background: #181854;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 100%;
	/* min-height: 100%;
    height: 100%; */
	padding: 10px 25px;
	display: none;
}
.mhrn_down2_ri::after {
	content: '';
	position: absolute;
	top: 0;
	left: -8px;
	width: 30px;
	height: 100%;
	background: #181854;
}
.mdru_li {
	min-width: 248px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mdru_li a {
	display: block;
	width: 100%;
}
.mdru_li .mhrn_down2_li_ri {
	padding-left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.mdru_li .mdlr_ri {
	opacity: 0 !important;
	transition: all 0.36s;
}
.mdru_li.yxnav_active3 .mdlr_ri {
	opacity: 1 !important;
}
.mdru_li.yxnav_active3 .mdlr_le p {
	color: #5EECFF !important;
}
.mdru_li .mdlr_le p {
	color: #fff !important;
}
.esg_commit_le_info h2 {
	line-height: 1.4;
}


/*鼠标效果*/
@media screen and (min-width: 1200px) {
.pcll_wrak:hover .pcll_wrak_info p {
	color: #ed7129;
}
}
/* p,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
li,
a {
    word-wrap: normal;
    word-break: keep-all;
} */

.tech_intro_text {
	padding: 0 70px 0 50px;
}
.source_top_right img {
	border-radius: 10px;
}
.talent_intro .std_tit2 {
	color: #fff;
	/* font-family: 'Roboto-Bold' !important; */
	width: 60%;
}
.line_sec4 .std_tit2 span {
	color: #5EECFF;
}
.talent_recru_item_img2 {
	display: none;
}
.tech_prodt .esg_care_cont .swiper-pagination-progressbar-fill {
	background: #5EECFF !important;
}
.mhrn_down2_ri {
	border-radius: 10px 0 10px 10px;
}
.page_cont_wrap {
	width: calc(100% + 85px);
}
.page_cont_le {
	width: 426px;
}
.page_cont_ri {
	width: calc(100% - 426px);
}
.page_cont_le_tit img {
	width: 24px;
	margin-right: 16px;
}
.page_cont_le_tit {
	display: flex;
	align-items: center;
}
.pcll_wrak a {
	display: flex;
}
.pcll_wrak_time {
	flex: none;
	padding-right: 32px;
}
.pcll_wrak_time p {
	color: #140E4C;
	line-height: 1.6;
	font-weight: bold;
}
.mfrw_li .ys_select_bd {
	max-height: 170px;
}
.mhrn_down2_li {
	position: relative;
}
.mhrn_down2_li .mdlr_ri {
	display: none;
}
.mhrn_down2_li.acty .mdlr_ri {
	display: block;
}
.mhrn_down2_le {
	padding: 10px 0px !important;
}
.mhrn_down2_li {
	border-bottom: none !important;
	padding: 0 25px;
}
.mhrn_down2_li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mdru_li a {
	border-bottom: none !important;
}
.mhrn_down2_li:last-child a, .mhrn_down2_li:last-child a, .mdru_li:last-child {
	border-bottom: none;
}
.mhrn_down2_ri::after {
	display: none;
}
.mhrn_down2_ri, .mhrn_down2_le {
	border-radius: 0px !important;
}
.page_cont_le {
	position: sticky;
	top: 120px;
	right: 0;
}
.page_cont_wrap {
	align-items: flex-start;
}
#nodata {
	font-size: 14px;
	color: #fff;
	opacity: 0.3;
}
.mhrn_down2_ri {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.mhrn_down2_le {
	padding: 0px 0px !important;
}
.cdbh_slick_item_pic .ys_imgbox_cover::after {
	display: none;
}
.pcrb_li span {
	width: auto !important;
}
.cpbu_wrap_btm_info p {
	height: auto !important;
	line-height: 1.75;
}
.compan_partn_btm_ul {
	align-items: stretch;
}
.compan_partn_btm_ul .cpbu_wrap {
	height: auto !important;
}
.compan_partn_btm_width .edbl_qieh {
	bottom: 100px;
}
/* .line_sec1_li_texy  {
    width: 56%;
}

.line_sec1_li_img  {
    width: 48%;
} */

.std_word2, .std_word2 p {
	line-height: 1.75;
}
.std_tit2 {
	font-size: 44px;
}
.mod_top {
	width: 50px;
	position: fixed;
	bottom: 35px;
	right: 35px;
	z-index: 99;
	cursor: pointer;
	/* background: #fff; */
    /* border-radius: 6px; */
	overflow: hidden;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	opacity: 0;
	transition: all 0.36s;
	pointer-events: none;
}
.mod_top img:nth-child(2) {
	opacity: 0;
}

/*鼠标效果*/
@media screen and (min-width: 1200px) {
.mod_top:hover img:nth-child(1) {
	opacity: 0;
}
.mod_top:hover img:nth-child(2) {
	opacity: 1;
}
}
.mod_top.isshow {
	opacity: 1;
	pointer-events: all;
}
 @media screen and (max-width: 1921px) {
.mod_top {
	width: 40px;
}
}
 @media screen and (max-width: 1560px) {
.mod_top {
	width: 36px;
	bottom: 20px;
	right: 20px;
}
}
 @media screen and (max-width: 991px) {
.mod_top {
	width: 28px;
	bottom: 15px;
	right: 15px;
}
}
.line_sec3_text li {
	margin-bottom: 60px;
}
.line_sec3_text.line_sec3_right li {
	margin-bottom: 55px;
}
.hlwr_time p, .hwbu_li_ri p, .haru_top .std_tit3, .mflb_ri_li_btm p, .mod_fot_informa_le p a, .hwbu_li_ri p, .cabu_li_tit p, .cbrh_item span, .cblw_item span, .csii_item .std_tit30, .scln_top_text span, .page_head_btm_le p, .pcll_wrak_time p, .carb_ri p, .clpu_ri p, .clbi_li_posit_subt p {
	font-family: 'Roboto-Regular';
}
/* .mod_top {
    border-radius: 50%;
} */



.swru_li {
	height: 400px;
	display: flex;
	align-items: center;
}
.swru_li a {
	height: 100%;
}
/* 二期 - end test */


/*2024.1.10 star*/

.mod_fot_le_system {
	display: flex;
}
.mod_fot_le_share1 {
	padding-left: 30px;
	margin-left: 30px;
	position: relative;
}
.mod_fot_le_share1::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 1px;
	height: 24px;
	background: #64636F;
}
.mfls_lite {
	position: relative;
}
.mfls_tit {
	position: absolute;
	top: 38px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}
.mfls_tit p {
	color: #64636F;
	font-size: 14px;
	line-height: 1.5;
	white-space: nowrap;
}
.thank_pop_cont {
	padding: 100px;
}
.thank_pop_icon {
	width: 110px;
	margin: 0 auto;
	margin-bottom: 67px;
}
.thank_pop_icon img {
	width: 100%;
}
.thank_pop_tit .std_tit2 {
	text-align: center;
	line-height: 1.3;
	font-weight: bold;
	color: #140E4C;
}
.thank_pop_tit {
	margin-bottom: 12px;
}
.thank_pop_info p {
	color: #64636F;
	line-height: 1.6;
	text-align: center;
}
.thank_pop_info {
	margin-bottom: 68px;
}
.thank_pop_more {
	display: flex;
	justify-content: center;
}
.thank_pop_more .mod_more_link {
	padding-right: 15px !important;
	font-size: 18px;
	line-height: 46px;
	font-weight: bold;
}
.thank_pop {
	display: none;
}
.thank_pop_cont {
	padding: 65px;
}
.thank_pop .mod_more_link {
	padding-left: 15px !important;
}
.ys_nypage .ys_hd_pc_logo {
	width: 210px;
}
 @media screen and (max-width: 1680px) {
.thank_pop_icon {
	width: 90px;
	margin-bottom: 40px;
}
.thank_pop_cont {
	padding: 66px;
}
.thank_pop_info {
	margin-bottom: 50px;
}
}
 @media screen and (max-width: 1440px) {
.thank_pop_icon {
	width: 76px;
	margin-bottom: 25px;
}
.thank_pop_cont {
	padding: 24px;
}
.thank_pop_info {
	margin-bottom: 35px;
}
.thank_pop .mod_more_link {
	width: 173px;
}
.thank_pop_more .mod_more_link {
	padding-right: 15px !important;
	font-size: 16px;
	padding-left: 15px !important;
	text-align: center;
}
}
 @media screen and (max-width: 991px) {
.mod_fot_le_share1 {
	padding-left: 14px;
	margin-left: 14px;
}
.thank_pop_icon {
	width: 54px;
	margin-bottom: 18px;
}
.thank_pop_info {
	margin-bottom: 20px;
}
}
@media screen and (max-width: 768px) {
.thank_pop_cont {
	padding: 0px;
}
}
/*2024.1.10 end*/

/* 2025.2.7 ada */
.mod-tit, .mod-tit p {
	font-size: 44px;
	color: #140E4C;
	line-height: 1.6;
}
.mod-toptit, .mod-toptit p {
	font-size: 30px;
	color: #140E4C;
	line-height: 1.6;
}
.mod-midtit, .mod-midtit p {
	font-size: 24px;
	color: #000;
	line-height: 1.6;
}
.mod-text, .mod-text p {
	font-size: 16px;
	color: #333;
	line-height: 1.6;
}
.mod-space {
	padding-top: 120px !important;
}
.mod-space3 {
	padding-bottom: 120px !important;
}
.mod-space2 {
	padding-top: 100px !important;
}
.mod-space4 {
	padding-top: 40px !important;
}
.detail-main .mod_main {
	background: #F4F7FC;
}
.detail-main .ys_banner1 .ys_ban_imgbox::before {
	opacity: 0;
}
.detail-main .ys_banner {
	background: #F4F7FC;
}
.detail-main.ys_nypage .ys_ban_imgbox::after {
/* opacity: 0; */
}
.detail-main .mod_bord_ul_li a {
	color: #8483a4;
}
.detail-main .mod_bord_ul_li::after {
	background: #8483a4;
}
.detail-main .ys_ban_slick .slick-dots li {
	width: 11px;
	height: 11px;
	background: #ed7129;
	border: 0px;
	opacity: .3;
}
.detail-main .ys_ban_slick .slick-dots li::after {
	display: none;
}
.detail-main .ys_ban_slick .slick-dots li.slick-active {
	border-color: #ed7129;
	opacity: 1;
}
.detail-main .mod_bord {
	bottom: -57px;
}
.detail-main .ys_ban_slick .slick-dots {
	bottom: 25px;
}
.detail-quote {
	padding-top: 148px;
}
.detail-quote-cry {
	width: 60%;
}
.detail-main h2 {
	line-height: 1.6;
	color: #140E4C;
}
.detail-quote-cry-word p {
	line-height: 1.6;
	color: #140E4C;
}
.detail-quote-cry-btn {
	margin-top: 34px;
}
.detail-quote-cry-btn .mod_more_link {
	width: 130px;
	background: #ed7129;
	border: 1px solid #ed7129;
}
.detail-quote-cry-btn .mod_more_link img {
	right: 24px;
}
.detail-feature .ys_cont1440 {
	display: flex;
	flex-wrap: wrap;/* flex-wrap: wrap; */
}
.detail-feat-le {
	width: calc(100% - 10px);
}
.detail-feat-ri {
	height: fit-content;
	width: calc(40% + 10px);
	padding-left: 122px;
}
.detail-feat-ri-cry {
	height: 100%;
	background: #FFF;
	padding: 57px 0 72px;
}
.detail-feat-le h2 {
	margin-bottom : 52px;
}
.detail-feat-le-ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -29px;
}
.dflu-li {
	padding: 0 29px;
	width: 33.333333%;
}
.dflu-li-word .std_word {
	margin-top: 24px;
}
.dflu-li-word {
	position: relative;
	padding-left: 29px;
}
.dflu-li-word::before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 13px;
	height: 13px;
	border-radius: 13px;
	background: #ed7129;
}
.dfrt-img {
	margin: 0 45px;
}
.dfrt-img {
	width: 100%;
}
.dfrt-img {
	width: 35.4%;
}
.dfrt-link {
	padding: 43px 45px 41px 59px;
}
.dfrt-link-text {
	margin-top: 18px;
}
.dfrt-link-ul {
	margin-top: 24px;
}
.dfrt-link-ul-li {
	margin-bottom: 17px;
}
.dfrt-link-ul-li:last-child {
	margin-bottom: 0;
}
.dlul-box {
	display: flex;
	align-items: center;
}
.dlul-box img {
	width: 24px;
	margin-right: 25px;
}
.detail-feat-ri-bom {
	position: relative;
	padding: 52px 45px 0 59px;
}
.detail-feat-ri-bom::after {
	content: "";
	position: absolute;
	top: 0;
	left: 27px;
	width: 86.6%;
	height: 1px;
	background: #E9E9E9;
	padding: 0 27px 0 34px;
}
.dfrb-load {
	display: flex;
	align-items: center;
	margin-top: 34px;
}
.dfrb-load img {
	width: 24px;
	margin-right: 25px;
}
.detail-model-cry {
	width: 100%;
}
.detail-cry-top-table table {
	width: 100%;
}
.yxedr_active tr:nth-child(1) td {
	font-size: 16px;
	line-height: 1.6;
	font-weight: 700;
	color: #fff;
}
.yxedr_active td {
	font-size: 16px;
	font-weight: 400;
	padding: 21px 20px;
	border-right: 1px solid #E5E5E5;
	text-align: left;
	line-height: 1.6;
	vertical-align: middle;
	background: #fff;
	color: #666;
}
.yxedr_active tr td:last-child {
	border-right: 0px;
}
.detail-cry-top-table tr:nth-child(1) td {
	background: #ed7129 !important;
	border-right: 1px solid #E5E5E5;
}
.detail-model-ul-li {
	padding-bottom: 70px;
}
.detail-model-ul-li:last-child {
	margin-bottom: 120;
}
.detail-cry-top-table tr:nth-child(odd) td {
	background-color: #F4F7FC;
}
.detail-cry-top-table tr:nth-child(even) td {
	background-color: #ffffff;
}
.detail-model-cry h2 {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #E0E3E7;
}
.detail-tech-ul {
	margin-top: 43px;
}
.detail-tech-cry {
	width: 100%;
}
.detail-tech-ul {
	border-radius: 10px;
	overflow: hidden;
}
.detail-tech-ul-li {
	position: relative;
}
.detail-tech-ul {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.dtul-img::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 70.68%, #000 100%);
}
.dtul-text {
	position: absolute;
	left: 52px;
	bottom: 40px;
	font-size: 28px;
	color: #fff;
	line-height: 1.6;
	z-index: 20;
}
.detail-tech-slick-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	width: 100%;
	z-index: 10;
}
.detail-tech-slick {
	position: relative;
}
.detail-tech .dtsb-prev {
	position: absolute;
	left: -82px;
	width: 42px;
	height: 42px;
	z-index: 10;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
}
.detail-tech .dtsb-next {
	position: absolute;
	right: -82px;
	width: 42px;
	height: 42px;
	z-index: 10;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
}
.detail-tech .dtsb-prev img, .detail-tech .dtsb-next img {
	width: 100%;
}
.client-main .ys_ban_imgbox::before {
	height: 38%;
}
.client-main .ys-video-btn {
	position: absolute;
	bottom: 131px;
	right: 0;
	z-index: 20;
	cursor: pointer;
}
.video-btn {
	position: relative;
}
.client-main p {
/*color: #fff;*/
}
.ccul-word .mod-tit {
	font-weight: 700;
}
.ccul-word .mod-text {
	line-height: 1.5;
	margin-top: 24px;
}
.client-coop-ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}
.client-coop-ul-li {
	padding: 0 12px;
	width: 50%;
	position: relative;
	margin-bottom: 23px;
}
.ccul-word {
	position: absolute;
	bottom: 40px;
	z-index: 20;
	padding: 0 67px 0 52px;
}
.ccul-img {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.ccul-img::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.7;
	z-index: 10;
	background: linear-gradient(180deg, rgba(0, 1, 178, 0.00) 50%, #0001B2 100%);
}
.client-main .mod_main {
	background-color: #140E4C;
}
.client-main .mod-tit, .client-main .mod-tit p {
	color: #fff;
}
.client-coop {
	padding-top: 73px;
	position: relative;
}
.client-coop-ul {
	margin-top: 61px;
}
.client-coop-bj {
	position: absolute;
	left: 0;
	top: 0;
	width: 697px;
	height: 697px;
	border-radius: 697px;
}
.client-coop-bj2 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 697px;
	height: 697px;
	border-radius: 697px;
}
.client-coop-bj-cry {
	position: absolute;
	width: 100%;
	height: 100%;
	left: -35%;
	top: -40%;
	opacity: 0.5;
	background: radial-gradient(48.11% 48.11% at 50% 51.89%, #0001B2 0%, rgba(0, 1, 178, 0.00) 100%);
	filter: blur(25px);
}
.client-coop-bj-cry2 {
	position: absolute;
	width: 100%;
	height: 100%;
	right: -35%;
	bottom: 10%;
	opacity: 0.5;
	background: radial-gradient(48.11% 48.11% at 50% 51.89%, #0001B2 0%, rgba(0, 1, 178, 0.00) 100%);
	filter: blur(25px);
}
.ccul-img img {
	width: 100%;
	transition: all .4s;
}
.ccul-word-tit {
	/* font-size: 30px; */
	font-weight: 700;
	color: #fff;
	line-height: 1.6;
}
.cpul-prod img {
	width: 100%;
	margin-top: 56px;
}
.ccul-word {
	pointer-events: none;
}
.cpul-equi .swiper-slide {
	padding: 0 5px;
}
.cpul-equi .swiper {
	margin-top: 50px;/* padding-bottom: 77px; */
}
.cpul-equi-text {
	color: #fff;
	margin: 0 auto;
	width: fit-content;
	margin-top: 36px;
}
.cpul-equi-img img {
	transition: all .4s;
}
.cpul-equi .swiper {
	position: relative;
}
.cpul-equi .swiper-pagination {
	width: 52% !important;
	top: calc(100% - 2px)!important;
	height: 2px !important;
	left: 50% !important;
	transform: translateX(-50%);
	margin-top: 75px;
	position: relative;
}
.cpul-equi .swiper-pagination-progressbar {
	background: rgba(255, 255, 255, .2) !important;
}
.cpul-equi .swiper .swiper-pagination-fraction {
	display: none;
}
.ticl_li_top_tit {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.75;
	color: #140E4C;
}
.tech_intell_cry {
	display: flex;
}
.tech_intell_cry_le {
	width: 45%;
}
.tech_intell_cry_ri {
	width: 55%;
	padding-left: 10px;
}
.ticl_li {
	padding-right: 100px;
	padding-top: 14px;
}
.ticl_li:first-child {
	padding-top: 0;
}
.ticl_li:first-child .ticl_li_top {
	border-top: 0;
	padding-top: 0;
}
.ticl_li_top {
	padding-right: 14px;
	border-top: 1px solid rgba(20, 14, 76, .1);
	padding-top: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
.ticl_li_top_img {
	position: relative;
	width: 18px;
}
.ticl_li_top_img img {
	width: 100%;
	/* position: absolute; */
	transition: all .4s;
}
.ticl_li_top_img img:nth-child(2) {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
}
.ticl_li_bom_text p {
	margin-top: 16px;
	line-height: 1.75;
	opacity: .7;
}
.ticl_li_bom_ul {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -18px;
}
.tlbu_li {
	padding: 0 18px 4px;
}
.tlbu_li p {
	line-height: 1.75;
	opacity: .7;
	position: relative;
	padding-left: 21px;
}
.tlbu_li p::before {
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background: #D9D9D9;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.ticl_li_bom {
	padding-right: 72px;
	display: none;
}
.ticl_li_bom_btn a {
	display: inline-block;
	margin-top: 25px;
	border-radius: 24px;
	background: #ed7129;
	padding: 0 20px;
	line-height: 28px;
	width: fit-content;
	/* border: 1px solid #ed7129; */
	transition: all .4s;
	position: relative;
}
.ticl_li_bom_btn a img {
	width: 12px;
	transition: all .4s;
	position: relative;
}
.ticl_li_bom_btn a img:nth-child(2) {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
}
.ticr_ul_li:nth-child(n+2) {
	display: none;
}
.ticl_li.act .ticl_li_top_img img:nth-child(2) {
	opacity: 1;
}
.ticl_li.act .ticl_li_top_img img:nth-child(1) {
	opacity: 0;
}
.ticr_li:nth-child(n+2) {
	display: none;
}
.tech_main h2 {
	color: #fff;
	line-height: 1.6;
	margin-bottom: 36px;
}
.tech_hight_slit_cry {
	display: flex;
	/* align-items: center; */
	border-radius: 10px;
	overflow: hidden;
}
.thsc_le {
	width: 49%;
}
.thsc_ri {
	width: 51%;
	padding: 0 90px;
	border-radius: 10px;
	/* background: rgba(255, 255, 255, .5); */
	background: #202051;
}
.tech_hight {
	background: #140E4C;
}
/* .tech_hight .mod-midtit{
    color: #fff;
} */

.tech_hight p {
	color: #fff;
}
.thsc_ri_cry {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.thsc_ri_ul {
	margin-top: 20px;
}
.thsc_ri_ul_li p {
	padding-left: 24px;
	position: relative;
}
.thsc_ri_ul_li p::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 8px;
	height: 8px;
	background: #37BECC;
	border-radius: 8px;
}
.thsc_ri_ul_li {
	margin-top: 16px;
}
.thsc_ri_ul_li:first-child {
	margin-top: 0;
}
.tech_hight_slit .ticl_li_bom_btn a {
	margin-top: 0;
	position: absolute;
	top: calc(100% + 36px);
}
.tech_hight_stack .tech_hight_slit_cry {
	flex-direction: row-reverse;
	position: relative;
}
.tech_hight_stack .thsc_ri {
	background: #37BECC;
	padding: 0 150px 0 76px;
	position: absolute;
}
.tech_hight_stack .thsc_le {
	width: 51.59%;
}
.thsc_ri_text p {
	line-height: 1.75;
	margin-top: 20px;
}
.tech_hight_liqu_top {
	margin-top: 50px;
}
.thlt_ul_li:first-child {
	padding-left: 0;
}
.thlt_ul_li:last-child {
	padding-right: 0;
}
.thlt_ul_li {
	width: 20%;
	cursor: pointer;
	position: relative;
	padding: 0 80px;
}
.thlt_ul_li_img {
	position: relative;
	width: 32px;
	height: 32px;
	margin: 0 auto;
}
/* .thlt_ul_li.act .thlt_ul_li_img{
    width: 72px;
    height: 72px;
} */
.thlt_ul_li_img img {
	transition: all .4s;
	position: relative;
}
.thlt_ul_li_img img:nth-child(1) {
	width: 32px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.thlt_ul_li_img2 {
	width: 72px;
	height: 72px;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.thlt_ul_li span {
	display: block;
	width: 32px;
	height: 32px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	margin: 0 auto;
	opacity: 0;
	transition: all .4s;
}
.thlt_ul_li span::before, .thlt_ul_li span::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(55, 190, 204, 1);
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}
.act.thlt_ul_li span::before, .act.thlt_ul_li span::after {
	animation: circlekuo 2s linear infinite;
}
.thlt_ul_li.act span {
	opacity: 1;
}
.thlt_ul_li.act span::after {
	animation-delay: 1s;
}
@keyframes circlekuo {
 0% {
 transform: translate(-50%, -50%) scale(0);
 opacity: 1;
}
 100% {
 transform: translate(-50%, -50%) scale(2.2);
 opacity: 0;
}
}
.thlt_ul_li.act .thlt_ul_li_img img:nth-child(1) {
	opacity: 0;
}
.thlt_ul_li.act .thlt_ul_li_img2 {
	opacity: 1;
}
.thlb_le_top {
	display: flex;
	align-items: center;
}
.thlb_le_top .ticl_li_bom_btn a {
	margin-top: 0;
}
.thlb_le_top p {
	line-height: 1.5;
	margin-right: 68px;
}
.tech_hight_liqu_bom {
	display: flex;
	align-items: center;
}
.thlb_le {
	width: 26.875%;
}
.thlb_ri {
	width: 73.125%;
	padding-left: 199px;
}
.thlb_ri img {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;/* transform: scale(0); */
}
.thsc_ri_ul_li p {
	opacity: .8;
}
.tech_hight_liqu_bom .thsc_ri_ul {
	margin-top: 50px;
}
.tech_hight_liqu_bom .thsc_ri_ul_li {
	margin-bottom: 29px;
}
.thsc_ri_btn {
	display: flex;
	margin: 0 -8px;
}
.thsc_ri_btn_prev, .thsc_ri_btn_next {
	padding: 0 8px;
	cursor: pointer;
}
.thsc_ri_btn_prev img, .thsc_ri_btn_next img {
	width: 42px;
}
.tech_hight_liqu_bom .thsc_ri_ul_li:last-child {
	margin-bottom: 0;
}
.thsc_ri_btn {
	margin-top: 80px;
}
.thlt_ul_li_text {
/* display: none; */
}
.thlt_ul_li_text p {
	text-align: center;
}
.tech-main .ys_banner {
	background: #EAF0F9;
	height: 419px;
}
.tech-main .detail-cry {
	background: #F4F7FC;
}
.tech-main .detail-cry .ys_cont1440 {
	display: flex;
	flex-wrap: wrap;
}
.tech-main .detail-feat-le.yxedr_active p {
	line-height: 1.6;
}
.tech-main .detail-feat-le.yxedr_active img {
	margin-top: 48px;
}
.tech-main .dfrt-link {
	padding: 43px 45px 8px 59px;
}
.tech-main .detail-feature {
/* padding: 120px 0; */
}
.tech-main .mod_bord_ul_li a {
	color: rgba(20, 14, 76, .5);
}
.tech-main .mod_bord_ul_li::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	width: 1px;
	height: 10px;
	background: rgba(20, 14, 76, .5);
}
.tech-detail.ys_cont1440 {
	position: relative;
	top: 67%;
	transform: translateY(-50%);
}
.tech-detail.ys_cont1440 .std_tit1 {
	color: #140E4C;
}
.tech-main .mod_bord {
	top: calc(80px + 28px);
	height: fit-content;
}
.detail-model-ul-li1 tr td:nth-child(1) {
	width: 27.5%;
}
.detail-model-ul-li1 tr td:nth-child(2) {
	width: 21.5%;
}
.detail-model-ul-li1 tr td:nth-child(3) {
	width: 16%;
}
.detail-model-ul-li1 tr td:nth-child(4) {
	width: 9%;
}
.detail-model-ul-li1 tr td:nth-child(5) {
	flex: 1;
}
.detail-model-ul-li2 tr td:nth-child(1), .detail-model-ul-li3 tr td:nth-child(1) {
	width: 32.4%;
}
.detail-model-ul-li2 tr td:nth-child(2), .detail-model-ul-li3 tr td:nth-child(2) {
	flex: 1;
}
.dfrt-img img {
	width: 100%;
}
.detail-quote-cry-word p {
	margin-top: 34px;
}
.client-coop .ys_cont1440 {
	position: relative;
	z-index: 10;
}
.video-btn img {
	width: 75px;
}
.thlt_ul_li_top {
	position: relative;
}
.thlt_ul_li {
	padding-top: 20px;
}
.thlt_ul_li_top::after {
	content: '';
	height: 4px;
	background: #4a6cf7;
	width: 220px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
	background: #6152BD;
	opacity: 0.3;
	left: calc(50% + 40px);
}
.thlt_ul_li:last-child .thlt_ul_li_top::after {
	display: none;
}
.slick-slide {
	width: auto; /* 让宽度自动适应内容 */
}
.slick-slide img {
	width: 100%; /* 确保图片或其他内容自适应 */
	height: auto;
}
.thsc_ri_cry .thsc_ri_tit {
	color: #fff;
}
.tech_hight_stack .thsc_ri {
	left: 0;
	top: 0;
	height: 100% !important;
}
.detail-feat-le img {
	border-radius: 10px;
	border: 1px solid #E1E1E1;
}
.tech_hight_stack .ticl_li_bom_btn a {
	background: #fff;
}
/* 地图 */
.cont_map {
	background: #F4F7FC;
	position: relative;
	overflow: hidden;
	/* height: 1044px; */
	width: 100%;
}
.cont_map_img.on {
	transform: scale(2);
	transition: all .4s;
}
.cont_map_img_bj {
	width: 100%;
}
.cont_map_img_bj img {
	width: 100%;
}
.cont_map_tit {
	position: absolute;
	z-index: 10;
	top: 128px;
	left: 50%;
	transform: translateX(-50%);
}
.cont_map_cry {
	width: 100%;
	position: absolute;
	z-index: 10;
	left: 50%;
	transform: translateX(-50%);
	bottom: 60px;
}
.cont_map_ul {
	display: flex;
	align-items: end;
	width: 100%;
	margin: 0 -12px;
}
.cont_map_ul_li {
	width: 25%;
	padding: 0 12px;
	cursor: pointer;
}
.tech_hight_stack .thsc_le img {
	width: 100%;
}
.cmul_box {
	padding: 33px 19px 22px 26px;
	background: #DCE9FF;
	transition: all .4s;
}
.cmul_top {
	display: flex;
	justify-content: space-between;
}
.cmul_top_tit {
	font-size: 20px;
	color: #140E4C;
	line-height: 1.5;
	transition: all .4s;
}
.cmul_top_num {
	font-size: 64px;
	color: #140E4C;
	font-family: "Urbanist-Regular";
	margin-top: 26px;
	margin-left: 37px;
	transition: all .4s;
}
.cmul_bom {
	/* transition: all .4s; */
	display: none;
	margin-top: 87px;
}
.cont_map_ul_li.on .cmul_box {
	background: #ed7129;/* padding:33px 19px 22px 39px; */
}
.cont_map_ul_li.on .cmul_top_tit, .cont_map_ul_li.on .cmul_top_num, .cont_map_ul_li.on .cmul_bom p {
	color: #fff;
}
.cmip_li_xing {
	position: relative;
}
.cmip_li_xing p {
	font-size: 16px;
	color: #0022EA;
	font-weight: 700;
	position: absolute;
	width: max-content;
	bottom: calc(100% + 9px);
	left: 50%;
	transform: translateX(-50%);
}
.cmip_li_xing_img {
	width: 100%;
}
.cmip_li_xing img {
	width: 20px;
	position: relative;
}
.cmip_li_xing_img::before, .cmip_li_xing_img::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #ed7129;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	transition: all .4s;
	opacity: 0;
}
.cmip_li.act .cmip_li_xing_img::before, .cmip_li.act .cmip_li_xing_img::after {
	animation: circlekuo 2s linear infinite;
	opacity: 1;
}
.cmip_li_xing_img::after {
	animation-delay: 1s;
}
.cmip_li {
	position: absolute;
	cursor: pointer;
	transform: translate(-50%, -100%);
}
.cmip_li_addr {
	display: flex;
	align-items: center;
	position: absolute;
	width: max-content;
}
.cmip_li_addr img {
	width: 10px;
	transition: all .4s;
}
.cmip_li.act .cmip_li_addr img {
	width: 16px;
}
.cmip_li_addr svg {
	width: 56px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 100%;
}
.cmip_li_addr p {
	line-height: 2.2;
	color: #0022EA;
	font-size: 9px;
	hyphens: auto;
	position: absolute;
	width: max-content;
	left: 0;
}
.cmip_leli .cmip_li_addr svg {
	right: 100%;
	left: auto;
}
.cmip_leli .cmip_li_addr p {
	left: auto;
	right: calc(100% + 60px);
}
.cmip_li_text {
	position: absolute;
	top: -3px;
	left: calc(100% + 60px);
}
.cmip_li2 .cmip_li_text, .cmip_li3 .cmip_li_text {
	position: absolute;
	top: -6px;
	left: 0;
}
.cpul-prod-img img:nth-child(2) {
	display: none;
}
.cpul-prod-img img {
	width: 100%;
}
.cmip_li2 .cmip_li_text p, .cmip_li3 .cmip_li_text p {
	font-weight: 700;
}
.cmip_li_text p {
	position: relative;
}
.cmip_leli .cmip_li_text {
	left: 0;
}
.cmip_li2 .cmip_li_addr p, .cmip_li3 .cmip_li_addr p {
	left: 18px;
}
.cont_map_cry {
	position: absolute;
}
.cont_map_img .cmid_li {
	min-width: 396px;
}
.cmid_li {
	max-height: 496px;
	opacity: 0;
	transform: scale(0.5);
	padding: 20px 15px 48px 24px;
	position: absolute;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 10px 13.4px 0px rgba(166, 169, 203, 0.25);
	z-index: 20;
}
.cmid_li .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #0022EA !important;
}
.cmid_li .mCSB_inside>.mCSB_container {
	margin-right: 15px;
}
.cmid_li .mCSB_scrollTools {
	right: -7px;
}
.cmid_li.act {
	opacity: 1;
}
.cmid_li_tit {
	font-size: 18px;
	color: #ed7129;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 25px;
}
.clul_box {
	display: flex;
	align-items: center;
}
.clul_box img {
	width: 16px;
	margin-right: 9px;
}
.cmid_li_ul_li {
	margin-top: 16px;
}
.cmid_li_img {
	width: 100%;
	margin-top: 23px;
}
.cmid_li_img img {
	width: 100%;
}
.cipu_li {
	display: none;
}
.cmip_li1, .cmip_li3, .cmip_li2 {
	display: none;
}
.ticl_li_bom_btn a {
	border: 1px solid transparent;
}
.cont_map_ul2 {
	display: none;
}
.cont_map_phcard {
	display: none;
}
.cont_map_ul_li p {
	font-size: 16px;
	color: #140E4C;
	line-height: 1.6;
	position: relative;
}
.cont_map_mode {
	position: relative;
	height: 100%;
}
.cont_map_ul2 .cont_map_ul_li p::after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 0%;
	transition: all .4s;
	height: 1px;
	background: #0001B2;
}
.cont_map_ul2 .cont_map_ul_li.on p::after {
/* width: 100%; */
}
.cont_map_ul_li {
	height: 100%;
}
.cont_map_top .slick-track {
	display: flex;
	height: 100%;
}
.cont_map_ul2 .cont_map_ul_li p {
	background: #DCE9FF;
	transition: all .4s;
	padding: 10px;
}
.cont_map_ul2 .cont_map_ul_li.on p {
	background: #ed7129;
	color: #fff;
}
.cmid_li {
	height: auto;
}
.cont_map_phcard .slick-track {
	display: flex !important;
}
.thsc_ri_btn_prev, .thsc_ri_btn_next {
	transition: all .4s;
}
.thsc_ri_btn_prev.slick-disabled, .thsc_ri_btn_next.slick-disabled {
	opacity: 0.6;
	pointer-events: none;
}
.cont_map_img.anxia {
	transition: all 0s !important;
}
.cont_map_img {
	width: 100%;
	position: relative;
	transition: all 0.8s;
	overflow: hidden;
}
.cont_map_img_bj {
	width: 100%;
	height: max-content;
	cursor: move;
	position: relative;
}
.cont_map_img_bj img {
	width: 100%;
	pointer-events: none;
}
/* .ys_videom{
    width: 50%;
    height: fit-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
} */
.ys_nypage.detail-main .ys_ban_imgbox::after {
	display: none;
}
.detail-link {
	display: none;
}
.tech_int .ticl_li_bom_btn a {
	margin-top: 0;
}
.detail-cry {
	display: flex;
	flex-wrap: wrap;
}
.detail-cry-le {
	width: 60%;
}
.detail-cry-ri {
	width: 40%;
}
.cmid_li.isnull {
	display: none;
}
.cont_map_img_card {
	position: absolute;
	left: 40.5%;
	top: 26%;
}
.cmid_li {
	left: 0% !important;
	top: 0% !important;
}
/* 地图 end*/
@media screen and (min-width: 1200px) {
.ticl_li_bom_btn a:hover {
	border: 1px solid;
}
.ticl_li_bom_btn a:hover img:nth-child(1) {
	opacity: 0;
}
.ticl_li_bom_btn a:hover img:nth-child(2) {
	opacity: 1;
}
.ticl_li_bom_btn a:hover {
	background: #fff;
}
.cpul-equi-img:hover img {
	transform: scale(1.05);
}
.tech_hight_stack .ticl_li_bom_btn a:hover {
	background: #0001B2;
}
.mod_more_link:hover {
	color: #fff;
	background: transparent;
}
.ccul-img:hover img {
	transform: scale(1.05);
}
}
/* 2025.2.7 ada end*/

.prodetailsBox{ padding:30px 20px; background:#FFF;}
.prodetails-top {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.prodetails-top-left{
	width: 400px;
	height:400px;
	position: relative;
}

/*产品展示*/
#pic-page {text-align: center; margin-top:10px;}
#pic-page a {margin: 0 2px;}
#pic-page a img {width:40px;padding: 2px;border: solid #ccc 1px; margin-bottom:5px;}
#pic-page a:hover img,#pic-page a.active img {border: solid #5280DD 1px;}

@media screen and (max-width: 768px) {
	
	.prodetails-top-left{
	width: 100%;
	
}
	}






.prodetails-top-right {
	margin-left: 30px;
	flex: 1;
}


@media screen and (max-width: 768px) {
	
	.prodetails-top-right {
	margin-left: 0px;
	flex: 1;
}
	
	
	}


.prodetails-name {
	font-size: 24px;
	display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp: 2;
  overflow:hidden;
  line-height:1.2;
}
.prodetails-desc {
	font-size:15px;
	height:260px;
	margin:20px 0;
	overflow: hidden;
}
.prodetails-desc p{ font-size: 15px;
  color: #333333;
  line-height: 2;}
.prodetails-btnlist {
	display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  margin-top: 4%;
}


.prodetails-btnlist .btn_item {
  flex:0 0 auto;
  max-width: 100%;
  max-height: 100%;
  padding-right: 10px;
  font-size:15px;
}




.btn-primary{display: block;
  position: relative;
  overflow:hidden;
  text-align: center;
  box-sizing: border-box;
  width: 180px;
  padding:15px 8px;
  }

.prodetails-btnlist .btn_item font{ margin-right:10px;}

.btnlist01{ background:#14508e;}
.btnlist02{ background:#d22c33;}
.btnlist03{ background:#b1b1b1;}



@media screen and (max-width: 768px) {
	
.btn-primary{
  width: auto;
  padding:15px 8px;
  }
  
  
  
  
  
  
  
  
  .prodetails-btnlist .btn_item {
	  margin-bottom:10px;
	  width:50%;
}

  
  .prodetails-top-left {
  
    height: auto;
	margin-bottom:30px;
    position: relative;
}
  
  
  
  
}
	









.prodetails-content{}
.prodetails-content-title{ display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  border-bottom:
2px solid #14508e;}

.p_item {
  flex:1;
  max-width: 100%;
  max-height: 100%;
}

.text-130 {
  display-radio: 1;
  font_radio: 2;
  background-color: #14508e;
  font-size: 16px;
  color: rgba(255,255,255,1);
  line-height: 1.5;
  padding-left: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 30px;
  width: auto;
  max-width: 220px;
  min-width: 100px;
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}



.prodetailsInfo {
  font-size: 16px;
  line-height: 1.8;
  margin: 30px 0;
}
.prodetailsInfo p{ margin:10px 0;}



/*会员*/
.formbox {
    width: 70%;
   
    padding: 72px 98px 42px 105px;
    background: #fff;
    border-radius: 4px;
	margin:0 auto;
    
}

.formbox label{ padding:10px 0;}
.form-control{ height:40px;}
.invalid-feedback{ padding-top:10px;}
.checkcode{}
.checkcodeinput{ float:left; width:50%;}


.userCenter{
     padding: 70px;
  background:#FFF;
  border-radius:5px;
}

.userCenter td{ border: 1px solid #ddd !important; padding:15px !important;}

.userCenter label{ padding:10px 0;}



@media screen and (max-width: 768px) {
	
	/*会员*/
.formbox {
    width:100%;
   
    padding: 20px;
    background: #fff;
    border-radius: 4px;
	margin:0 auto;
    
}
	
	}
	
	
/*	首页大图*/
.banner-osSlider{ margin:0 auto;}
.banner-osSlider .slider-btn-prev,.banner-osSlider .slider-btn-next{ position:absolute; z-index:99; cursor:pointer;width:40px; height:60px; top:50%; margin-top:-30px; background:url(../images/slide_bpc.png) no-repeat; text-indent:-9999px; overflow:hidden; visibility:hidden;}
.banner-osSlider:hover .slider-btn-prev,.banner-osSlider:hover .slider-btn-next{ visibility:visible;}
.banner-osSlider .slider-btn-prev{left:50px; background-position:0 0;}
.banner-osSlider .slider-btn-next{right:50px; background-position:-40px 0;}
.banner-osSlider .slider-nav{position:absolute; z-index:99; left:0; right:0; bottom:20px; text-align:center;}
.banner-osSlider .slider-nav li{ display:inline-block; width:2em; height:3px; cursor:pointer; background:#fff; opacity:0.5; box-sizing:border-box; border-radius:0; -webkit-border-radius:0; vertical-align:middle; text-indent:-9999px; overflow:hidden; margin:0 5px;}
.banner-osSlider .slider-nav li.active{width:1em; height:1em; border:2px solid #fff; background:none; opacity:1;border-radius:50%; -webkit-border-radius:50%;}
.banner-osSlider .cvNode img{ max-width:none; }