* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
  width: 100%;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.w240 {
  width: 240px;
}
.mb10 {
  margin-bottom: 10px;
}
.text-gray-3 {
  color: #333;
}
.text-gray-6 {
  color: #666;
}
.text-gray-9 {
  color: #999;
}
.text-gray-8 {
  color: #a8a8a8;
}
.fz16 {
  font-size: 16px;
}
.fz24 {
  font-size: 1.25vw;
}
.fwb {
  font-weight: bold;
}
h3,
h4 {
  font-weight: normal;
}
i {
  font-style: normal;
}
.df {
  display: flex;
}
.dfc {
  display: flex;
  align-items: center;
}
.dfcc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fx1 {
  flex: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
a {
  color: #333333;
  text-decoration: none;
}
li {
  list-style: none;
}
.w1200 {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  min-width: 1200px;
}

img {
  max-width: 100%;
}
.top {
  height: 80px;
  opacity: 1;
  background: #1c1c1c;
  box-shadow: 0px 20px 54px 0px rgba(28, 28, 28, 0.44);
  position: relative;
  z-index: 1000000;
}
.top .header {
  height: 80px;
  justify-content: space-between;
}
.top .logo {
  /* height: 43px; */
}
.top .logo img {
  height: 100%;
}
.navBar li {
  width: 112px;
  height: 80px;
  position: relative;
  margin: 0 10px;
}
.navBar li::before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  background: #0042df;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.2s linear;
  z-index: 1;
}
.navBar li.on::before {
  height: 100%;
}
.navBar li:hover .sub {
  height: auto;
}
.navBar li:hover::before {
  height: 100%;
}
.navBar .tit {
  display: block;
  width: 100%;
  height: 80px;
  text-align: center;
  line-height: 80px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.navBar .sub {
  position: absolute;
  top: 80px;
  left: 0;
  width: 180px;
  background: #1b1b1b;
  height: 0;
  transition: all 0.3s linear;
  overflow: hidden;
}
.navBar .sub a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  box-sizing: border-box;
  color: #fff;
}
.navBar .sub a:hover {
  background: #0042df;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .bd li {
  position: relative;
}
.banner .bd img {
  width: 100%;
  display: block;
}
.banner .hd {
  text-align: center;
  position: absolute;
  bottom: 28px;
  width: 100%;
}
.banner .hd ul {
  width: 100%;
  text-align: center;
}
.banner .hd li {
  display: inline-block;
  width: 20px;
  height: 4px;
  background: #b5b5b5;
}
.banner .hd li.on {
  background: #0242de;
}
.com-title {
  color: #1c1c1c;
  font-size: 20px;
  position: relative;
}
.com-title span:last-of-type {
  color: #9c9c9c;
  font-size: 16px;
  margin-left: 10px;
}
.com-title i {
  display: block;
  flex: 1;
  height: 1px;
  background: #9c9c9c;
  margin: 0 20px;
}
.com-title .more {
  display: block;
  width: 53px;
  height: 32px;
  background: #0042df;
  border-radius: 2px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
}
.product li,
.ny-product .list li {
  width: calc(100% / 3 - 20px);
  margin: 0 10px 20px;
  position: relative;
}
.product li .img,
.ny-product .list li .img {
  width: 100%;
  position: relative;
  max-height: 250px;
}
.product li .img::before,
.ny-product .list li .img::before {
  display: block;
  content: '';
  width: 100%;
  padding-bottom: 80%;
}
.product li .img img,
.ny-product .list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.product li .mark,
.ny-product .list li .mark {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: scale(0);
  transition: all 0.3s linear;
  background: #0042df;
  color: #fff;
  padding: 40px 20px;
  box-sizing: border-box;
  z-index: 1000;
}
.product li .mark h3,
.ny-product .list li .mark h3 {
  font-size: 16px;
  height: 30px;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
.product li .mark h3::before,
.ny-product .list li .mark h3::before {
  content: '';
  display: block;
  width: 34px;
  height: 1px;
  opacity: 1;
  background: #ffffff;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -17px;
}
.product li .mark .dec,
.ny-product .list li .mark .dec {
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product li .mark .btn,
.ny-product .list li .mark .btn {
  display: block;
  width: 124px;
  height: 32px;
  opacity: 1;
  border: 1px solid #ffffff;
  border-radius: 17px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-size: 15px;
  margin: 45px auto 0;
}
.product li:hover .mark,
.ny-product .list li:hover .mark {
  transform: scale(1);
}
.ny-product .list {
  margin: 0 -10px;
}
.ny-product {
  margin: 0 auto 30px;
}
.product {
  margin: 50px auto 46px;
}
.product ul {
  margin: 30px -10px 0;
}
.about {
  width: 100%;
  height: 520px;
  background: url('../images/index_12.jpg') center center / cover no-repeat;
  padding-top: 80px;
  box-sizing: border-box;
}
.about .left {
  color: #fff;
  font-size: 16px;
  margin-right: 100px;
}
.about .left h3 {
  height: 80px;
  line-height: 80px;
  font-size: 24px;
}
.about .left h3 span {
  font-size: 16px;
  margin-left: 15px;
}
.about .left .dec {
  line-height: 36px;
  height: 108px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 15px 0 60px;
}
.about .left .more {
  display: block;
  width: 143px;
  height: 34px;
  background: #0042df;
  border-radius: 17px;
  text-align: center;
  line-height: 34px;
  color: #fff;
}
.about .right {
  width: 43.75%;
  height: 339px;
  position: relative;
  margin-top: 14px;
}
.about .right::before,
.about .right::after {
  content: '';
  display: block;
  width: 185px;
  height: 165px;
  background: #0042df;
  position: absolute;
  z-index: 1;
}
.about .right::before {
  left: -12px;
  bottom: -12px;
}
.about .right::after {
  top: -12px;
  right: -12px;
}
.about .right img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.title {
  color: #1c1c1c;
  font-size: 20px;
  line-height: 30px;
}
.title span {
  color: #9c9c9c;
  font-size: 16px;
  margin-left: 14px;
}
.section {
  margin: 50px auto;
}
.section .cont {
  margin-top: 25px;
}
.section .img {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 16px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  transition: all 0.2s ease-in;
  overflow: hidden;
}
.section .img img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.section .left {
  width: 404px;
  height: 330px;
  background: #095098;
  color: #fff;
  line-height: 24px;
  position: relative;
  padding: 25px 22px 0 22px;
  box-sizing: border-box;
}
.section .left::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
}
.section .left .info {
  position: relative;
  z-index: 10;
}
.section .left h3 {
  font-size: 16px;
}
.section .left h4 {
  font-size: 14px;
  color: #d0d0d0;
}
.section .left .dec {
  height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  margin-top: 18px;
}
.section .left:hover .img {
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  border-radius: 0;
}
.section .left:hover::before {
  opacity: 1;
}
.section ul li {
  width: 50%;
  height: 165px;
  background: #177add;
  color: #fff;
  position: relative;
  padding: 25px 22px 0 22px;
  box-sizing: border-box;
  overflow: hidden;
}
.section ul li::before {
  content: '';
  display: block;
  width: 420px;
  height: 420px;
  background-image: linear-gradient(90deg, #000000, rgba(255, 255, 255, 0));
  border-radius: 50%;
  position: absolute;
  top: -99px;
  left: -166px;
  z-index: 2;
  opacity: 0;
  transition: all 0.2s ease-in;
}
.section ul li h3 {
  font-size: 16px;
  position: relative;
  z-index: 10;
}
.section ul li h4 {
  color: #d0d0d0;
  font-size: 14px;
  position: relative;
  z-index: 4;
}
.section ul li:nth-child(2),
.section ul li:nth-child(3) {
  background: #1768b9;
}
.section ul li:hover .img {
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  border-radius: 0;
}
.section ul li:hover::before {
  opacity: 1;
}
.solution {
  margin: 0 auto 58px;
}
.solution .slideBoxSolution {
  position: relative;
}
.solution .slideBoxSolution .prev,
.solution .slideBoxSolution .next {
  width: 28px;
  height: 76px;
  opacity: 1;
  background: #1c1c1c;
  border-radius: 2px;
  text-align: center;
  line-height: 76px;
  color: #fff;
  position: absolute;
  top: 130px;
}
.solution .slideBoxSolution .prev {
  left: 0;
}
.solution .slideBoxSolution .next {
  right: 0;
}
.solution .slideBoxSolution .bd {
  width: 84.6%;
  margin: 20px auto 0;
  overflow: hidden;
}
.solution .bd li .img {
  width: 319px;
  height: 356px;
}
.solution .bd li .img img {
  width: 100%;
  height: 310px;
  display: block;
}
.solution .bd li .img a {
  display: block;
  width: 100%;
  height: 46px;
  background: #0042df;
  text-align: center;
  line-height: 46px;
  color: #fff;
}
.solution .bd li .info {
  height: 285px;
  margin-top: 26px;
  background: #f0f0f0;
  box-sizing: border-box;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #666666;
  max-width: 616px;
}
.solution .bd li .info h3 {
  font-size: 16px;
  color: #333333;
  height: 38px;
  margin-bottom: 30px;
}
.solution .bd li .info h3::after {
  content: '';
  display: block;
  width: 49px;
  height: 1px;
  background: #333333;
  margin-top: 20px;
}
.solution .bd li .info .dec {
  line-height: 32px;
  height: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news {
  width: 100%;
  height: 647px;
  background: url('../images/index_28.jpg') center center / cover no-repeat;
  padding-top: 50px;
  box-sizing: border-box;
  margin-bottom: 58px;
}
.news .com-title {
  color: #fff;
  margin-bottom: 32px;
}
.news li {
  height: 530px;
  position: relative;
}
.news li .info {
  position: absolute;
  left: 38px;
  top: 85px;
  color: #fff;
  padding-right: 52px;
  z-index: 2;
  transition: all 0.3s ease;
}
.news li h3 {
  font-size: 16px;
  height: 40px;
}
.news li h3::after {
  content: '';
  display: block;
  width: 29px;
  height: 1px;
  opacity: 1;
  background: #535353;
  margin-top: 15px;
}
.news li .date {
  color: #d8d8d8;
  font-size: 16px;
  margin: 10px 0 26px;
}
.news li .dec {
  color: #efefef;
  line-height: 26px;
  height: 78px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news li .img {
  position: absolute;
  left: 38px;
  top: 277px;
  width: 307px;
  height: 130px;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s ease;
}
.news li .img img {
  width: 100%;
  height: 100%;
}
.news li::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #1b419a;
  transform: scale(0);
  position: absolute;
  bottom: 0;
  transition: all 0.3s ease;
  z-index: 1;
}
.news li:hover .img {
  top: 85px;
}
.news li:hover .info {
  top: 277px;
}
.news li:hover::after {
  transform: scale(1);
}
.partners ul {
  margin: 30px -8px 0;
}
.partners li {
  width: 226px;
  height: 94px;
  border: 1px solid #e3e3e3;
  margin: 0 8px 16px;
  box-sizing: border-box;
  overflow: hidden;
}
.partners li img {
  width: 100%;
  height: 100%;
  transition: all 0.2s linear;
}
.partners li:hover img {
  transform: scale(1.1);
}
.footer-contact {
  margin: 40px auto 70px;
}
.footer-contact h3 {
  font-size: 18px;
  margin-top: 26px;
}
.footer-contact p {
  color: #666666;
  line-height: 35px;
}
.message {
  margin-top: 20px;
}
.message span {
  color: #999999;
}
.message li {
  width: 408px;
  height: 42px;
  background: #e9e9e9;
  padding-left: 20px;
  box-sizing: border-box;
  margin-bottom: 9px;
}
.message li:last-of-type {
  margin-bottom: 0;
}
.message li input {
  background: none;
  line-height: 42px;
  height: 42px;
  outline: none;
  border: none;
  padding: 0 10px;
  box-sizing: border-box;
}
.message .textarea {
  background: #e9e9e9;
  margin-left: 12px;
  line-height: 42px;
  padding-left: 20px;
}
.message .textarea textarea {
  height: 100%;
  line-height: 42px;
  border: none;
  outline: none;
  background: none;
  padding: 0 20px;
}
.message-btn {
  width: 163px;
  height: 34px;
  opacity: 1;
  background: #0042df;
  border-radius: 17px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  margin-top: 30px;
  border: none;
  outline: none;
}
.footer {
  height: 55px;
  line-height: 55px;
  background: #333333;
  color: #fff;
}
.footer a {
  color: #fff;
}
.ny-tit {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}
.ny-title {
  height: 50px;
  border-bottom: 1px solid #eeeeee;
  color: #282828;
  font-size: 12px;
  justify-content: space-between;
  margin: 20px auto;
}
.ny-title span {
  color: #0042df;
  display: inline;
}
.sideNav {
  position: relative;
  z-index: 1000000;
}
.sideNav li {
  position: relative;
  height: 32px;
}
.sideNav li:hover .tit {
  background: #0242de;
  color: #fff;
}
.sideNav li:hover .sub {
  display: block;
}
.sideNav li .tit {
  display: block;
  width: 95px;
  height: 32px;
  opacity: 1;
  border-radius: 2px;
  text-align: center;
  line-height: 32px;
  box-sizing: border-box;
}
.sideNav li .sub {
  position: absolute;
  left: 50%;
  top: 32px;
  background: #ffffff;
  box-shadow: 0px 2px 24px 2px rgba(217, 217, 217, 0.31);
  display: none;
  width: 120px;
  margin-left: -60px;
}
.sideNav li .sub a {
  display: block;
  height: 30px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #333333;
}
.sideNav li .sub a:hover {
  background: #efefef;
}
.ny-service {
  margin: 0 auto 60px;
}
.ny-service .list {
  margin: 0 -12px;
}
.ny-service .list li {
  width: 280px;
  height: 314px;
  position: relative;
  margin: 0 12px 26px;
}
.ny-service .list li .img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.ny-service .list li .img img {
  width: 100%;
  height: 100%;
}
.ny-service .list li .mark {
  position: absolute;
  bottom: 0;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: url('../images/s-bg.png') center center / cover no-repeat;
  z-index: 2;
  color: #fff;
  width: 100%;
  transition: all 0.2s ease-in;
  font-size: 16px;
}
.ny-service .list li .mark p {
  position: relative;
  z-index: 3;
  padding: 0 10px;
}
.ny-service .list li .mark::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 0;
  background: #0042df;
  transition: all 0.2s ease-in;
  z-index: 1;
}
.ny-service .list li:hover .mark {
  background: none;
}
.ny-service .list li:hover .mark::before {
  width: 100%;
}
.ny-news {
  margin: 0 auto 60px;
}
.ny-news .list li {
  height: 170px;
  padding: 20px 0;
  color: #999999;
  border-bottom: 1px solid #ececec;
  box-sizing: border-box;
  transition: all 0.1s ease-in;
}
.ny-news .list li .img {
  width: 307px;
  height: 130px;
  margin-right: 20px;
}
.ny-news .list li .img img {
  width: 100%;
  height: 100%;
}
.ny-news .list li .info {
  padding-right: 100px;
  box-sizing: border-box;
  max-width: 660px;
}
.ny-news .list li .info .name {
  color: #333333;
  font-size: 16px;
  margin-bottom: 15px;
}
.ny-news .list li .info .dec {
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #666;
}
.ny-news .list li .date p {
  color: #d8d8d8;
  font-size: 20px;
  margin-bottom: 10px;
}
.ny-news .list li .date i {
  width: 25px;
  height: 1px;
  background: #535353;
  display: block;
  margin-top: 20px;
}
.ny-news .list li .date span {
  display: none;
}
.ny-news .list li .date span::after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 1px;
  background: #535353;
  margin-left: 5px;
}
.ny-news .list li:hover {
  box-shadow: 0px 3px 51px 0px rgba(240, 240, 240, 0.9);
  padding: 20px;
}
.ny-news .list li:hover .date i {
  display: none;
}
.ny-news .list li:hover .date span {
  display: block;
}
.page .cont,
.detail .cont {
  line-height: 33px;
  font-size: 16px;
  margin-top: 30px;
  color: #515151;
  padding-bottom: 50px;
}
.detail {
  padding-bottom: 60px;
}
.detail .related {
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 40px;
}
.detail .other {
  margin-top: 40px;
}
.detail .other li {
  line-height: 30px;
}
.detail .other li:hover a {
  color: #0042df;
}
.paging {
  display: flex;
  width: 100%;
  margin-top: 30px;
  justify-content: center;
}
.paging li {
  height: 40px !important;
  border-bottom: none !important;
}
.paging li a,
.paging li span {
  display: block;
  width: 40px;
  height: 40px;
  background: #d6d6d6;
  line-height: 40px;
  margin: 0 5px;
  text-align: center;
  box-sizing: border-box;
}
.paging li a:hover,
.paging li.on span {
  background: #0042df;
  border-color: #0042df;
  color: #fff;
}
.crumbs {
  height: 58px;
  border-bottom: 1px solid #f2f2f2;
}
.ny-contact {
  padding-top: 30px;
  margin: 0 auto 60px;
}
.ny-contact h4 {
  color: #9999b3;
  font-size: 15px;
}
.ny-contact .tips {
  font-size: 14px;
}
.ny-contact .cont {
  justify-content: space-between;
  margin-top: 36px;
  margin-bottom: 60px;
}
.ny-contact .left {
  width: 346px;
  line-height: 26px;
}
.ny-contact .left h4 {
  color: #9999a0;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 10px;
}
.ny-contact .map {
  width: 508px;
  height: 269px;
}
.ny-contact .map img {
  width: 100%;
}
.ny-contact .ewm {
  text-align: center;
}
.ny-contact .ewm img {
  width: 170px;
  height: 170px;
  display: block;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
  }
}

