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: 49px;
}
.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 .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;
}
.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 .language {

  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;
  font-family: 'fang';
  -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.2rem;
  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.54rem;
  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.32rem;
  background: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 2px;
  margin: 3px 0;
}
.index_header .box .menu span:nth-child(1) {
  width: 0.29rem;
}
.index_header .box .menu span:nth-child(2) {
  width: 0.28rem;
}
.index_header .box .menu span:nth-child(4) {
  width: 0.31rem;
}
.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 {
  margin: 0 0.2rem;
}
.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;
  font-family: 'fang';
  line-height: 0.95rem;
}
.index_header .box .nav .item .select {
  position: absolute;
  left: 0;
  width: 100%;
  background: #014391;
  -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: 15px;
  color: #fff;
  line-height: 0.64rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-family: 'fang';
  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: #fafafa;
}
.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: #f7f7f7;
  -webkit-box-shadow: 0px 0px 12px #eee;
  box-shadow: 0px 0px 12px #eee;
}
.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 .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 url(../images/bg3.png) no-repeat right center;
  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;
  font-family: 'fang';
  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 {
	font-size: 14px;
  margin-right: 0.5rem;line-height: 25px;
  color: #666;
}
.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;
  font-family: 'fang';
}
.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 .box h5 {
  font-family: 'fang';
  /*font-size: 0.72rem;*/
  color: #fff;
  overflow: hidden;
  font-size: 68px;
  
}
.index_banner .banner .swiper-slide .position .box h6 {
  font-size: 22px;
  
  color: #fff;
  margin-top: 0.17rem;
  letter-spacing: 2px;
}


.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-next {
  z-index: 1;
}
.widgets {
  position: absolute;
  right: 10.4vw;
  bottom: 0.46rem;
  z-index: 1;
}
.widgets .btn-area .bullet_outer {
  color: #fff;
  line-height: 0.24rem;
  position: relative;
  padding-bottom: 0.08rem;
  margin-bottom: 0.26rem;
}
.widgets .btn-area .bullet_outer .le_ {
  font-size: 0.2rem;
  opacity: 0.5;
  /*max-width: 0.2rem;*/
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.widgets .btn-area .bullet_outer .ri_ {
  font-size: 18px;margin-left: 50px;

  opacity: 0.5;
}
.widgets .btn-area .bullet_outer::before {
  position: absolute;
  content: '';
  /*width: 0.18rem;*/
  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;
}


.m28 {
  margin-top: 0.28rem;
}


.index_title {
  position: relative;
}
.index_title .content0 {
  font-family: 'gilroy_Medium';
  font-size: 0.2rem;
  color: #999;
}
.index_title .content1 {

  font-size: 0.42rem;
  margin-top: 0.22rem;
}
.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;
  font-family: 'fang';
  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-family: 'fang';
  font-size: 0.26rem;
  margin-top: 0.32rem;
}
.index_link a,
.index_link .a {
  display: block;
  font-family: 'fang';
  font-size: 0.18rem;
  color: #073190;
  line-height: 0.6rem;
  width: 2.1rem;
  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-family: 'fang';
  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;
}
.index_news .box .banner .swiper-slide .item .content1 {
  padding: 0.25rem 0.2rem;
}
.index_news .box .banner .swiper-slide .item .content2 {
  font-family: 'gilroy_Medium';
  font-size: 0.16rem;
  color: #073190;
}
.index_news .box .banner .swiper-slide .item .content3 {
  font-family: 'fang';
  font-size: 0.26rem;
  line-height: 0.35rem;
  height: 0.7rem;
  margin-top: 0.24rem;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.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.54rem;
}
.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 0.3rem;
}
.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.26rem;
  font-family: 'fang';
  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.46rem;
}
.index_equipment .box .list .active  .position .content2 {
  opacity: 1;
  margin-top: 0.3rem;
}
.index_about {
  min-height: 8.4rem;
  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.6rem;
}
.index_about .box .index_title {
  color: #fff;
}
.index_about .box .index_title .content0 {
  color: #fff;
}
.index_about .box .info {
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.34rem;
  max-width: 6.2rem;
  text-align: justify;
  margin-top: 0.26rem;
}
.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: 1.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-family: 'fang';
  font-size: 0.46rem;
  color: #fff;
}
.index_about .box .big_data .ite .bot {
  font-size: 0.16rem;
  font-family: 'fang';
  color: #fff;
  margin-top: 0.15rem;
}
.index_about .box .big_data p {
  width: 1px;
  background: #fff;
  opacity: 0.3;
}
.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;
  font-family: 'fang';
  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;
  font-family: 'fang';
  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;
  font-family: 'fang';
  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;
  font-family: 'fang';
  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);
}









