body {
  font-family: Microsoft YaHei;
}

.flex {
  display: -moz-box;

  display: -webkit-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;
}

/*.container { min-width: 1200px; width: 1200px; margin: 0 auto; position: relative;}*/

/*.container2 { min-width: 1450px; width: 1450px;}*/

.fp-scroller {
  height: 100%;
}

.mar3 {
  margin-right: 3%;
}

/*头部*/

.header {
  width: 100%;

  min-width: 992px;

  height: 78px;

  background: url(../images/headerbg.png) #fff no-repeat right top;

  border-bottom: 1px #e1e1e2 solid;

  box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.25);

  position: fixed;

  z-index: 99;
}

.header .logo {
  padding: 14px 0 0 0;

  float: left;

  width: 253px;

  height: 78px;
}

.header .logo img {
  max-width: 100%;
}

.header .navBox {
  float: right;

  height: 78px;
}

.header .nav {
  position: relative;
}

.header .nav .navlist {
  float: left;

  height: 78px;

  line-height: 78px;
}

.header .nav .navlist a {
  padding: 0 24px;
}

.header .nav .navlist a span {
  font-size: 18px;
}

.header .nav .navlist a:hover span,
.header .nav .navlist a.active span {
  color: #2dd4ac;

  font-weight: bold;
}

.header .nav .xline {
  float: left;

  width: 23px;

  height: 78px;

  background: url(../images/navli.png) no-repeat center center;
}

/*语言*/

.lang {
  position: absolute;

  top: 30px;

  right: 40px; /*top: 22px;*/
}

.lang a {
  display: inline-block;

  font-size: 16px;

  color: #000;
}

/*尾部*/

.footleft,
.footright {
  width: 50%;

  float: left;
}

.fltop,
.flbottom {
  height: 205px;

  padding: 75px 0 55px;
}

.fltop {
  background: #ddd;
}

.flbottom {
  background: #b3b3ba;
}

.footleft .title,
.footleft .title2 {
  line-height: 35px;

  font-size: 22px;

  text-align: center; /*letter-spacing: 4px;*/
}

.footleft .title {
  color: #fff;
}

.footleft .title2 {
  color: #7d7d7d;
}

.frtop,
.frbottom {
  padding-left: 50px;
}

.frtop {
  height: 150px;

  background: #f1f1f3;

  padding-top: 20px;
}

.frtop .logo {
  width: 316px;

  height: 82px;
}

.frtop .logo img {
  width: 100%;
}

.frtop p {
  font-size: 14px;

  line-height: 20px;
}

.frtop p a {
  display: inline;

  color: #5a5a5a;
}

.frbottom {
  height: 260px;

  background: #dadade;

  padding-top: 40px;
}

.medialist {
  float: left;
}

.media .wx {
  width: 120px;

  height: 120px;
}

.media .wx img {
  width: 100%;
}

.media .videoico {
  width: 60px;

  height: 120px;

  padding: 30px 0;

  margin-left: 45px;
}

.media .videoico img {
  width: 100%;

  -webkit-filter: grayscale(1); /* Webkit */

  filter: gray; /* IE6-9 */

  filter: grayscale(1); /* W3C */

  -moz-transition: all 0.4s ease 0s;

  -webkit-transition: all 0.4s ease 0s;

  -ms-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;
}

.media .videoico img:hover {
  -webkit-filter: none;

  filter: none;
}

.media .weiboico {
  width: 80px;

  height: 120px;

  padding: 28px 0;

  margin-left: 30px;
}

.media .weiboico img {
  width: 100%;

  -webkit-filter: grayscale(1); /* Webkit */

  filter: gray; /* IE6-9 */

  filter: grayscale(1); /* W3C */

  -moz-transition: all 0.4s ease 0s;

  -webkit-transition: all 0.4s ease 0s;

  -ms-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;
}

.media .weiboico img:hover {
  -webkit-filter: none;

  filter: none;
}

.media .toutico {
  width: 58px;

  height: 120px;

  padding: 31px 0;

  margin-left: 30px;
}

.media .toutico img {
  width: 100%;

  -webkit-filter: grayscale(1); /* Webkit */

  filter: gray; /* IE6-9 */

  filter: grayscale(1); /* W3C */

  -moz-transition: all 0.4s ease 0s;

  -webkit-transition: all 0.4s ease 0s;

  -ms-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;
}

