@charset "utf-8";
@font-face {
  font-family: 'HELVETICANEUELTPRO-THEX';
  src: url('../fonts/HELVETICANEUELTPRO-THEX.OTF');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GOTHAM-BLACK';
  src: url('../fonts/GOTHAM-BLACK.OTF');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  font: 12px Arial, "微软雅黑";
  /* color: #929292; */
  color: #555;
  /* color: #000; */
  width: 100%;
  /* height: 100%; */
  background: #fff;
}

body {
  padding-top: 5rem;
}

.c-w {
  margin: 0 auto;
  max-width: 1200px;
}

.line-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.line-3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.wh-100 {
  width: 100%;
  height: 100%;
}

.min-h {
  min-height: calc(100vh - 7.875rem);
}

.show-m {
  display: none !important;
}

.hide-m {
  display: block !important;
}

.color-white {
  color: #fff !important;
}

/* top */
#top-box {
  height: 5rem;
  padding: 0.875rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none;
}
#top-box > a, #top-box > a img{
  height: 100%;
}
#top-box .hotline{
  font-weight: bold;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
}
#top-box .hotline .icon-phone {
  font-size: 2rem;
  margin-right: .5rem;
}

/* header */
#header {
  /* position: sticky; */
  width: 100%;
  height: auto;
  position: fixed;
  font-size: 0.875rem;
  z-index: 99;
  top: 0;
  background-color: #fff;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
}
#header .content {
  max-width: 1200px;
  margin: 0 auto;
  /* height: 3.5rem;  */
  height: 5rem;
}
#header .logo {
  height: 3.125rem;
}
#header #nav {
  height: 100%;
}
#header #nav .item {
  height: 100%;
}
#header #nav .item .a {
  color: #4b4b4b;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 1rem 3rem; */
  /* padding: 1.25rem 1.625rem; */
  padding: 1.25rem 2.25rem;
  transition: none ease-out .3s;
  font-size: 1.125rem;
}
#header #nav .item .a.active,
#header #nav .item:hover .a {
  color: #fff;
  transition: ease-out .3s;
}
#header #nav .item i {
  margin-left: 0.375rem;
}
#header #nav .item ul.sec-nav {
  transition: all 0.3s ease-out 0s;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0px, 0.625rem, 0px);
  -moz-transform: translate3d(0px, 0.625rem, 0px);
  -webkit-transform: translate3d(0px, 0.625rem, 0px);
  width: 12rem;
  background: #fff;
  box-shadow: 0 0.375rem 0.625rem rgba(0, 0, 0, .1);
  z-index: 2;
}
#header #nav .item:hover ul.sec-nav {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
}

#header #nav .item ul.sec-nav li {
  border-bottom: 1px solid rgba(0, 0, 0, .08);
}

#header #nav .item ul.sec-nav li a {
  display: block;
  text-align: center;
  color: #666;
  width: 100%;
  padding: 0.875rem 0;
  background: none;
}

#header #nav .item ul.sec-nav li a:hover {
  background: #fff;
  color: #000;
  text-indent: inherit;
}

#header #nav .item ul.sec-nav li a:hover {
  background-color: #f5f5f5;
}