/*悬浮*/

.float {
	width: 200px;
	position: fixed;
	right: -150px;
	transition: all 0.5s;
	top: 20%;
	z-index: 100;
}
.float ul li {
	position: relative;
	width: 100%;
	min-height: 50px;
	line-height: 50px;
	background: #0042df;
	border-radius: 5px;
	margin-bottom: 3px;
	cursor: pointer;
}
.float ul li span {
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	text-align: center;
	margin-right: 10px;
}
.float ul li .iconfont {
	color: #FFFFFF;
	font-size: 30px;
}
.float ul li .icon-huidingbu {
	font-size: 20px !important;
}
.float ul li p {
	font-size: 18px;
	color: #FFFFFF;
}
.float ul li .wx {
	width: 90px;
	height: 0px;
	margin-left: 60px;
	overflow: hidden;
	padding-bottom: 0;
	transition: all 0.5s;
}
.float:hover {
	right: 0;
}
.float:hover .wx {
	height: 90px;
	padding-bottom: 10px;
}


@font-face {font-family: "iconfont";
  src: url('iconfont.eot?t=1526372546510'); /* IE9*/
  src: url('iconfont.eot?t=1526372546510#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff;charset=utf-8;base64,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') format('woff'),
  url('iconfont.ttf?t=1526372546510') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('iconfont.svg?t=1526372546510#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-huidingbu:before { content: "\e607"; }

.icon-ai-tel:before { content: "\e668"; }

.icon-qq:before { content: "\e6a1"; }

.icon-qr-code:before { content: "\e617"; }

.icon-dianhua:before { content: "\e61d"; }

.icon-gongsi:before { content: "\e61e"; }

.icon-fenlei:before { content: "\e521"; }