.mc_e1s5_r {
    padding-top: 20px;
}

.mc_e1s5_r {
    width: 100%;
}
.about-d {
    width: 100%;
    position: relative;
}

.about-d img{width: 100%}


.about-d{
	width: 100%;

	position: relative;
}
.about-dli{
	position: absolute;
	left: 10%;
	top:38%;
	cursor: pointer;
}
.about-d1{
	width: 20px;
	height: 20px;
	background: url(../images/ico19.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	
	animation:divscale 1.8s linear 0s infinite;
	-moz-animation:divscale 1.8s linear 0s infinite;
	-webkit-animation:divscale 1.8s linear 0s infinite;
	-o-animation:divscale 1.8s linear 0s infinite;
}
@keyframes divscale{
	0%   {
		transform: scale(.8);
		-ms-transform: scale(.8);
		-webkit-transform: scale(.8);
		
	} 
	50%  {
		transform: scale(1.2);
		-ms-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		
	} 
	100% {
		transform: scale(.8);
		-ms-transform: scale(.8);
		-webkit-transform: scale(.8);
	}
}
@-moz-keyframes divscale{
	0%   {
		transform: scale(.8);
		-ms-transform: scale(.8);
		-webkit-transform: scale(.8);
	} 
	50%  {
		transform: scale(1.2);
		-ms-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		
	} 
	100% {
		transform: scale(.8);
		-ms-transform: scale(.8);
		-webkit-transform: scale(.8);
	}
} 
@-webkit-keyframes  divscale{
	0%   {
		transform: scale(.8);
		-ms-transform: scale(.8);
		-webkit-transform: scale(.8);
	} 
	50%  {
		transform: scale(1.2);
		-ms-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		
	} 
	100% {
		transform: scale(.8);
		-ms-transform: scale(.8);
		-webkit-transform: scale(.8);
	}	
}
@-o-keyframes  divscale{
	0%   {
		transform: scale(.8);
		-ms-transform: scale(.8);
		-webkit-transform: scale(.8);
	} 
	50%  {
		transform: scale(1.2);
		-ms-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		
	} 
	100% {
		transform: scale(.8);
		-ms-transform: scale(.8);
		-webkit-transform: scale(.8);
	}
}
.about-d2{
	font-size: 15px;
	color: #333;
	line-height: 20px;
	position: absolute;
	display: block;
	width: 100px;
	text-align: right;
	right: 20px;
	top: 50%;
	margin-top: -15px;
}
.about-d3{
	width: 185px;
	padding: 15px 20px;
	border-top: 8px solid #0046b6;
	background: rgba(0,70,182,.6);
	position: absolute;
	top: 10px;
	display: none;
}
.about-d3-a{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.about-d3-b{
	font-size: 14px;
	color: #fff;
	opacity: .5;
	margin-top: 10px;
	line-height: 20px;
}
.about-dli.on{
	z-index: 3;
}
.about-dli.on> .about-d3{
	display: block;
}
.about-dli:nth-child(2){
	left: 83%;
	top: 68%;
}
.about-dli:nth-child(3){
	left: 9.5%;
	top: 34%;
}
.about-dli:nth-child(4){
	left: 4.5%;
	top: 40%;
}
.about-dli:nth-child(4)  .about-d2{top:23px;right:0}




.about-dli:nth-child(5){
	left: 15%;
	top: 37%;
}
.about-dli:nth-child(5) .about-d2{top:5px;right:-78px}




.about-dli:nth-child(6){
	left: 34.8%;
	top: 56.5%;
}
.about-dli:nth-child(7){
	left: 34.71%;
	top:51.92%;
}
.about-dli:nth-child(8){
	left: 25.85%;
	top: 46.61%;
}
.about-dli:nth-child(9){
	left: 28.5%;
	top: 58.54%;
}
.about-dli:nth-child(10){
	left: 34.42%;
	top:54.3%;
}

.about-dli:nth-child(10) .about-d2{right:-55px}



.about-dli:nth-child(11){
	left: 12.5%;
	top: 61.2%;
}




.about-dli:nth-child(12){
	left: 11%;
	top: 68.16%;
}


.about-dli:nth-child(13){
	left: 17%;
	top: 57.16%;
}



.about-dli:nth-child(14){
	left: 16%;
	top: 65.16%;
}

.about-dli:nth-child(14) .about-d2{right:-75px;top:5px}



.about-dli:nth-child(15){
	left: 44%;
	top: 75.16%;
}


.about-dli:nth-child(16){
	left: 76%;
	top: 40.16%;
}


.about-dli:nth-child(17){
	left: 79%;
	top: 28.16%;
}




.about-dli:nth-child(1) .about-d1,
.about-dli:nth-child(2) .about-d1,
.about-dli:nth-child(4) .about-d1,
.about-dli:nth-child(5) .about-d1,
.about-dli:nth-child(7) .about-d1{
	width: 20px;
	height: 20px;
	
	margin-left: -10px;
	margin-top: -10px;
}
.about-dli:nth-child(3) .about-d2{
	text-align: center;
	right: 50%;
	margin-right: -20px;
	
}
.about-dli:nth-child(9) .about-d2,
.about-dli:nth-child(12) .about-d2{
	width: 80px;
}








/* 客服 */

.kefu-info{background: #fafafa;  min-height: 1rem;}
.conImg{ margin-bottom: 1.2rem;}

.kefu-info .kefu-left{padding: .6rem .7rem;width: 40%;}

.kefu-info .kefu-left .kefu-title h4{font-size: .28rem;font-weight: 600;color: #073190;line-height: .4rem;}

.kefu-info .kefu-left .kefu-title p{font-size: 14px;font-weight: 400;color: #888888;line-height: 20px; margin-top: 4px;}



.kf-line{display: inline-block; width: 12px; height: 1px ;background: #888888; margin-bottom: .4rem;margin-top: .4rem;}

.kefu-info .kefu-left .kefu-tp p,.kefu-info .kefu-left .kefu-tp a{font-size: 18px;line-height: 40px; display: block;}

.kefu-info .kefu-left .kefu-tp p span,.kefu-info .kefu-left .kefu-tp a span{color: #888888;}

.kefu-info .kefu-mid{padding: .6rem .2rem;width: 26%; }

.kefu-info .kefu-mid >p{font-size: 18px;color: #212121;line-height: 25px;}

.kefu-info .kefu-mid div{display: flex; align-items: center;}

.kefu-info .kefu-mid div img{width: 1.5rem; margin-right: .018rem;}

.kefu-info .kefu-mid div p{font-size: 16px;color: #484848;line-height: 22px;}

.kefu-info .kefu-right{padding: .6rem .7rem;width: 34%; background: #073190; color: #fff;}

.kefu-info .kefu-right .kf-p1{font-size: 18px;line-height: 25px; }

.kefu-info .kefu-right .kf-p2{font-size: .22rem;line-height: .26rem; font-family: "DIN-bold"; font-weight: bold; margin-top: .1rem; color: #fff; display: block;}

.kefu-info .kefu-right .kf-p2 span{font-weight: 400;font-size: 20px;}

.kefu-info .kefu-right .kf-line{ background: #fff;}

.kf-message{margin-top: 0.7rem; margin-bottom: 0.7rem; }

.kf-message-left{width: 50%;  padding-right: 1.1rem;}

.kfmart60{margin-top: .6rem;}

.kf-message-txt{margin-top: .42rem;}

.kf-message-txt >p{font-size: 18px;color: #888888;line-height: 25px; margin-bottom: .51rem;}

.kf-message-txt div{display: flex; flex-wrap: wrap;}

.kf-message-txt div p{width: 50%;  border-bottom: 1px solid #E6E6E7; padding-top: .3rem; padding-bottom: .3rem;}

.kf-message-txt div p samp,.kf-message-txt div p span{display: block;}

.kf-message-txt div p samp{font-size: 14px;color: #8C9199;line-height: 20px; margin-bottom: 3px;}

.kf-message-txt div p span{font-size: 18px;color: #212121;line-height: 25px;font-weight: 600;}

.kf-message-right{  width: 50%;}



.message-form{margin-top: 0.75rem;}



.message-form  .form-group{ width: 47%; margin-bottom: 0.15rem; position: relative; }





.message-form  .form-group:nth-child(odd){margin-right: 5%;}



.message-form  .form-control{background-color: #F5F6F7; width: 100%; height: 0.6rem;line-height: 0.5rem; border-radius: 0.04rem; border: 0; padding-left: 0.31rem;box-shadow:none}



.form-texttarea{width: 100%  !important; }



.form-texttarea  .form-control{height: 1.98rem ; border: 0;border-radius: 0.04rem;}



.message-form input::-webkit-input-placeholder,.message-form textarea::-webkit-input-placeholder{



	color: #888888 !important;



 }



 .message-form input::-moz-placeholder,.message-form textarea::-webkit-input-placeholder{   /* Mozilla Firefox 19+ */



  color: #888888 !important;



 }



 .message-form input:-moz-placeholder,.message-form textarea::-webkit-input-placeholder{    /* Mozilla Firefox 4 to 18 */



	color: #888888 !important;



 }



 .message-form input:-ms-input-placeholder,.message-form textarea::-webkit-input-placeholders{  /* Internet Explorer 10-11 */ 



  color: #888888 !important;



 }



 .submit-btn{width: 1.6rem;height: 0.6rem;background: #073190;color: #ffffff; font-size: 0.16rem;border-radius: 0.04rem;border: none}

 .formw100{width: 100% !important;}



.form-inline .form-group {
    display: inline-block;

    vertical-align: middle;
}


.form-inline .form-control {
    display: inline-block;

    vertical-align: middle;
}






















.l_g1_qy_le {
    width: 48px;
    margin-right: 40px;
}
.l_g1_yjjj {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}

.l_g1_yj {
    font-size: 24px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 15px;
}

.l_g1_qy_ri {
    width: calc(100% - 88px);
}


.l_g1_qywh {
    margin-bottom: 50px;
}


.fl {
    float: left;
}

.l_g1_qy_le img {
    width: 100%;
}
.l_g1_qy_ri {
    width: calc(100% - 88px);
}
@media (max-width: 767px){
.l_g1_qywh {
    margin-bottom: 16px;
    background: #fff;
    box-shadow: 1px 1px 20px #f0f1f2;
    padding: 30px;
}
	
.l_g1_qy_ri {
    width: calc(100% - 48px);
    padding-left: 10px;
}	

.l_g1_yjjj {
    font-size: 14px;
}
	
	
.l_g1_qy_le {
    width: 38px;
    margin-right: 10px;
    margin-top: 5px;
}	
	
.l_g1_qy_ri {
    width: calc(100% - 48px);
    padding-left: 10px;
}	

.l_g1_yj {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}	
	
	
	
}



@media (max-width: 1366px){
	
.l_g1_qywh {
    margin-bottom: 20px;
}



}







.index_footer {
  background: #303030;
  min-height: 1rem;
  padding: 0.72rem 0 0;
}
.index_footer .box .boxTop .item {
  font-family: 'fang';
  color: #fff;
}
.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-family: 'fang';
  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-family: 'fang';
    font-size: 0.12rem;
    color: #999;
    position: relative;
    text-align: right;
    margin-top: 0.2rem;
}
.index_footer .box .boxBot {
  margin-top: 0.05rem;
  padding: 0.42rem 0;
  border-top: 1px solid #4e4e4e;
}
.index_footer .box .boxBot .left {
  font-size: 14px;
  color: #999;
  font-family: 'fang';
}
.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;
  font-family: 'fang';
  -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;
  font-family: 'fang';
}
.Inner_banner .position .box h5 {
  font-size: 0.62rem;
}
.Inner_banner .position .box h6 {
  font-size: 0.22rem;
  margin-top: 0.17rem;
}
.News_container .box {
  margin-top: 0.3rem;margin-bottom: 0.6rem;
}
.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;
}
.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-family: 'gilroy_Medium';
  font-size: 0.16rem;
  color: #073190;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_container .box .item .content3 {
  font-family: 'fang';
  font-size: 0.26rem;
  line-height: 0.35rem;
  height: 0.7rem;
  margin-top: 0.24rem;
  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-align: justify;
	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;
  
  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;
  font-family: 'fang';
}
.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-family: 'fang';
  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;
  font-family: 'fang';
}
.News_info .box .content1 {
  margin-top: 0.4rem;overflow: hidden
}
.News_info .box .content1 .left {
  font-size: 0.2rem;
  color: #073190;float: left;
}

.News_info .box .content1 .right {float: right}








.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 {
  font-family: 'fang';
  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-family: 'gilroy_Medium';
  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;
  font-family: 'fang';
}
.StockInformation .box .boxLeft .content1 {
  margin-top: 0.25rem;
  font-family: 'fang';
}
.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 {
  font-family: 'fang';
}
.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;
  font-family: 'fang';
  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;
  font-family: 'fang';
  -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;
}





.l_hb_wa {
    opacity: 0;
    transition: all .5s;
}

.l_f0_con:hover .l_hb_wa {
    opacity: 1;
}

.l_f0_con:hover .l_f0_hbimg {
    opacity: 0;
}

.leo_comtext {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    margin-top: 58px;
    font-weight: bold;
}


.l_f0_hzhb {
    margin: 0 -10px;
    margin-bottom: 35px;
    margin-top: 40px;
}


.l_f0_con {
    position: relative;
    width: 32.3333%;
    padding: 0 0.5%;
    margin-bottom: 25px;
    animation: fadeInUp 2s;

}


.l_f0_hblist {
    border: 1px solid #eeeeee;
    height: 100%;
    position: relative;
}

.l_two_img {
    position: relative;
    overflow: hidden;
}

.l_f0_hbimg {
    position: absolute;
    width: 240px;margin: 0 auto;
    transition: all .5s;
}


.l_two_img img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.l_two_img_one {
    position: relative;
    top: 0;
    left: 0;
}


.l_two_img img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.l_two_img_two {
    position: absolute;
    top: 0;
    left: 0;
}


.l_hb_wa {
    opacity: 0;
    transition: all .5s;
}

.l_f0_hbtext {
    font-size: 14px;
    color: #00a3d1;
    line-height: 18px;
    margin-bottom: 15px;
    text-align: center;
    max-height: 36px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}








.BulletinExchange .box{overflow: hidden}
.BulletinExchange .box .item {
  width: 30.333%;margin: 1.5%
}
.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: 10px;
}
.BulletinExchange .box .item a .boxBot .main .left .text {
 text-align: center
}
.BulletinExchange .box .item a .boxBot .main .left .text p {
  font-size: 0.16rem;
  font-family: 'gilroy_Medium';
  color: #000;
}
.BulletinExchange .box .item a .boxBot .main .left .text div {
  font-size: 0.22rem;
  color: #333;
  margin-top: 0.14rem;
}
.BulletinExchange .box .item a .boxBot .main .right {
 display: block;margin: 20px 0
}
.BulletinExchange .box .item a .boxBot .main .right .link .a {
  width: 1.6rem;
  line-height: 0.35rem;
  font-size: 0.14rem;
  display: block;

  color: #fff;
  text-align: center;
 background: #073190;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;margin: 0 auto
}
.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.46rem;
  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:16px;
  color: #fff;
  font-family: 'fang';
  margin-bottom: 0.18rem;
	margin-left: 0.18rem; 
}
.ContactInformation .box .right div:last-child {
  
}
.ContactInformation .box .right div a {
  font-size: 16px;
  color: #fff;
  display: inline-block;  
}
.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;
}

.ContactInformation .box .right div span  {
 width: 22px;
}
.ContactInformation .box .right div span img  {
 width: 100%;
}


.bussiness_banner img {
  width: 100%;
}
.bussiness_nav {
  margin-top: -0.9rem;position: relative;z-index: 2
}


.bussiness_nav .box{overflow: hidden;}

.bussiness_nav .box .item{float: left}

.bussiness_nav .box .item a {
  display: block;
  text-align: center;
  padding: 0.35rem 0.4rem 0.16rem;
	margin: 0 10px 0 0
}
.bussiness_nav .box .item a .top {
  font-size: 0.2rem;
  margin-bottom: 0.4rem;
  color: #fff;
}
.bussiness_nav .box .item a .bot i {
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
.bussiness_nav .box .item a:hover .bot i {
  color: #073190;
  -webkit-animation: flip 1s ease both;
  animation: flip 1s ease both;
}
.bussiness_nav .box .active a {
  background: #073190;
}
.bussiness_nav .box .active a .bot i {
  color: #fff !important;
}
.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;
  font-family: 'fang';
}
.bussiness_nav_main .box .position .main h6 {
  font-size: 0.26rem;
  font-family: 'fang';
  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;
  font-family: 'fang';
  color: #000;
  line-height: 0.3rem;  height: 0.4rem;
}
.Solution_container .box .banner .swiper-wrapper .swiper-slide a .content2 {
  margin-bottom: 0.2rem;
  height: 1.12rem;
}
.Solution_container .box .banner .swiper-wrapper .swiper-slide a .content2 p {
  font-size: 0.14rem;
  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 {
  font-family: 'fang';
  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;
  font-family: 'fang';
}
.side_container ul .active a {
  color: #000;
}





.pjoinus {
    padding-bottom:0.7rem;
    padding-top: 0.7rem;
}


.pjoin-title h4 {
    font-size: .32rem;
    font-weight: 600;
    color: #222222;
    line-height: .56rem;
}

.tc {
    text-align: center;
}



.pjoin-title p {
    font-size: .26rem;
    font-weight: 300;
    color: #999999;
    line-height: .37rem;
    margin-top: 4px;
    text-transform: uppercase;
}





.container-fluid{background: #fafafa;}

.j1-content {
    justify-content: space-between;
    margin-top: 0.3rem;
}
.weui-flex-warp {
    display: flex;
}

.j1-content .j1-item:hover {
    transform: translateY(-10px);
}
.j1-content .j1-item {
    width: 19%;
    background: #fff;
padding: 2%;
	margin: 0.5%; transition: all .3s;
    transform: translateY(0);
}
.pr {
    position: relative;
}

.pb {
    position: absolute;
}
.j1-content .j1-item span {
    top: 0;
    right: 0;
    width: 0.6rem;
    height: 0.6rem;
    color: #ffffff;
    background: #073190;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: .6rem;
    text-align: center;
    font-family: "DIN-Medium";
}


.j1-content .j1-item h6 {
    color: #073190;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 0.17rem;
}


.j1-content .j1-item p {
    color: #484848;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 0.3rem;

    min-height: 96px;
}


.BusinessCompany .box .item {
  background: #fafafa;
  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.40rem;
  color: #333;
  font-family: 'fang';
}
.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;
  font-family: 'fang';
  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%;
}


.chengchengbox{padding: 5%}

.l_kyly_more_box {
    height: 359px;overflow: hidden;margin: 0.74rem 0
}




.l_b1_conter_three .l_b1_kyly_right {
    float: left;
}
.l_two_img {
    position: relative;
    overflow: hidden;
}
.l_b1_kyly_right {
    width: 35%;
    float: right;
}


.l_two_img img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.l_two_img_one {
    position: relative;
    top: 0;
    left: 0;
}


.l_two_img img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.l_two_img_two {
    position: absolute;
    top: 0;
    left: 0;
}

.l_kyly_jcomput_box {
   
    height: 100%;
}
.l_b1_kycx_hlhz {
    background: #edf1f8;
}
.l_b1_kyly_left {
    width: 65%;
    height: 100%;
    transition: all 1s;
}

.l_b1_three_tit {
    max-height: 80px;
    line-height: 40px;
    /* height: 80px; */
}
.l_b1_kylm_tit {
    font-family: "Arial";
    font-size: 26px;
    line-height: 1.75;
    color: #1e3874;
    max-height: 46px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 1s;
}

.l_b1_three_text {

    margin-bottom: 0;
}
.l_b1_kylm_text {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #666666;
    line-height: 28px;

    overflow: hidden;
    margin-bottom: 33px;
    transition: all 1s;

}




.clearfix::after {
    display: block;
    clear: both;
    height: 0;
    content: ' ';
}






.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;
  font-family: 'fang';
  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;
  font-family: 'fang';
  -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;
  font-family: 'fang';
  -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;
  font-family: 'fang';
  -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;
  font-family: 'fang';
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contact_layer .box .item .input input::placeholder {
  font-size: 0.16rem;
  color: #666;
  font-family: 'fang';
  -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;
  font-family: 'fang';
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contact_layer .box .item2 textarea::-moz-placeholder {
  font-size: 0.16rem;
  color: #666;
  font-family: 'fang';
  -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;
  font-family: 'fang';
  -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;
  font-family: 'fang';
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contact_layer .box .item2 textarea::placeholder {
  font-size: 0.16rem;
  color: #666;
  font-family: 'fang';
  -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-family: 'fang';
  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;
  font-family: 'fang';
  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;
  font-family: 'fang';
  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-family: 'fang';
  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 {
  font-family: 'fang';
  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.15rem 0 0;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;background: #fff;margin: 0 10px;
}
.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 {
  width: 3.4rem;
  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.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  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;
  font-family: 'fang';
  height: 0.96rem;
  width: 64%;
  margin: 0.08rem 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;
  font-family: 'fang';
  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;
  font-family: 'fang';
  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;
  font-family: 'fang';
  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-family: 'fang';
  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-family: 'fang';
  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 {
  font-family: 'fang';
  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 {
  font-family: 'fang';
  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;
  font-family: 'fang';
  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;
  font-family: 'fang';
  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;
  
}


.quotes .box a{color: #fff;}



.neinav{height:60px;position:relative;display:flex;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,0.1);width:100%;z-index:20;margin-bottom: 0px}

.neinav .nvx {
    position: absolute;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    z-index: 2;
    background: #fff;
    line-height: 60px;
    border-bottom: 1px solid #f2f2f2;
}

.neinav .nvx a.act, .neinav .nvx a:hover {
    color: #2159a3;
}
.neinav .nvx a {
    display: block;
    float: left;
    margin-right: 50px;
    position: relative;
    color: #666;line-height: 60px
}

.neinav .nvx a.act s {
    width: 100%;
}
.neinav .nvx a s {
    display: block;
    position: absolute;
    width: 0%;
    height: 2px;
    background: #123b97;
    left: 0;
    bottom: 0;
}

.f_16 {
    font-size: 16px;
}






.CompanyProfile .box {
  background: url(../images/bg4.png) no-repeat left bottom;
  padding-bottom: 1rem;
}



.CompanyProfile .wenhuabox {
  background: url(../images/wenhuabgg.png) no-repeat left bottom;
  padding-bottom: 1rem;
}

.CompanyProfile .guocheng {
  background: url(../images/jishuguocheng.png) no-repeat left bottom;
  padding-bottom: 1rem;
}

.CompanyProfile .box .boxRight {
  width: 60%;
  padding-top: 0.34rem;
  font-family: 'gilroy_Medium';
  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-family: 'fang';
  font-size: 0.36rem;
}
.CompanyProfile .box1 .item .top span {
  font-size: 0.46rem;
}
.CompanyProfile .box1 .item .bot {
  font-family: 'fang';
  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;
  font-family: 'fang';
  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;
  font-family: 'fang';
  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 {
  position: relative;
  overflow: hidden;
}
/*.CorporateCulture .img {*/
/*    opacity: 0;*/
/*}*/
.CorporateCulture .img video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.CorporateCulture .biaoti {
  position: absolute;
  top: 0.74rem;
  left: 10.4vw;
  z-index: 3;
}
.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;
  font-family: 'fang';
  -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.25rem 0.2rem;
}
.SustainableDevelopment .box .banner .swiper-slide .item .content2 {
  font-family: 'gilroy_Medium';
  font-size: 0.16rem;
  color: #073190;
}
.SustainableDevelopment .box .banner .swiper-slide .item .content3 {
text-align: center;
  font-size: 16px;
  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 .box p {
    font-size:16px;
    color: #666;
    line-height: 0.34rem;
    max-width: 5.2rem;
    margin-top: 0.2rem;
    text-align: justify;
}





.HonorEnterprise .box .boxLeft .data {
  margin-top: 0.5rem;overflow: hidden
}
.HonorEnterprise .box .boxLeft .data > div {
  margin-bottom: 0.74rem;float: left;margin-right:0.4rem
}
.HonorEnterprise .box .boxLeft .data > div .top {
  color: #073190;

  font-size: 0.15rem;
}
.HonorEnterprise .box .boxLeft .data > div .top span {
  font-size: 0.36rem;
}
.HonorEnterprise .box .boxLeft .data > div .bot {
  font-size: 13px;
}


.HonorEnterprise .box .boxLeft{width: 40%;}

.HonorEnterprise .box .boxRight {
  height: -webkit-calc(99.05vh);
  height: calc(100vh - 0.95rem);
  width: 60%;
}
.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%;
}
.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;
  font-family: 'fang';
  -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;
  font-family: 'fang';
  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;
  font-family: 'fang';
  -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) {
	  .w1520 {
    padding-left: 5vw;
    padding-right: 5vw;
  }
    .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) {
	  .w1520 {
    padding-left: 5vw;
    padding-right: 5vw;
  }
    
    .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: 10px;
  }
  .News_container .box .item .content3 {
    font-size: 0.22rem;
  }
  .News_info .box {
    width: min(1200px, 79.2vw);
  }
  .index_header .box .language {
    margin-left: 0.05rem;
  }
  .HonorEnterprise .box .boxRight {
    width: 8.4rem;
  }
  .HonorEnterprise .box .boxLeft .data > div .top span {
    font-size: 0.26rem;
  }
  .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;
  }
}

	.yincang{display: none}
@media screen and (max-width: 1024px) {
	.pjoinus .weui-flex-warp{display: block}
	
	.j1-content .j1-item{width: 90%;padding: 5%}
	
	.l_b1_kyly_right{width: 100% }
	
	
	.l_b1_conter_three .l_b1_kyly_right{float: none}
	.l_b1_kyly_left{float: none;width: 100%}
	
	.l_kyly_more_box{height: auto}
	.yincang{display: block}
	.about-d{display: none}
	.yincang .mapshouji{width: 100%}
	
	
    .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 {

  }
	.Solution_container .box .banner .swiper-wrapper .swiper-slide a .content2 p{font-size: 14px;}
	.Solution_container .box .banner .swiper-wrapper .swiper-slide a .content2{height: 1.52rem;}
  .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: #333;
    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: 10px;
  }
  .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:100%;
    margin-bottom: 0.2rem;
  }
	
	.News_container .box .item .content4{font-size: 14px;}
	
  .inner_page .box .page a {
    display: none;
  }
  .inner_page .box .page span {
    display: none;
  }
  .News_container .box {
  }
  .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 .position {
    opacity: 0;
  }
  .CorporateCulture .index_title .content0 {
    color: #fff;
  }
  .CorporateCulture .index_title .content1 {
    color: #fff;
  }
  .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;
  }
	
	
	
	
	.lxbox .weui-flex-warp{display: block;overflow: hidden}
	
	.kefu-info .kefu-left{width: 100%}
	
	.kefu-info .kefu-left .kefu-tp p, .kefu-info .kefu-left .kefu-tp a{font-size: 14px;}
	.kefu-info .kefu-mid{display: none}
	.kefu-info .kefu-right{width: 100%}
	
	 .messagebox .weui-flex-warp{display: block;}
	.kf-message-left{width: 100%}
	.kf-message-right{width: 100%}
	.kf-message-txt div p span{font-size: 14px;}
	.kf-message-txt div p:nth-child(even){width: 40%;margin-left: 5%}
	.message-form .form-control{width: 95%}
	.message-form .form-group{width: 95%}
	.form-texttarea{width: 95%!important}
	.formw100{width: 95%!important}
	.l_f0_hbimg{width: 100%}
	
}





.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: 33.333%;
  }
  .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 p img{width: 100%;}
	
	
  .BusinessCompany .box .item .content3 {
    text-align: justify;font-size: 14px;
    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 {display: block;
    margin-left: 0;
    margin-top: 0.5rem;
  }
	.ContactInformation .box .right div{margin-bottom:0.10rem }
	.ContactInformation .box .right div a{font-size: 14px}
	
	.ContactInformation .box .right .ketel{margin-top: 20px;margin-bottom: 20px}
	
	
  .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;
}
/*# sourceMappingURL=./style.css.map */