#header #mnav {
  position: fixed;
  left: 100%;
  width: 100%;
  height: calc(100vh - 3.5rem);
  background: #f8f8f8;
  z-index: 99;
  padding: 0.9375rem;
  transition: .5s;
}
#header #mnav.open {
  left: 0;
  transition: .5s;
}
#header #mnav .nav-ul li {
  position: relative;
  height: 4rem;
  overflow: hidden;
  transition: height .5s;
}
#header #mnav .nav-ul li.hasChild::after {
  position: absolute;
  right: .625rem;
  top: 2rem;
  content: "";
  display: block;
  width: .9375rem;
  height: 0.125rem;
  background-color: #000;
  transform: rotate(90deg);
  transition: .3s;
}
#header #mnav .nav-ul li.hasChild::before {
  position: absolute;
  right: .625rem;
  top: 2rem;
  content: "";
  display: block;
  width: .9375rem;
  height: 0.125rem;
  background-color: #000;
}
#header #mnav .nav-ul li.hasChild.open::after {
  transform: rotate(0);
}
#header #mnav .nav-ul li a {
  display: flex;
  align-items: center;
  font-size: 1.4em;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  border-bottom: 1px solid rgba(0,0,0,.125);
  /* padding: 15px 0; */
  height: 4rem;
}
#header .ic-nav {
  padding: 0.4375rem .1875rem;
  width: 1.875rem;
  height: 1.875rem;
  flex-direction: column;
  justify-content: space-between;
  display: none;
}
#header .ic-nav span {
  display: block;
  width: 100%;
  height: 2px;
}
#header #mnav .nav-ul .sub-ul {
  padding: 0 1.25rem;
}
#header #mnav .nav-ul .sub-ul li a {
  border-bottom-style: dashed;
  font-weight: normal;
  font-size: 1.2rem;
}
/* header */

/* footer */
#footer {
  /* height: 2.875rem; */
  line-height: 2.875rem;
  background-color: #f7f7f7;
  text-align: center;
}
#footer .beian, #footer a {
  font-size: 0.75rem;
  /* color: #8e8e8e; */
  color: #444;
}
#footer .footer-menu a{
  border-right: 1px solid #777;
  padding: 0 .7rem;
}
#footer .footer-menu a:last-child{
  border-right: none;
}
/* footer */

/* 标题 */
.c-title {
  padding-top: 5.625rem;
  padding-bottom: 2.75rem;
  padding: 3rem 0 1rem;
  margin: 0 auto;
  text-align: center;
}
.c-title.tl {
  text-align: left;
}
.c-title .tit {
  font-weight: bold;
  font-size: 1.625rem;
  margin-bottom: 0.5rem;
  color: #333;
}
.c-title .subtit {
  font-family: simsun;
  /* width: 50%; */
  min-width: 18.75rem;
  /* color: rgba(151, 151, 151, 0.884); */
  color: #444;
  /* font-size: 0.875rem; */
  font-size: 1rem;
  /* padding-bottom: 0.625rem; */
  margin: 0 auto;
  position: relative;
}
/* .c-title .subtit::after{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 30%;
  height: 1px;
  background-color: #d8d8d8;
}
.c-title .subtit::before{
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 30%;
  height: 1px;
  background-color: #d8d8d8;
} */
.c-title.tl .subtit {
  margin: 0;
}
/* .c-title .subtit::after {
  content: '';
  background-color: rgba(44, 102, 204, 0.82);
  width: 0.5625rem;
  height: 0.5625rem;
  display: block;
  position: relative;
  top: 0.9375rem;
  left: 50%;
  transform: translateX(-50%);
} */
/* 标题 */

/* 选项卡 */
.c-tab {
  padding-bottom: 0rem;
  margin-bottom: 3.4375rem;
}
.c-tab a {
  border: none;
  font-size: 0.875rem;
  padding: 0.625rem 1.75rem;
  margin-right: 0.25rem;
  border: 1px #efefef solid;
  color: #a9a9a9;
  background-color: #fff;
  transition: 0.3s;
  transform-origin: top;
  display: inline-block;
}
.c-tab a.active,
.c-tab a:hover {
  color: #fff;
  transition: 0.3s;
  transform-origin: bottom;
  border: 1px solid;
}
/* 选项卡 */

/* 更多按钮 */
.c-more-btn {
  box-shadow: 0 0.125rem 0.75rem #e2e2e2;
  background: rgba(255, 255, 255, .0);
  width: 9.375rem;
  height: 2.3125rem;
  margin: 2.5rem auto 3.125rem;
  font-size: 0.875rem;
  color: #aba8a8;
  transition: all ease-out .3s;
  background-color: #fff;
  text-align: center;
  border-radius: .125rem;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-more-btn span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  transition: .4s;
}
.c-more-btn:hover span{
  color: white;
}
.c-more-btn::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #85bd74;
  transition: .4s;
  z-index: 2;
}
.c-more-btn:hover::after{
  /* content: 'MORE'; */
  width: 100%;
}

