/* 手机头部导航 */

* {
  margin: 0;
  padding: 0;
  color: #333;
}

a {
  color: #333;
}
button{
  cursor: pointer;
}
body {
  overflow-x: hidden;
}

img {
  vertical-align: bottom;
}

.hearer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 1000;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  transition: all 0.36s ease;
}

.hearer .nav-box {
  height: 100%;
  width: 94%;
  max-width: 1605px;
  margin: 0 auto;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
}

.hearer .nav-box .logo {
  float: left;
  display: flex;
  height: 100%;
  align-items: center;
}

.hearer .nav-menu {
  float: right;
  display: none;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.clearfix:after {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
}

.donghua {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.mm-nav-box {
  display: none;
}

.mm-nav-box .mm-nav-list {
  box-sizing: border-box;
}

.mm-nav-box .mm-nav-list .list-n .mnav-word:after {
  transition: all 0.5s;
}

.mm-nav-box .mm-nav-list .list-n:first-child .mnav-word:after {
  display: none;
}

/* 首页轮播图 */

.inbanner-bg {
  position: relative;
}

.inbanner-bg .inbanner-swiper .swiper-wrapper .swiper-slide .inbanner-imgbox {
  display: block;
  position: relative;
}
.inbanner-bg .inbanner-imgbox img{
  width: 100%;
}
.inbanner-bg
  .inbanner-swiper
  .swiper-wrapper
  .swiper-slide
  .inbanner-imgbox
  .inbanner-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  transform: scale(1.1);
  transition: all 6s;
  z-index: 1;
}

.inbanner-bg
  .inbanner-swiper
  .swiper-wrapper
  .swiper-slide.swiper-slide-active
  .inbanner-imgbox
  /*.inbanner-img {*/
  /*transform: scale(1);*/
}

.inbanner-bg .inbanner-swiper .inbanner-imgbox .inbanner-img .infotit {
  position: absolute;
  top: 50%;
  left: 3%;
  width: 50%;
  padding-left: 60px;
}

.inbanner-bg .inbanner-swiper .inbanner-imgbox .inbanner-img .infotit .cntit {
  font-size: 100px;
  color: #fff;
  line-height: 1;
  font-family: "FZCQK";
}

.inbanner-bg .inbanner-swiper .inbanner-imgbox .inbanner-img .infotit .entit {
  font-size: 36px;
  color: #fff;
  line-height: 48px;
  font-family: "ziti";
}

.inbanner-bg .inbanner-swiper .inbanner-imgbox .inbanner-img .centertit {
  position: absolute;
  bottom: 150px;
  left: 50%;
  width: 70%;
  transform: translateX(-50%);
  text-align: center;
}

.inbanner-bg .inbanner-swiper .inbanner-imgbox .inbanner-img .centertit .cntit {
  font-size: 40px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  margin-top: 5px;
}

.inbanner-bg .inbanner-swiper .inbanner-imgbox .inbanner-img .centertit .entit {
  font-size: 46px;
  color: #fff;
  line-height: 48px;
  font-family: "ziti";
}

.inbanner-bg .scroll {
  width: 25px;
  position: absolute;
  left: 50%;
  bottom: 7px;
  transform: translateX(-50%);
  z-index: 11;
  cursor: pointer;
  animation: mymove 2s infinite;
  -webkit-animation: mymove 2s infinite;
}

.inbanner-bg .scroll .line {
  width: 1px;
  height: 70px;
  border-left: 1px dashed #fff;
  margin: 0 auto;
}

@keyframes mymove {
  from {
    opacity: 0;
    bottom: 15px;
  }
  to {
    opacity: 1;
    bottom: 7px;
  }
}

@-webkit-keyframes mymove {
  from {
    height: 70px;
    opacity: 0;
  }
  to {
    height: 0px;
    opacity: 1;
  }
}

.inbanner-bg .scroll .arrow {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
  margin-top: 1px;
}

