/* 
    箭头
    @include arrow(direction,size,color);
**/
/*
    超出省略号
    @include ell();
 * */
/*
    inline-block
    @include inline_block();
 * */
/*
    font-size of REM
    @include font-size(fz);
 * */
/*----------------------------------------*/
/*  Base
/*----------------------------------------*/
::placeholder{
	color: #A2A2A2 !important;
}
@media all and (-moz-min-device-pixel-ratio: 1.09) and (-moz-max-device-pixel-ratio: 1.18),
(-webkit-min-device-pixel-ratio: 1.09) and (-webkit-max-device-pixel-ratio: 1.18),
(min-resolution: 1.09dppx) and (max-resolution: 1.18dppx) {
  :root {
    font-size: calc(62.5% * 0.925);
  }
}

@media all and (-moz-min-device-pixel-ratio: 1.19) and (-moz-max-device-pixel-ratio: 1.28),
(-webkit-min-device-pixel-ratio: 1.19) and (-webkit-max-device-pixel-ratio: 1.28),
(min-resolution: 1.19dppx) and (max-resolution: 1.28dppx) {
  :root {
    font-size: calc(62.5% * 0.815);
  }
}

@media all and (-moz-min-device-pixel-ratio: 1.29) and (-moz-max-device-pixel-ratio: 1.4),
(-webkit-min-device-pixel-ratio: 1.29) and (-webkit-max-device-pixel-ratio: 1.4),
(min-resolution: 1.29dppx) and (max-resolution: 1.4dppx) {
  :root {
    font-size: calc(62.5% * 0.7);
  }
}

@media all and (-moz-min-device-pixel-ratio: 1.41) and (-moz-max-device-pixel-ratio: 1.6),
(-webkit-min-device-pixel-ratio: 1.41) and (-webkit-max-device-pixel-ratio: 1.6),
(min-resolution: 1.41dppx) and (max-resolution: 1.6dppx) {
  :root {
    font-size: calc(62.5% * 0.75);
  }
}

@media all and (-moz-min-device-pixel-ratio: 1.61) and (-moz-max-device-pixel-ratio: 1.8),
(-webkit-min-device-pixel-ratio: 1.61) and (-webkit-max-device-pixel-ratio: 1.8),
(min-resolution: 1.61dppx) and (max-resolution: 1.8dppx) {
  :root {
    font-size: calc(62.5% * 0.5);
  }
}

@media all and (-moz-min-device-pixel-ratio: 1.81) and (-moz-max-device-pixel-ratio: 2.1),
(-webkit-min-device-pixel-ratio: 1.81) and (-webkit-max-device-pixel-ratio: 2.1),
(min-resolution: 1.81dppx) and (max-resolution: 2.1dppx) {
  :root {
    font-size: calc(62.5% * 0.425);
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
  :root {
    font-size: 62.5%;
  }
}

@media screen and (min-width: 1600px) {
  .container {
    max-width: 160rem;
    width: auto;
  }
}

@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .container {
    max-width: 210rem;
    width: auto;
  }
}

/*----------------------------------------*/
/*  Common
/*----------------------------------------*/
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: "FangZhengLanTing", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
}
body.lang-EN {
	font-family: "MaisonNeueWEBMedium", Arial, Helvetica, sans-serif !important;
}
.uppercase {
	text-transform: uppercase; 
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 992px) {
  .col-lg-25 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 1200px ) {
  .solutions_index__body .change_con li .con {
		width: 28rem !important;
	}
}
@media (max-width: 800px ) {
  .solutions_index__body .change_con li .con {
		width: 100% !important;
	}
}

* {
  outline: none;
}

a {
  /* transition: ease-in-out 0.5s; */
}

ul,
li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

a:hover, a:focus {
  text-decoration: none !important;
	/* color: initial; */
	color: #fff;
}

.t-u {
  text-transform: uppercase;
}

.hide {
  display: none;
}

.pc-block {
  display: inline-block !important;
}

@media only screen and (max-width: 1200px),
only screen and (max-width: 768px),
only screen and (min-width: 320px) and (max-width: 767px) {
  .pc-block {
    display: none !important;
  }
}

.app-block {
  display: none !important;
}

@media only screen and (max-width: 1200px),
only screen and (max-width: 768px),
only screen and (min-width: 320px) and (max-width: 767px) {
  .app-block {
    display: inline-block !important;
  }
}

img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.input::-ms-clear {
  display: none;
}

.input:valid+.clear {
  display: inline;
}

/*----------------------------------------*/
/*  Common komi
/*----------------------------------------*/
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.desktop_show {
  display: block;
}

.mobile_show {
  display: none;
}

main {
  position: relative;
  z-index: 10;
}

.inner_kv__body {
  position: relative;
  z-index: 1;
}

.inner_kv__body.no_kv {
  /* border-bottom: 2rem solid #1ed7eb; */
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/images/common/L2_Flex_Desktop.png) center center no-repeat;
  background-size: cover;
}

.inner_kv__body.news_details_kv {
  padding-top: 20rem;
}

.inner_kv__body .kv {
  display: block;
  width: 100%;
  object-fit: cover;
}

.inner_kv__body .txt_con {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 4rem;
  width: 100%;
}

.inner_kv__body .txt_con .logo {
  max-height: 50px;
  margin-bottom: 2rem;
}

.inner_kv__body .txt_con h3,
.inner_kv__body .txt_con h1,
.inner_kv__body .txt_con p {
  color: #fff;
}

.inner_kv__body .txt_con h3.tc,
.inner_kv__body .txt_con h1.tc,
.inner_kv__body .txt_con p.tc {
  text-align: center;
  max-width: 100%;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.inner_kv__body .txt_con h3,
.inner_kv__body .txt_con h1 {
  font-size: 45px;
  font-size: 4.5rem;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
  .inner_kv__body .txt_con h3,
  .inner_kv__body .txt_con h1 {
    font-size: 45px;
    font-size: 4.5rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .inner_kv__body .txt_con h3,
  .inner_kv__body .txt_con h1 {
    font-size: 30px;
    font-size: 3rem;
  }
}

.inner_kv__body .txt_con p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  max-width: 72rem;
}

.inner_kv__body .txt_con p.b {
  color: #000;
}

.inner_kv__body .txt_con div,
.inner_kv__body .txt_con h6 {
  margin-top: 2rem;
}

.inner_kv__body .txt_con div .page_btn,
.inner_kv__body .txt_con h6 .page_btn {
  padding: 1rem 3rem;
}

.inner_kv__body .txt_con div .page_btn span,
.inner_kv__body .txt_con h6 .page_btn span {
  color: #fff;
}

.inner_kv__body .txt_con div span,
.inner_kv__body .txt_con h6 span {
  color: #39cad7;
  font-size: 18px;
  font-size: 1.8rem;
}

.crumbs_bar {
  height: 5rem;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.5); */
  position: absolute;
  left: 0;
  right: 0;
  top: 10rem;
  display: flex;
  justify-content: flex-start;
  padding: 0 4rem;
  z-index: 100;
}

.crumbs_bar.black {
  border-color: #e5e5e5;
}

.crumbs_bar.black div {
  border-color: #e5e5e5;
}

.crumbs_bar.black div em,
.crumbs_bar.black div a {
  color: #666;
  /* color: #fff; */
}

.crumbs_bar.black div a:first-child {
  color: #002e7c;
  /* color: #fff; */
}

.crumbs_bar div {
  /* border-left: 1px solid rgba(255, 255, 255, 0.5); */
  line-height: 5rem;
  width: 32rem;
  /* padding-left: 2rem; */
}

.crumbs_bar div em,
.crumbs_bar div a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  transition: all .3s;
}

.crumbs_bar div em.fa-home,
.crumbs_bar div a.fa-home {
  font-size: 16px;
  font-size: 1.6rem;
}

.crumbs_bar div em {
  padding: 0 1rem;
  font-size: 16px;
  font-size: 1.6rem;
}

/* .crumbs_bar div a:hover {
  color: #39cad7;
  color: #0044b4;
} */

.sub_sidebar {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  display: flex;
  height: 8rem;
}

.sub_sidebar .sidebar_con {
  width: calc(100% - 36.4rem);
  background-color: rgba(0, 68, 180, 0.8);
  line-height: 8rem;
  display: flex;
  align-items: center;
  padding: 0 4rem;
}

.sub_sidebar .sidebar_con li {
  height: 8rem;
}

.sub_sidebar .sidebar_con li a {
  display: block;
  height: 8rem;
  line-height: 8rem;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 3rem;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .sub_sidebar .sidebar_con li a {
    line-height: 1.5;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 3rem 3rem;
  }
}

.sub_sidebar .sidebar_con li a::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #1ed7eb;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  transform: scale(0);
  transition: all .3s ease-in;
}

.sub_sidebar .sidebar_con li a:hover,
.sub_sidebar .sidebar_con li a.active {
  color: #1ed7eb;
}

.sub_sidebar .sidebar_con li a:hover::after,
.sub_sidebar .sidebar_con li a.active::after {
  transform: scale(1);
}

.sub_sidebar .sidebar_right {
  width: calc(36.4rem);
  background-color: rgba(30, 215, 235, 0.8);
}

.new_2line_tit {
  margin-bottom: 6rem;
  border-left: 2px solid #1ed7eb;
  padding-left: 1.5rem;
  display: none;
}

.new_2line_tit h3 {
  font-size: 34px;
  font-size: 3.4rem;
  color: #333;
  margin: 0;
}

.new_2line_tit p {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
  color: #1ed7eb;
  margin: 0;
}

.more_news__body {
  background-color: #fff;
  /* padding: 10rem 8%; */
	padding: 10rem 0; 
}

.more_news__body .news_list__con h3 {
  font-size: 18px;
  font-size: 1.8rem;
	line-height: 1.5;
  color: #000;
  font-weight: 500;
  margin-bottom: 2rem;
	padding: 2rem 0;
  margin-bottom: 0;
}
.more_news__body .news_list__con .flex {
  font-size: 28px;
  font-size: 2.8rem;
  color: #000;
  font-weight: 500;
  margin-bottom: 4rem;
}
.more_news__body .news_list__con .flex h2 {
  color: #000;
  font-size: 34px;
  font-size: 3.4rem;
	padding-left: 0;
	margin-bottom: 0;
	font-weight: 700;
}
body.lang-EN .more_news__body .news_list__con .flex h2 {
	/* color: #0044b4; */
	font-family: "MaisonNeueExtendedWEBExtraBold", Arial, Helvetica, sans-serif !important;
}

.more_news__body .news_list__con ul {
  align-items: stretch;
}

.more_news__body .news_list__con ul li {
  width: calc(33.3333% - 5rem * 2 /3);
  margin-right: 5rem;
  background-color: #f6f6f6;
  transition: all .3s;
}

.more_news__body .news_list__con ul li:nth-child(3n) {
  margin-right: 0;
}

.more_news__body .news_list__con ul li:hover {
  background-color: #002e7c;
}

.more_news__body .news_list__con ul li:hover p {
  color: #fff;
}

.more_news__body .news_list__con ul li:hover p i {
  color: #fff;
}

.more_news__body .news_list__con ul li:hover .img_out img {
  transform: scale(1.1);
}

.more_news__body .news_list__con ul li .img_out {
  overflow: hidden;
}

.more_news__body .news_list__con ul li .img_out img {
  display: block;
  width: 100%;
  transition: all .3s;
}

.more_news__body .news_list__con ul li p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #000;
  padding: 2rem;
  margin-bottom: 0;
}

.more_news__body .news_list__con ul li p i {
  margin-left: 1rem;
  color: #002e7c;
}

.page_btn {
  width: 17.3rem;
  height: 4.6rem;
  display: flex;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  background: #0043b4;
  color: #fff;
  font-weight: 300;
  border: 2px solid #0043b4;
  position: relative;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
  .page_btn {
    width: 15.3rem;
    height: 4.6rem;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .page_btn {
    width: 14.3rem;
    height: 4.2rem;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.page_btn span {
  position: relative;
  z-index: 20;
  font-size: 1.6rem !important;
}

.page_btn::after {
  border-radius: 3rem;
  content: '';
  display: block;
  width: 0%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  background-color: #ffffff;
  position: absolute;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: auto;
  z-index: 10;
}

.page_btn:hover::after {
  width: 100%;
}

.page_btn:hover span {
  color: #0043b4 !important;
}
.page_btn[disabled] span {
	margin-left: 6px;
}
.page_btn[disabled] p {                                                                                                                                                                                                  
  width: 16px;                                                                                                                                                                                                           
  height: 16px;                                                                                                                                                                                                          
  border: 3px solid rgba(255, 255, 255, 0.3);                                                                                                                                                                            
  border-top-color: #fff;                                                                                                                                                                                                
  border-radius: 50%;                                                                                                                                                                                                    
  animation: btn-loading-spin 0.8s linear infinite;                                                                                                                                                                      
  z-index: 30;
	margin: 0 !important;                                                                                                                                                                                                    
}                                                                                                                                                                                                                        
                                                                                                                                                                                                                         
@keyframes btn-loading-spin {                                                                                                                                                                                            
  0% { transform: rotate(0deg); }                                                                                                                                                                                        
  100% { transform: rotate(360deg); }                                                                                                                                                                                    
}

.more_news__con p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #000;
  padding: 2rem 0;
  margin-bottom: 0;
}

.more_news__con h3 i,
.more_news__con p i {
  margin-left: 1rem;
  color: #002e7c;
}

.more_news__con:hover p {
  color: #000000;
  /* text-decoration: underline; */
}

/* .more_news__con:hover i {
  color: #fff;
} */

.more_news__con:hover .img_out img {
  transform: scale(1.1);
}

.more_news__con .img_out {
  overflow: hidden;
  /* max-height: 280px; */
	position: relative;
        padding-top: calc(250 / 580 * 100%);
}

.more_news__con .img_out img {
  display: block;
	    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  transition: all .3s;
}

.more_news__con:nth-child(3n) {
  margin-right: 0;
}

#p3 .more_news__con h3,
#p3 .more_news__con p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #000;
  padding: 2rem;
  margin-bottom: 0; }
  #p3 .more_news__con h3 i,
  #p3 .more_news__con p i {
    margin-left: 1rem;
    color: #002e7c; }

#p3 .more_news__con:hover {
  background-color: #002e7c; }
  #p3 .more_news__con:hover p,
  #p3 .more_news__con:hover h3 {
    color: #fff; }
  #p3 .more_news__con:hover i {
    color: #fff; }
  #p3 .more_news__con:hover .img_out img {
    transform: scale(1.1); }

#p3 .more_news__con .img_out {
  overflow: hidden;
  max-height: 280px; }
  #p3 .more_news__con .img_out img {
    display: block;
    width: 100%;
    transition: all .3s; }

#p3 .more_news__con:nth-child(3n) {
  margin-right: 0; }

/*----------------------------------------*/
/*  Header
/*----------------------------------------*/
header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  position: relative;
  z-index: 1000;
  padding: 0 4rem;
  height: 10rem;
  border-bottom: 1px solid #e5e5e5;
  /* background-color: rgba(5, 5, 5, 0.5); */
  background-color: #ffffff;
}

header.bg_b_always {
  border-color: #dcdcdd;
}

header.bg_b_always a.logo {
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/bluescope_logo_b.svg);
  background-size: cover;
}

/* header.bg_b_always .nav_list>li>a {
  color: #000;
} */

header.bg_b_always .nav_list>li>a::after {
  background-color: #002e7c;
}

header.bg_b_always .header_right_bar .search__con {
  border-color: #e5e5e5;
}

header.bg_b_always .header_right_bar .search__con input,
header.bg_b_always .header_right_bar .search__con a {
  color: #002e7c;
}

header.bg_b_always .header_right_bar .search__con input::placeholder {
  color: #333;
}
header.bg_b_always .header_right_bar .search__con a:hover {
  color: #39cad7;
}

header.bg_b_always .header_right_bar .search__con .navbar-form {
  padding: 0px !important;
}

header.bg_b_always .header_right_bar .language__con {
  border-color: #e5e5e5;
}

header.bg_b_always .header_right_bar .language__con:hover i {
  color: #39cad7;
}

header.bg_b_always .header_right_bar .language__con i {
  color: #002e7c;
}

header.bg_b_always .header_right_bar .language__con span {
  color: #333;
}

header.bg_b_always .header_right_bar .login__link,
header.bg_b_always .header_right_bar .fa-user-o {
  color: #002e7c;
}

header.bg_b_always .header_right_bar .login__link:hover,
header.bg_b_always .header_right_bar .fa-user-o:hover {
  color: #39cad7;
}

header.bg_w,
header.bg_w_always {
  background-color: #fff;
  /* border-color: #e5e5e5; */
  border-bottom: 1px solid #e5e5e5;
}

header.bg_w a.logo,
header.bg_w_always a.logo {
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/bluescope_logo_b.svg);
  background-size: cover;
}

header.bg_w .nav_list>li:hover>a,
header.bg_w_always .nav_list>li:hover>a {
  color: #002e7c;
}

/* header.bg_w .nav_list>li>a,
header.bg_w_always .nav_list>li>a {
  color: #333;
} */

/* header.bg_w .nav_list>li>a::after,
header.bg_w_always .nav_list>li>a::after {
  background-color: #002e7c;
} */

header.bg_w .header_right_bar .search__con,
header.bg_w_always .header_right_bar .search__con {
  border-color: #e5e5e5;
}

header.bg_w .header_right_bar .search__con input,
header.bg_w .header_right_bar .search__con a,
header.bg_w_always .header_right_bar .search__con input,
header.bg_w_always .header_right_bar .search__con a {
  color: #002e7c;
}

header.bg_w .header_right_bar .search__con input::placeholder,
header.bg_w_always .header_right_bar .search__con input::placeholder {
  color: #333;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

  header.bg_w .header_right_bar .search__con input,
  header.bg_w_always .header_right_bar .search__con input {
    width: 11.1rem;
    font-size: 15px;
    padding: 0px;
    padding-left: 1rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  header.bg_w .header_right_bar .search__con input,
  header.bg_w_always .header_right_bar .search__con input {
    width: 10.9rem;
    padding: 0px;
    padding-left: 1rem;
  }
}

header.bg_w .header_right_bar .search__con a:hover,
header.bg_w_always .header_right_bar .search__con a:hover {
  color: #39cad7;
}

header.bg_w .header_right_bar .search__con i,
header.bg_w_always .header_right_bar .search__con i {
  padding: 1rem 2rem;
  color: #002e7c;
}

header.bg_w .header_right_bar .search__con i:hover,
header.bg_w_always .header_right_bar .search__con i:hover {
  color: #002e7c;
}

header.bg_w .header_right_bar .search__con button,
header.bg_w_always .header_right_bar .search__con button {
  background: none;
  border: none;
  border-radius: 0px;
  color: #fff;
  outline: none;
}

header.bg_w .header_right_bar .language__con,
header.bg_w_always .header_right_bar .language__con {
  border-color: #e5e5e5;
}

header.bg_w .header_right_bar .language__con:hover i,
header.bg_w_always .header_right_bar .language__con:hover i {
  color: #39cad7;
}

header.bg_w .header_right_bar .language__con i,
header.bg_w_always .header_right_bar .language__con i {
  color: #002e7c;
}

header.bg_w .header_right_bar .language__con i:hover,
header.bg_w_always .header_right_bar .language__con i:hover {
  color: #39cad7;
}

header.bg_w .header_right_bar .language__con span,
header.bg_w_always .header_right_bar .language__con span {
  color: #333;
}

header.bg_w .header_right_bar .login__link,
header.bg_w_always .header_right_bar .login__link {
  color: #002e7c;
}

header.bg_w .header_right_bar .login__link:hover,
header.bg_w_always .header_right_bar .login__link:hover {
  color: #39cad7;
}

header .nav__con {
  /* width: calc(100% - $header_right_bar); */
  width: 100%;
}

header a.logo {
  /* background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/bluescope_logo.svg); */
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/bluescope_logo_b.svg);
  width: 8.8rem;
  height: 5.4rem;
  display: inline-block;
  background-size: cover;
}

/* header .nav_list {
  margin-left: 5rem;
  justify-content: flex-start;
} */

/* @media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  header .nav_list {
    margin-left: 2rem;
  }
} */

header .nav_list>li {
  position: relative;
  z-index: 1;
}

header .nav_list>li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0);
  height: auto;
}

/* header .nav_list>li:hover a::after,
header .nav_list>li.active a::after {
  width: 100%;
  opacity: 1;
  visibility: visible;
} */
header .nav_list>li:hover>a,
header .nav_list>li.active>a {
  font-weight: 600;
	text-decoration: underline !important;
}
header .nav_list>li.active ul a.active {
  font-weight: 600;
	text-decoration: underline !important;
}
header .nav_list>li:hover a:hover,
header .nav_list>li.active a:hover {
  font-weight: 600;
	text-decoration: underline !important;
}


header .nav_list>li>a {
  display: block;
  height: 6.5rem;
  line-height: 6.5rem;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  color: #002e7c;
  /* transition: all .36s; */
  margin: 0 2.5rem;
}
header .nav_list>li>a:hover {
	font-weight: 600;
  text-decoration: underline !important;
}
.lang-EN header .nav_list>li>a {
	font-family: "MaisonNeueWEBBook", Arial, Helvetica, sans-serif !important;
}

header .nav_list>li:first-child a {
  margin-left: 0 !important;
}

header .nav_list {
  margin-right: 2.5rem;
}

header .nav_list>li>a::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #002e7c;
  opacity: 0;
  transition: all 0.36s;
  z-index: 10;
  visibility: hidden;
}
header .nav_list>li ul {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  position: absolute;
  transition: all .3s;
  height: 0;
  top: 100%;
  left: 0;
  padding: 1rem 0;
  min-width: 18rem;
  background-color: #fff !important;
  height: auto;
}
.lang-EN header .nav_list>li ul {
  min-width: 24rem;
}

header .nav_list>li ul li {
  position: relative;
}

header .nav_list>li ul li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0);
  height: auto;
}

header .nav_list>li ul li a {
  display: block;
  color: #333;
  color: #002e7c;
  padding: 1rem 2rem;
  font-size: 16px;
  font-size: 1.6rem;
  /* transition: all .3s; */
	margin-left: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  header .nav_list>li ul li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

header .nav_list>li ul li ul {
  position: absolute;
  top: 0;
  left: 100%;
  padding: .3rem 0;
}

header .header_right_bar {
  height: 8.9rem;
  align-items: center;
  width: auto;
  max-width: 32rem;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  header .header_right_bar {
    width: auto;
  }
}

header .header_right_bar .search__con,
header .header_right_bar .language__con {
  display: flex;
  align-items: center;
}

header .header_right_bar .search__con {
  /* border-left: 1px solid rgba(255, 255, 255, 0.5); */
  height: 100%;
}

header .header_right_bar .search__con input,
header .header_right_bar .search__con a,
header .header_right_bar .search__con i {
  display: inline-block;
  vertical-align: middle;
  padding: 0 2rem;
  padding-right: 0px;
}

header .header_right_bar .search__con input {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  width: 10.9rem;
}

header .header_right_bar .search__con input::placeholder {
  color: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  header .header_right_bar .search__con input {
    width: 11.1rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .header_right_bar .search__con input {
    width: 10.9rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .header_right_bar .search__con input {
    width: 8rem;
    padding: 0 1rem;
  }
}

header .header_right_bar .search__con a,
header .header_right_bar .search__con i {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}

header .header_right_bar .search__con a:hover,
header .header_right_bar .search__con i:hover {
  color: #002e7c;
}

header .header_right_bar .search__con i {
  padding: 1rem 2rem;
}

header .header_right_bar .search__con button {
  background: none;
  border: none;
  border-radius: 0px;
  color: #fff;
  outline: none;
}

header .language__con {
  /* border-right: 1px solid rgba(255, 255, 255, 0.5); */
  padding: 0.6rem 1rem;
  height: 100%;
  line-height: 2rem;
  position: relative;
  cursor: pointer;
  z-index: 1;
}

header .language__con:hover ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

header .language__con i,
header .language__con span {
  display: inline-block;
  color: #002e7c;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {

  header .language__con i,
  header .language__con span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

header .language__con span {
  padding: 0 1rem;
  font-size: 16px;
  font-size: 1.6rem;
}

header .language__con ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 10rem;
  background-color: rgba(255, 255, 255, 1);
  transition: all .36s;
  opacity: 0;
  visibility: hidden;
  margin: 0px;
  padding: 0px;
  transform: translateY(1rem);
  box-shadow: 0 0 18px 0 rgba(6, 0, 1, .08);
}

header .language__con ul li {
  border-bottom: 1px solid #fff;
  line-height: 3rem;
}

header .language__con ul li a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  text-align: center;
  padding: 0 2rem;
}

header .language__con ul li a:hover {
  color: #002e7c;
}

header .login__link {
  font-size: 16px;
  font-size: 1.6rem;
  /* color: #002e7c !important; */
	color: #ffffff;
  height: 100%;
}

header .login__link:hover {
  color: #002e7c;
}

header .vipbox:hover ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

header .vipbox ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 10rem;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all .36s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
}

header .vipbox ul li {
  border-bottom: 1px solid #fff;
  line-height: 3rem;
}

header .vipbox ul li a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  text-align: center;
  padding: 0 2rem;
}

header .vipbox ul li a:hover {
  color: #002e7c;
}

.mobile_header_bar {
  display: none;
}

.mobile_header_bar a {
  margin-left: 3rem;
  font-size: 20px;
  font-size: 2rem;
  color: #002e7c;
}

.mobile_header_bar a:hover {
  color: #39cad7;
}

.header_mobile__con {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 1rem 2rem;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  transform: translateY(-1rem);
}

.header_mobile__con.language_m .flex {
  justify-content: center;
}

.header_mobile__con.language_m a,
.header_mobile__con.language_m em {
  padding: 0 2rem;
}

.header_mobile__con.language_m em {
  font-size: 20px;
  font-size: 2rem;
  color: #666;
}

.header_mobile__con.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media only screen and (min-width: 640px) and (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
  .header_mobile__con form .flex {
    width: 100%;
  }
}

.header_mobile__con a,
.header_mobile__con input {
  vertical-align: middle;
}

.header_mobile__con a {
  font-size: 20px;
  font-size: 2rem;
  color: #002e7c;
  transition: all .3s;
}

.header_mobile__con a.close_btn {
  transition: all .3s;
}

.header_mobile__con a.close_btn:hover {
  transform: rotate(180deg);
}

.header_mobile__con input {
  background: transparent;
  padding: .5rem;
  border: 0;
  width: calc(100% - 4rem);
  color: #002e7c;
  border-bottom: 1px solid rgba(100, 100, 100, 0.3);
}

.header_mobile__con input::placeholder {
  color: #666;
}

.pc_slide_header {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #f6f6f6;
  opacity: 0;
  display: none;
  transition: all .5s;
  visibility: hidden;
  transform: translateY(10px);
}

.pc_slide_header.show {
  opacity: 1;
  visibility: visible;
  display: block;
  transform: translateY(0);
}

.pc_slide_header .flex {
  justify-content: flex-start;
  align-items: stretch;
}

.pc_slide_header .flex .left_con {
  width: 25%;
  padding-left: 10%;
}

.pc_slide_header .flex .left_con ul {
  margin: 2rem 0;
  border-left: 2px solid #e1e1e1;
}