/* 更多按钮 */

/* 轮播 */
#index-banner .pic {
  width: 100%;
}
#index-banner .banner-a{
  display: block;
  width: 100%;
  height: 20rem;
  /* background-size: 100% 100%; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#index-banner .banner-a.two{
  display: none;
}

#index-banner .swiper-button-prev, #index-banner .swiper-button-next {
  width: 1.875rem;
  height: 3.125rem;
  background-size: 1.25rem 1.25rem !important;
  /* margin-top: -0.9375rem; */
  transition: all 0.3s ease-out 0s;
  background-color: rgba(0, 0, 0, .6);
  opacity: 0;
  z-index: 0;
}
#index-banner .swiper-button-prev {
  left: 0;
}
#index-banner .swiper-button-next {
  right: 0;
}
#index-banner:hover .swiper-button-prev, #index-banner:hover .swiper-button-next {
  opacity: 1;
  z-index: 10;
}
#index-banner>.swiper-pagination-progressbar {
  top: auto;
  bottom: 0;
}
#index-banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ccc;
  /* top: auto;
  bottom: 0; */
}
/* 轮播 */

/* 产品展示 */
#index-product {
  /* background-color: #f7f7f7; */
  padding-bottom: 3.75rem;
}
#index-product .list {
  margin: 0 -0.75rem;
}
#index-product .list .li {
  width: calc(33.33% - 1.5rem);
  transition: all ease-out .3s;
  margin: 0 0.75rem 1.5rem;
  border: 1px solid #dddddd;
  padding: 0.4rem;
}
#index-product .list .li .img-box {
  width: 100%;
  height: 13.125rem;
  position: relative;
  overflow: hidden;
}
#index-product .list .li .img-box .img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  position: relative;
}
#index-product .list .li .img-box .img::after {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(255, 255, 255, 0);
 transition: .3s;
}
#index-product .list .li:hover .img-box .img {
  transform: scale(1.1);
}
#index-product .list .li:hover .img-box .img::after {
  background-color: rgba(255, 255, 255, .25);
}
#index-product .list .li .info {
  width: 100%;
  background: #fff;
  transition: all ease-out .3s;
  padding: 1.25rem;
}
#index-product .list .li .info .title {
  font-size: 1rem;
  color: #3C3C3C;
  text-align: center;
  padding-top: 0.25rem;
}
#index-product .list .li .info .description {
  /* color: #afafaf; */
  color: #444;
  font-size: 0.8125rem;
  text-align: center;
  line-height: 1.375rem;
  padding-top: 1rem;
}
#index-product .list .li .subtitle {
  display: none;
  transition: all ease-out .3s;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  transform-origin: center bottom;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  position: absolute;
  left: 0;
  bottom: 0;
  color: #FFFFFF;
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  overflow: hidden;
  font-size: 0.9375rem;
  text-align: center;
  /* background: rgba(48, 93, 195, 0.87); */
  transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  padding: 0 0.625rem;
}
#index-product .list .li:hover {
  box-shadow: 0px 7px 17px #dedede;
}
#index-product .list .li:hover .subtitle {
  opacity: 1;
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}
/* 产品展示 */

/* 新闻中心 */
#index-news {
  padding-bottom: 3.75rem;
}
#index-news .list {
  margin: 0 -0.9375rem;
}
#index-news .list .li {
  width: calc(50% - 1.875rem);
  margin: 0 .9375rem 1.875rem;
  /* background-color: #f7f7f7; */
  padding: .5rem;
  transition: all 0.3s ease-out 0s;
  position: relative;
}
#index-news .list .li::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* transform: scaleY(0); */
  background: #fff;
  transition: transform .75s cubic-bezier(.19, 1, .22, 1);
  transition-delay: 0s;
  z-index: 0;
  transition: .3s;
}

