@font-face {font-family: 'impact';src: url('../fonts/impact.ttf?r=62144307125');src: url('../fonts/impact.ttf') format('truetype');font-weight: normal;font-style: normal;}

button, input, select, textarea,h1, h2, h3, h4, h5, h6{line-height:1.3;font-weight: 300;}
body {font-family: 'OpenSans-Regular', Arial, Helvetica, sans-serif;}
address, cite, dfn, em, var {font-style:normal;} 
code, kbd, pre, samp {font-family: courier new, courier, monospace;} 
small {font-size:  0.75em;} 
ul, ol {list-style: none;margin:0; padding: 0px;}
body,legend {color:#666;}
a{color:inherit;text-decoration: none;}
a:hover  {color:#5AB8CC;text-decoration: none;}
a:active{color:inherit;}
.css3, a {-webkit-transition-duration: 0.5s;-ms-transition-duration: 0.5s;-o-transition-duration: 0.5s;-moz-transition-duration: 0.5s;	transition-duration: 0.5s;}
img {max-width: 100%;vertical-align: middle;}
.clearfix{*zoom:1;}
.clearfix:after{content: ''; display: block; clear: both;}
.pc {display: block;}
.mobile {display: none;}
.containe {
  width: 90%;
  margin: 0px auto;
}

/*位置控制*/
.vertical-align {font-size: 0}
.vertical-align:before {display: inline-block;height: 100%;vertical-align: middle;content: ""}
.vertical-align-bottom,.vertical-align-middle {display: inline-block;max-width: 100%;}
.vertical-align-middle {vertical-align: middle}
.vertical-align-bottom {vertical-align: bottom}


/* 头部文件 */
.rat-header-bottom {position: fixed;width: 100%;padding: 0px;margin: 0px;border-bottom: 1px solid #e6e6e6; top: 0; z-index: 99; transition: all .3s;}
.rat-header-bottom:hover {background-color: #fff;}
.rat-header-bg,.rat-header-bg1 {background-color: #fff; transition: all .3s;}
.rat-header-logo {
  position: relative;
  z-index: 10;
  float: left;
  margin: 15px 0px 0px;
  padding: 0px;
  font-size: 18px;
  line-height: 20px;
  height: 75px;
  transition: all .3s;
}
.rat-header-logo img {
  height: 55px;
  margin-top: 0;
}
.rat-header-logo .logo1 {display: block;}
.rat-header-logo .logo2 {display: none;}
.rat-header-bottom:hover .rat-header-logo .logo1,.rat-header-bg .rat-header-logo .logo1,.rat-header-bg1 .rat-header-logo .logo1 {display: none;}
.rat-header-bottom:hover .rat-header-logo .logo2,.rat-header-bg .rat-header-logo .logo2,.rat-header-bg1 .rat-header-logo .logo2 {display: block;}
.rat-header-bottom .menu-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.rat-header-bottom .menu {
  padding-top: 0px;
  padding-left: 200px;
  display: -webkit-box;
}
.rat-header-bottom .menu .menu-item-wrapper {
  height: 90px;
  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;
  cursor: pointer;
}

.rat-header-bottom .menu .menu-item {
  margin: 0px 20px;
  box-sizing: border-box;
  font-size: 15px;
  height: 90px;
  line-height: 90px;
  color: #fff;
  word-break: keep-all;
  white-space: nowrap;
  transition: all .3s;
}
.rat-header-bottom .menu .menu-item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  max-width: 0;
  -webkit-transition: max-width .1s ease-in-out;
  transition: max-width .1s ease-in-out;
  background-color: #76BC21;
  margin-left: inherit;
  margin-right: inherit;
  margin-bottom: 10px;
}
.rat-header-bottom .menu .menu-item-wrapper ul {
  z-index:99;
  display:none;
  height:auto;
  position:absolute;
  top:100%;
  left: 50%;
  transform: translateX(-50%);
  flex-direction:column;
  background:#fff;
  border: 1px solid #eee;
  border-top: 1px;
  border-radius: 0px 0px 5px 5px;
  min-width:160px;
  white-space:nowrap;
  align-items:baseline;
  padding: 5px 10px;
}
.rat-header-bottom .menu .menu-item-wrapper:hover ul {display:block;}
.rat-header-bottom .menu .menu-item-wrapper:hover ul li {
  font-size: 14px;
  line-height: 35px;
  color: #333;
  text-align: center;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-header-bottom .menu-wrapper.nav-hide {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
}
.ico-alibaba {
  display: inline-block;
  background-image: url(../images/alibaba-icob.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left 35px;
  padding: 0px 0px 0px 30px;
  margin: 0px;
  overflow: hidden;
}

.rat-header-other {
  border: none;
  position: relative;
  top: 0;
  right: 0;
  float: right;
  margin-top: 25px;
  font-size: 24px;
  transition: all .3s;
}
.rat-header-other.nav-hide {display: none;}
.rat-header-other .shop-icon {
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  float: left;
  line-height: 20px;
  height: 20px;
  margin-top: 10px;
  position: relative;
  cursor: pointer;
}
.rat-header-other a.btn-open-search {
  color: #fff;
  line-height: 20px;
  height: 20px;
  margin-top: 10px;
  padding-left: 10px;
  float: left;
  text-decoration: none;
}
.rat-header-other a.btn-open-nav {
  margin-top: 2px;
  margin-left: 10px;
  float: left;
  text-decoration: none;
}
.rat-header-other .btn-mobilenav {
  display: block;
  color: #fff;
  line-height: 20px;
  height: 20px;
  margin-top: 10px;
  padding-left: 0px;
  font-size: 24px;
  float: left;
  text-decoration: none;
  position: relative;
  transition: all .3s;
}
.rat-header-other .btn-mobilenav span {
  display: block;
  font-size: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.rat-mobile-dropdown {
  position: absolute;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: opacity .3s,visibility .3s;
  padding: 10px;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%,100%);
}
.rat-mobile-dropdown:after, .rat-mobile-dropdown:before {
  top: 2px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #e6e6e6;
  content: "";
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -6px;
}
.rat-mobile-dropdown:after {
  top: 4px;
  border-bottom: 7px solid #fff;
}
.rat-mobile-dropdown.open {
  opacity: 1;
  visibility: visible;
  display: block;
}
.c-dropdown-main {
  background-color: #fff;
  position: relative;
  border: 1px solid #e6e6e6;
  z-index: 0;
}
.c-dropdown-menu {
  padding: 6px 0;
  text-align: center;
  outline: none;
  min-width: 90px;
}
.c-dropdown-menu  a.c-dropdown-menu-item {
  width: 100%;
  padding: 6px 12px;
  display: block;
  color: rgba(0,0,0,.65);
  background-color: #fff;
  font-size: 14px;
  transition: background-color .3s;
  cursor: pointer;
}
.rat-header-other span a,.rat-header-other a span {
  display: block;
  font-size: 20px;
  width: 24px;
  height: 24px;
}
.search-box {
  position: fixed;
  width: 100%;
  height: 100%;
  padding-right: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: 100% center;
  -ms-transform-origin: 100% center;
  transform-origin: 100% center;
  background-color: #fff;
  padding-right: 35px;
  padding-left: 20px;
  padding-top: 9px;
  left: 0;
  top: 0;
  z-index: 98;
}

.search-box.search-hide {
  visibility: hidden;
  left: 100%;
}

.search-box .b-search-keyword {
  display: none;
  position: absolute;
  z-index: 2;
  width: calc(100% - 70px);
}

.search-box .b-search-keyword a {
  display: block;
  text-align: left;
  line-height: 24px;
  font-size: 14px;
  padding: 5px 20px;
  overflow: hidden;
  border: 1px solid #ccc;
  border-top: none;
  background: #fff;
  float: none;
  height: auto;
}

.search-box input {
  width: 100%;
  height: 45px;
  border: 1px solid #d4d4d4;
  line-height: 45px;
  padding-left: 50px;
  outline: none;
  font-size: 15px;
  padding-right: 20px;
  background-color: #fff;
}

.search-box input:focus {
  border: 1px solid #bebdbd;
  color: #282828;
  -webkit-box-shadow: 0px 3px 8px #d4d4d4;
  box-shadow: 0px 3px 8px #d4d4d4;
}

.search-box a.btn-close {
  position: absolute;
  right: 5px;
  top: 25px;
  color: #86807f;
  text-decoration: none;
  margin: 0 !important;
}

.search-box a.btn-close .hwic_cross {
  font-size: 20px;
}

.search-box button.btn-search {
  position: absolute;
  left: 30px;
  top: 35px;
  background: inherit;
  border: 0px;
  color: #86807f;
  text-decoration: none;
  margin: 0 !important;
}

.search-box button.btn-search span {
  font-size: 24px;
}

.search-box .search-keyword {
  position: absolute;
  background-color: #f8f8f8;
  left: 0;
  right: 0;
  bottom: 0;
  top: 66px;
  overflow-y: auto;
  border-top: 1px solid #d4d4d4;
}

.search-box .search-keyword .search-keyword-title {
  margin: 0 15px;
  margin-top: 20px;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 10px;
}

.search-box .search-keyword ul {
  padding: 15px;
  padding-top: 0;
}

.search-box .search-keyword ul li {
  border-bottom: 1px solid #d4d4d4;
}

.search-box .search-keyword ul li a {
  line-height: 44px;
  font-weight: bold;
}

@media (min-width: 1025px) {
  .search-box {
    position: absolute;
    right: 5%;
    width:500px;
    padding-top: 25px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    left: auto;
  }

  .search-box.search-hide {
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      left: auto;
  }

  .search-box a.btn-close,.search-box a.btn-search {
      top: 35px;
  }
  footer .search-box a.btn-search{
      top: 26px;
  }
  .search-box .b-search-keyword {
      display: none !important;
      position: static;
      width: 100%;
  }

  .search-box .b-search-keyword a {
      background: #fff;
      display: block;
      text-align: left;
      line-height: 24px;
      font-size: 14px;
      padding: 5px 20px;
      overflow: hidden;
      border: 1px solid #ccc;
      border-top: none;
      float: none;
      height: auto;
  }

  .search-box .b-search-keyword a:hover {
      color: #c7000b;
  }
}

@media (min-width: 992px) {
  footer .search-box {
      width:40%;
      left: auto !important;
  }
}
.rat-header-main .lxheader-backdrop {
  content: '';
  position: fixed;
  background-color: rgba(0,0,0,.3);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  block-size: 100vh;
  inline-size: 100vw;
  left: 0;
  top: 0;
  display: none;
}
.rat-header-main .lxheader-backdrop.open {
  display: block;
}
.rat-header-bottom:hover .menu .menu-item, 
.rat-header-bg .menu .menu-item, 
.rat-header-bottom:hover .rat-header-other a.btn-open-search, 
.rat-header-bg .rat-header-other a.btn-open-search, 
.rat-header-bottom:hover .rat-header-other .btn-mobilenav, 
.rat-header-bg .rat-header-other .btn-mobilenav,
.rat-header-bg1 .menu .menu-item, 
.rat-header-bg1 .rat-header-other a.btn-open-search, 
.rat-header-bg1 .rat-header-other .btn-mobilenav {color: #333;}
.rat-header-bg .menu .menu-item.ico-alibaba {background-image: url(../images/alibaba-ico.png); background-position: left 25px;}
.rat-header-bg1 .menu .menu-item.ico-alibaba,.rat-header-bottom:hover .menu .menu-item.ico-alibaba {background-image: url(../images/alibaba-ico.png);}
.rat-header-bg .rat-header-logo {margin-top: 5px;height: 65px;}
.rat-header-bg .menu .menu-item-wrapper {height: 70px;}
.rat-header-bg .menu .menu-item {height: 70px; line-height: 70px;}
.rat-header-bg .rat-header-other {margin-top: 20px;}
.rat-header-bg .search-box {padding-top: 12px;}
.rat-header-bg .search-box button.btn-search {top: 23px;}
.rat-header-bg .search-box a.btn-close, .search-box a.btn-search {top: 25px;}

/* Banner */
.rat-banner-all{width:100%; position: relative; padding: 0px; margin: 0px 0px 0px; overflow: hidden;}
.rat-banner-all .swiper-container {width: 100%; }
.rat-banner-all .swiper-slide img{width:100%;}
.rat-banner-all .swiper-slide{display:block;position:relative}
.rat-banner-all .swiper-slide.swiper-slide-active .tit,.rat-banner-all .swiper-slide.swiper-slide-active .title{opacity:1;transform:translateX(0)} 
.rat-banner-all .swiper-slide .rat-banner-txt{ position:absolute; width:100%; top:45%; left:0; transform:translateY(-50%); } 
.rat-banner-all .swiper-slide .rat-banner-txt h3{ color:#fff; text-shadow: rgba(0, 0, 0, 0.5) 0px 2px 5px; font-size:55px; font-weight: 600; font-family: Arial; line-height:1.6; margin: 12px 0px; transform:translateY(80px); opacity:0; } 
.rat-banner-all .swiper-slide .rat-banner-txt p{ color:#fff; text-shadow: rgba(0, 0, 0, 0.5) 0px 2px 5px; line-height:1.8; font-family: Arial; font-size:22px; transform:translateY(80px); opacity:0; }
.rat-banner-all .swiper-slide.swiper-slide-active .rat-banner-txt h3{ transition:all 2s ease .7s; transform:translateY(0); opacity:1; } 
.rat-banner-all .swiper-slide.swiper-slide-active .rat-banner-txt p{ transition:all 2s ease 1s; transform:translateY(0); opacity:1; }
.rat-banner-all .other{position:absolute;right:30px;bottom:5%;z-index:2}
.rat-banner-all .swiper-pagination{position:relative;left:auto;bottom:auto;z-index:1;width:auto;color:#fff;font-size:18px;font-family:Gothicb,Arial,Helvetica,sans-serif;text-align:left}
.rat-banner-all .next{width:60px;height:60px;margin-top:30px;color:#fff;font-size:18px;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;position:relative;cursor:pointer;border-radius:50%;transition:background-color .3s ease-in}.rat-banner-all .next.anim .circle2{-webkit-animation:svgCircleAnmi1 6s linear forwards;animation:svgCircleAnmi1 6s linear forwards}
.rat-banner-all .next .iconfont{display:block;transition:color .3s}
.rat-banner-all .next .circle1{display:none}
.rat-banner-all .next .circle2{stroke:#fff;stroke-dasharray:0 371}
.rat-banner-all .next .svg{position:absolute;left:0;top:0;width:100%;height:100%;transform:rotate(-90deg)}

@-webkit-keyframes svgCircleAnmi1{
  0%{stroke-dasharray:0 371}to{stroke-dasharray:371 371}
}
@keyframes svgCircleAnmi1{
  0%{stroke-dasharray:0 371}to{stroke-dasharray:371 371}
}


/* 公司简介 */

.about{padding: 0px; margin: 0px; overflow: hidden;}
.about .company{padding: 0px 0px 0px; overflow:hidden}
.about .company .profile{float:left;width:55%; margin-top: 60px;}
.about .company .profile .title{font-size:36px;font-weight:700; color: #000;}
.about .company .profile .desc{font-size:18px;margin-bottom:40px;color:#999}
.about .company .profile .body{overflow:hidden;line-height: 1.8; margin-bottom:45px;color:#666}
.about .company .profile .body p{margin-bottom:10px;text-indent:2em}
.about .company .profile .more a{line-height:40px;display:inline-block;padding:0 60px;text-align:center;text-transform:uppercase;color:#999;border:1px solid #ddd;background-color:#fff;box-shadow:0 2px 2px rgba(0,0,0,.1)}
.about .company .photo{float:right;width:40%;padding: 0px; margin: 0px;overflow: hidden;}
.about .company .photo img{width:100%}
.about .advantage{padding: 0px; margin: 0px; overflow:hidden;width:100%;background-color:#1d1d1d}
.about .advantage .item{display:inline-block;width:24%;padding:40px 0;color:#fff}
.about .advantage .item .title{margin-bottom:10px}
.about .advantage .item .body{display:inline-block}
.about .advantage .item .body p{display:inline-block}
.about .advantage .item .body p strong{font-size:48px;line-height:1}
.about .advantage .item .body p span{color:#666}
.about .advantage .item .body-end{margin-right:0}
.about .advantage .tech{float:left;width:60%}
.about .advantage .rd{float:right;width:40%;padding: 0px 5%; text-align:center;background-color:#195999}
.about .advantage .rd .item{width:48%}
.about .advantage .rd .item .title{text-align:left}
.about .advantage .rd .item .body{margin-right:10px;text-align:left; display: block;}

.about .advantage .rd .item .body p span{color:#7e8abb}

/* 首页产品 */
.rat-index-promain {
  background: #f7f8fa;
  padding: 60px 0 80px;
  margin: 0px;
  overflow: hidden;
}

.rat-index-protitle {
  text-align: center;
}
.rat-index-protitle h3 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #333333;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-index-protitle p {
  font-size: 20px;
  line-height: 32px;
  color: #666666;
  font-weight: 100;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.nextButton {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.img_h {
  position: relative;
  cursor: pointer;
}

.img_h img {
  width: 60px;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.img_h img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.img_h.img_ha:hover img {
  opacity: 1;
}

.img_h.img_ha:hover img:nth-child(2) {
  opacity: 0;
}

a:hover .img_h.img_ha img, .img_h:hover img {
  opacity: 0;
}

a:hover .img_h.img_ha img:nth-child(2), .img_h:hover img:nth-child(2) {
  opacity: 1;
}

.rat-index-proswiper {
  position: relative;
}
.rat-index-proswiper .prevButton {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.rat-index-proswiper .nextButton {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.rat-index-proswiper .swiperBtn {
  position: absolute;
  top: 36%;
  left: 0;
  right: 0;
  z-index: 55;
  width: 68.4%;
  margin: -26px auto 0;
}

.rat-index-proswiper .swiperBtn .prevButton {
  left: 0;
  top: 0;
  background: #5AB8CC;
}

.rat-index-proswiper .swiperBtn .nextButton {
  right: 0;
  top: 0;
  background: #5AB8CC;
}

.rat-index-proswiper {
  margin: 34px -3% 0;
}

.rat-index-proswiper .swiper-slide .img {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #ddd;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.rat-index-proswiper .swiper-slide .img img {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.rat-index-proswiper .swiper-slide .img::after {
  content: '';
  background: #fff;
  opacity: .5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.rat-index-proswiper .swiper-slide-prev-prev .img,
.rat-index-proswiper .swiper-slide-next-next .img {
  -webkit-transform: scale(0.84);
  -moz-transform: scale(0.84);
  -ms-transform: scale(0.84);
  -o-transform: scale(0.84);
  transform: scale(0.84);
}

.rat-index-proswiper .swiper-slide-prev-prev .img::after,
.rat-index-proswiper .swiper-slide-next-next .img::after{
  opacity: .5;
}

.rat-index-proswiper .swiper-slide-next-next .img {
  transform-origin: center;
}

.rat-index-proswiper .swiper-slide-prev-prev .img {
  transform-origin: center;
}

.rat-index-proswiper .swiper-slide .img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.rat-index-proswiper h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #111;
  text-align: center;
  margin-top: 10px;
}
.rat-index-proswiper p {
  font-size: 14px;
  line-height: 25px;
  color: #999;
  text-align: center;
  margin-top: 10px;
}
.rat-index-proswiper .swiper-slide-prev-prev h6,
.rat-index-proswiper .swiper-slide-next-next h6  {font-size: 15px; color: #666;}
.rat-index-proswiper .swiper-slide-prev-prev p,
.rat-index-proswiper .swiper-slide-next-next p  {display: none;}

/* 核心优势 */
.rat-index-coremain {
  padding: 80px 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-index-coremain .content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.rat-index-coremain .content .item {
  width: 25%;
  height: 600px;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, .2);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 4% 2%;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.rat-index-coremain .content .item.active {
  width: 50%;
  padding: 4% 3%;
}

.rat-index-coremain .content .item.unactive {
  width: 16.66666%;
  padding: 4% 1%;
}

.rat-index-coremain .content .item .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.rat-index-coremain .content .item .bg::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 85%;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(bottom, #5AB8CCEA, #5AB8CC00);
  background: -o-linear-gradient(bottom, #5AB8CCEA, #5AB8CC00);
  background: -moz-linear-gradient(bottom, #5AB8CCEA, #5AB8CC00);
  background: -ms-linear-gradient(bottom, #5AB8CCEA, #5AB8CC00);
}

.rat-index-coremain .content .item.active .bg {
  opacity: 1;
}

.rat-index-coremain .content .item .img_h {
  position: relative;
}

.rat-index-coremain .content .item h4 {
  position: relative;
  z-index: 3;
  font-size: 22px;
  line-height: 32px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.rat-index-coremain .content .item.active h4 {
  font-size: 24px;
  font-weight: bold;
}

.rat-index-coremain .content .item h4::before {
  content: '';
  display: block;
  margin: 20px 0;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}

.rat-index-coremain .content .item h6 {
  position: relative;
  z-index: 3;
  font-size: 16px;
  font-weight: 100;
  line-height: 30px;
  height: 60px;
  margin-top: 10px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all .3s ease .3s;
  -moz-transition: all .3s ease .3s;
  -ms-transition: all .3s ease .3s;
  -o-transition: all .3s ease .3s;
  transition: all .3s ease .3s;
}

.rat-index-coremain .content .item.active h6 {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.rat-index-coremain .content .item.active .img_h.img_ha img {
  opacity: 0;
}

.rat-index-coremain .content .item.active .img_h.img_ha img:nth-child(2) {
  opacity: 1;
}
.rat-index-coremain .content .item .bg img,.rat-index-coremain .content .item.active .bg img,.rat-index-coremain .content .item.unactive .bg img {display: none;}

/* 首页新闻动态 */
.rat-index-newsmain {
  padding: 30px 0px 80px;
  margin: 0px;
  overflow: hidden;
}
.rat-index-newslist {
  padding: 50px 0px 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-index-newslist ul {
  display: grid;
  column-gap: 50px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.rat-index-newslist li a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
}
.rat-index-newslist li .date {
  font-size: 40px;
  line-height: 1em;
  color: #000;
  margin-bottom: 7.06806283%;
}
.rat-index-newslist li .date i {
  font-size: 0.4em;
  color: #9c9c9c;
  line-height: 1.25em;
  font-style: normal;
  margin-left: 2.61780105%;
}
.rat-index-newslist li .img {
  padding: 0px;
  margin-bottom: 6.28272251%;
  overflow: hidden;
}
.rat-index-newslist li .img img {width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;}
.rat-index-newslist li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
.rat-index-newslist li .title {
  font-size: 22px;
  font-weight: normal;
  -webkit-line-clamp: 2;
  line-height: 1.75em;
  height: 3.5em;
  margin-bottom: 6.28272251%;
}
.rat-index-newslist li .excerpt {
  font-size: 14px;
  color: #a7a7a7;
  -webkit-line-clamp: 2;
  line-height: 1.75em;
  margin-bottom: 5%;
}
.rat-index-newslist li .more {
  font-size: 14px;
  color: #333;
  line-height: 1.5em;
  overflow: hidden;
  padding-bottom: 4.71204188%;
  position: relative;
  width: 34.03141361%;
}
.rat-index-newslist li .more:before, .rat-index-newslist li .more:after {
  height: 3px;
  width: 100%;
  background-color: #5e5d63;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.rat-index-newslist li .more:after {
  background-color: #5AB8CC;
  width: 34.61538462%;
  z-index: 2;
  transition: width .3s;
}
.rat-index-newslist li .more span {
  background: url(../images/svg_arrow_01.svg) no-repeat right center;
  background-size: 16px auto;
  display: block;
  padding-right: 20px;
}
.rat-index-newslist li a:hover .more:after {
  width: 100%;
}


/* 底部信息 */
.rat-footer-main {
  background-color: #195999;
  color: #fff;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-footer-topinfo {
  display: grid;
  column-gap: 5%;
	grid-template-columns: 65% 30%;
  padding: 100px 0 40px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.rat-footer-topleft {
  width: 100%;
}
.rat-footer-topleft ul {
  display: grid;
  column-gap: 20px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.rat-footer-topleft li dl dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 2px;
  padding: 0px 0px 20px;
  margin: 0px 0px 30px;
  overflow: hidden;
  position: relative;
}
.rat-footer-topleft li dl dt::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.06);
}
.rat-footer-topleft li dl dt::after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  bottom: 1px;
}
.rat-footer-topleft li dl dd a {
  font-size: 14px;
  font-weight: 100;
  line-height: 22px;
  letter-spacing: 1px;
  opacity: 0.8;
  margin-top: 5px;
  display: block;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.rat-footer-topleft li dl dd a:hover {
  color: #fff;
  opacity: 1;
}
.rat-footer-topright .ewm_wrap {
  display: flex;
}

.rat-footer-topright .ewm_wrap .ewm {
  position: relative;
  margin-right: 10%;
}

.rat-footer-topright .ewm_wrap .ewm img:nth-child(2) {
  width: 120px;
  position: absolute;
  left: 10px;
  top: 10px;
}

.rat-footer-topright .ewm_wrap .ewm h6 {
  text-align: center;
  margin-top: 10px;
  font-weight: 100;
  font-size: 16px;
}
.rat-footer-toprightlist li {
  font-size: 14px;
  margin: 10px 0px 0px;
  display: flex;
  align-items: center;
}
.rat-footer-toprightlist li i {
  font-size: 16px;
  margin-right: 10px;
}

.rat-footer-bottom {
  padding: 24px 0 30px;
  margin: 0px;
  overflow: hidden;
}
.rat-footer-bottom span {
  font-size: 14px;
  font-weight: 100;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  float: left;
}
.rat-footer-bottom ul {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  float: right;
}
.rat-footer-bottom ul li {padding: 0px;margin: 0px 10px 0px 0px;overflow: hidden;float: left;}
.rat-footer-bottom ul li i {display: block; width: 30px; height: 30px; line-height: 30px; background-color: #fff; color: #333; font-size: 16px; border-radius: 50%; text-align: center; padding: 0px; margin: 0px 0px 0px 5px; overflow: hidden;}

/* 内页开始 */
.rat-ny-banner {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.rat-ny-banner img {width: 100%;}
.rat-ny-bannertxt {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  padding: 0px 10px;
  margin: 30px 0px 0px;
  overflow: hidden;
}
.rat-ny-bannertxt h3 {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 5px;
  color: #fff;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-ny-bannertxt p {
  font-size: 20px;
  text-transform: uppercase;
  color: #ccc;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
/*二级导航*/
.localNav_area{height: 60px; box-sizing: border-box;border-bottom: 1px solid #e6e6e6; background: #f7f7f7;}
.localNav_area .localNav{height: 100%;}
.localNav_area .localNav p {margin: 0px;}
.localNav_area .home{width: 60px;height: 100%; border-left:1px solid #e6e6e6;border-right:1px solid #e6e6e6;  display: flex;justify-content: center;align-items: center;}
.localNav_area .b{box-sizing: border-box;height: 100%;padding: 0px 35px; border-right:1px solid #e6e6e6;font-size: 16px;line-height: 60px;color: #333; }
.localNav_area .b .txt {font-weight: 600;}
.menuLink{position: relative; padding: 0px 0px 0px 0px !important;}
.menuLink .open{position: relative; display: none;width: 100%; font-size: 14px; color: #333; }
.menuLink .open .img{position: absolute;right: 20px;top: 50%;transform: translateY(-50%);transition: all .5s;}
.menuLink .open .img.xz{transform: translateY(-50%)rotate(180deg);}
.menuLink .menu { padding:0px; margin: 0px; overflow: hidden;}
.menuLink .menu li {float: left; border-right: 1px solid #e6e6e6;}
.menuLink .menu li:last-child {border-right: 0px;}
.menuLink .menu a {  font-size:15px; padding:10px 20px; line-height:1.2;z-index:1030;color: #666;}
/* .menuLink .menu a:hover{color:#fff; text-decoration:none; background:#195999;} */
.menuLink .menu li.on a {color:#195999;}
.menuLink2:hover .menu {display: block;}

/* 公司简介 */
.rat-about-profilemain {background-image: url(../images/about-profilebg.jpg);background-repeat: no-repeat;background-size: cover;padding: 80px 0px;margin: 0px;overflow: hidden;}
.rat-ny-maintitle {padding: 0;margin: 0px 0px 30px;position: relative;}
.rat-ny-maintitle h3 {font-weight: 600;color: #00629B;letter-spacing: 2px;line-height: 1.40625;padding: 0px;margin: 0px 0px 5px;}
.rat-ny-maintitle:after {content: "";display: block;width: 65px;height: 1px;background: #000;position: absolute;bottom: -10px;left: 0;}
.rat-aboutus-newmain {padding: 0px;margin: 0px;overflow: hidden;}
.rat-aboutus-newimg {width: 50%;border-radius: 20px;position: relative;overflow: hidden;}
.rat-aboutus-newimg img {width: 100%;}
.rat-aboutus-newinfo {position: relative;width: 50%;background: #f0f1f2;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin-top: 3.409%;}
.rat-aboutus-newtxt {line-height: 2;color: #333333;}

@media (min-width: 992px) {
  .rat-aboutus-newinfo {margin-top: 20px;padding: 20px 20px 10px;}
  .rat-aboutus-newtxt {margin-top: 15px; margin-bottom: 25px; font-size: 13px;}
}
@media (min-width: 1200px) {
  .rat-ny-maintitle h3 {font-size: 24px;}
  .rat-aboutus-newinfo {margin-top: 25px;padding: 30px 25px 15px;}
  .rat-aboutus-newtxt {margin-top: 10px; margin-bottom: 20px; font-size: 12px;line-height: 1.6;}
}
@media (min-width: 1400px) {
  .rat-ny-maintitle h3 {font-size: 28px;}
  .rat-aboutus-newinfo {margin-top: 25px;padding: 30px 25px 15px;}
  .rat-aboutus-newtxt {margin-top: 30px; margin-bottom: 40px; font-size: 14px;line-height: 1.7;}
}
@media (min-width: 1600px) {
  .rat-ny-maintitle h3 {font-size: 32px;}
  .rat-aboutus-newinfo {margin-top: 30px;padding: 40px 30px 20px;}
  .rat-aboutus-newtxt {margin-top: 20px; margin-bottom: 40px; font-size: 15px;line-height: 1.7;}
}
@media (min-width: 1750px) {
  .rat-ny-maintitle h3 {font-size: 42px;}
  .rat-aboutus-newinfo {margin-top: 50px;padding: 50px 35px 30px;}
  .rat-aboutus-newtxt {margin-top: 30px; margin-bottom: 40px; font-size: 16px;}
}
.rat-index-profilenum {padding: 0px; margin: 50px 0px 0px; border: 2px solid #195999; background-color: #fff; overflow: hidden;}
.rat-index-profilenum li {width: 16.66666%; padding: 20px 10px; margin: 0px; display: flex; justify-content: center; overflow: hidden; float: left; border-left: 1px solid #195999;}
.rat-index-profilenum li:first-child {border-left: 0px;}
.rat-index-profileico {width: 70px; height: 70px; padding: 0px; margin: 0px 10px 0px 0px; overflow: hidden; float: left;}
.rat-index-profileico img {width: 100%;}
.rat-index-profilenumtxt { padding: 0px; margin: 0px; overflow: hidden; float: left;}
.rat-index-profilenumtxt span {display: block; font-size: 14px; line-height: 35px; color: #195999; padding: 0px; margin: 0px; overflow: hidden;}
.rat-index-profilenumtxt span strong {font-size: 42px; margin: 0px 5px 0px 0px; padding: 0px; overflow: hidden;}
.rat-index-profilenumtxt p {font-size: 14px; line-height: 25px; padding: 0px; margin: 0px; overflow: hidden;}

/* 企业文化 */


/* 首页证书 */
.rat-index-honormain {background: url(../images/index-honorbg.png) center fixed;background-size: cover;padding: 80px 0px;margin: 0px;overflow: hidden;}
.rat-index-honortitle {font-weight: 600;
  font-size: 2rem;
  color: #00629B;
  letter-spacing: 2px;
  line-height: 1.40625;
  padding: 0px;
  margin: 0px 0px 35px;
  position: relative;}
.rat-index-honortitle:after {
  content: "";
  display: block;
  width: 65px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.between-center {display: flex;display: -webkit-flex;justify-content: space-between;align-items: center;-webkit-justify-content: space-between;-webkit-align-items: center;}
.rat-index-honortitle ul {display: flex;float: left;}
.rat-index-honortitle ul li {white-space: nowrap;float: left;margin-left: 30px;position: relative;padding: 5px 0;cursor: pointer;font-weight: bold;}
.rat-index-honortitle ul li:first-child {margin-left: 0px;}
.rat-index-honortitle ul li::after {content: '';width: 0;height: 2px;background: #0094d9;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);transition: all .6s;}
.rat-index-honortitle ul li:hover, .rat-index-honortitle ul li.active {color: #0094d9;}
.rat-index-honortitle ul li:hover::after, .rat-index-honortitle ul li.active::after {width: 16px;}
.rat-index-honortitle .more {width: 24px;height: 17px;float: left;background: url(../images/icon_jt4.png) no-repeat center;background-size: 100%; margin-left: 30px;}
.rat-index-honortitle .more:hover {background-image: url(../images/icon_jt4_b.png);}
.rat-index-honorlist {padding: 0px;margin: 0px;overflow: hidden;}
.rat-index-honorlist .swiper-container {width: 100%;}
.rat-index-honorlist .swiper-container .swiper-slide {padding: 15px 10px;background: #fff;}
.rat-index-honorlist .swiper-container .swiper-slide::after {content: '';width: 100%;height: 100%;border: 1px solid #E4E4E4;position: absolute;left: 0;top: 0;transition: all .6s;pointer-events: none;}
.rat-index-honorlist .swiper-container .swiper-slide a {width: 100%;float: left;position: relative;}
.rat-index-honorlist .swiper-container .swiper-slide a span {width: 100%;height: calc(100% - 40px);float: left;margin-bottom: 40px;overflow: hidden;}
.rat-index-honorlist .swiper-container .swiper-slide a span img {width: 100%;height: 100%;object-fit: contain;display: block;transition: all .6s;}
.rat-index-honorlist .swiper-container .swiper-slide a:hover span img {transform: scale(1.1);}
.rat-index-honorlist .swiper-container .swiper-slide a p {width: 100%;line-height: 35px;position: absolute;right: 0;bottom: 0;color: #fff;background: #0094d9;text-align: center;padding: 0 1rem;margin: 0px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;transition: all .6s;opacity: 1;}
.rat-index-honorlist .swiper-container .swiper-slide a:hover p {opacity: 1;}
.rat-index-honorlist .swiper-page {position: relative;margin-top: 35px;display: flex;display: -webkit-flex;justify-content: space-between;align-items: center;-webkit-justify-content: space-between;-webkit-align-items: center;}
.rat-index-honorlist .swiper-page .swiper-pagination {position: relative;bottom: 0;font-size: 16px;font-weight: bold;}
.rat-index-honorlist .swiper-page .swiper-pagination .swiper-pagination-current {font-size: 32px;color: #0094d9;}
.rat-index-honorlist .swiper-page .pull-right .swiper-button-next, .rat-index-honorlist .swiper-page .pull-right .swiper-button-prev {position: relative;right: auto;left: auto;top: 0;margin: 0;width: 70px;height: 30px;line-height: 30px;text-align: center;color: #fff;background: #d6d6d6;transition: all .6s;opacity: 1;}
.rat-index-honorlist .swiper-page .pull-right .swiper-button-next:hover, .rat-index-honorlist .swiper-page .pull-right .swiper-button-prev:hover {background: #0094d9;}
.rat-index-honorlist .swiper-page .pull-right .swiper-button-next {margin-left: 5px;}

/* 客户 */
.rat-index-partnersmain {padding: 80px 0px 60px; margin: 0px; overflow: hidden;}
.rat-index-partnersmain .title h2 { font-size: 36px; line-height: 36px; color: #333333; font-weight: bold; margin-bottom: 10px; text-align: center; position: relative; }
.rat-index-partnerslist {padding: 0px;margin: 50px 0px 0px;overflow: hidden; font-size: 15px; line-height: 1.8;}

/* 产品中心 */
.rat-products-servicemain {padding: 20px 0px; margin: 0px; overflow: hidden;}
.rat-products-servicelistli {display: flex; font-size: 16px; font-weight: 600; line-height: 40px; padding: 0px 10px; margin: 0px; overflow: hidden;}
.rat-products-servicelistli h3 {min-width: 80px;color: #195999; font-size: 18px; font-weight: 600; line-height: 40px; padding: 0px; margin: 0px 10px 0px 0px; overflow: hidden; float: left;}
.rat-products-servicelistli h3 a.active,.rat-products-servicelistli h3 a:hover {color: #195999;}
.rat-products-servicelisttwo {margin: 0px;padding: 0px; float: left;}
.rat-products-servicelisttwo li {font-size: 15px; font-family: Arial, Helvetica, sans-serif; line-height: 40px;font-weight: 300;padding: 0px 30px 0px 0px; margin: 0px;overflow: hidden; float: left;}
.rat-products-servicelisttwo li a {color: #000;}
.rat-products-servicelisttwo li.active>a,.rat-products-servicelisttwo li:hover>a {color: #195999;}

.rat-products-showmain {padding: 30px 0px 60px; margin: 0px; overflow: hidden;}
.rat-products-nyone {background-color: #f6f6f6; padding: 0px;margin: 0px 0px 20px;overflow: hidden;}
.rat-products-nyoneimg {border: 1px solid #eee; padding: 0px; margin: 0px; overflow: hidden;}
.rat-products-nyoneimg img {width: 100%;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.rat-products-nyone:hover .rat-products-nyoneimg img {transform: scale(1.1, 1.1);}
.rat-products-nyonetxt {font-size: 18px;font-weight: 400;line-height: 25px;color: #222222;margin-top: 10px;margin-bottom: 5px; padding: 0px 10px; width: 100%;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.rat-products-nyoneproject {padding: 0px 10px;margin: 10px 0px 5px;overflow: hidden;}
.rat-products-nyoneproject span {width: 33%;display: inline-block;font-size: 12px;color: #666;border: 1px solid #999;border-radius: 4px;text-align: center;height: 24px;line-height: 24px;padding: 0 6px;margin-right: 10px;margin-bottom: 8px;float: left;}
.cy-case-pagelist {margin: 30px 0px 0px; padding: 0px; overflow: hidden;}

/* 技术中心 */
.rat-technology-coremain {
  padding: 80px 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-technology-coreinfo {
  font-size: 16px;
  line-height: 1.8;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-technology-strengthlist {
  padding: 0px;
  margin: 0px 0px 30px;
  overflow: hidden;
}
.rat-technology-strengthlist ul {
  display: grid;
  column-gap: 50px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.rat-technology-strengthlist li {
  padding: 0px 0px 0px 30px;
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.rat-technology-strengthlist li::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../images/strength-ico.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  width: 20px;
  height: 130px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-technology-strengthlist li p {
  font-size: 18px;
  line-height: 30px;
  color: #333;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-technology-strengthlist li span {
  display: block;
  font-size: 16px;
  color: #195999;
  padding: 0px;
  margin: 10px 0px 0px;
  overflow: hidden;
}
.rat-technology-strengthlist li span strong {
  font-size: 42px;
  font-family: 'impact';
  padding: 0px;
  margin: 0px 5px 0px 0px;
  overflow: hidden;
}

/* 新闻动态 */
.rat-news-maininfo {padding: 80px 0px; margin: 0px; overflow: hidden;}
.rat-news-hotnews{ width:100%;background:#f7f7f7; overflow: hidden;}
.rat-news-hotnews .rat-news-hotonenews{ float:left; width:100%;}
.rat-news-hotnews .rat-news-hotonenews a{ float:left; width:100%; position:relative; padding-left:508px; height:379px; overflow:hidden;}
.rat-news-hotnews .img{ float:left; border: 1px solid #eee; width:508px; height:379px; line-height:0; overflow:hidden; position:absolute; left:0; top:0;}
.rat-news-hotnews .img img{-webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;transition: -webkit-transform 2s;vertical-align:middle;-ms-interpolation-mode:bicubic;}
.rat-news-hotnews .rat-news-hotonenews:hover .img img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.rat-news-hotnews .text{ float:right; width:100%; padding:0 50px 0 45px;}
.rat-news-hotnews .text .time{ width:100%; float:left; font-size:24px; color:#4d4d4d; line-height:72px; height:72px; letter-spacing:1px; margin:30px 0 25px 0;}
.rat-news-hotnews .text .time span{ font-weight:bold; font-size:72px; color:#c2c2c2; font-family:Arial; margin-right:5px;}
.rat-news-hotnews .text .name{ width:100%; float:left; font-size:22px; color:#333; line-height:32px;}
.rat-news-hotnews .text .p{ width:100%; float:left; margin:7px 0 45px 0; font-size:16px; color:#666666; line-height:32px; height:96px; overflow:hidden;}
.rat-news-hotnews .more{ float:left; width:100%; border-top:1px dashed #cccccc;font-size:16px; color:#666666; line-height:41px; padding:15px 0;}
.rat-news-hotnews .more img{ vertical-align:middle; margin:-3px 0 0 10px; width:16px; display: initial;}
.rat-news-hotnews .rat-news-hotonenews:hover .more,.rat-news-hotnews .rat-news-hotonenews:hover .text .name{ color:#0094d9;}
.rat-news-hotnews .slick-dots {position: absolute;bottom:30px;display: block;width: 100%;padding: 0;margin: 0; padding-right:50px;list-style: none;text-align: right;overflow:hidden; height:11px;}
.rat-news-hotnews .slick-dots li {position: relative;display: inline-block; vertical-align:top; width: 11px;height: 11px;margin:0 0 0 10px;border:solid 1px #0094d9; float:none; padding:0;border-radius:50%;}
.rat-news-hotnews .slick-dots li button { display:none;}
.rat-news-hotnews .slick-dots li.slick-active{background:#0094d9;}
.rat-news-newslist{width:100%; overflow:hidden;	}
.rat-news-newslist li{ float:left; width:100%; margin-top:30px;}
.rat-news-newslist li a{ float:left; width:100%; position:relative; background:#f7f7f7; padding:20px 100px 20px 186px;}
.rat-news-newslist li .time{ float:left; position:absolute; left:0; top:20px; width:186px; height:116px; text-align:center; border-right:1px solid #e0e0e0;-webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;}
.rat-news-newslist li .time time{ float:left; width:100%; color:#c2c2c2; font-size:72px; line-height:72px; font-family:Arial; font-weight:bold; margin:3px 0;}
.rat-news-newslist li .time span{ float:left; width:100%; color:#4c4c4c; font-size:20px; line-height:20px; font-family:Arial;}
.rat-news-newslist li .text{ float:left; width:100%; padding:0 30px; min-height:116px;}
.rat-news-newslist li .text h5{ float:left; width:100%; color:#333333; font-size:18px; line-height:28px; margin:10px 0 16px 0;-webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.rat-news-newslist li .text p{ float:left; width:100%; color:#666666; font-size:14px; line-height:26px; height:52px; overflow:hidden;-webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; margin: 0px;}
.rat-news-newslist li .text time{ display:none;}
.rat-news-newslist li:hover a{ background:#0094d9;}
.rat-news-newslist li:hover .text h5{ color:#fff;}
.rat-news-newslist li:hover .text p{ color:#fff;opacity:0.8; filter:alpha(opacity=80);}
.rat-news-newslist li:hover .time{ border-right:1px solid #fff; border-right:1px solid rgba(255,255,255,0.2);}
.rat-news-newslist li:hover .time time{ color:#fff;opacity:0.8; filter:alpha(opacity=80); }
.rat-news-newslist li:hover .time span{ color:#fff;}
.rat-news-newspage {text-align: center; margin: 30px 0px 0px; padding: 0px; overflow: hidden;}

.rat-news-detailsinfo {padding: 0px;margin: 0px;overflow: hidden;}
.rat-news-detailstitle {width: 100%;float: left;text-align: center;font-size: 24px;color: #333;line-height: 34px;}
.rat-news-detailssummary {width: 100%;float: left;margin-top: 25px;border-top: solid 1px #d7d8d8;border-bottom: solid 1px #d7d8d8;line-height: 34px;padding: 9px 0;}
.rat-news-detailssummary .date {float: left;font-size: 14px;color: #777;}
.rat-news-detailssummary .back {float: right;font-size: 14px;}
.rat-news-detailssummary .back a {float: left;color: #777;}
.rat-news-detailssummary .back a img {display: inline-block;vertical-align: top;width: 38px;margin: 0 0 0 11px;}
.rat-news-detailstxt {width: 100%;float: left;margin: 44px 0;font-size: 16px;color: #333333;line-height: 36px;}
.rat-news-detailstxt img {max-width: 100%;}
.rat-news-detailslink {width: 100%;float: left;padding: 16px 0;border-top: solid 1px #d7d8d8;}
.rat-news-detailslink a {width: 49%;float: left;font-size: 14px;color: #666666;line-height: 24px;}
.rat-news-detailslink a:last-child {float: right; text-align: right;}
.rat-news-detailsother {padding: 0px;margin: 30px 0px 0px;overflow: hidden;}
.rat-news-detailsothertitle {width: 100%;font-size: 20px;color: #0094d9;line-height: 28px;}
.rat-news-detailsotherlist {width: 100%;margin: 10px 0px 0px;padding: 0px;overflow: hidden;}
.rat-news-detailsotherlist li {width: 48%;float: left;font-size: 14px;border-bottom: solid 1px #d7d8d8;line-height: 41px;padding-right: 85px;position: relative;text-overflow:ellipsis;white-space: nowrap;}
.rat-news-detailsotherlist li:nth-child(2n) {float: right;}
.rat-news-detailsotherlist li span {position: absolute;right: 0;top: 0;font-size: 14px;line-height: 41px;color: #777;}

.pagination .page-item a {display: inline-block;width: 30px;height: 30px;line-height: 24px;text-align: center;font-size: 16px;color: #666;background-color: #f1f1f1;border-radius: 3px;margin-right: 10px;transition: all .6s;}
.pagination .page-item a.page-link {padding: 2px 0px;}
.pagination .page-item.active a.page-link {background-color:#0094d9; color: #fff;}

/* 联系我们 */
.rat-contact-usmain {
  padding: 80px 0px;
  margin: 0px;
  overflow: hidden;
}
.cy-contact-usinfo {
	display:flex;
	flex-wrap:wrap;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-contact-usleft {
	width: 45%;
  background-color: #195999;
	background-image: url(../images/ditu2.png);
	background-repeat: no-repeat;
	background-size: 100%;
  background-position: center;
	padding: 50px;
	border-radius: 20px;
	margin: 0px;
	overflow: hidden;
}
.cy-contact-usleft h3 {font-weight: 600;font-size: 2rem;color: #fff;letter-spacing: 2px;line-height: 1.40625;padding: 0px;margin: 0px 0px 35px; position: relative;}
.cy-contact-usleft h3:after {content: "";display: block;width: 65px;height: 1px;background: #eee;position: absolute;bottom: -10px;left: 0;}
.cy-contact-usleft p {
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-contact-usright {
	width: 55%;
	background-color: #f0f0f0;
  border: 1px solid #eee;
  font-size: 13px;
  line-height: 2;
	padding: 35px;
	border-radius: 20px;
	margin: 0px;
	overflow: hidden;
}

/* 在线留言 */
.rat-contact-title {font-weight: 600;font-size: 2rem;color: #00629B;letter-spacing: 2px;line-height: 1.40625;padding: 0px;margin: 0px 0px 35px; position: relative;}
.rat-contact-title:after {content: "";display: block;width: 65px;height: 1px;background: #000;position: absolute;bottom: -10px;left: 0;}
.rat-contact-messagemain {
  background-color: #f0f0f0;
	padding: 60px 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-contact-messagetitle {
	padding: 0px;
	margin: 0px 0px 30px;
	overflow: hidden;
}
.rat-contact-messagetitle h3 {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.8;
	color: #111;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.rat-contact-messagetitle p {
	font-size: 16px;
	line-height: 1.8;
	color: #333;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-contact-messagetitle p em {color: #C00;}
.rat-contact-messageinfo {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-contact-messageinput {
	display: grid;
	column-gap: 20px;
	grid-template-columns: 1fr 1fr;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-contact-messageinput label,.rat-contact-messagetextarea label {
	width: 100%;
	padding: 0px;
	margin: 0px 0px 20px;
	overflow: hidden;
}
.rat-contact-messageinput label p,.rat-contact-messagetextarea label p {
	font-size: 16px;
	line-height: 24px;
	color: #111;
	padding: 0px;
	margin: 0px 0px 5px;
	overflow: hidden;
}
.rat-contact-messageinput label p em,.rat-contact-messagetextarea label p em {color: #C00; margin-right: 5px;}
.rat-contact-messageinput label input {
	width: 100%;
	font-size: 16px;
	line-height: 25px;
	color: #666;
	border: 1px solid #ddd;
	padding: 10px;
	margin: 0px;
	overflow: hidden;
}
.rat-contact-messagetextarea textarea {
	width: 100%;
	height: 270px;
	line-height: 25px;
	font-size: 16px;
	border: 1px solid #ddd;
	color: #666;
	padding: 10px;
	margin: 0px;
	overflow: hidden;
}
.rat-contact-messageinfo button {
	background-color: #006ca2;
	border: 0px;
	border-radius: 5px;
	font-size: 16px;
	line-height: 35px;
	color: #fff;
	padding: 5px 30px;
	margin: 0px;
	overflow: hidden;
}

/* 招贤纳士 */
.rat-contact-joinmain {
  padding: 80px 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-contact-join .nei2 {
  width: 100%;
  height: 65px;
  background: #F6F7F8;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.rat-contact-join .nei2 span {
  font-size: 16px;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  color: #525456;
  display: block;
  width: 85px;
  text-align: center;
}
.rat-contact-join .nei3 {
  width: 99.9%;
  height: auto;
  border: 1px solid #E6E6E6;
  margin-top: 15px;
}
.rat-contact-join .nei3 .nei3-2 {
  width: 100%;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  cursor: pointer;
  transition: 0.6s;
}
.rat-contact-join .nei3 .nei3-2 span {
  font-size: 15px;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  color: #626467;
  display: block;
  width: 90px;
  text-align: center;
  transition: 0.6s;
}
.rat-contact-join .nei3 .nei3-3 {
  width: 92%;
  background: white;
  margin: auto;
  display: none;
}
.rat-contact-join .nei3 .nei3-3 .warp{
  display: flex;
}
.nei3-3 .nei3-3-le span {
  font-size: 22px;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  color: #1C1C1C;
  line-height: 32px;
}
.nei3-3 .nei3-3-le .nei3-3-le-p p {
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #9DA0A5;
  line-height: 26px;
  margin-bottom: 5px;
}
.nei3-3 .nei3-3-le .nei3-3-le-p {
  margin-top: 20px;
  margin-bottom: 35px;
}
.nei3-3 .nei3-3-le .nei3-3-le-bo {
  display: flex;

}
.nei3-3 .nei3-3-le .nei3-3-le-bo p {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #1C1C1C;
  line-height: 32px;
  margin: 0px;
}
.nei3-3 .nei3-3-le,.nei3-3 .nei3-3-ri{
  margin-top: 50px;
  margin-bottom: 50px;
}
.nei3-3 .nei3-3-le .nei3-3-le-bo p:nth-child(2) {
  color: #0094d9;
}
.nei3-3 .nei3-3-ri span {
  font-size: 22px;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  color: #1C1C1C;
  line-height: 32px;
}
.nei3-3 .nei3-3-ri .nei3-3-le-p p {
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #9DA0A5;
  line-height: 26px;
  margin-bottom: 5px;
}
.nei3-3 .nei3-3-ri .nei3-3-le-p {margin-top: 20px; margin-bottom: 35px;}
.nei3-3 .nei3-3-ri {margin-left: 119px;}
.cc{background: #0094d9;}
.cc span{color: white!important;}
.rat-contact-join .nei3 .nei3-2:hover{background: #0094d9;}
.rat-contact-join .nei3 .nei3-2:hover span{color: white;}




@media (max-width: 991px) {
  .pc {display: none;}
  .mobile {display: block;}
  .containe {width: auto; margin: 0px 10px;}
  .rat-header-bottom {background-color: #fff;}
  .rat-header-logo,.rat-header-bg .rat-header-logo {height: 45px; margin: 8px 0px;}
  .rat-header-logo .logo1 {display: none;}
  .rat-header-logo .logo2 {display: block;}
  .rat-header-logo img {height: 45px;}
  .rat-header-other,.rat-header-bg .rat-header-other {margin: 10px 0px;}
  .search-box,.rat-header-bg .search-box {height: auto; padding-top: 8px;}
  .rat-header-other a.btn-open-search,.rat-header-other .btn-mobilenav {color: #000;}
  .rat-header-bottom .menu-wrapper {
    display: none;
    background-color: #fff;
    position: fixed;
    top: 59px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 20;
  }
  .mobile-menu-icon {
    display: block;
    width: 38px;
    height: 34px;
    background: center/contain no-repeat url(../images/icon-bread.svg);
  }
  .rat-header-bottom.active .mobile-menu-icon {
    background-image: url(../images/icon-close-bread.svg);
  }
  .rat-header-bottom.active .menu-wrapper {display: block;}
  .rat-header-bottom .menu {display: block; padding: 0px; top: 0;}
  .rat-header-bottom .menu .menu-item-wrapper {height: auto;display: block; border-bottom: 1px solid #eee; padding: 5px 20px;}
  .rat-header-bottom .menu .menu-item {font-size: 16px;line-height: 35px; height: auto; margin: 0px; display: block;}
  .rat-header-bottom .menu .menu-item:after {display: none;}
  .rat-header-bottom .menu .menu-item.ico-alibaba {background-image: url(../images/alibaba-ico.png);background-position: 0px;}
  .rat-header-bottom .menu .menu-item i {float: right; margin-top: 7px;}
  .rat-header-bottom .menu .menu-item-wrapper ul {position: initial; max-height: inherit;display: none; border: 0px; transform: inherit; padding: 0px;}
  .rat-header-bottom .menu .menu-item-wrapper ul li {width: 100%; padding: 0px 20px; margin: 0px; text-align: left;}
  .rat-header-bottom .menu .menu-item-wrapper:hover ul li {text-align: left;}
  .rat-header-bottom .menu .menu-item-wrapper:hover ul {display: none;}
  .rat-header-bottom .menu .menu-item-wrapper ul li a {font-size: 13px; margin: 5px 10px 10px;}
  .rat-header-bg .search-box button.btn-search,.search-box button.btn-search {top: 18px;}
  .search-box a.btn-close,.rat-header-bg .search-box a.btn-close, .search-box a.btn-search {top: 20px;}

  .rat-banner-all {height: calc(100% - 60px); margin-top: 60px;}
  .rat-banner-all .img-m {display: block;}
  .rat-banner-all .swiper-pagination {font-size: 14px;}
  .rat-banner-all .next {width: 45px; height: 45px; margin-top: 15px;}
  .rat-banner-all .swiper-slide .rat-banner-txt h3 {font-size: 32px;}
  .rat-banner-all .swiper-slide .rat-banner-txt p {font-size: 16px;}


  
  .rat-index-promain {padding: 30px 0;}
  .rat-index-protitle {margin-bottom: 15px;}
  .rat-index-protitle h3 {font-size: 32px;}
  .rat-index-protitle p {font-size: 16px;}
  .rat-index-proswiper {margin: 0px 0px 30px;}
  .rat-index-promain .swiper {margin: 20px 10% 0;}
  .rat-index-promain .swiper .swiper-slide-active .img, .rat-index-promain .swiper .swiper-slide-duplicate-prev .img {-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
  .rat-index-promain .swiper .swiper-slide-active .img::after, .rat-index-promain .swiper .swiper-slide-duplicate-prev .img::after {display: none;}
  .rat-index-promain .swiperBtn {width: 115%; left: -7.5%; display: none;}
  .rat-index-promain .swiper h6 {font-size: 16px;}
  .rat-index-promain .swiper-pagination {left: 50%; transform: translateX(-50%);}
  .rat-index-promain .swiper-pagination-bullet {margin: 0px 2px;}

  .about .company {padding: 30px 0px;}
  .about .company .profile {width: 100%; margin: 0px;}
  .about .company .profile .title {font-size: 32px;text-align: center;}
  .about .company .profile .desc {font-size: 16px; margin-bottom: 15px;text-align: center;}
  .about .company .profile .body {font-size: 14px; margin-bottom: 15px;}
  .about .company .profile .more a {width: 100%; text-align: center;}
  .about .company .photo {width: 100%; margin: 20px 0px 0px;}
  .about .advantage .item .body p strong {font-size: 42px;}
  .about .advantage {padding: 20px 0px;}
  .about .advantage .tech {width: 100%; padding: 0px 10px;}
  .about .advantage .rd {width: 100%; padding: 20px 10px 0px;}
  .about .advantage .item {width: 48%; padding: 0px 0px 0px;}

  .rat-index-coremain {padding: 50px 0px;}
  .rat-index-coremain .content {background: initial !important; margin: 0px; display: block;}
  .rat-index-coremain .content .item, .rat-index-coremain .content .item.unactive, .rat-index-coremain .content .item.active {width: 100%; height: initial; margin-bottom: 10px; display: block; padding: 0px;}
  .rat-index-coremain .content .item .bg {background: initial !important; opacity: 1; position: relative;}
  .rat-index-coremain .content .item .bg img {display: block; width: 100%;}
  .rat-index-prooneinfo {position: absolute; bottom: 0; left: 0px; width: 100%; padding: 0px 20px;}
  .img_h img {width: 45px;}
  .rat-index-coremain .content .item h4,.rat-index-coremain .content .item.active h4 {font-size: 20px; font-weight: 600;}
  .rat-index-coremain .content .item h4::before {margin: 20px 0px 10px;}
  .rat-index-coremain .content .item h6,.rat-index-coremain .content .item.active h6 {height: initial; opacity: 1; font-size: 14px; color: #fff; transform: none;}

  .rat-index-newsmain {padding: 0px 0px 30px;}
  .rat-index-newslist {padding: 0px;}
  .rat-index-newslist ul {display: block;}
  .rat-index-newslist li {margin-bottom: 30px;}
  .rat-index-newslist li .date {font-size: 26px; margin-bottom: 10px;}
  .rat-index-newslist li .img {margin-bottom: 10px;}
  .rat-index-newslist li .title {font-size: 18px; line-height: 1.5; height: initial; margin-bottom: 10px;}
  .rat-index-newslist li .more {width: 100%;border: 1px solid #ddd; border-bottom: 0px; padding: 10px 10px;}

  .rat-footer-topinfo {display: block; padding: 50px 0px 25px;}
  .rat-footer-topleft,.rat-footer-bottom ul {display: none;}
  .rat-footer-bottom span {display: block; float: initial; text-align: center; width: 100%;}
  .rat-footer-topright .ewm_wrap {justify-content: center;}
  .rat-footer-topright .ewm_wrap .ewm {margin: 0px auto;}
  .rat-footer-toprightlist {padding: 0px 5%;}
  .rat-footer-bottom {padding: 15px 0px 10px;}

  .rat-ny-bannertxt h3 {font-size: 28px;}
  .rat-ny-bannertxt p {font-size: 16px;}
  .localNav_area {height: 50px;}
  .localNav_area .home {width: 50px;}
  .localNav_area .b {padding: 0px 15px; font-size: 14px; line-height: 50px;}
  .menuLink {width: 180px;padding: 0px 0px 0px 20px !important;}
  .menuLink .open {display: block;}
  .menuLink .menu {display: none;position: absolute;top: 100%;left: 0px;padding: 5px 0px; border: 1px solid #ccc; background: #fff; width: 100%;z-index: 9999;}
  .menuLink .menu li {float: initial;}
  .menuLink .menu a {font-size: 14px; padding: 5px 20px 5px 10px; position: relative; display: block; white-space: nowrap; line-height: 25px;}

  .rat-about-profilemain,.rat-index-honormain,.rat-index-partnersmain,.rat-technology-coremain,.rat-news-maininfo,.rat-contact-usmain,.rat-contact-messagemain,.rat-contact-joinmain {padding: 30px 0px;}
  .rat-aboutus-newimg {width: 100%; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; display: none;}
  .rat-aboutus-newinfo {width: 100%; margin-top: 0px; padding: 15px;}
  .rat-aboutus-newtxt {font-size: 14px; line-height: 1.8;}
  .rat-index-profilenum {margin-top: 20px;}
  .rat-index-profilenum li {width: 50%;border-bottom: 1px solid #195999; padding: 10px 5px;}
  .rat-index-profilenum li:nth-last-child(1), .rat-index-profilenum li:nth-last-child(2) {border-bottom: 0px;}
  .rat-index-profilenum li:nth-child(2n-1) {border-left: 0px;}
  .rat-index-profileico {width: 40px; height: 40px;}
  .rat-index-profilenumtxt span strong {font-size: 28px;}
  .rat-index-profilenumtxt span,.rat-index-profilenumtxt p {font-size: 12px; line-height: 25px;margin: 0px;}
  .rat-index-honortitle,.rat-index-partnersmain .title h2 {font-size: 24px; font-weight: 600;}
  .rat-index-partnerslist {margin-top: 5px;}
  .rat-products-servicelistli {margin-bottom: 10px;}
  .rat-products-servicelistli h3 {line-height: 30px; min-width: 70px; font-size: 16px;}
  .rat-products-servicelisttwo li {line-height: 30px;padding-right: 20px;}
  .rat-products-nyone {margin-bottom: 15px;}
  .rat-products-showmain {padding: 0px 0px 30px;}
  .rat-products-nyonetxt {font-size: 15px; padding: 0px 5px; margin: 5px 0px;}
  .rat-products-nyoneproject {display: none;}
  .cy-case-pagelist {margin-top: 10px;}
  .rat-technology-strengthlist {margin-bottom: 15px;}
  .rat-technology-strengthlist ul {column-gap: 10px; grid-template-columns: 1fr 1fr;}
  .rat-technology-strengthlist li {margin-bottom: 10px;}
  .rat-technology-strengthlist li span strong {font-size: 32px;}
  .rat-technology-strengthlist li p {font-size: 13px;}
  .rat-technology-strengthlist li span {font-size: 14px; margin: 0px;}
  .rat-technology-coreinfo {font-size: 14px;}
  
  .rat-news-hotnews .rat-news-hotonenews a{ padding-left:322px; height:240px;}
  .rat-news-hotnews .text{ padding:0 15px;}
  .rat-news-hotnews .text .time{ margin:18px 0 5px 0; font-size:16px; line-height:40px; height:40px;}
  .rat-news-hotnews .text .time span{ font-size:36px;}
  .rat-news-hotnews .text .name{ font-size:16px; line-height:26px;}
  .rat-news-hotnews .text .p{ font-size:14px; line-height:26px; height:78px; margin:7px 0 20px 0;}
  .rat-news-hotnews .more{ padding:2px; font-size:14px;}
  .rat-news-hotnews .img{ width:322px; height:240px;}
  .rat-news-hotnews .slick-dots{ bottom:17px; padding-right:15px;}
  .rat-news-newslist{ padding-top:10px;}
  .rat-news-newslist li{ margin-top:12px;}
  .rat-news-newslist li a{ padding:12px 0 12px 100px;}
  .rat-news-newslist li .time{ width:100px; height:80px; top:12px;}
  .rat-news-newslist li .time time{ font-size:40px; line-height:40px; margin:5px 0 3px 0;}
  .rat-news-newslist li .time span{ font-size:14px; line-height:14px;}
  .rat-news-newslist li .text{ padding:0 15px; min-height:80px;}
  .rat-news-newslist li .text h5{ font-size:16px; line-height:24px; margin:5px 0 7px 0;}
  .rat-news-newslist li .text p{ line-height:22px; height:44px;}
  .rat-news-detailstitle {font-size: 22px;}
  .rat-news-detailssummary {margin-top: 0px; padding: 5px 0px;}
  .rat-news-detailstxt {font-size: 12px; line-height: 1.8; margin: 20px 0px;}
  .rat-news-detailstxt img {max-width: 100%;}
  .rat-news-detailslink {padding: 5px 0px;}
  .rat-news-detailslink a {width: 100%; font-size: 12px;}
  .rat-news-detailslink a:last-child {float: inherit; text-align: left;}
  .rat-news-detailsotherlist li {width: 100%; font-size: 12px; float: inherit;}
  .rat-news-detailsotherlist li:nth-child(2n) {float: inherit;}
  
  .cy-contact-usinfo {display: block;}
  .cy-contact-usleft {width: 100%; padding: 25px; }
  .cy-contact-usleft h3,.rat-contact-title {font-size: 24px;}
  .cy-contact-usleft p {font-size: 16px; line-height: 1.8;}
  .cy-contact-usright {width: 100%; height: 360px;}
  .rat-contact-messageinput {display: block;}
  .rat-contact-messageinput label, .rat-contact-messagetextarea label {margin-bottom: 10px;}
  .rat-contact-messageinput label p, .rat-contact-messagetextarea label p {font-size: 14px;}
  .rat-contact-messageinput label input,.rat-contact-messagetextarea textarea {font-size: 14px; padding: 5px 10px;}
  .rat-contact-messageinfo button {width: 100%;}
  .rat-contact-join .nei2{margin-top: 30px;}
  .rat-contact-join .nei2 span{font-size: 12px;}
  .rat-contact-join .nei3 .nei3-2 span{font-size: 12px;}
  .rat-contact-join .nei1 span{font-size: 20px;text-align: center;}
  .rat-contact-join{margin: 30px auto;}
  .rat-contact-join .nei3 .nei3-3 .warp{flex-direction: column;}

}
@media screen and  (max-width:768px){
  .rat-news-hotnews .rat-news-hotonenews a{ padding-left:0; height:auto;}
  .rat-news-hotnews .img{ width:100%; height:auto; position:static;}
  .rat-news-hotnews .text .time{ margin:12px 0 3px 0; }
  .rat-news-hotnews .text .p{ line-height:24px; height:72px; margin:4px 0 14px 0;}
  .rat-news-hotnews .slick-dots li {width: 9px;height: 9px;margin: 0 3px;}
  .rat-news-newslist li a{ padding:12px 0 12px 90px;}
  .rat-news-newslist li .time{ width:90px; height:74px; top:12px;}
  .rat-news-newslist li .text{ min-height:74px;}
  .rat-news-newslist li .text h5{ margin:2px 0 4px 0;}
}