.inbanner-bg .scroll .arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent #fff #fff transparent;
  transform: rotate(45deg);
  margin-top: -4px;
  margin-left: -3px;
}

#main {
  position: absolute;
  top: -100px;
}

.inbanner-bg .inbanner-swiper .swiper-wrapper .swiper-slide.phone {
  display: none;
}

.inbanner-bg
  .inbanner-swiper
  .swiper-wrapper
  .swiper-slide
  .inbanner-imgbox
  .inbanner-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.inbanner-bg .inbanner-swiper .swiper-wrapper .swiper-slide .wrap {
  position: relative;
  z-index: 2;
  height: 100%;
}

.inbanner-bg .swiper-pagination {
  text-align: center;
}
.section {
  padding: 30px 0;
}

.home-sec1 li {
  float: left;
  width: 25%;
  margin-top:25px;
  position: relative;
}
.homeT {
  text-align: center;
  padding-top:50px;
  padding-bottom: 60px;
}
.homeT h2 {
  font-weight: normal;
  font-size: 30px;
  color: #333;
}
.homeT h3 {
  font-weight: normal;
  color: #333;
  margin: 15px 0 15px 0;
}
.homeT p {
  display: inline-block;
  max-width: 500px;
  font-size: 15px;
  line-height: 26px;
  color: #777;
}
.hsec1-top {
  padding-top: 40px;
  text-align: center;
  border-bottom: 1px solid #eee;
  /*margin-bottom: 50px;
  padding-bottom: 50px;*/
  margin-left: 5%;
  margin-right: 5%;
}