.media .toutico img:hover {
  -webkit-filter: none;

  filter: none;
}

.contactBtn {
  position: relative;

  width: 245px;

  display: inline-block;

  height: 50px;

  line-height: 50px;

  margin-top: 30px;

  background: #3de6c5;

  color: #fff;

  text-align: center;

  font-size: 16px;
}

.contactBtn:hover {
  color: #fff;
}

.jtRight {
  position: absolute;

  width: 16px;

  height: 16px;

  background: url(../images/btn-right.png) no-repeat;

  right: 25px;

  top: 16px;
}

.toTop {
  background: #454545;
}

.toTop a {
  width: 100%;

  height: 50px;

  text-align: center;
}

.jtTop {
  display: inline-block;

  width: 25px;

  height: 25px;

  background: url(../images/btn-up.png) no-repeat;

  background-size: 100%;

  margin-top: 12px;
}

/*分页*/

#pages {
  padding: 30px 0;

  height: 96px;

  text-align: center;
}

#pages a {
  width: 36px;

  height: 36px;

  background-color: #fff;

  display: inline-block;

  color: #a9a9a9;

  line-height: 36px;

  text-align: center;

  font-family: Arial;

  margin-right: 5px;

  transition: background-color 0.2s ease-out;
}

#pages a.active,
#pages a:hover {
  background-color: #2ad3ab;

  color: #fff;
}

/*详情页分页*/

.pages {
  margin-top: 60px;
}

.pages p,
.pages p a {
  font-size: 14px;

  color: #6a6a6a;

  text-overflow: ellipsis;

  overflow: hidden;

  white-space: nowrap;

  margin-bottom: 10px;
}

.pages p a:hover {
  color: #2ad3ab;
}

/*表单*/

.formBox,
.formBox_add {
  display: none;

  position: fixed;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  background: #fff;

  z-index: 2;

  overflow-y: scroll;
}
.formBox_add {
  display: block;
}

.formMain {
  padding-top: 97px;

  margin: 0 auto;
}

.formPage {
  padding: 4% 23%;
}

.formPage .title {
  font-size: 36px;

  line-height: 40px;

  text-align: center;

  color: #2ad3ab;
}

.formPage .des {
  font-size: 18px;

  color: #8d8d95;

  text-align: center;

  margin-top: 20px;

  line-height: 20px;
}

.formTop {
  border-bottom: 1px #e5e6e6 solid;

  padding-bottom: 30px;
}

.formlist {
  padding: 0;

  text-align: center;
}

.inputText {
  /* width: 48%; */

  width: 80%;

  display: block;

  margin: 26px auto 0;

  height: 48px;

  border: 1px #c8c8c9 solid;

  border-radius: 7px;

  padding: 0 20px;

  font-size: 18px;

  line-height: 48px;

  margin-top: 26px;

  color: #8e8e96;
}

.selText {
  width: 100%;

  height: 48px;

  border: 1px #c8c8c9 solid;

  border-radius: 7px;

  padding: 0 20px;

  font-size: 18px;

  line-height: 48px;

  margin-top: 26px;

  color: #8e8e96;

  outline: none;

  appearance: none;

  -webkit-appearance: none;

  -moz-appearance: none;
}

.formBox .formcu {
  background: no-repeat;

  padding-top: 30px;
}

.formBox .formcu .submit {
  background: url(../images/subbtn.jpg) no-repeat;

  display: block;

  width: 100%;

  height: 100%;

  background-size: 100%;

  color: #fff;

  font-size: 16px;

  cursor: pointer;
}

.formFoot {
  width: 48%;

  display: inline-block;
}

.formFoot i {
  display: inline-block;

  margin-right: 5%;
}

.formFoot span {
  display: inline-block;

  line-height: 44px;

  vertical-align: bottom;
}

.formFoot .tel {
  width: 13%;

  height: 40px;

  background: url(../images/tel2.png) no-repeat center center;

  background-size: 100% 100%;

  max-width: 34px;
}

.formFoot .email {
  width: 13%;

  height: 40px;

  background: url(../images/email.png) no-repeat center center;

  background-size: 100% 100%;

  max-width: 49px;
}

