@charset "utf-8";
body {
  margin: 0;
  padding: 0;
  font-family: '微软雅黑';
  background: #fff;
  font-size: 0.16rem;
  color: #333;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
input,
select,
textarea {
  outline: 0;
  margin: 0;
  padding: 0;
  font-family: '微软雅黑';
}
img {
  border: 0;
  display: block;
  max-width: 100%;
  width: auto;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bigimg img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.bigimg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.to1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.to2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.content {
  width: 16rem;
  margin: 0 auto;
}
.phone {
  display: none;
}
[v-cloak]{
	display: none;
}

/*首页*/
.header {
  width: 100%;
  height: 0.98rem;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
#index-app .header {
  background: none;
  position: fixed;
  top: 0.19rem;
  left: 0;
  right: 0;
  z-index: 99;
}
#index-app .header.bai {
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  top: 0 !important;
}
.header.bai {
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  top: 0;
}
.head_box {
  width: 16rem;
  height: 0.98rem;
  margin: 0 auto;
}
#index-app .head01 {
  display: block;
}
#index-app .head02 {
  display: none;
}
#index-app .head01.bai {
  display: none;
}
#index-app .head02.bai {
  display: block;
}
.head01 {
  display: none;
}
.logo {
  float: left;
  width: 3.56rem;
  margin-top: 0.17rem;
}
.logo img {
  width: 100%;
}
.menu,
.nav02,
#menu {
  display: none;
}
#index-app .nav li i {
  background: #fff;
}
#index-app .nav li {
  color: #fff;
}
#index-app .nav.bai li {
  color: #5e4a4a;
}
#index-app .nav.bai li i {
  background: #0029fc;
}
#index-app .nav li.on {
  color: #fff;
}
#index-app .nav.bai li.on {
  color: #5e4a4a;
}
#index-app .nav li.on i {
  transform: scale(0, 0);
}
.nav {
  float: right;
  width: 9.76rem;
  height: 0.98rem;
  margin-right: 0.48rem;
}
.nav ul {
  display: flex;
  justify-content: space-between;
}
.nav li {
  font-size: 0.16rem;
  color: #5e4a4a;
  line-height: 0.98rem;
  position: relative;
}
.nav li:hover {
  color: #0029fc;
}
.nav li i {
  width: 100%;
  height: 0.03rem;
  background: #0029fc;
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.02rem;
  z-index: 5;
  transform: scale(0, 0);
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.nav li:hover i {
  transform: scale(1, 1);
}
.nav li.on {
  color: #0029fc;
}
.nav li.on i {
  transform: scale(1, 1);
}
.nav li:hover .subnav{
	transform: scale(1,1);
	opacity: 1;
}
.subnav {
  width: 1.37rem;
  padding-top: 0.1rem;
  position: absolute;
  top: 0.98rem;
  left: -0.3rem;
  /* transform: translateX(-18%); */
  z-index: 5;
  transform: scale(0,0);
	transition: all 0.6s;
	transform-origin:center top;
	opacity: 0;
}
.subnav ul {
  display: block;
  background: #fff;
  border-radius: 0.1rem;
  padding: 0.12rem 0;
}
#index-app .subnav li {
  color: #333;
}
#index-app .subnav li:hover {
  color: #4052af;
}
.subnav li {
  color: #333;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.56rem;
}
.subnav li:hover {
  color: #4052af;
}
#index-app .search_img {
  border-right: solid 0.01rem #fff;
}
#index-app .search_img.bai {
  border-right: solid 0.01rem #767676;
}
#index-app .language {
  color: #fff;
}
#index-app .language.bai {
  color: #767676;
}
.search_img {
  float: right;
  width: 0.27rem;
  height: 0.21rem;
  cursor: pointer;
  border-right: solid 0.01rem #767676;
  margin: 0.4rem 0.28rem 0 0;
}
.search_img img {
  width: 0.19rem;
  height: 0.19rem;
  margin-top: 0.01rem;
}
.language {
  float: right;
  font-size: 0.16rem;
  color: #767676;
  line-height: 0.98rem;
}