.pc_slide_header .flex .left_con ul li {
  padding-right: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pc_slide_header .flex .left_con ul li:hover a,
.pc_slide_header .flex .left_con ul li.active a {
  color: #39cad7;
  border-color: #39cad7;
}

.pc_slide_header .flex .left_con ul li:hover i,
.pc_slide_header .flex .left_con ul li.active i {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

.pc_slide_header .flex .left_con ul li a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #002e7c;
  display: block;
  padding: 1rem 0 1rem 2rem;
  border-left: 2px solid transparent;
  margin-left: -2px;
}

.pc_slide_header .flex .left_con ul li i {
  color: #39cad7;
  font-size: 16px;
  font-size: 1.6rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: all .3s;
}

.pc_slide_header .flex .right_con {
  background-color: #fff;
  padding: 4rem 0 4rem 4rem;
  width: 75%;
}

.pc_slide_header .flex .right_con .con {
  display: none;
}

.pc_slide_header .flex .right_con ul {
  justify-content: flex-start;
  align-items: flex-start;
}

.pc_slide_header .flex .right_con ul li {
  width: 20%;
}

.pc_slide_header .flex .right_con ul li p {
  line-height: 2;
}

.pc_slide_header .flex .right_con ul li p a {
  color: #002e7c;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pc_slide_header .flex .right_con ul li p a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .pc_slide_header .flex .right_con ul li p a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.pc_slide_header .flex .right_con ul li p a:hover span {
  color: #39cad7;
}

.pc_slide_header .flex .right_con ul li p a span,
.pc_slide_header .flex .right_con ul li p a i {
  display: inline-block;
  vertical-align: middle;
  transition: all .3s;
}

.pc_slide_header .flex .right_con ul li p a i {
  background-color: #fc0d1b;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  font-style: normal;
  padding: 0 1rem;
  border-radius: 2em;
  margin-left: .2rem;
  transform: scale(0.7);
}

.mobile_menu__body {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  position: fixed;
  z-index: 2100;
  top: 58px;
  left: 0;
  right: 0;
  background-color: #fff;
  border-bottom: 15px solid #1ed7eb;
  transition: all .5s;
}

.mobile_menu__body.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mobile_menu__body ul li {
  padding: 0 10px;
}

.mobile_menu__body ul li .in {
  border-bottom: 1px solid #e5e5e5;
}

.mobile_menu__body ul li.active {
  background-color: #f5f5f5;
}

.mobile_menu__body ul li.active .flex a {
  border-left: 2px solid #39cad7;
  font-weight: 700;
  padding-left: 10px;
  color: #002e7c;
}

.mobile_menu__body ul li.active .flex i {
  transform: rotate(90deg);
}

.mobile_menu__body ul li .flex {
  padding: 10px 10px 10px 0;
}

.mobile_menu__body ul li .flex a {
  font-size: 16px;
  color: #002e7c;
  width: 100%;
  display: inline-table;
  z-index: 20;
  position: relative;
}

.mobile_menu__body ul li .flex i {
  color: #002e7c;
  font-size: 14px;
  transition: all .3s;
  position: absolute;
  z-index: 10;
  right: 20px;
}

.mobile_menu__body ul li ul {
  display: none;
  padding-left: 15px;
  padding-bottom: 20px;
}

.mobile_menu__body ul li ul li {
  line-height: 2;
}

.mobile_menu__body ul li ul li a {
  font-size: 14px;
  color: #002e7c;
}

.mobile_menu__body ul li ul li a:hover .mobile_menu__body ul li ul li a.active {
  color: #002e7c;
}

/*----------------------------------------*/
/*  Home
/*----------------------------------------*/
main {
  background-color: #fff;
  position: relative;
  z-index: 10;
}

/*头部banner*/
.index-banner {
  width: 100%;
  height: 100%;
  aspect-ratio: 2 / 1;
  /* background: #161615; */
  z-index: 200;
  top: 0px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.index-banner .container {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 84%;
  min-width: 84%;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px) {
  .index-banner .container {
    max-width: 84%;
    min-width: 84%;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 1200px),
only screen and (max-width: 768px) {
  .index-banner .container {
    max-width: 90%;
    min-width: 90%;
  }
}

.index-banner .slider-item {
  display: flex;
}

.index-banner .slider-item::before {
  content: '';
  position: absolute;
  display: flex;
  width: 100%;
  height: 20vh;
  z-index: 20;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), transparent);
}

.index-banner .slider-item .video {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.index-banner .slider-item .video video {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
  background-size: cover;
}

.index-banner .slider-item .pic {
  width: 100%;
  position: relative;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.index-banner .slider-item img {
  width: 100%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .index-banner .slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.index-banner .jumbotron {
  background: none;
  padding: 0px;
  margin: 0px;
  height: 100%;
  align-items: center;
  display: flex;
  position: absolute;
  z-index: 30;
  left: 10rem;
}
.main_h1,
.main_h2 {
	position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.index-banner h3 {
  font-size: 60px;
  font-size: 6rem;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  letter-spacing: .4rem;
  text-transform: uppercase;
}
.index-banner h2,
.index-banner p {
  font-size: 60px;
  font-size: 6rem;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  letter-spacing: .4rem;
  text-transform: uppercase;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .index-banner h3 {
    font-size: 42px;
    font-size: 4.2rem;
  }
	.index-banner h2,
	.index-banner p {
    font-size: 42px;
    font-size: 4.2rem;
  }
}

.index-banner .scroll-arrow {
  position: absolute;
  bottom: 8%;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
}

.index-banner .scroll-arrow .banner_mouse {
  position: relative;
  width: 2.3rem;
  height: 4rem;
  cursor: pointer;
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/banner_mouse_ico2_02.png) no-repeat;
  -webkit-animation: nudgeMouse 1.6s linear infinite;
  animation: nudgeMouse 1.6s linear infinite;
  background-size: 100% 100%;
}

.index-banner .scroll-arrow .banner_mouse::before {
  position: absolute;
  width: 2.3rem;
  height: 4rem;
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/banner_mouse_ico2_01.png) no-repeat;
  -webkit-animation: colorSlide 1.6s linear infinite;
  animation: colorSlide 1.6s linear infinite;
  top: 0;
  left: 0;
  display: block;
  content: '';
  background-size: cover;
}

.index-banner .scroll-arrow .banner_mouse::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #ffffff;
  width: .4rem;
  height: .4rem;
  border-radius: 100%;
  -webkit-animation: trackBallSlide 1.6s linear infinite;
  animation: trackBallSlide 1.6s linear infinite;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@-webkit-keyframes colorSlide {
  0% {
    height: 0;
  }

  90% {
    height: 4rem;
  }
}

@keyframes colorSlide {
  0% {
    height: 0;
  }

  90% {
    height: 4rem;
  }
}

@-webkit-keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-8px);
    transform: scale(1) translateY(-8px);
  }

  34% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(4px);
    transform: scale(0.9) translateY(4px);
  }

  68% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(16px);
    transform: scale(0.4) translateY(16px);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-8px);
    transform: scale(0.4) translateY(-8px);
  }
}

@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-8px);
    transform: scale(1) translateY(-8px);
  }

  34% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(4px);
    transform: scale(0.9) translateY(4px);
  }

  68% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(16px);
    transform: scale(0.4) translateY(16px);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-8px);
    transform: scale(0.4) translateY(-8px);
  }
}

.index-banner .swiper-pagination {
  bottom: 8rem;
  position: absolute;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  width: 100%;
  line-height: 2rem;
}

.index-banner .swiper-pagination-bullet {
  background: transparent;
  opacity: 1;
  margin-top: -2px;
  border: 1px solid #fff;
  width: 1.2rem;
  height: 1.2rem;
}

.index-banner .swiper-pagination-bullet-active {
  width: 1.2rem;
  height: 1.2rem;
  opacity: 1;
  background: #fff;
}

@media only screen and (max-width: 540px) {
  .index-banner .swiper-pagination {
    bottom: 20px !important;
  }
}