.selDiv {
  display: inline-block;

  width: 48%;

  position: relative;
}

.selDiv:after {
  content: "";

  width: 17px;

  height: 14px;

  background: url(../images/noxia.png) no-repeat center;

  position: absolute;

  right: 20px;

  top: 55%;

  pointer-events: none;
}

.inputText2 {
  width: 22%;
}

/*首页*/

/*banner图*/

#swiperBanner {
  width: 100%;

  height: 100%;

  position: relative;

  overflow: hidden;
}

.swiperUl {
  position: static;

  width: 100%;

  margin: 0 auto;
}

.swiperLi {
  width: 100%;

  height: 100%;
}

.swiperLi img {
  width: 100%;

  height: 100%;
}

.swiperLi .bannerText {
  position: relative;

  top: 50%;

  margin-top: -60px;

  z-index: 2;
}

.swiperLi .bannerText p {
  text-align: center;

  font-size: 34px;

  color: #fff;

  line-height: 45px; /*letter-spacing: 10px;*/
}

.sw-controls {
  position: absolute;

  left: 0;

  bottom: 15%;

  z-index: 1;

  width: 100%;
}

.arr2 span {
  width: 42px;

  height: 54px;

  position: absolute;

  left: 0;

  top: 50%;

  margin-top: -20px;

  cursor: pointer;

  text-align: center;

  font-size: 30px;

  color: #fff;

  opacity: 1;

  background: url(../images/noleft.png) no-repeat;

  background-size: 100% 100%;

  z-index: 1;
}

.arr2 .right2 {
  right: 0;

  left: auto;

  background: url(../images/noright.png) no-repeat;

  background-size: 100% 100%;
}

.arr2 .left2:hover {
  background: url(../images/actleft.png) no-repeat;

  background-size: 100% 100%;
}

.arr2 .right2:hover {
  background: url(../images/actright.png) no-repeat;

  background-size: 100% 100%;
}

#particles {
  width: 100%;

  height: 100%;

  overflow: hidden;
}

.intro {
  position: absolute;

  left: 0;

  top: 30%;

  padding: 0 20px;

  width: 100%;

  text-align: center;
}

.intro h1 {
  text-transform: capitalize;

  font-size: 48px;

  font-weight: 700;

  /*letter-spacing: 10px;*/

  color: #888894;
}

.intro p {
  margin: 14px 0 0 0;

  font-size: 34px;

  color: #888894;

  line-height: 40px;

  letter-spacing: 5px;
}

.intro .logoimg {
  display: inline-block;

  width: 280px;

  height: 58px;

  margin-top: 70px;
}

/*轮播小圆块*/

.sw-pager-item {
  text-align: center;
}

.sw-pager-item span {
  width: 16px;

  height: 16px;

  background: #cef4ec;

  margin-right: 1%;

  border-radius: 100%;

  opacity: 1;
}

.sw-pager-item span:last-child {
  margin-right: 0;
}

.sw-pager-item .swiper-pagination-bullet-active {
  background: #2ccfad;

  width: 53px;

  border-radius: 10px;
}

/*向下跳转*/

.slideDownBtn {
  width: 40px;

  height: 40px;

  position: absolute;

  z-index: 1;

  left: 50%;

  bottom: 5%;

  margin-left: -20px;

  background: url(../images/slideDown.png) no-repeat;

  background-size: 100%;
}

/*视频*/

#video {
  width: 100%;

  height: 100%;
}

#video .video {
  width: 100%;

  height: 100%;

  position: relative;
}

#video .video img {
  width: 100%;

  height: 100%;
}

#video .video .a1 {
  width: 100%;

  height: 100%;

  background-position: center;

  background-repeat: no-repeat;

  display: none;

  position: absolute;

  top: 0;

  left: 0;

  z-index: 99;
}

#video .video .play {
  width: 100%;

  height: 100%;

  position: absolute;

  top: 0px;

  display: none;

  z-index: 100;

  text-align: center;

  overflow: hidden;

  background: rgba(54, 54, 54, 0.8);

  padding-top: 97px;
}

#video .video .play p {
  width: 50px;

  height: 50px;

  position: absolute;

  right: 10px;

  top: 15%;

  color: red;

  text-align: right;
}

