body::-webkit-scrollbar {
  /*display: none;*/
}
body.on {overflow: hidden;}
.maodian {position: relative; top: -.8rem;}
.w1520 {
  padding-left: 10.4vw;
  padding-right: 10.4vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.searchBanner {position: relative;}
.searchBanner .img img {width: 100%;}
.searchBanner .posi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.searchBanner .posi .box {margin: auto;}
.searchBanner .posi h5 {
  font-size: 0.48rem;
  color: #fff;
  text-align: center;
  margin-bottom: 0.4rem;
}
.searchBanner .posi form .input input {
  font-size: 0.16rem;
  display: block;
  width: 5.74rem;
  box-sizing: border-box;
  border: 0;
  background: #fff;
  height: 0.6rem;
  padding: 0 0.2rem;
}
.searchBanner .posi form .submit input {display: none;}
.searchBanner .posi form .submit p {
  width: 1.5rem;
  height: 0.6rem;
  background: #073190;
  display: flex;
  align-items: center;
  transition: 0.4s;
  cursor: pointer;
}
.searchBanner .posi form .submit p svg {margin: auto;}
.searchBanner .posi form .submit p:hover {background: #073190;}
.search_container1 .box .item {
  padding: 0.4rem 0;
  border-bottom: 1px solid #eee;
}
.search_container1 .box .item .left {
  max-width: 80%;
}
.search_container1 .box .item .left .time {
  font-family: 'gilroy_regular';
  font-size: 12px;
  color: #999;
}
.search_container1 .box .item .left .time span {
  display: inline-block;
  margin-right: 0.12rem;
}
.search_container1 .box .item .left .text {
  font-size: 0.22rem;
  color: #333;
  margin-top: 0.16rem;
  transition: 0.4s;
}
.search_container1 .box .item .right {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.search_container1 .box .item .right span {
  color: #073190;
}
.search_container1 .box .item .right i {
  font-size: 0.12rem;
  transition: 0.4s;
  color: #999;
  margin-left: 0.03rem;
}
.search_container1 .box .item:hover .text {
  color: #073190;
}
.search_container1 .box .item:hover .right p i {
  margin-left: 0.07rem;
  color: #073190;
}
.index_header {
  /*position: fixed;*/
  top: 0;
  z-index: 8;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
   position: -webkit-sticky;
	position: sticky;
	background: linear-gradient(to bottom, rgba(0,0,0,0.2), transparent);
}

.index_header.inner{position: fixed;}
.index_header .box .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.index_header .box .logo a {display: block;}
.index_header .box .logo a img {height: 44px;}
.index_header .box .logo a .img2 {display: none;}
.index_header .box .StockCode {
  margin-left: 0.45rem;
  font-size: 0.16rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-family: 'fang';
}
.index_header .box .StockCode p {
  font-size: 0.18rem;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index_header .box .tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: .2rem;  
  color: #fff;
}

.index_header .box .Search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;margin-right: .2rem;
}
.index_header .box .Search p {width: 0.19rem;}
.index_header .box .Search p path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index_header .box .tel p path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index_header .box .tel img {width:.28rem; margin-right:.03rem;}
.index_header .box .language {
  margin-left: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}


.index_header .box .language a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index_header .box .language a img {
  margin-right: 0.08rem;
  width: 0.18rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index_header .box .language a i {
  font-size: 12px;
  margin-left: 0.1rem;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  top: 0.02rem;
}

.HeaderMobile .language{
    position: relative;
    
}

.HeaderMobile .language ul{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: red;
    width: 140px;
    top: 0.62rem;
    border-radius: 6px;
    background: rgba(255,255,255,0.8);
    display: none;
    padding: 5px 0;
    
}
.HeaderMobile .language ul li a{
    font-size: 10px;
    line-height: 32px;
    color: #666;
    white-space: nowrap;
    display: block;
    text-align: center;
    transition: .4s;
}
.HeaderMobile .language ul li a:hover{
    color: #073190;
}
.HeaderMobile .language:hover ul{
    display: block;
}







.index_header .box .language ul{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: red;
    width: 180px;
    top: 100%;
    border-radius: 6px;
    background: rgba(255,255,255,0.8);
    display: none;
    
}
.index_header .box .language ul li a{
    font-size: 12px;
    line-height: 36px;
    color: #666;
    white-space: nowrap;
    display: block;
    text-align: center;
    transition: .4s;
}
.index_header .box .language ul li a:hover{
    color: #073190;
}
.index_header .box .language:hover ul{
    display: block;
}
.index_header .box .menu {
  margin-left: 0.34rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.index_header .box .menu span {
  display: block;
  width: 0.30rem;
  background: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 2px;
  margin: 5px 0;
}

.index_header .box .menu p {
  display: none;
  cursor: pointer;
  width: 0.32rem;
}
.index_header .box .menu.active a {
  display: none;
}
.index_header .box .menu.active p {
  display: block;
}
.index_header .box .menu:hover span {
  width: 0.32rem !important;
}
.index_header .box .nav {}
.index_header .box .nav .item {
  padding: 0 0.3rem;
}
.index_header .box .nav .item > p {
  position: relative;
}
.index_header .box .nav .item > p::after {
  content: '';
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index_header .box .nav .item > p a {
  font-size: 16px;
  color: #fff;
  display: block;
  line-height: 0.95rem;
}
.index_header .box .nav .item .select {
  position: absolute;
  left: 0;
  width: 100%;
  background: #f7f7f7;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0%, 0 0%);
  clip-path: polygon(0 0, 100% 0%, 100% 0%, 0 0%);
}
.index_header .box .nav .item .select .main_ li {
  margin: 0 0.3rem;
}
.index_header .box .nav .item .select .main_ li a {
  display: inline-block;
  font-size: 14px;
  color: #333;
  line-height: 0.64rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.index_header .box .nav .item .select .main_ li a::after {
  content: '';
  position: absolute;
  bottom: 0rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #073190;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index_header .box .nav .item .select .main_ li a:hover {
  color: #073190;
}
.index_header .box .nav .item .select .main_ li a:hover::after {
  width: 100%;
}
.index_header .box .nav .item:hover > p::after {
  width: 100%;
}
.index_header .box .nav .item:hover .select {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
}
.index_header .box .nav .active > p::after {
  width: 100%;
}
.index_header.active,
.index_header.on {
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px #999;
  box-shadow: 0px 0px 6px #999;
}
.index_header.active .box .logo .img1,
.index_header.on .box .logo .img1 {
  display: none;
}
.index_header.active .box .logo .img2,
.index_header.on .box .logo .img2 {
  display: block;
}
.index_header.active .box .StockCode,
.index_header.on .box .StockCode {
  color: #000;
}
.index_header.active .box .StockCode p,
.index_header.on .box .StockCode p {
  color: #000;
}
.index_header.active .box .nav .item > p::after,
.index_header.on .box .nav .item > p::after {
  background: #073190;
}
.index_header.active .box .nav .item > p a,
.index_header.on .box .nav .item > p a {
  color: #000;
}
.index_header.active .box .tel {
  fill: #000; color:#333;
}
.index_header.active .box .tel img {filter: invert(80%);}
.index_header.active .box .Search path,
.index_header.on .box .Search path {
  fill: #000;
}
.index_header.active .box .language a,
.index_header.on .box .language a {
  color: #000;
}
.index_header.active .box .language a img,
.index_header.on .box .language a img {
  -webkit-filter: invert(0.8);
  filter: invert(0.8);
}
.index_header.active .box .language a i,
.index_header.on .box .language a i {
  color: #073190;
}
.index_header.active .box .menu a span,
.index_header.on .box .menu a span {
  background: #073190;
}
.index_header.top_ {
  -webkit-transform: translateY(-105%);
  -ms-transform: translateY(-105%);
  transform: translateY(-105%);
}
.search_container {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0.9rem 0;
  background: #fff;
  display: none;
  z-index: 2;
  -webkit-box-shadow: 0px 2px 10px #f6f6f6;
  box-shadow: 0px 2px 10px #f6f6f6;
}
.search_container .layui-icon-close {
  position: absolute;
  top: 0.3rem;
  right: 12%;
  font-size: 0.26rem;
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.search_container .layui-icon-close:hover {
  color: #073190;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.search_container .box_search {
  width: min(6rem, 80vw);
  margin: auto;
  position: relative;
}
.search_container .box_search input[type='text'] {
  display: block;
  width: 100%;
  height: 0.64rem;
  border: 0;
  background: #f2f2f2;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.3rem;
}
.search_container .box_search label {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.3rem;
  cursor: pointer;
}
.search_container .box_search label input {
  display: none;
}
.search_container .box_search label p svg {
  vertical-align: bottom;
}
.search_container .box_search label p svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.search_container .box_search label:hover p svg path {
  fill: #073190;
}
.menu_container {
  position: fixed;
  top: 0rem;
  padding-top: 0.95rem;
  left: 0;
  width: 100%;
  height: -webkit-calc(99.05%);
  height: calc(100% - 0.95rem);
  background: #f7f7f7;
  z-index: 6;
  transition: clip-path 0.6s, -webkit-clip-path 0.6s;
  -webkit-clip-path: ellipse(0 0 at 100% 0);
  clip-path: ellipse(0 0 at 100% 0);
  pointer-events: none;
}
.menu_container .box .searchBox {
  padding-top: 0.36rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.2rem;
  width: 60%;
}
.menu_container .box .searchBox .flexStart div {
  margin-left: 0.2rem;
  width: 80%;
}
.menu_container .box .searchBox .flexStart div input {
  font-size: 0.2rem;
  border: 0;
  background: none;
  display: block;
  width: 100%;
}
.menu_container .box .searchBox .flexStart div input::-webkit-input-placeholder {
  color: #999;
}
.menu_container .box .searchBox .flexStart div input::-moz-placeholder {
  color: #999;
}
.menu_container .box .searchBox .flexStart div input:-ms-input-placeholder {
  color: #999;
}
.menu_container .box .searchBox .flexStart div input::-ms-input-placeholder {
  color: #999;
}
.menu_container .box .searchBox .flexStart div input::placeholder {
  color: #999;
}
.menu_container .box .navBox {
  margin-top: 1.1rem;
}
.menu_container .box .navBox .item h5 {
  font-size: 0.24rem;
  font-family: 'fang';
}
.menu_container .box .navBox .item ul {
  margin-top: 0.3rem;
}
.menu_container .box .navBox .item ul li {
  line-height: 0.36rem;
}
.menu_container .box .navBox .item ul li a {
  font-size: 0.16rem;
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.menu_container .box .navBox .item ul li a:hover {
  color: #073190;
}
.menu_container .box .footerBox {
  margin-top: 10vh;
  padding-top: 0.7rem;
  border-top: 1px solid #ddd;
}
.menu_container .box .footerBox .left p {
  margin-right: 0.5rem;
  color: #333;
}
.menu_container .box .footerBox .left p svg {
  vertical-align: middle;
  margin-right: 0.1rem;
}
.menu_container .box .footerBox .left p a {
  display: inline-block;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.menu_container .box .footerBox .left p a:hover {
  color: #073190;
}
.menu_container .box .footerBox .right {
  font-size: 14px;
  color: #999;
}
.menu_container .box .footerBox .right a {
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.menu_container .box .footerBox .right a:hover {
  color: #073190;
}
.menu_container.active {
  -webkit-clip-path: ellipse(141% 141% at 100% 0);
  clip-path: ellipse(141% 141% at 100% 0);
  pointer-events: auto;
}
.index_banner {
  position: relative;
}
.index_banner .banner .swiper-slide {
  position: relative;
}
.index_banner .banner .swiper-slide .img img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.index_banner .banner .swiper-slide .img video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.index_banner .banner .swiper-slide .position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.index_banner .banner .swiper-slide .position h4 p {
	color:#ffffff !important;
	margin-bottom:15px !important;
	text-transform:uppercase !important;
}

.index_banner .banner .swiper-slide .position .box h5 {
  font-size: 0.4rem;
  color: #fff;
  overflow: hidden;
}
.index_banner .banner .swiper-slide .position .box h6 {
  font-size: 18px;
  color: #fff;
  margin-top: 0.17rem;
  letter-spacing: 2px;
}


.index_banner .banner .swiper-slide-active .position h4 {
  -webkit-animation: fadeInUp 1s ease both;
  animation: fadeInUp 1s ease both;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.index_banner .banner .swiper-slide .position h4:before {background:#fff; height:1px; width:50px !important; float:left; top:10px; margin-right:10px; position:relative; content:""; display:block;}

.index_banner .banner .swiper-slide-active .position h5 p {
  -webkit-animation: fadeInUp 1s ease both;
  animation: fadeInUp 1s ease both;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.index_banner .banner .swiper-slide-active .position h6 {
    -webkit-animation: fadeInUp 1s ease both;
  animation: fadeInUp 1s ease both;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; 
}
.index_banner .banner .swiper-slide .index_link {margin-top:30px;}
.index_banner .banner .swiper-slide-active .index_link {
    -webkit-animation: fadeInUp 1s ease both;
  animation: fadeInUp 1s ease both;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; 
  margin-top:30px;
}
.index_banner .banner .swiper-slide .index_link a {border:#fff 1px solid; color:#fff;}
.index_banner .banner .swiper-slide .index_link a:hover {border:#073190 1px solid;}
.index_banner .banner .swiper-slide-next {
  z-index: 1;
}
.widgets {
  position: absolute;
  right: 10.4vw;
  bottom: 0.46rem;
  z-index: 1;
  display:none;
}
.widgets .btn-area .bullet_outer {
  color: #fff;
  line-height: 0.24rem;
  position: relative;
  padding-bottom: 0.08rem;
  margin-bottom: 0.16rem;
}
.widgets .btn-area .bullet_outer .le_ {
  font-size: 0.2rem;
  opacity: 0.5;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.widgets .btn-area .bullet_outer .ri_ {
  font-size: 14px;
  margin-left: 0.32rem;
  opacity: 0.5;
}
.widgets .btn-area .bullet_outer::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
}
.widgets .btn-area .bullet_outer::after {
  position: absolute;
  width: 0rem;
  height: 2px;
  right: 0;
  bottom: 0;
  background: #fff;
}
.widgets .btn-area .bullet_outer .liner {
  position: absolute;
  width: 0rem;
  height: 2px;
  right: 0;
  bottom: 0;
  background: #fff;
}
.widgets .btn-area .swiper-pagination-bullet {
  width: auto;
  height: auto;
  border-radius: 0;
  display: block;
  background: none;
  opacity: 1;
}
.widgets .btn-area .swiper-pagination-bullet-active123 .bullet_outer .le_ {
  opacity: 1;
  max-width: 1.2rem;
}
.widgets .btn-area .swiper-pagination-bullet-active123 .bullet_outer .ri_ {
  opacity: 1;
}
.widgets .btn-area .swiper-pagination-bullet-active123 .bullet_outer::before {
  width: 100%;
}
.widgets .btn-area .swiper-pagination-bullet-active123 .bullet_outer::after {
  width: 100%;
  -webkit-transition: var(--i);
  -o-transition: var(--i);
  transition: var(--i);
}
.widgets .btn-area .play .bullet_outer .le_ {opacity: 1; max-width: 1.2rem;}
.widgets .btn-area .play .bullet_outer .ri_ {opacity: 1;}
.widgets .btn-area .play .bullet_outer::before {width: 100%;}
.p74 {padding-top: 0.74rem;}
.p74_ {padding-bottom: 0.74rem;}
.m58 {margin-top: 0.58rem;}
.index_title {position: relative;}
.index_title .content0 {font-size: 0.2rem; color: #999;}
.index_title .content1 {font-size: 0.36rem; margin-top: 0.22rem;}
.index_title .content1 img {width: 0.38rem;}
.index_title .content1 span {font-size: 0.22rem; color:#919191;}
.index_title .content2 {position: absolute; right: 0; bottom: 0;}
.index_title .content3 {position: absolute; right: 0; bottom: 0;}
.index_title .content3 p {margin-left: 0.54rem;}
.index_title .content3 p a {
  font-size: 0.2rem;
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index_title .content3 p a:hover {
  color: #073190;
}
.index_title .content3 .active a {
  color: #000;
}
.index_title .content4 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.index_title .content4 .button svg {
  cursor: pointer;
}
.index_title .content4 .button svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index_title .content4 .button svg:hover path {
  stroke: #073190;
  opacity: 1;
}
.index_title .content4 .next {
  margin-left: 0.34rem;
}
.index_title .content5 {
  font-size: 0.26rem;
  margin-top: 0.32rem;
}
.index_link a,
.index_link .a {
  display: block;
  font-size: 0.16rem;
  color: #073190;
  line-height: 0.5rem;
  width: 1.8rem;
  text-align: center;
  border: 1px solid #073190;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index_link a:hover,
.index_link .a:hover {
  background: #073190;
  color: #fff;
}
.index_link1 a,
.index_link1 .a {
  display: block;
  font-size: 0.16rem;
  color: #073190;
  line-height: 0.45rem;
  width: 1.6rem;
  text-align: center;
  border: 1px solid #073190;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index_link1 a:hover,
.index_link1 .a:hover {
  background: #073190;
  color: #fff;
}
.index_news .box .banner .swiper-container {
  padding: 10px;
}
.index_news .box .banner .swiper-slide .item {
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index_news .box .banner .swiper-slide .item .content0 {
  overflow: hidden;
}
.index_news .box .banner .swiper-slide .item .content0 img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
    max-height: 3rem;
  min-height: 3rem;
}
.index_news .box .banner .swiper-slide .item .content1 {
  padding: 0.25rem 0.2rem;
}
.index_news .box .banner .swiper-slide .item .content2 {
  font-size: 0.16rem;
  color: #073190;
}
.index_news .box .banner .swiper-slide .item .content3 {
  font-size: 0.20rem;
  line-height: 0.35rem;
  height: auto;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.index_news .box .banner .swiper-slide .item .content4 {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #666;
  margin-top: 0.15rem;
}
.index_news .box .banner .swiper-slide .item:hover {
  -webkit-box-shadow: 0px 0px 12px #eee;
  box-shadow: 0px 0px 12px #eee;
}
.index_news .box .banner .swiper-slide .item:hover .content0 img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);

}
.index_news .box .controls {
  margin-top: 0.4rem;
}
.index_news .box .controls .prog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
}
.index_news .box .controls .progressbar {
  position: relative;
  height: 7px;
  background: url(../images/bg1.png) repeat-x;
  width: 100%;
}
.index_news .box .controls .progressbar .swiper-scrollbar-drag {
  border-radius: 0;
  background: url(../images/bg2.png) no-repeat 50% 50%;
  background-size: 100% 100%;
}
.index_news .box .controls .button {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.index_news .box .controls .button path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index_news .box .controls .button:hover path {
  stroke: #073190;
  opacity: 1;
}
.bg {
  background: #f7f7f7;
}
.index_equipment .box {
  padding: 0 1rem;
}
.index_equipment .box .list .item {
  width: 24.2%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
  position: relative;
}
.index_equipment .box .list .item a {
    display: block;
}
.index_equipment .box .list .item  .img img {
  min-width: 100%;
  max-height: 5.55rem;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
.index_equipment .box .list .item  .icon {
  position: absolute;
  left: 0.4rem;
  bottom: 0.5rem;
}
.index_equipment .box .list .item  .icon img {
  max-height: 0.7rem;
  max-width: 0.8rem;
}
.index_equipment .box .list .item .position {
  position: absolute;
  left: 0.4rem;
  top: 2.16rem;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.index_equipment .box .list .item  .position .content0 {
  font-size: 14px;
  font-family: 'gilroy_regular';
  color: #fff;
}
.index_equipment .box .list .item  .position .content1 {
  font-size: 0.18rem;
  color: #fff;
  margin-top: 0.12rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.index_equipment .box .list .item  .position .content2 {
  max-width: 6.6rem;
  width: 6rem;
  margin-top: 0.6rem;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.index_equipment .box .list .item  .position .content2 .content3 {
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.28rem;
}
.index_equipment .box .list .item  .position .content2 .content4 {
     margin-top: 0.22rem;
     display: flex;
     flex-wrap: wrap;
}
.index_equipment .box .list .item  .position .content2 .content4 p {
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.28rem;
  font-family: 'fang';
}
.index_equipment .box .list .item  .position .content2 .content4 p span {
    margin: 0 5px;
}
.index_equipment .box .list .act {
  width: 17.5%;
}
.index_equipment .box .list .active {
  width: 44.3%;
}
.index_equipment .box .list .active  .position {
  top: 1.32rem;
}
.index_equipment .box .list .active .position .content1 {
  font-size: 0.32rem;
}
.index_equipment .box .list .active  .position .content2 {
  opacity: 1;
  margin-top: 0.3rem;
}
.index_about {
  min-height: 6.5rem;
  position: relative;
  overflow: hidden;
}
.index_about .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.index_about .img img {
  width: 100%;
}
.index_about .box {
  padding-top: 1.4rem;
}
.index_about .box .index_title {
  color: #fff;
}
.index_about .box .index_title .content0 {
  color: #fff;
}
.index_about .box .info {
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.34rem;
  max-width: 6.4rem;
  margin-top: 0.22rem;
}
.index_about .box .link {
  margin-top: 0.45rem;
}
.index_about .box .link a {
  border-color: #fff;
  color: #fff;
  border-width: 2px;
}
.index_about .box .link a:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #073190;
}
.index_about .box .big_data {
  margin-top: 1rem;
}
.index_about .box .big_data .ite {
  text-align: center;
}
.index_about .box .big_data .ite:last-child {
  width: 1.7rem;
}
.index_about .box .big_data .ite .top {
  font-size: 0.46rem;
  color: #fff;
}
.index_about .box .big_data .ite .bot {
  font-size: 0.16rem;
  color: #fff;
  margin-top: 0.15rem;
}
.index_about .box .big_data p {
  width: 1px;
  background: #fff;
  opacity: 0.3;
}
.index_links {padding:0.65rem 0; background:#f5f5f5;}
.index_links ul {display:flex; flex-wrap:wrap; margin-top:0.42rem;}
.index_links ul li {margin-right:1.5%; width:15.4%; margin-bottom:1.5%; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03);}
.index_links ul li:nth-child(6n) {margin-right:0;}
.index_links ul li img {max-width:100%;}

@media screen and (max-width: 1024px) {
.index_links {padding:0.05rem; background:#f5f5f5;}
.index_links ul {padding-bottom:20px;}
.index_links ul li {
  margin-right: 1.5%;
  width: 32%;
  margin-bottom: 1.5%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03);
}
.index_links ul li:nth-child(3n) {margin-right:0;}
}



.StockCode .box .boxLeft .banner {
  position: relative;
}
.StockCode .box .boxLeft .banner .swiper-container {
  height: 1.2rem;
}
.StockCode .box .boxLeft .banner .swiper-container .swiper-slide .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0.35rem 0;
}
.StockCode .box .boxLeft .banner .swiper-container .swiper-slide .item .logo_ {
  width: 2.18rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.StockCode .box .boxLeft .banner .swiper-container .swiper-slide .item .logo_ img {
  max-width: 100%;
  max-height: 100%;
}
.StockCode .box .boxLeft .banner .swiper-container .swiper-slide .item .stock {
  font-size: 0.18rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-left: 0.42rem;
  line-height: 0.24rem;
}
.StockCode .box .boxLeft .banner .swiper-container .swiper-slide .item .stock p {
  font-size: 0.2rem;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.StockCode .box .boxLeft .banner .swiper-container .swiper-slide .item .price {
  font-size: 0.16rem;
  color: #000;
  margin-left: 0.54rem;
  line-height: 0.24rem;
}
.StockCode .box .boxLeft .banner .swiper-container .swiper-slide .item .price p {
  margin-bottom: 0.02rem;
}
.StockCode .box .boxLeft .banner .swiper-container .swiper-slide .item .price .lu {
    margin-left: 5px;
}
.StockCode .box .boxLeft .banner .swiper-container .swiper-slide .item .price .lu img {
    width: 7px;
    height: 10px;
}
.StockCode .box .boxLeft .banner .swiper-container .swiper-slide .item .price svg {
  margin-left: 0.05rem;
}
.StockCode .box .boxLeft .banner .swiper-container .swiper-slide .item .price .lu svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.StockCode .box .boxLeft .banner .swiper-container .swiper-slide .item .gains {
  font-size: 0.16rem;
  color: #000;
  margin-left: 0.6rem;
  line-height: 0.24rem;
}
.StockCode .box .boxLeft .banner .swiper-container .swiper-slide .item .gains div {
  font-family: 'gilroy_regular';
}
.StockCode .box .boxLeft .banner .button {
  position: absolute;
  left: 115%;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.StockCode .box .boxLeft .banner .button path {
  -webkit-transition: 4s;
  -o-transition: 4s;
  transition: 4s;
}
.StockCode .box .boxLeft .banner .button p {
  margin: 0.08rem 0;
}
.StockCode .box .boxLeft .banner .button p:hover path {
  opacity: 1;
}
.StockCode .box .boxRight {
  padding: 0.4rem 0;
}
.StockCode .box .boxRight .item {
  position: relative;
  margin-left: 0.8rem;
}
.StockCode .box .boxRight .item .icon {
  position: absolute;
  left: 0;
  top: -0.04rem;
  -webkit-transform: translateX(-130%);
  -ms-transform: translateX(-130%);
  transform: translateX(-130%);
}
.StockCode .box .boxRight .item .icon img {
  width: 0.26rem;
}
.StockCode .box .boxRight .item h5 {
  font-size: 0.16rem;
  font-family: 'fang';
}
.StockCode .box .boxRight .item .text {
  font-size: 14px;
  color: #666;
  margin-top: 0.07rem;
}
.StockCode .box .boxRight .item .ewm {
  position: absolute;
  bottom: 180%;
  left: 50%;
  -webkit-transform: translateX(-70%) scale(0);
  -ms-transform: translateX(-70%) scale(0);
  transform: translateX(-70%) scale(0);
  padding: 0.08rem;
  background: #fff;
  -webkit-filter: drop-shadow(0px 0px 1px #999);
  filter: drop-shadow(0px 0px 1px #999);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.StockCode .box .boxRight .item .ewm::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%);
  -ms-transform: translateX(-50%) translateY(100%);
  transform: translateX(-50%) translateY(100%);
  border: 8px solid transparent;
  border-top-color: #fff;
}
.StockCode .box .boxRight .item:hover .ewm {
  -webkit-transform: translateX(-70%) scale(1);
  -ms-transform: translateX(-70%) scale(1);
  transform: translateX(-70%) scale(1);
}
.index_footer {
  background: #1c1d1f;
  min-height: 1rem;
  padding: 0.72rem 0 0;
}
.index_footer .box .boxTop .item {color: #fff; margin-bottom:20px;}
.index_footer .box .boxTop .item h5 {font-size: 0.18rem;}
.index_footer .box .boxTop .item ul,
.index_footer .box .boxTop .item .info {margin-top: 0.25rem;}
.index_footer .box .boxTop .item ul li,
.index_footer .box .boxTop .item .info li {font-size: 0.14rem; line-height: 0.32rem;}
.index_footer .box .boxTop .item ul li a,
.index_footer .box .boxTop .item .info li a {
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index_footer .box .boxTop .item ul li a:hover,
.index_footer .box .boxTop .item .info li a:hover {color: #fff;}
.index_footer .box .boxTop .item ul div,
.index_footer .box .boxTop .item .info div {
  font-size: 0.16rem;
  color: #999;
  margin-bottom: 0.14rem;
  position: relative;
}
.index_footer .box .boxTop .item ul div a,
.index_footer .box .boxTop .item .info div a {
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index_footer .box .boxTop .item ul div a:hover,
.index_footer .box .boxTop .item .info div a:hover {
  color: #fff;
}
.index_footer .box .boxTop .item ul div svg,
.index_footer .box .boxTop .item .info div svg {
  margin-right: 0.06rem;
  position: relative;
  top: 0.05rem;
}
.index_footer .box .wenan{
    font-size: 0.12rem;
    color: #999;
    position: relative;
    text-align: right;
    margin-top: 0.2rem;
}
.index_footer .box .wenan a {color:#999;}
.index_footer .box .boxBot {
  margin-top: 0.05rem;
  padding: 0.32rem 0;
  border-top: 1px solid #4e4e4e;
}
.index_footer .box .boxBot .left {
  font-size: 14px;
  color: #999;
}
.index_footer .box .boxBot .left a {
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index_footer .box .boxBot .left a:hover {
  color: #fff;
}
.index_footer .box .boxBot .right .language {
  margin-left: 0.65rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.index_footer .box .boxBot .right .language>a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index_footer .box .boxBot .right .language a img {
  margin-right: 0.08rem;
  width: 0.18rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index_footer .box .boxBot .right .language a i {
  font-size: 12px;
  margin-left: 0.2rem;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  top: 0.02rem;
  color: #fff;
}
.index_footer .box .boxBot .right .language a:hover {
  color: #fff;
}
.Inner_banner {
  position: relative;
}
.Inner_banner .img img {
  width: 100%;
}
.Inner_banner .position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Inner_banner .position .box {
  color: #fff;
}
.Inner_banner .position .box h5 {
  font-size: 0.42rem;
}
.Inner_banner .position .box h6 {
  font-size: 0.16rem;
  margin-top: 0.17rem;
}
.Inner_banner .position .box h6 a {color:#fff;}
.News_container .box {
  margin-top: 0.9rem;
}
.News_container .box .item {
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 24.25%;
  margin-right: 1%;
  margin-bottom:1%;
}
.News_container .box .item:nth-child(4n) {
  margin-right: 0;
}
.News_container .box .item a {
  display: block;
}
.News_container .box .item .content0 {
  overflow: hidden;
}
.News_container .box .item .content0 img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  min-height: 2.3rem;
  max-height: 2.3rem;
}
.News_container .box .item .content1 {
  padding: 0.25rem 0.2rem 0.45rem;
  background: #f7f7f7;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_container .box .item .content2 {
  font-size: 0.16rem;
  color: #073190;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_container .box .item .content3 {
  font-size: 0.22rem;
  line-height: 0.35rem;
  margin-top: 0.14rem;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_container .box .item .content4 {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: 0.15rem;
  height: 0.56rem;
  	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-justify: distribute-all-lines;
}
.News_container .box .item:hover .content0 img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.News_container .box .item:hover .content1 {
  background: #073190;
}
.News_container .box .item:hover .content2 {
  color: #fff;
}
.News_container .box .item:hover .content3 {
  color: #fff;
}
.News_container .box .item:hover .content4 {
  color: #fff;
}
.News_container .box .flexStart {
  padding-bottom: 0.6rem;
  margin-bottom: 0.6rem;
  border-bottom: 1px solid #eee;
}
.News_container .box .flexStart:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.News_container .box1 {
  margin-bottom: 0.9rem;
}
.inner_page {
  margin: auto;
}
.inner_page .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.inner_page .box .button p a {
  font-size: 16px;
  color: #333;
  border: 2px solid #ddd;
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 0.52rem;
  line-height: 0.52rem;
  height: 0.52rem;
  text-align: center;
}
.inner_page .box .button p a i {
  font-size: 0.18rem;
  font-weight: bold;
}
.inner_page .box .button p a:hover {
  background: #073190;
  color: #fff;
  border-color: #073190;
}
.inner_page .box .page {
  margin: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.inner_page .box .page a {
  font-size: 16px;
  font-family: 'gilroy_bold';
  border: 2px solid #ddd;
  width: 0.52rem;
  height: 0.52rem;
  line-height: 0.52rem;
  display: block;
  text-align: center;
  margin: 0 6px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #000;
}
.inner_page .box .page a:hover {
  background: #073190;
  color: #fff;
  border-color: #073190;
}
.inner_page .box .page span {
  font-size: 16px;
  font-family: 'gilroy_bold';
  line-height: 0.52rem;
  height: 0.52rem;
  border: 2px solid transparent;
  width: 0.52rem;
  display: block;
  text-align: center;
  margin: 0 6px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: default;
}
.inner_page .box .page .active {
  color: #073190;
  border-color: #073190;
}
.News_info_brand {
  margin-top: 1.32rem;
}

.cases_info_ {
    margin-top: .45rem;
}
.News_info_brand .box .boxLeft {
  font-size: 0.14rem;
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.News_info_brand .box .boxLeft i {
  font-size: 0.14rem;
}
.News_info_brand .box .boxLeft a {
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_info_brand .box .boxLeft a svg {
  position: relative;
  top: 3px;
}
.News_info_brand .box .boxLeft a:hover {
  color: #073190;
}
.News_info_brand .box .boxLeft span {
  color: #333;
}
.News_info {
  margin-top: 0.94rem;
}
.News_info .box {
  width: min(1200px, 90vw);
  margin: auto;
}
.News_info .box .content0 {
  font-size: 0.36rem;
}
.News_info .box .content1 {
  margin-top: 0.4rem;
}
.News_info .box .content1 .left {
  font-size: 0.2rem;
  color: #073190;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.News_info .box .content2 {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.28rem;
  padding-top: 0.45rem;
  margin-top: 0.45rem;
  border-top: 1px solid #eee;
}
.News_info .box .content2 img {
  max-width: 100%;
}
.News_info .box .content3 {
  margin-top: 1rem;
}
.News_info .box .content3 > div {
  border-top: 1px solid #eee;
}
.News_info .box .content3 a {
  line-height: 0.82rem;
}
.News_info .box .content3 a .left {
  font-size: 0.26rem;
  color: #000;
  width: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_info .box .content3 a .center {
  font-size: 0.16rem;
  color: #073190;
}
.News_info .box .content3 a .right {
  font-size: 0.2rem;
  color: #000;
}
.News_info .box .content3 a:hover .left {
  color: #073190;
}
.fengxiang > p {
  font-size: 0.2rem;
  line-height: 0.48rem;
  margin-right: 0.4rem;
}
.fengxiang .social-share .social-share-icon {
  border: none;
  width: 0.48rem;
  height: 0.48rem;
  line-height: 0.48rem;
  background: #f6f6f6;
  border-radius: 0;
  font-size: 0;
  margin: 0 5px;
}
.fengxiang .social-share .social-share-icon > img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.fengxiang .social-share .social-share-icon:hover {
  background: #073190;
}
.fengxiang .social-share .social-share-icon:hover > img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.StockInformation .box .boxLeft {
  width: 45%;
  padding-top: 0.54rem;
}
.StockInformation .box .boxLeft .content0 {
  font-size: 0.18rem;
}
.StockInformation .box .boxLeft .content1 {
  margin-top: 0.25rem;
}
.StockInformation .box .boxLeft .content1 p {
  display: inline-block;
  font-size: 0.66rem;
}
.StockInformation .box .boxLeft .content1 span {
  font-size: 0.2rem;
  margin-left: 0.2rem;
}
.StockInformation .box .boxLeft .content1 font {
  font-size: 0.18rem;
  margin-left: 0.2rem;
}
.StockInformation .box .boxLeft .content2 {
  margin-top: 0.76rem;
}

.StockInformation .box .boxLeft .content2 .item div {
  font-size: 0.18rem;
}
.StockInformation .box .boxLeft .content2 .item p {
  font-size: 0.26rem;
  margin-top: 0.1rem;
}
.StockInformation .box .boxLeft .content3 {
  font-size: 14px;
  margin-top: 0.96rem;
}
.StockInformation .box .boxLeft .content3 span {
  color: #666;
}
.StockInformation .box .boxRight {
  width: 45%;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.1rem;
}
.StockInformation .box .boxRight .right-box {
   width: 91%;
   height: 100%;
   overflow: hidden;
   margin: 0 auto;
}
.StockInformation .box .boxRight img {
  width: 100%;
}
.StockInformation .box .boxRight .echarts{
    min-height:5rem;
    margin:-476px 0px -50px -412px;
}
.StockInformation .box .boxRight .echarts iframe{
    width: 2000px;
    height: 950px;
}
.AnnualReport .box {
  margin-top: 0.9rem;
}
.AnnualReport .box .banner .item .content0 a {
  display: block;
}
.AnnualReport .box .banner .item .content0 a img {
  width: 100%;
}
.AnnualReport .box .banner .item .contetnt1 {
  margin-top: 0.32rem;
}
.AnnualReport .box .banner .item .contetnt1 p {
  line-height: 1rem;
  border-bottom: 1px solid #ddd;
}
.AnnualReport .box .banner .item .contetnt1 p:last-child {
  border: 0;
}
.AnnualReport .box .banner .item .contetnt1 p a {
  font-size: 0.26rem;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.AnnualReport .box .banner .item .contetnt1 p a:hover {
  color: #073190;
}
.AnnualReport .box .button {
  margin-top: 0.6rem;
}
.AnnualReport .box .button p {
  margin: 0 0.2rem;
}
.AnnualReport .box .button p i {
  font-size: 0.24rem;
  color: #c8c8c8;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.AnnualReport .box .button p i:hover {
  color: #073190;
}
.BulletinExchange .box .item {
  width: 48.7%;
}
.BulletinExchange .box .item a {
  display: block;
  background: #f7f7f7;
}
.BulletinExchange .box .item a .boxTop {
  overflow: hidden;
}
.BulletinExchange .box .item a .boxTop img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.BulletinExchange .box .item a .boxBot {
  padding: 0.46rem 0.38rem 1.4rem;
}
.BulletinExchange .box .item a .boxBot .main .left .text {
  margin-left: 0.3rem;
}
.BulletinExchange .box .item a .boxBot .main .left .text p {
  font-size: 0.16rem;
  color: #000;
}
.BulletinExchange .box .item a .boxBot .main .left .text div {
  font-size: 0.32rem;
  color: #000;
  margin-top: 0.14rem;
}
.BulletinExchange .box .item a .boxBot .main .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.BulletinExchange .box .item a .boxBot .main .right .link .a {
  width: 1.6rem;
  line-height: 0.45rem;
  font-size: 0.16rem;
  display: block;
  color: #073190;
  text-align: center;
  border: 1px solid #073190;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.BulletinExchange .box .item a .boxBot .main .right .link .a:hover {
  background: #073190;
  color: #fff;
}
.BulletinExchange .box .item a:hover .boxTop img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.ContactInformation {
  position: relative;
}
.ContactInformation .img img {
  width: 100%;
}
.ContactInformation .position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.ContactInformation .box .left .index_title {
  color: #fff;
}
.ContactInformation .box .left .index_title .content0 {
  color: #fff;
}
.ContactInformation .box .right {
  margin-left: 1.66rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.ContactInformation .box .right div {
  font-size: 0.2rem;
  color: #fff;
  margin-bottom: 0.18rem;
}
.ContactInformation .box .right div:last-child {
  margin-bottom: 0;
}
.ContactInformation .box .right div a {
  font-size: 0.22rem;
  color: #fff;
  display: inline-block;
  margin-left: 0.2rem;
}
.ContactInformation .box .right div span {
  display: inline-block;
  margin-right: 0.16rem;
  width: 0.25rem;
}
.ContactInformation .box .right div span svg {
  position: relative;
  top: 3px;
}
.bussiness_banner img {width: 100%;}
.bussiness_nav {background:#85bef5;}
.bussiness_nav .box {padding:.1rem 0;}
.bussiness_nav .box .item a {
  display: block;
  text-align: center;
  padding: 0.16rem 0.2rem 0.16rem;
  color:#fff;
  border-radius: 40px;
}
.bussiness_nav .box .item a:hover {background:#3266cc; color:#fff;}
.bussiness_nav .box .active a {background: #3266cc; color:#fff;}
.bussiness_nav_main {padding-top: 0.6rem;}
.bussiness_nav_main .box {position: relative;}
.bussiness_nav_main .box .img img {width: 100%;}
.bussiness_nav_main .box .position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1.06rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.bussiness_nav_main .box .position .main {
  color: #fff;
}
.bussiness_nav_main .box .position .main h5 {
  font-size: 0.52rem;
}
.bussiness_nav_main .box .position .main h6 {
  font-size: 0.26rem;
  margin-top: 0.2rem;
}
.bussiness_nav_main .box .position .main .text {
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.34rem;
  margin-top: 0.36rem;
}
.Solution_container .box {
  margin-top: 0.72rem;
}
.Solution_container .box .banner .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.Solution_container .box .banner .swiper-wrapper .swiper-slide {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  background: #f7f7f7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Solution_container .box .banner .swiper-wrapper .swiper-slide:nth-child(3n) {
  margin-right: 0;
}
.Solution_container .box .banner .swiper-wrapper .swiper-slide a {
  display: block;
}
.Solution_container .box .banner .swiper-wrapper .swiper-slide a .content0 {
  padding: 0.48rem 0.48rem 0.32rem 0.48rem;
}
.Solution_container .box .banner .swiper-wrapper .swiper-slide a .content1 {
  font-size: 0.2rem;
  color: #000;
  line-height: 0.3rem;
  height: 0.6rem;
}
.Solution_container .box .banner .swiper-wrapper .swiper-slide a .content2 {
  margin-top: 0.2rem;
  height: 1.12rem;
}
.Solution_container .box .banner .swiper-wrapper .swiper-slide a .content2 p {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.28rem;
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: justify;
    text-justify: distribute-all-lines;
    display: flex;
}
.Solution_container .box .banner .swiper-wrapper .swiper-slide a .content2 p span {
  display: inline-block;
  margin-right: 0.1rem;
}
.Solution_container .box .banner .swiper-wrapper .swiper-slide a .content2 p span:last-child{
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    flex: 1;
}
.Solution_container .box .banner .swiper-wrapper .swiper-slide a .content3 {
  margin-top: 0.45rem;
}
.Solution_container .box .banner .swiper-wrapper .swiper-slide a .content3 p {
  width: 0.34rem;
  line-height: 0.34rem;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
}
.Solution_container .box .banner .swiper-wrapper .swiper-slide a .content3 p i {
  font-size: 0.14rem;
  font-weight: bold;
  color: #073190;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Solution_container .box .banner .swiper-wrapper .swiper-slide a .content4 {
  overflow: hidden;
}
.Solution_container .box .banner .swiper-wrapper .swiper-slide a .content4 img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Solution_container .box .banner .swiper-wrapper .swiper-slide a:hover .content1 {
    color: #073190;
}
.Solution_container .box .banner .swiper-wrapper .swiper-slide a:hover .content3 p {
  background: #073190;
}
.Solution_container .box .banner .swiper-wrapper .swiper-slide a:hover .content3 p i {
  color: #fff;
}
.Solution_container .box .banner .swiper-wrapper .swiper-slide a:hover .content4 img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.qualification_container .box {
  margin-top: 0.72rem;
}
.qualification_container .box .banner .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.qualification_container .box .banner .swiper-slide {
  text-align: center;
}
.qualification_container .box .banner .swiper-slide .img img {
  width: 0.9rem;
}
.qualification_container .box .banner .swiper-slide .text {
  font-size: 0.2rem;
  margin-top: 0.38rem;
}
.ann_left {
  display: none;
}
.side_container {
  position: fixed;
  top: 25%;
  left: 0.42rem;
  z-index: 5;
}
.side_container ul {
  position: relative;
  overflow: hidden;
}
.side_container ul::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #eaeaea;
}
.side_container ul::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: var(--i);
  width: 1px;
  background: #073190;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.side_container ul li {
  margin-bottom: 0.22rem;
  padding-left: 0.2rem;
}
.side_container ul li:last-child {
  margin-bottom: 0;
}
.side_container ul li a {
  font-size: 0.14rem;
  color: #666;
}
.side_container ul .active a {
  color: #000;
}
.BusinessCompany .box {
  margin-top: 0.72rem;
}
.BusinessCompany .box .item {
  background: #fff;
  padding: 0.6rem 0.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.BusinessCompany .box .item .content0 img {
  height: 0.34rem;
}
.BusinessCompany .box .item .content2 {
  font-size: 0.26rem;
  color: #000;
  margin-top: 0.4rem;
}
.BusinessCompany .box .item .content3 {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.28rem;
  margin-top: 0.2rem;
  width: 90%;
}
.BusinessCompany .box .item .content4 {
  margin-top: 0.45rem;
}
.BusinessCompany .box .item .content4 .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.BusinessCompany .box .item .content4 .right ul li {
  margin-left: 0.1rem;
  position: relative;
}
.BusinessCompany .box .item .content4 .right ul li a {
  display: block;
}
.BusinessCompany .box .item .content4 .right ul li .btn {
  width: 0.36rem;
  height: 0.36rem;
  background: #dbdbdb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.BusinessCompany .box .item .content4 .right ul li .btn svg {
  margin: auto;
}
.BusinessCompany .box .item .content4 .right ul li:hover .btn {
  background: #073190;
}
.BusinessCompany .box .item .content4 .right ul li .ewm {
  position: absolute;
  bottom: 180%;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  padding: 0.04rem;
  background: #fff;
  -webkit-filter: drop-shadow(0px 0px 1px #999);
  filter: drop-shadow(0px 0px 1px #999);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.BusinessCompany .box .item .content4 .right ul li .ewm::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%);
  -ms-transform: translateX(-50%) translateY(100%);
  transform: translateX(-50%) translateY(100%);
  border: 8px solid transparent;
  border-top-color: #fff;
}
.BusinessCompany .box .item .content4 .right ul li .call {
  position: absolute;
  right: 120%;
  top: 0;
  height: 100%;
  background: #073190;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.BusinessCompany .box .item .content4 .right ul li .call a {
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  line-height: 0.36rem;
  padding: 0 0.32rem 0 0.12rem;
}
.BusinessCompany .box .item .content4 .right ul li .call a svg {
  vertical-align: middle;
  margin-right: 0.05rem;
}
.BusinessCompany .box .item .content4 .right ul li:hover .ewm {
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}
.BusinessCompany .box .item .content4 .right ul li:hover .call {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.BusinessCompany .box1 .item {
  width: 49.5%;
}
.contact_layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9;
  display: none;
}
.contact_layer .box {
  width: 10rem;
  min-height: 1rem;
  background: #fff;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0.76rem 0.5rem;
}
.contact_layer .box .close {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
}
.contact_layer .box .close i {
  font-size: 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  cursor: pointer;
}
.contact_layer .box .close:hover i {
  color: #073190;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.contact_layer .box .title {
  font-size: 0.32rem;
  text-align: center;
}
.contact_layer .box .item .input {
  width: 31.333%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 1px solid #dbdbdb;
}
.contact_layer .box .item .input input {
  display: block;
  width: 100%;
  height: 0.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  font-size: 0.16rem;
}
.contact_layer .box .item .input input::-webkit-input-placeholder {
  font-size: 0.16rem;
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contact_layer .box .item .input input::-moz-placeholder {
  font-size: 0.16rem;
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contact_layer .box .item .input input:-ms-input-placeholder {
  font-size: 0.16rem;
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contact_layer .box .item .input input::-ms-input-placeholder {
  font-size: 0.16rem;
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contact_layer .box .item .input input::placeholder {
  font-size: 0.16rem;
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contact_layer .box .item .input:hover {
  border-color: #073190;
}
.contact_layer .box .item .input:hover input::-webkit-input-placeholder {
  color: #000;
}
.contact_layer .box .item .input:hover input::-moz-placeholder {
  color: #000;
}
.contact_layer .box .item .input:hover input:-ms-input-placeholder {
  color: #000;
}
.contact_layer .box .item .input:hover input::-ms-input-placeholder {
  color: #000;
}
.contact_layer .box .item .input:hover input::placeholder {
  color: #000;
}
.contact_layer .box .item1 {
  margin-top: 0.16rem;
}
.contact_layer .box .item1 .input {
  width: 48%;
}
.contact_layer .box .item2 {
  margin-top: 0.32rem;
}
.contact_layer .box .item2 textarea {
  display: block;
  width: 100%;
  height: 0.6rem;
  -webkit-box-sizing: border-box;
  border: 0;
  font-size: 0.16rem;
  border-bottom: 1px solid #dbdbdb;
  height: 1.92rem;
  box-sizing: border-box;
  resize: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contact_layer .box .item2 textarea::-webkit-input-placeholder {
  font-size: 0.16rem;
  color: #666;
  
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contact_layer .box .item2 textarea::-moz-placeholder {
  font-size: 0.16rem;
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contact_layer .box .item2 textarea:-ms-input-placeholder {
  font-size: 0.16rem;
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contact_layer .box .item2 textarea::-ms-input-placeholder {
  font-size: 0.16rem;
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contact_layer .box .item2 textarea::placeholder {
  font-size: 0.16rem;
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contact_layer .box .item2 textarea:hover {
  border-color: #073190;
}
.contact_layer .box .item2 textarea:hover::-webkit-input-placeholder {
  color: #000;
}
.contact_layer .box .item2 textarea:hover::-moz-placeholder {
  color: #000;
}
.contact_layer .box .item2 textarea:hover:-ms-input-placeholder {
  color: #000;
}
.contact_layer .box .item2 textarea:hover::-ms-input-placeholder {
  color: #000;
}
.contact_layer .box .item2 textarea:hover::placeholder {
  color: #000;
}
.contact_layer .box .item3 {
  margin-top: 0.5rem;
}
.contact_layer .box .item3 input {
  display: none;
}
.contact_layer .box .item3 input {
  font-size: 0.16rem;
}
.select_container {
  background: #f7f7f7;
  /*margin-top: 0.96rem;*/
  position: -webkit-sticky;
  position: sticky;
  top: 0.95rem;
  z-index: 2;
}
.select_container .box .main_ li {
  margin: 0 0.3rem;
}
.select_container .box .main_ li a {
  display: inline-block;
  font-size: 14px;
  color: #333;
  line-height: 0.64rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.select_container .box .main_ li a::after {
  content: '';
  position: absolute;
  bottom: 0rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #073190;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.select_container .box .main_ li a:hover {
  color: #073190;
}
.select_container .box .main_ li a:hover::after {
  width: 100%;
}
.select_container .box .main_ .active a {
  color: #073190;
}
.select_container .box .main_ .active a::after {
  width: 100%;
}
.product_info .box {
  margin-top: 0.6rem;
}
.product_info .box .boxLeft {
  width: 50%;
  overflow: hidden;
}
.product_info .box .boxLeft img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.product_info .box .boxLeft:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.product_info .box .boxRight {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.36rem 0.95rem 0;
}
.product_info .box .boxRight .content1 {
  font-size: 0.36rem;
  line-height: 0.45rem;
}
.product_info .box .boxRight .content2 {
  margin-top: 0.38rem;
  overflow-y: auto;
  /*height: 2rem;*/
  padding-right: 10px;
}
.product_info .box .boxRight .content2::-webkit-scrollbar {
    width: 2px;
}
.product_info .box .boxRight .content2::-webkit-scrollbar-thumb  {
    border-radius: 2px;
    background: rgba(11, 51, 142, 1)
}
.product_info .box .boxRight .content2::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(218, 218, 218, 1);
}
.product_info .box .boxRight .content2 p {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.28rem;
}
.product_info .box .boxRight .content2 p span {
  display: inline-block;
  margin-right: 0.1rem;
}
.product_info .box .boxRight .content3 {
  margin-top: 0.67rem;
}
.product_info .box .boxRight .content3 .down {
  margin-left: 0.32rem;
}
.product_info .box .boxRight .content3 .down a {
  display: block;
  font-size: 0.18rem;
  line-height: 0.6rem;
  width: 2.1rem;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #000;
}
.product_info .box .boxRight .content3 .down a svg {
  margin-right: 0.2rem;
}
.product_info .box .boxRight .content3 .down a:hover {
  color: #073190;
}
.TechnicalIntroduction {
  padding-bottom: 1rem;
}
.TechnicalIntroduction .box .content1 {
  margin-top: 0.3rem;
  color: #666;
  font-size: 0.16rem;
  line-height: 0.28rem;
  text-align: justify;
}
.TechnicalIntroduction .box .content2 {
  margin-top: 0.9rem;
}
.TechnicalIntroduction .box .content2 .item {
  width: 20%;
}
.TechnicalIntroduction .box .content2 .item .top {
  font-size: 0.16rem;
  color: #666;
  margin-bottom: 0.18rem;
  padding-bottom: 0.18rem;
  border-bottom: 1px solid #666666;
}
.TechnicalIntroduction .box .content2 .item .bot {
  color: #000;
}
.CorrespondingProduct .box {
  margin-top: 0.45rem;
}
.CorrespondingProduct .box .banner .swiper-slide a {
  display: block;
  text-align: center;
  padding: 0.52rem 0 0.6rem;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.CorrespondingProduct .box .banner .swiper-slide a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2px;
  background: #073190;
  width: 0%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.CorrespondingProduct .box .banner .swiper-slide a .content1 {
  height: 2.45rem;
  width: 2.75rem;
  text-align: center;
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.CorrespondingProduct .box .banner .swiper-slide a .content1 img {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.CorrespondingProduct .box .banner .swiper-slide a .content2 {
  font-size: 0.2rem;
  color: #666;
  line-height: 0.32rem;
  height: 0.96rem;
  width: 64%;
  margin: 0.38rem auto 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  top: 0;
}
.CorrespondingProduct .box .banner .swiper-slide a:hover {
  background: #fff;
  border-color: #073190;
}
.CorrespondingProduct .box .banner .swiper-slide a:hover::after {
  width: 100%;
}
.CorrespondingProduct .box .banner .swiper-slide a:hover .content1 img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.CorrespondingProduct .box .banner .swiper-slide a:hover .content2 {
  color: #000;
  top: 0.2rem;
}
.CorrespondingProduct .box .banner .swiper-slide .active {
  background: #fff;
}
.CorrespondingProduct .box .banner .swiper-slide .active::after {
  width: 100%;
}
.CorrespondingProduct .box .banner .swiper-slide .active .content1 img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.CorrespondingProduct .box .banner .swiper-slide .active .content2 {
  color: #000;
}
.RelatedSolutions .box {
  margin-top: 0.72rem;
}
.RelatedSolutions .box .item {
  width: 22%;
  margin-right: 2%;
  margin-bottom: .3rem;
}
.RelatedSolutions .box .item:nth-child(4n) {
  margin-right: 0;
}
.RelatedSolutions .box .item a {
  display: block;
}
.RelatedSolutions .box .item a .content0 {
  padding: 0.3rem;
  background: #f7f7f7;
}
.RelatedSolutions .box .item a .content1 {
  font-size: 0.22rem;
  color: #000;
  line-height: 0.3rem;
  height: 0.9rem;
}
.RelatedSolutions .box .item a .content3 {
  margin-top: 0.2rem;
}
.RelatedSolutions .box .item a .content3 p {
  width: 0.34rem;
  line-height: 0.34rem;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
}
.RelatedSolutions .box .item a .content3 p i {
  font-size: 0.14rem;
  font-weight: bold;
  color: #073190;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.RelatedSolutions .box .item a .content4 {
  overflow: hidden;
}
.RelatedSolutions .box .item a .content4 img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.RelatedSolutions .box .item a:hover .content3 p {
  background: #073190;
}
.RelatedSolutions .box .item a:hover .content3 p i {
  color: #fff;
}
.RelatedSolutions .box .item a:hover .content4 img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.related_download {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9;
  display: none;
}
.related_download .box {
  width: 10rem;
  min-height: 1rem;
  background: #fff;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0.76rem 0.5rem;
}
.related_download .box .close {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
}
.related_download .box .close i {
  font-size: 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  cursor: pointer;
}
.related_download .box .close:hover i {
  color: #073190;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.related_download .box .title {
  font-size: 0.32rem;
  text-align: center;
}
.related_download .box .main {
  margin-top: 0.32rem;
}
.related_download .box .main ul {
  height: 4.5rem;
}
.related_download .box .main ul li {
  border-bottom: 1px solid #eee;
}
.related_download .box .main ul li a {
  line-height: 0.95rem;
}
.related_download .box .main ul li a .left {
  font-size: 0.2rem;
  color: #000;
  padding-left: 0.3rem;
  max-width: 70%;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.related_download .box .main ul li a .left::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #000;
}
.related_download .box .main ul li a .right svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.related_download .box .main ul li a:hover .left {
  color: #073190;
}
.related_download .box .main ul li a:hover .right svg path {
  fill: #073190;
}
.Partner_container {
  position: relative;
}
.Partner_container .img img {
  width: 100%;
}
.Partner_container .position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.Partner_container .position .index_title {
  padding-top: 1.54rem;
}
.Partner_container .position .box {
  font-family: 'fang';
}
.Partner_container .position .box .content0 {
  font-size: 0.26rem;
  margin-top: 0.28rem;
}
.Partner_container .position .box .content1 {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.34rem;
  max-width: 5.2rem;
  margin-top: 0.5rem;
  text-align: justify;
}
.Partner_container .position .box .content2 {
  margin-top: 0.66rem;
}
.team_container .box .content0 {
  font-size: 0.26rem;
  margin-top: 0.28rem;
}
.team_container .box .content2 {
  margin-top: 0.7rem;
}
.team_container .box .content2 .item {
  position: relative;
}
.team_container .box .content2 .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.team_container .box .content2 .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--i);
  opacity: 0.2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.team_container .box .content2 .item .posi {
  position: absolute;
  z-index: 2;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0.5rem;
  left: 0rem;
  width: 100%;
  padding: 0 0.5rem;
  font-family: 'fang';
}
.team_container .box .content2 .item .posi h5 {
  font-size: 0.3rem;
}
.team_container .box .content2 .item .posi p {
  font-size: 0.22rem;
  line-height: 0.3rem;
  margin-top: 0.2rem;
  opacity: 0;
}
.team_container .box .content2 .item:hover .bg {
  opacity: 1;
}
.team_container .box .content2 .item:hover .posi p {
  opacity: 1;
  -webkit-animation: fadeInUp 1s ease both;
  animation: fadeInUp 1s ease both;
}
.team_container .box .content2 .item0 {
  width: 29%;
}
.team_container .box .content2 .item1 {
  width: 29%;
}
.team_container .box .content2 .item2 {
  width: 42%;
}
.team_container .box .content2 .item3 {
  width: 58%;
}
.team_container .box .content2 .item4 {
  width: 42%;
}
.team_container .box .content2 .item5 {
  width: 42%;
}
.team_container .box .content2 .item6 {
  width: 29%;
}
.team_container .box .content2 .item7 {
  width: 29%;
}
.StaffStyle .box .banner .swiper-container {
  padding: 10px;
}
.StaffStyle .box .banner .swiper-slide .item {
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.StaffStyle .box .banner .swiper-slide .item .content0 {
  overflow: hidden;
}
.StaffStyle .box .banner .swiper-slide .item .content0 img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.StaffStyle .box .banner .swiper-slide .item .content1 {
  padding: 0.25rem 0.2rem;
}
.StaffStyle .box .banner .swiper-slide .item .content3 {
  font-size: 0.26rem;
  line-height: 0.35rem;
  margin-top: 0.2rem;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.StaffStyle .box .banner .swiper-slide .item:hover {
  -webkit-box-shadow: 0px 0px 12px #eee;
  box-shadow: 0px 0px 12px #eee;
}
.StaffStyle .box .banner .swiper-slide .item:hover .content0 img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.StaffStyle .box .controls {
  margin-top: 0.54rem;
}
.StaffStyle .box .controls .prog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
}
.StaffStyle .box .controls .progressbar {
  position: relative;
  height: 7px;
  background: url(../images/bg1.png) repeat-x;
  width: 100%;
}
.StaffStyle .box .controls .progressbar .swiper-scrollbar-drag {
  border-radius: 0;
  background: url(../images/bg2.png) no-repeat 50% 50%;
  background-size: 100% 100%;
}
.StaffStyle .box .controls .button {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.StaffStyle .box .controls .button path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.StaffStyle .box .controls .button:hover path {
  stroke: #073190;
  opacity: 1;
}
.JoinUs {
  padding-bottom: 0.9rem;
}
.JoinUs .box {
  margin-top: 0.7rem;
}
.JoinUs .box .list {
  background: #fff;
  margin-bottom: 0.1rem;
}
.JoinUs .box .list .boxTop {
  line-height: 0.4rem;
  padding: 0.24rem 0.42rem;
  font-size: 14px;
  cursor: pointer;
}
.JoinUs .box .list .boxTop svg {
  vertical-align: middle;
}
.JoinUs .box .list .boxTop .content0 {
  font-size: 0.22rem;
  width: 22%;
}
.JoinUs .box .list .boxTop .content2 {
  width: 12%;
}
.JoinUs .box .list .boxTop .content5 p {
  height: 0.4rem;
  width: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  background: #073190;
  color: #fff;
}
.JoinUs .box .list .boxTop .content5 p i {
  font-size: 14px;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.JoinUs .box .list .boxTop.active .content5 p i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.JoinUs .box .list .boxBot {
  padding: 0 0.42rem 0.98rem;
  display: none;
}
.JoinUs .box .list .boxBot .main {
  border-top: 1px solid #eee;
}
.JoinUs .box .list .boxBot .main .item {
  padding: 0.4rem 0 0;
}
.JoinUs .box .list .boxBot .main .item h5 {
  font-size: 0.16rem;
  color: #666;
}
.JoinUs .box .list .boxBot .main .item div {
  font-size: 0.16rem;
  color: #333;
  margin-top: 0.16rem;
  line-height: 0.36rem;
}
.JoinUs .box .list .boxBot .main .item1 {
  margin-top: 0.75rem;
}
.JoinUs .box1 {
  padding-top: 0.16rem;
}
.uploadLayer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  display: none;
}
.uploadLayer .box {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5.4rem;
  margin: auto;
  background: #fff;
  text-align: center;
  padding: 0.55rem 0;
  position: relative;
  border-radius: 6px;
}
.uploadLayer .box > span {
  display: block;
  position: absolute;
  top: 0.16rem;
  right: 0.16rem;
  font-size: 0.24rem;
  color: #232323;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.uploadLayer .box > span:hover {
  color: #073190;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.uploadLayer .box .main1 {
  cursor: pointer;
  position: relative;
}
.uploadLayer .box .main1 p {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0.16rem;
  width: 1.4rem;
  text-align: center;
  cursor: pointer;
  line-height: 0.4rem;
  width: 0.84rem;
  background: #232323;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}
.uploadLayer .box .main1 p:hover {
  background: #073190;
}
.uploadLayer .box .main1 img {
  width: 1.96rem;
}
.f36 {
  font-size: 0.32rem;
  margin-bottom: 0.48rem;
}
.uploadLayer .box .main2 {
  margin-top: 0.4rem;
}
.uploadLayer .box .main2 input {
  display: block;
  font-size: 16px;
  width: 1.4rem;
  border: 1px solid #fff;
  text-align: center;
  line-height: 0.45rem;
  cursor: pointer;
  color: #fff;
  position: relative;
  overflow: hidden;
  background: #232323;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: auto;
}
.uploadLayer .box .main2 input:hover {
  background: #073190;
}
.uploadLayer .box .main3 {
  margin-top: 0.4rem;
}
.uploadLayer .box .main3 p {
  font-size: 0.16rem;
  color: #999;
  margin-bottom: 0.2rem;
}
.uploadLayer .box .main3 img {
  width: 1rem;
}
.video_container {
  margin-top: 0.7rem;
}
.video_container .item {
  width: 49%;
  margin-bottom: 0.2rem;
}
.video_container .item a {
  display: block;
}
.video_container .item a .top {
  overflow: hidden;
  position: relative;
}
.video_container .item a .top > img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.video_container .item a .top p {
  position: absolute;
  left: 0;
  top: 0 ;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.video_container .item a .top p svg {
  margin: auto;
}
.video_container .item a .bot {
  font-size: 0.22rem;
  text-align: center;
  background: #f5f5f5;
  line-height: 1.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.video_container .item a:hover .top > img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.video_container .item a:hover .bot {
  background: #073190;
  color: #fff;
}
.quotes {
  height: 0;
}
.quotes .box {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  font-size: 0.16rem;
  padding-bottom: 0.38rem;
  color: #fff;
  position: relative;
  padding-left: 0.3rem;
}
.quotes .box svg {
  vertical-align: middle;
  margin-right: 0.14rem;
  position: absolute;
  left: 0;
  
}
.CompanyProfile .box {
  background: url(../images/bg4.png) no-repeat left bottom;
  padding-bottom: 1rem;
}
.CompanyProfile .box .boxRight {
  width: 60%;
  padding-top: 0.34rem;
  font-size: 0.18rem;
  color: #666;
  line-height: 0.34rem;
}
.CompanyProfile .box1 {
  background: #073190;
  padding: 0.54rem 0;
}
.CompanyProfile .box1 .item {
  color: #fff;
  text-align: center;
}
.CompanyProfile .box1 .item .top {
  font-size: 0.36rem;
}
.CompanyProfile .box1 .item .top span {
  font-size: 0.46rem;
}
.CompanyProfile .box1 .item .bot {
  font-size: 0.16rem;
}
.CompanyProfile .box1 p {
  background: #fff;
  opacity: 0.3;
  width: 1px;
}
.DevelopmentHistory .swiper_box {
  margin-left: 10.4vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.DevelopmentHistory .swiper_box .banner {
  margin-top: 0.7rem;
  margin-bottom: 0.55rem;
  height: 4rem;
}
.DevelopmentHistory .swiper_box .banner .swiper-slide {
  padding-left: 0.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 2rem;
  cursor: pointer;
}
.DevelopmentHistory .swiper_box .banner .swiper-slide .item {
  padding-left: 0.22rem;
  position: relative;
  top: 0;
  transition: .33s;
}
.DevelopmentHistory .swiper_box .banner .swiper-slide .item .top {
  font-size: 0.24rem;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.DevelopmentHistory .swiper_box .banner .swiper-slide .item .bot {
  font-size: 14px;
  color: #666;
  margin-top: 0.14rem;
  line-height: 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  max-height: 1rem;
  	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 10px;
}

.DevelopmentHistory .swiper_box .banner .swiper-slide .item .bot::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 1px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 2px;
}

.DevelopmentHistory .swiper_box .banner .swiper-slide .item .bot::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 2px;
	/* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
	background: rgba(7, 49, 144, 1);
}

.DevelopmentHistory .swiper_box .banner .swiper-slide .item .bot::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	/* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.1);
}


.DevelopmentHistory .swiper_box .banner .swiper-slide .item .bot p {
  margin-bottom: 0.2rem;
}
.DevelopmentHistory .swiper_box .banner .swiper-slide .item::before {
  content: '';
  position: absolute;
  left: -4px;
  top: 0.09rem;
  width: 4px;
  height: 4px;
  border: 2px solid #073190;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.DevelopmentHistory .swiper_box .banner .swiper-slide .item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.3rem;
  height: 100%;
  width: 1px;
  background: #ddd;
}




.DevelopmentHistory .swiper_box .banner .active .item .top {
  font-size: 0.36rem;
  color: #073190;
}
.DevelopmentHistory .swiper_box .banner .active .item .bot {
  font-size: 0.16rem;
  color: #000;
}
.DevelopmentHistory .swiper_box .banner .active .item::before {
  top: 0.15rem;
  background: #073190;
}
.DevelopmentHistory .swiper_box .banner .active .item::after {
  top: 0.4rem;
}



.DevelopmentHistory .box {
  margin-top: 1rem;
}
.DevelopmentHistory .box .banner1 {
  width: 94%;
}
.DevelopmentHistory .box .banner1 .swiper-slide {
  cursor: pointer;
}
.DevelopmentHistory .box .banner1 .swiper-slide p {
  font-size: 0.18rem;
  color: #999;
  text-align: center;
  cursor: pointer;
}
.DevelopmentHistory .box .banner1 .active p {
  color: #073190;
}
.DevelopmentHistory .box .button i {
  font-size: 0.18rem;
  font-weight: bold;
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.DevelopmentHistory .box .button i:hover {
  color: #073190;
}
.DevelopmentHistory .img_box {
  margin-left: 10.4vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  margin-top: -2rem;
}
.DevelopmentHistory .img_box .img_list {
  position: relative;
  left: 0;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}
.DevelopmentHistory .img_box .img_list > img {
  height: 1.85rem;
  position: relative;
  left: 0;
}
.DevelopmentHistory .img_box .img_list .bgimg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url("../images/tu2.png") no-repeat;
  background-position: -800px 50%;
  -webkit-transition: 0.6s ease-in;
  -o-transition: 0.6s ease-in;
  transition: 0.6s ease-in;
  background-size: auto 100%;
  -webkit-mask-image: url("../images/tu3.png");
  -webkit-mask-size: auto 100%;
}
.CorporateCulture {}
.CorporateCulture .biaoti {margin-top: 0.74rem;}
.CorporateCulture .biaoti .index_title {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.CorporateCulture .biaoti .index_title .content0 {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.CorporateCulture .biaoti.active .index_title {color: #fff;}
.CorporateCulture .biaoti.active .index_title .content0 {color: #fff;}
.CorporateCulture .wenan {
  position: absolute;
  left: 50%;
  top: 65%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0.42rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}
.CorporateCulture .wenan.active {
  margin-top: 0;
  color: #fff;
}
.CorporateCulture .wenan p {
    color: #000;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.CorporateCulture .position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.CorporateCulture .position.active {
  opacity: 0;
}
.CorporateCulture .position img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  max-width: none;
}
.SustainableDevelopment .box .banner .swiper-container {
  padding: 10px;
}
.SustainableDevelopment .box .banner .swiper-slide .item {
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.SustainableDevelopment .box .banner .swiper-slide .item .content0 {
  overflow: hidden;
}
.SustainableDevelopment .box .banner .swiper-slide .item .content0 img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.SustainableDevelopment .box .banner .swiper-slide .item .content1 {
  padding: 0.05rem 0.1rem; background:#fff;
}
.SustainableDevelopment .box .banner .swiper-slide .item .content2 {
  font-size: 0.16rem;
  color: #073190;
}
.SustainableDevelopment .box .banner .swiper-slide .item .content3 {
  font-size: 0.16rem;
  line-height: 0.25rem; text-align:center;
  height: 0.4rem;
  margin-top: 0.14rem;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding-right: 0.4rem;
}
.SustainableDevelopment .box .banner .swiper-slide .item:hover {
  -webkit-box-shadow: 0px 0px 12px #eee;
  box-shadow: 0px 0px 12px #eee;
}
.SustainableDevelopment .box .banner .swiper-slide .item:hover .content0 img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.SustainableDevelopment .box .controls {
  margin-top: 0.54rem;
}
.SustainableDevelopment .box .controls .prog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
}
.SustainableDevelopment .box .controls .progressbar {
  position: relative;
  height: 7px;
  background: url(../images/bg1.png) repeat-x;
  width: 100%;
}
.SustainableDevelopment .box .controls .progressbar .swiper-scrollbar-drag {
  border-radius: 0;
  background: url(../images/bg2.png) no-repeat 50% 50%;
  background-size: 100% 100%;
}
.SustainableDevelopment .box .controls .button {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.SustainableDevelopment .box .controls .button path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.SustainableDevelopment .box .controls .button:hover path {
  stroke: #073190;
  opacity: 1;
}
.HonorEnterprise .box .boxLeft .data {
  margin-top: 1rem;
}
.HonorEnterprise .box .boxLeft .data > div {
  margin-bottom: 0.74rem;
}
.HonorEnterprise .box .boxLeft .data > div .top {
  color: #073190;
  font-size: 0.5rem;
}
.HonorEnterprise .box .boxLeft .data > div .top span {
  font-size: 0.66rem;
}
.HonorEnterprise .box .boxLeft .data > div .bot {
  font-size: 0.22rem;
  font-family: 'fang';
}
.HonorEnterprise .box .boxRight {
  height: -webkit-calc(99.05vh);
  height: calc(100vh - 0.95rem);
  width: 9.4rem;
}
.HonorEnterprise .box .boxRight .banner {
  width: 33.333%;
  height: 100%;
}
.HonorEnterprise .box .boxRight .banner .swiper-container {
  height: 100%;
  padding: 0 0.2rem;
}
.HonorEnterprise .box .boxRight .banner .swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.HonorEnterprise .box .boxRight .banner .swiper-container .swiper-slide {
  height: auto;
}
.HonorEnterprise .box .boxRight .banner .swiper-container .swiper-slide p {
  -webkit-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
}
.HonorEnterprise .box .boxRight .banner .swiper-container .swiper-slide p img {
  width: 100%;
}
.HonorEnterprise .swiper-slide {display:flex; justify-content: space-between; padding:1rem 0; flex-wrap:wrap;}
.HonorEnterprise .swiper-slide .item {width:19%; text-align:center;}
.HonorEnterprise .swiper-slide .item img {width:100%;}
.HonorEnterprise .swiper-slide .item .content3 { line-height:32px;}
.ContactUs .box .toggle {
  margin-top: 0.84rem;
}
.ContactUs .box .toggle ul li {
  margin: 0 0.55rem;
}
.ContactUs .box .toggle ul li a {
  font-size: 0.26rem;
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid transparent;
}
.ContactUs .box .toggle ul li a:hover {
  color: #073190;
}
.ContactUs .box .toggle ul .active a {
  color: #000;
  border-color: #073190;
}
.ContactUs .box .toggle_main {
  margin-top: 0.76rem;
}
.ContactUs .box .toggle_main .list {
  display: none;
}
.ContactUs .box .toggle_main .list .item {
  width: 49%;
}
.ContactUs .box .toggle_main .list .item h5 {
  font-size: 0.24rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.38rem;
}
.ContactUs .box .toggle_main .list .item .main {
  margin-top: 0.3rem;
}
.ContactUs .box .toggle_main .list .item .main .ite {
  width: 100%;
  margin-bottom: 0.5rem;
}
.ContactUs .box .toggle_main .list .item .main .ite h6 {
  font-size: 0.22rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.ContactUs .box .toggle_main .list .item .main .ite h6 svg {
  vertical-align: middle;
  margin-left: 0.24rem;
  display: none;
}
.ContactUs .box .toggle_main .list .item .main .ite div {
  margin-top: 0.24rem;
}
.ContactUs .box .toggle_main .list .item .main .ite div p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #666;
}
.ContactUs .box .toggle_main .list .item .main .ite div p span {
  display: inline-block;
  margin-right: 0.1rem;
}
.ContactUs .box .toggle_main .list .item .main .ite div p font {
  display: inline-block;
  margin-right: 0.25rem;
}
.ContactUs .box .toggle_main .list .item .main .ite div p a {
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.ContactUs .box .toggle_main .list .item .main .ite div p a:hover {
  color: #073190;
}
.ContactUs .box .toggle_main .list .item .main .ite:hover h6 {
  color: #073190;
}
.ContactUs .box .toggle_main .list:first-child .item:first-child {
  width: 100%;
}
.ContactUs .box .toggle_main .list:first-child .item:first-child .main .ite {
  width: 49%;
  margin-bottom: 0.72rem;
}
.ContactUs .box .toggle_main .list:first-child .item:first-child .main .ite:first-child {
    width: 100%;
}
.ContactUs .box .toggle_main .list:first-child .item:first-child .main .ite:first-child h6 svg {
  display: inline-block;
}
.ContactUs .box .toggle_main .list.active {
  display: block;
}
@media screen and (max-width: 1600px) {
  .TechnicalIntroduction .box .content2 .item {
    width: 22%;
  }
  
  
  
}
@media screen and (max-width: 1520px) {
    .StockInformation .box .boxRight .echarts{
            margin: -476px 0px -50px -50px;
    }
    .StockInformation .box .boxRight .echarts iframe{
        width: 1075px;
        height: 950px;
    }
  .product_info .box .boxRight .content1 {
    font-size: 0.32rem;
  }
  .News_container .box .item .content3 br {
    display: none;
  }
  .index_header .box .nav .item {
    margin: 0 0.2rem;
  }
  .index_about .img img {
    min-height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .index_about {
    min-height: 100vh;
  }
  .JoinUs .box .list .boxTop .content2 {
    width: 15%;
  }
  .product_info .box .boxRight .content2 {
      height: 1.6rem;
  }
  .menu_container .box .footerBox .right{
        margin-top: .2rem;
    }
}


@media screen and (max-width: 1440px) {
    
    .index_banner .banner .swiper-slide .position .box h5 {
      font-size: 61px;
      
    }
    .index_banner .banner .swiper-slide .position .box h6 {
      font-size: 16px;
      
    }
}
@media screen and (max-width: 1400px) {
    
    .index_banner .banner .swiper-slide .position .box h5 {
      font-size: 54px;
      
    }
    .index_banner .banner .swiper-slide .position .box h6 {
      font-size: 14px;
      
    }
    
  .index_header .box .nav {
    margin-left: 0vw;
  }
  .index_banner .banner .swiper-slide .position .box h5 {
    font-size: 0.6rem;
  }
  .index_about .box .info {
    max-width: 7.2rem;
  }
  .product_info .box .boxRight .content1 {
    font-size: 0.3rem;
  }
  .product_info .box .boxRight .content3 .down {
    margin-left: 0;
  }
  .CorrespondingProduct .box .banner .swiper-slide a .content2 {
    font-size: 0.18rem;
  }
  .RelatedSolutions .box .item a .content1 {
    font-size: 0.2rem;
  }
  .StockInformation .box .boxLeft {
    padding-top: 0.3rem;
  }
  .BulletinExchange .box .item a .boxBot svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .BulletinExchange .box .item a .boxBot {
    padding: 0.46rem 0.38rem 1rem;
  }
  .News_container .box .item .content3 {
    font-size: 0.22rem;
  }
  .News_info .box {
    width: min(1200px, 79.2vw);
  }
  .index_header .box .language {
    margin-left: 0rem;
  }
  .HonorEnterprise .box .boxRight {
    width: 8.4rem;
  }
  .HonorEnterprise .box .boxLeft .data > div .top span {
    font-size: 0.46rem;
  }
  .HonorEnterprise .box .boxLeft .data {
    /*margin-top: 1.5rem;*/
  }
  .side_container {
    left: 1vw;
  }
  .menu_container .box .navBox {
    margin-top: 0.5rem;
  }
  .menu_container .box .navBox .item ul li {
    line-height: 0.3rem;
  }
  .menu_container .box .footerBox {
    margin-top: 6vh;
    padding-top: 0.4rem;
  }
  .menu_container .box .navBox {
    margin-top: 0.4rem;
  }
  .menu_container .box .navBox .item ul {
    margin-top: 0.2rem;
  }
  .ContactUs .box .toggle ul li a {
    font-size: 0.22rem;
  }
  .Inner_banner .position .box h5 {
    font-size: 0.42rem;
  }
  .menu_container .box .footerBox .right {
    font-size: 13px;
  }
  .menu_container .box .footerBox .left p a,
  .menu_container .box .footerBox .left p {
    font-size: 13px;
  }
  .video_container .item a .top p svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .inner_page .box .page a {
    font-size: 14px;
  }
  .index_title .content1 {
    font-size: 0.42rem;
  }
}
@media screen and (max-width: 1359px) {
  .index_header .box .logo a img {
    height: 34px;
  }
  .StockInformation .box .boxLeft .content2 {
    margin-top: 0.56rem;
  }
  .AnnualReport .box .banner .item .contetnt1 p a {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 1280px) {
    .index_banner .banner .swiper-slide .position .box h5{
        font-size: calc(0.6rem - 2px);
    }
  .side_container {
    left: 0.22rem;
  }
  .JoinUs .box .list .boxTop .content2 {
    width: 20%;
  }
  .JoinUs .box .list .boxTop .content0 {
    width: 24%;
  }
  .uploadLayer .box .main2 input {
    font-size: 14px;
  }
  .CorporateCulture .wenan {
    font-size: 0.32rem;
  }
  .DevelopmentHistory .swiper_box .banner .swiper-slide .item .bot {
      line-height: initial;
  }
  .product_info .box .boxRight .content2 {
      height: 1.1rem;
  }
}
@media screen and (max-width: 1024px) {
    .product_info .box .boxRight .content2 {
      height: auto;
  }
   .StockCode .box .boxRight .item {
    margin-left: 5vw;
    margin-right: 0.2rem;
}
.index_equipment .box{
    padding: 0;
}
.ContactUs .box .toggle_main .list .item .main .ite h6{
    position: relative;
}
.ContactUs .box .toggle_main .list:first-child .item:first-child .main .ite:first-child h6 svg{
    display: none;
}
    .index_title .content5 {
    margin-top: 0.22rem;
}
.SustainableDevelopment .box {
    margin-top: .45rem;
}
  .select_container {
    margin-top: 0;
    top: 0.85rem;
  }
  .News_info_brand {
    margin-top: 0.4rem;
  }
  .index_header .w1520 {
    display: none;
  }
  .MobileMain .language div p a {
    font-size: 0.2rem;
    font-family: 'gilroy_regular';
    color: #000;
    position: relative;
  }
  .MobileMain .language div p a::after {
    position: absolute;
    bottom: -0.06rem;
    left: 0;
    width: 100%;
    height: 2px;
    background: #073190;
    opacity: 1;
  }
  .index_banner .banner .swiper-slide .position .box h5 {
    font-size: 0.4rem;
  }
  .index_banner .banner .swiper-slide .img img {
    height: 50vh;
  }
  .index_banner .banner .swiper-slide .img video {
    height: 50vh;
  }
  .widgets {
    right: 5vw;
    bottom: 3vw;
  }
  .w1520 {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .index_title .content1 {
    font-size: 0.32rem;
  }
  .index_equipment {
    padding: 0 5vw;
  }
  .index_equipment .box .list .item {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .index_equipment .box .list .item a .position {
    top: 1.32rem;
  }
  .index_equipment .box .list .item a .position .content2 {
    opacity: 1;
    margin-top: 0.3rem;
  }
  .index_about .img img,
  .index_about {
    min-height: 70vh;
  }
  .index_about .box .big_data .ite .top {
    font-size: 0.4rem;
  }
  .StockCode .box .boxLeft {
    width: 100%;
  }
  .index_footer .box .boxTop .item {
    display: none;
  }
  .index_footer .box .boxTop .item:last-child {
    display: block !important;
  }
  .index_footer .box .boxBot .right {
    /*display: none;*/
    margin-top: 10px;
  }
  .index_footer {
    padding: 0.5rem 0 0;
  }
  .index_footer .box .boxBot {
    margin-top: 0.3rem;
    padding: 0.4rem 0;
  }
  .ann_left {
    display: none !important;
  }
  .bussiness_nav .box {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .bussiness_nav .box .item {
    width: 25%;
  }
  .bussiness_nav .box .item a {
    padding: 0.2rem 0;
  }
  .bussiness_nav .box .item a .top {
    color: #fff;
    margin-bottom: 0;
  }
  .bussiness_nav {
    margin-top: 0.5rem;
  }
  .bussiness_nav .box .active a .top {
    color: #fff;
  }
  .bussiness_nav .box .item a .bot {
    display: none;
  }
  .bussiness_nav_main .box .position .main h5 {
    font-size: 0.32rem;
  }
  .bussiness_nav_main .box .position {
    padding: 0 5vw;
  }
  .bussiness_nav_main .box .img img {
    min-height: 3.6rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .Solution_container .box .banner .swiper-wrapper .swiper-slide {
    width: 60vw;
    margin-right: 0;
  }
  .Solution_container .box .banner .swiper-wrapper {
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    -webkit-flex-wrap: initial;
    -ms-flex-wrap: initial;
    flex-wrap: initial;
  }
  .BusinessCompany .box1 .item {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .product_info .box .boxLeft {
    width: 100%;
  }
  .product_info .box .boxRight {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.36rem 0 0;
  }
  .News_info_brand .box .boxLeft {
    font-size: 14px;
  }
  .product_info .box .boxRight .content1 {
    font-size: 0.26rem;
  }
  .TechnicalIntroduction .box .content2 .item {
    width: 48%;
    margin-bottom: 0.4rem;
  }
  .TechnicalIntroduction .box .content2 {
    margin-top: 0.7rem;
  }
  .TechnicalIntroduction {
    padding-bottom: 0.6rem;
  }
  .RelatedSolutions .box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .RelatedSolutions .box .item {
    width: 49%;
    margin-right: 0;
  }
  .StockInformation .box .boxLeft {
    width: 100%;
  }
  .StockInformation .box .boxRight {
    width: 100%;
    margin-top: 0.5rem;
  }
  .BulletinExchange .box .item a .boxBot {
    padding: 0.4rem;
  }
  .BulletinExchange .box .item a .boxBot .main .right {
    width: 100%;
    margin-top: 0.3rem;
  }
  .BulletinExchange .box .item a .boxBot .main .left .text div {
    font-size: 0.26rem;
  }
  .ContactInformation .img img {
    min-height: 2rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .Inner_banner .position .box h5 {
    font-size: 0.4rem;
  }
  .Inner_banner .img img {
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 4rem;
  }
  .News_container .box .flexStart {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  .News_container .box .flexStart {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .News_container .box .flexStart .item {
    width: 48.2%;
    margin-bottom: 0.2rem;
  }
  .inner_page .box .page a {
    display: none;
  }
  .inner_page .box .page span {
    display: none;
  }
  .News_container .box {
    margin-top: 0.7rem;
  }
  .News_info .box {
    width: min(1200px, 90vw);
  }
  .News_info .box .content0 {
    font-size: 0.26rem;
  }
  .News_info_brand .box .boxRight {
    display: none;
  }
  .News_info .box .content3 a .left {
    font-size: 0.2rem;
  }
  .index_news .box .controls .progressbar {
    height: 5px;
  }
  .index_about .box {
    padding-top: 1rem;
  }
  .Inner_banner .position .box h5 {
    font-size: 0.32rem;
  }
  .Partner_container .position .index_title {
    padding-top: 0.74rem;
  }
  .Partner_container .position .box .content0,
  .team_container .box .content0 {
    font-size: 0.22rem;
    margin-top: 0.18rem;
  }
  .Partner_container .position .box .content1 {
    max-width: 100%;
  }
  .Partner_container {
    padding-top: 3rem;
  }
  .team_container .box .content2 .item .posi h5 {
    font-size: 0.22rem;
  }
  .team_container .box .content2 .item .posi {
    top: 0.2rem;
    padding: 0 0.1rem;
  }
  .team_container .box .content2 .item .posi p {
    font-size: 14px;
    line-height: 0.24rem;
    margin-top: 0.16rem;
    opacity: 1;
  }
  .JoinUs .box .list .boxTop > div {
    width: 33.333% !important;
  }
  .JoinUs .box .list .boxTop .content2 {
    text-align: right;
  }
  .JoinUs .box .list .boxTop .content5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .CompanyProfile .box .boxRight {
    width: 100%;
  }
  .CompanyProfile .box1 .item .top span {
    font-size: 0.36rem;
  }
  .CompanyProfile .box1 .item .bot {
    margin-top: 0.1rem;
  }
  .DevelopmentHistory .swiper_box .banner .swiper-slide .item {
    top: 0 !important;
  }
  .DevelopmentHistory .swiper_box .banner {
    height: 2rem;
  }
  .DevelopmentHistory .swiper_box .banner .swiper-slide {
    padding-bottom: 0;
    padding-left: 0.3rem;
  }
  .DevelopmentHistory .swiper_box .banner .swiper-slide .item .bot {
    font-size: 14px;
    line-height: 0.22rem;
  }
  .DevelopmentHistory .swiper_box {
    margin-left: 5vw;
  }
  .DevelopmentHistory .box {
    margin-top: 0.7rem;
  }
  .DevelopmentHistory .box .button i {
    position: relative;
    top: -2px;
  }

  .CorporateCulture .wenan {
    font-size: 0.24rem;
    width: 100%;
    text-align: center;
    color: #fff;
  }
  .HonorEnterprise .box .boxLeft .data {
    margin-top: 0.74rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .HonorEnterprise .box .boxLeft .data > div {
    margin-right: 1rem;
  }
  .HonorEnterprise .box .boxRight {
    width: 100%;
    height: 50vh;
  }
  .ContactUs .box .toggle ul li {
    margin: 0 0.2rem;
  }
  .ContactUs .box .toggle_main .list:first-child .item:first-child .main .ite:first-child h6 svg {
    right: 35px;
    top: -30px;
  }
}





.index_footer .language{
    position: relative;
    
}

.index_footer .language ul{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: red;
    width: 140px;
    bottom:18px;
    border-radius: 6px;
    background: rgba(0,0,0,0.7);
    display: none;
    padding: 5px 0;
    
}
.index_footer .language ul li a{
    font-size: 14px;
    line-height: 32px;
    color: #999;
    white-space: nowrap;
    display: block;
    text-align: center;
    transition: .4s;
}
.index_footer .language ul li a:hover{
    color: #073190;
}
.index_footer .language:hover ul{
    display: block;
}

@media screen and (max-width: 669px) {
    .CorporateCulture .img video{
        height: auto;
    }
    .CorporateCulture .biaoti {
        top: 0.54rem;
        left: 5vw;
    }
    .contact_layer .box {
    width: 72%;
}
      .related_download .box {
    width: 90vw;
    box-sizing: border-box;
}
    
    .SustainableDevelopment .swiper-slide{
        padding: 0 5px;
        box-sizing: border-box;
    }
    .StockInformation .box .boxRight .echarts{
            margin: -443px 0px -21px -49px;
    }
    .StockInformation .box .boxRight .right-box{
        width: 100%;
    }
    .StockInformation .box .boxRight{
        padding-left: 0;
        padding-right: 0;
    }
    .StockInformation .box .boxRight .echarts iframe{
        width: 956px;
        height: 1040px;
    }
    .index_about .box .big_data .ite:last-child {
    width: 50%;
}
  .index_banner .banner .swiper-slide .position .box h5 {
    font-size: 0.3rem;
  }
  .index_title .content1 {
    font-size: 0.26rem;
  }
  .index_link a,
  .index_link .a {
    width: 1.8rem;
  }
  .index_news .w1520.p74_ {
    padding: 0 0 0.74rem;
  }
  .index_news .box .banner .swiper-container {
    padding: 0;
  }
  .index_news .box .banner .swiper-slide .item {
    padding: 0 5vw;
  }
  .index_news .box .controls .prog {
    width: 76%;
  }
  .index_news .box .controls {
    margin: 0.54rem 5vw 0;
  }
  .index_equipment .box .list .item a .position {
    left: 5vw;
    width: 90%;
    top: 0.82rem;
  }
  .index_equipment .box .list .item a .position .content2 {
    max-width: 100%;
  }
  .index_equipment .box .list .item a .img img {
    max-height: 5rem;
  }
  .index_about .box {
    padding-top: 0.7rem;
  }
  .index_about .box .big_data {
    margin-top: 0.4rem;
  }
  .index_about .box .big_data .ite {
    width: 50%;
    padding: 0.2rem 0;
  }
  .index_about .box .big_data p {
    display: none;
  }
  .index_about .img img,
  .index_about {
    min-height: 80vh;
  }
  .index_about .box .info {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-align: justify;
    text-justify: distribute-all-lines;
  }
  .index_about .box .big_data .ite .top {
    font-size: 0.3rem;
  }
  .index_footer .box .boxTop .item h5 {
    font-size: 0.24rem;
  }
  .StockCode .box .boxRight {
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    /*justify-content: center;*/
    width: 100%;
  }
  .StockCode .box .boxRight .item {
    /*margin: 0 0.4rem;*/
    margin-right: 0.64rem;
  }
  .StockCode .box .boxLeft .banner .swiper-container .swiper-slide .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .StockCode .box .boxLeft .banner .swiper-container .swiper-slide .item .price {
    margin: 0.2rem 0 0;
    width: 2.6rem;
  }
  .StockCode .box .boxLeft .banner .swiper-container .swiper-slide .item .gains {
    margin: 0.2rem 0 0;
  }
  .StockCode .box .boxLeft .banner .swiper-container {
    height: 1.5rem;
  }
  .StockCode .box .boxLeft .banner .button {
    left: 95%;
    z-index: 1;
  }
  .index_footer .box .boxBot .left {
    font-size: 12px;
    line-height: 20px;
  }
  .index_footer .box .boxBot .left a {
    line-height: 20px;
    display: block;
  }
  .index_footer .box .boxBot .left span {
    display: none;
  }
  .bussiness_nav .box .item {
    width: 50%;
  }
  .bussiness_nav_main .box .img img {
    min-height: 4.2rem;
  }
  .bussiness_banner img {
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 3rem;
  }
  .bussiness_nav_main .box .position .main h6 {
    font-size: 0.22rem;
  }
  .Solution_container .box .banner .swiper-wrapper .swiper-slide {
    width: 80vw;
  }
  .BusinessCompany .box .item .content4 .right ul li .btn svg {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .BusinessCompany .box .item {
    padding: 0.5rem 0.3rem;
  }
  .BusinessCompany .box .item .content3 {
    text-align: justify;
    width: 100%;
  }
  .select_container .box .main_ li {
    margin: 0 0.2rem;
  }
  .News_info_brand .box .boxLeft {
    line-height: 0.4rem;
  }
  .BusinessCompany .box .item .content4 .right ul li .call a {
    font-size: 12px;
  }
  .Inner_banner .position .box h5 {
    font-size: 0.3rem;
  }
  .Inner_banner .position .box h6 {
    font-size: 0.2rem;
  }
   .index_banner .banner .swiper-slide .position .box h6 {
        font-size: 0.22rem;
   }
  .StockInformation .box .boxLeft .content1 p {
    font-size: 0.56rem;
  }
  .StockInformation .box .boxLeft .content1 span svg {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  .StockInformation .box .boxLeft .content2 .item p {
    font-size: 0.22rem;
  }
  .BulletinExchange .box .item {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .BulletinExchange .box .item a .boxBot svg {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
  }
  .ContactInformation .img img {
    min-height: 4rem;
  }
  .ContactInformation .box .right {
    margin-left: 0;
    margin-top: 0.5rem;
  }
  .ContactInformation .box .right div span svg {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .News_container .box .item .content3 {
    font-size: 0.2rem;
  }
  .News_container .box .item .content4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: justify;
    text-justify: distribute-all-lines;
  }
  .News_container .box .flexStart .item {
    margin-right: 0%;
  }
  .News_info_brand .box .boxLeft a svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .News_info_brand .box .boxLeft {
    font-size: 13px;
  }
  .News_info .box .content0 {
    font-size: 0.24rem;
  }
  .fengxiang .social-share .social-share-icon > img {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .index_link a,
  .index_link .a {
    line-height: 0.5rem;
  }
  .index_news .box .banner .swiper-slide .item .content3 {
    font-size: 0.22rem;
  }
  .HeaderMobile .box .logo a img {
    height: 22px;
  }
  .MobileMain .language div p a i {
    font-size: 12px;
  }
  .HeaderMobile .box .button .search p svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .Inner_banner .img img {
    min-height: 3rem;
  }
  .Partner_container {
    padding-top: 3.6rem;
  }
  .team_container .box .content2 .item {
    width: 50%;
  }
  .team_container .box .content2 .item img {
    min-height: 2rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .StaffStyle .box .controls .prog {
    width: 82%;
  }
  .StaffStyle .box .controls {
    margin-top: 0.24rem;
  }
  .index_title .content3 p {
    margin-left: 0.24rem;
  }
  .JoinUs .box .list .boxTop .content2 {
    width: 100%  !important;
    text-align: left;
  }
  .JoinUs .box .list .boxTop > div {
    width: 50% !important;
  }
  .JoinUs .box .list .boxTop .content4 {
    display: none;
  }
  .JoinUs .box .list .boxTop .content0 {
    font-size: 0.24rem;
  }
  .video_container .item {
    width: 100%;
  }
  .video_container .item a .top p svg {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  .News_container .box1 {
    margin-bottom: 0.7rem;
  }
  .CompanyProfile .box1 .item {
    padding: 0.2rem 0;
    width: 50%;
  }
  .CompanyProfile .box1 p {
    display: none;
  }
  .DevelopmentHistory .box .banner1 {
    width: 82%;
  }
  .DevelopmentHistory .box .banner1 .swiper-slide p {
    line-height: 21px;
  }
  .DevelopmentHistory .swiper_box .banner .swiper-slide .item .bot {
    font-size: 12px;
    line-height: 18px;
  }
  .CorporateCulture .img img {
    min-height: 4rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .CorporateCulture .wenan {
    font-size: 14px;
  }
  .SustainableDevelopment .box .controls .prog {
    width: 82%;
  }
  .SustainableDevelopment .box .controls {
    margin-top: 0.24rem;
  }
  .SustainableDevelopment .box .banner .swiper-slide .item .content3 {
    font-size: 0.22rem;
  }
  .HonorEnterprise .box .boxLeft {
    width: 100%;
  }
  .HonorEnterprise .box .boxLeft .data > div {
    width: 50%;
    margin-right: 0;
  }
  .ContactUs .box .toggle ul li {
    margin: 0 0.2rem 0.2rem;
  }
  .ContactUs .box .toggle_main .list:first-child .item:first-child .main .ite {
    width: 100%;
    margin-bottom: 0.52rem;
  }
  .ContactUs .box .toggle_main .list:first-child .item:first-child .main .ite:first-child h6 svg {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .ContactUs .box .toggle_main .list .item {
    width: 100%;
  }
  .ContactUs .box .toggle_main .list .item .main .ite {
    margin-bottom: 0.7rem;
  }
  .search_container .box_search label p {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .search_container .box_search input[type='text'] {
    font-size: 14px;
  }
  .search_container .box_search {width: min(6rem, 90vw);}
  .search_container {top: 58px;} 
}
.StockCode .box .boxRight .item .ewm {z-index: 1;}

.news-detailed {padding:.5rem 0;}
.news-detailed .tit {text-align:center; font-size:.3rem; font-weight:normal; line-height: 50px;}
.news-detailed .time {text-align:center; color:#999; line-height:52px; font-size:15px; border-bottom:#ccc 1px dotted;}
.news-detailed .content { line-height:30px; margin-top:30px;}
.news-detailed .content p {margin-bottom:20px;}
.news-detailed .content img {max-width:100%;}
.news-detailed .text-secondary {border-top:#efefef 1px solid; display:flex; justify-content:space-between; padding-top:20px;}
.news-detailed .text-secondary i {font-size:24px;}



/* 产品 */
.prolist {padding:0.6rem 0;}
.prolist ul {width: 100%; display: flex; flex-wrap: wrap;}
.prolist li {width:23.5%; margin-right:2%;				
				margin-bottom:30px;
				border:#efefef 1px solid;
				box-sizing:border-box;
				background:#f7f7f7;
}
.prolist li:nth-child(4n) {margin-right:0}
.prolist li .pic {overflow:hidden;}
.prolist li .pic img {width:100%; min-height:2.6rem; max-height:2.6rem;}
.prolist li .text {padding:20px; box-sizing:border-box;height:auto; background:#fff; border-top:#efefef 1px solid;}
.prolist li .text .t {font-size:0.18rem; color:#262626; margin-top:0;white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;}
.prolist li .text .btn3 {}
.prolist li .text p {font-size:16px; text-align:left; color:#999;margin-bottom:20px;}
.prolist li .text .more {background:#ffc300; border-radius:50%; width:40px; font-size:22px; display:block; height:40px; line-height:36px; text-align:center;}
.prolist li .text .more a {display:block;}
.prolist li .text .more:hover {background:#fff; color:#ffc300}

@media screen and (max-width: 1680px) {
    .prolist li .pic img {width:100%;  min-height:2.6rem; max-height:2.6rem;}
}
@media screen and (max-width: 1920px) {
    .prolist li .pic img {width:100%;  min-height:2.6rem; max-height:2.6rem;}
}
@media screen and (max-width: 1024px) {
.prolist li {width:100%; margin-right:0%;				
				margin-bottom:20px;
				border:#efefef 1px solid;
				box-sizing:border-box;
				background:#f7f7f7;
}
.bussiness_nav {margin-top:0}
.prolist li .text .t {font-size:0.26rem;}

}
.pro-detailed {background:#fff; padding:40px; box-sizing:border-box; display:flex; justify-content:space-between; align-items:center;}
.pro-detailed .tit {font-weight:normal; border-bottom:#efefef 1px solid; line-height:50px; margin-bottom:20px; font-size:.26rem;}
.pro-detailed .tit p {font-size:16px; color:#999;}

.pro-detailed .pic {flex:1; width:50%;}
.pro-detailed .info {flex:1; padding:50px; box-sizing:border-box; text-align:left;}
.pro-detailed .info i {font-size:22px;}
.pro-detailed .info .content {margin-bottom:.3rem;}

@media screen and (max-width: 1024px) {
.pro-detailed {padding:0; flex-wrap:wrap;}
.pro-detailed img {max-width:100%;}
.pro-detailed .info {padding:0 20px;}
.pro-detailed .pic {flex:none;}
.pro-detailed .pic {width:100%}
}



.pro_2a{ background:#fff;overflow:hidden; width:100%; padding:40px;-moz-box-sizing: border-box; box-sizing: border-box; margin-top:50px;}
.pro_2a h3{ width:100%; border-bottom:#efefef 1px solid; overflow:hidden; height:35px; line-height:35px; padding-bottom:25px; font-size: .24rem; color:#222; margin-bottom:20px;}
.pro_2a h3:before {width:3px; height:30px; content:""; display:inline-block; position:relative; background:#073190; margin-right:10px; top:5px;}
.pro_2a p {line-height:36px; margin-bottom:20px;}


.text-secondary {border-top:#efefef 1px solid; display:flex; justify-content:space-between; padding-top:20px; margin-top:.3rem;}
.text-secondary i {font-size:32px;}
.btn2 {
  background: #073190;
  width: 200px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.btn4 {
  background: #333;
  width: 200px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  color: #fff;
  text-align: center;
}

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

.btn4 {width:49%;}
.btn2 {width:49%;}
.pro_2a {padding:20px;}
}

.t {font-size: 0.42rem; margin-top: 0.62rem; margin-bottom: 0.12rem;}
.t2 {font-size:0.16rem; color:#999;}
.contact {display:flex; justify-content:space-between; padding:0.8rem 0;}
.contact .item {border:#efefef 1px solid; padding:0.5rem 0.2rem; box-sizing:border-box; width:32.333%; text-align:center;}
.contact .item .ico {margin-bottom:0.2rem;}
.contact .item .title {font-weight:bold; font-size:.2rem; margin-bottom:.1rem;}
.contact .item p {color:#666;}

.contact2 {display:flex; justify-content:space-between; padding:0.8rem 0;}
.contact2 .item {border:#efefef 1px solid; padding:0.5rem 0.2rem; box-sizing:border-box; width:32.333%; text-align:center;}
.contact2 .item .ico {margin-bottom:0.2rem;}
.contact2 .item .ico img {width:22%;}
.contact2 .item .title {font-weight:bold; font-size:.2rem; margin-bottom:.1rem;}
.contact2 .item p {color:#666; line-height:0.31rem;}


.message-1{ padding-bottom:80px; background:url(/images/message.gif) no-repeat center 50px; height:auto; overflow:hidden;}
.message-1 h6{ width:100%; float:left; overflow:hidden; line-height:26px; font-size:16px; color:#073190; text-align:center; margin-bottom:5px}
.message-1 h6 span{ padding-left:35px; background:url(dot01.gif) no-repeat 0 center}
.message-1 h3{ width:100%; float:left; overflow:hidden;line-height:60px; text-align:center; font-size:0.42rem; color:#333; text-transform:capitalize; margin-bottom:40px}
.message-1 h4{ width:100%; float:left; overflow:hidden; text-align:center; margin-bottom:50px}
.message-1 h4 img{ margin:0 10px; width:90px; height:90px; border-radius:50%}
.maplist{ width:100%;  float:left; overflow:hidden;}
.maplist ul{ width:46%; float:left; overflow:hidden}
.ul_01{ margin-right:8%;}
.maplist li{ width:100%; float:left; overflow:hidden; margin-bottom:20px}
.span_001{ width:100%; float:left; line-height:30px; font-size:14px; color:#bbb;}
.span_001 b{ color:#ef2d36; padding-left:3px}
.maplist input{ font-family:"PingFangSC-Regular","微软雅黑","Microsoft Yahei";}
.intxt{ width:100%; float:left; height:68px; line-height:68px; overflow:hidden; font-size:16px; color:#666; padding:0 20px; border:1px solid #e3e3e3; background:rgba(255,255,255,.4); outline:none; -moz-box-sizing: border-box;box-sizing: border-box;}

.intxt2{ width:40%; float:left; height:68px; line-height:68px; overflow:hidden; font-size:16px; color:#666; padding:0 20px; border:1px solid #e3e3e3; background:rgba(255,255,255,.4); outline:none; -moz-box-sizing: border-box;box-sizing: border-box;}

.maplist li img {height:68px; margin-left:10px;}
.sel01{ width:100%; float:left; height:68px; line-height:68px; overflow:hidden; font-size:14px; color:#333; padding:0 20px; border:1px solid #e3e3e3; background:rgba(255,255,255,.4);  outline:none;  -moz-box-sizing: border-box;box-sizing: border-box;}
.maplist li.m_16{ margin-bottom:36px}
.maplist textarea{ width:100%; float:left; overflow:hidden; padding:20px 20px; border:1px solid #e3e3e3; background:rgba(255,255,255,.5); color:#666; font-size:14px; -moz-box-sizing: border-box;box-sizing: border-box; height:200px;outline:none;  font-family:"PingFangSC-Regular","微软雅黑","Microsoft Yahei";}

.maplist li.subli{ width:100%; display:flex; overflow:hidden;flex-wrap:wrap }
.yzm01{ width:26%; margin-right:20px}
.yzm02{  height:50px; border:1px solid #e3e3e3; padding:8px; margin-right:20px}
.maplist h5{flex:1;}
.submit_01{ width:100%; height:68px;  overflow:hidden; line-height:68px; font-size:16px; color:#fff; background-image: linear-gradient(to right,#073190,#073190); cursor:pointer; border:none; font-family:"微软雅黑" ;outline:none; text-align:center; }
submit_01:hover{ background:#ed6d1d}
/*整站分页*/
.pagination {display: flex; @include list-unstyled(); @include border-radius(); margin-top:0.54rem;}
.justify-content-center {-ms-flex-pack: center !important; justify-content: center !important;}
.page-num, .page-link {position: relative;display: block;padding: .2rem 0.3rem;margin-left: -1px; line-height: 1.25;color: #333;background-color: #fff;border: 1px solid #efefef;}
a.page-num:hover, .page-link:hover {text-decoration: none; color:#333}
.page-num-current {z-index: 1;color: #fff;background-color: #1d3c85;border-color: #1d3c85;}
.page-num-current:hover {color: #fff;}


/*悬浮链接*/
.suspension{position:fixed;z-index:55;right:0;bottom:85px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#353535;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#F05352;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode .inner-box img {width:180px;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}

/*背景*/
.bg-blue{ padding:0rem 2rem; padding-bottom:0.2rem; box-sizing:border-box;}
.developer-solution-block{position:relative;max-width:none; clear:both; background:#fff; overflow:hidden;}

/*二级分类*/
.developer-solution .solution-tab{font-size:16px;color:#ffffff;line-height:28px;text-align:center;display:block;width:100%; margin-bottom:20px;}
.developer-solution .solution-tab ul{padding-bottom:0px; background:#f5f7fa; opacity:1; display:flex; justify-content: flex-end;}
.solution-tab ul li{padding:22px 20px; background:#f5f7fa; color:#333; text-align:center; margin-left:0; margin-right:auto;}
.solution-tab ul li:last-child {border:none;}
.solution-tab ul li:first-child {margin-left:0;}
.solution-tab ul li.active{background:#0e50c8; color:#fff !important;}
.solution-tab ul li.active a {color:#fff;}

.solution-tab ul li.active a {position:relative;}
.solution-tab ul li.active a:before {
  content:'';
  border-bottom: 12px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -26px;
  transition: all 0.36s;
  opacity: 1;
}


/*三级*/
.developer-solution .solution-detail{}
.developer-solution .solution-detail ul li{display:none; height:400px; overflow:auto;}
.developer-solution .solution-detail ul li.active{display:block}

.menulist {float:left; width:19%; margin-right:1.2%; background:#fff;min-height:30px; padding:0.2rem; padding-top:0; box-sizing:border-box;}
.menulist:nth-child(5n) {margin-right:0}
.menulist .title {border-bottom:#efefef 1px solid; margin-bottom:10px; font-size:16px; text-align:left; color:#333; line-height:52px;}
.menulist a {color:#666; display:block; font-size:14px; line-height:26px;white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;}
.menulist a:hover {color:#0e50c8}