#index-news .list .li:hover::after {
  transform: scaleY(1);
  box-shadow: 0px 0.4375rem 1.0625rem #dcdcdc;
}
#index-news .list .li .img {
  width: 12rem;
  height: 7rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#index-news .list .li .info {
  padding-left: 1.25rem;
  width: calc(100% - 12rem);
  position: relative;
  z-index: 1;
}
#index-news .list .li .info .title {
  font-size: 1rem;
  color: #3c3c3e;
}
#index-news .list .li .info .date{
  color: #979696;
  font-size: 0.8125rem;
  line-height: 1.375rem;
  margin-top: 0.3rem;
}
#index-news .list .li .info .description {
  color: #afafaf;
  font-size: 0.8125rem;
  line-height: 1.375rem;
  margin-top: 0.625rem;
}
/* 新闻中心 */

/* 关于我们 */
#index-about {
  width: 100%;
  padding: 4rem 0 7rem;
}
#index-about .cont {
  /* margin-top: 2.625rem; */
  /* padding: 0 0 3.125rem; */
  background-color: white;
}
#index-about .cont .c-title {
  padding-top: 3.125rem;
  text-align: center;
}
#index-about .cont .about-box{
  display: flex;
  justify-content: space-between;
  z-index: 99;
}
#index-about .cont .about-box .img{
  width: 50%;
  height: 18rem;
}
#index-about .cont .description {
  font-size: 1rem;
  /* color: rgba(255, 255, 255, 0.75); */
  line-height: 1.8rem;
  overflow: hidden;
  width: 50%;
  text-indent: 2em;
  padding: 2rem;
  display: flex;
  align-items: center;
}
#index-about .index-about-bg{
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  z-index: 0;
}
/* 关于我们 */

/* 团队 */
#index-team {
  padding-bottom: 3.75rem;
  background-color: #f6f6f6;
}
#index-team .list {
  margin: 0 -0.9375rem;
  position: relative;
}
#index-team .swiper-slide {
  width: 50%;
}
#index-team .list .li {
  width: calc(100% - 1.875rem);
  margin: 0 auto;
  position: relative;
  padding: 2.5rem;
  background-color: white;
  border-radius: 1rem;
  color: #666;
  color: red;
}
#index-team .list .li .img {
  /* width: 100%;
  height: 12.5rem; */
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1.5rem;
}
#index-team .list .li .img img{
  width: 100%;
  height: 100%;
}
#index-team .list .li .info {
  padding: 1.5rem 0rem 0rem;
  transition: all 0.4s ease 0s;
  overflow: hidden;
  position: relative;
  z-index: 10;
  text-align: center;
  display: flex;
}
#index-team .list .li .info .title {
  /* color: #555; */
  color: #9d87c3;
  font-size: 1.2rem;
  text-align: left;
  padding-top: 0.4rem;
}
#index-team .list .li .info .subtitle {
  color: rgba(177, 176, 176, 0.91);
  font-size: .8125rem;
  margin-top: .3125rem;
}
#index-team .list .li .description {
  font-size: 0.9rem;
  /* color: rgba(177, 176, 176, 0.91); */
  color: #777;
  line-height: 1.5rem;
  height: 4.5rem;
  letter-spacing: 2px;
}
#index-team .swiper-button-prev, #index-team .swiper-button-next {
  width: 2.5rem;
  height: 2.5rem;
  background-size: 2.375rem .8125rem !important;
  background-position: center center;
  transition: all 0.3s ease-out 0s;
  z-index: 0;
  opacity: 1;/**/
}
#index-team .swiper-button-prev {
  background-image: url(../img/icon/ic_arrow-l-b.png);
  top: auto;
  left: calc(50% - 3.125rem);
  bottom: 0;
}
#index-team .swiper-container {
  padding-bottom: 3.125rem;
}
#index-team .swiper-button-next {
  background-image: url(../img/icon/ic_arrow-r-b.png);
  top: auto;
  right: calc(50% - 3.125rem);
  bottom: 0;
}
#index-team .swiper-container:hover .swiper-button-prev, #index-team .swiper-container:hover .swiper-button-next {
  z-index: 1;
  opacity: 1;
}
#index-team .list .li:hover::after {
  width: 100%;
}
/* 团队 */