#videoo {
  height: inherit !important;
}

/*三块*/

.inpageBox {
  height: 100%;

  -moz-transition: all 0.4s ease 0s;

  -webkit-transition: all 0.4s ease 0s;

  -ms-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;
}

.inpageBox:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#B2000000', endColorstr='#B2000000');

  background: rgba(0, 0, 0, 0.7);
}

.titleBox {
  display: none;

  width: 880px;

  position: absolute;

  left: 50%;

  top: 50%;

  margin-top: -91px;

  margin-left: -440px;

  -moz-transition: all 0.4s ease 0s;

  -webkit-transition: all 0.4s ease 0s;

  -ms-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;
}

.titleBox h3 {
  font-size: 36px;

  color: #fff;

  line-height: 44px;

  text-align: center; /*letter-spacing: 12px;*/

  margin-bottom: 5px;
}

.titleBox h3.sub-title {
  letter-spacing: 3px;
}

.moreBtn {
  display: none;

  font-size: 14px;

  color: #2ad3ab;

  width: 240px;

  margin: 40px auto 0;

  line-height: 40px;

  border: 2px #2ad3ab solid;

  text-align: center;

  -moz-transition: all 0.4s ease 0s;

  -webkit-transition: all 0.4s ease 0s;

  -ms-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

  font-weight: bold;
}

.inpageBox:hover .titleBox {
  display: block;
}

.inpageBox:hover .moreBtn {
  display: block;
}

.moreBtn:hover {
  background: #2ad3ab;

  color: #666666;
}

.inpage3 {
  background: url(../images/inpage3.jpg) no-repeat center;

  background-size: cover;
}

.inpage4 {
  background: url(../images/inpage4.jpg) no-repeat center;

  background-size: cover;
}

.inpage5 {
  background: url(../images/inpage5.jpg) no-repeat center;

  background-size: cover;
}

.inpage6_box {
  height: 100%;

  position: relative;

  background: url(../images/inpage6.jpg) no-repeat center;

  background-size: cover;
}

.inpageTitle6 {
  position: absolute;

  top: 50%;

  margin-top: -140px;

  right: 8%;

  display: none;
}

.inpageTitle6 h3 {
  line-height: 72px;

  font-size: 36px;

  font-weight: bold;

  color: #2ad3ab;
}

.inpageTitle6 h4 {
  line-height: 40px;

  font-size: 18px;

  font-weight: bold;

  color: #2ad3ab;
}

.inpageTitle6 p {
  line-height: 40px;

  font-size: 18px;

  font-weight: bold;

  color: #3e3a39;
}

/*产品*/

/*第二屏*/

.section2 {
  background: url(../images/p-background1.jpg) center;

  background-size: cover;
}

.section3 {
  background: url(../images/p-background2.jpg) center;

  background-size: cover;
}

.section4 {
  background: url(../images/p-background3.jpg) center;

  background-size: cover;
}

.section5 {
  background: url(../images/p-background4.jpg) center;

  background-size: cover;
}

.section6 {
  background: url(../images/p-background5.jpg) center;

  background-size: cover;
}

.mainLeft {
  text-align: left;
}

.mainRight {
  text-align: right;
}

.mainBox {
  display: inline-block;
}

.main {
  padding-top: 97px;

  height: 100%;
}

.mainBox {
  padding-top: 100px;
}

.mainBox_0 {
  padding-top: 143px;
}

.section .text {
  text-align: left;
}

.section .text h1 {
  color: #2ad3ab;

  font-size: 34px;

  line-height: 50px;

  padding-bottom: 30px;
}

.section .text h1 span {
  font-size: 24px;

  vertical-align: super;
}

.section .text p {
  color: #737272;

  font-size: 18px;

  line-height: 45px;

  transition: 1s;

  transform: translateY(300px);
}

.section.active .text p {
  transition: 1s;

  transform: translateY(0px);
}

.section .text p span {
  color: #3d3c3b;

  font-size: 26px;

  padding-right: 15px;
}

.section .text.text-left {
  margin-left: 150px;
}

.section .text.text-right {
  margin-right: 150px;
}

.section .text.text-other {
  margin-top: -280px;
}