.home-sec1 li .height {
  height: 40px;
}
.hsec1-top img {
  height: 240px;
}
.hsec1-top h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 30px 0 20px 0;
}
.hsec1-top h3 {
  font-weight: normal;
  font-size: 17px;
  color: #f0781f;
}
.hsec1-mid {
  text-align: center;
}
.hsec1-mid h2 {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 40px;
}
.hsec1-mid h3 {
  font-size: 16px;
  color: #666;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 50px;
}
.amore1 {
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  box-sizing: border-box;
  padding-left: 20px;
  width: 130px;
  height: 40px;
  border-radius: 40px;
  background-color: #00a0ea;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  display: none;
}
.amore1 span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
  display: block;
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 100%;
  background-image: url(../images/arrow1.png);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center center;
}
.amore2 {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  border: 1px solid #00a0ea;
  background-color: #fff;
  background-image: url(../images/arrow1.png);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
.home-sec1 li.active {
  transition: all 0.45s;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.14);
}
.home-sec1 li.active .amore1 {
  display: block;
}
.home-sec1 li.active .amore2 {
  display: none;
}
.home-sec1 ul .hsec1-mid img {
  width: 55px;
}
.home-sec1 ul {
  background-color: #fbfbfb;
  height: 900px;
}
/* 应用领域 */
.home-sec2 {
  margin-top: 70px;
  background-color: #f7fbfd;
}
.homeT2 {
  position: relative;
  padding-left: 20px;
}
.homeT2 h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  color: #333;
}
.homeT2 h3 {
  font-weight: normal;
  color: #333;
  margin: 10px 0 10px 0;
}
.homeT2 p {
  font-size: 15px;
  line-height: 23px;
  color: #777;
  display: block;
  width: 700px;
  margin-bottom: 0;
}
.homeT2:before {
  width: 3px;
  content: "";
  display: block;
  background-color: #317dec;
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
}
.home-sec2 ul {
  margin-top: 80px;
  height: auto;
  overflow: hidden;
}
.home-sec2 li {
  overflow: hidden;
  float: left;
  width: 25%;
  box-sizing: border-box;
}
.home-sec2 li a {
  display: block;
  width: 100%;
  text-align: center;
}
.home-sec2 .li-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  /*height: 450px;*/
  border-left: 5px solid #fff;
}
.home-sec2 .bgimg {
  width: 100%;
  height: 100%;
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: cubic-bezier(0, -0.01, 0.51, 1.35) 0.45s;
}
.home-sec2 .bgimg img{ height: 300px;}
.home-sec2 .bgimg.bgimg1 {
  background-image: url(../images/h2bg1.jpg);
}
.home-sec2 .bgimg.bgimg2 {
  background-image: url(../images/h2bg2.jpg);
}
.home-sec2 .bgimg.bgimg3 {
  background-image: url(../images/h2bg3.jpg);
}
.home-sec2 .bgimg.bgimg4 {
  background-image: url(../images/h2bg4.jpg);
}
.home-sec2 .bgimg.bgimg5 {
  background-image: url(../images/h2bg5.jpg);
}
.home-sec2 .bgimg.bgimg6 {
  background-image: url(../images/h2bg6.jpg);
}
.home-sec2 .bgimg.bgimg7 {
  background-image: url(../images/h2bg7.jpg);
}
.home-sec2 .bgimg.bgimg8 {
  background-image: url(../images/h2bg8.jpg);
}
.home-sec2 li a:hover .bgimg {
  transform: scale(1.1);
}
.home-sec2 .li-img .bgcover {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(49, 125, 236, 0.9);
  opacity: 0;
  transition: all 0.3s;
}
.home-sec2 .li-img .areatxt {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.home-sec2 .li-img .areatxt img {
  height: 50px;
  margin-top: 100px;
  opacity: 0;
  transform: translateY(25px);
  transition: 0.35s;
}
.home-sec2 .li-img .areatxt h2 {
  font-weight: normal;
  color: #fff;
  font-size: 18px;
  margin: 60px 0;
  opacity: 0;
  transform: translateY(25px);
  transition: 0.55s;
}
.home-sec2 .li-img .areatxt p {
  display: block;
  width: 65%;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(25px);
  transition: 0.75s;
}
.home-sec2 .li-img .areatxt span {
  display: inline-block;
  border: 1px solid #fff;
  width: 100px;
  height: 30px;
  border-radius: 30px;
  background: url(../images/arrow2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  opacity: 0;
  transform: translateY(25px);
  transition: 0.95s;
}
.home-sec2 li a:hover .bgcover {
  opacity: 1;
}
.home-sec2 li a:hover .areatxt img {
  transform: translateY(0);
  opacity: 1;
}
.home-sec2 li a:hover .areatxt h2 {
  transform: translateY(0);
  opacity: 1;
}
.home-sec2 li a:hover .areatxt p {
  transform: translateY(0);
  opacity: 1;
}
.home-sec2 li a:hover .areatxt span {
  transform: translateY(0);
  opacity: 1;
}
.home-sec2 li a h4 {
  font-weight: normal;
  font-size: 18px;
  margin: 20px 0 50px 0;
  color: #777;
}
.home-sec2 li a:hover h4 {
  color: #333;
}
.home-sec2 li:nth-child(4n + 1) .li-img {
  border-left: none;
}
.home-sec4 ul {
  height: auto;
  overflow: hidden;
  padding-top: 50px;
  display: flex;
}
.home-sec4 li {
  margin-left: 2%;
  float: left;
  width: calc(96% / 3);
  transition: all 0.8s;
}
.home-sec4 li .libox {
  cursor: pointer;
  height: 450px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 1s;
}
.home-sec4 li:nth-child(1) .libox {
  background-image: url(../images/h4-bg1.jpg);
}
.home-sec4 li:nth-child(2) .libox {
  background-image: url(../images/h4-bg3.jpg);
}
.home-sec4 li:nth-child(3) .libox {
  background-image: url(../images/h4-bg2.jpg);
}
.culNum {
  position: absolute;
  right: 20px;
  top: 20px;
}

.home-sec4 li .content {
  padding-left: 50px;
  position: absolute;
  bottom: 60px;
  left: 0px;
}
.home-sec4 li .content img {
  display: inline;
}
.home-sec4 li .def {
  display: block !important;
  transition: 0.3s all;
}
.home-sec4 li .active {
  display: none !important;
  transition: 0.3s all;
}

.home-sec4 li .libox:hover .def {
  display: none !important;
}
.home-sec4 li .libox:hover .active {
  display: block !important;
}
.home-sec4 li .content h2 {
  position: relative;
}
.home-sec4 li .content h2 span {
  color: #fff;
}
.home-sec4 li .content .circle1 {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  border: 2px solid #00a0ea;
  vertical-align: -5px;
  transition: 0.3s all;
}
.home-sec4 li .libox:hover .circle1 {
  border: 2px solid #fff;
}
.home-sec4 li .content p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  margin: 30px 0 35px 0;
}
.home-sec4 li .content a {
  display: inline-block;
  width: 100px;
  height: 35px;
  border-radius: 35px;
  background-color: #00a0ea;
  color: #fff;
  line-height: 35px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 14px;
}
.home-sec4 li .content h1 {
  margin-bottom: 17px;
}

.home-sec4 li .content .cultxt p {
  transform: translateY(110px);
  opacity: 0;
  transition: 0.6s;
}
.home-sec4 li .content .cultxt a {
  transform: translateY(110px);
  opacity: 0;
  transition: 0.7s;
}
.home-sec4 li .content h1 {
  transition: 0.5s;
  transform: translateY(110px);
}
.home-sec4 li .content h2 {
  transition: 0.5s;
  transform: translateY(110px);
}

.home-sec4 li .libox:hover h1 {
  transform: translateY(0);
}
.home-sec4 li .libox:hover h2 {
  transform: translateY(0);
}
.home-sec4 li .libox:hover .cultxt p {
  transform: translateY(0);
  opacity: 1;
}
.home-sec4 li .libox:hover .cultxt a {
  transform: translateY(0);
  opacity: 1;
}
.home-sec4 li:hover {
  width: 55%;
}
.home-sec6 ul {
  height: auto;
  overflow: hidden;
  padding: 20px 15px;
}
.home-sec6 li {
  cursor: pointer;
  overflow: hidden;
  float: left;
  margin-left: 2%;
  width: calc(92% / 5);
  height: 80px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.14);
}
.home-sec6 li > div {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.home-sec6 li:first-child {
  margin-left: 0;
}
.home-sec6 li img {
  position: absolute;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-sec6 li > div:hover {
  transform: scale(1.1);
}
.home-sec7 {
  background: url(../images/hNewsbg.png);
}
.HnewsBox {
  padding-top: 80px;
  height: auto;
  overflow: hidden;
}
.HnewsBox .newsItem {
  float: left;
  margin-left: 1%;
  width: 49%;
}
/*.HnewsBox .newsItem:first-child {
  margin-left: 0;
}*/
.HnewsBox .newsItem .newsImg {
  position: relative;
  overflow: hidden;
  height: 230px;
  position: relative;
  z-index: 1;
  width: 100%;
}
.HnewsBox .newsItem .newsImg > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s;
}
.HnewsBox .newsItem a:hover .newsImg > div {
  transform: scale(1.1);
}
.HnewsBox .newsTxt {
  background-color: #fff;
  padding-top: 32px;
  height: auto;
  height: 100px;
  position: relative;
  z-index: 2;
}
.HnewsBox .newsTxt .date {
  position: relative;
  float: left;
  width: 20%;
  text-align: right;
  box-sizing: border-box;
  padding-right: 35px;
}
.HnewsBox .newsTxt .newsCont {
  float: left;
  width: 80%;
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
}
.HnewsBox .newsTxt h4 {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
color: #000;
}
.HnewsBox .newsTxt h2 {
  font-size: 27px;
  margin-bottom: 5px;
}
.HnewsBox .newsTxt h3 {
  font-size: 18px;
  margin-bottom: 0px;
}
.HnewsBox .newsTxt p {
  font-size: 14px;
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
    line-height: 1.76;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.HnewsBox .newsTxt .date:after {
  content: "";
  display: block;
  width: 3px;
  background-color: #00a0ea;
  position: absolute;
  right: 0;
  top: 0;
  height: 70px;
}
.HnewsBox .newsItem:first-child .newsTxt .date:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 25px solid #fff;
  position: absolute;
  right: -18px;
  top: -56px;
}
.HnewsBox .newsItem:last-child .newsTxt .date:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 25px solid #fff;
  position: absolute;
  right: -18px;
  bottom: -60px;
}
.home-sec7 {
  padding-bottom: 110px;
}
.home-sec9 .homeT2:before {
  display: none;
}
.home-sec9 ul {
  padding-top: 80px;
  height: auto;
  overflow: hidden;
}
.home-sec9 ul li {
  float: left;
  width: 32%;
  position: relative;
  padding-left: 30px;
  box-sizing: border-box;
}
.home-sec9 ul li h2 {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 20px;
}
.home-sec9 ul li:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #333;
  width: 3px;
  height: 56px;
}
.footer2 {
  background-color: #1d1d1d;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.footer2 span {
  color: rgba(255, 255, 255, 0.7);
  margin: 0 40px;
}
.footer2 span a {
  color: rgba(255, 255, 255, 0.7);
}
.footer1 {
  background-color: #292929;
  padding: 80px 0;
}
.footer1 .wechat {
  padding-left: 20px;
  display: block;
  background-color: #1170ee;
  height: 25px;
  width: 120px;
  border-radius: 25px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  line-height: 25px;
  margin-bottom: 40px;
}
.footer1 .wechat img {
  height: 20px;
  vertical-align: -4px;
  margin-right: 5px;
}
.footer-l h2 {
  font-weight: normal;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 8px;
}
.footer-l h3 {
  font-size: 16px;
  font-weight: normal;
  color: #1170ee;
  margin-bottom: 20px;
}
.footer-l h4 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 25px;
  font-weight: normal;
}
.footer-l h4 a {
  color: rgba(255, 255, 255, 0.7);
}
.footer1 {
  height: auto;
  overflow: hidden;
}
.footer-l {
  float: left;
  padding-right: 50px;
  width: 300px;
}
.footer-m {
  float: left;
  padding: 0 200px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-m p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 15px;
}
.footer-r {
  float: left;
  width: calc(100% - 602px);
}
.footer-r dl {
  text-align: center;
  float: left;
  width: 20%;
  box-sizing: border-box;
}
.footer-r dl a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
.footer-r dl dt {
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  margin-bottom: 18px;
}
.footer-r dl dd {
  margin-bottom: 10px;
}
.home-sec8 {
  background-color: #f7fbfd;
}
.home-sec5 {
  padding-top: 80px;
  /* background: url(../images/bgmap.jpg); */
  background-color: #F7FBFD;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 80px;
}
.home-sec5 ul {
  padding: 20px 15px;
  height: auto;
  overflow: hidden;
}
.home-sec5 ul li {
  overflow: hidden;
  cursor: pointer;
  float: left;
  margin-left: 2%;
  width: calc(90% / 6);
  background: #fff;
  height: 100px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 15px;
}
.home-sec5 ul li:nth-child(6n + 1) {
  margin-left: 0;
}
.home-sec5 ul li > div {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  overflow: hidden;
}
.home-sec5 ul li > div img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-sec5 ul li > div:hover {
  transform: scale(1.1);
}
.hab-txt {
  text-align: center;
}
a.viewmore {
  display: inline-block;
  border: 1px solid #fff;
  width: 100px;
  height: 30px;
  border-radius: 30px;
  background: url(../images/arrow2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  transition: 0.95s;
}
.viewmore:hover {
  background-color: #00a0ea;
  border: 1px solid #00a0ea;
}
.home-sec3 {
  background-image: url(../images/habout.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.home-sec3 .homeT h2 {
  color: #fff;
}
.home-sec3 .homeT h3 {
  color: #fff;
}
.home-sec3 .hab-txt h2 {
  color: #fff;
  font-size: 42px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.home-sec3 .hab-txt p {
  display: block;
  color: #fff;
  width: 70%;
  line-height: 30px;
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.hab-line {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
  padding: 40px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.hab-item {
  color: #fff;
  text-align: center;
}
.hab-item h2 em {
  color: rgba(255, 255, 255, 0.9);
  font-weight: normal;
  font-size: 16px;
  font-style: normal;
  vertical-align: 6px;
}
.hab-item h2 span {
  font-size: 40px;
  color: #fff;
  margin-right: 4px;
  font-weight: bold;
}
.hab-item p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  margin-top: 5px;
}
.hab-item h2 sub {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  vertical-align: 5px;
  margin-left: 5px;
  font-weight: normal;
}
.totop.show {
  right: 0;
  opacity: 1;
}
.totop {
  position: fixed;
  right: -50px;
  bottom: 0;
  opacity: 0;
  background-image: url(../images/top.png);
  background-color: #00a0ea;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 30px !important;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: 0.45s ease-out;
  z-index: 30;
}
.demand li {
  margin-bottom: 40px;
}
.demandT{
  cursor: pointer;
  height: 100px;
  padding: 0 80px 0 70px;
  background-color: #fff;
  box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 2;
}
.demand li.active .demandT{
  background-color: #317dec;
  box-shadow: 0 15px 26px 0 rgba(49, 125, 236, 0.27);
}
.demandT-l{
  float: left;
  margin-right: 60px;
}
.demandT img{
  height: 60px;
  margin-top: 20px;
}
.demandT .cur{
  display: none;
}
.demand li.active .demandT .cur{
  display: block;
}
.demand li.active .demandT .def{
  display: none;
}
.demandT-m {
  float: left;
}
.demandT-m h2{
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin: 0 0 10px 0 ;
  padding-top: 25px;
}
.demandT-m  p{
  color: #333;
  font-size: 14px;
}
.demandT-r{
  float: right;
  height: 100%;
  line-height: 100px;
  font-weight: bold;
  color: #f3f4f4;
  font-size: 45px;
}
.demand li.active .demandT .demandT-m h2,.demand li.active .demandT .demandT-m p,.demand li.active .demandT .demandT-r{
  color: #fff;
}
.demandB{
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 60px 100px 50px 190px;
  display: none;
  height: auto;
  overflow: hidden;
}
.demandB span{
  display: block;
  float: left;
  width: 90px;
  padding-top: 5px;
}

.dmselect-item{
  display: inline-block;
  border: 1px solid #ccc;
  padding: 5px 20px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  margin-right: 8px;
  margin-bottom: 15px;
}
.dmselect-item.selected{
  background-color: #317dec;
  border: 1px solid #317dec;
  color: #fff;
}
.demand li.active .demandB{
  background-color: #e7effa;
}
.demandB > div{
  height: auto;
  overflow: hidden;
}
.dmselect input{
  padding-top: 7px;
  background-color: #f4f4f4;
  outline: none;
  border: none;
  height: 27px;
  padding: 0 10px;
  border-radius: 5px;
}
.dmselect input::-webkit-input-placeholder { 
  color: #cdcccc;
  font-size: 14px;
}
.dmselect input.input1{
  width: 110px;
  color: #cdcccc;
}
.formBox{
  border-bottom: 1px solid #ccc;
  height: auto;
  overflow: hidden;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.formT h2{
  font-weight: normal;
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}
.formItem {
  float: left;
  width: 25%;
  margin-top: 25px;
}
.formItem input{
  color: #317dec;
  vertical-align: -5px;
  outline: none;
  border: none;
  padding-top: 7px;
  background-color: #f4f4f4;
  outline: none;
  border: none;
  height: 27px;
  padding: 0 10px;
  border-radius: 5px;
}
.formItem input::-webkit-input-placeholder {
  color: #317dec;
}
.formItem span{
  width: auto;
  margin-right:10px;
}
.ssForm button{
  background: #317dec;
  color: #fff;
  outline: none;
  border: none;
  border-radius: 5px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  letter-spacing: 3px;
  width: 100px;
}
.ssForm .ssform-item{
  float: left;
  width: 50%;
  margin-bottom: 17px;
}
.ssForm .ssform-item span{
  display: inline-block;
  float: none;
  width:auto;
  margin-right: 50px;
}
.ssForm .ssform-item:nth-child(2){
  text-align: right;
}
.ssForm .ssform-item:nth-child(4){
  text-align: right;
}
.ssForm .ssform-item input{
   color: #317dec !important;
    vertical-align: 0px;
    outline: none;
    border: none;
    padding-top: 7px;
    background-color: #f4f4f4;
    outline: none;
    border: none;
    height: 32px;
    padding: 0 10px;
    border-radius: 5px;
    color: #ccc;
    width: 200px;
}
.ssForm .ssform-item input::-webkit-input-placeholder{
  color: #ccc;
}
/*右侧导航*/
.rightbar{
	z-index: 100;
	width:45px;
	height:auto;
	position: fixed;
	top:55%;
	right:0;
	display: none;
}

.rightbar ul{
	width:100%;
	height:auto;
}
.rightbar ul li{
	width:100%;
	height:45px;
	margin-top: 2px;
	position: relative;
	cursor: pointer
}
.rightbar ul li i{
	line-height: 45px;
    font-size: 20px;
    width:45px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.rightbar ul li.ewm{
	background: #60676F;
	position: relative;
}
.rightbar ul li.gotop{
	background: #60676F;
}
.rightbar ul li.ewm img{
	position: absolute;
	top:-20px;
	right:50px;
	display: none;
	width:99px;
	height:99px;
}



.rightbar .fa-sort-asc{
	width:20px;
	height:25px;
	margin-left: 12.5px;
	line-height: 38px;
}
.rightbar ul li:last-child p{
	color:#fff;
	font-size: 12px;
	text-align: center;
	margin-top: -15px;
}
.rightbar ul li .shows{
	height:45px;
	width:45px;
	position: absolute;
	background: #60676F;
	right:0px;
	position: absolute;
	top:0px;
	cursor: pointer
}
.rightbar ul li .hides{
	height:45px;
	width:160px;
	background: #00A0EA;
	position: absolute;
	right:-160px;
	position: absolute;
	top:0px;
	cursor: pointer;
}
.hides .left{
	width:45px;
	height:45px;
	float:left;
	
}
.hides .right{
	width:105px;
	margin-left: 55px;
	height:45px;
	line-height: 45px;
	text-align: left;
	color:#fff;
	font-size: 14px;
	}

.hides .left i{
	line-height: 45px;
    font-size: 20px;
    width:45px;
    text-decoration: none;
    color: #00A0EA;
    text-align: center;
    cursor: pointer;
    background: #fff;
}
.honnerlist{
  padding-bottom: 50px;
}
/* .ssform-temp{
  display: none;
} */
/* 底部信息修改  */
.footer1 td{
  color: rgba(255, 255, 255, 0.7);
}
.footer1 table{
  margin-top: 25px;
  border-spacing: 0;
  word-wrap: break-word;
  word-break: break-all;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.footer1 table td{
  padding: 5px 8px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.culBox .pcdiv img{
  width: 100%;
}

.culBox .phdiv img{
  width: 100%;
}
.culBox .pcdiv{
  padding: 120px 0;
}
.culBox .phdiv{
  padding: 30px 0;
}