/* 联系我们 */
#index-contact {
  background-color: #f7f7f7;
}
/* 联系我们 */



/* 登录 */
.index-login{
  /* margin: 4rem auto; */
  margin: 3rem auto;
  display: flex;
  align-items: center;
  /* height: 33rem; */
  height: 23rem;
  box-shadow: 0px 0px 30px #dedede;
}
.index-login .left{
  width: 40%;
  height: 100%;
  background-color: white;
  /* background-image: url(../img/banner1.png); */
  background-size: cover;
  background-repeat: no-repeat;
  /* box-shadow: 0px 0px 30px #dedede; */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* padding-top: 3rem; */
  color: #444;
  position: relative;
}
.index-login .left::before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 75%;
  opacity: 0.46;
  background-color: #979797;
}
.index-login .right{
  background-color: white;
  width: 60%;
  height: 100%;
  padding: 2rem 6.25rem 0;
  color: #444;
  text-align: center;
  /* box-shadow: 0px 0px 30px #dedede; */
}
.index-login .right .tit,
.index-login .left .tit{
  font-size: 1.875rem;
  margin-bottom: 2rem;
}
.index-login .right input{
  width: 100%;
  display: block;
  margin: 1.25rem auto;
  border: none;
  outline: none;
  font-size: 1.125rem;
  border-radius: 8px;
  border: 1px solid #DBDBDB;
  color: #666;
  line-height: 1.375rem;
  padding: 1rem 1.25rem;
  padding-left: 4.0625rem;
}
.index-login #userid{
  background-image: url('../images/yh.png');
  background-repeat: no-repeat;
  background-position: 1.625rem center;
}
.index-login #password{
  background-image: url('../images/ss.png');
  background-repeat: no-repeat;
  background-position: 1.625rem center;
}

.index-login .btn{
  display: block;
  height: 3.5rem;
  width: 100%;
  font-size: 1.25rem;
  border-radius: 8px;
  background-color: #85bd74;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
  border: none;
  cursor: pointer;
}
.index-login .btn:hover{
  background-color: #75ad64;
}

.index-login .right p{
  margin: 10px 0;
  text-align: center;
}
.index-login .right p .register,
.index-login .left p .register{
  color: #85bd74;
  cursor: pointer;
  text-decoration: underline;
}



#slide {
	position: fixed;
	/* right: 25px; */
	right: 0;
	bottom: 100px;
	z-index: 999;
}

#slide>ul li {
	width: 80px;
	height: 80px;
  margin-bottom: 4px;
	padding: 10px;
	font-size: 0.8rem !important;
	cursor: default;
	text-align: center;
	position: relative;
  cursor: pointer;
  background-color: #85bd74;
  color: #fff;
}

#slide>ul li:hover>div {
  transform: scale(1);
  right: 100px;
  top: 0;
  opacity: 1;
}

#slide>ul li>div {
  transform: scale(0);
  opacity: 0;
	transition: 0.3s;
	background-color: white;
	position: absolute;
	border: 1px solid rgba(235, 233, 233, 0.664);
	padding: 10px;
	z-index: 100;
  right: 0px;
	top: -50%;
}

#slide>ul li>div::before {
	content: '';
	display: block;
	position: absolute;
	right: -30px;
	/* top: 20px; */
	top: 9px;
	border: 15px solid transparent;
	border-left: 15px solid white;
	z-index: 98;
}

#slide>ul li>div::after {
	content: '';
	display: block;
	position: absolute;
	right: -31px;
	/* top: 20px; */
	top: 9px;
	border: 15px solid transparent;
	border-left: 15px solid rgba(235, 233, 233, 0.664);
	z-index: 97;
}

#slide>ul li>div .img {
	margin-bottom: 10px;
	height: 130px;
}

#slide>ul li>div .img img {
	width: 100%;
	height: 100%;
}

#slide>ul li .qr-code {
	/* left: -170px; */
	/* height: 200px; */
	height: 150px;
	width: 150px;
	color: #929292 !important;
  box-shadow: 0px 0px 10px #dedede;
}