.index-banner.scrollUp {
  -webkit-transform: translateY(calc(-100vh - 15rem));
  -moz-transform: translateY(-moz-calc(-100vh - 15rem));
  transform: translateY(calc(-100vh - 15rem));
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .index-banner.scrollUp {
    -webkit-transform: translateY(calc(-100vh - 15rem));
    -moz-transform: translateY(-moz-calc(-100vh - 15rem));
    transform: translateY(calc(-100vh - 15rem));
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hotProduct .container {
    max-width: calc(100% - 24rem);
    margin-top: 12rem;
    margin-bottom: 6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hotProduct .container {
    max-width: calc(100% - 18rem);
    height: 54rem;
    margin-top: 12rem;
    margin-bottom: 8rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hotProduct .container {
    max-width: calc(100% - 12rem);
    height: 54rem;
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
}

.hotProduct .prorecom-tab {
  height: 46.8rem;
  width: 40rem;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hotProduct .prorecom-tab {
    width: 32rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hotProduct .prorecom-tab {
    width: 24rem;
  }
}

.hotProduct .prorecom-tab ul,
.hotProduct .prorecom-tab .nav-tabs {
  width: 100%;
  display: block;
  border: 0px;
  background: none;
}

.hotProduct .prorecom-tab ul li,
.hotProduct .prorecom-tab ul a.nav-link,
.hotProduct .prorecom-tab .nav-tabs li,
.hotProduct .prorecom-tab .nav-tabs a.nav-link {
  height: 9.6rem;
  margin: .8rem 0px;
  padding-left: 4rem;
  font-size: 28px;
  font-size: 2.8rem;
  border: none;
  background: none;
  border-left: 2px solid #7b92b9;
  display: flex;
  align-items: center;
  color: rgba(51, 51, 51, 0.5);
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {

  .hotProduct .prorecom-tab ul li,
  .hotProduct .prorecom-tab ul a.nav-link,
  .hotProduct .prorecom-tab .nav-tabs li,
  .hotProduct .prorecom-tab .nav-tabs a.nav-link {
    height: 7.6rem;
    font-size: 26px;
    font-size: 2.6rem;
    padding-left: 3rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

  .hotProduct .prorecom-tab ul li,
  .hotProduct .prorecom-tab ul a.nav-link,
  .hotProduct .prorecom-tab .nav-tabs li,
  .hotProduct .prorecom-tab .nav-tabs a.nav-link {
    height: 7.2rem;
    font-size: 20px;
    font-size: 2rem;
    padding-left: 3rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .hotProduct .prorecom-tab ul li,
  .hotProduct .prorecom-tab ul a.nav-link,
  .hotProduct .prorecom-tab .nav-tabs li,
  .hotProduct .prorecom-tab .nav-tabs a.nav-link {
    height: 6.4rem;
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 2rem;
  }
}

.hotProduct .prorecom-tab ul li:hover,
.hotProduct .prorecom-tab ul a.nav-link:hover,
.hotProduct .prorecom-tab .nav-tabs li:hover,
.hotProduct .prorecom-tab .nav-tabs a.nav-link:hover {
  color: #333333;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.hotProduct .prorecom-tab ul li.active,
.hotProduct .prorecom-tab ul a.nav-link.active,
.hotProduct .prorecom-tab .nav-tabs li.active,
.hotProduct .prorecom-tab .nav-tabs a.nav-link.active {
  height: 14rem;
  color: #1ed7eb;
  font-size: 3.4rem;
  border-left: 2px solid #1ed7eb;
  font-weight: bold;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px) {

  .hotProduct .prorecom-tab ul li.active,
  .hotProduct .prorecom-tab ul a.nav-link.active,
  .hotProduct .prorecom-tab .nav-tabs li.active,
  .hotProduct .prorecom-tab .nav-tabs a.nav-link.active {
    height: 12rem;
    font-size: 3rem;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {

  .hotProduct .prorecom-tab ul li.active,
  .hotProduct .prorecom-tab ul a.nav-link.active,
  .hotProduct .prorecom-tab .nav-tabs li.active,
  .hotProduct .prorecom-tab .nav-tabs a.nav-link.active {
    height: 12rem;
    font-size: 2.8rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {

  .hotProduct .prorecom-tab ul li.active,
  .hotProduct .prorecom-tab ul a.nav-link.active,
  .hotProduct .prorecom-tab .nav-tabs li.active,
  .hotProduct .prorecom-tab .nav-tabs a.nav-link.active {
    height: 8rem;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.hotProduct .prorecom-content {
  width: 100%;
  /* height: 67.6rem; */
  position: relative;
}

.hotProduct .prorecom-content .explorePro,
.hotProduct .prorecom-content .applicationWrap,
.hotProduct .prorecom-content .helpMeChoose {
  opacity: 0;
  width: 100%;
  /* position: absolute; */
}

.hotProduct .prorecom-content .explorePro h1,
.hotProduct .prorecom-content .applicationWrap h1,
.hotProduct .prorecom-content .helpMeChoose h1 {
  font-weight: 800;
  color: #333;
}

.hotProduct .prorecom-content .explorePro.active,
.hotProduct .prorecom-content .applicationWrap.active,
.hotProduct .prorecom-content .helpMeChoose.active {
  margin-top: 0px;
  opacity: 1;
  display: flex;
}

.hotProduct .expandWrap {
  width: 100%;
  overflow: hidden;
  display: flex;
  margin-top: -2rem;
  opacity: 0;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.hotProduct .expandWrap .item {
  width: 15%;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  flex: 15%;
}

.hotProduct .expandWrap .item .list {
  display: block;
  position: relative;
  width: 100%;
}

.hotProduct .expandWrap .item .list .img {
  width: 100%;
  height: 67.6rem;
  position: relative;
}

.hotProduct .expandWrap .item .list .img:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  z-index: 10;
}

.hotProduct .expandWrap .item .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hotProduct .expandWrap .item .proCon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  padding: 6rem;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hotProduct .expandWrap .item .proCon {
    padding: 4rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hotProduct .expandWrap .item .proCon {
    padding: 4rem;
  }
}

.hotProduct .expandWrap .item .proCon .titleBox {
  position: relative;
  width: 100%;
}

.hotProduct .expandWrap .item .proCon .introBox {
  background: rgba(84, 162, 73, 0.8);
  bottom: 6rem;
  position: absolute;
  opacity: 0;
  padding: 6rem;
  opacity: 0;
  visibility: hidden;
  width: calc(100% - 12rem);
  z-index: 20;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hotProduct .expandWrap .item .proCon .introBox {
    padding: 3rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .hotProduct .expandWrap .item .proCon .introBox {
    padding: 3rem;
  }
}

.hotProduct .expandWrap .item .proCon .introBox h4,
.hotProduct .expandWrap .item .proCon .introBox h3 {
  color: #fff;
  font-weight: bold;
  position: relative;
  opacity: 0;
  transform: translateY(2rem);
  margin-bottom: 3.2rem;
  font-size: 28px;
  font-size: 2.8rem;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hotProduct .expandWrap .item .proCon .introBox h4,
	.hotProduct .expandWrap .item .proCon .introBox h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hotProduct .expandWrap .item .proCon .introBox h4,
	.hotProduct .expandWrap .item .proCon .introBox h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hotProduct .expandWrap .item .proCon .introBox h4,
	.hotProduct .expandWrap .item .proCon .introBox h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.hotProduct .expandWrap .item .proCon .introBox h4::before,
.hotProduct .expandWrap .item .proCon .introBox h3::before {
  content: '';
  position: absolute;
  background: #fff;
  width: 2px;
  display: block;
  height: 90%;
  top: 8%;
  left: -1rem;
}

.hotProduct .expandWrap .item .proCon .introBox h4 span,
.hotProduct .expandWrap .item .proCon .introBox h3 span {
  font-family: Arial;
}

.hotProduct .expandWrap .item .proCon .introBox h4 sup,
.hotProduct .expandWrap .item .proCon .introBox h3 sup {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0px .2rem;
}

.hotProduct .expandWrap .item .proCon .introBox p.summary {
  color: #fff;
  line-height: 2.4rem;
  opacity: 0;
  transform: translateY(2rem);
  font-size: 16px;
  font-size: 1.6rem;
}

.hotProduct .expandWrap .item .proCon .introBox p.summary a {
  color: #fff;
}

.hotProduct .expandWrap .item .proCon .introBox p.summary i {
  font-weight: 500;
  font-style: inherit;
}

.hotProduct .expandWrap .item .proCon .introBox .linkbtn {
  width: 50px;
  height: 50px;
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/linkbtn.png) center center no-repeat;
  display: block;
  position: absolute;
  top: 6rem;
  right: 6rem;
  opacity: 0;
  transform: translateY(2rem);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .hotProduct .expandWrap .item .proCon .introBox .linkbtn {
    top: 3rem;
    right: 3rem;
    width: 3.6rem;
    height: 3.6rem;
    background-size: contain;
  }
}

.hotProduct .expandWrap .item .prologo img {
  width: 100%;
  max-width: 51.1rem;
  max-height: 17.1rem;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .hotProduct .expandWrap .item .prologo img {
    max-width: 35.4rem;
    max-height: 11.8rem;
  }
}

.hotProduct .expandWrap .item:nth-of-type(2) .prologo img {
  max-width: 28.4rem;
  max-height: 20.4rem;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .hotProduct .expandWrap .item:nth-of-type(2) .prologo img {
    max-width: 16.4rem;
    max-height: 12rem;
  }
}

.hotProduct .expandWrap .item:nth-of-type(2) .introBox {
  background: rgba(247, 149, 98, 0.8);
}

.hotProduct .expandWrap .item.on {
  width: 50%;
  flex: 1 1 50%;
}

.hotProduct .expandWrap .item.on .img:after {
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.hotProduct .expandWrap .item.on .prologo img {
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.hotProduct .expandWrap .item.on .proCon .introBox {
  flex-shrink: 1;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s 0.5s linear;
  width: calc(100% - 12rem);
  position: absolute;
  bottom: 2rem !important;
  left: 2rem;
}

.hotProduct .expandWrap .item.on .proCon .introBox h4,
.hotProduct .expandWrap .item.on .proCon .introBox h3,
.hotProduct .expandWrap .item.on .proCon .introBox p.summary {
  transition: all 0.4s 0.6s linear;
  opacity: 1;
  transform: translateY(0);
}

.hotProduct .expandWrap .item.on .proCon .introBox .linkbtn {
  transition: all 0.4s 0.6s linear;
  opacity: 1;
  transform: translateY(0);
}

.hotProduct .applicationList {
  width: 100%;
  overflow: hidden;
  display: flex;
  margin-top: -2rem;
  opacity: 0;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.hotProduct .applicationList .item {
  width: 15%;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  flex: 15%;
}

.hotProduct .applicationList .item .list {
  display: block;
  position: relative;
  width: 100%;
}

.hotProduct .applicationList .item .list .img {
  width: 100%;
  height: 65rem;
  position: relative;
}

.hotProduct .applicationList .item .list .img:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  z-index: 10;
}

.hotProduct .applicationList .item .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hotProduct .applicationList .itemTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 20;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0px;
}

.hotProduct .applicationList .itemTitle h2 {
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hotProduct .applicationList .itemTitle h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .hotProduct .applicationList .itemTitle h2 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.hotProduct .applicationList .appContent {
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0px;
  display: flex;
  flex-direction: column;
  padding: 6rem 5rem;
}

.hotProduct .applicationList .appContent .summary {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hotProduct .applicationList .appContent .summary h3 {
  color: #ffffff;
  font-size: 28px;
  font-size: 2.8rem;
  position: relative;
  font-weight: bold;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hotProduct .applicationList .appContent .summary h3 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .hotProduct .applicationList .appContent .summary h3 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.hotProduct .applicationList .appContent .summary h3::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 2px;
  background: #fff;
  height: 80%;
  top: 3px;
  left: -1rem;
}

.hotProduct .applicationList .appContent .summary p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #fff;
  margin: 3rem 0px 6rem 0px;
}

.hotProduct .applicationList .appContent .summary a.moreLink {
  width: 5rem;
  height: 5rem;
  display: inline-block;
  background: url("https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/linkbtn.png") center center no-repeat;
  background-size: cover;
  margin-bottom: 5rem;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .hotProduct .applicationList .appContent .summary a.moreLink {
    width: 3.6rem;
    height: 3.6rem;
    margin-bottom: 2rem;
  }
}

.hotProduct .applicationList .appContent .caseSlide {
  opacity: 0;
  -webkit-transition: ease 0.3s ease-in-out;
  transition: all 0.3s ease;
}

.hotProduct .applicationList .appContent .caseSlide h5 {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .hotProduct .applicationList .appContent .caseSlide h5 {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}

.hotProduct .applicationList .appContent .caseSlide .slideList .sliderInner a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.hotProduct .applicationList .appContent .caseSlide .slideList .sliderInner img {
  max-width: 100%;
  position: relative;
}

.hotProduct .applicationList .appContent .caseSlide .slideList .sliderInner span {
  color: #fff;
  position: absolute;
  z-index: 10;
  width: calc(100% - 3rem);
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 2rem;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .hotProduct .applicationList .appContent .caseSlide .slideList .sliderInner span {
    padding-bottom: 1rem;
  }
}

.hotProduct .applicationList .appContent .caseSlide .slideList .sliderInner span i {
  font-style: inherit;
  color: #fff;
  position: relative;
  z-index: 10;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .hotProduct .applicationList .appContent .caseSlide .slideList .sliderInner span i {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.hotProduct .applicationList .appContent .caseSlide .slideList .sliderInner span::after {
  content: '';
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5));
}

.hotProduct .applicationList .item:nth-of-type(2) .introBox {
  background: rgba(247, 149, 98, 0.8);
}

.hotProduct .applicationList .item.on {
  width: 50%;
  flex: 1 1 50%;
}

.hotProduct .applicationList .item.on .img:after {
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.hotProduct .applicationList .item.on .itemTitle {
  opacity: 0;
  visibility: hidden;
}

.hotProduct .applicationList .item.on .summary,
.hotProduct .applicationList .item.on .caseSlide {
  opacity: 1;
  visibility: visible;
}

.hotProduct .chooseContent {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-top: -2rem;
  opacity: 0;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  background: #fff;
}

.hotProduct .chooseContent .titleBox h3 {
  color: #000;
  font-size: 28px;
  font-size: 2.8rem;
  position: relative;
  font-weight: bold;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hotProduct .chooseContent .titleBox h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .hotProduct .chooseContent .titleBox h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.hotProduct .chooseContent .titleBox h3::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 2px;
  background: #000;
  height: 80%;
  top: 3px;
  left: -1rem;
}

.hotProduct .chooseContent .titleBox p {
  font-size: 18px;
  font-size: 1.8rem;
  color: #000;
  margin: 2rem 0px;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hotProduct .chooseContent .titleBox p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.hotProduct .chooseContent .proFilterTab {
  height: 76rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hotProduct .chooseContent .proFilterTab {
    height: 64rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .hotProduct .chooseContent .proFilterTab {
    height: 54rem;
  }
}

.hotProduct .chooseContent .proFilterTab .tabWrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  background: #fff;
  position: absolute;
  top: 0px;
  opacity: 0;
}

.hotProduct .chooseContent .proFilterTab .tabWrap.on {
  opacity: 1;
  z-index: 60;
}

.hotProduct .chooseContent .proFilterTab .tabPanel {
  width: 65%;
  padding: 7rem 6rem;
  border-bottom: 4rem solid #1ed7eb;
  position: relative;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px) {
  .hotProduct .chooseContent .proFilterTab .tabPanel {
    padding: 3rem 4rem 0px 4rem;
    border-bottom: 4rem solid #1ed7eb;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hotProduct .chooseContent .proFilterTab .tabPanel {
    padding: 3rem 2rem 0px 2rem;
    border-bottom: 4rem solid #1ed7eb;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .hotProduct .chooseContent .proFilterTab .tabPanel {
    padding: 2rem 2rem 0px 2rem;
    border-bottom: 2rem solid #1ed7eb;
  }
}

.hotProduct .chooseContent .proFilterTab .tabPanel h5 {
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .hotProduct .chooseContent .proFilterTab .tabPanel h5 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}

.hotProduct .chooseContent .proFilterTab .tabPanel .proTags {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.8rem;
}

.hotProduct .chooseContent .proFilterTab .tabPanel .proTags .tagsInner {
  font-size: 14px;
  font-size: 1.4rem;
  color: #002e7c;
  width: 14.5rem;
  height: 5rem;
  display: flex;
  margin: 0.8rem 0.6rem;
  align-items: center;
  justify-content: center;
  border: 2px solid #f2f3f4;
  border-radius: 3rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hotProduct .chooseContent .proFilterTab .tabPanel .proTags .tagsInner {
    width: 13.5rem;
    height: 3.6rem;
    font-size: 13px;
    font-size: 1.3rem;
    margin: .5rem 1rem;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hotProduct .chooseContent .proFilterTab .tabPanel .proTags .tagsInner {
    width: 10rem;
    height: 3.4rem;
    font-size: 13px;
    font-size: 1.3rem;
    margin: .3rem .6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .hotProduct .chooseContent .proFilterTab .tabPanel .proTags .tagsInner {
    width: 12rem;
    height: 3.2rem;
    font-size: 12px;
    font-size: 1.2rem;
    margin: .3rem .6rem;
  }
}

.hotProduct .chooseContent .proFilterTab .tabPanel .proTags .tagsInner:hover {
  background: #0043b4;
  border: 2px solid #0043b4;
  color: #fff;
}

.hotProduct .chooseContent .proFilterTab .tabPanel .proTags .tagsInner.not {
  pointer-events: none;
  color: #d4d4d4;
  border: 2px solid #f2f3f4;
}

.hotProduct .chooseContent .proFilterTab .tabPanel .proTags .tagsInner.not:hover {
  background: #ffffff;
  border: 2px solid #f2f3f4;
  color: #adadad;
}

.hotProduct .chooseContent .proFilterTab .filterOn {
  margin-left: -8px;
  margin-bottom: 2rem;
  display: flex;
}

.hotProduct .chooseContent .proFilterTab .filterOn .tag {
  font-size: 16px;
  font-size: 1.6rem;
  color: #002e7c;
  width: 14.5rem;
  height: 5rem;
  display: flex;
  margin: 8px 8px;
  align-items: center;
  justify-content: center;
  border: 2px solid #1ed7eb;
  border-radius: 3rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hotProduct .chooseContent .proFilterTab .filterOn .tag {
    width: 13.5rem;
    height: 3.6rem;
    margin: 6px 8px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .hotProduct .chooseContent .proFilterTab .filterOn .tag {
    width: 125px;
    height: 3.6rem;
    margin: 6px 6px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.hotProduct .chooseContent .proFilterTab .filterOn .tag:hover {
  background: #0043b4;
  border: 2px solid #0043b4;
  color: #fff;
}

.hotProduct .chooseContent .proFilterTab .btnBox {
  display: flex;
  position: absolute;
  bottom: 7rem;
  align-items: center;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hotProduct .chooseContent .proFilterTab .btnBox {
    bottom: 5rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .hotProduct .chooseContent .proFilterTab .btnBox {
    bottom: 5rem;
  }
}

.hotProduct .chooseContent .proFilterTab .btnBox .backPrev {
  display: flex;
}

.hotProduct .chooseContent .proFilterTab .btnBox .backPrev i {
  display: block;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  background: #0043b4 url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/newsarrow_left.png) center center no-repeat;
  right: -1rem;
  position: relative;
  margin-right: 2.5rem;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.hotProduct .chooseContent .proFilterTab .btnBox .backPrev span {
  color: #0043b4;
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 2px;
  border-bottom: 2px solid #0043b4;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hotProduct .chooseContent .proFilterTab .btnBox .backPrev span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .hotProduct .chooseContent .proFilterTab .btnBox .backPrev span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.hotProduct .chooseContent .proFilterTab .btnBox .backPrev:hover i {
  right: -2px;
}

.hotProduct .chooseContent .proFilterTab .btnBox .submitBtn {
  font-size: 16px;
  font-size: 1.6rem;
  color: #002e7c;
  width: 14.5rem;
  height: 5rem;
  display: flex;
  margin: 8px 8px;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid #0043b4;
  border-radius: 3rem;
  outline: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: 4rem;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hotProduct .chooseContent .proFilterTab .btnBox .submitBtn {
    width: 13.5rem;
    height: 3.6rem;
    margin: 6px 8px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .hotProduct .chooseContent .proFilterTab .btnBox .submitBtn {
    width: 12.5rem;
    height: 3.6rem;
    margin: 6px 6px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.hotProduct .chooseContent .proFilterTab .btnBox .submitBtn:hover {
  background: #0043b4;
  border: 2px solid #0043b4;
  color: #fff;
}

.hotProduct .chooseContent .proFilterTab .filterKv {
  width: 35%;
  position: absolute;
  height: 100%;
  right: 0px;
}

.hotProduct .chooseContent .proFilterTab .filterKv img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hotProduct .explorePro.active .expandWrap,
.hotProduct .explorePro.active .applicationList,
.hotProduct .explorePro.active .chooseContent,
.hotProduct .applicationWrap.active .expandWrap,
.hotProduct .applicationWrap.active .applicationList,
.hotProduct .applicationWrap.active .chooseContent,
.hotProduct .helpMeChoose.active .expandWrap,
.hotProduct .helpMeChoose.active .applicationList,
.hotProduct .helpMeChoose.active .chooseContent {
  margin-top: 0px;
  opacity: 1;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.showcase .swiper-slide {
  width: 100%;
  /* width: 90%; */
  /* margin: 0 2rem; */
}

.showcase .swiper-arrow {
  width: 19rem;
  height: 8rem;
  position: absolute;
  bottom: -4rem;
  right: calc(50% - 14px);
  margin-right: -16.2rem;
  z-index: 100;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
  .showcase .swiper-arrow {
    width: 16rem;
    height: 6rem;
    bottom: -3rem;
    margin-right: -13.2rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .showcase .swiper-arrow {
    width: 14rem;
    height: 5rem;
    bottom: -25px;
    margin-right: -11.2rem;
  }
}

.showcase .swiper-arrow .swiper-button-next,
.showcase .swiper-arrow .swiper-button-prev {
  width: 8rem;
  height: 8rem;
  background: #1ed7eb;
  color: #fff;
  margin: 0px 4px;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {

  .showcase .swiper-arrow .swiper-button-next,
  .showcase .swiper-arrow .swiper-button-prev {
    width: 6rem;
    height: 6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {

  .showcase .swiper-arrow .swiper-button-next,
  .showcase .swiper-arrow .swiper-button-prev {
    width: 5rem;
    height: 5rem;
  }
}

.showcase .swiper-arrow .swiper-button-next:after,
.showcase .swiper-arrow .swiper-button-prev:after {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  z-index: 30;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {

  .showcase .swiper-arrow .swiper-button-next:after,
  .showcase .swiper-arrow .swiper-button-prev:after {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {

  .showcase .swiper-arrow .swiper-button-next:after,
  .showcase .swiper-arrow .swiper-button-prev:after {
    font-size: 1.5rem;
  }
}

/* @media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
  .showcase .showcase-intro {
    min-height: 32rem;
    padding: 6rem 6rem 4rem 4rem;
    height: 32rem;
  }
} */

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  /* .showcase .showcase-intro {
    min-height: 24rem;
    padding: 4rem 6rem 4rem 4rem;
    height: 24rem;
    bottom: -13rem;
  } */
}

.showcase .showcase-intro .txtBox {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.showcase .showcase-intro .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.showcase .showcase-intro .video video {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
  background-size: cover;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
  .showcase .showcase-intro h2 {
    margin-bottom: 3rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .showcase .showcase-intro h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
  .showcase .showcase-intro p {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .showcase .showcase-intro p {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }
}

.showcase .showcase-intro .caselink {
  width: 17.3rem;
  height: 5rem;
  display: flex;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  background: #fff;
  overflow: hidden;
  font-size: 18px;
  font-size: 1.8rem;
  color: #002e7c;
  font-weight: 300;
  position: relative;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
  .showcase .showcase-intro .caselink {
    width: 15.3rem;
    height: 4.6rem;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .showcase .showcase-intro .caselink {
    width: 14.3rem;
    height: 4.2rem;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.showcase .showcase-intro .caselink span {
  position: relative;
  z-index: 20;
}

.showcase .showcase-intro .caselink::after {
  border-radius: 3rem;
  content: '';
  display: block;
  width: 0%;
  height: calc(100% + 10px);
  background-color: #0b51ca;
  position: absolute;
  left: -5px;
  bottom: -5px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: auto;
  z-index: 10;
}

.showcase .showcase-intro .caselink:hover {
  color: #fff;
}

.showcase .showcase-intro .caselink:hover::after {
  width: calc(100% + 10px);
}

.showcase .carousel-item-background {
  position: relative;
  height: 100%;
  overflow: hidden;
  transform: scale(0.85);
  transition-property: opacity, transform;
  transition-duration: 1.25s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
}

.showcase .carousel-item-background .image {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition-property: opacity, transform;
  transition-duration: 1.25s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(1.15);
}

.showcase .carousel-item-background .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/slide_mask.png) center bottom no-repeat;
  background-size: 100% auto;
}



@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .showcase .slideInner {
    height: 68rem !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .showcase .slideInner {
    height: 58rem !important;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .showcase .slideInner .titleBox {
    left: 4rem;
    top: 4rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .showcase .slideInner .titleBox {
    left: 4rem;
    top: 4rem;
  }
}

.showcase .visible-on-screen .carousel-item-background {
  transform: none;
}

.showcase .visible-on-screen .carousel-item-background .image {
  transform: none;
}

.showcase .visible-on-screen .slideInner .prologo {
  transition-delay: 0.3125s;
  opacity: 1;
  transform: none;
}

.showcase .visible-on-screen .slideInner .titleBox {
  transition-delay: 0.3125s;
  opacity: 1;
  transform: none;
}

/* 色轮之旅 */
.colorWrap {
  width: 100%;
  /* background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/colorwrap_bg.jpg) center bottom no-repeat; */
  position: relative;
  background-size: cover;
  overflow: hidden;
  display: flex;
  /* height: 75rem; */
  width: 100%;
  aspect-ratio: 1280 / 853;
  margin: 2rem 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .colorWrap {
    height: 63rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .colorWrap {
    height: 63rem;
  }
}

.colorWrap .introBox {
  margin-top: 14rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  height: 100%;
  text-align: center;
}

.colorWrap .introBox h2 {
  font-size: 48px;
  font-size: 4.8rem;
  margin-bottom: 3.2rem;
  font-weight: 600;
  /* color: #0044b4; */
  color: #ffffff;
  /* margin-top: -14rem; */
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
  .colorWrap .introBox h2 {
    font-size: 45px;
    font-size: 4.5rem;
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .colorWrap .introBox h2 {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .colorWrap .introBox h2 {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 2rem;
  }
}

.colorWrap .introBox p {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 4.8rem;
  /* color: #0044b4; */
  color: #ffffff;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
  .colorWrap .introBox p {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .colorWrap .introBox p {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 640px) and (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
  .colorWrap .introBox p {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}

.colorWrap .introBox a.colorLink {
  width: 17.3rem;
  height: 4.6rem;
  display: flex;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  background: #0043b4;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 300;
  border: 2px solid #0043b4;
  position: relative;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
  .colorWrap .introBox a.colorLink {
    width: 15.3rem;
    height: 4.6rem;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .colorWrap .introBox a.colorLink {
    width: 14.3rem;
    height: 4.2rem;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.colorWrap .introBox a.colorLink span {
  position: relative;
  z-index: 20;
}

.colorWrap .introBox a.colorLink::after {
  border-radius: 3rem;
  content: '';
  display: block;
  width: 0%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  background-color: #ffffff;
  position: absolute;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: auto;
  z-index: 10;
}

.colorWrap .introBox a.colorLink:hover {
  color: #0043b4;
}

.colorWrap .introBox a.colorLink:hover::after {
  width: 100%;
}

.colorWrap .colorbigbg {
  height: 100%;
  width: 100%;
  display: inline-block;
  /* background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/images/common/cover_bg2.png) no-repeat; */
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/images/common/cover_bg.jpg) no-repeat;
  position: absolute;
  background-size: cover;
  z-index: 50;
}

.colorWrap .colorwheel {
  width: 69.3rem;
  height: 69.3rem;
  display: inline-block;
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/colorwheel_pic.png) right top no-repeat;
  background-size: 100%;
  position: absolute;
  right: -13%;
  bottom: -1%;
  z-index: 20;
  animation: rotate-anim 60s infinite linear;
  -webkit-animation: rotate-anim 60s infinite linear;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px) {
  .colorWrap .colorwheel {
    width: 69.3rem;
    height: 69.3rem;
    background-size: 100%;
    right: -11%;
    bottom: -1%;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .colorWrap .colorwheel {
    width: 69.3rem;
    height: 69.3rem;
    background-size: 100%;
    right: -15%;
    bottom: -8%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .colorWrap .colorwheel {
    width: 59.3rem;
    height: 59.3rem;
    background-size: 100%;
    right: -13%;
    bottom: -8%;
  }
}

@keyframes rotate-anim {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate-anim {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate-anim2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes rotate-anim2 {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
  }
}

.laestNews .container {
  max-width: 100%;
  /* margin: 0px 16rem; */
  width: 100%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .laestNews .container {
    max-width: calc(100% - 24rem);
    margin: 0px 12rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .laestNews .container {
    max-width: calc(100% - 12rem);
    margin: 0px 6rem;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  /* .laestNews .newslist {
    padding: 4rem 4rem 10rem 4rem;
  } */
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  /* .laestNews .newslist {
    padding: 3rem 3rem 10rem 3rem;
  } */
}

.laestNews .linkBox {
  position: absolute;
  bottom: 8rem;
  left: 6.8rem;
  width: 32rem;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .laestNews .linkBox {
    width: 28rem;
    bottom: 2rem;
    left: 3.8rem;
  }
}

.laestNews .linkBox .allnewsLink {
  margin-top: -4px;
}

.laestNews .linkBox .allnewsLink a {
  display: flex;
  align-items: center;
  margin-left: 0px;
}

.laestNews .linkBox .allnewsLink span {
  color: #0043b4;
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 2px;
  border-bottom: 2px solid #0043b4;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .laestNews .linkBox .allnewsLink span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.laestNews .linkBox .allnewsLink i {
  display: block;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  background: #0043b4 url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/newsarrow.png) center center no-repeat;
  right: -1rem;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: relative;
}

.laestNews .linkBox .allnewsLink:hover a i {
  right: -1.5rem;
}

.laestNews .swiper-arrow {
  width: 16rem;
  height: 8rem;
  display: flex;
  align-items: center;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .laestNews .swiper-arrow {
    width: 12rem;
    height: 4rem;
  }
}

.laestNews .swiper-arrow .swiper-button-next,
.laestNews .swiper-arrow .swiper-button-prev {
  width: 5rem;
  height: 5rem;
  background: #edeff1;
  color: #0043b4;
  border-radius: 50%;
  margin-right: 2rem;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

  .laestNews .swiper-arrow .swiper-button-next,
  .laestNews .swiper-arrow .swiper-button-prev {
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .laestNews .swiper-arrow .swiper-button-next,
  .laestNews .swiper-arrow .swiper-button-prev {
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
  }
}

.laestNews .swiper-arrow .swiper-button-next:hover,
.laestNews .swiper-arrow .swiper-button-prev:hover {
  background: #0043b4;
  color: #fff;
}

.laestNews .swiper-arrow .swiper-button-next:after,
.laestNews .swiper-arrow .swiper-button-prev:after {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .laestNews .swiper-arrow .swiper-button-next:after,
  .laestNews .swiper-arrow .swiper-button-prev:after {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.laestNews .newsInner a {
  overflow: hidden;
}

.laestNews .newsInner .card {
  position: relative;
  border: none;
  background-color: #F3F3F3 !important;
  /* border-bottom: 1px solid #eaeaea; */
  /* padding-bottom: 3rem; */
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 1200px) {
  .laestNews .newsInner .card {
    padding-bottom: 2rem;
  }
}

.laestNews .newsInner .card::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 22;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #0043b4;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.laestNews .newsInner .card h3 {
  margin: 2.4rem 0;
  font-size: 22px;
  font-size: 2.2rem;
  /* color: #000; */
  /* color: #333333; */
  color: #0044b4;
  font-weight: 500;
  line-height: 3.4rem;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .laestNews .newsInner .card h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-top: 1.6rem;
    margin-bottom: 3rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .laestNews .newsInner .card h6 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.1rem;
    /* margin-top: 1.5rem; */
    /* margin-bottom: 3rem; */
  }
}

.laestNews .newsInner .card p.time {
  /* color: #999999; */
  /* color: #666666; */
	color: #002e7c;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 1200px) {
  .laestNews .newsInner .card p.time {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.laestNews .newsInner figure {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.laestNews .newsInner figure img {
  width: 100%;
}

.laestNews .newsInner a:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* .laestNews .newsInner a:hover .card::after {
  width: 100%;
} */

/* .laestNews .newsInner a:hover .card p.time {
  color: #000;
} */

/*solutionWrap  */
.solutionWrap {
  width: 100%;
  min-height: 76rem;
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/solutionwrap_bg.jpg) center bottom no-repeat;
  position: relative;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .solutionWrap {
    min-height: 86rem;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solutionWrap {
    min-height: 60rem;
  }
}

.solutionWrap .videolink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
}

.solutionWrap .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.solutionWrap .video video {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
  background-size: cover;
}

.solutionWrap .introBox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 100;
  opacity: 1;
  visibility: inherit;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.solutionWrap .introBox h2 {
  font-size: 48px;
  font-size: 4.8rem;
  margin-bottom: 3.2rem;
  line-height: 4.8rem;
  color: #fff;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 842px) and (max-width: 1199px) {
  .solutionWrap .introBox h2 {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 2rem;
    line-height: 3.6rem;
  }
}
@media only screen and (min-width: 767px) and (max-width: 842px){
  .solutionWrap .introBox h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    text-align: center;
    width: 80%;
  }

  .solutionWrap .introBox h2 br {
    display: none;
  }
}
@media only screen and (min-width: 640px) and (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
  .solutionWrap .introBox h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    text-align: center;
    width: 80%;
		max-width: 100%;
  }

  .solutionWrap .introBox h2 br {
    display: none;
  }
	.solutionWrap .hidden {
		display: flex !important;
		opacity: 1 !important;
		visibility: visible !important;
	}
}

.solutionWrap .introBox p {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 4.8rem;
  color: #fff;
  text-align: center;
  font-weight: 300;
  line-height: 3.4rem;
	/* max-width: 70%; */
}
body.lang-EN .solutionWrap .introBox p {
	max-width: 70%;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solutionWrap .introBox p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 3rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solutionWrap .introBox p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2.1rem;
    margin-bottom: 3rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
  .solutionWrap .introBox p {
    width: 90%;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 3rem;
		max-width: 100%;
  }
	body.lang-EN .solutionWrap .introBox p {
		max-width: 100%;
  }

  .solutionWrap .introBox p br {
    display: none;
  }
}

.solutionWrap .introBox a.colorLink {
  width: 17.3rem;
  height: 4.6rem;
  display: flex;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  background: #0043b4;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 300;
  position: relative;
  border: 1px solid #0043b4;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solutionWrap .introBox a.colorLink {
    width: 14.3rem;
    height: 4.2rem;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.solutionWrap .introBox a.colorLink span {
  position: relative;
  z-index: 20;
}

.solutionWrap .introBox a.colorLink::after {
  border-radius: 3rem;
  content: '';
  display: block;
  width: 0%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  background-color: #ffffff;
  position: absolute;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: auto;
  z-index: 10;
}

.solutionWrap .introBox a.colorLink:hover {
  color: #0043b4;
}

.solutionWrap .introBox a.colorLink:hover::after {
  width: 100%;
}

.solutionWrap .hidden {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

/* .hotProduct_mobile {
  padding: 35px 20px;
} */

.hotProduct_mobile ul li {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.hotProduct_mobile ul li:hover img {
  transform: scale(1.1);
}

.hotProduct_mobile ul li:hover .mask {
  background-color: rgba(0, 0, 0, 0.3);
}

.hotProduct_mobile ul li img {
  display: block;
  width: 100%;
  transition: all .3s;
}

.hotProduct_mobile ul li .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all .3s;
}

.hotProduct_mobile ul li .mask p {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}

.showcase_mobile .showcase-intro {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  /* background: #0b51ca url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/showcase_titlebg.jpg) center center no-repeat; */
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.showcase_mobile .showcase-intro .txtBox {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.showcase_mobile .showcase-intro .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.showcase_mobile .showcase-intro .video video {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
  background-size: cover;
}

.showcase_mobile .showcase-intro h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.showcase_mobile .showcase-intro p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 20px;
}

.showcase_mobile .showcase-intro .caselink {
  width: 17.3rem;
  height: 5rem;
  display: flex;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  color: #002e7c;
  font-weight: 300;
  position: relative;
}

.showcase_mobile .showcase-intro .caselink span {
  position: relative;
  z-index: 20;
}

.showcase_mobile .showcase-intro .caselink::after {
  border-radius: 3rem;
  content: '';
  display: block;
  width: 0%;
  height: 102%;
  background-color: #0b51ca;
  position: absolute;
  left: -1px;
  bottom: -1px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: auto;
  z-index: 10;
}

.showcase_mobile .showcase-intro .caselink:hover {
  color: #fff;
}

.showcase_mobile .showcase-intro .caselink:hover::after {
  width: 102%;
}

.showcase_mobile .scroll_intro {
  position: relative;
  z-index: 10;
}

.showcase_mobile .scroll_intro .sbtn {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: #39cad7;
  z-index: 100;
  top: 23%;
}

.showcase_mobile .scroll_intro .sbtn.fa-angle-left {
  left: 9%;
}

.showcase_mobile .scroll_intro .sbtn.fa-angle-right {
  right: 9%;
}

.showcase_mobile .swiper-slide-active .txt_con {
  opacity: 1 !important;
}

.showcase_mobile .showcase_intro {
  display: block;
  text-decoration: none;
  position: relative;
}

.showcase_mobile .showcase_intro .img_out {
  overflow: hidden;
  height: 450px;
}

.showcase_mobile .showcase_intro .img_out img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.showcase_mobile .showcase_intro .txt_con {
  padding: 20px 0 30px;
  position: relative;
  z-index: 1;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 4rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  
}
.showcase_mobile .showcase_intro .txt_con .tc_tit {
  width: 60%;
}

.showcase_mobile .showcase_intro .txt_con h3 {
  /* border-left: 2px solid #000; */
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  max-width: 50%;
  line-height: 1.5;
}

.showcase_mobile .showcase_intro .txt_con p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}

.showcase_mobile .showcase_intro .txt_con h6,
.showcase_mobile .showcase_intro .txt_con p {
  margin-bottom: 10px;
}

.showcase_mobile .showcase_intro .txt_con h6 i,
.showcase_mobile .showcase_intro .txt_con h6 span,
.showcase_mobile .showcase_intro .txt_con p i,
.showcase_mobile .showcase_intro .txt_con p span {
  vertical-align: middle;
  display: inline-block;
}

.showcase_mobile .showcase_intro .txt_con h6 span,
.showcase_mobile .showcase_intro .txt_con p span {
  color: #fff;
  font-size: 12px;
  padding-left: 10px;
}

.showcase_mobile .showcase_intro .txt_con h6 i,
.showcase_mobile .showcase_intro .txt_con p i {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 15px;
  height: 15px;
}

.showcase_mobile .showcase_intro .txt_con h6 i.ico_1,
.showcase_mobile .showcase_intro .txt_con p i.ico_1 {
  background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/casefactory_icon_glay.png);
}

.showcase_mobile .showcase_intro .txt_con h6 i.ico_2,
.showcase_mobile .showcase_intro .txt_con p i.ico_2 {
  background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/caseaddress_icon_glay.png);
  background-size: auto 100%;
}

.showcase_mobile .showcase_intro .txt_con .prologo {
  font-size: 12px;
  font-weight: 700;
  width: 100px;
  color: #fff;
  /* position: absolute; */
  /* padding: 6px 10px; */
  z-index: 1;
  /* right: 0; */
  /* top: 20px; */
}

.showcase_mobile .showcase_intro .txt_con .prologo img {
  display: block;
  width: 100%;
}

.hotProduct_mobile,
.showcase_mobile {
  display: none;
}

.index_banner_mobile {
  display: none;
}

/* 项目鉴赏 */
.project_index__body .page_search__con .more_line {
  /* padding-right: 0px; */
  position: relative;
}

.project_index__body .page_search__con .more_line .show_more {
  padding: 0.8rem 2.4rem;
  font-size: 1.6rem;
  line-height: 1.4rem;
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border: 0.1rem solid #eaeaea;
  border-radius: 2rem;
  cursor: pointer;
  color: #002e7c;
}

.project_index__body .page_search__con .more_line .show_more .fa-angle-right {
  margin-left: 1rem;
  transform: rotate(90deg);
}

.more_line.more_open {
  .filterWrap {
    width: 100% !important;
    padding-right: 0rem;
  }

  .recomProject {
    display: none;
  }
}

/* .project_index__body .page_search__con .more_line .filter .filter_row p {
  width: 11rem;
} */

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .project_index__body .page_search__con .more_line .filter .filter_row p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.project_index__body .page_search__con .more_line .filter .filter_row div {
  width: calc(100% - 11rem);
}

.project_index__body .page_search__con .more_line .filter .filter_row div a {
  margin: 0 6rem 0rem 0;
}

.project_index__body .loading_more {
  margin-bottom: 16rem;
}

.sidenav {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.backList {
  position: absolute;
  bottom: 10%;
}

@media only screen and (max-width: 768px),
only screen and (min-width: 320px) and (max-width: 767px) {
  .backList {
    position: relative;
    bottom: 0;
    margin-top: 30px;
  }
}

a.backtobtn,
a.backtopage {
  width: 17.3rem;
  height: 4.6rem;
  display: flex;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  background: #0043b4;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 300;
  border: 2px solid #0043b4;
  position: relative;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {

  a.backtobtn,
  a.backtopage {
    width: 15.3rem;
    height: 4.6rem;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {

  a.backtobtn,
  a.backtopage {
    width: 14.3rem;
    height: 4.2rem;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

a.backtobtn span,
a.backtopage span {
  position: relative;
  z-index: 20;
}

a.backtobtn::after,
a.backtopage::after {
  border-radius: 3rem;
  content: '';
  display: block;
  width: 0%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  background-color: #ffffff;
  position: absolute;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: auto;
  z-index: 10;
}

a.backtopage {
  color: #0043b4;
  background: #fff;
  border: 2px solid #0043b4;
}

a.backtopage::after {
  background-color: #0043b4;
}

a.backtobtn:hover {
  color: #0043b4 !important;
}

a.backtobtn:hover::after {
  width: 100%;
}

a.backtopage:hover {
  color: #fff !important;
}

a.backtopage:hover::after {
  width: 100%;
}

a.backtobtn:hover span {
  color: #0043b4 !important;
}

a.backtopage:hover span {
  color: #fff !important;
}

a.backtobtn span,
a.backtopage span {
  position: relative;
  z-index: 20;
}

.project_list {
  margin-bottom: 3rem;
  justify-content: flex-start;
  align-items: stretch;
}

.project_list li {
  width: calc(100% / 3 - 5rem * 2 / 3);
  margin: 0 5rem 5rem 0;
}

.project_list li:nth-child(3n) {
  margin-right: 0;
}

.project_list li:hover .txt_con {
  background-color: #002e7c;
}

.project_list li:hover .txt_con h3,
.project_list li:hover .txt_con h6,
.project_list li:hover .txt_con h2 {
  color: #fff;
}

.project_list li:hover .txt_con h3::before {
  background: #fff;
}
.project_list li:hover .txt_con>div span {
	color: #fff;
}

.project_list li:hover .img_out img {
  transform: scale(1.1);
}

.project_list li a {
  display: block;
}

.project_list li .img_out {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.project_list li .img_out img {
  display: block;
  width: 100%;
  transition: all .3s;
}

.project_list li .img_out .video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.project_list li .img_out .video i {
  width: 6rem;
  height: 6rem;
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/play_ico.png) center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.project_list li .txt_con {
  background-color: #fff;
  padding: 3rem 3rem 6rem 3rem;
  transition: all .3s;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .project_list li .txt_con {
    padding: 3rem 3rem 4rem 3rem;
  }
}

.project_list li .txt_con h3,
.project_list li .txt_con h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3;
  color: #000;
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .project_list li .txt_con h3,
  .project_list li .txt_con h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.project_list li .txt_con h3::before,
.project_list li .txt_con h2::before {
  position: absolute;
  width: 2px;
  background: #002e7c;
  display: inline-block;
  content: '';
  height: 70%;
  top: 17%;
  left: -1.2rem;
}

.project_list li .txt_con h6,
.project_list li .txt_con div {
  color: #999;
  font-size: 16px;
  font-size: 1.6rem;
  display: flex;
  margin-bottom: 0px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .project_list li .txt_con h6,
  .project_list li .txt_con div {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.project_list li .txt_con span {
  display: flex;
  align-items: center;
  margin-right: 3rem;
  font-size: 14px;
  font-size: 1.4rem;
}

.project_list li .txt_con i {
  width: 1.3rem;
  height: 1.3rem;
  display: inline-block;
  margin-right: .5rem;
}

.project_list li .txt_con i.factoryIcon {
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/casefactory_icon_gray.png) left center no-repeat;
  background-size: auto 100%;
}

.project_list li .txt_con i.addressIcon {
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/caseaddress_icon_gray.png) left center no-repeat;
  background-size: auto 100%;
}

.btn_con{
	display: flex;
	gap: 10px;
}

.btn_con a {
  width: 5rem;
  height: 5rem;
  line-height: 5rem !important;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 50%;
  display: inline-block;
  transition: all .3s;
}

.btn_con a:hover {
  background-color: rgba(0, 0, 0, 0.7) !important;
  color: #fff;
}

.more_project__con a {
  display: block;
}

.more_project__con .img_out {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.more_project__con .img_out img {
  display: block;
  width: 100%;
  transition: all .3s;
}

.more_project__con .img_out .video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.more_project__con .img_out .video i {
  width: 6rem;
  height: 6rem;
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/play_ico.png) center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.more_project__con .txt_con {
  background-color: #fff;
  padding: 3rem 3rem 6rem 3rem;
  transition: all .3s;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .more_project__con .txt_con {
    padding: 3rem 3rem 4rem 3rem;
  }
}

.more_project__con .txt_con i {
  width: 1.3rem;
  height: 1.3rem;
  display: inline-block;
  margin-right: .5rem;
}

.more_project__con .txt_con i.factoryIcon {
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/casefactory_icon_gray.png) left center no-repeat;
  background-size: auto 100%;
}

.more_project__con .txt_con i.addressIcon {
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/caseaddress_icon_gray.png) left center no-repeat;
  background-size: auto 100%;
}

.more_project__con .txt_con h3 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3;
  color: #000;
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .more_project__con .txt_con h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.more_project__con .txt_con h3::before {
  position: absolute;
  width: 2px;
  background: #002e7c;
  display: inline-block;
  content: '';
  height: 70%;
  top: 17%;
  left: -1.2rem;
}

.more_project__con .txt_con div,
.more_project__con .txt_con h6 {
  color: #999;
  font-size: 16px;
  font-size: 1.6rem;
  display: flex;
  margin-bottom: 0px;
}
.more_project__con .txt_con p {
  color: #999;
  font-size: 16px;
  font-size: 1.6rem;
  display: flex;
  margin-bottom: 0px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .more_project__con .txt_con div,
  .more_project__con .txt_con h6 {
    font-size: 15px;
    font-size: 1.5rem;
  }
	.more_project__con .txt_con p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.more_project__con .txt_con span {
  display: flex;
  align-items: center;
  margin-right: 3rem;
  font-size: 14px;
  font-size: 1.4rem;
}

.more_project__con:hover .txt_con {
  background-color: #002e7c;
}

.more_project__con:hover .txt_con h3,
.more_project__con:hover .txt_con h6,
.more_project__con:hover .txt_con>div {
  color: #fff;
}

.more_project__con:hover .txt_con h3::before {
  background: #fff;
}

.more_project__con:hover .img_out img {
  transform: scale(1.1);
}

/*项目详情*/
@media only screen and (min-width: 640px) and (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
  .project_detail {
    top: 58px;
    margin-bottom: 58px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
  .project_detail .crumbs_bar {
    top: 0px;
  }
}

.project_detail .sub_sidebar {
  z-index: 100 !important;
}

.project_detail .project_summary {
  min-height: 600px;
}

.project_detail .project_summary .boxInner .protitle img {
  height: auto;
  max-height: 60px;
}

.project_detail .inner_kv__body {
  min-height: 80rem;
  max-height: 80vh;
  background: #3268c2;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  /* background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/images/detail/3557357656f57b58cfdb38a973a2db9f_83982447a55cdcd9675c9d4f5797c900.jpg) center center no-repeat; */
  background-size: cover;
}

@media only screen and (min-width: 640px) and (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
  .project_detail .inner_kv__body {
    min-height: 36vh;
    max-height: 36vh;
  }
}

.project_detail .inner_kv__body .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
	background-size: cover;
}

.project_detail .inner_kv__body .video video {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
  background-size: cover;
}

.project_detail .inner_kv__body .videoPop {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 0 11%;
}

.project_detail .inner_kv__body .videoPop .videoBtn {
  width: 10rem;
  height: 10rem;
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/kv_videobtn_icon.png) center center no-repeat;
  background-size: cover;
  display: inline-block;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .project_detail .inner_kv__body .videoPop .videoBtn {
    width: 8rem;
    height: 8rem;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .project_detail .inner_kv__body .videoPop .videoBtn {
    width: 6rem;
    height: 6rem;
  }
}

.project_detail .inner_kv__body .txt_con {
  top: auto;
  bottom: 10%;
}

.project_detail .inner_kv__body .txt_con h5 {
  color: #fff;
  font-size: 60px;
  font-size: 6rem;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .project_detail .inner_kv__body .txt_con h5 {
    font-size: 54px;
    font-size: 5.4rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .project_detail .inner_kv__body .txt_con h5 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.project_detail .inner_kv__body .txt_con p {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .project_detail .inner_kv__body .txt_con p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .project_detail .inner_kv__body .txt_con p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

.project_detail .share_left {
  width: calc(100% - 36.4rem);
  background-color: rgba(0, 68, 180, 0.8);
  display: flex;
  align-items: center;
  padding: 0 4rem;
}

.project_detail .share_left h1 {
  color: #fff;
  font-size: 2.5rem;
}

@media only screen and (min-width: 640px) and (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
  .project_detail .share_left h1 {
    font-size: 2rem;
  }
}

.project_detail .share_left .share_btn {
  display: flex;
  align-items: center;
}

.project_detail .share_left .share_btn i.share_icon {
  width: 19px;
  height: 22px;
  display: block;
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/sharebar_icon.png) center center no-repeat;
  background-size: cover;
  margin-bottom: .5rem;
}

.project_detail .share_left .share_btn span {
  color: #1ed7eb;
}

.project_detail .inner_kv__body .sidebar_right .contact_box {
  padding-top: 1rem;
  padding-left: 2rem;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .project_detail .inner_kv__body .sidebar_right .contact_box {
    padding-top: 1.5rem;
  }
}

.project_detail .inner_kv__body .sidebar_right .contact_box p {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0px;
  display: flex;
  color: #fff;
  align-items: center;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .project_detail .inner_kv__body .sidebar_right .contact_box p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.project_detail .inner_kv__body .sidebar_right .contact_box span {
  padding-bottom: 2px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.project_detail .inner_kv__body .sidebar_right .contact_box i.contact_link_icon {
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  background: #fff url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/contact_arrow.png) center center no-repeat;
  background-size: 80%;
  transition: all .3s;
  position: relative;
  border-radius: 50%;
  top: 44%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

.project_detail .inner_kv__body .sidebar_right .contact_box .waviy .waviy {
  position: relative;
  -webkit-box-reflect: below -3px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}

.project_detail .inner_kv__body .sidebar_right .contact_box .waviy span {
  border: none;
  position: relative;
  display: inline-block;
  color: #fff;
  -webkit-animation: waviy 1.25s infinite;
  animation: waviy 1.25s infinite;
  -webkit-animation-delay: calc(0.1s * var(--i));
  animation-delay: calc(0.1s * var(--i));
}

.project_detail .inner_kv__body .sidebar_right .contact_box .link_btn {
  display: inline-block;
  position: relative;
  width: 3rem;
  height: 3rem;
  padding: 0px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-left: 4px;
}

.project_detail .inner_kv__body .sidebar_right .contact_box .link_btn:after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  -webkit-animation: tm-arrow-animation2 2.5s infinite;
  animation: tm-arrow-animation2 2.5s infinite;
}

@-webkit-keyframes waviy {

  0%,
  40%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}

@keyframes waviy {

  0%,
  40%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}

@-webkit-keyframes tm-arrow-animation2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff
  }

  50% {
    -webkit-box-shadow: 0 0 0 7px #fff;
    box-shadow: 0 0 0 7px #fff
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff
  }
}

@keyframes tm-arrow-animation2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff
  }

  50% {
    -webkit-box-shadow: 0 0 0 7px #fff;
    box-shadow: 0 0 0 7px #fff
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .project_detail .inner_kv__body .sidebar_right .contact_box i.contact_link_icon {
    /*width: 2.4rem;*/
    /*height: 2.4rem;*/
  }
}

.project_detail .inner_kv__body .sidebar_right .contact_box:hover i.contact_link_icon {
  /*background: #fff url(../images/common/contact_arrow_h.png) center center no-repeat; */

}

.project_detail .news_details__body {
  width: 100%;
  overflow: hidden;
}

.project_detail .news_details__body>.container {
  position: relative;
}

.project_detail .news_details__body .out_page {
  position: relative;
  z-index: 20;
  background: #f6f6f6;
  display: flex;
  align-items: stretch;
}

.project_detail .project_summary {
	    display: flex;
    flex-direction: column;


  width: 28%;
  /* height: 100%; */
  /* position: absolute; */
  padding-bottom: 20rem;
  background: #fff;
  z-index: 60;
  padding: 0 4rem;
  /* top: 0px; */
}

.project_detail .project_summary .more_news__body {
  margin-top: auto;
}

.project_detail .project_summary .boxInner {
  border-bottom: 1px solid #eaeaea;
	padding-bottom: 1.5rem;
}

.boxInner_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6rem 0 3.2rem;
}

.project_detail .project_summary .boxInner h2 {
  font-size: 2.4px;
  font-size: 2.4rem;
  /* color: #999999; */
  color: #212529;
  margin: 0px;
  font-weight: 600;
}

.project_detail .project_summary .boxInner h3 {
  font-size: 1.6px;
  font-size: 1.6rem;
  color: #999999;
  padding: 1.5rem 0;
  margin: 0px;
}

.more_tw_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0 3.2rem;
}

.more_tw_detail h2 {
  font-size: 2.4px;
  font-size: 2.4rem;
  /* color: #999999; */
  color: #212529;
  margin: 0px;
  font-weight: 600;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  /* .project_detail .project_summary .boxInner h2 {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 1.5rem 0px;
  } */

  .project_detail .project_summary .boxInner h3 {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 1.5rem 0px;
  }
}

.project_detail .project_summary .boxInner .protitle {
  color: #fff;
  font-weight: bold;
  padding: 2rem 2rem 2rem 0;
  margin-right: 2rem;
}

.project_detail .project_summary .boxInner .protitle img {
  height: 60px;
  max-width: 100%;
  object-fit: cover;
}

.project_detail .project_summary .boxInner img {
  /* height: 68px; */
	height: 4.5rem;
	height: 100%;
  max-width: 100%;
 
  object-fit: cover;
}

.project_detail .project_summary .boxInner .proTags {
  display: flex;
  margin: 0;
}
.project_detail .project_summary .boxInner .proTags.tit_tgs {
	flex-flow: row wrap;
}
.project_detail .project_summary .boxInner .proTags li:not(:last-child) a::after {
  content: "，";
}
.project_detail .project_summary .boxInner .proTags li {
  width: auto;
	height: auto;
  margin-right: 0rem;
	border-bottom: 0;
}
.project_detail .project_summary .boxInner .proTags li+li {
  padding-top: 0 !important;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .project_detail .project_summary .boxInner .proTags li {
    margin-right: 2rem;
  }
}

.project_detail .project_summary .boxInner .proTags li a {
  color: #002e7c;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  height: 100%;
  display: block;
}

.project_detail .project_summary .boxInner .logoTags {
  display: block;
}
.project_detail .project_summary .boxInner .logoTags li {
  height: 6rem;
}

.project_detail .project_summary .boxInner .subtitle {
  color: #212529;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0px;
  /* padding-bottom: 1.5rem; */
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .project_detail .project_summary .boxInner .subtitle {
    font-size: 15px;
    font-size: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.project_detail .project_summary .boxInner .colorTags {
  margin: 0px;
  display: flex;
  padding-right: 1rem;
}

.project_detail .project_summary .boxInner .colorTags li {
  width: calc(50% - 1rem);
  margin-right: 1rem;
  padding: 2rem 1rem;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .project_detail .project_summary .boxInner .colorTags li {
    padding: 1rem 1rem;
  }
}

.project_detail .project_summary .boxInner .colorTags li p {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0px;
  color: #fff;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .project_detail .project_summary .boxInner .colorTags li p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.project_detail .project_summary .boxInner:nth-last-of-type(1) {
  border: none;
}

.project_detail .slide-wrapper {
  margin-left: 8rem;
  padding-right: 10%;
  width: 100%;
}

.project_detail .fck__body {
  padding-left: 8rem;
  padding-right: 10%;
  margin-bottom: 7rem;
}

.project_detail .fck__body p {
  font-size: 16px;
  font-size: 1.6rem;
}

.project_detail .news_details__body .details__content {
  width: calc(100% - 28%);
  /* margin-left: 30%; */
  border-right: none;
  padding: 6rem 0px;
  background: #f6f6f6;
  overflow: hidden;
}

.project_detail .project-swipper {
  padding-bottom: 4rem;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .project_detail .project-swipper {
    padding-bottom: 8rem;
  }
}

.project_detail .project-swipper .swiper-slide {
  background: #F6F6F6;
}

.project_detail .project-swipper .swiper-slide {
  height: 80vh;
}

.project_detail .project-swipper .swiper-slide img {
  width: 100%;
  max-width: 100%;
  opacity: .5;
  transition: all .3s;
}

.project_detail .project-swipper .swiper-slide-active {
  background: #F6F6F6 !important;
}

.project_detail .project-swipper .swiper-slide-active img {
  opacity: 1;
}

.project_detail .project-swipper .swiper-arrow {
  position: absolute;
  margin-right: 13%;
  top: -10rem;
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .project_detail .project-swipper .swiper-arrow {
    top: -6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .project_detail .project-swipper .swiper-arrow {
    top: -6rem;
  }
}

.project_detail .project-swipper .swiper-arrow .swiper-button-next {
  width: 8rem;
  height: 8rem;
  right: 13%;
  background-color: rgba(0, 0, 0, 0.6);
  margin-right: 10px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .project_detail .project-swipper .swiper-arrow .swiper-button-next {
    width: 6rem;
    height: 6rem;
  }
}

.project_detail .project-swipper .swiper-arrow .swiper-button-next::after {
  /* font-size: 16px;
  font-size: 1.6rem; */
	font-size: 3rem;
	content: "\f105";
  font-family: FontAwesome;
  color: #fff;
}

.project_detail .project-swipper .swiper-arrow .swiper-button-prev {
  width: 8rem;
  height: 8rem;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .project_detail .project-swipper .swiper-arrow .swiper-button-prev {
    width: 6rem;
    height: 6rem;
  }
}

.project_detail .project-swipper .swiper-arrow .swiper-button-prev::after {
  /* font-size: 16px;
  font-size: 1.6rem; */
	font-size: 3rem;
	    content: "\f104";
    font-family: FontAwesome;
  color: #fff;
}

.project_detail .project-swipper .swiper-scrollbar {
  width: calc(100% - 10%);
  height: 3px;
  left: 0px;
  margin-right: 10%;
}

@media only screen and (max-width: 480px) {
  .sub_sidebar {
    bottom: 0;
  }

  .project_detail .project-swipper .swiper-scrollbar {
    width: calc(100%);
    margin-right: 0px;
  }
}

.project_detail .project-swipper .swiper-scrollbar-drag {
  background: #002e7c;
}

.project_detail .project-swipper .swiper-pagination {
  margin-bottom: 2rem;
  padding-right: 14%;
  text-align: right;
  color: #002e7c;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .project_detail .project-swipper .swiper-pagination {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.project_detail .project-swipper .swiper-pagination .swiper-pagination-current {
  font-size: 24px;
  font-size: 2.4rem;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .project_detail .project-swipper .swiper-pagination .swiper-pagination-current {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.project_detail .dl_btn__con {
  position: relative;
  width: 87%;
}

.project_detail .linkBox {
  position: absolute;
  bottom: 0rem;
  right: 0rem;
  width: 11rem;
  display: flex;
  align-items: center;
}

.project_detail .linkBox a {
  display: flex;
  align-items: center;
  margin-left: 0px;
}

.project_detail .linkBox span {
  color: #0043b4;
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 2px;
  border-bottom: 2px solid #0043b4;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .project_detail .linkBox span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.project_detail .linkBox i {
  display: block;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  background: #0043b4 url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/newsarrow.png) center center no-repeat;
  right: -1rem;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: relative;
}

.project_detail .linkBox:hover a i {
  right: -1.5rem;
}

.project_detail .products_focus__body {
  background: #ededed;
}

.project_detail .products_focus__body div.tit {
  color: #000;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
}
.project_detail .products_focus__body div.tit h2 {
  color: #000;
  font-size: 34px;
  font-size: 3.4rem;
	padding-left: 0;
	margin-bottom: 0;
  font-weight: 700;
}
body.lang-EN .project_detail .products_focus__body div.tit h2 {
  font-family: "MaisonNeueExtendedWEBExtraBold", Arial, Helvetica, sans-serif !important;
}

.project_detail .products_focus__body div.tit .btn_con a {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 50%;
  display: inline-block;
  transition: all .3s;
}

.project_detail .products_focus__body div.tit .btn_con a:hover {
  background-color: rgba(0, 0, 0, 0.7) !important;
  color: #fff;
}

.project_detail .products_focus__body .products_list li .txt_con_1 {
  padding: 3rem 3rem 4rem;
}

.project_detail .products_focus__body .products_list li .txt_con_1 h3 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3;
  color: #000;
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
  border: none;
}

.project_detail .products_focus__body .products_list li .txt_con_1 h3::before {
  position: absolute;
  width: 2px;
  background: #284a94;
  display: inline-block;
  content: '';
  height: 70%;
  top: 20%;
  left: -6px;
}

.project_detail .products_focus__body .products_list li .txt_con_1 i {
  width: 1.3rem;
  height: 1.3rem;
  display: inline-block;
  margin-right: .5rem;
}

.project_detail .products_focus__body .products_list li .txt_con_1 i::before {
  display: none;
  content: '';
}

.project_detail .products_focus__body .products_list li .txt_con_1 i.fa-university {
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/casefactory_icon_gray.png) left center no-repeat;
  background-size: auto 100%;
}

.project_detail .products_focus__body .products_list li .txt_con_1 i.fa-map-marker {
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/caseaddress_icon_gray.png) left center no-repeat;
  background-size: auto 100%;
}

.project_detail .more_news__body .news_list__con h3 {
  color: #000;
  margin-bottom: 3rem;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
}

.project_detail .more_news__body .news_list__con .btn_con a {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 50%;
  display: inline-block;
  transition: all .3s;
}

.project_detail .more_news__body .news_list__con .btn_con a:hover {
  background-color: rgba(0, 0, 0, 0.7) !important;
  color: #fff;
}

.project_detail .more_news__body .news_list__con ul li p {
  font-weight: bold;
}

.dl_btn__con {
  margin-top: 4rem;
  padding-left: 8rem;
}

.dl_btn__con img,
.dl_btn__con span,
.dl_btn__con b {
  vertical-align: middle;
  display: inline-block;
}

.dl_btn__con img {
  height: 4rem;
  margin-right: 1rem;
}

.dl_btn__con span {
  font-size: 16px;
  font-size: 1.6rem;
  color: #002e7c;
  border-bottom: 2px solid #002e7c;
  padding-bottom: .2rem;
}

.dl_btn__con b {
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/dl_1.png) center no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  background-size: auto 100%;
  margin-left: .5rem;
}

/*Footer*/
footer {
  width: 100%;
  /* background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/footerbg.jpg) center center no-repeat; */
  background-color: #0044b4;
  background-size: cover;
  padding: 7rem 0 3rem;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  footer {
    padding: 5rem 0 3rem 0;
  }
}

footer .footTopBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (max-width: 1200px) {
  footer .footTopBox {
    padding-bottom: 4rem;
  }
}

footer .footTopBox .footlogo img {
  height: 4rem;
}

footer .footSocialBox {
  display: flex;
  align-items: center;
	gap: 40px;
	z-index: 100;
}

footer .footSocialBox .pop_img {
  position: absolute;
  border-radius: 4px;
  padding: 5px;
  background-color: #fff;
  width: 100px;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  pointer-events: inherit !important;
  -webkit-user-select: inherit !important;
  -moz-user-select: inherit !important;
  user-select: inherit !important;
}

footer .footSocialBox .wechatNum {

  cursor: pointer;
  position: relative;
  z-index: 2000;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 480px) {
  footer .footSocialBox .wechatNum {
    margin-right: 20px;
  }
}

footer .footSocialBox .wechatNum:hover .pop_img {
  opacity: 1;
  visibility: visible;
}

footer .footSocialBox .wechatNum i {
  width: 5rem;
  height: 5rem;
  display: flex;
  background: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #1ae7d8 url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/wechat_icon.png) center center no-repeat;
  background-size: 50%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (max-width: 1200px) {
  footer .footSocialBox .wechatNum i {
    width: 4rem;
    height: 4rem;
  }
}

footer .footSocialBox .wechatNum p {
  margin: 0px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 6px;
}

footer .footSocialBox .wechatNum:hover i {
  background-color: #0043B4;
}

footer .footSocialBox .videoChannel {
  cursor: pointer;
  position: relative;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

footer .footSocialBox .videoChannel:hover .pop_img {
  opacity: 1;
  visibility: visible;
}

footer .footSocialBox .videoChannel i {
  width: 5rem;
  height: 5rem;
  display: flex;
  background: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #1ae7d8 url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/videochannel_icon.png) center center no-repeat;
  background-size: 50%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (max-width: 1200px) {
  footer .footSocialBox .videoChannel i {
    width: 4rem;
    height: 4rem;
  }
}

footer .footSocialBox .videoChannel p {
  text-align: center;
  color: #fff;
  margin: 0px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 6px;
}

footer .footSocialBox .videoChannel:hover i {
  background-color: #0043B4;
}

footer .footNavList {
  margin-top: 5rem;
  padding-bottom: 7rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (max-width: 1200px) {
  footer .footNavList {
    margin-top: 4rem;
    padding-bottom: 5rem;
    margin-bottom: 3rem;
  }
}

footer .navInner h6 {
  color: #fff;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 30px;
  pointer-events: none;
}
footer .navInner>div {
  color: #fff;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 15px;
  pointer-events: none;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
  footer .navInner h6 {
    font-size: 18px;
    font-size: 1.8rem;
  }
	footer .navInner > div {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (max-width: 1200px) {
  footer .navInner h6 {
    font-size: 16px;
    font-size: 1.6rem;
  }
	footer .navInner > div {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px),
only screen and (max-width: 768px),
only screen and (min-width: 640px) and (max-width: 767px) {
  footer .navInner h6 {
    pointer-events: inherit;
  }
	footer .navInner > div {
    pointer-events: inherit;
  }
}

footer .navInner h6 a {
  color: #fff;
  width: 100%;
  padding: 15px 0;
  pointer-events: none;
}
footer .navInner > div a {
  color: #fff;
  width: 100%;
  padding: 15px 0;
  pointer-events: none;
	font-family: "MaisonNeueWEBBold", Arial, Helvetica, sans-serif !important;
}

@media only screen and (min-width: 320px) and (max-width: 767px),
only screen and (max-width: 768px),
only screen and (min-width: 640px) and (max-width: 767px) {
  footer .navInner h6 a {
    pointer-events: inherit;
  }
	footer .navInner > div a {
    pointer-events: inherit;
  }
}

footer .navInner h6 i {
  display: none;
}
footer .navInner > div i {
  display: none;
}

footer .navInner li {
  margin: 8px 0px;
}

footer .navInner li a {
  color: #fff;
  opacity: .8;
  font-size: 16px;
  font-size: 1.6rem;
}

/* @media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
  footer .navInner li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (max-width: 1200px) {
  footer .navInner li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
} */

footer .navInner:nth-child(2) h6,
footer .navInner:nth-child(2) h6 a {
  pointer-events: inherit !important;
}

footer .footCopyright {
  display: flex;
  font-size: 14px;
  font-size: 1.4rem;
}

footer .footCopyright p {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0px;
  margin-right: 1.5rem;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
  footer .footCopyright p {
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: .6rem;
  }
}

footer .footCopyright a {
  margin-right: 1.5rem;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
}
footer .footCopyright a:last-child {
  margin-right: 0 !important;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
  footer .footCopyright a {
    margin-right: 1rem;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (max-width: 1200px) {
  footer .footCopyright a {
    margin-right: .4rem;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

footer .footCopyright i {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  margin-right: .2rem;
}

footer .footCopyright i.wangAnIcon {
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/foot_wangan_icon.png) center center no-repeat;
  background-size: 100%;
}

footer .footCopyright i.addIcon {
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/foot_address_icon.png) center center no-repeat;
  background-size: 70%;
}

footer .footCopyright i.telIcon {
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/foot_tel_icon.png) center center no-repeat;
  background-size: 70%;
}

.right_tools_bar {
  position: fixed;
  z-index: 2999;
  top: 200px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(3rem);
  transition: all .5s;
}

.right_tools_bar.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.right_tools_bar a {
  display: block;
  border-radius: 6px;
  background-color: #fff;
  padding: .5rem;
  transition: all .3s;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.right_tools_bar a:hover {
  background-color: #0044b4;
}

.right_tools_bar a:hover span {
  color: #fff;
}

.right_tools_bar a:hover i.ico_1 {
  background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/r_ico_1_w.png);
}

.right_tools_bar a:hover i.ico_2 {
  background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/r_ico_2_w.png);
}

.right_tools_bar a:hover i.ico_3 {
  background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/r_ico_3_w.png);
}

.right_tools_bar a:hover .pop_img {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit !important;
  -webkit-user-select: inherit !important;
  -moz-user-select: inherit !important;
  user-select: inherit !important;
}

.right_tools_bar a i {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
}

.right_tools_bar a i.true{
	display: block;
}
.right_tools_bar a i.false{
	display: none;
}

.right_tools_bar a:hover i.true{
	display: none;
}
.right_tools_bar a:hover i.false{
	display: block;
}




.right_tools_bar a i.ico_1 {
  background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/r_ico_1.png);
}

.right_tools_bar a i.ico_2 {
  background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/r_ico_2.png);
}

.right_tools_bar a i.ico_3 {
  background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/r_ico_3.png);
}

.right_tools_bar a i.ico_4 {
  background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/r_ico_4.png);
}

.right_tools_bar a span {
  color: #1ed7eb;
  font-size: 13px;
  font-size: 1.3rem;
  color: #666;
  display: block;
  text-align: center;
}

.right_tools_bar a .pop_img {
  position: absolute;
  top: 0px;
  left: -130px;
  width: 120px;
  padding: 5px;
  background-color: #fff;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
  pointer-events: inherit !important;
  -webkit-user-select: inherit !important;
  -moz-user-select: inherit !important;
  user-select: inherit !important;
}

.pop_mask {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3000;
  display: none;
}

.pop_mask2 {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3000;
  display: none;
}

.pop_content,
.pageform_content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3001;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
  transform: scale(0);
}

.pop_content.show,
.pageform_content.show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.pop_content .in_content,
.pageform_content .in_content {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  border-bottom: 9px solid #1ed7eb;
  padding: 3rem 4rem;
  transform: translate(-50%, -50%);
}

.pop_content .in_content .close_btn,
.pageform_content .in_content .close_btn {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  background-color: #edeff1;
  color: #002e7c;
  border-radius: 50%;
  font-size: 16px;
  font-size: 1.6rem;
  transform: all .3s;
}

.pop_content .in_content .close_btn:hover,
.pageform_content .in_content .close_btn:hover {
  transform: rotate(180deg);
  background-color: #002e7c;
  color: #fff;
}

.pop_content .in_content h3.tit,
.pageform_content .in_content h3.tit,
	.pop_content .in_content div.tit_s,
.pageform_content .in_content div.tit_s {
  text-align: center;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.pop_content .in_content p.tit,
.pageform_content .in_content p.tit {
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
  margin-bottom: 2rem;
  text-align: center;
}

.pop_content .in_content .tab,
.pageform_content .in_content .tab {
  margin-bottom: 2rem;
  text-align: center;
}

.pop_content .in_content .tab a,
.pageform_content .in_content .tab a {
  display: inline-block;
  color: #999;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 2rem;
  position: relative;
  font-weight: normal;
  padding-bottom: 1rem;
}

.pop_content .in_content .tab a:hover,
.pop_content .in_content .tab a.active,
.pageform_content .in_content .tab a:hover,
.pageform_content .in_content .tab a.active {
  color: #1ed7eb;
}

.pop_content .in_content .tab a:hover::after,
.pop_content .in_content .tab a.active::after,
.pageform_content .in_content .tab a:hover::after,
.pageform_content .in_content .tab a.active::after {
  width: 3rem;
}

.pop_content .in_content .tab a::after,
.pageform_content .in_content .tab a::after {
  content: "";
  background-color: #1ed7eb;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: .4rem;
  transition: all .3s;
}

.pop_content .in_content .input_line,
.pageform_content .in_content .input_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #f2f3f4;
  margin-bottom: 1.5rem;
}

.pop_content .in_content .input_line input,
.pop_content .in_content .input_line textarea,
.pop_content .in_content .input_line select,
.pageform_content .in_content .input_line input,
.pageform_content .in_content .input_line textarea,
.pageform_content .in_content .input_line select {
  border: 0;
  background: transparent;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 1rem 1rem;
  color: #A2A2A2;
  width: 100%;
}

.pop_content .in_content .input_line input::placeholder,
.pop_content .in_content .input_line textarea::placeholder,
.pop_content .in_content .input_line select::placeholder,
.pageform_content .in_content .input_line input::placeholder,
.pageform_content .in_content .input_line textarea::placeholder,
.pageform_content .in_content .input_line select::placeholder {
  color: #999;
}

.pop_content .in_content .input_line input.w_60,
.pop_content .in_content .input_line textarea.w_60,
.pop_content .in_content .input_line select.w_60,
.pageform_content .in_content .input_line input.w_60,
.pageform_content .in_content .input_line textarea.w_60,
.pageform_content .in_content .input_line select.w_60 {
  width: 60%;
}

.pop_content .in_content .input_line textarea,
.pageform_content .in_content .input_line textarea {
  height: 10rem;
  resize: none;
}

.pop_content .in_content .input_line select,
.pageform_content .in_content .input_line select {
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.pop_content .in_content .code_btn,
.pageform_content .in_content .code_btn {
  border: 1px solid #0044b4;
  border-radius: 2em;
  color: #0044b4;
  font-size: 16px;
  font-size: 1.6rem;
  padding: .3rem 1.2rem;
  margin-right: 1rem;
  transition: all .3s;
}

.pop_content .in_content .code_btn:hover,
.pageform_content .in_content .code_btn:hover {
  background-color: #0044b4;
  color: #fff;
}

.pop_content .in_content .safe_info,
.pageform_content .in_content .safe_info {
  margin-bottom: 1.5rem;
  text-align: center;
}

.pop_content .in_content .safe_info i,
.pop_content .in_content .safe_info span,
.pageform_content .in_content .safe_info i,
.pageform_content .in_content .safe_info span {
  vertical-align: middle;
  display: inline-block;
}

.pop_content .in_content .safe_info i,
.pageform_content .in_content .safe_info i {
  width: 1.6rem;
  height: 1.6rem;
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/safe_ico.png) center no-repeat;
  background-size: cover;
}

.pop_content .in_content .safe_info span,
.pageform_content .in_content .safe_info span {
  color: #159310;
  padding-left: 1rem;
  font-size: 12px;
  font-size: 1.2rem;
}

.pop_content .in_content .check_line,
.pageform_content .in_content .check_line {
  text-align: center;
}

.pop_content .in_content .check_line label,
.pageform_content .in_content .check_line label {
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (max-width: 1200px) {

  .pop_content .in_content .check_line label,
  .pageform_content .in_content .check_line label {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.pop_content .in_content .check_line label a,
.pageform_content .in_content .check_line label a {
  color: #002e7c;
}

.pop_content .in_content .btn_con,
.pageform_content .in_content .btn_con {
  margin-top: 3rem;
  text-align: center;
}

.pop_content .in_content .btn_con.s_1,
.pageform_content .in_content .btn_con.s_1 {
  text-align: center;
}

.pop_content .in_content .btn_con.s_1 a,
.pageform_content .in_content .btn_con.s_1 a {
  width: 33rem;
  margin: 0 auto;
}

.pop_content .in_content .btn_con a,
.pageform_content .in_content .btn_con a {
  width: 100%;
  text-align: center;
}

.pop_content .in_content dl,
.pageform_content .in_content dl {
  justify-content: flex-start;
  align-items: flex-start;
}

.pop_content .in_content dl dt,
.pageform_content .in_content dl dt {
  width: 100%;
  margin-bottom: .5rem;
}

.pop_content .in_content dl dt span,
.pageform_content .in_content dl dt span {
  font-size: 18px;
  font-size: 1.8rem;
  border-left: 2px solid #002e7c;
  padding-left: 1.3rem;
  color: #002e7c;
}

.pop_content .in_content dl dd,
.pageform_content .in_content dl dd {
  width: calc(100% / 3 - 2rem * 2 /3);
  margin-right: 2rem;
}

.pop_content .in_content dl dd.last,
.pageform_content .in_content dl dd.last {
  margin-right: 0;
}

.pop_content .in_content dl dd.w_100,
.pageform_content .in_content dl dd.w_100 {
  width: 100%;
}

.pageform_content {
  position: relative;
  opacity: 1;
  z-index: 100;
  visibility: inherit;
  transform: inherit;
}

.pageform_content .in_content {
  width: 100%;
  position: relative;
  top: 0%;
  left: 0%;
  background-color: #fff;
  transform: inherit;
  margin: 0 auto;
}

.pageform_content .in_content .page_btn {
  width: 24rem !important;
  height: 4.6rem !important;
  outline: none;
}

.login__con {
  width: 460px;
  max-width: 90%;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="checkbox"]:checked+label:after,
input[type="radio"]:checked+label:after {
  font-family: "FontAwesome";
  content: "\f00c";
  color: #002e7c;
}

input[type="checkbox"]:disabled+label,
input[type="radio"]:disabled+label {
  cursor: default;
  background-color: #efefef;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
  display: inline-block;
  vertical-align: middle;
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2rem;
  background-color: #fff;
  border: 2px solid #d8d9db;
  vertical-align: middle;
  text-align: center;
  color: #002e7c;
  border-radius: 50%;
  cursor: pointer;
  margin-right: .5rem;
  font-size: 12px;
  font-size: 1.2rem;
}

.ask__con {
  width: 100rem;
  max-width: 95%;
}

.sust_index__body {
  padding: 10rem 0 0;
  background-color: #f6f6f6;
  overflow: hidden;
}

.sust_index__body h3 {
  line-height: 1.5;
}

.sust_index__body .big_tit {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
}

@media only screen and (max-width: 1200px),
only screen and (max-width: 768px) {
  .sust_index__body .big_tit {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 400;
  }
}

.sust_index__body .big_tit_top {
  font-weight: 700;
  font-size: 34px;
  font-size: 3.4rem;
  margin-bottom: 2rem;
}

.sust_index__body .img_txt__con {
  margin-top: 6rem;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 15rem;
}

.sust_index__body .img_txt__con.s_1 .txt_con {
  background-color: transparent;
  padding: 0 7rem 0 0;
  text-align: left;
  width: 55%;
}

.sust_index__body .img_txt__con.s_1 .img_con {
  width: 45%;
}

.sust_index__body .img_txt__con .img_con,
.sust_index__body .img_txt__con .txt_con {
  width: 50%;
}

.sust_index__body .img_txt__con .img_con img {
  display: block;
  width: 100%;
}

.sust_index__body .img_txt__con .txt_con {
  text-align: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 5%;
}

.sust_index__body .img_txt__con .txt_con h2,
.sust_index__body .img_txt__con .txt_con h3,
.sust_index__body .img_txt__con .txt_con h4 {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 2rem;
  font-weight: 700;
}

.sust_index__body .img_txt__con .txt_con p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sust_index__body .img_txt__con .txt_con p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .sust_index__body .img_txt__con .txt_con p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.color_index__body {
  background-color: #f6f6f6;
}

.color_index__body .color__con {
  padding: 10rem 0;
}

.color_index__body .color__con .pan_con {
  width: 70%;
}

.color_index__body .color__con .phone_con {
  width: 30%;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .color_index__body .color__con .phone_con {
    display: none;
  }
}

.color_index__body .color__con .phone_con img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  pointer-events: inherit !important;
  -webkit-user-select: inherit !important;
  -moz-user-select: inherit !important;
  user-select: inherit !important;
}

.color_index__body .color__con .phone_con div img {
  max-width: 200px;
}

.color_index__body .color__con .phone_con div p {
  font-size: 22px;
  margin-top: 20px;
  line-height: 1.3;
  text-align: center;
  color: #002e7c;
}

.pan_out {
  width: 700px;
  height: 700px;
  background-color: #f0f0f0;
  position: relative;
  z-index: 1;
}

.pan_out .pan_txt {
  border-radius: 50%;
  width: 450px;
  height: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 20px solid red;
  z-index: 10;
}

.pan_line {
  border: 1px dashed #c4cddd;
  width: 42rem;
  height: 42rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  margin-left: -21rem;
  margin-top: -21rem;
  animation: xuanz 500s infinite linear;
}

.pan_line.big {
  width: 55rem;
  height: 54rem;
  z-index: 1;
  margin-left: -27.5rem;
  margin-top: -26.5rem;
  border-color: #315795;
  animation: xuanz2 500s infinite linear;
}

@keyframes xuanz {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@keyframes xuanz2 {
  from {
    transform: rotate(359deg);
  }

  to {
    transform: rotate(0deg);
  }
}

.holderCircle {
  width: 700px;
  height: 700px;
  border-radius: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.dotCircle {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  z-index: 20;
}

.dotCircle .itemDot {
  display: block;
  width: 7.5rem;
  height: 7.5rem;
  position: absolute;
  background: #ddd;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 80px;
  font-size: 30px;
  z-index: 3;
  cursor: pointer;
  transition: all .3s;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .dotCircle .itemDot {
    width: 7rem;
    height: 7rem;
  }
}

.itemDot b {
  background-color: #fff;
  position: absolute;
  background-color: #fff;
  width: 7.5rem;
  height: 13rem;
  top: -.5rem;
  border-radius: 2em;
  z-index: 1;
  left: -.5rem;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  display: none;
}

.dotCircle .itemDot:hover .forActive,
.dotCircle .itemDot.active .forActive {
  transform: scale(1.18);
  border: 2px solid #1ed7eb;
  box-shadow: 0 0 5px 5px rgba(100, 100, 100, 0.3);
}

@media only screen and (max-width: 767px) {

  .dotCircle .itemDot:hover .forActive,
  .dotCircle .itemDot.active .forActive {
    transform: scale(1.15);
  }
}

.dotCircle .itemDot:hover b {
  opacity: 1;
  visibility: visible;
}

.dotCircle .itemDot .forActive {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  transition: all .3s;
}

.contentCircle {
  width: 30rem;
  height: 30rem;
  border-radius: 100%;
  background-color: #fff;
  border: 2rem solid transparent;
  position: relative;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  transition: all .5;
}

.contentCircle .cirItem {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  transform: scale(0);
  transition: 0.5s;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  padding: 0 3rem;
}

.contentCircle .cirItem .top_con {
  margin-bottom: 1rem;
  align-items: center;
}

.contentCircle .cirItem .top_con .color_box {
  border: 3px solid #fff;
  box-shadow: 0 0 3px 2px rgba(100, 100, 100, 0.2);
  border-radius: 2px;
  width: 4.2rem;
  height: 4.2rem;
  background-color: green;
}

.contentCircle .cirItem .top_con .txt_con {
  width: calc(100% - 4.2rem);
  padding-left: 1rem;
}

.contentCircle .cirItem .top_con .txt_con p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 0;
}

.contentCircle .cirItem .top_con .txt_con .title_en {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 0;
}

.contentCircle .cirItem p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}

.contentCircle .cirItem h6 a,
.contentCircle .cirItem p a {
  display: inline-block;
  border: 1px solid #f2f3f4;
  border-radius: 2em;
  padding: .5rem 1rem;
}

.contentCircle .cirItem h6 a:hover,
.contentCircle .cirItem p a:hover {
  background-color: #1ed7eb;
}

.contentCircle .cirItem h6 a:hover span,
.contentCircle .cirItem p a:hover span {
  color: #fff;
}

.contentCircle .cirItem h6 a i,
.contentCircle .cirItem h6 a span,
.contentCircle .cirItem p a i,
.contentCircle .cirItem p a span {
  vertical-align: middle;
  display: inline-block;
}

.contentCircle .cirItem h6 a i,
.contentCircle .cirItem h6 p i {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 1rem;
}

.contentCircle .cirItem h6 a span,
.contentCircle .cirItem p a span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #1ed7eb;
}

.cirItem.active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: 0.5s;
}

.solutions_search__con {
  padding: 18rem 0 7rem;
}

.solutions_search__con h1,
.solutions_search__con h2 {
  font-size: 48px;
  font-size: 4.8rem;
  color: #ffffff;
  margin-bottom: 5.8rem;
  /* font-weight: 700; */
  /* zz */
}

body.lang-EN .solutions_search__con h1,
body.lang-EN .solutions_search__con h2 {
	font-family: "MaisonNeueExtendedWEBExtraBold", Arial, Helvetica, sans-serif !important;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solutions_search__con h1,
  .solutions_search__con h2 {
    font-size: 42px;
    font-size: 4.2rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solutions_search__con h1,
  .solutions_search__con h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.solutions_search__con .search_list {
  justify-content: flex-start;
  align-items: center;
  margin: 0;
}

.solutions_search__con .search_list dt {
  font-size: 18px;
  font-size: 1.8rem;
  color: #ffffff;
  padding-right: 1.6rem;
  font-weight: 500;
  line-height: 3.2rem;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solutions_search__con .search_list dt {
    font-size: 16px;
    font-size: 1.6rem;
    padding-right: 1rem;
  }
}

.solutions_search__con .search_list dd {
  padding-right: 1.6rem;
  margin-bottom: 0rem !important;
  cursor: pointer;
}
.solutions_search__con .search_list dd.search_btn {
  padding-right: 0 !important;
}

.solutions_search__con .search_list .xq_con {
  padding-right: 5.6rem;
}

.solutions_search__con .search_list dd a>img {
  width: 20px;
  height: 20px;
}

.solutions_search__con .search_list .select_out {
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-bottom: 1px solid #ffffff;
}

.solutions_search__con .search_list .select_out i {
  color: #1ed7eb;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-size: 2rem;
  z-index: 10;
}

.solutions_search__con .search_list select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  /* border-bottom: 1px solid #ffffff; */
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  min-width: 32rem;
  max-width: 100%;
  cursor: pointer;
  z-index: 99;
  position: relative;
  background: none;
  line-height: 3.2rem;
}

.solutions_search__con .search_list select option {
  background-color: #ffffff;
  /* 选项背景色（与下拉框一致） */
  color: #0044b4;
  /* 选项文字颜色 */
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solutions_search__con .search_list select {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solutions_search__con .search_list select {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.solutions_search__con .search_list select option:disabled {
  color: #c6c6c6;
}

.find_list {
  justify-content: flex-start;
  align-items: stretch;
}

.find_list li:nth-child(2n) {
  flex-direction: row-reverse;
}

.find_list li>a,
.find_list li>.txt_con {
  width: 50%;
}

.find_list li {
  width: 100%;
  margin-bottom: 5.6rem;
  gap: 4rem;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: stretch;

  .logo_con {
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 0.8rem;
    padding-top: calc(540/887 * 100%);

    img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: All 0.3s ease;
    }
  }
}

.find_list li:nth-child(3n) {
  margin-right: 0;
}

/* @media only screen and (max-width: 1200px) {
  .find_list li {
    width: calc(50% - 2rem * 1 / 2);
    margin: 0 2rem 2rem 0;
  }

  .find_list li:nth-child(3n) {
    margin-right: 2rem;
  }

  .find_list li:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .find_list li {
    width: calc(100%);
    margin: 0 0 2rem 0 !important;
  }
} */

/* .find_list li .logo_con {
  margin: 0 3rem;
  height: 12rem;
  border-bottom: 1px solid #eaeaea;
  padding: 0 3rem 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
} */

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .find_list li .logo_con {
    height: 8.5rem;
  }
}

.find_list li .txt_con {
  padding: 8rem 0;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}

.find_list li .txt_con h2 {
  font-weight: 700;
  color: #0044b4;
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
	font-family: "MaisonNeueExtendedWEBExtraBold", Arial, Helvetica, sans-serif !important;
}
body.lang-EN .find_list li .txt_con h2 {
	font-family: "MaisonNeueExtendedWEBExtraBold", Arial, Helvetica, sans-serif !important;
}

.find_list li .txt_con p {
  font-size: 20px;
  font-size: 2rem;
  /* color: #0044b4; */
  color: #002E7C;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 4rem;
  padding-right: 10rem;
  overflow: hidden;
  font-weight: normal;
}
body.lang-EN .find_list li .txt_con p {
	font-family: "MaisonNeueWEBBook", Arial, Helvetica, sans-serif !important;
}

.find_list li .txt_con p strong {
  font-weight: 700;
}

.find_list li .txt_con a span,
.find_list li .txt_con a i {
  display: inline-block;
  vertical-align: middle;
}

.find_list li .txt_con a span {
  /* color: #fff; */
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .find_list li .txt_con a span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .find_list li .txt_con a span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.find_list li .txt_con a i {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  background-color: #fff;
  color: #002e7c;
  text-align: center;
  border-radius: 50%;
  margin-left: 1rem;
}

.find_list li .txt_con .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .3s;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}

.find_list li .txt_con .mask img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.find_list li .txt_con .mask .icon {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.find_list li .txt_con .mask .icon i {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/mask_bg.png) center no-repeat;
  border-radius: 50%;
  width: 7rem;
  height: 7rem;
  line-height: 7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-style: normal;
}

.outher_title {
  font-size: 28px;
  font-size: 2.8rem;
  color: #002e7c;
  margin-bottom: 3rem;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .outher_title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .outher_title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.find_search_details__body {
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 6rem;
}

.find_search_details__body .in_box {
  width: calc(100% / 3);
  background-color: #fff;
}

@media only screen and (max-width: 1200px) {

  .find_search_details__body .in_box:nth-child(1),
  .find_search_details__body .in_box:nth-child(2) {
    width: 50%;
  }

  .find_search_details__body .in_box:nth-child(3) {
    width: 100%;
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .find_search_details__body .in_box {
    width: 100%;
  }
}

.find_search_details__body .box_1 .logo_con {
  margin: 0 3rem;
  height: 17rem;
  border-bottom: 1px solid #eaeaea;
  padding: 0 3rem 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.find_search_details__body .box_1 .logo_con img {
  display: block;
  max-width: 90%;
  margin: 0 auto;
}

.find_search_details__body .box_1 .img_con img {
  display: block;
  width: 100%;
}

.find_search_details__body .box_2 {
  position: relative;
  z-index: 1;
}

.find_search_details__body .box_2 .txt_con {
  padding: 2rem 3rem 4rem;
  position: relative;
  z-index: 1;
}

.find_search_details__body .box_2 .txt_con h3 {
  font-weight: 700;
  color: #000;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .find_search_details__body .box_2 .txt_con h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .find_search_details__body .box_2 .txt_con h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.find_search_details__body .box_2 .txt_con p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  line-height: 26px;
  height: 130px;
  overflow: hidden;
  font-weight: normal;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .find_search_details__body .box_2 .txt_con p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .find_search_details__body .box_2 .txt_con p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.find_search_details__body .box_2 .txt_con p strong {
  font-weight: 700;
}

.find_search_details__body .box_2 .txt_con h6 {
  margin-top: 2rem;
}

.find_search_details__body .box_2 .txt_con h6 a span,
.find_search_details__body .box_2 .txt_con h6 a i {
  display: inline-block;
  vertical-align: middle;
}

.find_search_details__body .box_2 .txt_con h6 a span {
  color: #002e7c;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: underline;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .find_search_details__body .box_2 .txt_con h6 a span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .find_search_details__body .box_2 .txt_con h6 a span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.find_search_details__body .box_2 .txt_con h6 a i {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  background-color: #002e7c;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin-left: 1rem;
}

.find_search_details__body .box_2 .color_con {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 2rem;
  margin: 0 3rem;
  border: 1px solid #eaeaea;
  padding: 1.5rem;
  transition: all .3s;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .find_search_details__body .box_2 .color_con {
    position: relative;
  }
}

.find_search_details__body .box_2 .color_con:hover {
  background-color: #05327f;
}

.find_search_details__body .box_2 .color_con:hover i {
  color: #fff;
}

.find_search_details__body .box_2 .color_con:hover .con span {
  color: #fff;
}

.find_search_details__body .box_2 .color_con .con img,
.find_search_details__body .box_2 .color_con .con span {
  vertical-align: middle;
  display: inline-block;
}

.find_search_details__body .box_2 .color_con .con span {
  font-size: 18px;
  font-size: 1.8rem;
  color: #000;
  margin-left: 2rem;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .find_search_details__body .box_2 .color_con .con span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .find_search_details__body .box_2 .color_con .con span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.find_search_details__body .box_2 .color_con i {
  color: #05327f;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .find_search_details__body .box_2 .color_con i {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .find_search_details__body .box_2 .color_con i {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.find_search_details__body .box_3 {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.find_search_details__body .box_3:hover img {
  transform: scale(1.1);
}

.find_search_details__body .box_3 .mask {
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/box_3_mask.png) center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2rem;
  color: #fff;
}

.find_search_details__body .box_3 .mask h3 {
  border-left: 2px solid #fff;
  padding-left: 1rem;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .find_search_details__body .box_3 .mask h3 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .find_search_details__body .box_3 .mask h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.find_search_details__body .box_3 .mask .info span,
.find_search_details__body .box_3 .mask .info i {
  vertical-align: middle;
  display: inline-block;
}

.find_search_details__body .box_3 .mask .info span {
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .find_search_details__body .box_3 .mask .info span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .find_search_details__body .box_3 .mask .info span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.find_search_details__body .box_3 .mask .info i {
  font-size: 20px;
  font-size: 2rem;
  padding-right: .5rem;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .find_search_details__body .box_3 .mask .info i {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .find_search_details__body .box_3 .mask .info i {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.find_search_details__body .box_3 .mask .info span {
  padding-right: 1.5em;
}

.find_search_details__body .box_3 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

.solutions_index__body {
  padding: 10rem 0 0;
  background-color: #f6f6f6;
}

.solutions_index__body h3.tit {
  font-size: 34px;
  font-size: 3.4rem;
  color: #000000;
  margin-bottom: 2rem;
}
.solutions_index__body h2.tit {
  font-size: 34px;
  font-size: 3.4rem;
  color: #000000;
  margin-bottom: 2rem;
	font-weight: 700;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solutions_index__body h3.tit {
    font-size: 32px;
    font-size: 3.2rem;
  }
	.solutions_index__body h2.tit {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solutions_index__body h3.tit {
    font-size: 28px;
    font-size: 2.8rem;
  }
	.solutions_index__body h2.tit {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.solutions_index__body p.tit {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 3rem;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solutions_index__body p.tit {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solutions_index__body p.tit {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.solutions_index__body .change_con {
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/index_img_1.jpg) center no-repeat;
  background-size: cover;
  height: 58rem;
  align-items: stretch;
  margin-bottom: 10rem;
  overflow: hidden;
}

.solutions_index__body .change_con li {
  height: 100%;
  color: #fff;
  width: 20%;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 4rem 3rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: all .5s;
}

.solutions_index__body .change_con li.active {
  width: 40%;
}

.solutions_index__body .change_con li.active > p,
.solutions_index__body .change_con li.active h6 {
  display: none;
}

.solutions_index__body .change_con li .con {
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  transform: translateX(10px);
  width: 380px;
}

.solutions_index__body .change_con li .con.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.solutions_index__body .change_con li .con h3 {
  border-left: 2px solid #fff;
  padding-left: 1rem;
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 2rem;
  color: #ffffff;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solutions_index__body .change_con li .con h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solutions_index__body .change_con li .con h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.solutions_index__body .change_con li .con p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  position: relative;
  color: #ffffff;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solutions_index__body .change_con li .con p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solutions_index__body .change_con li .con p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.solutions_index__body .change_con li > p,
.solutions_index__body .change_con li h6 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solutions_index__body .change_con li>p,
  .solutions_index__body .change_con li h6 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solutions_index__body .change_con li>p,
  .solutions_index__body .change_con li h6 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.products_focus__body {
  background-color: #fff;
  padding: 10rem 0 4rem;
}

.products_focus__body.bg_glay {
  background-color: #ededed;
}

.products_focus__body.bg_none {
  background: transparent;
}

.products_focus__body div.tit {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 4rem;
}
.products_focus__body div.tit h2 {
  color: #000;
  font-size: 34px;
  font-size: 3.4rem;
	padding-left: 0;
	margin-bottom: 0;
  font-weight: 700;
}
body.lang-EN .products_focus__body div.tit h2 {
  font-family: "MaisonNeueExtendedWEBExtraBold", Arial, Helvetica, sans-serif !important;
}

.products_list {
  justify-content: flex-start;
  align-items: stretch;
}

.products_list li {
  width: calc(100% / 3 - 4rem * 2 /3);
  margin: 0 4rem 4rem 0;
}

.products_list li:nth-child(3n) {
  margin-right: 0;
}

.products_list li:hover .img_out .pro {
  transform: scale(1.1);
}

@media only screen and (max-width: 1200px) {
  .products_list li {
    margin: 0 2rem 2rem 0;
    width: calc(100% / 3 - 2rem * 2 /3);
  }

  .products_list li .txt_con p,
  .products_list li .txt_con h3.zx {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 1400px) and (max-width: 1599px) {
  .products_list li .txt_con p,
  .products_list li .txt_con h3.zx {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 1200px) and (max-width: 1399px),
only screen and (max-width: 1200px) and (min-width: 992px) and (max-width: 1199px) {
  .products_list li .txt_con p,
  .products_list li .txt_con h3.zx {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .products_list li {
    margin: 0 0 2rem 0;
    width: calc(100%);
  }

  .products_list li .txt_con p,
  .products_list li .txt_con h3.zx {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1400px) and (max-width: 1599px) {
  .products_list li .txt_con p,
	.products_list li .txt_con h3.zx {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px) {
  .products_list li .txt_con p,
	.products_list li .txt_con h3.zx {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.products_list li a {
  display: block;
}

.products_list li .img_out {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.products_list li .img_out .pro {
  width: 100%;
  display: block;
  transition: all .3s;
}

.products_list li .img_out .logo {
  position: absolute;
  top: 2rem;
  left: 2rem;
  min-height: 2rem;
  max-height: 4rem;
}

.products_list li .txt_con {
  padding: 2rem;
  background-color: #002e7c;
}

.products_list li .txt_con p,
.products_list li .txt_con h3.zx {
  color: #fff;
  border-left: 2px solid #fff;
  line-height: 1.2;
  font-size: 20px;
  font-size: 2rem;
  margin: 0;
  padding-left: 1rem;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .products_list li .txt_con p,
	.products_list li .txt_con h3.zx {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .products_list li .txt_con p,
	.products_list li .txt_con h3.zx {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 1200px) {
  .products_list li .txt_con p,
	.products_list li .txt_con h3.zx {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.products_list li .txt_con_1 {
  padding: 2rem 2rem 4rem;
  background-color: #fff;
}

.products_list li .txt_con_1 h3 {
  border-left: 2px solid #0043b4;
  color: #000;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
}

.products_list li .txt_con_1 .info span,
.products_list li .txt_con_1 .info i {
  vertical-align: middle;
  display: inline-block;
}

.products_list li .txt_con_1 .info span {
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .products_list li .txt_con_1 .info span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.products_list li .txt_con_1 .info i {
  font-size: 18px;
  font-size: 1.8rem;
  color: #c5c5c5;
  width: 1.3rem;
  height: 1.3rem;
  display: inline-block;
  margin-top: -.5rem;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .products_list li .txt_con_1 .info i {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .products_list li .txt_con_1 .info i {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.products_list li .txt_con_1 .info i:nth-child(1) {
  text-indent: -9999em;
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/casefactory_icon_gray.png) left center no-repeat;
  background-size: auto 100%;
  margin-right: .5rem;
  margin-top: 0;
}

.products_list li .txt_con_1 .info span {
  padding-right: 1.5em;
  color: #666;
}

.pro_sub_sidebar__con {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  align-items: stretch;
}

.pro_sub_sidebar__con.s_1 dt {
  background-color: rgba(40, 107, 178, 0.8);
}

.pro_sub_sidebar__con.s_2 dd {
  background-color: #f3f3f3;
}

.pro_sub_sidebar__con.s_2 dt {
  background-color: #e56b20;
}

.pro_sub_sidebar__con.s_3 dt {
  background-color: #f2a781;
}

.pro_sub_sidebar__con dt {
  width: 35%;
  background-color: rgba(84, 162, 73, 0.8);
  padding: 1rem 3rem 1rem 0;
  display: flex;
  justify-content: flex-end;
  margin: 0;
}

.pro_sub_sidebar__con dt p,
.pro_sub_sidebar__con dt h2 {
  color: #fff;
  border-left: 2px solid #fff;
  padding-left: 1rem;
  margin: 0;
  font-size: 22px;
  font-size: 2.2rem;
}
.pro_sub_sidebar__con dt h2 {
	font-weight: 700;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pro_sub_sidebar__con dt p,
  .pro_sub_sidebar__con dt h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .pro_sub_sidebar__con dt p,
  .pro_sub_sidebar__con dt h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.pro_sub_sidebar__con dd {
  width: 65%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: flex-start !important;
  align-items: center;
  padding-right: 10%;
  margin: 0;
}

.pro_sub_sidebar__con dd a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  margin-left: 5%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pro_sub_sidebar__con dd a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .pro_sub_sidebar__con dd a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.pro_sub_sidebar__con dd a:hover,
.pro_sub_sidebar__con dd a.active {
  color: #002e7c;
}

.solution_pro_1__body {
  width: 100%;
  overflow: hidden;
}

.solution_pro_1__body .box_1 img {
  display: block;
  width: 100%;
}

.solution_pro_1__body .box_2 {
  align-items: stretch;
}

.solution_pro_1__body .box_2 .in_box_1,
.solution_pro_1__body .box_2 .in_box_2 {
  width: 50%;
}

.solution_pro_1__body .box_2 .in_box_1 {
  background-color: #fff;
   padding: 14rem 8%; 
  color: #000;
}

.solution_pro_1__body .box_2 .in_box_1 img {
  display: block;
  height: 5rem;
  margin-bottom: 3rem;
}

.solution_pro_1__body .box_2 .in_box_1 h3 {
  border-left: 2px solid #3aa436;
  padding-left: 1.5rem;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.solution_pro_1__body .box_2 .in_box_1 h2 {
  border-left: 2px solid #3aa436;
  padding-left: 1.5rem;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solution_pro_1__body .box_2 .in_box_1 h3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
	.solution_pro_1__body .box_2 .in_box_1 h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution_pro_1__body .box_2 .in_box_1 h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
	.solution_pro_1__body .box_2 .in_box_1 h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.solution_pro_1__body .box_2 .in_box_1 p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: justify;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solution_pro_1__body .box_2 .in_box_1 p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution_pro_1__body .box_2 .in_box_1 p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.solution_pro_1__body .box_2 .in_box_2 {
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/pro_1_img_2.jpg) center no-repeat;
  background-size: cover;
  padding: 0 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.solution_pro_1__body .box_2 .in_box_2 h3 {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 4rem;
}
.solution_pro_1__body .box_2 .in_box_2 h2 {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 2rem;
	color: unset;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solution_pro_1__body .box_2 .in_box_2 h3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
	.solution_pro_1__body .box_2 .in_box_2 h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution_pro_1__body .box_2 .in_box_2 h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.solution_pro_1__body .box_2 .in_box_2 ul li {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}

.solution_pro_1__body .box_2 .in_box_2 ul li:last-child {
  margin-bottom: 0;
}

.solution_pro_1__body .box_2 .in_box_2 ul li i {
  width: 9rem;
  height: 9rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
  border-radius: 50%;
}

.solution_pro_1__body .box_2 .in_box_2 ul li i.ico_1 {
  background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/pro_1_ico_1.png);
}

.solution_pro_1__body .box_2 .in_box_2 ul li i.ico_2 {
  background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/pro_1_ico_2.png);
}

.solution_pro_1__body .box_2 .in_box_2 ul li i.ico_3 {
  background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/pro_1_ico_3.png);
}

.solution_pro_1__body .box_2 .in_box_2 ul li p {
  margin-left: 2rem;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 0;
  line-height: 1.2;
  text-align: justify;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solution_pro_1__body .box_2 .in_box_2 ul li p {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution_pro_1__body .box_2 .in_box_2 ul li p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.solution_pro_1__body .box_2 .in_box_2 ul li p strong {
  font-size: 34px;
  font-size: 3.4rem;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solution_pro_1__body .box_2 .in_box_2 ul li p strong {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution_pro_1__body .box_2 .in_box_2 ul li p strong {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.solution_pro_1__body .box_3 {
  padding: 10rem 0;
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/pro_1_img_4.jpg) center no-repeat;
  /* background-size: 100%; */
	background-size: cover;
}

.solution_pro_1__body .box_3 .img {
  display: block;
  margin: -10rem auto 0;
  max-width: 100%;
}

.solution_pro_1__body .box_4 {
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/pro_1_img_5.jpg) center no-repeat;
  background-size: cover;
  /* padding: 7rem 0; */
  padding: 10rem 0;
}

.solution_pro_1__body .box_4 .txt_con {
  margin-top: 4rem;
  width: 66rem;
}

.solution_pro_1__body .box_4 .txt_con h3 {
  border-left: .2rem solid #3aa436;
  padding-left: 1.3rem;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solution_pro_1__body .box_4 .txt_con h3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution_pro_1__body .box_4 .txt_con h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.solution_pro_1__body .box_4 .txt_con p,
.solution_pro_1__body .box_4 .txt_con h4,
.solution_pro_1__body .box_4 .txt_con h5,
.solution_pro_1__body .box_4 .txt_con h6 {
  padding-left: 1.5rem;
}

.solution_pro_1__body .box_4 .txt_con p {
  font-size: 18px;
  font-size: 1.8rem;
  color: #000;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solution_pro_1__body .box_4 .txt_con p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution_pro_1__body .box_4 .txt_con p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.solution_pro_1__body .box_4 .txt_con h4,
.solution_pro_1__body .box_4 .txt_con h5 {
  margin-bottom: 2rem;
}
.solution_pro_1__body .box_4 .txt_con h4 span,
.solution_pro_1__body .box_4 .txt_con h4 img,
.solution_pro_1__body .box_4 .txt_con h5 span,
.solution_pro_1__body .box_4 .txt_con h5 img {
  display: inline-block;
  vertical-align: bottom;
}
.solution_pro_1__body .box_4 .txt_con h4 span,
.solution_pro_1__body .box_4 .txt_con h5 span {
  color: #3aa436;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}

.solution_pro_1__body .box_4 .txt_con h4 span,
.solution_pro_1__body .box_4 .txt_con h4 img,
.solution_pro_1__body .box_4 .txt_con h5 img {
  display: inline-block;
  vertical-align: bottom;
}

.solution_pro_1__body .box_4 .txt_con h4 span {
  color: #3aa436;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solution_pro_1__body .box_4 .txt_con h5 span {
    font-size: 16px;
    font-size: 1.6rem;
  }
	.solution_pro_1__body .box_4 .txt_con h4 span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution_pro_1__body .box_4 .txt_con h5 span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.solution_pro_1__body .box_4 .txt_con h5 img {
  margin-left: 1rem;
}

.solution_pro_1__body .box_4 .txt_con h5,
.solution_pro_1__body .box_4 .txt_con h6 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #666;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solution_pro_1__body .box_4 .txt_con h5,
  .solution_pro_1__body .box_4 .txt_con h6 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution_pro_1__body .box_4 .txt_con h5,
  .solution_pro_1__body .box_4 .txt_con h6 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.solution_pro_1__body .box_5 {
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/pro_1_img_9.jpg) center no-repeat;
  padding: 10rem 0;
}

.solution_pro_1__body .box_5 .txt_con {
  width: 60%;
}

.solution_pro_1__body .box_5 .txt_con .img {
  display: block;
  margin: 4rem 0 2rem;
}

.solution_pro_1__body .box_5 .txt_con p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: justify;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solution_pro_1__body .box_5 .txt_con p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution_pro_1__body .box_5 .txt_con p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.solution_pro_1__body .box_5 .txt_con span {
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solution_pro_1__body .box_5 .txt_con span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution_pro_1__body .box_5 .txt_con span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.solution_pro_1__body .box_5 .right_img {
  margin-top: 3rem;
}

.solution_pro_1__body .box_6 {
  align-items: stretch;
}

.solution_pro_1__body .box_6 .in_box_1,
.solution_pro_1__body .box_6 .in_box_2 {
  width: 50%;
  padding: 0 8%;
}

.solution_pro_1__body .box_6 .in_box_1 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.solution_pro_1__body .box_6 .in_box_1 h3 {
  margin-top: 4rem;
  border-left: 2px solid #3aa436;
  padding-left: 1.3rem;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solution_pro_1__body .box_6 .in_box_1 h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution_pro_1__body .box_6 .in_box_1 h3 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.solution_pro_1__body .box_6 .in_box_1 p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: justify;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solution_pro_1__body .box_6 .in_box_1 p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution_pro_1__body .box_6 .in_box_1 p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.solution_pro_1__body .box_6 .in_box_2 {
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/pro_1_img_10.jpg) center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.solution_pro_1__body .box_7 {
  padding: 10rem 0;
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/pro_1_img_11.jpg) center no-repeat;
}

.solution_pro_1__body .box_8 {
  padding: 10rem 0;
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/pro_1_img_12.jpg) center no-repeat;
  background-size: 100% 100%;
}

.solution_pro_1__body .box_8 dl {
  align-items: stretch;
  margin-top: 4rem;
}

.solution_pro_1__body .box_8 dl dt {
  border-top: 1px solid #3aa436;
  color: #3aa436;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 3rem 0;
  width: 35%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solution_pro_1__body .box_8 dl dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution_pro_1__body .box_8 dl dt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.solution_pro_1__body .box_8 dl dd {
  width: 65%;
  border-top: 1px solid #eaeaea;
  padding: 3rem 0 3rem 6rem;
}

.solution_pro_1__body .box_8 dl dd p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: justify;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solution_pro_1__body .box_8 dl dd p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution_pro_1__body .box_8 dl dd p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.solution_pro_1__body .box_8 dl dd p i {
  color: #3aa436;
}

.solution_pro_1__body .box_9 {
  background-color: #f6f6f6;
  padding: 10rem 0;
}

.pro_title {
  /* margin-left: -7rem; */
	margin-left: 0;
}

.pro_title img {
  height: 3rem;
  margin-bottom: 1rem;
}

.pro_title h2,
.pro_title h4 {
  font-size: 34px;
  font-size: 3.4rem;
  color: #000;
  /* padding-left: 7rem; */
	padding-left: 0;
  margin-bottom: 0;
  font-weight: 700;
}
.pro_title h2 {
  font-size: 34px;
  font-size: 3.4rem;
  color: #000;
  /* padding-left: 7rem; */
	padding-left: 0;
  margin-bottom: 0;
  font-weight: 700;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pro_title h4 {
    font-size: 32px;
    font-size: 3.2rem;
  }
	.pro_title h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .pro_title h4 {
    font-size: 28px;
    font-size: 2.8rem;
  }
	.pro_title h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.slide_list {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.slide_list.s_1 {
  border-color: #ddd;
}

.slide_list.s_1 li {
  border-color: #ddd;
}

.slide_list.s_1 li.active h3 span {
  color: #286bb2;
  font-weight: 700;
}

.slide_list.s_1 li h3 {
  padding: 1.5rem 0;
}

.slide_list.s_1 li h3 span {
  color: #000;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .slide_list.s_1 li h3 span {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .slide_list.s_1 li h3 span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.slide_list.s_1 li h3 i {
  color: #286bb2;
}

.slide_list.s_2 {
  border: 0;
}

.slide_list.s_2 li {
  padding-left: 2rem;
  border-left: 1px solid #f79562;
  margin-bottom: 2rem;
}

.slide_list.s_2 li h3 {
  color: #000;
  font-weight: normal;
}

.slide_list.s_2 li h3 i {
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
  background-color: #f79562;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .slide_list.s_2 li h3 i {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.slide_list.s_2 li .con p {
  color: #000;
}

.slide_list li {
  border-top: 1px solid #fff;
}

.slide_list li h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  cursor: pointer;
}

.slide_list li h3 span {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .slide_list li h3 span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .slide_list li h3 span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.slide_list li .con {
  padding: 1rem 0;
  display: none;
}

.slide_list li .con.s_1 {
  padding-bottom: 5rem;
}

.slide_list li .con.s_1 .flex {
  align-items: stretch;
}

.slide_list li .con.s_1 .flex .txt_con,
.slide_list li .con.s_1 .flex .img_con {
  width: 50%;
}

.slide_list li .con.s_1 .flex .txt_con {
  padding: 0 7rem 0 2rem;
  border-left: 1px solid #286bb2;
}

.slide_list li .con.s_1 .flex .txt_con p {
  color: #000;
}

.slide_list li p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .slide_list li p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .slide_list li p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.list_white_bg {
  margin-top: 4rem;
  align-items: stretch;
}

.list_white_bg li {
  width: calc(50% - 1.5rem);
  margin: 0 3rem 0 0;
  background-color: #fff;
  padding: 1.5rem 1.5rem;
}

.list_white_bg li:nth-child(2n) {
  margin-right: 0;
}

.list_white_bg li h3 {
  border-left: 2px solid #3aa436;
  font-weight: 700;
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 2rem;
  padding-left: 1.3rem;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .list_white_bg li h3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .list_white_bg li h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.list_white_bg li p {
  padding-left: 1.5rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .list_white_bg li p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .list_white_bg li p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.title_white_box {
  align-items: stretch;
}

.title_white_box li {
  width: calc(50% - 4rem);
  margin-right: 8rem;
}

.title_white_box li:nth-child(2n) {
  margin-right: 0;
}

.title_white_box li:nth-child(3),
.title_white_box li:nth-child(4) {
  background-color: #fff;
  margin-top: 4rem;
}

.title_white_box li .in_box {
  background-color: #fff;
}

.title_white_box li .in_box img {
  width: 100%;
  display: block;
}

.title_white_box li .in_box .txt_con {
  padding: 3rem 3rem;
}

.title_white_box li .in_box .txt_con p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .title_white_box li .in_box .txt_con p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .title_white_box li .in_box .txt_con p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.solution_pro_2__body .box_1 {
  align-items: stretch;
}

.solution_pro_2__body .box_1 .txt_con,
.solution_pro_2__body .box_1 .img_con {
  width: 50%;
}

.solution_pro_2__body .box_1 .img_con img {
  display: block;
  width: 100%;
}

.solution_pro_2__body .box_1 .txt_con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 8%;
}

.solution_pro_2__body .box_1 .txt_con .img {
  display: block;
  height: 4rem;
}

.solution_pro_2__body .box_1 .txt_con h2,
.solution_pro_2__body .box_1 .txt_con h3 {
  border-left: 2px solid #286bb2;
  padding-left: 1.3rem;
  font-size: 28px;
  font-size: 2.8rem;
  margin: 4rem 0 2rem;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solution_pro_2__body .box_1 .txt_con h2,
  .solution_pro_2__body .box_1 .txt_con h3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution_pro_2__body .box_1 .txt_con h2,
  .solution_pro_2__body .box_1 .txt_con h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.solution_pro_2__body .box_1 .txt_con p {
  padding-left: 1.5rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solution_pro_2__body .box_1 .txt_con p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution_pro_2__body .box_1 .txt_con p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.solution_pro_2__body .box_2 {
  padding: 10rem 0;
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/pro_2_img_2.jpg) center no-repeat;
  background-size: cover;
}

.solution_pro_2__body .box_2 .slide_list {
  margin-top: 4rem;
}

.solution_pro_2__body .box_3 {
  justify-content: flex-end;
  padding: 10rem 0;
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/pro_2_img_3.jpg) center no-repeat;
  background-size: cover;
}

.solution_pro_2__body .box_3.s_1 {
  justify-content: flex-start;
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/pro_2_img_4.jpg) center no-repeat;
  background-size: cover;
}

.solution_pro_2__body .box_3 .txt_con {
  width: 50%;
  padding: 0 8%;
}

.solution_pro_2__body .box_3 .txt_con p {
  padding-top: 3rem;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solution_pro_2__body .box_3 .txt_con p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution_pro_2__body .box_3 .txt_con p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.bg_f6f6f6 {
  background-color: #f6f6f6;
}

.ask__body {
  padding: 20rem 0 16rem;
}

.ask__body .in__body {
  align-items: stretch;
}

.ask__body .text_con {
  position: relative;
  z-index: 1;
  width: 45%;
  background-color: #fff;
  padding: 4rem;
	padding-left: 0;
	padding-bottom: 12rem;
}

.ask__body .text_con .logo_con {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
}

.ask__body .text_con .logo_con img {
  display: block;
  width: 100%;
}

.ask__body .text_con p.z_t,
.ask__body .text_con h3 {
  font-weight: 700;
  font-size: 34px;
  font-size: 3.4rem;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ask__body .text_con p.z_t,
  .ask__body .text_con h3 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .ask__body .text_con p.z_t,
  .ask__body .text_con h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.ask__body .text_con p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ask__body .text_con p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .ask__body .text_con p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.ask__body .text_con h6 {
  position: absolute;
  left: 4rem;
  bottom: 4rem;
}

.ask__body .text_con h6 a.colorLink {
  width: 17.3rem;
  height: 4.6rem;
  display: flex;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  background: #0043b4;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 300;
  border: 2px solid #0043b4;
  position: relative;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ask__body .text_con h6 a.colorLink {
    width: 15.3rem;
    height: 4.6rem;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .ask__body .text_con h6 a.colorLink {
    width: 14.3rem;
    height: 4.2rem;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.ask__body .text_con h6 a.colorLink span {
  position: relative;
  z-index: 20;
}

.ask__body .text_con h6 a.colorLink::after {
  border-radius: 3rem;
  content: '';
  display: block;
  width: 0%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  background-color: #ffffff;
  position: absolute;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: auto;
  z-index: 10;
}

.ask__body .text_con h6 a.colorLink:hover {
  color: #0043b4;
}

.ask__body .text_con h6 a.colorLink:hover::after {
  width: 100%;
}

.ask__body .img_con {
  width: 55%;
}

.ask__body .img_con img {
  display: block;
  width: 100%;
	height: 100%;
    object-fit: cover;
}

.solution_pro_3__body .box_1 {
  padding: 10rem 0;
}

.solution_pro_3__body .box_1 ul li {
  margin-bottom: 3rem;
}

.solution_pro_3__body .box_1 ul li h2,
.solution_pro_3__body .box_1 ul li h3 {
  border-left: 2px solid #e56b20;
  padding-left: 1.3rem;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solution_pro_3__body .box_1 ul li h2,
  .solution_pro_3__body .box_1 ul li h3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution_pro_3__body .box_1 ul li h2,
  .solution_pro_3__body .box_1 ul li h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.solution_pro_3__body .box_1 ul li p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solution_pro_3__body .box_1 ul li p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution_pro_3__body .box_1 ul li p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.solution_pro_3__body .box_1 .scroll__body {
  margin-top: 6rem;
  padding-left: 8%;
}

.solution_pro_3__body .box_1 .scroll__body .scroll_in .img_out {
  overflow: hidden;
  height: 40rem;
}

.solution_pro_3__body .box_1 .scroll__body .scroll_in .img_out img {
  display: block;
  height: 100%;
  object-fit: cover;
}

.solution_pro_3__body .box_1 .scroll__body .btn_in {
  margin-top: 4rem;
}

.solution_pro_3__body .box_1 .scroll__body .btn_in a {
  display: inline-block;
  background-color: #acacac;
  width: 8rem;
  height: 8rem;
  line-height: 8rem;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  transition: all .3s;
	margin-right: 4px;
}

.solution_pro_3__body .box_1 .scroll__body .btn_in a:hover {
  background-color: #e56b20;
}

.solution_pro_4__body .box_1 {
  background: #fff url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/pro_4_img_3_n.jpg) center no-repeat;
  background-size: cover;
  padding: 18rem 0;
}

.solution_pro_4__body .box_1 .txt_con {
  max-width: 50%;
}

.solution_pro_4__body .box_1 .txt_con .img {
  display: block;
  max-width: 100%;
}

.solution_pro_4__body .box_1 .txt_con .img.s_1 {
  margin: 3rem 0 5rem;
}

.solution_pro_4__body .box_1 .txt_con p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solution_pro_4__body .box_1 .txt_con p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution_pro_4__body .box_1 .txt_con p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.solution_pro_4__body .box_2 {
  background: #fff url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/pro_4_img_4.jpg) center no-repeat;
  background-size: cover;
  padding: 15rem 0 22rem;
}

.solution_pro_4__body .box_2 .txt_con {
  max-width: 45%;
}

.solution_pro_4__body .box_2 .txt_con p {
  margin-top: 4rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solution_pro_4__body .box_2 .txt_con p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution_pro_4__body .box_2 .txt_con p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.solution_pro_4__body .box_3 {
  background: #fff url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/pro_4_img_5.jpg) center no-repeat;
  background-size: cover;
  padding: 12rem 0;
  position: relative;
  z-index: 1;
}

.solution_pro_4__body .box_3 .tab_con {
  position: absolute;
  width: 100%;
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
}

.solution_pro_4__body .box_3 .tab_con ul {
  align-items: stretch;
}

.solution_pro_4__body .box_3 .tab_con ul li {
  width: 25%;
  background-color: #fff;
  padding: 1rem 1.5rem;
  cursor: pointer;
  transition: all .3s;
  border-right: 1px solid #ececec;
}

.solution_pro_4__body .box_3 .tab_con ul li:last-child {
  border-right: 0;
}

.solution_pro_4__body .box_3 .tab_con ul li:hover,
.solution_pro_4__body .box_3 .tab_con ul li.active {
  background-color: #f79562;
}
.solution_pro_4__body .box_3 .tab_con ul li:hover div i,
.solution_pro_4__body .box_3 .tab_con ul li.active div i,
.solution_pro_4__body .box_3 .tab_con ul li:hover h6 i,
.solution_pro_4__body .box_3 .tab_con ul li.active h6 i {
  background-color: #fff;
  color: #f79562;
}

.solution_pro_4__body .box_3 .tab_con ul li:hover p span,
.solution_pro_4__body .box_3 .tab_con ul li.active p span {
  color: #fff;
  font-weight: 700;
}

.solution_pro_4__body .box_3 .tab_con ul li:hover p i,
.solution_pro_4__body .box_3 .tab_con ul li.active p i {
  transform: rotate(90deg);
  color: #fff;
}

.solution_pro_4__body .box_3 .tab_con ul li div,
.solution_pro_4__body .box_3 .tab_con ul li h6 {
  margin-bottom: 1.2rem;
}

.solution_pro_4__body .box_3 .tab_con ul li div i,
.solution_pro_4__body .box_3 .tab_con ul li h6 i {
  font-style: normal;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #f79562;
  width: 2.2rem;
  height: 2.2rem;
  text-align: center;
  line-height: 2.2rem;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  transition: all .3s;
}

.solution_pro_4__body .box_3 .tab_con ul li p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.solution_pro_4__body .box_3 .tab_con ul li p span {
  font-size: 16px;
  font-size: 1.6rem;
  transition: all .3s;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution_pro_4__body .box_3 .tab_con ul li p span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.solution_pro_4__body .box_3 .tab_con ul li p i {
  color: #002e7c;
  font-size: 16px;
  font-size: 1.6rem;
  transition: all .3s;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solution_pro_4__body .box_3 .tab_con ul li p i {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution_pro_4__body .box_3 .tab_con ul li p i {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.solution_pro_4__body .box_3 .con {
  display: none;
  justify-content: flex-start;
  align-items: flex-start;
}

.solution_pro_4__body .box_3 .con .tit_con {
  border-left: 2px solid #f79562;
  padding-left: 1.3rem;
  font-size: 24px;
  font-size: 2.4rem;
  width: 30%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution_pro_4__body .box_3 .con .tit_con {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.solution_pro_4__body .box_3 .con .txt_con {
  width: 70%;
}

.solution_pro_4__body .box_3 .con .txt_con p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solution_pro_4__body .box_3 .con .txt_con p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution_pro_4__body .box_3 .con .txt_con p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.solution_pro_4__body .box_3 .con .txt_con ul.flex {
  margin: 2rem 0;
  align-items: stretch;
}

.solution_pro_4__body .box_3 .con .txt_con ul.flex li {
  width: 49%;
}

.solution_pro_4__body .box_3 .con .txt_con ul.flex li h6 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solution_pro_4__body .box_3 .con .txt_con ul.flex li h6 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution_pro_4__body .box_3 .con .txt_con ul.flex li h6 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.solution_pro_4__body .box_3 .con .txt_con ul.flex li p {
  margin-bottom: .5rem;
}

.solution_pro_4__body .box_3 .con .txt_con ul.flex li h4,
.solution_pro_4__body .box_3 .con .txt_con ul.flex li h5 {
  color: #f79562;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution_pro_4__body .box_3 .con .txt_con ul.flex li h4,
  .solution_pro_4__body .box_3 .con .txt_con ul.flex li h5 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.solution_pro_4__body .box_4 {
  align-items: stretch;
}

.solution_pro_4__body .box_4 .img_con {
  width: 50%;
}

.solution_pro_4__body .box_4 .img_con img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solution_pro_4__body .box_4 .txt_con {
  width: 50%;
  padding: 5rem 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.solution_pro_4__body .box_4 .txt_con .slide_list {
  margin-top: 3rem;
}

.solution_pro_4__body .box_5 {
  padding: 9rem 0 17rem;
}

.solution_pro_4__body .box_5 dl.flex {
  margin-top: 4rem;
  align-items: flex-start;
  justify-content: flex-start;
}

.solution_pro_4__body .box_5 dl.flex dt {
  width: 28%;
  padding-right: 5%;
}

.solution_pro_4__body .box_5 dl.flex dt h3 {
  border-left: 2px solid #f79562;
  padding-left: 1.3rem;
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solution_pro_4__body .box_5 dl.flex dt h3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution_pro_4__body .box_5 dl.flex dt h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.solution_pro_4__body .box_5 dl.flex dt p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  padding-left: 1.5rem;
  font-weight: normal;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solution_pro_4__body .box_5 dl.flex dt p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution_pro_4__body .box_5 dl.flex dt p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.solution_pro_4__body .box_5 dl.flex dd {
  width: 72%;
}

.solution_pro_4__body .box_5 dl.flex dd ul {
  margin-top: 3rem;
  align-items: stretch;
}

.solution_pro_4__body .box_5 dl.flex dd ul li {
  width: 32%;
}

.solution_pro_4__body .box_5 dl.flex dd ul li .color_con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 10rem;
  margin: 0 1rem;
}

.solution_pro_4__body .box_5 dl.flex dd ul li .color_con p {
  color: #f79562;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  padding-left: 0px;
  padding-bottom: 0px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solution_pro_4__body .box_5 dl.flex dd ul li .color_con p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution_pro_4__body .box_5 dl.flex dd ul li .color_con p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.solution_pro_4__body .box_5 dl.flex dd ul li p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  padding: 1rem;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution_pro_4__body .box_5 dl.flex dd ul li p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.solution_pro_4__body .box_6 {
  align-items: stretch;
}

.solution_pro_4__body .box_6 .img_con,
.solution_pro_4__body .box_6 .txt_con {
  width: 50%;
}

.solution_pro_4__body .box_6 .img_con img {
  display: block;
  width: 100%;
}

.solution_pro_4__body .box_6 .txt_con {
  padding: 5rem 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.solution_pro_4__body .box_6 .txt_con .txt {
  padding-top: 4rem;
}

.solution_pro_4__body .box_6 .txt_con .txt div,
.solution_pro_4__body .box_6 .txt_con .txt h5 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solution_pro_4__body .box_6 .txt_con .txt div,
  .solution_pro_4__body .box_6 .txt_con .txt h5 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution_pro_4__body .box_6 .txt_con .txt div,
  .solution_pro_4__body .box_6 .txt_con .txt h5 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.solution_pro_4__body .box_6 .txt_con .txt h3,
.solution_pro_4__body .box_6 .txt_con .txt h6 {
  color: #f79562;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solution_pro_4__body .box_6 .txt_con .txt h3,
  .solution_pro_4__body .box_6 .txt_con .txt h6 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution_pro_4__body .box_6 .txt_con .txt h3,
  .solution_pro_4__body .box_6 .txt_con .txt h6 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.solution_pro_4__body .box_6 .txt_con .txt p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solution_pro_4__body .box_6 .txt_con .txt p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution_pro_4__body .box_6 .txt_con .txt p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.solution_pro_4__body .box_7 {
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/pro_4_img_8.jpg) center no-repeat;
  background-size: cover;
  padding: 8rem 0 12rem;
}

.solution_pro_4__body .box_7 .txt_con {
  width: 50%;
}

.solution_pro_4__body .box_7 .txt_con .pro_title {
  margin-bottom: 3rem;
}

.solution_pro_4__body .box_7 .txt_con p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solution_pro_4__body .box_7 .txt_con p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution_pro_4__body .box_7 .txt_con p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.solution_pro_4__body .box_8 {
  padding: 7rem 0 0;
}

.solution_pro_4__body .box_8 h3 {
  padding: 4rem 0;
  font-weight: 700;
  font-size: 28px;
  font-size: 2.8rem;
}
.solution_pro_4__body .box_8 h3.product {
	padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solution_pro_4__body .box_8 h3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution_pro_4__body .box_8 h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.solution_pro_4__body .box_9 {
  background-color: #fff;
  padding: 7rem 0;
}

.solution_pro_4__body .box_9 .video {
  margin-top: 4rem;
  width: 100%;
  display: block;
}

.chose_list {
  background: #be663a url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/pro_4_box_5_bg.jpg) center no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: stretch;
}

.chose_list li {
  width: calc(100% / 3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1.5rem;
}

.chose_list li:hover a {
  background-color: #f1905e;
}

.chose_list li:hover a > div,
.chose_list li:hover a h6 {
  display: block;
}

.chose_list li a {
  display: block;
  transition: all .3s;
  height: 25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.chose_list li a h3,
.chose_list li a p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .chose_list li a h3,
  .chose_list li a p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .chose_list li a h3,
  .chose_list li a p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.chose_list li a div,
.chose_list li a h6 {
  display: none;
  transition: all .3s;
}

.chose_list li a div i,
.chose_list li a h6 i {
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .chose_list li a div i,
  .chose_list li a h6 i {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media all and (-moz-min-device-pixel-ratio: 1.19) and (-moz-max-device-pixel-ratio: 1.28),
(-webkit-min-device-pixel-ratio: 1.19) and (-webkit-max-device-pixel-ratio: 1.28),
(min-resolution: 1.19dppx) and (max-resolution: 1.28dppx) {
  :root {
    font-size: calc(62.5% * 0.815);
  }
}

@media all and (-moz-min-device-pixel-ratio: 1.29) and (-moz-max-device-pixel-ratio: 1.4),
(-webkit-min-device-pixel-ratio: 1.29) and (-webkit-max-device-pixel-ratio: 1.4),
(min-resolution: 1.29dppx) and (max-resolution: 1.4dppx) {
  .find_list li .logo_con img {
    max-height: 100% !important;
  }
}

@media all and (-moz-min-device-pixel-ratio: 1.41) and (-moz-max-device-pixel-ratio: 1.6),
(-webkit-min-device-pixel-ratio: 1.41) and (-webkit-max-device-pixel-ratio: 1.6),
(min-resolution: 1.41dppx) and (max-resolution: 1.6dppx) {
  .find_list li .logo_con img {
    max-height: 100% !important;
  }
}

.joinus__body {
  width: 100%;
  overflow: hidden;
}

.joinus__body .box_1 {
  background-color: #fff;
  padding: 10rem 0;
}

.joinus__body .box_1 .txt_con,
.joinus__body .box_1 .img_con {
  width: 50%;
}

.joinus__body .box_1 .img_con img {
  display: block;
  width: 100%;
}

.joinus__body .box_1 .txt_con {
  padding-right: 8rem;
}

.joinus__body .box_1 .txt_con h2,
.joinus__body .box_1 .txt_con h3 {
  font-size: 34px;
  font-size: 3.4rem;
  margin-bottom: 2rem;
}

.joinus__body .box_1 .txt_con p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}

.joinus__body .box_2 {
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/img_2.jpg) center no-repeat;
  background-size: cover;
  padding: 12rem 0 4rem;
}

.joinus__body .box_2 .txt_con {
  width: 880px;
  margin: 0 auto;
  max-width: 90%;
}

.joinus__body .box_2 .txt_con .txt_in {
  padding: 10rem;
}

.joinus__body .box_2 .txt_con .txt_in p {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-style: italic;
  line-height: 1.6;
  text-align: center;
  position: relative;
}

.joinus__body .box_2 .txt_con .txt_in p::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/ico_1.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  top: -2rem;
  left: -5rem;
}

.joinus__body .box_2 .txt_con .txt_in p::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/ico_2.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -2rem;
  right: -5rem;
}

.joinus__body .box_2 .swiper-pagination span {
  opacity: 1;
  background: transparent;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
}

.joinus__body .box_2 .swiper-pagination .swiper-pagination-bullet-active {
  background: none;
  background: #fff;
  width: 10px;
  height: 10px;
}

.joinus__body .box_3 {
  border-top: 1px solid #eaeaea;
  padding: 10rem 0;
  position: relative;
  z-index: 1;
}

.joinus__body .box_3 .icon {
  position: absolute;
  width: 7rem;
  height: 7rem;
  line-height: 7rem;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1ed7eb;
  border-radius: 50%;
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
  text-align: center;
}

.joinus__body .box_3 h3,
.joinus__body .box_3 p {
  text-align: center;
}

.joinus__body .box_3 h3 {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.joinus__body .box_3 p a {
  color: #002e7c;
  font-size: 24px;
  font-size: 2.4rem;
  border-bottom: 1px solid #002e7c;
  font-weight: 700;
}

/* @media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .inner_kv__body .txt_con {
    transform: translateY(-40%);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 1200px) {
  .inner_kv__body .txt_con {
    transform: translateY(-36%);
  }
} */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner_kv__body .txt_con p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.inner_kv__body .search__con {
  max-width: 64rem;
  margin: 0 auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 1200px) {
  .inner_kv__body .search__con {
    max-width: 50rem;
  }
}

.inner_kv__body .search__con .search_in {
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4em;
  padding: 0 2rem;
}

.inner_kv__body .search__con .search_in a,
.inner_kv__body .search__con .search_in input {
  vertical-align: middle;
}

.inner_kv__body .search__con .search_in a {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}

.inner_kv__body .search__con .search_in input {
  width: 80%;
  border: 0;
  background: transparent;
  padding: 2rem 1rem;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 1200px) {
  .inner_kv__body .search__con .search_in input {
    width: 80%;
    padding: 1rem .5rem;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.inner_kv__body .search__con .search_in input::placeholder {
  color: #fff;
}

.inner_kv__body .search__con .hot_line {
  padding-top: 2rem;
  text-align: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 1200px) {
  .inner_kv__body .search__con .hot_line {
    padding-top: 1rem;
  }
}

.inner_kv__body .search__con .hot_line a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 1rem;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 1200px) {
  .inner_kv__body .search__con .hot_line a {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 .5rem;
  }
}

.inner_kv__body .search__con .hot_line a:hover {
  color: #39cad7;
}

.library_index__body {
  padding: 4rem 0 10rem;
}

.library_index__body.folder ul li  {
	flex-wrap: nowrap;
}

.library_index__body.folder ul li .img_content {
	flex-shrink: 0;
}

.library_index__body.folder ul li a p {
	    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.library_index__body.folder ul li .ico_con {
	flex-shrink: 0;
}


.library_index__body .lib_content ul li  {
	flex-wrap: nowrap;
}

.library_index__body .lib_content ul li .img_content {
	flex-shrink: 0;
}

.library_index__body .lib_content ul li a p {
	    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.library_index__body .lib_content ul li .ico_con {
	flex-shrink: 0;
}


.library_index__body .title,
.library_index__body .fixedbar {
  height: 60px;
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
  width: 100%;
  z-index: 1000;
  background: #fff;
  top: 0px;
  padding: 10px 4rem;
}

.library_index__body .title .link,
.library_index__body .fixedbar .link {
  display: inline-block;
  padding: 0 4rem;
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 1rem;
}

.library_index__body .title .link:hover,
.library_index__body .title .link.active,
.library_index__body .fixedbar .link:hover,
.library_index__body .fixedbar .link.active {
  border-color: #002e7c;
  color: #002e7c;
}

.library_index__body .title .link:hover i.ico_1,
.library_index__body .title .link.active i.ico_1,
.library_index__body .fixedbar .link:hover i.ico_1,
.library_index__body .fixedbar .link.active i.ico_1 {
  background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/ico_1_c.png);
}

.library_index__body .title .link:hover i.ico_2,
.library_index__body .title .link.active i.ico_2,
.library_index__body .fixedbar .link:hover i.ico_2,
.library_index__body .fixedbar .link.active i.ico_2 {
  background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/ico_2_c.png);
}

.library_index__body .title .link:hover i.ico_3,
.library_index__body .title .link.active i.ico_3,
.library_index__body .fixedbar .link:hover i.ico_3,
.library_index__body .fixedbar .link.active i.ico_3 {
  background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/ico_3_c.png);
}

.library_index__body .title .link:hover i.ico_4,
.library_index__body .title .link.active i.ico_4,
.library_index__body .fixedbar .link:hover i.ico_4,
.library_index__body .fixedbar .link.active i.ico_4 {
  background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/ico_4_c.png);
}

.library_index__body .title .link i,
.library_index__body .title .link span,
.library_index__body .fixedbar .link i,
.library_index__body .fixedbar .link span {
  display: inline-block;
  vertical-align: middle;
}

.library_index__body .title .link span,
.library_index__body .fixedbar .link span {
  color: #666;
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: .5rem;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {

  .library_index__body .title .link span,
  .library_index__body .fixedbar .link span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.library_index__body .title .link i,
.library_index__body .fixedbar .link i {
  width: 2.5rem;
  height: 2.5rem;
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .3s;
}

.library_index__body .title .link i.ico_1,
.library_index__body .fixedbar .link i.ico_1 {
  background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/ico_11.png);
}

.library_index__body .title .link i.ico_2,
.library_index__body .fixedbar .link i.ico_2 {
  background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/ico_21.png);
}

.library_index__body .title .link i.ico_3,
.library_index__body .fixedbar .link i.ico_3 {
  background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/ico_3.png);
}

.library_index__body .title .link i.ico_4,
.library_index__body .fixedbar .link i.ico_4 {
  background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/ico_4.png);
}

/* .library_index__body .title .rightbox,
.library_index__body .fixedbar .rightbox {
  position: absolute;
  top: 25%;
  right: 4rem;
} */

.library_index__body .fixedbar .rightbox.hidden {
  display: none;
}

.library_index__body .title.center {
  text-align: center;
}

.library_index__body .title .error_btn,
.library_index__body .fixedbar .error_btn {
  position: relative;
  border-radius: 2em;
  color: #002e7c;
  font-size: 15px;
  font-size: 1.5rem;
  padding: .5rem 3rem;
  transition: all .3s;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {

  .library_index__body .title .error_btn,
  .library_index__body .fixedbar .error_btn {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {

  .library_index__body .title .error_btn,
  .library_index__body .fixedbar .error_btn {
    display: none;
  }
}

.library_index__body .title .error_btn:hover,
.library_index__body .fixedbar .error_btn:hover {
  color: #002e7c;
}

.library_index__body .title .dl_btn,
.library_index__body .fixedbar .dl_btn {
  position: relative;
  border-radius: 2em;
  border: 1px solid #002e7c;
  color: #002e7c;
  font-size: 18px;
  font-size: 1.8rem;
  padding: .5rem 3rem;
  transition: all .3s;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {

  .library_index__body .title .dl_btn,
  .library_index__body .fixedbar .dl_btn {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.library_index__body .title .dl_btn:hover,
.library_index__body .fixedbar .dl_btn:hover {
  background-color: #002e7c;
  color: #fff;
}

.library_index__body .fixedbar.fixed {
  position: fixed;
  top: 10rem;
  border-top: 1px solid #e5e5e5;
}

@media only screen and (max-width: 1200px) {
  .library_index__body .fixedbar.fixed {
    top: 57.19px;
  }
}

@media only screen and (max-width: 768px) {
  .library_index__body .fixedbar.fixed {
    top: 57.81px;
  }
}

.wall__con {
  position: relative;
  margin-bottom: 10rem;
}

.wall__con #tiles {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  justify-content: flex-start;
  align-items: stretch;
}

.wall__con #tiles li {
  width: calc(25% - 2rem * 3 / 4);
  margin: 0 2rem 2rem 0;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 640px) and (max-width: 767px) {
  .wall__con #tiles li {
    width: calc(33.3333% - 2rem * 2 / 3);
  }
}

.wall__con #tiles li:nth-child(4n) {
  margin-right: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 640px) and (max-width: 767px) {
  .wall__con #tiles li:nth-child(4n) {
    margin-right: 2rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 640px) and (max-width: 767px) {
  .wall__con #tiles li:nth-child(3n) {
    margin-right: 0;
  }
}

.wall__con .article {
  width: calc(22%);
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 2rem;
  margin: 0 3rem 3rem 0;
}

.wall__con .article:hover .img_out img {
  transform: scale(1.1);
}
.wall__con .article:hover .img_out2 img {
  transform: translate(-50%,-50%) scale(1.1);
}

.wall__con .article:hover .img_out .file_ico {
  transform: scale(1.1);
}

.wall__con .article.chosed .img_out .chosed {
  opacity: 1;
  visibility: visible;
}

.wall__con .article.chosed .ico_con .chose_ico {
  display: inline-block;
}

.wall__con .article .itemtitle {
  font-size: 1.8rem;
  color: #666;
  text-align: left;
  margin-bottom: 1rem;
	    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wall__con .article .ico_con {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
}

.wall__con .article .ico_con i,
.wall__con .article .ico_con a {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  transition: all .3s;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer;
}

.wall__con .article .ico_con i.xz,
.wall__con .article .ico_con a.xz {
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/ico_1_b.svg);
}

.wall__con .article .ico_con i.xz.on,
.wall__con .article .ico_con i.xz:hover,
.wall__con .article .ico_con a.xz.on,
.wall__con .article .ico_con a.xz:hover {
  background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/ico_1.svg);
}

.wall__con .article .ico_con i.sc,
.wall__con .article .ico_con a.sc {
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/ico_2_b.svg);
}

.wall__con .article .ico_con i.sc.on,
.wall__con .article .ico_con i.sc:hover,
.wall__con .article .ico_con a.sc.on,
.wall__con .article .ico_con a.sc:hover {
  background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/ico_2.svg);
}

.wall__con .article .ico_con i.rt,
.wall__con .article .ico_con a.rt {
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/ico_3_b.svg);
}

.wall__con .article .ico_con i.rt.on,
.wall__con .article .ico_con i.rt:hover,
.wall__con .article .ico_con a.rt.on,
.wall__con .article .ico_con a.rt:hover {
  background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/ico_3.svg);
}

.wall__con .article .ico_con i.downloadico,
.wall__con .article .ico_con a.downloadico {
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/ico_4_b.svg);
}

.wall__con .article .ico_con i.downloadico.hidden,
.wall__con .article .ico_con a.downloadico.hidden {
  display: none;
}

.wall__con .article .ico_con i.downloadico.on,
.wall__con .article .ico_con i.downloadico:hover,
.wall__con .article .ico_con a.downloadico.on,
.wall__con .article .ico_con a.downloadico:hover {
  background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/ico_4.svg);
}

.wall__con .article .img_out {
	border: 1px solid #eaeaea;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  height: 22rem;
}

.wall__con .article .img_out img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.wall__con .article .img_out2 img {
  max-width: 80px;
  height: auto;
  object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.wall__con .article .img_out.file_out {
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/ico_bg.png) center no-repeat;
  background-size: cover;
  padding: 3rem 0;
}

.wall__con .article .img_out.file_out .file_ico {
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/dl_ico.png) center no-repeat;
  width: 13.9rem;
  height: 16rem;
  background-size: 100% 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 3rem 2rem 0 3rem;
  transition: all .3s;
}

.wall__con .article .img_out.file_out .file_ico p {
  color: #1ed7eb;
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem;
  border-bottom: 1px solid #1ed7eb;
}

.wall__con .article .img_out .img {
  display: block;
  width: 100%;
  transition: all .3s;
}

.wall__con .article .img_out .chosed {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.wall__con .article .img_out .chosed i {
  background: rgba(0, 68, 180, 0.8) url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/dl_ico_mask.png) center no-repeat;
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.wall__con .article .txt_con {
  padding-top: 1.5rem;
}

.wall__con .article .txt_con .tips span {
  background-color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  padding: .3rem .5rem;
  margin: 0 .2rem .2rem 0;
  border: 1px solid #eaeaea;
}

.wall__con .article .txt_con .tips a {
  color: #666;
}

.wall__con .article .txt_con .tips a:hover {
  color: #1ed7eb;
}

.wall__con .article .txt_con h6 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  padding-top: 1rem;
  color: #666;
  margin: 0;
}

.loading_more {
  margin-top: 4rem;
  text-align: center;
}

.loading_more a {
  color: #002e7c;
  font-size: 18px;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading_more a span {
  border-bottom: 2px solid #002e7c;
  padding-bottom: .5rem;
}

.loading_more a i {
  border: 1px solid #002e7c;
  border-radius: 50%;
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 1rem;
  display: flex;
  width: 3rem;
  height: 3rem;
  line-height: 2rem;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}

.loading_more a i::before {
  width: 1.3rem;
  height: 1.2rem;
  content: '';
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/morelist_icon.png) center center no-repeat;
  background-size: cover;
  transition: all .3s;
}

.loading_more:hover i {
  background: #284a94;
}

.loading_more:hover i::before {
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/morelist_icon_h.png) center center no-repeat;
  background-size: cover;
}

.glay_pop_box .in_content_1,
#tips_box .in_content_1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

glay_pop .in_content_1 .img_out {
  position: relative;
  z-index: 9999;
}

.glay_pop_box .in_content_1 .img_out img,
#tips_box .in_content_1 .img_out img {
  max-width: calc(80vw);
  max-height: calc(95vh);
  object-fit: cover;
  z-index: 9999;
  position: relative;
}

.glay_pop_box .in_content_1 .btn_con,
#tips_box .in_content_1 .btn_con {
	display: initial;
  position: absolute;
  right: -4rem;
  top: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.glay_pop_box .in_content_1 .btn_con span,
#tips_box .in_content_1 .btn_con span {
  display: block;
  margin: 0 0 1rem;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
  color: #333;
}

.glay_pop_box .in_content_1 .btn_con span.downlink {
  display: block;
}

.glay_pop_box .in_content_1 .btn_con span i,
.glay_pop_box .in_content_1 .btn_con span em,
#tips_box .in_content_1 .btn_con span i,
#tips_box .in_content_1 .btn_con span em {
  vertical-align: middle;
}

.glay_pop_box .in_content_1 .btn_con span em,
#tips_box .in_content_1 .btn_con span em {
  font-style: normal;
  padding-left: .5rem;
}

.glay_pop_box .in_content_1 .btn_con span i,
.glay_pop_box .in_content_1 .btn_con span a,
#tips_box .in_content_1 .btn_con span i,
#tips_box .in_content_1 .btn_con span a {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  transition: all .3s;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}

.glay_pop_box .in_content_1 .btn_con span.downlink.hidden {
  display: none !important;
}

.glay_pop_box .in_content_1 .btn_con span i.gb,
.glay_pop_box .in_content_1 .btn_con span a.gb,
#tips_box .in_content_1 .btn_con span i.gb,
#tips_box .in_content_1 .btn_con span a.gb {
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/ico_0_b.svg);
}

.glay_pop_box .in_content_1 .btn_con span i.gb.on,
.glay_pop_box .in_content_1 .btn_con span i.gb:hover,
.glay_pop_box .in_content_1 .btn_con span a.gb.on,
.glay_pop_box .in_content_1 .btn_con span a.gb:hover,
#tips_box .in_content_1 .btn_con span i.gb.on,
#tips_box .in_content_1 .btn_con span i.gb:hover,
#tips_box .in_content_1 .btn_con span a.gb.on,
#tips_box .in_content_1 .btn_con span a.gb:hover {
  background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/ico_0.svg);
}

.glay_pop_box .in_content_1 .btn_con span i.xz,
.glay_pop_box .in_content_1 .btn_con span a.xz,
#tips_box .in_content_1 .btn_con span i.xz,
#tips_box .in_content_1 .btn_con span a.xz {
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/ico_1_b.svg);
}

.glay_pop_box .in_content_1 .btn_con span i.xz.on,
.glay_pop_box .in_content_1 .btn_con span i.xz:hover,
.glay_pop_box .in_content_1 .btn_con span a.xz.on,
.glay_pop_box .in_content_1 .btn_con span a.xz:hover,
#tips_box .in_content_1 .btn_con span i.xz.on,
#tips_box .in_content_1 .btn_con span i.xz:hover,
#tips_box .in_content_1 .btn_con span a.xz.on,
#tips_box .in_content_1 .btn_con span a.xz:hover {
  background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/ico_1.svg);
}

.glay_pop_box .in_content_1 .btn_con span i.sc,
.glay_pop_box .in_content_1 .btn_con span a.sc,
#tips_box .in_content_1 .btn_con span i.sc,
#tips_box .in_content_1 .btn_con span a.sc {
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/ico_2_b.svg);
}

.glay_pop_box .in_content_1 .btn_con span i.sc.on,
.glay_pop_box .in_content_1 .btn_con span i.sc:hover,
.glay_pop_box .in_content_1 .btn_con span a.sc.on,
.glay_pop_box .in_content_1 .btn_con span a.sc:hover,
#tips_box .in_content_1 .btn_con span i.sc.on,
#tips_box .in_content_1 .btn_con span i.sc:hover,
#tips_box .in_content_1 .btn_con span a.sc.on,
#tips_box .in_content_1 .btn_con span a.sc:hover {
  background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/ico_2.svg);
}

.glay_pop_box .in_content_1 .btn_con span i.rt,
.glay_pop_box .in_content_1 .btn_con span a.rt,
#tips_box .in_content_1 .btn_con span i.rt,
#tips_box .in_content_1 .btn_con span a.rt {
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/ico_3_b.svg);
}

.glay_pop_box .in_content_1 .btn_con span i.rt.on,
.glay_pop_box .in_content_1 .btn_con span i.rt:hover,
.glay_pop_box .in_content_1 .btn_con span a.rt.on,
.glay_pop_box .in_content_1 .btn_con span a.rt:hover,
#tips_box .in_content_1 .btn_con span i.rt.on,
#tips_box .in_content_1 .btn_con span i.rt:hover,
#tips_box .in_content_1 .btn_con span a.rt.on,
#tips_box .in_content_1 .btn_con span a.rt:hover {
  background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/ico_3.svg);
}

.glay_pop_box .in_content_1 .btn_con span i.xz,
.glay_pop_box .in_content_1 .btn_con span a.xz,
#tips_box .in_content_1 .btn_con span i.xz,
#tips_box .in_content_1 .btn_con span a.xz {
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/ico_4_b.svg);
}

.glay_pop_box .in_content_1 .btn_con span i.xz.on,
.glay_pop_box .in_content_1 .btn_con span i.xz:hover,
.glay_pop_box .in_content_1 .btn_con span a.xz.on,
.glay_pop_box .in_content_1 .btn_con span a.xz:hover,
#tips_box .in_content_1 .btn_con span i.xz.on,
#tips_box .in_content_1 .btn_con span i.xz:hover,
#tips_box .in_content_1 .btn_con span a.xz.on,
#tips_box .in_content_1 .btn_con span a.xz:hover {
  background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/ico_4.svg);
}

.lists_index__body {
  width: 100%;
  overflow: hidden;
  background: #f6f6f6;
  padding-top: 2rem;
}

.inner_kv__body .sidebar_right .contact_box {
  padding-top: 2rem;
  padding-left: 2rem;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .inner_kv__body .sidebar_right .contact_box {
    padding-top: 1.5rem;
  }
}

.inner_kv__body .sidebar_right .contact_box p {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0px;
  display: flex;
  color: #fff;
  align-items: center;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .inner_kv__body .sidebar_right .contact_box p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.inner_kv__body .sidebar_right .contact_box span {
  padding-bottom: 2px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.inner_kv__body .sidebar_right .contact_box i.contact_link_icon {
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  background: #fff url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/contact_arrow.png) center center no-repeat;
  background-size: 80%;
  transition: all .3s;
  position: relative;
  border-radius: 50%;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

.inner_kv__body .sidebar_right .contact_box .link_btn {
  display: inline-block;
  position: relative;
  width: 3rem;
  height: 3rem;
  padding: 0px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.inner_kv__body .sidebar_right .contact_box .link_btn:after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  -webkit-animation: tm-arrow-animation2 2.5s infinite;
  animation: tm-arrow-animation2 2.5s infinite;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .inner_kv__body .sidebar_right .contact_box i.contact_link_icon {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.inner_kv__body .sidebar_right .contact_box:hover i.contact_link_icon {
  /*background: #002e7c url(../images/common/contact_arrow_h.png) center center no-repeat; */

}

.aboutus_index__body {
  width: 100%;
  overflow: hidden;
}

.aboutus_index__body .box_1 {
  background-color: #f6f6f6;
  padding: 10rem 0;
}

.aboutus_index__body .box_1 .flex {
  align-items: flex-start;
}

.aboutus_index__body .box_1 .flex .txt_con,
.aboutus_index__body .box_1 .flex .img_con {
  width: 50%;
}

.aboutus_index__body .box_1 .flex .img_con img {
  display: block;
  width: 100%;
}

.aboutus_index__body .box_1 .flex .txt_con {
  padding-right: 10rem;
}

.aboutus_index__body .box_1 .flex .txt_con h3 {
  font-weight: 700;
  font-size: 34px;
  font-size: 3.4rem;
  margin-bottom: 3rem;
}

.aboutus_index__body .box_1 .flex .txt_con p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .aboutus_index__body .box_1 .flex .txt_con p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .aboutus_index__body .box_1 .flex .txt_con p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .aboutus_index__body .box_1 .flex .txt_con p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.aboutus_index__body .box_2 {
  background-color: #fff;
  padding: 10rem 0;
}

.aboutus_index__body .box_2 h3,
.aboutus_index__body .box_2 h2 {
  margin-bottom: 3rem;
  align-items: center;
}

.aboutus_index__body .box_2 h3 span,
.aboutus_index__body .box_2 h2 span {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
}

.aboutus_index__body .box_2 h3 .btn_con a,
.aboutus_index__body .box_2 h2 .btn_con a {
  margin-left: 1rem;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  background-color: #edeff1;
  color: #002e7c;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 50%;
  display: inline-block;
  transition: all .3s;
}

.aboutus_index__body .box_2 h3 .btn_con a:hover,
.aboutus_index__body .box_2 h2 .btn_con a:hover {
  background-color: #002e7c;
  color: #fff;
}

.aboutus_index__body .box_2 .in_box {
  padding-left: 11%;
}

.aboutus_index__body .box_2 .hstory_box .img_out {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.aboutus_index__body .box_2 .hstory_box .img_out .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(-180deg, transparent 20%, rgba(0, 0, 0, 0.6) 99%);
}

.aboutus_index__body .box_2 .hstory_box .img_out img {
  display: block;
  width: 100%;
  transition: all .3s;
}

.aboutus_index__body .box_2 .hstory_box .txt_con {
  margin: -5rem 3rem 0;
  border-left: 1px solid #39cad7;
  padding-left: 1rem;
  position: relative;
  z-index: 1;
}

.aboutus_index__body .box_2 .hstory_box .txt_con h3 {
  color: #39cad7;
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 4rem;
  font-weight: 700;
}

.aboutus_index__body .box_2 .hstory_box .txt_con p {
  font-size: 20px;
  font-size: 2rem;
}

.aboutus_index__body .box_3 {
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/r_bg.jpg) center no-repeat;
  background-size: cover;
  padding: 10rem 0;
}

.aboutus_index__body .box_3 h3,
.aboutus_index__body .box_3 h2 {
  margin-bottom: 3rem;
  align-items: center;
}

.aboutus_index__body .box_3 h3 span,
.aboutus_index__body .box_3 h2 span {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
  color: #fff;
}

.aboutus_index__body .box_3 .btn_con {
  margin-top: 2rem;
}

.aboutus_index__body .box_3 .btn_con a {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 50%;
  display: inline-block;
  transition: all .3s;
  margin-right: 1rem;
}

.aboutus_index__body .box_3 .btn_con a:hover {
  background-color: rgba(0, 0, 0, 0.7) !important;
  color: #fff;
}

.aboutus_index__body .box_3 .ry_box {
  background-color: #f9f9f9;
  align-items: stretch;
  height: 18rem;
}

.aboutus_index__body .box_3 .ry_box .img {
  display: block;
  width: 100%;
}

.aboutus_index__body .box_3 .ry_box .img_con {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  overflow: hidden;
}

.aboutus_index__body .box_3 .ry_box .img_con img {
  display: block;
  max-width: 90%;
  max-height: 80%;
  margin: 0 auto;
  object-fit: cover;
}

.aboutus_index__body .box_3 .ry_box .txt_con {
  width: 60%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
}

.aboutus_index__body .box_3 .ry_box .txt_con p {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
  line-height: 1.6;
  text-align: center;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .aboutus_index__body .box_3 .ry_box .txt_con p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 1200px) {
  .aboutus_index__body .box_3 .ry_box .txt_con p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.aboutus_index__body .box_4 {
  padding: 10rem 0 6rem;
  background-color: #f6f6f6;
}

.aboutus_index__body .box_4 h3,
.aboutus_index__body .box_4 h2 {
  margin-bottom: 3rem;
  align-items: center;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
}

.aboutus_index__body .box_4 p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .aboutus_index__body .box_4 p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .aboutus_index__body .box_4 p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.aboutus_index__body .box_4 ul {
  margin-top: 4rem;
}

.aboutus_index__body .box_4 ul li {
  width: 25%;
  padding: 5rem 0;
  border-right: 1px solid #e2e2e2;
  text-align: center;
}

.aboutus_index__body .box_4 ul li:nth-child(4n) {
  border-right: 0;
}

.aboutus_index__body .box_4 ul li p {
  color: #002e7c;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .aboutus_index__body .box_4 ul li p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.aboutus_index__body .box_4 ul li h4,
.aboutus_index__body .box_4 ul li div {
  color: #39cad7;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}

.aboutus_index__body .box_4 ul li h4 span,
.aboutus_index__body .box_4 ul li div span {
  padding-right: .5rem;
  font-size: 40px;
  font-size: 4rem;
}

.aboutus_index__body .box_5 {
  background-color: #fff;
}

.aboutus_index__body .box_5 img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.page_search__con {
  background-color: #fff;
  margin-bottom: 6rem;
}

.page_search__con .input_line {
  border-bottom: 1px solid #eaeaea;
  align-items: stretch;
}

.page_search__con .input_line .search_out {
  width: calc(100% - 260px);
  height: 8rem;
  display: flex;
  align-items: center;
  padding-left: 3rem;
}

.project_index__body .page_search__con .input_line .search_out {
  width: 100%;
   
}

.page_search__con .input_line .search_out form {
  width: 100%;
  position: relative;
}

.page_search__con .input_line .search_out input,
.page_search__con .input_line .search_out a {
  display: inline-block;
  vertical-align: middle;
}

.page_search__con .input_line .search_out a {
  color: #000;
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  padding-left: 10px;
  top: 50%;
  transform: translateY(-50%);

}

.page_search__con .input_line .search_out input {
  border: 0;
  width: 90%;
  font-size: 16px;
  color: #000;
  padding: 1.5rem;
  padding-left: 5rem;

}

.page_search__con .input_line .more_search_btn {
  padding: 0 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  transition: all .3s;
  color: #002e7c;
}

.page_search__con .input_line .more_search_btn i,
.page_search__con .input_line .more_search_btn code {
  vertical-align: middle;
  display: inline-block;
}

.page_search__con .input_line .more_search_btn i {
  width: 2rem;
  height: 2rem;
  margin-top: -5px;
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/search_ico.png) center no-repeat;
  background-size: cover;
}

.page_search__con .input_line .more_search_btn em {
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 1rem;
}

.page_search__con .input_line .more_search_btn b {
  font-size: 20px;
  font-size: 2rem;
}

.page_search__con .more_line {
  padding: 0 3rem;
  display: none;
}
.page_search__con2 {
  background-color: #fff;
  margin-bottom: 6rem;
}

.page_search__con2 .input_line {
  border-bottom: 1px solid #eaeaea;
  align-items: stretch;
}

.page_search__con2 .input_line .search_out {
  width: calc(100% - 260px);
  height: 8rem;
  display: flex;
  align-items: center;
  padding-left: 3rem;
}

.page_search__con2 .input_line .search_out form {
  width: 100%;
  position: relative;
}

.page_search__con2 .input_line .search_out input,
.page_search__con2 .input_line .search_out a {
  display: inline-block;
  vertical-align: middle;
}

.page_search__con2 .input_line .search_out a {
  color: #000;
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  padding-left: 10px;
  top: 50%;
  transform: translateY(-50%);

}

.page_search__con2 .input_line .search_out input {
  border: 0;
  width: 90%;
  font-size: 16px;
  color: #000;
  padding: 1.5rem;
  padding-left: 5rem;

}

.page_search__con2 .input_line .more_search_btn {
  width: 260px;
  padding: 0 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  transition: all .3s;
  color: #002e7c;
}

.page_search__con2 .input_line .more_search_btn i,
.page_search__con2 .input_line .more_search_btn code {
  vertical-align: middle;
  display: inline-block;
}

.page_search__con2 .input_line .more_search_btn i {
  width: 2rem;
  height: 2rem;
  margin-top: -5px;
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/search_ico.png) center no-repeat;
  background-size: cover;
}

.page_search__con2 .input_line .more_search_btn em {
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 1rem;
}

.page_search__con2 .input_line .more_search_btn b {
  font-size: 20px;
  font-size: 2rem;
}

.page_search__con2 .more_line {
  padding: 0 3rem;
  display: none;
}

.page_search__con2 .more_line dl {
      justify-content: flex-start;
      align-items: stretch;
      margin: 0;
}
.page_search__con2 .more_line dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
  width: 16rem;
  font-weight: normal;
  border-bottom: 1px solid #eaeaea;
  padding: 1.5rem 0px;
}
.page_search__con2 .more_line dl dd {
  width: calc(100% - 18rem);
  padding: 1.5rem 0px;
  border-bottom: 1px solid #eaeaea;
  margin: 0; 
}
.page_search__con2 .more_line dl dd a {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 2rem 2rem 0;
  transition: all .3s;
  color: #002e7c;
}
.page_search__con2 .more_line dl dd a:hover, .page_search__con .more_line dl dd a.active {
  color: #39cad7;
  font-weight: 700; 
}

.page_search__con .more_line .filter {
  justify-content: flex-start;
  align-items: stretch;
  margin: 0;
}

.page_search__con .more_line .filter .filter_row {
  width: 100%;
  display: flex;
  flex-direction: row;
  /* border-bottom: 1px solid #eaeaea; */
  border-top: 1px solid #eaeaea;
}
.page_search__con .more_line .filter .filter_box .box_left .filter_row:first-child {
  border-top: 0px solid !important;
}

.page_search__con .more_line .filter .filter_row.hide {
  display: none;
}

.page_search__con .more_line .filter .filter_row p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
  /* width: 16rem; */
  width: 11rem;
  font-weight: normal;
  padding: 2rem 0px;
  margin-bottom: 0;
}

.page_search__con .more_line .filter .filter_row div {
  width: calc(100% - 18rem);
  padding: 2rem 0px;
  margin: 0;
}

.page_search__con .more_line .filter .filter_row div a {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 2rem 2rem 0;
  transition: all .3s;
  color: #002e7c;
}

.page_search__con .more_line .filter .filter_row div span {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 6rem 0rem 0;
  transition: all .3s;
  /* color: #002e7c; */
  color: #000000;
  cursor: pointer;
  text-decoration: underline;
}

.page_search__con .more_line .filter .filter_row div a:hover,
.page_search__con .more_line .filter .filter_row div a.active {
  color: #39cad7;
  /* font-weight: 700; */
}

.search_tj__con {
  padding-bottom: 5rem;
}

.search_tj__con span,
.search_tj__con a {
  display: inline-block;
  vertical-align: middle;
}

.search_tj__con span {
  background: #fff;
  border-radius: 2em;
  border: 1px solid #ececed;
  color: #002e7c;
  transition: all .3s;
  padding: 1.5rem 3rem;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 1rem 1rem 0;
  transition: all .3s;
  cursor: pointer;
}

.search_tj__con span:hover {
  background-color: #002e7c;
  color: #fff;
}

.search_tj__con span i {
  padding-left: 1.5rem;
}

.search_tj__con a {
  color: #39cad7;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 1rem 3rem;
  transition: all .3s;
}

.search_tj__con a:hover {
  color: #39cad7;
}

.news_list {
  margin-bottom: 3rem;
  justify-content: flex-start;
  align-items: stretch;
}

.news_list li {
  width: calc(100% / 3 - 5rem * 2 / 3);
  margin: 0 5rem 5rem 0;
}

.news_list li:nth-child(3n) {
  margin-right: 0;
}

.news_list li.is_video .img_out .video {
  display: block;
}

.news_list li:hover .txt_con {
  background-color: #002e7c;
}

.news_list li:hover .txt_con h3,
.news_list li:hover .txt_con h6,
.news_list li:hover .txt_con>div {
  color: #fff;
}

.news_list li:hover .img_out img {
  transform: scale(1.1);
}

.news_list li a {
  display: block;
}

.news_list li .img_out {
  max-height: 208px;
  height: 208px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page_search__con .input_line .search_out input {
    width: 100%;
    font-size: 14px;
  }

  .news_list li .img_out {
    max-height: 165px;
  }
}

.news_list li .img_out img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

.news_list li .img_out .video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* display: none; */
}

.news_list li .img_out .video i {
  width: 60px;
  height: 60px;
  background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/play_ico.png) center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.news_list li .txt_con {
  background-color: #fff;
  padding: 2rem;
  transition: all .3s;
}
.news_list li .txt_con h6 {
	color: #999;
  font-size: 16px;
  font-size: 1.6rem;
}

.news_list li .txt_con h3 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3;
  color: #000;
  margin-bottom: 20px;
}

.news_list li .txt_con div {
  color: #999;
  font-size: 16px;
  font-size: 1.6rem;
}

.newslist_search__con .more_line dl dd a {
  margin: 0 4.5rem 2rem 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .newslist_search__con .more_line dl dd a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 1920px) {
  .more_news__con .img_out {
    overflow: hidden;
    max-height: 208px;
  }
}

@media only screen and (max-width: 414px) {
  .more_news__con .img_out {
    overflow: hidden;
    max-height: 165px;
  }
}

.news_details__body .out_page {
  justify-content: flex-start;
  align-items: flex-start;
}

.news_details__body .details__content {
  padding-bottom: 140px;
  width: 70%;
  border-right: 1px solid #e8e8e8;
  padding-right: 3rem;
}

.news_details__body .details_tit {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  font-weight: 700;
}

.news_details__body .datetime_bar {
  color: #939393;
  margin-bottom: 50px;
}

.news_details__body .datetime_bar span {
  font-size: 16px;
  font-size: 1.6rem;
}

.news_details__body .datetime_bar span i {
  color: #002e7c;
  margin-right: 1rem;
  font-size: 16px;
  font-size: 1.6rem;
}

.news_details__body .datetime_bar .share em {
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  padding-right: 10px;
}

.details_right h2,
.details_right h3 {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 20px;
  color: #002e7c;
}

.details_right ul li {
  width: 100%;
  border-bottom: 1px solid #efefef;
}

.details_right ul li+li {
  padding-top: 2rem;
}

.details_right ul li:last-child {
  border-bottom: 0;
}

.details_right ul li h3 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.details_right ul li h3 a {
  color: #333;
  transition: all .3s;
}

.details_right ul li h3 a:hover {
  color: #002e7c;
}

.details_right ul li h6,
.details_right ul li p {
  color: #999;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 820px) {
  .news_details__body .share {
    display: none !important;
  }

  .news_details__body .details_right {
    width: 100%;
  }
	.solutionWrap .introBox p {
		width: 100%;
	}
}

.project_detail .details_right #p3 .more_tw_detail{
	padding: 0 0 3.2rem; 

}
.project_detail .details_right #p3 .more_news__con .img_out{
	 border-radius: 8px;
}
.project_detail .details_right #p3 .more_news__con:hover{
	 background-color: #fff;
}
.project_detail .details_right #p3 .more_news__con:hover p,
.project_detail .details_right #p3 .more_news__con:hover h3{
	 color: #000;
}
.project_detail .details_right #p3 .more_news__con:hover i{
	 color: #002e7c;
}

.fck__body {
  font-size: 20px;
  font-size: 2rem;
  color: #333333;
  line-height: 1.6;
}

.fck__body img {
  max-width: 100%;
}

.news_pager {
  align-items: stretch;
  margin: 5rem 0 0 0;
}

.news_pager li {
  width: 49.5%;
}

.news_pager li:last-child {
  text-align: right;
}

.news_pager li:hover a {
  background-color: #002e7c;
}

.news_pager li:hover a h6,
.news_pager li:hover a span,
.news_pager li:hover a p {
  color: #fff;
}

.news_pager li a {
  padding: 2rem;
  display: block;
  background-color: #f6f6f6;
  transition: all .3s;
}

.news_pager li h6,
.news_pager li span {
	display: block;
  color: #002e7c;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}

.news_pager li p {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
}

.has_next {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}

.other__body,
.pageform_body {
  padding: 20rem 0 10rem;
}

.other__body h3.title,
.pageform_body h3.title,
.other__body h1.title,
.pageform_body h1.title {
  font-size: 34px;
  font-size: 3.4rem;
  color: #333;
  margin-bottom: 3rem;
  font-weight: 700;
}

.other__body .focus,
.pageform_body .focus {
  margin-bottom: 3rem;
  background-color: #002e7c;
  padding: 2rem;
}

.other__body .focus p,
.pageform_body .focus p {
  color: #fff;
}

.other__body h4,
.pageform_body h4,
.other__body h2,
.pageform_body h2 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.other__body p,
.pageform_body p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #666;
}

.other__body .btn_con,
.pageform_body .btn_con {
  padding-top: 4rem;
  text-align: center;
}

.other__body .btn_con .page_btn,
.pageform_body .btn_con .page_btn {
  width: auto;
  display: inline-block;
  padding: .5rem 2rem;
  height: auto;
}

.other__body .btn_con .page_btn i,
.pageform_body .btn_con .page_btn i {
  margin-right: 1rem;
}

.pageform_body {
  padding: 20rem 0 10rem;
  background: #f6f6f6;
}

.search_line_new dl {
  width: calc(100% - 200px);
}

.search_line_new .video_qr_code {
  width: 200px;
  border-left: 1px solid #eaeaea;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  padding: 3rem 0rem 3rem 3rem;
}

.search_line_new .video_qr_code img {
  display: block;
  width: 100%;
}

.search_line_new .video_qr_code p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333333;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}

.pop_content .in_content_1 .tips_txt {
  font-size: 15px;
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
  display: none;
}

.pop_content .in_content_1 .tips_txt_video {
  background: #fff;
  color: #000;
  padding: 8px 20px;
  font-size: 14px;
  width: 180px;
  text-align: center;
  border-radius: 30px;
  margin: 0 auto;
  margin-top: 40px;
  display: none;
}

.pop_content #copyurl {
  opacity: 0 !important;
}

.pop_content .in_content_1 .tips_txt_video.show[data-mp4='1'] {
  display: block;
}

.nav__con {}

.nav_menu {
  .login_box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;

    .language__con {
      position: relative;
    }

    .language__con::after {
      content: "";
      position: absolute;
      top: 1rem;
      right: 0;
      bottom: 1rem;
      width: 1px;
      background-color: #e5e5e5;
    }

    .pcblock {
      padding: 0 1rem;
      height: 1.6rem;
    }
  }

  .menu_box_ipt {
    display: flex;
    flex-direction: row;
    align-items: center;

    .form-inline {
      height: 36px;
      line-height: 36px;
      position: relative;

      input {
        border: 1px solid #0044B4;
        border-radius: 0.6rem;
        padding-left: 36px;
        width: 25rem;
        font-size: 1.6rem;
        height: 100%;
      }

      input::placeholder {
        color: #666;
      }

      button {
        background-color: transparent;
        padding: 0;
        border-style: none;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 36px;
        height: 36px;
      }

      button:focus {
        outline: 0px auto;
      }

      button i {
        font-size: 14px;
        color: #0044B4;
      }
    }
  }
}

.txt_con .search_in input::placeholder {
  color: #ffffff !important;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .news_content h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.showcase .swiper-pagination-bullet,
.showcase_mobile .swiper-pagination-bullet {
  background: transparent;
  opacity: 1;
  border: 1px solid #fff;
  width: 1.2rem;
  height: 1.2rem;
}

.showcase .swiper-pagination-bullet-active,
.showcase_mobile .swiper-pagination-bullet-active {
  width: 1.2rem;
  height: 1.2rem;
  opacity: 1;
  background: #fff;
}

/* 按钮 */
.bs_Primary_blue {
  background-color: #0044b4;
  border: 1px solid #0044b4;
  border-radius: .6rem;
  color: #fff;
  padding: 0.8rem 3.2rem;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s;
}

.bs_Primary_write {
  background-color: #fff;
  border: 1px solid #0062cc;
  border-radius: .6rem;
  color: #0044b4;
  padding: 0.8rem 3.2rem;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s;
}
.no_border {
  border: 0;
}

.bs_Primary_blue:hover {
  background-color: #fff;
  color: #0044b4;
  text-decoration: none;
}
.bs_Primary_write:hover {
  background-color: #0044b4;
  color: #fff;
  text-decoration: none;
}
.bs_Primary_write.grey {
  color: #002e7c;
}
.bs_Primary_write.grey:hover {
  /* background-color: #00000014; */
  background-color: #eeeeee;
  color: #002e7c;
  text-decoration: none;
}

/* a {
  transition: 0s;
} */

.box_block {
  padding: 12rem 0;
  .box_lr {
    display: flex;
    flex-wrap: row nowrap;
    .l_info {
      width: 40%;
      margin-right: 20rem;
      h1 {
        margin: 2rem 0 6rem;
        font-size: 3.2rem;
        color: #0044B4;
        font-weight: 600;
      }
      .info_xx {
        .xx_item {
          border-radius: .6rem;
          border: 1px solid #E5E5E5;
          padding: 2.4rem;
          display: flex;
          gap: 2rem;
          align-items: center;
          margin-bottom: 2.4rem;
          img {
            width: 5rem;
            height: 5rem;
          }
          .item_address,
          .item_phone {
            p {
              font-size: 1.8rem;
              line-height: 2.4rem;
              color: #333333;
              margin-bottom: 1.2rem;
              font-weight: 700;
            }
            span {
              font-size: 1.6rem;
              color: #333333;
            }
          }
        }
      }
    }
    .r_img {
      width: 60%;
      img {
        display: block;
        width: 100%;
        border-radius: .6rem;
      }
    }
  }
}

.lib_content {
  ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;

    li {
      width: calc((100% - 4rem)/ 3);
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      cursor: pointer;
      border: 1px solid #eaeaea;
      background-color: #ffffff;
      padding: 2.8rem;
      padding-right: 14rem;
      position: relative;

      &:hover {
        .ico_con {
          display: block;
        }

        p {
          text-decoration: underline;
        }
      }

      .img_content {
        width: 6.2rem;
        border-radius: 1.2rem;

        img {
          transition: all 0.3s;
          display: block;
          height: 100%;
          width: 100%;
        }
      }

      p {
        margin: 0;
        padding-left: 3.2rem;
        color: #000000;
        font-size: 1.8rem;
      }

      .ico_con {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 3.5rem;
        z-index: 10;
      }

      .ico_con i,
      .ico_con a {
        display: block;
        border: 1px solid #eeeeee;
        border-radius: 50%;
        width: 3rem;
        height: 3rem;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-size: 1.6rem;
        transition: all .3s;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: inline-block;
        cursor: pointer;
      }

      .ico_con i.xz,
      .ico_con a.xz {
        background-color: rgba(255, 255, 255, 0.7);
        background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/ico_1_b.svg);
      }

      .ico_con i.xz.on,
      .ico_con i.xz:hover,
      .ico_con a.xz.on,
      .ico_con a.xz:hover {
        background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/ico_1.svg);
      }

      .ico_con i.sc,
      .ico_con a.sc {
        background-color: rgba(255, 255, 255, 0.7);
        background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/ico_2_b.svg);
      }

      .ico_con i.sc.on,
      .ico_con i.sc:hover,
      .ico_con a.sc.on,
      .ico_con a.sc:hover {
        background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/ico_2.svg);
      }

      .ico_con i.rt,
      .ico_con a.rt {
        background-color: rgba(255, 255, 255, 0.7);
        background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/ico_3_b.svg);
      }

      .ico_con i.rt.on,
      .ico_con i.rt:hover,
      .ico_con a.rt.on,
      .ico_con a.rt:hover {
        background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/ico_3.svg);
      }

      .ico_con i.downloadico,
      .ico_con a.downloadico {
        background-color: rgba(255, 255, 255, 0.7);
        background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/ico_4_b.svg);
      }

      .ico_con i.downloadico.hidden,
      .ico_con a.downloadico.hidden {
        display: none;
      }

      .ico_con i.downloadico.on,
      .ico_con i.downloadico:hover,
      .ico_con a.downloadico.on,
      .ico_con a.downloadico:hover {
        background-image: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/ico_4.svg);
      }
    }
  }
}

.library_index__body .fixedbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* justify-content: space-between; */

	justify-content: center;
	.file_path{
		position: absolute;
    left: 4rem;
	}
	.rightbox {
    position: absolute;
    right: 4rem;
  }
  .file_path ul {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;

    li {
      img {
        /* font-size: 16px; */
        height: 2.4rem;
        display: inline-block;
        vertical-align: middle;
      }

      a {
        display: inline-block;
        vertical-align: middle;
        color: #000000;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2.4rem;
        transition: all .3s;
      }
    }

    li:first-child {
      a {
        color: #9e9e9e;
      }
    }
  }
}

.library_index__body .fixedbar.box_center {
  justify-content: center;

  .rightbox {
    position: absolute;
    right: 4rem;
  }
}

.new_content {
  padding-top: 10rem;

  .nav {
    width: auto;
    min-width: 32rem;
    /* max-width: 32rem; */
    overflow: hidden;
    line-height: 5rem;
    padding: 0 4rem;

    ul li {
      display: inline-block;

      &:last-child {
        a {
          color: #000000;
        }
      }

      a {
        display: inline-block;
        vertical-align: middle;
        color: #999999;
        font-size: 16px;
        font-size: 1.6rem;
        transition: all .3s;
      }

      .fa-home {
        font-size: 16px;
        font-size: 1.6rem;
      }

      em {
        padding: 0 1rem;
        font-size: 16px;
        font-size: 1.6rem;
        display: inline-block;
        vertical-align: middle;
        transition: all .3s;
        color: #999999;
      }
    }
  }

  .content_info {
    width: 100%;
    /* max-width: 100rem; */
    display: flex;
    justify-content: center;

    .info_data {
      padding: 10rem 0 8rem;
      width: 120rem;

      h1 {
        text-align: center;
        font-size: 3.2rem;
        font-weight: 700;
      }

      >p {
        font-size: 1.6rem;
        text-align: center;
        padding: 3.2rem 0;
        display: inline-block;
        width: 100%;
        margin: 0;
        position: relative;
        color: #666666;

        &::after {
          content: "";
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
          height: 1px;
          background-color: #d8d8d8;
          width: calc((100% / 2) - 10rem);
        }

        &::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          height: 1px;
          background-color: #d8d8d8;
          width: calc((100% / 2) - 10rem);
        }
      }

      .info_box {
        p {
          width: 100%;
          font-size: 1.6rem;
          color: #666666;

          img {
            display: block;
            width: 100%;
          }
        }

        p.title {
          font-size: 2.6rem;
          font-weight: 700;
          color: #000000;
        }
      }
    }
  }
}

.sectionBlockLayout {
  display: none !important;
}

header a.fa-user-o {
  color: #002e7c !important;
}

.small, small {
  font-size: 1rem !important;
}

@media only screen and (max-width: 820px) {

  header .nav_list,
  header .nav_menu {
    display: none;
  }

  header .nav__con {
    width: auto;
  }
}


/* ================================================== */
.con_box {
  width: 100%;
}
.wal {
  width: 100%;
  padding: 0 4rem;
}
.hotProduct,
.hotProduct_mobile {
  position: relative;
  z-index: 99;
  background: #ffffff;
  margin-top: 10rem;
  .explore_products {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8rem;
    a+a {
      margin-left: 1rem;
    }
    h2 {
      font-size: 4.8rem;
      line-height: 5.2rem;
      /* color: #1B1B1B; */
      margin: 0;
			color: #0044b4;
			font-family: "MaisonNeueExtendedWEBExtraBold", Arial, Helvetica, sans-serif !important;
    }
  }
}
.showcase,
.showcase_mobile {
  position: relative;
  .swiper-pagination {
    bottom: 4rem;
    z-index: 100;
  }
  .showcase-intro {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    /* background: #0b51ca url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/showcase_titlebg.jpg) center center no-repeat; */
    background-size: cover;
    z-index: 100;
    margin: 10rem 0 8rem;
    h2 {
      font-size: 4.8rem;
      line-height: 5.2rem;
      /* color: #1B1B1B; */
      margin-bottom: 2.6rem;
			color: #0044b4;
			font-family: "MaisonNeueExtendedWEBExtraBold", Arial, Helvetica, sans-serif !important;
    }
    p {
			text-align: center;
      /* color: #1B1B1B; */
      font-size: 2.4rem;
      font-size: 2rem;
			margin-bottom: 4.2rem;
			max-width: 70%;
			color: #002e7c;
			font-family: "MaisonNeueWEBBook", Arial, Helvetica, sans-serif !important;
    }
  }
  .slideInner {
    height: 80rem;
    /* width: 90%; */
    position: relative;
    overflow: hidden;
    figure img {
      max-width: 100%;
    }
    .content {
      position: relative;
      z-index: 100;
    }
    .prologo {
      font-size: 18px;
      font-size: 1.8rem;
      color: #fff;
      position: absolute;
      right: 4rem;
      top: 4rem;
      z-index: 30;
      font-weight: 600;
      opacity: 0;
      transform: translateX(150%);
      transition-property: opacity, transform;
      transition-duration: 1.25s;
      transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      img {
        width: 13rem;
        max-width: 100%;
        display: block;
      }
    }
    .titleBox {
      position: absolute;
      left: 4rem;
      top: 4rem;
      z-index: 30;
      transform: translateX(-200%);
      transition-property: opacity, transform;
      transition-duration: 1.25s;
      transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      h5,h3 {
        font-size: 28px;
        font-size: 2.8rem;
        font-weight: 600;
        color: #fff;
        position: relative;
        margin-bottom: 1.8rem;
      }
      span.summary {
        display: block;
        margin: 1rem 0px;
        color: #fff;
        font-size: 18px;
        font-size: 1.8rem;
      }
      p {
        color: #fff;
        margin: 1.6rem 0px 1.6rem 0px;
        display: flex;
        align-items: center;
        font-size: 16px;
        font-size: 1.6rem;
        i {
          width: 1.3rem;
          height: 1.3rem;
          display: inline-block;
          margin-right: .5rem;
          font-size: 16px;
          font-size: 1.6rem;
        }
        i.factoryIcon {
          background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/casefactory_icon.png) left center no-repeat;
          background-size: auto 100%;
        }
        i.addIcon {
          background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/caseaddress_icon.png) left center no-repeat;
          background-size: auto 100%;
        }
      }
    }
  }
}
.color_wrap {
  /* height: 80rem; */
  /* max-width: 192rem; */
  margin: 10rem 0 8rem;
  .wal {
    display: flex;
    flex-direction: row;
    gap: 2rem;
  }
  .wrap_right {
    width: 50%;
    max-height: 90rem;
    position: relative;
    .bg_img {
      width: 100%;
      height: 100%;
      img {
        width: 100%;
        height: 100%;
      }
    }
    .content_box {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      padding: 8rem 4rem;
      h2 {
        font-size: 4.8rem;
        line-height: 5.2rem;
        color: #ffffff;
        margin-bottom: 2.6rem;
        /* font-weight: 600; */
				font-family: "MaisonNeueExtendedWEBExtraBold", Arial, Helvetica, sans-serif !important;
      }
      p {
        color: #ffffff;
        font-size: 2.4rem;
        margin-bottom: 4.2rem;
      }
    }
  }
  .wrap_left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 50%;
    /* height: 90rem; */
    max-height: 90rem;
    cursor: pointer;
    .box_item {
      width: 100%;
      height: 50%;
      position: relative;
      overflow: hidden;
      .item_tit {
        position: absolute;
        bottom: 0;
        left: 0;
        text-align: left;
        width: 100%;
        padding: 4rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        p {
          font-size: 3.6rem;
          line-height: 4.8rem;
          color: #ffffff;
          margin: 0;
          font-weight: 700;
					/* text-transform: uppercase; */
					font-family: "MaisonNeueExtendedWEBExtraBold", Arial, Helvetica, sans-serif !important;
        }
        span {
          display: block;
          font-size: 1.4rem;
          width: 40px;
          height: 40px;
          height: 0;
          opacity: 0;
          overflow: hidden;
          line-height: 2.8rem;
          transition: all .3s ease-in-out;
          z-index: 20;
          background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/linkbtn.png) center center no-repeat;
          background-size: cover;
        }
      }
      img {
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
      }
    }
    .box_item:hover{
      img {
        filter: blur(2px);
      }
      .item_tit {
        span {
          height: 40px;
          opacity: 1;
          overflow: visible;
        }
      }
    }
  }
}

.laestNews {
  width: 100%;
  background-color: #F3F3F3;
  padding: 10rem 0 8rem;
  .news_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4.2rem;
    a+a {
      margin-left: 1rem;
    }

    h2 {
      font-size: 4.8rem;
      /* line-height: 5.2rem; */
      line-height: 4.8rem;
      color: #1B1B1B;
      margin: 0;
			color: #0044b4;
			font-family: "MaisonNeueExtendedWEBExtraBold", Arial, Helvetica, sans-serif !important;
    }
  }
  .newslist {
    width: 100%;
    margin: 0px;
    /* background: #fff; */
    /* padding: 8rem 8rem 17rem 8rem; */
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    .newsInner {
      width: calc(100% / 3);
      a {
        width: 100%;

        figure {
          overflow: hidden;
          position: relative;
          width: 100%;
          /* border-radius: 12px; */
          padding-top: calc(250/580 * 100%);

          img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: All 0.3s ease;
          }
        }
      }
    }
  }
}

.page_search__con {
  .line_flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    .filterWrap {
      /* width: calc(100% - 25rem); */
      width: 100%;
      /* padding-right: 3rem; */
      position: relative;
      .filter_box {
        display: flex;
        align-items: center;
        flex-flow: row nowrap;
        width: 100%;
        .box_left {
          padding-right: 4rem;
          width: calc(100% - 80rem);
        }
        .recomProject {
          /* max-width: 25rem; */
          /* margin-top: 3rem; */
          width: 80rem;
          padding: 0px;
          display: flex;
          gap: 1rem;
          flex-direction: row;
          .recom_project_inner:hover img {
            transform: scale(1.1);
          }
          .recom_project_inner {
            position: relative;
            /* margin-top: 1.5rem; */
            /* height: 9rem; */
            overflow: hidden;
            a {
              position: relative;
              display: flex;
              overflow: hidden;
              border-radius: 0.6rem;
            }
            img {
              width: 100%;
              height: 100%;
              max-height: 12rem;
              height: 12rem;
              object-fit: cover;
              transition: all .3s;
            }
            p {
              position: absolute;
              font-weight: 700;
              height: 100%;
              width: 100%;
              display: flex;
              align-items: center;
              justify-content: center;
              z-index: 10;
              margin-bottom: 0;
              background-color: rgba(0, 0, 0, 0.5);
              span {
                font-size: 16px;
                font-size: 1.6rem;
                color: #fff;
                text-align: center;
              }
            }
          }
        }
        
      }
    }
  }
}

.find_index__body {
  padding: 0 0 5.6rem;
  background-color: #ffffff;
  .wal {
    .product_nav_box {
      display: flex;
      flex-flow: row nowrap;
      gap: 2rem;
      /* padding: 6rem 0; */
      margin: 6rem 0;
      .nav_item {
        padding: 1.4rem 3.2rem;
        border: 1px solid #AAAAAA;
        border-radius: .6rem;
        min-width: 18rem;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s;
				&.colorbond_z {
					padding: 1.2rem 3.2rem;
					img {
						height: 4rem !important;
					}
				}
        img {
          height: 3.6rem;
        }
        p {
          margin: 0;
          font-size: 1.8rem;
          font-weight: 700;
          line-height: 3.2rem;
					text-transform: uppercase;
        }
        .hover {
          display: none;
        }
      }
      .nav_item:hover {
        background-color: #0044b4;
        border: 1px solid #0044b4;
        img {
          display: none;
        }
        p {
          color: #ffffff;
        }
        .hover {
          display: block;
        }
      }
    }
  }
}


.page_nav {
  margin-bottom: 5rem;
  text-align: center;
  .pagination_2 {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    justify-content: center;
  }
  a,
  span {
    vertical-align: middle;
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
        color: #002e7c;
    margin: 0 1rem;
    border-bottom: 1px solid transparent;
    border-radius: 50%;
    background-color: #fff;
    width: 40px;
    height: 40px;
    /* line-height: 3.8rem; */
    line-height: 38px;
    border: 1px solid #ececed;
    background-color: #fff;
    text-align: center;
    color: #002e7c;
    font-size: 18px;
    font-size: 1.8rem;
  }
  a.active {
    /* color: #39cad7;
    border-bottom: 1px solid #39cad7; */
    background-color: #002e7c;
    color: #fff;
  }
  a:hover,
  span:hover {
    background-color: #002e7c;
    color: #fff;
  }
  a.fa {
    border-radius: 50%;
    background-color: #fff;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    border: 1px solid #ececed;
    background-color: #fff;
    text-align: center;
    color: #002e7c;
    font-size: 18px;
    font-size: 1.8rem;
  }
  a.fa:hover {
    background-color: #002e7c;
    color: #fff;
  }
  li.active span{
    background: none;
    border: none;
    border-radius: inherit;
    color: #39cad7;
    border-bottom: 1px solid #39cad7;
    width: auto;
    margin: 0 2rem;
  }
}

@media only screen and (max-width: 820px){
	.page_nav{
		transform: scale(0.8);
	}
	.showcase .showcase-intro p {
		max-width: 100%;
	}
	.showcase_mobile .showcase-intro p {
		max-width: 100%;
	}
}


.cls_f6 {
  background: #f6f6f6;
}
/* ================================================== */

/* ================================================== */
/* 覆盖 */
html[dir=ltr] li a {
  /* margin-left: 0px; */
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
  font-family: "FangZhengLanTing", Arial, Helvetica, sans-serif;
	color: unset;
}
body.lang-EN {
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
		font-family: "MaisonNeueMedium", Arial, Helvetica, sans-serif !important;
	}
	.solution_pro_1__body .box_6 .in_box_1 p,
	.solution_pro_1__body .box_2 .in_box_1 p,
	.solution_pro_1__body .box_4 .txt_con p,
	.solution_pro_1__body .box_4 .txt_con h5,
	.solution_pro_1__body .box_4 .txt_con h6,
	.solution_pro_1__body .box_5 .txt_con p,
	.list_white_bg li p,
	.solution_pro_1__body .box_8 dl dd,
	.title_white_box li .in_box .txt_con p,
	.more_project__con .txt_con h3,
	#p3 .more_news__con p,
	#p3 .more_news__con h3,
	.solution_pro_4__body .box_2 .txt_con p,
	.solution_pro_4__body .box_3 .con .txt_con p,
	.slide_list.s_2 li .con p,
	.solution_pro_4__body .box_5 dl.flex dt p,
	.solution_pro_4__body .box_6 .txt_con .txt p,
	.solution_pro_4__body .box_7 .txt_con p,
	.chose_list li a p,
	.chose_list li a h3,
	.ask__body .text_con p,
	.solution_pro_3__body .box_1 ul li h2,
	.solution_pro_3__body .box_1 ul li h3,
	.solution_pro_3__body .box_1 ul li p,
	.solution_pro_2__body .box_1 .txt_con p,
	.slide_list li .con.s_1 .flex .txt_con p,
	.solution_pro_2__body .box_3 .txt_con p,
	.solutions_index__body .change_con li .con p,
	.sust_index__body .big_tit,
	.solutions_index__body h2.tit
	.sust_index__body .img_txt__con .txt_con p,
	.sust_index__body .img_txt__con .txt_con p,
	.inner_kv__body .txt_con p,
	.aboutus_index__body .box_1 .flex .txt_con p,
	.aboutus_index__body .box_4 p,
	.showcase_mobile .showcase-intro p,
	.page_search__con .more_line .filter .filter_row div a,
	.solutionWrap .introBox p,
	.hotProduct .expandWrap .item .proCon .introBox p.summary
	 {
		font-family: "MaisonNeueWEBBook", Arial, Helvetica, sans-serif !important;
	}

	.products_focus__body div.tit h2,
	.pro_title h2,
	.pro_title h4,
	.sust_index__body .big_tit_top,
	.sust_index__body .img_txt__con .txt_con h2,
	.sust_index__body .img_txt__con .txt_con h3,
	.sust_index__body .img_txt__con .txt_con h4,
	.inner_kv__body .txt_con h3,
	.inner_kv__body .txt_con h1,
	.box_block .box_lr .l_info h2,
	.solutionWrap .introBox h2,
	.wrap_left .box_item .item_tit p
	{
    font-family: "MaisonNeueExtendedWEBExtraBold", Arial, Helvetica, sans-serif !important;
	}

}
.solution_pro_2__body .box_2.flex .container {
	width: 100%;
}
/* ================================================== */
.social-share .icon-wechat .wechat-qrcode > p {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777
}
.flx_jy {
  display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

/* 产品使用说明书 */
.tip_bx {
	padding-bottom: 10rem;
}
.precautions_box {
	display: flex;
	flex-flow: row wrap;
	gap: 3rem;
  @media only screen and (max-width: 540px) {
	  flex-flow: column wrap;
	}
	li {
		width: calc(calc(100% - 6rem) / 3);
		background: #ffffff;
    @media only screen and (max-width: 540px) {
		  width: 100%;
	  }
	}
	.tip_box {
		padding: 2.6rem;
		padding: 26px;
		height: 100%;
		h3 {
			font-size: 24px;
      font-size: 2.4rem;
      font-weight: 700;
      margin-bottom: 2rem;
		}
		.tip_box_desc {
			font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.6;
			max-height: 19rem;
			overflow-y: auto;
			margin-right: 1rem;
		}
	}
}
.tip_remark {
	font-size: 14px;
  font-size: 1.4rem;
	font-weight: 700;
  line-height: 1.6;
	margin-top: 2rem;
}

.c_scroll {
  &::-webkit-scrollbar {
      width: 4px;
      height: 4px;
  }
  &::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background: rgba(36, 42, 54, 0.4);
      &:vertical {
          background-color: rgba(36, 42, 54, 0.4);
      }
  }
  &::-webkit-scrollbar-width {
      width: 4px;
  }
  &::-webkit-scrollbar-track {
      border-radius: 4px; // 滑块圆角
      background-color: none;
  }
}

.find_index__body .find_list li .txt_con h3 {
  font-weight: 700;
  color: #0044b4;
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
	font-family: "MaisonNeueExtendedWEBExtraBold", Arial, Helvetica, sans-serif !important;
}

.news_details__body .details__content .logo_bx {
	margin-left: 8rem;
	padding-right: 10%;
	width: 100%;
	margin-top: 2rem;
	display: flex;
	flex-flow: row wrap;
	gap: 2rem;
}
.news_details__body .details__content .logo_bx  a {
	display: inline-block;
	height: 6rem;

}
.news_details__body .details__content .logo_bx  a img {
	height: 100%;
}