.customized {
  width: 100%;

  width: 80%;

  margin: 0 auto;

  height: 180px;

  padding-top: 50px;

  /* background: #f7f7f7; */
}

.customized .now {
  width: 160px;

  margin: auto;

  height: 40px;

  line-height: 40px;

  text-align: center;

  background: #2ad3ab;

  font-size: 16px;
}

.customized .now a {
  color: #ffffff;
}

.customized .now a span {
  font-size: 20px;

  padding: 0 10px;
}

/*办公应用*/

.section .show {
  padding: 94px 0 0;

  background: #f7f7f7;
}

.section .show .show-title {
  font-size: 28px;

  color: #2ad3ab;

  text-align: center;

  line-height: 60px;
}

.section .show .show-list {
  padding: 0 14%;

  justify-content: flex-start;

  flex-wrap: wrap;
}

.section .show .show-list .show-item {
  margin: 20px 2% 20px 0;

  float: left; /*width:856px;*/

  width: 49%;

  overflow: hidden;

  background: #edeeee; /* max-width: 697px;*/
}

.section .show .show-list .show-item:nth-child(2n) {
  margin-right: 0;
}

.section .show .show-list .show-item img {
  width: 100%;
}

.section .show .show-list .show-item .show-text {
  padding: 24px;

  color: #2ad3ab;
}

.section .show .show-list .show-item:hover {
  background: #2ad3ab;
}

.section .show .show-list .show-item:hover .show-text {
}

.section .show .show-list .show-item .show-text h1 {
  font-size: 26px;

  line-height: 48px;
}

.section .show .show-list .show-item .show-text p {
  font-size: 16px;

  line-height: 30px;

  color: #686666;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 3;

  -webkit-box-orient: vertical;
}

.section .show .show-list .show-item:hover .show-text h1 {
  color: #ffffff;
}

.section .show .show-list .show-item:hover .show-text p {
  color: #ffffff;
}

.swiperImg {
  position: relative;
}

.arr {
  display: none;
}

.arr span {
  width: 42px;

  height: 54px;

  position: absolute;

  left: 0;

  top: 50%;

  margin-top: -20px;

  cursor: pointer;

  text-align: center;

  font-size: 30px;

  color: #fff;

  opacity: 1;

  background: url(../images/noleft.png) no-repeat;

  background-size: 100% 100%;

  z-index: 1;
}

.arr .right {
  right: 0;

  left: auto;

  background: url(../images/noright.png) no-repeat;

  background-size: 100% 100%;
}

.section .show .show-list .show-item:hover .arr {
  display: block;
}

.arr .left:hover {
  background: url(../images/actleft.png) no-repeat;

  background-size: 100% 100%;
}

.arr .right:hover {
  background: url(../images/actright.png) no-repeat;

  background-size: 100% 100%;
}

.links {
  padding-bottom: 97px;
}

.links .title {
  padding: 72px 0;

  text-align: center;

  font-size: 32px;

  color: #9e9e9f;

  line-height: 1;
}

#container {
  width: 100%;

  height: 193px;

  margin: 0 auto;

  overflow: hidden;

  position: relative;
}

#container ul {
  /*width:100%;*/

  position: absolute;
}

#container ul li {
  float: left;

  margin-right: 80px;
}

#container ul li img {
  width: auto;

  height: 193px;
}

/*家庭应用*/

.fapage2 {
  background: url(../images/f-background1.jpg) no-repeat center;

  background-size: cover;
}

.fapage3 {
  background: url(../images/f-background2.jpg) no-repeat center;

  background-size: cover;
}

.fapage4 {
  background: url(../images/f-background3.jpg) no-repeat center;

  background-size: cover;
}

.fapage5 {
  background: url(../images/f-background4.jpg) no-repeat center;

  background-size: cover;
}

.fapage .titleBox {
  width: 1200px;

  margin-left: -600px;
}

.fapage .titleBox h3 {
  color: #33cb98;

  font-size: 36px;
}

.fapage .titleBox .sub-title p {
  font-size: 30px;

  color: #2ad3ab;

  font-weight: 500;

  line-height: 44px;

  margin-bottom: 5px;

  letter-spacing: 3px;
}