#slide>ul li .qr-code p {
	line-height: 20px;
}

#slide>ul li .contact-way {
  height: 3.125rem;
	padding: 12px;
	/* left: -225px; */
	/* width: 205px; */
	width: 170px;
	text-align: left;
	color: #929292 !important;
	background-color: white;
  box-shadow: 0px 0px 10px #dedede;
}

#slide>ul li .contact-way p {
	display: flex;
	align-items: center;
}
#slide>ul li>span {
	font-size:30px;
  margin: 4px 0 8px;
  display: block;
}
#slide>ul li>svg{
  width: 30px;
  height: 30px;
  display: block;
  margin: 4px auto 8px;
}

#slide>ul .qqkf{
  position: relative;
}
#slide>ul li>img{
  display: block;
  width: 30px;
  height: 30px;
  margin: 5px auto;
}
#slide>ul #goTop>img{
  width: 25px;
  height: 40px;
  margin: 0 auto 5px;
}
#slide>ul .qqkf img{
  display: block;
  width: 30px;
  height: 35px;
  margin: 0 auto 5px;
}

#slide>ul .qqkf a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#slide>ul .qqkf svg path{
  transition: .3s;
}

#slide>ul .qqkf:hover svg path{
  fill: #e82221;
}
#slide>ul .wx>img{
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 3px;
}


#slide>ul li .contact-way p span {
	font-size: 26px;
	margin-right: 10px;
}

#slide>ul li .contact-way .number {
	font-size: 1rem;
  color: #444 !important;
}

#slide>ul li:nth-child(1) {
	/* border-top: 1px solid rgba(235, 233, 233, 0.664); */
}

#slide>ul #goTop {
	cursor: pointer;
}

#slide .block {
	display: block;
}

#slide .none {
	display: none;
}






/* .index-login .btn {
  box-shadow: 0 0.125rem 0.75rem #e2e2e2;
  background: rgba(255, 255, 255, .0);
  width: 9.375rem;
  height: 2.3125rem;
  margin: 2.5rem auto 3.125rem;
  font-size: 0.875rem;
  color: #aba8a8;
  transition: all ease-out .3s;
  background-color: #fff;
  text-align: center;
  border-radius: .125rem;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-login .btn span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  transition: .4s;
}
.index-login .btn:hover span{
  color: white;
}
.index-login .btn::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #85bd74;
  transition: .4s;
  z-index: 2;
}
.index-login .btn:hover::after{
  content: 'MORE';
  width: 100%;
} */


/* 志业 */
.logoh1{ float: left; margin-left: -200vw; }
#header #nav .phone-item {
  padding: 1.25rem 0 1.25rem 2.25rem;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  color: #85BD74;
  cursor: default;
}
#header #nav .phone-item img{
  margin-right: .25rem;
}
/* 公司简介 */
#cpnDes{
  position: relative;
  clear: both;
  /* margin-top: 5rem; */
  margin-top: 4rem;
  overflow: hidden;
}
#cpnDes .top,
#cpnDes .bottom {
  position: relative;
  display: flex;
  height: 25.625rem;
}
#cpnDes .bottom {
  height: 22.0625rem;
}
#cpnDes .top > div,
#cpnDes .bottom > div{
  height: 100%;
  width: 50%;
}
#cpnDes .top-r {
  background-image: url('../images/des-bg1.jpg');
  background-size: cover;
}
#cpnDes .bottom {
  height: 22.0625rem;
}
#cpnDes .bottom-l {
  background-image: url('../images/des-bg2.jpg');
  background-size: cover;
}
#cpnDes .bottom-r {
  background-color: #85bd74;
}
#cpnDes .text-one,
#cpnDes .text-two{
  position: absolute;
  width: 600px !important;
  height: 100%;
  left: 50%;
  transform: translateX(calc(-50% - 300px));
  top: 0;
  padding-top: 3.375rem;
  color: #333;
}
#cpnDes .text-two{
  transform: translateX(calc(-50% + 300px));
  padding-left: 4rem;
  color: white;
}
#cpnDes .tit{
  font-size: 2rem;
  margin-bottom: 1.875rem;
}
#cpnDes .content{
  font-size: 1.125rem;
  line-height: 2.375rem;
  padding-right: 4rem;
}
#cpnDes .text-one .content {
  text-indent: 2em;
}

