/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
  
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
  text-decoration: none;
  color: #2C2D2D;
}
b {
  font-weight: bold !important;
}
._relative {
  position: relative;
}
.white-text {
  color: #fff !important;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
  }
.footer .col_1 .code {
  text-align: center;
}
/* header */
.header-wrapper {
  padding: 0 60px;
  height: 96px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-wrapper .logo {
  width: 141px;
}
.header-wrapper .nav_box {
  display: flex;
}
.nav_box li {
  margin-right: 31px;
  position: relative;
  line-height: 96px;
}
.nav_item_select {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #2C2D2D;
  cursor: pointer;
}

.header-wrapper .arow {
  display: inline-block;
  width: 12px;
  height: 12px;
  transition: all linear 0.3s;
  background-size: 100% 100%;
  background-image: url(../../images/25-06/down.png);
}
._nav_item {
  width: 220px;
  background: white;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 75px;
  z-index: 9999999;
  box-sizing: border-box;
  padding: 20px 0;
  opacity: 0;
  pointer-events: none;
  transition: all linear 0.3s;
}
.nav_box li:hover ._nav_item {
  opacity: 1;
  pointer-events: all;
}
._nav_item .child_nav:hover {
  display: block;
  line-height: 34px;
  text-align: center;
  background: rgba(74, 131, 192, 0.39);
  color: rgb(74, 131, 192);
  border-radius: 0;
}
._nav_item>div {
  display: flex;
  justify-content: center;
  align-items: center;
}
._nav_item .child_nav {
  font-size: 14px;
  font-weight: 500;
  color: #04294F;
  text-align: center;
  line-height: 34px;
  border-radius: 18px;
  transition: all linear 0.3s;
  width: 132px;
  text-align: center;
}
.nav_box li:hover .arow {
  transform: rotate(180deg);
}
.nav_item_select.active, .nav_box li:hover .nav_item_select {
  color: #3E83BE;
}
.nav_item_select.active::after, .nav_box li:hover .nav_item_select::after {
  opacity: 1;
}

.nav_item_select::after {
  content: "";
  transition: all linear 0.3s;
  position: absolute;
  width: 5px;
  height: 5px;
  background: #3E83BE;
  left: 50%;
  bottom: -10px;
  border-radius: 50%;
  opacity: 0;
  transform: translateX(-50%);
}
.header-right {
  display: flex;
  align-items: center;
}
.header-demo {
  display: block;
  width: 88px;
  height: 28px;
  background: #3E83BE;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  text-align: center;
  margin-right: 20px;
  transition: all linear 0.3s;
}
.header-demo:hover {
  opacity: .85;
  color: #fff;
}
.header-wrapper .lang{
  height: 96px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #2C2D2D;
  position: relative;
  cursor: pointer;
}

.header-wrapper .lang .arow {
  margin-left: 4px;
}

.header-wrapper .lang:hover .arow {
  transform: rotate(180deg);
}
.header-wrapper .lang ._nav_item{
  width: auto;
}
.header-wrapper .lang:hover ._nav_item {
  opacity: 1;
  pointer-events: all;
}

/* footer */
.footer-container {
  background: #F4F7FC;
  padding-bottom: 31px;
}
.footer-main {
  padding: 60px 9.722% 0;
  display: flex;
  justify-content: space-between;
}
.footer-logo {
  width: 205px;
  display: block;
  margin-bottom: 47px;
}
.wx-box {
  font-weight: 400;
  font-size: 12px;
  color: #101010;
}
.wx-box img{
  width: 53px;
  height: 53px;
  display: block;
  border: 5px solid #fff;
  margin-bottom: 10px;
}
.footer-item {
  min-width: 240px;
}
.footer-links {
  margin-left: 30px;
}
.footer-links, .footer-links a {
  font-weight: 400;
  font-size: 14px;
  color: #101010;
}
.footer-links a {
  display: inline-block;
  margin:0 30px 13px 0;
}
.connect_info_item {
  margin-bottom: 13px;
  font-weight: 400;
  font-size: 14px;
  color: #101010;
  line-height: 24px;
}
.footer .col_3 .select_change_country {
  width: 240px;
  height: 36px;
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  color: #101010;
  cursor: pointer;
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.footer .col_3 .select_change_country .arrow_icon {
  display: block;
  width: 13.5px;
  height: 10.5px;
  background: url(../../images/25-06/connect_dow.png) no-repeat center center;
  background-size: 100% 100%;
}
.footer .col_3 .select_change_country .nan_item_box {
  width: 100%;
  background: white;
  box-shadow: 0px 10px 60px rgba(226, 232, 248, 0.8);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 35px;
  z-index: 9999999;
  box-sizing: border-box;
  padding: 20px 20px;
  opacity: 0;
  pointer-events: none;
  transition: all linear 0.3s;
}
.footer .col_3 .select_change_country:hover .nan_item_box{
    opacity: 1;
    pointer-events: all;
}
.footer .col_3 .select_change_country .nan_item_box .child_nav {
  font-size: 14px;
  font-weight: 500;
  color: #04294F;
  text-align: center;
  line-height: 34px;
  border-radius: 18px;
  transition: all linear 0.3s;
}
.footer .col_3 .select_change_country .nan_item_box .child_nav:hover {
  display: block;
  line-height: 34px;
  text-align: center;
  background: rgba(74, 131, 192, 0.39);
  color: rgb(74, 131, 192);
}
.footer-contact {
  text-align: center;
  margin-bottom: 13px;
}
.footer-contact a {
  display: inline-block;
  margin: 0 24px;
}
.footer-coppy {
  font-size: 10px;
  color: #101010;
  line-height: 20px;
  text-align: center;
}


/* home */
.home-banner {
  position: relative;
}
.common-bg {
  width: 100%;
  display: block;
}
.home-banner .home-banner-main{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.home-banner-title {
  font-weight: 400;
  font-size: 72px;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  padding-top: 6.8%;
}
.home-banner-links {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-bottom: 6.8%;
}
.home-banner-links a {
  display: block;
  width: 178px;
  height: 43px;
  border: 1px solid #4893D5;
  line-height: 41px;
  font-weight: 500;
  font-size: 16px;
  color: #4893D5;
  text-shadow: 6px 18px 68px rgba(54,62,147,0.41);
  text-align: center;
  margin:0 33px;
  transition: all linear 0.3s;
}
.home-banner-links a.active, .home-banner-links a:hover {
  background-color: #3E83BE;
  color: #fff;
}
.common-container {
  position: relative;
}

.home-detail {
  position: absolute;
  top: 0;
  right: 12.91%;
  left: 56.11%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.home-detail-title {
  font-weight: 400;
  font-size: 38px;
  color: #2C2D2D;
  line-height: 38px;
  margin-bottom: 12px;
}
.home-detail-desc {
  font-weight: 400;
  font-size: 20px;
  color: #3E83BE;
  line-height: 32px;
  margin-bottom: 25px;
}
.home-detail-text {
  font-weight: 400;
  font-size: 16px;
  color: #6D7278;
  line-height: 32px;
  margin-bottom: 45px;
}
.home-detail-btns {
  display: flex;
}
.home-detail-btns a {
  display: block;
  width: 160px;
  height: 41px;
  line-height: 39px;
  text-align: center;
  border: 1px solid #3E83BE;
  font-weight: 400;
  font-size: 18px;
  color: #3E83BE;
  margin-right: 34px;
}
.home-detail-btns a.active, .home-detail-btns a:hover {
  background-color: #3E83BE;
  color: #fff;
}
.ai-medical {
  margin: 7% 0 7.56% 0;
  display: flex;
  justify-content: space-between;
}
.ai-medical .home-detail {
  position: static;
  width: 37.15%;
  margin-left: 13.61%;
  margin-top: 10.55%;
}
.ai-medical-banner {
  display: block;
  width: 34.23%;
  margin-right: 7.98%;
}

.computing-power {
  position: relative;
  background: #F4F4F4;
}
.computing-power-bg {
  margin: -5.76% 0 4.09%;
  width: 51.458%;
}
.computing-power .home-detail {
  left: 58.54%;
  right: 10.138%;
}
.business-container {
  margin: 7.63% 0;
}
.business-text {
  margin: 0 13.61% 48px;
  font-weight: 400;
  font-size: 16px;
  color: #6D7278;
  line-height: 32px;
  text-align: center;
}
.business-title {
  font-weight: 400;
  font-size: 38px;
  color: #2C2D2D;
  line-height: 38px;
  margin-bottom: 35px;
}
.business-info {
  position: relative;
}
.business-info img {
  margin: 0 auto;
}
.business-info dl {
  position: absolute;
}
.business-info dt {
  font-weight: 400;
  font-size: 20px;
  color: #6D7278;
  line-height: 1;
  margin-bottom: 15px;
}
.business-info dd {
  font-size: 14px;
  color: #6D7278;
  line-height: 24px;
}
.support-container {
  background: #F4F4F4;
  margin-bottom: 406px;
}
.support-text {
  width: 72.77%;
  margin: 0 auto 0;
  font-size: 16px;
  color: #6D7278;
  line-height: 32px;
  padding-top: 73px;
  margin-bottom: -136px;
}
.support-title {
  font-size: 38px;
  line-height: 1;
  color: #2C2D2D;
  margin: 0 0 32px;
}
.support-bg {
  display: block;
  width: 72.77%;
  margin: 0 auto;
  position: relative;
  bottom: -227px;
}
.security-title {
  font-weight: 400;
  font-size: 38px;
  color: #2C2D2D;
  line-height: 38px;
  text-align: center;
  margin-bottom: 49px;
}
.security-info {
  display: flex;
  justify-content: space-around;
  padding: 0 8% 145px;
}
.security-info dl {
  width: 276px;
  text-align: center;
}
.security-info dt {
  font-weight: 400;
  font-size: 26px;
  color: #457EAB;
  margin-bottom: 30px;
}
.security-info dd{
  font-size: 18px;
  color: #717070;
  line-height: 28px;
}
.partners-container {
  margin-bottom: 136px;
}
.partners-title {
  font-size: 38px;
  color: #2C2D2D;
  text-align: center;
  margin-bottom: 51px;
}
.partners-img {
  margin: 0 145px 0 135px;
}
.partners-img img {
  width: 100%;
}
.contact-container {
  background: #525252;
  padding: 98px 0 94px;
  display: flex;
  justify-content: space-between;
}
.contact-text {
  width: 374px;
  color: #fff;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 28px;
  margin-left: 10.83%;
}
.contact-title {
  font-weight: 400;
  font-size: 38px;
  color: #FFFFFF;
  line-height: 38px;
  margin-bottom: 50px;
}
.contact-text p{
  font-weight: normal;
  color: #FFFFFF;
  line-height: 48px;
}
.contact-form {
  width: 578px;
  margin-right: 9.79%;
}
.form-row {
  display: flex;
  justify-content: space-between;
}
.input_item{
  width: 277px;
  height: 48px;
  background: #fff;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  font-size: 14px;
}
.input_item_textarea {
  height: 144px;
  width: 578px;
  padding: 7px 0;
  box-sizing: border-box;
  resize: none;
}
.input_item input{
  background-color: transparent;
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  padding: 0 22px;
  border: none;
  outline: none;
}
.input_item_textarea textarea{
  background-color: transparent;
  width: 100%;
  height: 130px;
  box-sizing: border-box;
  padding: 0 22px;
  border: none;
  outline: none;
  font-family: Arial, Helvetica, sans-serif;
  resize: none;
}
form .input_item .up_arr {
  width: 13px;
  height: 10px;
  background: url(../../images/25-06/connect_dow.png) no-repeat center center;
  background-size: 100% 100%;
  transition: all linear 0.3s;
}
._select_box_product_ {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  box-sizing: border-box;
}

._select_box_product_:hover .options_list {
  opacity: 1;
  pointer-events: all;
}
.input_item .options_list {
  opacity: 0;
  pointer-events: none;
  transition: all linear 0.3s;
  position: absolute;
  width: 100%;
  top: 47px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  box-shadow: 0px 5px 10px rgba(0,0,0, 0.35);
  z-index: 999;
  padding-top: 20px;
}
.input_item .options_list .opt_item {
  width: 189px;
  line-height: 34px;
  /* border-radius: 17px; */
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #04294F;
  opacity: 1;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 10px 0;
  cursor: pointer;
}
.input_item .options_list .opt_item:hover {
  background: rgba(74, 131, 192, 0.39);
  color: rgb(74, 131, 192);
}
.contact-form .form .submit {
  width: 578px;
  height: 48px;
  line-height: 48px;
  background: #3E83BE;
  opacity: 1;
  font-size: 14px;
  cursor: pointer;
  color: #FFFFFF;
  opacity: 1;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
}
.contact-form .form .rule_box {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  opacity: 1;
  text-align: center;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-form .rule_box .link {
  color: #3E83BE;
  cursor: pointer;
}
.contact-form .form .rule_box .radio_box {
  cursor: pointer;
  width: 14px;
  height: 14px;
  background: url(../../images/25-06/no_select_radio.png) no-repeat center center;
  background-size: 100% 100%;
  margin-right: 10px;
  transition: all linear 0.3s;
}
.contact-form .form .rule_box .radio_box.selected {
  background: url(../../images/25-06/has_select_radio.png) no-repeat center center;
  background-size: 100% 100%;
}
.sl-banner {
  position: relative;
}
.sl-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sl-title {
  font-size: 49px;
  color: #fff;
  line-height: 38px;
  margin-bottom: 60px;
}
.sl-content{
  width: 80%;
  font-size: 25px;
  color: #fff;
  line-height: 1.65;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}
.nvdia-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 144px 0;
}
.nvdia-bg {
  width: 28.4%;
  margin-left: 13.125%;
}
.nvdia-container .home-detail{
  position: static;
  width: 35.625%;
  margin-right: 13.61%;
}
.ncp-container {
  position: relative;
  background: #F4F4F4;
  display: flex;
}
.sl-detail {
  width: 28.95%;
  margin-left: 5.97%;
  padding: 44px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sl-detail dt {
  font-weight: 400;
  font-size: 26px;
  color: #2C2D2D;
  line-height: 32px;
  margin:30px 0 15px;
}
.sl-detail dd {
  font-weight: 400;
  font-size: 16px;
  color: #6D7278;
  line-height: 32px;
}
.sl-detail-title {
  font-weight: 400;
  font-size: 38px;
  color: #2C2D2D;
  line-height: 50px;
}
.ncp-bg {
  width: 51.38%;
  position: relative;
  bottom: -64px;
}
.sl-container {
  padding: 156px 0 114px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sl-bg {
  width: 52.29%;
}
.sl-container .sl-detail {
  margin-left: 13.54%;
}
.ls-banner {
  height: calc(100vh - 138px);
  width: 100%;
  position: relative;
}
.ls-banner-video, .ls-banner-video video {
  width: 100%;
  height: 100%;
  background-color: #000;
}
.ls-banner-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(23, 23, 23, 0.79);
}
.ls-banner-mask .ls-banner-play {
  width: 224px;
  height: 224px;
  display: block;
  cursor: pointer;
}
.ls-container {
  background: #F4F4F4;
  margin: 181px 0 198px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ls-container-bg {
  width: 51.04%;
  position: relative;
  bottom: -50px;
}
.ls-container .home-detail {
  position: static;
  margin-left: 195px;
  width: 476px;
}
.product3-container1 {
  padding: 100px 13.47% 190px;
}
.product3-bg1{
  width: 100%;
}
.product3-container1 .home-detail {
  position: static;
}
.product3-container2 {
  background-color: #F4F4F4;
  border: 1px solid transparent;
  padding: 0 13.47%;
  height: 496px;
  display: flex;
  justify-content: space-between;
}
.product3-bg2 {
  width: 593px;
  position: relative;
  top: -102px;
  float: right;
  min-height: auto;
}
.product3-container2 dl {
  width: 396px;
  font-size: 16px;
  color: #6D7278;
  line-height: 30px;
  margin-top: 152px;
  float: left;
}
.product3-container2 dt {
  font-weight: 400;
  font-size: 38px;
  color: #2C2D2D;
  line-height: 38px;
  margin-bottom: 34px;
}
.life-container {
  overflow: hidden;
  margin-bottom: 168px;
  position: relative;
}
.life-bg {
  width: 52.29%;
  display: block;
}
.life-container .home-detail{
  width: 480px;
  right: 0;
  left: 58%;
}
.yl-container2 {
  padding: 0 13.61%;
}
.yl-container2 h2 {
  font-size: 38px;
  color: #2C2D2D;
  line-height: 38px;
  margin-bottom: 78px;
  text-align: center;
}
.blue-color{
  color: #3F8BCB;
}
.gary-color{
  color: #ACACAC;
}
.yl-container2-box {
  display: flex;
  justify-content: space-between;
}
.yl-container2-box > .yl-container2-item {
  width: 429px;
  border-top: 3px solid #ACACAC;;
  padding-top: 20px;
  font-weight: 400;
  font-size: 24px;
  color: #ACACAC;
  line-height: 30px;
  cursor: pointer;
  display: block;
}
.yl-container2-box > .yl-container2-item.active {
  border-color: #000;
  color: #3E83BE;
}
.yl-container2-box > .yl-container2-item.active>div:first-child + div{
  color: #6D7278;
}
.yl-container2-bg {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}
.yl-container2-num {
  font-weight: normal;
  font-size: 50px;
  color: #ACACAC;
  line-height: 82px;
  display: inline-block;
  margin-top: 42px;
  line-height: 1;
}
.active .yl-container2-num {
  color: #3F8BCB;
}
.yl-container2-span {
  font-weight: 400;
  font-size: 16px;
  color: #ACACAC;
  line-height: 32px;
}
.active .yl-container2-span {
  color: #3F8BCB;
}
.yl-container3 {
  padding: 0 13.61% 275px;
  text-align: center;
}
.yl-container3 h2{
  margin: 159px 0 25px;
  font-size: 38px;
  color: #2C2D2D;
}
.yl-container3-bg img {
  width: 100%;
}
.yl-container3-bg {
  width: 100%;
  display: block;
}
.yl-container {
  position: relative;
}
.yl-container img {
  display: block;
  width: 100%;
  height: 100%;
}
.yl-container dl {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.yl-container dt {
  font-size: 72px;
  margin-bottom: 34px;
}
.yl-container dd {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
.hzhb-title {
  font-weight: 400;
  font-size: 40px;
  color: #2C2D2D;
  line-height: 50px;
  text-align: center;
  margin-bottom: 45px;
}
.hzhb-container1 {
  display: flex;
  align-items: center;
}
.hzhb-container1-bg {
  width: 57.43%;
  display: block;
}
.hzhb-container1 div{
  font-weight: 400;
  font-size: 16px;
  color: #6D7278;
  line-height: 32px;
  margin: 0 3.88% 0 13.61%;
  flex: 1;
}
.hzhb-container2 {
  padding: 72px 13.61% 132px;
  display: flex;
  justify-content: space-between;
}
.hzhb-container2 > dl {
  width: 27%;
  font-weight: 400;
  font-size: 16px;
  color: #717070;
  line-height: 28px;
  text-align: center;
}
.hzhb-container2 dt {
  font-size: 26px;
  color: #457EAB;
  margin-bottom: 28px;
}
.hzhb-container3 {
  padding: 0 13.61% 258px;
  text-align: center;
}
.hzhb-container3 h2 {
  font-weight: 400;
  font-size: 40px;
  color: #2C2D2D;
  line-height: 50px;
  margin-bottom: 50px;
}
.hzhb-container3-bg {
  width: 100%;
  display: block;
}
.zsk .home-detail{
  width: 363px;
  right: 0;
  left: 13.61%;
}
.container-banner {
  position: relative;
}
.container-banner-bg {
  width: 100%;
  display: block;
}
.container-banner-text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-left: 13.61%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.container-banner-title {
  font-weight: 400;
  font-size: 72px;
  color: #FFFFFF;
  line-height: 90px;
  margin-bottom: 28px;
}
.container-banner-content {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 32px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.container-banner-content img {
  margin-right: 17px;
}
.container-banner-btn {
  display: block;
  margin-top: 28px;
  width: 160px;
  height: 41px;
  line-height: 41px;
  background: #3E83BE;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}
.container0 {
  margin: 100px 13.61% 0;
}
.container0-title {
  font-weight: 400;
  font-size: 16px;
  color: #2C2D2D;
  line-height: 48px;
  text-align: center;
  position: relative;
}
.container0-title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #BEBEBE;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
}
.container0-title span{
  position: relative;
  display: inline-block;
  padding: 0 60px;
  background-color: #fff;
  z-index: 1;
}
.cooperation_loop .cooperation_loop_box {
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: space-around;
  margin: 0 auto !important;
  display: flex;
  align-items: center;
}
.cooperation_loop_box_wrap {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin: auto;
}
.d-flex {
  display: flex;
}
.cooperation_loop .cooperation_loop_box .item_img {
  width: 127px;
  height: 63px;
  margin-right: 25px;
  flex-shrink: 0;
}
.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cooperation_loop .cooperation_loop_box .item_img img {
  width: 100%;
  height: 100%;
}
.cooperation_loop_content {
  margin:20px 0 80px;
}
.container1 {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
.container1 .container1-bg {
  width: 29.23%;
  margin: 0 8.26% 0 13.61% ;
}
.container1 .container1-bg img {
  width: 100%;
  display: block;
}
.container1-title {
  font-weight: 400;
  font-size: 38px;
  color: #2C2D2D;
  line-height: 50px;
  margin-bottom: 15px;
}
.container1-desc {
  font-weight: 400;
  font-size: 20px;
  color: #3E83BE;
  margin-bottom: 30px;
}
.container1-info {
  margin-bottom: 20px;
}
.container1-info li {
  position: relative;
  padding-left: 29px;
  font-weight: 400;
  font-size: 16px;
  color: #6D7278;
  line-height: 36px;
}
.container1-info li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #457EAC;
}
.container2 {
  text-align: center;
  margin: 0 13.61% 120px;
}
.container2 h2 {
  font-weight: 400;
  font-size: 38px;
  color: #2C2D2D;
  line-height: 38px;
  margin-bottom: 50px;
}
.container2-flow {
  display: flex;
  justify-content: space-around;
  align-items: start;
  font-size: 20px;
  color: #6D7278;
  line-height: 36px;
}
.container2-flow > img {
  margin-top: 40px;
}
.container2-flow > div img {
  display: block;
  margin-bottom: 25px;
}
.container3 {
  text-align: center;
  margin: 0 13.61%  220px;
}
.container3 h3 {
  font-size: 20px;
  color: #6D7278;
  line-height: 36px;
  margin-bottom: 30px;
}
.container3 .ls-banner-mask {
  background-color: rgba(23, 23, 23, 0.79);
}
.container4 {
  background: #F4F4F4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 149px;
}
.container4 .container4-bg {
  width: 51.73%;
  position: relative;
  top: -85px;
}
.container4-text {
  margin-left: 13.61%;
  font-weight: 400;
  font-size: 38px;
  color: #2C2D2D;
  line-height: 1.2;
}
.container4-text dd {
  font-weight: 400;
  font-size: 20px;
  color: #3E83BE;
  margin-top: 17px;
}
.container5 h2{
  font-weight: 400;
  font-size: 38px;
  color: #2C2D2D;
  line-height: 38px;
  margin-bottom: 43px;
  text-align: center;
}
.container5-list {
  display: flex;
}
.container5-list>div {
  width: 27.22%;
  margin-right: 2.77%;
  border: 1px solid rgba(0,0,0,.1);
}
.container5-list>div:first-child {
  margin-left: 6.73%;
}
.container5-img {
  display: block;
  width: 100%;
}
.container5-text {
  padding: 20px 24px 40px;
}
.container5-text dt {
  font-weight: 400;
  font-size: 22px;
  color: #457EAB;
  line-height: 20px;
  margin-bottom: 15px;
}
.container5-text dd {
  font-weight: 400;
  font-size: 16px;
  color: #717070;
  line-height: 28px;
}
.container6 {
  margin-top: 149px;
  padding: 80px 0;
  background-color: rgb(244,244,244);
}
.container6 h2{
  font-weight: 400;
  font-size: 38px;
  color: #2C2D2D;
  line-height: 48px;
  text-align: center;
  margin-bottom: 24px;
}
#certify {
  position: relative;
  max-width: 1180px;
  margin: 42px auto 80px;
}
#certify .swiper-slide {
  width: 480px;
  height: 305px;
  background-color: #F3F3F3;
  box-shadow: 0 8px 30px #ddd;
}
#certify .swiper-slide .slide-content {
  width: 100%;
  height: 100%;
}
#certify .swiper-slide .slide-content .img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}
#certify .swiper-slide .author {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #6D7278;
  line-height: 30px;
  margin-top: 20px;
  opacity: 0;
}
#certify .swiper-slide-active .author {
  opacity: 1;
}
#certify .swiper-slide-active {
  opacity: 1 !important;
}
#certify .swiper-button-prev {
  left: 30px;
  width: 45px;
  height: 45px;
  background: url(../../images/25-06/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
#certify .swiper-button-next {
  right: 30px;
  width: 45px;
  height: 45px;
  background: url(../../images/25-06/wm_button_icon.png) no-repeat;
  background-position: 0 -93px;
  background-size: 100%;
}
#certify .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%;
}
#certify .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%;
}
.container7 {
  padding: 107px 13.61%;
}
.container7 h2 {
  font-weight: 400;
  font-size: 38px;
  color: #2C2D2D;
  line-height: 50px;
  margin-bottom: 107px;
  text-align: center;
}
.container7 img {
  width: 100%;
}
.container8 {
  padding: 0 13.61% 149px;
}
.container8 h2 {
  font-weight: 400;
  font-size: 38px;
  color: #2C2D2D;
  line-height: 50px;
  margin-bottom: 61px;
  text-align: center;
}
.container8 table {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #3C3C3C;
  text-align: center;
}
.container8 table div{
  height: 60px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.container8 table tr td:first-child {
  width: 10%;
}
.container8 table tr td:first-child div{
  border-right: 5px solid #fff; 
}
.container8 table td {
  vertical-align: middle;
}
.container8-table-text {
  padding-right: 47px;
  line-height: 1.45;
  text-align: left;
}
.container9 h2{
  font-weight: 400;
  font-size: 38px;
  color: #2C2D2D;
  line-height: 38px;
  margin-bottom: 48px;
  text-align: center;
}
.container9-list {
  display: flex;
}
.container9-list>div {
  margin-right: 1.52%;
  width: 23.26%;
}
.container9-list>div:first-child{
  margin-left: 13.61%;
}
.container9-box img {
  width: 100%;
  display: block;
  margin-bottom: 60px;
}
.container9-text {
  font-weight: 400;
  font-size: 12px;
  color: #6D7278;
  text-align: center;
}
.container9-text dt {
  font-weight: 400;
  font-size: 16px;
  color: #2C2D2D;
  text-align: center;
  margin-bottom: 20px;
}
.container9-btns {
  margin-top: 35px;
  display: flex;
  justify-content: space-around;
}
.container9-btns a {
  display: block;
  width: 130px;
  height: 33px;
  border: 1px solid #3E83BE;
  line-height: 31px;
  text-align: center;
  font-size: 14px;
  color: #3E83BE;
}
.container9-btns a:first-child {
  background: #3E83BE;
  color: #fff;
}
.container10 {
  padding: 130px 0 140px;
}
.container10 h2{
  font-weight: 400;
  font-size: 38px;
  color: #2C2D2D;
  line-height: 48px;
  text-align: center;
  margin-bottom: 80px;
}
.container10-list {
  display: flex;
}
.container10-list>div {
  width: 23.33%;
  margin-right: 1.38%;
  background: #FFFFFF;
  border-radius: 22px;
  border: 1px solid #E0E0E0;
  overflow: hidden;
}
.container10-list>div:first-child {
  margin-left: 13.61%;
}
.container10-img {
  width: 100%;
  height: 15vw;
  display: block;
  background-size: cover;
  background-position: center center;
}
.container10-text {
  padding: 18px 21px;
  font-size: 16px;
  color: #6D7278;
  line-height: 22px;
}
.container10-text dt {
  font-size: 20px;
  color: #2C2D2D;
  line-height: 48px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.container10-text dd {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.container11 {
  padding: 0 13.61% 101px;
  font-size: 16px;
  color: #6D7278;
  line-height: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container11 div{
  font-weight: 400;
  text-align: center;
}
.container11 h2 {
  font-weight: 400;
  font-size: 38px;
  color: #2C2D2D;
  line-height: 48px;
  margin-bottom: 30px;
  text-align: center;
}
.container12 {
  display: flex;
  align-items: center;
  background: #F4F4F4;
  margin-bottom: 169px;
}
.container12 .container12-bg {
  width: 38.61%;
  position: relative;
  top: -54px;
  margin-right: 14.2%;
}
.container-text {
  width: 638px;
  margin-right: 26px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.container-text h2 {
  font-weight: 400;
  font-size: 38px;
  color: #2C2D2D;
  line-height: 48px;
  padding-bottom: 8px;
}
.container-text p {
  font-weight: 400;
  font-size: 20px;
  color: #3E83BE;
  line-height: 28px;
  margin-bottom: 32px;
}
.container-text div {
  font-weight: 400;
  font-size: 16px;
  color: #6D7278;
  line-height: 30px;
}
.container13 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F4F4F4;
  margin-bottom: 171px;
  overflow: hidden;
  padding: 34px 0 26px;
}
.container13 >div {
  margin-left: 13.61%;
}
.container13 .container13-bg {
  width: 37.08%;
  margin-right: 3%;
}
.container14 {
  background: #F4F4F4;
  display: flex;
  align-items: center;
  margin-bottom: 188px;
}
.container14 .container14-bg {
  width: 34.72%;
  margin: 0 12% 45px 47px;
}
.container15 {
  background: #F4F4F4;
  padding-left: 13.61%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container15-bg {
  width: 21.31%;
  position: relative;
  top: -18px;
  margin-left: 93px;
  margin-bottom: 30px;
  margin-right: 13.61%;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
.footer_title_box .footer_title {
  font-weight: 400;
  font-size: 14px;
  color: #101010;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 13px;
}
.footer-tb .footer_title_box .footer_title{
  width: 95px;
  margin-bottom: 15px;
}
.shop1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F4F4F4;
  height: 527px;
  margin-top: 138px;
}
.shop1 .shop-detail {
  margin-left: 13.61%;
  margin-right: 85px;
}
.shop1-bg {
  width: 581px;
  height: 666px;
  position: relative;
}
.shop-detail-title {
  font-weight: 400;
  font-size: 38px;
  color: #2C2D2D;
  line-height: 38px;
  margin-bottom: 18px;
}
.shop-detail-desc {
  font-weight: 400;
  font-size: 38px;
  color: #3E83BE;
  line-height: 38px;
  margin-bottom: 28px;
}
.shop-detail-text {
  font-weight: 400;
  font-size: 16px;
  color: #6D7278;
  line-height: 32px;
  margin-bottom: 48px;
}
.shop2 {
  padding: 146px 12.9%  135px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shop3 {
  display: flex;
}
.shop3-fl {
  margin-left: 13.61%;
  width: 23.75%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.shop3-fl div {
  line-height: 73px;
  white-space: nowrap;
  padding-left: 29px;
  font-weight: 400;
  font-size: 30px;
  color: #457EAB;
  border-left: 6px solid #D5D5D5;
  cursor: context-menu;
}
.shop3-fl div.active {
  border-color: #457EAB;
}
.shop3-imgs{
  width: 57.63%;
  margin-right: 6.875%;
}
.shop3-imgs img {
  display: block;
  width: 100%;
}
.shop4 {
  margin-top: 163px;
  overflow: hidden;
  background: #F4F4F4;
  padding-bottom: 102px;
}
.shop4 h2 {
  margin: 82px 0 89px;
  text-align: center;
  font-weight: 400;
  font-size: 38px;
  color: #2C2D2D;
}
.shop4 .shop4-box {
  margin: 0 13.61%;
}
.shop4 .shop4-box img {
  width: 100%;
}
.shop5 h2{
  font-weight: 400;
  font-size: 38px;
  color: #2C2D2D;
  line-height: 38px;
  text-align: center;
  padding: 123px 0 78px;
}
.shop5 .swiper {
  width: 72.8%;
  margin: 0 auto;
}
.shop5 .swiper .swiper-slide img {
  width: 100%;
}

.shop5 .swiper-pagination {
  text-align: left;
  margin-top: 26px;
  padding-left: 26%;
}
.shop5 .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 13px;
}
.shop5 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #457EAC;
}
.shop13 {
  background: #F4F4F4;
  padding: 57px 0 100px;
  margin-top: 155px;
}
.shop13 h2 {
  font-weight: 400;
  font-size: 38px;
  color: #2C2D2D;
  line-height: 50px;
  margin-bottom: 70px;
  text-align: center;
}
.shop13-box {
  display: flex;
  align-items: center;
}
.shop13-box img {
  width: 45.06%;
  margin-right: 6.736%;
}
.shop-desc {
  margin-right: 14.3%;
}
.shop-desc .shop-desc-title {
  font-weight: 500;
  font-size: 36px;
  color: #717070;
  line-height: 50px;
  margin-bottom: 42px;
}
.shop-desc-tip {
  font-weight: 500;
  font-size: 26px;
  color: #457EAC;
  line-height: 36px;
}
.shop-desc-tip2 {
  font-weight: 400;
  font-size: 20px;
  color: #457EAC;
  line-height: 30px;
  margin: 11px 0;
}
.shop-desc-text {
  font-weight: 400;
  font-size: 16px;
  color: #717070;
  line-height: 30px;
  margin: 15px 0 36px;
}
.shop-desc-text span {
  color: #457EAC;
}
.shop-desc-text2 {
  font-weight: 400;
  font-size: 18px;
  color: #717070;
  line-height: 32px;
  margin-top: 8px;
}
.shop6 {
  padding: 118px 0;
}
.shop6 h2 {
  font-weight: 400;
  font-size: 36px;
  color: #206BA5;
  text-align: center;
  margin-bottom: 40px;
}
.shop6-box {
  margin: 0 13.61%;
}
.shop6-box img {
  width: 100%;
  display: block;
}
.shop7 {
  display: flex;
  align-items: center;
  background: #F4F4F4;
  margin-bottom: 50px;
}
.shop7-bg{
  width: 46.736%;
  position: relative;
  bottom: -55px;
  margin-right: 12.7%;
}
.margin0 {
  margin: 0 !important;
}
.shop9 {
  display: flex;
  align-items: center;
  background: #F4F4F4;
  justify-content: space-between;
  margin-bottom: 58px;
}
.shop9 .shop-desc {
  margin-left: 13.61%;
  margin-right: 47px;
}
.shop9-bg {
  width: 46.736%;
  position: relative;
  bottom: -61px;
}
.shop11 {
  background: #F4F4F4;
  display: flex;
  align-items: center;
  margin-bottom: 63px;
}
.shop11 .shop-desc {
  margin-right: 13.61%;
}
.shop11-bg {
  width: 50.76%;
  position: relative;
  bottom: -70px;
  margin-right: 5.55%;
}
.shop6-info {
  font-size: 20px;
  color: #5E5D5D;
  line-height: 24px;
  text-align: center;
  margin: -10px 0 25px;
}
.about_us_detail .detail_desc .desc {
  line-height: 1.5;
}

.contact-mobile-text  {
  font-size: 18px;
  font-weight: 350;
  color: #fff;
  margin-bottom: 24px;
  text-align: center;
}
.contact-mobile-text dt {
  font-size: 38px;
  margin-bottom: 15px;
}
.c-img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 1200px) and (min-width: 1000px){
  .header-wrapper {
   padding: 0 10px;
  }
}

@media screen and (min-width: 1000px){
  .mobile-show {
    display: none;
  }
  .mobile-inline-show {
    display: none;
  }
  .pc-show {
    display: block;
  }
}

@media screen and (max-width: 1000px){
  .header-wrapper {
    display: none;
  }
  .mobile-show {
    display: block;
  }
  .mobile-inline-show {
    display: inline;
  }
  .pc-show {
    display: none !important;
  }
  .contact-container {
    padding: 56px 15px 31px;
    background: rgba(0, 0, 0, 0.6);
  }
  .contact-container .contact-form {
    width: 100%;
    margin: 0;
  }
  .contact-container .contact-form .flex-between  {
    display: block;
  }
  .contact-container .contact-form .input_item {
    width: 100%;
    margin: 0 0 2px;
    height: 68px;
    background: rgba(0, 0, 0, 0.5);
  }
  .input_item_textarea {
    padding: 0;
  }
  .contact-container .contact-form .input_item input, .contact-container .contact-form .product_type , .input_item_textarea textarea{
    color: #fff;
    font-size: 18px;
    height: 68px;
    line-height: 68px;
  }
  .contact-container ::placeholder {
    color: #fff !important;
    opacity: 1 !important;
  }
  .contact-form .form .submit {
    height: 56px;
    line-height: 56px;
    width: auto;
    margin: 58px 26px 0;
    border-radius: 5px;
    font-size: 24px;
  }
  .home-banner {
    overflow: hidden;
    height: 280px;
    position: relative;
  }
  .common-bg {
    width: auto;
    height: 280px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
  }
  .home-banner-title {
    font-size: 28px;
    padding-top: 10%;
  }
  .home-banner-links a {
    margin: 0 10px;
    font-size: 14px;
  }
  .common-container {
    display: block;
  }
  .home-detail {
    position: relative;
    padding: 35px 15px;
    left: 0 !important;
    right: 0;
    width: 100% !important;
  }
  .common-container .common-bg {
    height: 100%;
    transform: translateX(-68%);
  }
  .home-detail-title {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .home-detail-desc {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .home-detail-text {
    font-size: 14px;
    line-height: 24px;
  }
  .home-detail-btns a {
    font-size: 15px;
  }
  .ai-medical {
    display: flex;
    flex-wrap: wrap;
    margin: 15px;
  }
  .ai-medical .home-detail {
    width: 100%;
    margin: 0;
    padding: 15px;
    order: 2;
  }
  .ai-medical-banner {
    margin: 0;
    order: 1;
    width: 100%;
  }
  .computing-power {
    padding: 15px 15px 0;
  }
  .computing-power-bg {
    position: static;
    width: 100%;
    margin: 0;
  }
  .computing-power .home-detail {
    position: static;
  }
  .business-text {
    margin: 0 15px 30px;
  }
  .business-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .business-info img {
    width: 50%;
    margin-bottom: 20px;
  }
  .business-info dt {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .business-info dd {
    font-size: 12px;
    line-height: 18px;
  }
  .business-info dl {
    text-align: center;
    position: static;
    width: 100% !important;
    padding: 10px 10%;
    box-sizing: border-box;
    margin: 0 !important;
  }
  .business-info dd {
    text-align: center !important;
    line-height: 2;
  }
  .business-info dt {
    font-size: 16px;
    color: #3D3D3D;
    margin-bottom: 5px;
    font-weight: 500;
    text-align: center !important;
  }
  .support-text {
    width: auto;
    margin: 0 15px;
    padding-top: 30px;
    text-align: center;
  }
  .support-title {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .support-bg {
    width: 90%;
    bottom: -30px;
  }
  .support-container {
    margin-bottom: 100px;
  }
  .security-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .security-info {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
  }
  .security-info >dl {
    width: 100%;
    padding: 0 15px;
  }
  .security-info dt {
    margin: 15px 0;
    font-size: 22px;
  }
  .security-info dd {
    font-size: 16px;
  }
  .partners-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .partners-container {
    margin: 0 0 30px;
  }
  .partners-img {
    margin: 0;
  }
  .ls-banner {
    height: auto;
  }
  .ls-banner-mask .ls-banner-play {
    width: 80px;
    height: 80px;
  }
  .ls-banner + .common-container .common-bg {
    left: 0;
    transform: translateX(-5%);
  }
  .ls-banner + .common-container + .common-container .home-detail-desc {
    margin-bottom: 45px;
  }
  .ls-container {
    margin: 0;
    flex-wrap: wrap;
    margin-left: 0;
    padding: 15px 15px 0;
    margin-bottom: 25px;
  }
  .ls-container .home-detail {
    margin: 0;
    order: 2;
  }
  .ls-container-bg {
    order: 1;
    width: 100%;
    bottom: 0;
  }
  .life-container {
    padding: 15px;
    margin-bottom: 0;
  }
  .life-bg {
    width: 100%;
  }
  .yl-container2 {
    padding: 0 15px;
  }
  .yl-container2 h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .yl-container2-box > .yl-container2-item {
    width: 46%;
    font-size: 14px;
    line-height: 1.5;
  }
  .yl-container2-box > .yl-container2-item >div:first-child {
    margin-bottom: 6px !important;
  }
  .yl-container2-num {
    font-size: 28px;
    margin-top: 22px;
  }
  .yl-container3 {
    padding: 0 15px 40px;
  }
  .yl-container3 h2 {
    margin: 30px 0;
    font-size: 30px;
  }
  .yl-container3-bg {
    margin: 0;
  }
  .yl-container {
    overflow: hidden;
    position: relative;
  }
  .yl-container-bg {
    width: auto !important;
    position: absolute;
    top: 0;
    left: -1%;
  }
  .yl-container-bg-fl {
    left: 0;
  }
  .yl-container-bg-fr {
    right: 0;
  }
  .yl-container dt {
    font-size: 30px;
    margin-bottom: 22px;
  }
  .yl-container dl {
    position: relative;
    padding: 50px 0;
    left: 10% !important;
    right: 0 !important;
    width: 80% !important;
  }
  .sl-title {
    font-size: 30px;
  }
  .sl-text {
    display: block;
    padding-top: 50px;
    position: relative;
    height: 280px;
    box-sizing: border-box;
  }
  .sl-text .sl-title{
    margin-bottom: 0;
  }
  .sl-content {
    font-size: 16px;
    margin: 18px 0 0;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .nvdia-container {
    flex-wrap: wrap;
    padding: 15px 15px 0;
  }
  .nvdia-bg {
    margin: 30px auto 25px;
    width: 70%;
  }
  .nvdia-container .home-detail {
    margin-right: 0;
  }
  .ncp-container {
    flex-wrap: wrap;
    padding: 15px;
  }
  .ncp-bg {
    width: 100%;
    bottom: 0;
  }
  .sl-detail {
    width: 100%;
    margin-left: 0;
    padding: 15px 10px;
  }
  .sl-detail-title {
    font-size: 30px;
  }
  .sl-detail dt {
    margin: 20px 0 10px;
  }
  .sl-container {
    padding: 15px;
    flex-wrap: wrap;
  }
  .sl-container .sl-detail {
    margin-left: 0;
    order: 2;
  }
  .sl-bg {
    width: 100%;
    order: 1;
  }
  .sl-detail dt {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .shop1 {
    margin: 0;
    flex-wrap: wrap;
    padding: 15px;
    height: auto;
  }
  .shop1-bg {
    width: 100%;
    height: auto;
    order: 1;
  }
  .shop-detail {
    margin: 15px 0 0 0 !important;
    order: 2;
    padding: 10px;
    width: 100%;
  }
  .shop-detail-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .shop-detail-desc {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .shop-detail-text {
    margin-bottom: 24px;
  }
  .shop2 {
    padding: 15px 15px 0;
    flex-wrap: wrap;
  }
  .shop2-bg {
    width: 70%;
    margin: 10px auto;
  }
  .shop3 {
    flex-wrap: wrap;
    padding: 15px;
  }
  .shop3-fl {
    margin: 0;
    width: 100%;
    order: 2;
  }
  .shop3-fl div {
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    margin-bottom: 5px;
  }
  .shop3-imgs {
    width: 100%;
    margin: 0 0 20px;
    order: 1;
  }
  .shop4 {
    margin: 20px 0;
    padding: 20px;
  }
  .shop4 h2 {
    margin: 20px 0;
    font-size: 30px;
  }
  .shop4 .shop4-box {
    margin: 20px 0 15px !important;
  }
  .shop5 {
    padding: 15px;
  }
  .shop5 h2 {
    font-size: 22px;
    padding: 0 0 20px;
  }
  .shop5 .swiper {
    width: 100%;
  }
  .shop5 .swiper-pagination {
    width: 100%;
    padding: 0;
    text-align: center;
    margin: 15px 0 0;
  }
  .shop5 .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    margin: 0 10px;
  }
  .shop13 {
    margin: 15px 0 0;
    padding: 20px 0;
  }
  .shop13 h2 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .shop13-box {
    flex-wrap: wrap;
    padding: 15px;
  }
  .shop13-box img {
    width: 100%;
  }
  .shop-desc .shop-desc-title {
    margin: 20px 0 8px;
    font-size: 30px;
  }
  .shop-desc-tip {
    font-size: 20px;
  }
  .shop6 {
    padding: 20px 15px !important
  }
  .shop6 h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .shop6-box {
    margin: 0;
  }
  .shop7 {
    padding: 20px 15px;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .shop7-bg {
    width: 100%;
    bottom: 0;
  }
  .shop-desc {
    padding: 0 15px;
    margin-right: 0 !important;
  }
  .shop9 {
    flex-wrap: wrap;
    padding: 10px 15px 20px;
    margin-bottom: 8px;
  }
  .shop9-bg {
    bottom: -10px;
    width: 100%;
    order: 1;
  }
  .shop9 .shop-desc {
    order: 2;
    margin: 0;
    padding: 0 15px;
  }
  .shop11 {
    flex-wrap: wrap;
    padding: 15px;
    margin-bottom: 10px;
  }
  .shop11-bg {
    width: 100%;
    bottom: -5px;
  }
  .shop6-info {
    font-size: 15px;
  }
  .hzhb-title {
    font-size: 30px;
    margin: 20px 0;
  }
  .hzhb-container1 {
    flex-wrap: wrap;
    padding: 0 15px;
  }
  .hzhb-container1 div {
    order: 2;
    margin: 0;
    width: 100%;
    padding: 15px;
  }
  .hzhb-container1-bg {
    order: 1;
    width: 100%;
  }
  .hzhb-container2 {
    flex-wrap: wrap;
    padding: 25px;
  }
  .hzhb-container2 > dl {
    width: 100%;
    margin-bottom: 20px;
  }
  .hzhb-container3 {
    padding: 15px 0 30px;
  }
  .hzhb-container3 h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .product3-container1 {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 15px 0;
    order: 2;
  }
  .ls-banner + .product3-container1 .home-detail{
    order: 2;
    padding: 20px 0;
  }
  .ls-banner + .product3-container1 .home-detail-desc {
    margin-top: 5px !important;
  }
  .product3-bg1 {
    order: 1;
  }
  .product3-container1 .home-detail-text {
    margin-bottom: 20px !important;
  }
  .product3-container2 {
    flex-wrap: wrap;
    padding: 35px 15px 5px;
  }
  .product3-bg2 {
    order: 1;
  }
  .product3-container2 dl {
    margin: 15px 0;
    order: 2;
    width: auto;
    float: none;
  }
  .product3-container2 dt {
    text-align: center;
    font-size: 28px;
    margin: 20px 0;
  }
  .product3-bg2 {
    float: none;
    width: 80%;
    margin: 0 auto;
    top: 0;
  }
  .common-container.zsk {
    height: 280px !important;
  }
  .common-container.zsk .home-detail-title {
    text-align: center;
  }
  .shop1 .shop-detail {
    width: 100%;
  }
  .m-container-banner {
    background: rgb(0, 0, 0);
    padding-top: 74px;
    text-align: center;
    color: #fff;

  }
  .m-container-banner h1 {
    font-size: 54px;
    line-height: 72px;
    margin-bottom: 24px;
  }
  .m-container-banner p {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 6px;
  }
  .m-container0 h2{
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    line-height: 60px;
    margin: 65px 0 25px;
  }
  .m-container0 h2 b {
    font-size: 60px;
  }
  .m-container0 h2 sup {
    position: relative;
    font-size: 34px;
    top: -20px;
  }
  .m-container0-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 15px;
    padding-bottom: 50px;
  }
  .m-container0-list > div {
    width: 33.3%;
    padding: 10px;
    box-sizing: border-box;
  }
  .m-container0-list > div img {
    width: 100%;
  }
  .container1 {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .container1-text {
    order: 1;
    width: 100%;
  }
  .container1 .container1-bg {
    order: 2;
    margin: 0;
    height: 90vw;
    overflow: hidden;
    width: 100%;
    position: relative;
  }
  .container1 .container1-bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
  }
  .container1-title {
    font-size: 36px;
    padding: 0 20px;
    text-align: center;
  }
  .container1-desc {
    font-size: 22px;
    text-align: center;
  }
  .container1-info {
    padding: 0 33px;
  }
  .container1-info li {
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .container1-info li::before {
    width: 4px;
    height: 4px;
    background-color: #000;
    top: 12px;
    left: 8px;
  }
  .m-container2 {
    text-align: center;
    padding-bottom: 40px;
    background-color: rgb(245, 247, 249);
  }
  .m-container2 .m-container2-title{
    padding-top: 70px;
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 6px;
  }
  .m-container2-info {
    font-size: 22px;
    line-height: 38px;
    color: #3F83BF;
    margin-bottom: 30px;
  }
  .m-container2-list {
    display: flex;
    justify-content: space-around;
  }
  .m-container2-list span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 25px;
    display: inline-block;
    margin-bottom: 30px;
    border-radius: 50%;
    border: 1px solid #3F83BF;
    color: #3F83BF;
  }
  .m-container2-list dt {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    color: #3F83BF;
  }
  .m-container2-list d{
    font-weight: 400;
    font-size: 10px;
    color: #3F83BF;
  }
  .container3 {
    display: flex;
    flex-direction: column;
    padding: 0 18px;
    background-color: rgb(245, 247, 249);
    margin: 0;
    padding-bottom: 35px;
  }
  .container3 h3 {
    order: 2;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    color: #303030;
  }
  .container3 .ls-banner {
    order: 1;
  }
  .container4-title {
    padding: 65px 10px 50px;
    text-align: center;
  }
  .container4-title h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 8px;
  }
  .container4-title div {
    font-size: 20px;
    color: #3F83BF;
    line-height: 26px;
  }
  .container4 .container4-bg, .container5-list>div img {
    top: 0;
    width: 71%;
    left: 29%;
  }
  .container4 {
    position: relative;
    background-color: #fff;
    margin-bottom: 31px;
  }
  .container4-text, .container5-text {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    font-weight: 700;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1;
    padding: 22px 0 29px 30px;
    margin: 0;
    color: #3D3D3D;
  }
  .container4-text dd, .container5-text dd {
    font-weight: normal;
    font-size: 16px;
    margin-top: 10px;
    width: 200px;
    color: #3D3D3D;
  }
  .container5-list {
    flex-wrap: wrap;
  }
  .container5-list>div {
    width: 100%;
    margin: 0 0 31px !important;
    border: none;
    margin-bottom: 31px;
    position: relative;
  }
  .container5-list>div dt {
    font-weight: 700;
    font-size: 18px;
    color: #3D3D3D;
  }
  .container5-list>div:first-child .container5-text, .container5-list>div:nth-child(3) .container5-text {
    left: 42px;
    text-align: right;
    padding: 20px 29px 29px 44px;
  }
  .container5-list>div:first-child .container5-text dd {
    width: 100%;
  }
  .container5-list>div:nth-child(3) .container5-text dd {
    padding-left: 45px;
    width: 100%;
    box-sizing: border-box;
  }
  .container5-list>div:nth-child(2) img{
    position: relative;
  }
  .container5-list>div:nth-child(2) dd {
    width: 242px;
  }
  .container6 {
    margin-top: 25px;
    padding-bottom: 46px;
  }
  .container6 h2 {
    font-size: 36px;
    font-weight: normal;
    line-height: 46px;
    color: #3D3D3D;
  }
  .container6-info {
    font-size: 20px;
    color: #3F83BF;
    text-align: center;
    margin-bottom: 40px;
  }
  .m-container6-list {
    padding: 13px;
  }
  .m-container6-list-row {
    display: flex;
  }
  .m-container6-list-row div {
    height: 84px;
    margin-bottom: 18px;
    background-size: cover;
    position: relative;
  }
  .m-container6-list-row div::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 6px;
    left: 6px;
    z-index: 1;
    background: rgba(63, 131, 191, 0.8);
  }
  .m-container6-list-row div span {
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    color: #fff;
    position: absolute;
    bottom: 6px;
    right: 6px;
    z-index: 2;
  }
  .m-container6-list-row1 div:first-child {
    width: 38%;
    margin-right: 17px;
  }
  .m-container6-list-row1 div:last-child {
    flex: 1;
  }
  .m-container6-list-row2 div:first-child {
    flex: 1;
  }
  .m-container6-list-row2 div:last-child {
    width: 38%;
    margin-left: 17px;
  }
  .container10-list {
    margin-left: 26px;
    overflow-x: auto;
    display: block;
    white-space: nowrap;
    font-size: 0;
  }
  .container10 h2 {
    font-size: 36px;
    font-weight: normal;
    line-height: 46px;
    margin-bottom: 25px;
  }
  br {
    height: 0;
    line-height: 0;
  }
  .container10-list>div {
    display: inline-block;
    width: 242px;
    margin:0 16px 0 0 !important;
    border: none;
    border-radius: 0;
  }
  .container10-img {
    height: 140px;
  }
  .container10{
    padding: 46px 0;
    background-color: rgb(246, 247 ,249);
  }
  .container10-text {
    padding: 16px 14px;
    background-color: #fff;
  }
  .container10-text dt{
    font-size: 14px;
    font-weight: normal;
    color: #3D3D3D;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .container10-text dd {
    font-size: 12px;
    line-height: 1.5;
    text-overflow: ellipsis;
  }
  .container11 {
    padding: 52px 0;
  }
  .container11 h2 {
    margin-bottom: 20px;
  }
  .container11 .mobile-show{
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #3F83BF;
  }
  .container12 {
    flex-wrap: wrap;
    margin-bottom: 40px;
    background-color: #fff;
  }
  .container12 .container12-bg {
    width: 100%;
    display: block;
    margin-right: 0;
    position: static;
  }
  .container-text .container-info {
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 1;
    font-size: 16px;
    padding: 0 35px;
    line-height: 22px;
    font-weight: normal;
    height: 63px;
    margin: -63px 12px 20px;
    color: #3D3D3D;
  }
  .container-text .container-info h2 {
    font-weight: 700;
    font-size: 16px;
    color: #3D3D3D;
    line-height: 1.5;
    padding: 8px 0 2px;
  }
  .container-text .container-info p {
    color: #3D3D3D;
    font-size: 16px;
    color: #3D3D3D;
    line-height: 1.5;
  }
  .container-text {
    margin: 0;
  }
  .container-text1 {
    padding: 0 35px;
    width: 100%;
    box-sizing: border-box;
  }
  .container13 {
    padding: 0 30px;
    background-color: #fff;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .container13 .container13-bg {
    order: 1;
    width: 100%;
  }
  .container13 .container-text {
    order: 2;
    margin: 0;
  }
  .container13 .container-text h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    color: #3D3D3D;
    margin-top: 30px;
  }
  .container13 .container-text p, .container14 .container-text p{
    font-size: 18px;
    font-weight: 350;
    line-height: 30px;
    color: #3D3D3D;
    margin-bottom: 0;
  }
  .container14 {
    flex-wrap: wrap;
    background-color: #fff;
    padding: 0 30px;
    margin-bottom: 45px;
  }
  .container14 .container14-bg {
    width: 100%;
    margin: 0;
  }
  .container14 .container-text h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    color: #3D3D3D;
    margin-top: 20px;
  }
  .container15 {
    flex-wrap: wrap;
    background-color: #fff;
    margin-bottom: 60px;
    padding: 0;
  }
  .container15 .container15-bg {
    width: 100%;
    margin: 0;
    display: block;
    order: 1;
    top: 0;
    height: 360px;
  }
  .container15 .container-text {
    order: 2;
  }
  .container7 {
    padding: 15px 19px;
  }
  .container7 h2 {
    margin: 30px 10%;
  }
  .fixed-btn {
    background: rgba(0, 0, 0, 0.6);
    height: 76px;
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: -1px;
    padding: 0 26px;
    display: flex;
    align-items: center;
  }
  .fixed-btn a {
    display: block;
    height: 52px;
    width: 100%;
    border-radius: 5px;
    background: #3F83BF;
    color: #fff;
    font-size: 20px;
    line-height: 52px;
    text-align: center;
  }
  .mobile_header .nav_box_show .nav_box .shio_show {
    background-color: #3E83BE;
    border-radius: 0;
  }
  .m-container-mask{
    position: relative;
  }
  .m-container-mask::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0, .3);
  }
  .footer .col_1 .code {
    position: absolute;
    right: 6px;
    margin-top: -8px;
  }
 .mobile_header .nav_box_show .nav_box_link li.active {
    background: rgba(88, 131, 185, .5);
  }
 .mobile_header .nav_box_show .nav_box_link li.active a{
    color: rgba(88, 131, 185);
  }
}