.fapage6_box {
  height: 100%;

  position: relative;

  background: url(../images/fapage6.jpg) no-repeat center;

  background-size: cover;
}

.fapage7_box {
  height: 100%;

  position: relative;

  background: url(../images/fapage7.jpg) no-repeat center;

  background-size: cover;
}

.fapageTitle6 {
  position: absolute;

  top: 43%;

  margin-top: -96px;

  right: 15%;
}

.fapageTitle6 h3 {
  line-height: 45px;

  font-size: 25px;

  color: #595757;

  margin-top: 20px;
}

.fapageTitle6 p {
  line-height: 40px;

  font-size: 18px;

  font-weight: 500;

  color: #595757;
}

#photo {
  padding-top: 97px;
}

#photo td {
  width: 280px;

  height: 236px;

  background-repeat: no-repeat;

  background-position: center;

  background-size: 100% 100%;
}

#photo a {
  display: none;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.6);
}

#photo td:hover a {
  display: block;
}

/*关于我们*/

.abpageBox {
  height: 100%;

  padding-top: 97px;
}

.abpage2 {
  background: url(../images/apage2.jpg) no-repeat center;

  background-size: cover;
}

.abpage3 {
  background: url(../images/apage3.jpg) no-repeat center;

  background-size: cover;
}

.abpage4 {
  background: url(../images/apage4.jpg) no-repeat center;

  background-size: cover;
}

.abpimg {
  padding: 4% 10% 0;

  height: 85%;
}

.abpage3 .titleBox h3 {
  color: #2ad3ab;

  font-size: 34px;
}

.abpage3 .abpimg img {
  max-width: 100%;

  margin: 0 auto;

  max-height: 80%;
}

.abpage4 .abpageTitle7 {
  right: 7%;
}

.abpage4 .abpageTitle7 h3 {
  font-size: 34px; /*letter-spacing: 12px;*/
}

.abpage4 img {
  max-width: 100%;
}

.abpage5 {
  padding-top: 78px;
}

.abpage51 {
  background: url(../images/apage5.jpg) no-repeat center;

  background-size: cover;

  padding-top: 0;
}

.abpage51 .titleBox h3 {
  font-size: 34px; /*letter-spacing: 12px;*/
}

.abpage51 .titleBox .sub-title {
  letter-spacing: 2px;
}

.abpage6 {
  background: url(../images/apage6.jpg) no-repeat center;

  background-size: cover;
}

.abpage61 .titleBox h3 {
  font-size: 34px; /*letter-spacing: 12px;*/
}

.abpage61 .titleBox .sub-title {
  letter-spacing: 2px;
}

.abpage7_box {
  height: 100%;

  position: relative;

  background: url(../images/apage7.jpg) no-repeat center;

  background-size: cover;
}

.abpage .titleBox {
  text-align: center;

  margin-top: -140px;
}

.abpage .titleBox h2 {
  color: #33cb98;

  font-size: 34px;

  line-height: 48px;

  margin-top: 24px;
}

.abpage .titleBox p {
  font-size: 24px;

  color: #fff;

  font-weight: 500;

  line-height: 44px;
}

.abpageBox .titleBox {
  display: block;

  margin-top: 0;

  position: relative;

  top: 5%;
}

.abpageBox .title {
  color: #2ad3ab;

  line-height: 65px;
}

.fapage .abpageBox .sub-title {
  color: #888;

  line-height: 45px;

  font-size: 24px;

  font-weight: 500;
}

.abpageTitle7 {
  width: 406px;
}

.abpageTitle7 .callico {
  width: 80px;
}

.abpageTitle7 h3 {
  color: #2ad3ab;

  font-size: 34px;

  line-height: 50px;

  margin-bottom: 30px; /*letter-spacing: 12px;*/
}

.abpageTitle7 p span {
  font-weight: bold;
}

/*新闻*/

.newsBox {
  padding: 117px 0;
}

.newsTitle {
  font-size: 34px; /*letter-spacing: 12px;*/

  text-align: center;

  border-bottom: 1px #2ad3ab solid;

  padding-bottom: 27px;
}

.newsMain {
  padding-top: 50px;
}

.newslist {
  float: left;

  width: 49%;

  border-bottom: 1px #e1e1e4 solid;
}

.newslist:nth-child(2n + 1) {
  margin-right: 2%;
}