/* 业务范畴 */
#business {
  height: 33.75rem;
  padding-top: 3rem;
}
#business .title{
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2.125rem;
  color: #333;
}
#category .title{
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2.125rem;
  color: #333;
  padding-top: 2rem;
}
#category .swiper-img{
  width: 100%;
  position: relative;
  vertical-align: middle;
}
#category .swiper-slide-active .swiper-img-box{
  padding: .9375rem;
  width: 100%;
  background-image: url('../images/category_bd.png');
  background-size: cover;
}
#category .tit{
  width: 100%;
  font-size: 1.75rem;
  color: #333;
  padding-top: .9375rem;
}

/* 公司简介页面 */
#partner {
  padding-bottom: 5rem;
}
#partner .title{
  font-size: 2rem;
  color: #333333;
  text-align: center;
  margin-bottom: 1.875rem;
}
#partner ul{
  display: flex;
  flex-wrap: wrap;
}
#partner ul li{
  width: 20%;
  height: 6.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.875rem;
}
#partner ul li img{
  height: 100%;
}


/* 业务范围页面 */
#management {
  margin-bottom: 2rem;
}
#management .title{
  padding-top: 3rem;
  margin-bottom: 2.125rem;
  font-size: 2rem;
  color: #333333;
  text-align: center;
}
#management .jylm-img{
  height: 26.875rem;
  text-align: center;
}
#management img{
  height: 100%;
  transform: translateX(-.5rem);
}
/* 表 */
#table {
  margin-bottom: 5rem;
  font-size: 1.125rem;
  color: #333333;
  line-height: 25px;
}
#table .tb{
  height: 16.875rem;
  border: 1px solid #85BD74;
  display: flex;
  flex-wrap: wrap;
}
#table .tb>div{
  width: 33.33%;
}
/*  */
#table .tb .left{
  border-right: 1px solid #85BD74;
}
#table .tb .left .left-t {
  height: 50%;
  border-bottom: 1px solid #85BD74;
}
#table .tb .left .left-b {
  height: 50%;
}
/*  */
#table .tb .middle{
  border-right: 1px solid #85BD74;
}
#table .tb .middle .left-t {
  height: 50%;
  border-bottom: 1px solid #85BD74;
}
#table .tb .middle .left-b {
  height: 50%;
}
/*  */
#table .tb .left .left-t,
#table .tb .left .left-b,
#table .tb .middle .left-t,
#table .tb .middle .left-b,
#table .tb .right{
  display: flex;
  justify-content: center;
  align-items: center;
}


/* 联系 */
#contact-container {
  margin-bottom: 5rem;
}
#contact-container .vtitle{
  text-align: center;
  font-size: 2rem;
  color: #333333;
  line-height: 2.8125rem;
  padding: 3.125rem 0 2.125rem;
}
#contact-container .contact-ul {
  display: flex;
  justify-content: space-between;
  /* padding: 0 6.25rem; */
  padding: 0 6rem;
  font-size: 1.125rem;
  color: #333333;
  line-height: 25px;
}
#contact-container .contact-ul li{
  display: flex;
  align-items: center;
}
#contact-container .contact-ul li img{
  margin-right: .3125rem;
  vertical-align: middle;
}
#contact-container .contact-content{
  display: flex;
  color: #333;
  height: 23.125rem;
}
#contact-container .contact-content .left{
  width: 57%;
}
#contact-container .contact-content .right{
  width: 43%;
  padding-left: 1.875rem;
}
#contact-container .contact-content .right .tit{
  padding: 2.9375rem 0 2.125rem;
  font-size: 2rem;
}
#contact-container .contact-content .right p{
  margin-bottom: 1.125rem;
  font-size: 1.125rem;
}