.banner {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bn_box {
  width: 100%;
  position: absolute;
  top: 48%;
  transform: translateY(-48%);
  left: 0;
  z-index: 5;
}
.bn_txt_a {
  width: 11.04rem;
  margin: 0 auto 0.4rem;
}
.bn_txt_b {
  width: 8.34rem;
  margin: 0 auto;
}
.swiper-slide .bn_txt {
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.4s ease-in;
}
.ani-slide .bn_txt {
  transform: translateX(0);
  opacity: 1;
}
.swiper-slide .bn_txt_a {
  transition-delay: 0.5s;
}
.swiper-slide .bn_txt_b {
  transition-delay: 0.8s;
}
.banner .swiper-pagination {
  bottom: 0.72rem;
}
.banner .swiper-pagination-bullet {
  width: 0.14rem;
  height: 0.14rem;
  border: solid 0.01rem #fff;
  background: #fff;
  opacity: 1;
  margin: 0 0.8rem;
}
.banner .swiper-pagination-bullet-active {
  background: #2f60f4;
}

.core_box {
  width: 15.9rem;
  padding: 0.8rem 0 0.97rem;
  overflow: hidden;
  margin: 0 auto;
}
.core_tit {
  width: 100%;
  text-align: center;
  margin-bottom: 0.2rem;
}
.core_tit h1 {
  color: #404040;
  font-size: 0.39rem;
  line-height: 0.46rem;
}
.core_tit h2 {
  color: rgba(56, 56, 56, 0.4);
  font-size: 0.31rem;
  line-height: 0.32rem;
  font-weight: 100;
  font-style: italic;
  font-family: Arial;
  text-transform: uppercase;
  position: relative;
}
.core_type {
  width: 100%;
  text-align: center;
  margin-bottom: 0.37rem;
}
.core_type li {
  display: inline-block;
  width: 1.43rem;
  height: 0.46rem;
  line-height: 0.46rem;
  text-align: center;
  border: solid 0.01rem #eee;
  border-radius: 0.4rem;
  margin: 0 0.05rem;
  cursor: pointer;
  color: #333;
  font-size: 0.16rem;
}
.core_type li.on {
  border: solid 0.01rem #355df4;
  background: #355df4;
  color: #fff;
}
.core_con {
  width: 100%;
  margin-bottom: 0.15rem;
}
.core {
  width: 100%;
}
.core ul {
  margin-right: -0.44rem;
}
.core li {
  float: left;
  width: 7.73rem;
  height: 4.35rem;
  background: url(../images/ind_05.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 0.4rem 0.38rem;
  margin: 0 0.44rem 0.4rem 0;
  overflow: hidden;
  position: relative;
}
.core_line {
  width: 0;
  height: 0.01rem;
  border-bottom: solid 0.01rem #f53e40;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.6s;
}
.core li:hover .core_line {
  width: 100%;
}
.core li:hover .core_d {
  color: #f53e40;
}
.core_left {
  float: left;
  width: 3.24rem;
}
.core_a {
  color: #a2a2a2;
  font-size: 0.16rem;
  line-height: 0.32rem;
}
.core_b {
  color: #1f1f20;
  font-size: 0.29rem;
  line-height: 0.5rem;
  font-weight: bold;
}
.core_c {
  color: #1f1f20;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.core_d {
  color: #6a6a6a;
  font-size: 0.14rem;
  line-height: 0.6rem;
}
.core_pic {
  float: right;
  width: 3.7rem;
  height: 3.55rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.core_pic img {
  width: 100%;
}
.core_more {
  width: 1.39rem;
  text-align: center;
  height: 0.39rem;
  line-height: 0.39rem;
  border: solid 0.01rem #3e5a8c;
  border-radius: 0.05rem;
  color: #24447d;
  font-size: 0.18rem;
  margin: 0 auto;
  transition: all 0.6s;
}
.core_more a {
  display: block;
}
.core_more:hover {
  background: #24447d;
  color: #fff;
}

.app_box {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.app_tit {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0.56rem;
  left: 0;
  z-index: 2;
}
.app_tit h2 {
  color: rgba(243, 243, 243, 0.2);
  line-height: 0.42rem;
  font-size: 0.31rem;
  text-transform: uppercase;
  font-style: italic;
  font-weight: normal;
  font-family: Arial;
}
.app_tit_t {
  height: 0.5rem;
  line-height: 0.5rem;
  position: relative;
}
.app_tit h1 {
  color: #fff;
  font-size: 0.39rem;
  position: relative;
  z-index: 3;
}
.app_tit i {
  width: 100%;
  height: 0.11rem;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.app_tit i span {
  width: 1.31rem;
  height: 0.11rem;
  display: block;
  background: rgba(152, 152, 152, 0.4);
  margin: 0 auto;
}
.app_pic {
  width: 100%;
  height: 9.26rem;
}
.app_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.app_bot {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1.27rem;
  z-index: 2;
}
.app_list_box {
  width: 16.9rem;
  margin: 0 auto;
  position: relative;
}
.app_list_box .swiper-button-next {
  right: 0;
}
.app_list_box .swiper-button-prev {
  left: 0;
}
.app_list_box .swiper-button-next,
.app_list_box .swiper-button-prev {
  width: 0.48rem;
  height: 0.47rem;
  background: #fff;
}
.app_list_box .swiper-button-next:hover,
.app_list_box .swiper-button-prev:hover {
  background: #3a66a6;
}
.app_list_box .swiper-button-next:hover:after,
.app_list_box .swiper-button-prev:hover:after {
  color: #fff;
}
.app_list_box .swiper-button-next:after,
.app_list_box .swiper-button-prev:after {
  color: #474747;
  font-size: 0.2rem;
  font-weight: bold;
}
.app_con {
  width: 15.5rem;
  margin: 0 auto;
}
.app_list {
  height: 1.92rem;
  padding: 0.28rem 0.2rem 0.12rem 0.2rem;
  background: #fff;
  margin-top: 0.28rem;
  position: relative;
}
.app_list h1 {
  color: #4f4f4f;
  font-size: 0.16rem;
  line-height: 0.28rem;
  font-weight: normal;
}
.app_list h2 {
  color: #414141;
  font-size: 0.24rem;
  line-height: 0.34rem;
  font-weight: normal;
  margin-bottom: 0.2rem;
}
.app_list i {
  width: 0.33rem;
  height: 0.04rem;
  border-radius: 0.02rem;
  background: #505050;
  display: block;
}
.app_icon {
  width: 0.63rem;
  height: 0.63rem;
  position: absolute;
  right: 0.2rem;
  bottom: 0.12rem;
}
.app_icon img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.img02 {
  display: none;
}
.app_con .swiper-slide-active .app_list {
  height: 2.2rem;
  padding: 0.36rem 0.2rem 0.12rem 0.2rem;
  background: #3a66a6;
  margin-top: 0;
}
.app_con .swiper-slide-active .img01 {
  display: none;
}
.app_con .swiper-slide-active .img02 {
  display: block;
}
.app_con .swiper-slide-active .app_list h1 {
  color: #fff;
}
.app_con .swiper-slide-active .app_list h2 {
  color: #fff;
}
.app_con .swiper-slide-active .app_list i {
  background: #f53e40;
}

.case_box {
  padding: 0.57rem 0 1.03rem;
  overflow: hidden;
}
.case_tit {
  width: 100%;
  text-align: center;
  margin-bottom: 0.43rem;
}
.case_tit h2 {
  color: rgba(56, 56, 56, 0.2);
  line-height: 0.34rem;
  font-size: 0.31rem;
  text-transform: uppercase;
  font-style: italic;
  font-weight: normal;
  font-family: Arial;
}
.case_tit_t {
  height: 0.5rem;
  line-height: 0.5rem;
  position: relative;
}
.case_tit h1 {
  color: #404040;
  font-size: 0.39rem;
  position: relative;
  z-index: 3;
}
.case_tit i {
  width: 100%;
  height: 0.11rem;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.case_tit i span {
  width: 1.31rem;
  height: 0.11rem;
  display: block;
  background: rgba(221, 221, 221, 0.4);
  margin: 0 auto;
}
.case {
  width: 16.1rem;
  margin: 0 auto;
}
.case li {
  float: left;
  width: 25%;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.case .con {
  display: block;
  height: 5.11rem;
  margin: 0 0.1rem;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.case .con:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    to bottom,
    rgba(25, 61, 125, 0),
    rgba(25, 61, 125, 1)
  );
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.case.open li {
  width: 14%;
}
.case li.on {
  width: 58%;
}
.case_txt {
  width: 6rem;
  color: #fff;
  position: absolute;
  left: 0.4rem;
  bottom: 0.58rem;
  z-index: 2;
}
.case_txt img {
  float: left;
  width: 0.71rem;
  height: 0.71rem;
  margin: 0.03rem 0.06rem 0 0;
}
.case_txt h1 {
  font-family: Arial;
  font-size: 0.22rem;
  line-height: 0.28rem;
  font-weight: normal;
  text-transform: uppercase;
}
.case_txt h2 {
  font-size: 0.4rem;
  line-height: 0.48rem;
}


.hezuo_bg {
  width: 100%;
  /* min-height: 9.28rem; */
  padding-bottom: 0.8rem;
  /* background: url(../images/ind_20.jpg) no-repeat;
  background-size: cover; */
  overflow: hidden;
}
.hezuo_tit {
  width: 100%;
  text-align: center;
  color: #282828;
  font-size: 0.45rem;
  line-height: 1.56rem;
  font-weight: bold;
  margin-bottom: 0.37rem;
}
.hezuo {
  width: 17.47rem;
  margin: 0 auto;
}
.hezuo img {
  width: 100%;
}
.hz{
  position: relative;
}
.hz .swiper-button-next, .hz .swiper-button-prev{
  height: auto !important;
  top: 50%;
	transform: translateY(-50%);
}
.hz .swiper-button-next:after, .hz .swiper-button-prev:after{
  font-size: 0.2rem;
  color: #333;
}
.hz .swiper-button-lock{
	display: block;
}
.hezuo_list{
  width: 88%;
  margin: 0 auto;
}
.hezuo_list img{
  width: 100%;
  height: 1rem;
}

.foot_bg {
  width: 100%;
  background: url(../images/ind_22.jpg) no-repeat;
  background-size: cover;
  padding-top: 0.7rem;
}
.foot_w {
  width: 15.6rem;
  margin: 0 auto;
}
.foot {
  min-height: 4.88rem;
}
.foot ul {
  display: flex;
  justify-content: space-between;
}
.foot li {
  width: 2.18rem;
  color: #fff;
}
.foot li:last-child {
  width: 4rem;
}
.foot h1 {
  font-size: 0.2rem;
  line-height: 0.58rem;
}
.foot li ul {
  width: 100%;
  display: block;
}
.foot li ul li {
  width: 100%;
  font-size: 0.16rem;
  color: #def4ff;
  font-weight: lighter;
  line-height: 0.46rem;
}
.foot li ul li:last-child {
  width: 100%;
}
.foot li ul li:hover {
  color: #fff;
}
.foot_tel {
  color: #cde2ec;
  font-size: 0.29rem;
  font-family: Impact;
  line-height: 0.34rem;
  margin-bottom: 0.09rem;
}
.foot_txt {
  color: #cde2ec;
  font-size: 0.16rem;
  line-height: 0.34rem;
  margin-bottom: 0.26rem;
}
.code_box {
  width: 3.23rem;
  display: flex;
  justify-content: space-between;
}
.code {
  width: 1.39rem;
  text-align: center;
}
.code img {
  width: 100%;
  height: 1.39rem;
}
.code h1 {
  color: #fff;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.32rem;
}
.foot_line {
  border-top: solid 0.01rem rgba(138, 190, 220, 0.4);
  padding: 0.24rem 0 0.32rem;
  color: #fff;
  line-height: 0.38rem;
  font-size: 0.16rem;
}

.sidebox {
  width: 0.65rem;
  background: #3d3d3d;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 90;
}
.sidebox li {
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.18rem;
  font-weight: bold;
  height: 0.65rem;
  border-bottom: solid 0.02rem #4e4e4e;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.sidebox li:last-child {
  border: none;
}
.sidebox img {
  width: 0.36rem;
  height: 0.36rem;
}
.sidebox li:hover {
  background: #3a66a6;
}
.sidetel {
  width: 2rem;
  height: 0.65rem;
  line-height: 0.65rem;
  text-align: center;
  font-size: 0.18rem;
  font-weight: 100;
  background: #3a66a6;
  position: absolute;
  top: 0;
  right: 0.65rem;
  display: none;
}
.sidebox li:hover .sidetel {
  display: block;
}
.sidecode {
  width: 1.6rem;
  height: 1.6rem;
  padding: 0.1rem;
  background: #3a66a6;
  position: absolute;
  top: -0.3rem;
  right: 0.65rem;
  display: none;
}
.sidecode img {
  width: 100%;
  height: 100%;
}
.sidebox li:hover .sidecode {
  display: block;
}

/* 关于我们 */
.main_bn {
  width: 100%;
  position: relative;
  margin-top: 0.98rem;
}
.main_bnbg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mbn_txt {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.46rem;
}
.mbn_txt h1 {
  font-size: 0.52rem;
  line-height: 0.72rem;
  font-weight: normal;
}
.content .mbn_txt {
  text-align: left;
}

.about_bg {
  width: 100%;
  background: url(../images/about_01.jpg) no-repeat center bottom;
  background-size: cover;
  padding: 1.32rem 0 1rem;
  overflow: hidden;
}
.about_box {
  display: flex;
}
.about_left {
  width: 3.5rem;
  border-right: 1px solid #dcdcdc;
  margin-right: 1.89rem;
}
.about_right {
  width: 11rem;
}
.about_tit {
  font-size: 0.38rem;
  color: #333;
  line-height: 0.62rem;
  margin-bottom: 0.5rem;
}
.about_list {
  width: 90%;
}
.about_list li {
  color: #666;
  font-size: 0.16rem;
  line-height: 0.28rem;
  margin-bottom: 0.47rem;
}
.about_list li:last-child {
  margin: 0;
}
.about_list i {
  width: 0.1rem;
  height: 0.04rem;
  background: #3967a5;
  display: block;
  margin-bottom: 0.1rem;
}
.about_list h1 {
  color: #3967a5;
  font-size: 0.36rem;
  line-height: 0.44rem;
  font-family: Arial;
  font-weight: normal;
}
.about_tt {
  font-size: 0.31rem;
  color: #40679e;
  margin-bottom: 0.3rem;
}
.about_txt {
  font-size: 0.16rem;
  line-height: 0.34rem;
  color: #565656;
  text-align: justify;
}

.fzlc_bg {
  background: #f7f9fa;
  padding: 0.76rem 0 1.04rem;
  overflow: hidden;
}
.fzlc_title {
  color: #333;
  font-size: 0.38rem;
  text-align: center;
  line-height: 0.8rem;
  margin-bottom: 1rem;
}
.Honor {
  position: relative;
}
.Honor .auto-inner {
  height: 6.91rem;
  position: relative;
  z-index: 1;
}
.Honor .slider-year {
  position: relative;
  z-index: 10;
}
.Honor .item b {
  color: #999;
  display: inline-block;
  position: relative;
  font-family: 'Oswald';
  height: 0.5rem;
  line-height: 0.5rem;
}
.Honor .item b sub {
  position: absolute;
  left: 100%;
  bottom: -0.06rem;
  font-style: italic;
  text-shadow: none;
  margin-left: 0.15rem;
}
.Honor .slider-con .name {
  display: table;
  background-color: #f7f9fa;
  padding-right: 0.84rem;
  padding-left: 3rem;
}
.Honor .slider-con .slick-current .name {
  transition: padding 1s;
  padding-left: 0;
}
.Honor .slider-con .name b {
  font-size: 0.36rem;
  opacity: 0;
  color: #4470af;
}
.Honor .slider-con .slick-current .name b {
  opacity: 1;
  transition: 0.5s;
}
.Honor .slider-con .name sub {
  font-size: 0.18rem;
  font-weight: normal;
  font-style: normal;
  margin-left: 0.09rem;
}
.Honor .slider-year .item a {
  background-color: #f7f9fa;
  padding: 0 0.4rem 0 0.18rem;
  display: table;
}
.Honor .slider-year .item b {
  font-size: 0.3rem;
  float: left;
}
.Honor .slider-year .item sub {
  font-size: 0.18rem;
  margin-left: 0.09rem;
  font-weight: normal;
  font-style: normal;
}

.Honor .auto-inner:before {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #dcdcdc;
  bottom: 0.2rem;
  content: '';
}

.Honor .slider-year {
  width: 43%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.Honor .slider-year .item {
  opacity: 0;
  transition: opacity 0.3s;
}
.Honor .slider-year .slick-active.slick-current {
  opacity: 0;
}
.Honor .slider-year .slick-active {
  opacity: 1;
}

.Honor .slick-arrow {
  position: absolute;
  bottom: 0;
  width: 0.5rem;
  height: 0.5rem;
  border: 0;
  cursor: pointer;
  font-size: 0;
  text-indent: 9999px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.Honor .slick-prev {
  left: -0.69rem;
  background-image: url(../images/about_04.png);
}
.Honor .slick-next {
  right: -0.69rem;
  background-image: url(../images/about_06.png);
}
.Honor .slick-prev:hover {
  background-image: url(../images/about_05.png);
}
.Honor .slick-next:hover {
  background-image: url(../images/about_07.png);
}
.Honor .slick-arrow:hover {
  background-color: #3a66a6;
}

.Honor .info {
  overflow: hidden;
  padding-bottom: 1.16rem;
}
.Honor .txt {
  width: 7.3rem;
  position: relative;
  float: left;
  padding-top: 0.04rem;
}
.Honor .year {
  position: absolute;
  left: 0;
  right: 0;
  top: 1.67rem;
  font-size: 2.3rem;
  font-family: arial;
  font-weight: bold;
  color: #e9eced;
  line-height: 2.94rem;
}
.Honor .t-c {
  position: relative;
  z-index: 2;
}
.Honor .month {
  font-size: 0.24rem;
  color: #666;
  margin-bottom: 0.17rem;
}
.Honor .tit {
  font-size: 0.45rem;
  line-height: 1.14rem;
}
.Honor .desc {
  font-size: 0.2rem;
  line-height: 0.48rem;
  color: #777;
}
.Honor .pic {
  float: right;
  width: 7.58rem;
  height: 5.25rem;
}
.Honor .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.honor_bg {
  width: 100%;
  padding: 0.74rem 0 1.08rem;
  background: url(../images/about_09.jpg) no-repeat center bottom;
  background-size: cover;
  overflow: hidden;
}
.honor_bg .fzlc_title {
  margin-bottom: 0.6rem;
}
.honor_pic {
  width: 11.8rem;
  margin: 0 auto;
}

.qiye_box {
  padding: 0.68rem 0 1.07rem;
  overflow: hidden;
}
.qiye_box .fzlc_title {
  margin-bottom: 0.49rem;
}
.qiye {
  width: 100%;
  position: relative;
}
.qiye .swiper-slide-active .qiye_con {
  opacity: 1;
}
.qiye .swiper-button-next,
.qiye .swiper-button-prev {
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  top: 40%;
  transform: translateY(-40%);
}
.qiye .swiper-button-next {
  right: 2.8rem;
}
.qiye .swiper-button-prev {
  left: 2.8rem;
}
.qiye .swiper-button-next:hover,
.qiye .swiper-button-prev:hover {
  background: #3a66a6;
}
.qiye .swiper-button-next:hover:after,
.qiye .swiper-button-prev:hover:after {
  color: #fff;
}
.qiye .swiper-button-next:after,
.qiye .swiper-button-prev:after {
  color: #474747;
  font-size: 0.2rem;
  font-weight: bold;
}
.qiye_pic {
  height: 5.54rem;
  margin-bottom: 0.79rem;
}
.qiye_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.qiye_con {
  width: 4.57rem;
  height: 5.47rem;
  padding: 0.74rem 0.6rem;
  background: #fff;
  border-bottom: solid 0.03rem #3a66a6;
  position: absolute;
  left: 1.08rem;
  bottom: 0;
  opacity: 0;
}
.qiye_con h1 {
  color: #333;
  font-size: 0.28rem;
  line-height: 0.42rem;
  margin-bottom: 0.12rem;
}
.qiye_con h2 {
  color: #3a66a6;
  font-size: 0.2rem;
  line-height: 0.32rem;
  padding-bottom: 0.17rem;
  border-bottom: solid 0.01rem #dfdfdf;
  margin-bottom: 0.29rem;
}
.qiye_txt {
  width: 100%;
  color: #666;
  font-size: 0.16rem;
  line-height: 0.32rem;
  text-align: justify;
  height: 2.88rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  white-space: normal;
}

/* 工程服务 */
.service_box {
  padding: 0.73rem 0 1.19rem;
  overflow: hidden;
}
.service_box .fzlc_title {
  margin-bottom: 0.47rem;
}
.service ul {
  margin-right: -0.48rem;
}
.service li {
  float: left;
  width: 5.01rem;
  height: 5.98rem;
  position: relative;
  margin: 0 0.48rem 0.44rem 0;
}
.service li:nth-child(even) .ser_pic {
  position: absolute;
  top: 0;
  left: 0;
}
.service li:nth-child(even) .ser_con {
  margin-top: 2.83rem;
}
.ser_con {
  width: 100%;
  height: 3.15rem;
  background: #f4f7f8;
  padding: 0.28rem 0.38rem;
}
.ser_con h1 {
  font-size: 0.3rem;
  line-height: 0.76rem;
  border-bottom: solid 0.02rem #eaecec;
  margin-bottom: 0.17rem;
}
.ser_con ul {
  height: 1.02rem;
  overflow: hidden;
  margin-right: 0;
  margin-bottom: 0.14rem;
}
.ser_con ul li {
  color: #888;
  font-size: 0.16rem;
  line-height: 0.34rem;
  height: auto;
  margin: 0;
}
.ser_con ul li i {
  width: 0.05rem;
  height: 0.05rem;
  background: #a0a0a0;
  border-radius: 50%;
  display: block;
  float: left;
  margin: 0.13rem 0.11rem 0 0;
}
.ser_more {
  color: #0068c2;
  line-height: 0.3rem;
  font-size: 0.16rem;
}
.ser_more a {
  display: inline-block;
  border-bottom: solid 0.02rem #2973d8;
}
.ser_pic {
  width: 100%;
  height: 2.83rem;
}
.ser_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.advantage_bg {
  padding: 0.8rem 0 0.9rem;
  background: #f4f7f8;
  overflow: hidden;
}
.advantage_bg .fzlc_title {
  margin-bottom: 0.4rem;
}
.adv_01 {
  margin: 0 auto 0.33rem;
  background: #fff;
}
.adv_01 li {
  width: 20%;
  float: left;
  border-right: 1px solid #eaeaea;
}
.adv_01 .con {
  padding: 0.14rem;
  height: 1.48rem;
  position: relative;
  display: flex;
	justify-content: center;
	align-items: center;
}
.adv_01 .ico {
  /* position: absolute;
  right: 0.14rem;
  top: 50%; */
  width: 0.56rem;
  height: 0.56rem;
  /* transform: translateY(-50%); */
}
.adv_01 .ico img {
  width: 100%;
  height: 100%;
  display: block;
}
.adv_01 .tit {
  width: 65%;
}
.adv_01 .tit h3 {
  font-size: 0.26rem;
  font-weight: normal;
  color: #111;
}
.adv_01 .tit span {
  font-size: 0.18rem;
  color: #aec5e6;
}
.adv_01 li:last-child {
  border-right: 0;
}

.adv_02 ul {
  margin-right: -0.35rem;
}
.adv_02 li {
  float: left;
  width: 5.1rem;
  height: 2.36rem;
  margin: 0 0.35rem 0.32rem 0;
}
.adv_02 .con {
  height: 2.36rem;
  background: #fff;
  position: relative;
}
.adv_02 .ico {
  position: absolute;
  top: 0.35rem;
  right: 0.35rem;
  width: 0.8rem;
  height: 0.8rem;
}
.adv_02 .ico img {
  width: 100%;
  height: 100%;
  display: block;
}
.adv_02 .txt {
  position: absolute;
  left: 0.43rem;
  bottom: 0.33rem;
}
.adv_02 h3 {
  font-size: 0.3rem;
  color: #111;
  font-weight: normal;
}
.adv_02 .desc {
  font-size: 0.2rem;
  color: #999;
}
.adv_02 li:last-child .desc {
  font-size: 0.28rem;
  font-family: 'DINCond-Bold';
  color: #3a66a6;
}

.consult_box {
  padding: 0.7rem 0 0.32rem;
  overflow: hidden;
}
.consult_box .fzlc_title {
  margin-bottom: 0.38rem;
}
.consult .ovh {
  margin: 0 -0.13rem;
  overflow: visible;
}
.consult .ovh:after,
.consult .ovh:before {
  display: block;
  content: 'clear';
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.consult .item {
  padding: 0 0.13rem;
  margin-bottom: 0.27rem;
  position: relative;
}
.consult .item-50 {
  float: left;
  width: 50%;
}
.consult .inp {
  width: 100%;
  height: 0.8rem;
  border: 1px solid #d8d8d8;
  font-size: 0.18rem;
  padding: 0 0.2rem 0 1.9rem;
}
.consult .t1 {
  position: absolute;
  top: 0;
  line-height: 0.8rem;
  left: 0.41rem;
  z-index: 2;
  font-size: 0.18rem;
  color: #999;
}
.consult .t1 i {
  color: #f22;
  font-style: normal;
  margin-left: 0.06rem;
}
.consult textarea.inp {
  padding: 0.27rem;
  height: 2.2rem;
  color: #999;
}
.consult .btn {
  margin: 0.39rem auto 0;
  width: 2rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  font-size: 0.2rem;
  color: #fff;
  border: 0;
  cursor: pointer;
  display: block;
  background-color: #4470af;
  transition: 0.3s;
}
.consult .btn:hover {
  opacity: 0.8;
}
.consult .placeholder {
  color: #999;
  font-size: 0.18rem;
  line-height: 0.8rem;
  position: absolute;
  top: 0;
  left: 2rem;
}

/* 行业应用 */
.type_bg {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.type {
  width: 16rem;
  padding-left: 0.39rem;
  height: 0.85rem;
  margin: 0 auto;
}
.type .swiper-slide {
  width: auto;
  font-size: 0.18rem;
  line-height: 0.85rem;
  padding: 0 0.14rem;
  color: #362c2c;
}
.type i {
  width: 100%;
  height: 0.03rem;
  background: #0029fc;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  transform: scale(0, 0);
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.type .swiper-slide:hover i {
  transform: scale(1, 1);
}
.type .swiper-slide.on {
  color: #0029fc;
}
.type .swiper-slide.on i {
  transform: scale(1, 1);
}
.gray {
  background: #f1f4f5;
}
.app_p {
  padding: 1.02rem 0 1.07rem;
}
.app {
  width: 100%;
}
.app ul {
  margin-right: -0.29rem;
}
.app li {
  float: left;
  width: 5.14rem;
  margin: 0 0.29rem 0.71rem 0;
}
.app li:hover .app_img img {
  transform: scale(1.1);
}
.app li:hover .app_line {
  width: 100%;
}
.app_img {
  width: 100%;
  height: 3.13rem;
  overflow: hidden;
}
.app_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.app_bg {
  height: 3.48rem;
  border-top: none;
  border: solid 0.01rem #e5e5e5;
  background: #fff;
  position: relative;
  padding: 0.22rem 0.38rem;
}
.app_line {
  width: 0;
  height: 0.01rem;
  background: #f53e40;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: all 0.6s;
}
.app_bg .lab {
  font-size: 0.16rem;
  color: #4470af;
  font-weight: bold;
  line-height: 0.34rem;
  margin-bottom: 0.12rem;
}
.app_bg .tit {
  font-size: 0.2rem;
  line-height: 0.32rem;
  height: 0.64rem;
  margin-bottom: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.app_bg .desc {
  font-size: 0.16rem;
  line-height: 0.28rem;
  height: 0.84rem;
  color: #888;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin-bottom: 0.27rem;
}
.app_bg .more {
  font-size: 0.16rem;
  color: #888;
  border-bottom: 0.01rem solid #e5e5e5;
  padding-bottom: 0.12rem;
  transition: all 0.6s;
  display: inline-block;
}
.app li:hover .tit {
  color: #4470af;
}
.app li:hover .more {
  color: #4470af;
  border-bottom: 0.01rem solid #4470af;
}

/* 新闻中心 */
.news_p {
  padding: 0.7rem 0 0.8rem;
}
.news {
  width: 100%;
  margin-bottom: 0.63rem;
}
.news .swiper-slide {
  background: #fff;
  height: 4.99rem;
}
.news_pic {
  float: left;
  width: 50%;
  height: 4.99rem;
  overflow: hidden;
}
.news_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.news_r {
  float: left;
  width: 50%;
  padding: 0.37rem 0.64rem;
}
.news_date {
  font-size: 0.18rem;
  color: #a1a1a1;
  line-height: 0.54rem;
}
.news_tit {
  font-size: 0.34rem;
  line-height: 0.52rem;
  height: 1.04rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin-bottom: 0.14rem;
}
.news_txt {
  color: #888;
  font-size: 0.16rem;
  line-height: 0.34rem;
  height: 0.68rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin-bottom: 0.28rem;
}
.news_more {
  font-size: 0.16rem;
  color: #888;
  border-bottom: 0.01rem solid #888;
  padding-bottom: 0.12rem;
  transition: all 0.6s;
  display: inline-block;
}
.news .swiper-slide:hover .news_pic img {
  transform: scale(1.1);
}
.news .swiper-slide:hover .news_tit {
  color: #4470af;
}
.news .swiper-slide:hover .news_more {
  color: #4470af;
  border-bottom: 0.01rem solid #4470af;
}
.news .swiper-pagination {
  width: 50%;
  text-align: left;
  padding: 0 0.64rem;
  left: auto;
  right: 0;
  bottom: 0.6rem;
}
.news .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.03rem;
  border-radius: 0;
  background: #f0f0f0;
  margin: 0 0.1rem 0 0;
}
.news .swiper-pagination-bullet-active {
  background: #4470af;
}

.news_list {
  width: 100%;
}
.news_list ul{
  margin-right: -0.35rem;
}
.news_list li {
  float: left;
  width: 5.1rem;
  margin: 0 0.35rem 0.32rem 0;
}
.news_list_pic {
  width: 100%;
  height: 3.12rem;
  overflow: hidden;
}
.news_list_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.news_list li:hover .news_list_pic img {
  transform: scale(1.1);
}
.news_list_bg {
  width: 100%;
  height: 3.47rem;
  border: solid 0.01rem #e5e5e5;
  background: #fff;
  position: relative;
  padding: 0.22rem 0.38rem;
}
.news_list_bg .tit {
  font-size: 0.2rem;
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin-bottom: 0.21rem;
}
.news_list_bg .desc {
  font-size: 0.16rem;
  line-height: 0.3rem;
  height: 0.9rem;
  color: #888;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin-bottom: 0.6rem;
}
.news_list_bg .date {
  float: left;
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #bcbcbc;
  font-family: arial;
}
.news_list_bg .more {
  float: right;
  font-size: 0.16rem;
  color: #888;
  border-bottom: 0.01rem solid #e5e5e5;
  padding-bottom: 0.12rem;
  transition: all 0.6s;
  display: inline-block;
}
.news_list li:hover .tit {
  color: #4470af;
}
.news_list li:hover .more {
  color: #4470af;
  border-bottom: 0.01rem solid #4470af;
}

.pages {
  text-align: center;
  margin-top: 0.5rem;
}
.pages li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.05rem;
}
.pages a,
.pages span {
  border-radius: 0.04rem;
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.58rem;
  font-family: arial;
  border: 0.01rem solid #dcdcdc;
  text-align: center;
  font-size: 0.18rem;
  color: #b4b4b4;
  background: #fff;
  transition: 0.3s;
}
.pages li a:hover,
.pages li.on a {
  background: #4470af;
  border: #4470af;
  color: #fff;
}
.pages span {
  font-weight: normal;
}
.pages .arrow a {
  width: 1.24rem;
}

/* 关于产品 */
.pro_p{
  padding: 0.4rem 0;
}
.product_box{
  padding-bottom: 1.1rem;
}
.product_tit{
  color: #000;
  font-size: 0.36rem;
  line-height: 0.72rem;
}
.product{
  width: 100%;
}
.product ul{
  margin-right: -0.33rem;
}
.product li{
  float: left;
  width: 3.75rem;
  text-align: center;
  height: 4.88rem;
  padding: 0.4rem 0.3rem 0.3rem 0.3rem;
  background: #fff;
  margin: 0.2rem 0.33rem 0.2rem 0;
  transition: all 0.6s;
}
.product li:hover{
  margin: 0 0.33rem 0.4rem 0;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.product h1{
  color: #888;
  font-size: 0.18rem;
  line-height: 0.36rem;
  height: 0.36rem;
  font-weight: 100;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product h2{
  color: #111;
  font-size: 0.36rem;
  line-height: 0.46rem;
  height: 0.46rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.14rem;
}
.product_pic{
  width: 100%;
  height: 2.38rem;
  margin-bottom: 0.27rem;
}
.product_pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_more{
  width: 100%;
  line-height: 0.54rem;
  color: #777;
  font-size: 0.16rem;
  border: solid 0.01rem #d6d6d6;
  transition: all 0.6s;
}
.product li:hover .product_more{
  background: #4470af;
  border: solid 0.01rem #4470af;
  color: #fff;
}

/* 联系我们 */
.contact_box{
  padding: 0.72rem 0 0.75rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 1;
}
.contact_pic{
  float: left;
  width: 8rem;
}
.contact_pic img{
  width: 100%;
}
.contact_r{
  float: right;
  width: 7.3rem;
  padding-top: 0.1rem;
}
.con_tit{
  font-size: 0.24rem;
  color: #544b4b;
  line-height: 0.4rem;
}
.con_txt{
  font-size: 0.17rem;
  color: #0d55a5;
  line-height: 0.34rem;
  margin-bottom: 0.28rem;
}
.con_code{
  width: 100%;
  padding-top: 0.4rem;
}
.con_code li{
  float: left;
  width: 0.74rem;
  margin-right: 1.18rem;
}
.con_code img{
  width: 100%;
}
.map{
  width: 100%;
  height: 7.16rem;
}
.BMapLabel{
	display: none !important;
}
.BMap_bubble_title{
	font-size: 0.16rem;
	color: #222;
	margin-bottom: 0.06rem;
}
.BMap_bubble_content{
	color: #999;
	font-size: 0.14rem;
}
.BMap_shadow{
	display: none !important;
}


/* 详情 */
.show_tt {
  font-size: 0.31rem;
  color: #40679e;
  line-height: 0.44rem;
  text-align: center;
  margin-bottom: 0.3rem;
}
.show_txt {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #565656;
  text-align: justify;
}
.show_txt img{
  display: inline-block;
  height: auto;
}
.fanye{
	width: 100%;
	border-top: dashed 0.01rem #bbbbbb;
	padding: 0.3rem 0;
	margin-top: 0.5rem;
}
.fanye li{
	height: 0.4rem;
	line-height: 0.4rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #5a5a5a;
	font-size: 0.18rem;
}
.fanye li:hover{
	color: #074995;
}
.fanye span{
	color: #074995;
}

.pro_show{
  float: left;
  width: 54%;
}
.pro_img{
  float: right;
  width: 42%;
}
.pro_img img{
  width: 100%;
}