.newslist .time,
.newslist .ntitle {
  float: left;

  font-size: 18px;

  color: #9e9e9f;

  line-height: 64px;

  text-overflow: ellipsis;

  overflow: hidden;

  white-space: nowrap;
}

.newslist .time {
  width: 20%;

  letter-spacing: 3px;

  font-size: 14px;
}

.newslist .ntitle {
  width: 78%;

  margin-left: 2%;
}

.newslist a:hover .time,
.newslist a:hover .ntitle {
  color: #2ad3ab;
}

.newsmoreBox {
  text-align: center;

  padding-top: 60px;
}

.newsmore {
  display: inline-block;
}

.newsmore span {
  display: block;

  font-size: 14px;
}

.newsmore i {
  display: block;
}

.newsmore:hover span,
.newsmore:hover i {
  color: #2ad3ab;
}

/*新闻页*/

.newsPage .newslist {
  width: 100%;

  margin-bottom: 20px;
}

.newsPage .newslist:nth-child(2n + 1) {
  margin-right: 0;
}

.newsPage .nleft,
.newsPage .nright {
  float: left;
}

.newsPage .nleft {
  width: 80%;

  margin-right: 2%;
}

.newsPage .nleft .title {
  font-size: 16px;

  line-height: 24px;
}

.newsPage .nleft .des {
  margin-top: 24px;

  height: 52px;

  line-height: 26px;

  font-size: 13px;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  color: #b5b5b5;
}

.newslist a:hover .title {
  color: #2ad3ab;
}

.newsPage .nright {
  width: 18%;

  padding-left: 2%;

  border-left: 3px #f7f7f7 solid;
}

.newsPage .newslist .time {
  width: 98%;

  font-size: 20px;
}

/*新闻详情页*/

.hTitle {
  text-align: center;
}

.hTitle .title {
  font-size: 24px;

  color: #444;

  margin-bottom: 10px;

  line-height: 24px;
}

.hTitle .subtitle {
  font-size: 13px;

  color: #c1c1c1;

  letter-spacing: 3px;
}

.newsdetail {
  padding-top: 50px;
}

.newsdetail img {
  display: inline;

  max-width: 100%;
}

.newsdetail p {
  font-size: 14px;
}

/*新增*/

.rbox_fx {
  position: fixed;

  bottom: 5%;

  right: 1%;

  z-index: 8;

  height: 159px;
}

.rbox_fx * {
  -webkit-box-sizing: content-box;

  -moz-box-sizing: content-box;

  box-sizing: content-box;
}

.rbox_fx li {
  position: relative;
}

.rbox_fx li a.io,
.rbox_fx li span.io {
  width: 42px;

  height: 42px;

  line-height: 65px;

  background: #2dd4ac;

  display: block;

  border-radius: 50%;

  margin-bottom: 15px;

  text-align: center;

  cursor: pointer;
}

.rbox_fx li a.io:hover,
.rbox_fx li span.io:hover {
  background: #2ccfad;
}

.rbox_fx li a .icon,
.rbox_fx li span .icon {
  width: 25px;

  height: 32px;

  fill: #fff;
}

.rbox_fx li em {
  display: none;

  font-style: normal;

  position: absolute;

  top: 8px;

  left: -88px;

  width: 75px;

  height: 31px;

  background: #2dd4ac;

  line-height: 31px;

  text-align: center;

  color: #fff;
}

.rbox_fx li em:after {
  right: -15px;

  top: 5px;

  content: "";

  position: absolute;

  width: 0px;

  height: 0px;

  border-left: 10px solid #2dd4ac;

  border-right: 10px solid transparent;

  border-bottom: 10px solid transparent;

  border-top: 10px solid transparent;

  font-size: 14px;
}

.rbox_fx li:hover em {
  display: block;
}

.rbox_fx li .co {
  position: absolute;

  bottom: 0;

  right: -250px;

  width: 192px;

  z-index: 999;

  background-color: #fff;

  box-shadow: 0 5px 9px rgba(4, 0, 0, 0.17);

  -moz-transition: all 0.4s ease 0s;

  -webkit-transition: all 0.4s ease 0s;

  -ms-transition: all 0.4s ease 0s;

  -webkit-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;
}

.rbox_fx li .co .co-title {
  padding: 20px;

  line-height: 16px;

  height: 16px;

  background: #2dd4ac;

  color: #fff;

  font-size: 14px;
}

.rbox_fx li .co .co-title button {
  font-size: 18px;

  color: #fff;

  cursor: pointer;

  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

  float: right;
}

.rbox_fx li .co .co-title button:hover {
  color: #fff;

  transform: rotate(90deg);

  -ms-transform: rotate(90deg);

  -moz-transform: rotate(90deg);

  -webkit-transform: rotate(90deg);

  -o-transform: rotate(90deg);
}

.rbox_fx li .co .co-qq li a {
  padding: 12px 30px;

  height: 18px;

  line-height: 18px;

  background: #f5f5f5;

  color: #353434;

  display: block;

  border-bottom: #fff 1px solid;

  transition: all ease-out 0.3s;

  font-size: 12px;
}

.rbox_fx li .co .co-qq li a img {
  display: inline-block;

  margin-right: 15px;
}

.rbox_fx li .co .co-tel {
  padding: 10px 15px;

  text-align: center;
}

.rbox_fx li .co .co-tel p {
  line-height: 14px;

  height: 14px;

  margin-bottom: 10px;

  color: #898989;
}

.imgss {
  text-align: center;

  display: block;

  padding: 10px 0;

  border-top: 1px solid #c9c9c9;
}

.imgss img {
  display: inline-block;

  width: 145px;

  height: 145px;
}

.phonefx {
  position: absolute;

  top: 59px;

  right: 40px;
}

.phonefx p {
  font-size: 14px;

  color: #000;
}

.whitebox {
  width: 80%;

  background: #fff;

  margin: 0 auto;

  padding: 160px 0;

  border-radius: 50%;
}

.loginTitle {
  font-size: 34px;

  /* letter-spacing: 12px; */

  text-align: center;

  padding-bottom: 27px;
}

.login_form {
  width: 370px;

  margin: 0 auto;
}

.form-wrap {
  margin-top: 16px;
}

.form-wrap .form-input {
  display: block;

  width: 100%;

  min-height: 48px;

  padding: 15px 21px;

  font-size: 14px;

  font-weight: 400;

  line-height: 24px;

  color: #343a40;

  background-color: #ffffff;

  background-image: none;

  border-radius: 6px;

  -webkit-appearance: none;

  transition: 0.3s ease-in-out;

  border: 1px solid #2dd4ac;
}

.login_button_box {
  margin-top: 16px;
}

.login_button {
  display: block;

  width: 100%;

  position: relative;

  z-index: 0;

  overflow: hidden;

  display: inline-block;

  padding: 14px 40px;

  font-size: 16px;

  line-height: 1.25;

  border: 0 solid;

  border-radius: 40px;

  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;

  font-weight: 700;

  letter-spacing: 0.03em;

  text-transform: none;

  white-space: nowrap;

  text-overflow: ellipsis;

  text-align: center;

  cursor: pointer;

  vertical-align: middle;

  user-select: none;

  transition: 250ms all ease-in-out;

  padding: 14px 51px;

  font-size: 18px;

  line-height: 1.5;

  border-radius: 5px;

  margin-top: 16px;

  color: #ffffff;

  background-color: #2dd4ac;

  border-color: #2dd4ac;

  padding: 14px 51px;

  font-size: 18px;

  line-height: 1.5;

  border-radius: 5px;

  margin-top: 16px;
}

.login_button_box .button {
  margin-top: 0;
}

.toLoginBox {
  margin-top: 15px;

  font-size: 14px;
}

.toLoginBox .toLogin {
  text-align: center;
}

.dis-flex {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}

.index_yzm #yzm {
  width: 80%;
}

.yzm_a_add {
  margin-left: 13px;

  width: 125px;

  height: 50px;

  background-color: rgba(6, 6, 6);

  padding: 10px 0;
}

.index_yzm .yzm_a_add {
  width: calc(20% - 10px);

  display: block;

  margin-left: 10px;

  background-color: rgba(6, 6, 6);

  border-radius: 4px;

  text-align: center;

  padding: 17px 0;
}

.yzm_a_add img {
  width: 100%;
}
