* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
  width: 100%;
  font-family: "微软雅黑";
}
p {
  word-break: break-all;
}
.overflow1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clear {
  clear: both;
}
.text-primary {
  color: #14997E;
}
.mb10 {
  margin-bottom: 10px;
}
.text-gray-3 {
  color: #333;
}
.text-gray-6 {
  color: #666;
}
.text-gray-9 {
  color: #999;
}
.fz16 {
  font-size: 16px;
}
.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;
}
.wrap {
  min-width: 1200px;
  margin: 0 auto;
  width: 75%;
}
.dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.overflow3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.header {
  position: relative;
  box-sizing: border-box;
  justify-content: space-between;
  background: #FFFFFF;
  box-shadow: 0px 4px 43px 0px rgba(236, 236, 236, 0.35);
}
.com-tit {
  display: flex;
  justify-content: space-between;
}
.com-tit .left p:nth-child(1) {
  font-size: 14px;
  height: 24px;
  color: #222222;
  padding-left: 8px;
  z-index: 2;
  position: relative;
}
.com-tit .left p:nth-child(1) .iconfont {
  color: #0A6CEE;
  font-size: 33px;
  position: absolute;
  left: 0;
  bottom: 4px;
  z-index: 0;
  display: inline-block;
  transform: rotateY(180deg);
}
.com-tit .left p:nth-child(1) i {
  position: relative;
  z-index: 2;
}
.com-tit .left p:nth-child(2) {
  font-size: 30px;
  font-weight: bold;
  color: #222222;
  line-height: 35px;
}
.com-tit .more {
  width: 170px;
  height: 56px;
  line-height: 56px;
  background: #0A6CEE;
  font-size: 16px;
  padding: 0 25px;
  box-sizing: border-box;
}
.com-tit .more a {
  display: flex;
  justify-content: space-between;
}
.com-tit .more .iconfont {
  font-size: 20px;
}
.com-tit .more a {
  color: #fff;
}
.top-head {
  width: 100%;
  position: fixed;
  height: 90px;
  background: #050C17;
  line-height: 90px;
  top: 0;
  z-index: 1000000;
}
.top-head .logo {
  display: flex;
  align-items: center;
}
.top-head .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.top-head .nav {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #FFFFFF;
}
.top-head .nav li {
  min-width: 130px;
  text-align: center;
  position: relative;
}
.top-head .nav li:hover,
.top-head .nav li.on {
  font-weight: 700;
}
.top-head .nav li:hover .iconfont,
.top-head .nav li.on .iconfont {
  opacity: 1;
}
.top-head .nav li .iconfont {
  color: #fff;
  position: absolute;
  bottom: -67px;
  font-size: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  opacity: 0;
}
.top-head .nav li:hover .sub {
  display: block;
}
.top-head .nav .tit {
  font-size: 22px;
  font-size: 16px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.top-head .nav .sub {
  position: absolute;
  left: 50%;
  width: 191px;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 10000;
  display: none;
  transform: translateX(-50%);
  border-top: 3px solid #0A6CEE;
  top: 90px;
  font-weight: 400;
}
.top-head .nav .sub a {
  background: #fff;
  display: block;
  width: 100%;
  height: 53px;
  line-height: 53px;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #F3F5F8;
  color: #666;
}
.top-head .nav .sub a:nth-last-child(1) {
  border-bottom: none;
}
.top-head .nav .sub a:hover {
  font-weight: 700;
  background: #0A6CEE;
  color: #fff;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 90px;
}
.banner .bd li {
  position: relative;
}
.banner .bd img {
  width: 100%;
  display: block;
}
.banner .btn-list {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}
.banner .prev,
.banner .next {
  width: 42px;
  height: 42px;
  background: #FFFFFF;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .prev span,
.banner .next span {
  color: #0A6CEE;
  font-size: 18px;
}
.banner .prev:hover,
.banner .next:hover {
  background: #0A6CEE;
}
.banner .prev:hover span,
.banner .next:hover span {
  color: #fff;
}
.banner .hd {
  margin: 0 35px;
}
.banner .hd ul {
  display: flex;
  align-items: center;
}
.banner .hd ul li {
  width: 5px;
  height: 5px;
  background: #FFFFFF;
  border-radius: 50%;
  margin: 0 3px;
}
.banner .hd ul li.on {
  width: 7px;
  height: 7px;
}
.ny-banner {
  height: 485px;
  padding-top: 104px;
}
.ny-banner img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.product {
  background: #F9F9F9;
  padding-top: 65px;
  padding-bottom: 55px;
}
.product .classify {
  display: flex;
  margin-top: 40px;
  position: relative;
  padding-left: 67px;
  background: #FFFFFF;
  border-radius: 67px 0 0px 67px ;
}
.product .classify .pro-icon {
  width: 67px;
  height: 67px;
  background: #0A6CEE;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}
.product .classify .iconfont {
  font-size: 50px;
  color: #fff;
}
.product .classify .swiper {
  overflow: hidden;
}
.product .classify .swiper ul {
  display: flex;
  height: 62px;
  line-height: 62px;
  width: 100%;
  box-sizing: border-box;
}
.product .classify .swiper ul li {
  margin: 0 40px;
  width: auto!important;
}
.product .classify .swiper ul li a {
  color: #333;
}
.product .classify .swiper ul li a:hover {
  font-weight: 700;
}
.product .classify .swiper ul li.on {
  font-weight: 700;
}
.product .pro-list {
  margin-top: 20px;
}
.product .pro-list ul {
  display: flex;
  flex-wrap: wrap;
}
.product .pro-list ul li {
  width: calc(25% - 42px);
  margin-right: 28px;
  padding: 10px;
  padding-bottom: 0;
  background: #FFFFFF;
  margin-top: 32px;
  position: relative;
  overflow: hidden;
}
.product .pro-list ul li:hover::after {
  bottom: 0;
  transition: all 0.3s;
}
.product .pro-list ul li:hover .text2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.product .pro-list ul li::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #0a6deef5;
  bottom: -100%;
  position: absolute;
  left: 0;
}
.product .pro-list ul li:nth-child(4n) {
  margin-right: 0;
}
.product .pro-list ul li .img-wrap {
  width: 100%;
}
.product .pro-list ul li .img-wrap .img {
  width: 100%;
}
.product .pro-list ul li .img-wrap .img::after {
  content: '';
  display: block;
  padding-bottom: 85%;
}
.product .pro-list ul li .text {
  width: 100%;
  padding-bottom: 35px;
  color: #333333;
}
.product .pro-list ul li .text p {
  text-align: center;
}
.product .pro-list ul li .text p:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
  padding-top: 25px;
}
.product .pro-list ul li .text p:nth-child(2) {
  width: 117px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #DCDCDC;
  font-size: 14px;
  padding: 0 18px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-top: 20px;
}
.product .pro-list ul li .text p:nth-child(2) .iconfont {
  font-size: 11px;
  color: #333;
}
.product .pro-list ul li .text2 {
  width: 100%;
  color: #fff;
  position: absolute;
  z-index: 100;
  top: -50%;
}
.product .pro-list ul li .text2 p {
  text-align: center;
}
.product .pro-list ul li .text2 p:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
}
.product .pro-list ul li .text2 p:nth-child(2) {
  width: 117px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #DCDCDC;
  font-size: 14px;
  padding: 0 18px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-top: 20px;
}
.product .pro-list ul li .text2 p:nth-child(2) .iconfont {
  font-size: 11px;
  color: #fff;
}
.about {
  display: flex;
}
.about .a-left {
  width: 41.6%;
  background: url('../images/index_28.jpg') no-repeat center / cover;
  height: 942px;
  padding-right: 44px;
  padding-left: 12.5vw;
  position: relative;
  z-index: 1000;
}
.about .a-left ul {
  padding-top: 48px;
}
.about .a-left ul li {
  height: 210px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}
.about .a-left ul li:nth-last-child(1) {
  border-bottom: none;
}
.about .a-left ul li .num-clumn .num {
  font-size: 44px;
  color: #FFFFFF;
}
.about .a-left ul li .num-clumn .nui {
  font-size: 18px;
  color: #FFFFFF;
  margin-left: 10px;
}
.about .a-left ul li .text {
  font-size: 16px;
  color: #FFFFFF;
}
.about .right {
  padding-left: 50px;
  padding-top: 88px;
  width: 58.4%;
  background: url('../images/index_30.jpg') no-repeat center bottom;
  padding-right: 12.5vw;
  box-shadow: -19px 1px 65px 0px rgba(241, 241, 241, 0.81);
}
.about .right .descrip {
  font-size: 18px;
  color: #333333;
  line-height: 56px;
  margin-top: 60px;
  text-align: justify;
}
.about .right .more {
  width: 170px;
  height: 56px;
  line-height: 56px;
  background: #0A6CEE;
  font-size: 16px;
  padding: 0 25px;
  box-sizing: border-box;
  margin-top: 60px;
}
.about .right .more a {
  display: flex;
  justify-content: space-between;
}
.about .right .more .iconfont {
  font-size: 20px;
}
.about .right .more a {
  color: #fff;
}
.service {
  margin-top: 68px;
}
.service .servive-list {
  margin-top: 40px;
  overflow: hidden;
}
.service .servive-list .bd {
  overflow: hidden;
}
.service .servive-list ul {
  display: flex;
}
.service .servive-list ul li {
  background: #F9F9F9;
  padding: 55px ;
  box-sizing: border-box;
  position: relative;
}
.service .servive-list ul li::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  bottom: -100%;
  left: 0;
  background: #004EC2;
}
.service .servive-list ul li:hover::after {
  bottom: 0;
  transition: all 0.3s;
  z-index: 0;
}
.service .servive-list ul li:hover p {
  color: #fff !important;
  position: relative;
  z-index: 100;
}
.service .servive-list ul li:hover p:nth-child(3) {
  font-size: 68px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.32) !important;
  margin-top: 139px;
}
.service .servive-list ul li:hover p:nth-child(3)::before {
  width: 34px;
  height: 1px;
  background: #FFFFFF;
  top: -95px;
}
.service .servive-list ul li:hover .hiddens {
  display: none;
}
.service .servive-list ul li:nth-last-child(1) {
  margin-right: 0;
}
.service .servive-list ul li p {
  text-align: center;
}
.service .servive-list ul li p:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.service .servive-list ul li p:nth-child(2) {
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  margin-top: 6px;
}
.service .servive-list ul li p:nth-child(3) {
  font-size: 24px;
  font-weight: bold;
  color: #0A6CEE;
  position: relative;
  margin-top: 40px;
}
.service .servive-list ul li p:nth-child(3)::before {
  content: '';
  display: block;
  width: 1px;
  height: 43px;
  background: #0A6CEE;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  top: -10px;
}
.service .servive-list ul li p:nth-child(5) {
  margin-top: 6px;
}
.service .servive-list ul li .more {
  font-size: 16px;
  color: #333333;
  margin-top: 65px;
}
.service .servive-list ul li .iconfont {
  color: #000;
  font-size: 30px;
  margin-top: 10px;
}
.service .contro {
  position: relative;
  height: 48px;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.service .contro .prev,
.service .contro .next {
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  box-shadow: 6px 4px 18px 0px #EBEBEB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}
.service .contro .prev:hover,
.service .contro .next:hover {
  background: #0A6CEE;
}
.service .contro .prev:hover span,
.service .contro .next:hover span {
  color: #fff;
}
.service .contro .prev span,
.service .contro .next span {
  color: #0A6CEE;
  font-size: 22px;
}
.service .contro .swiper-pagination-progressbar {
  width: calc(100% - 164px);
  height: 1px;
  background: #EDEDED;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.service .contro .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: 3px;
  background: #0A6CEE;
  top: -1px;
}
.service .contro .next {
  left: auto;
  right: 0;
  top: 0;
}
.service .contro .prev {
  transform: rotateY(180deg);
}
.technology {
  height: 640px;
  box-sizing: border-box;
  margin-top: 65px;
  position: relative;
}
.technology .mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}
.technology .t-top {
  padding-top: 80px;
  z-index: 100;
  position: relative;
  height: 640px;
  box-sizing: border-box;
}
.technology .bd {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.technology .bd ul {
  width: 100%;
  height: 100%;
}
.technology .bd ul li {
  width: 100%;
  height: 100%;
}
.technology .t-top p:nth-child(1) {
  font-size: 42px;
  color: #FFFFFF;
}
.technology .t-top p:nth-child(2) {
  font-size: 62px;
  font-weight: bold;
  color: #FFFFFF;
}
.technology .t-top p:nth-child(3) {
  font-size: 30px;
  color: #FFFFFF;
  margin-top: 16px;
  display: inline-block;
  padding-bottom: 22px;
  position: relative;
  z-index: 0;
}
.technology .t-top p:nth-child(3)::after {
  content: '';
  width: 177px;
  height: 1px;
  position: absolute;
  display: inline-block;
  background: #0A6CEE;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.technology .t-top p:nth-child(3)::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  display: inline-block;
  background: #fff;
  bottom: 0;
  left: 0;
  z-index: 10;
  z-index: 0;
}
.technology .more {
  width: 170px;
  height: 56px;
  line-height: 56px;
  background: #0A6CEE;
  font-size: 16px;
  padding: 0 25px;
  box-sizing: border-box;
  margin-top: 40px;
}
.technology .more a {
  display: flex;
  justify-content: space-between;
}
.technology .more .iconfont {
  font-size: 20px;
}
.technology .more a {
  color: #fff;
}
.technology .tec-list {
  position: relative;
  top: 505px;
  z-index: 100;
  padding-top: 1px;
}
.technology .tec-list ul {
  display: flex;
}
.technology .tec-list ul li {
  width: 256px;
  height: 205px;
  background: #E2E2E2;
  padding: 10px;
  padding-bottom: 0;
  position: relative;
  margin-right: 1px;
}
.technology .tec-list ul li.on {
  background: #0A6CEE;
}
.technology .tec-list ul li.on .text {
  color: #fff;
}
.technology .tec-list ul li.on .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.technology .tec-list ul li .img-wrap {
  width: 100%;
  height: 129px;
  overflow: hidden;
}
.technology .tec-list ul li .img-wrap .img {
  width: 100%;
  height: 100%;
}
.technology .tec-list ul li .text {
  height: 70px;
  line-height: 70px;
}
.news {
  margin-top: 145px;
}
.news .news-list {
  width: 100%;
  display: flex;
  margin-top: 45px;
  margin-bottom: 64px;
}
.news .lefts {
  width: 35.9%;
  margin-right: 20px;
  padding: 20px;
  padding-bottom: 38px;
  background: #F6F6F6;
  box-sizing: border-box;
}
.news .lefts:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.news .lefts:hover .text p:nth-child(2) {
  color: #0A6CEE;
}
.news .lefts:nth-last-child(1) {
  margin-right: 0;
}
.news .lefts .img-wrap {
  width: 100%;
  overflow: hidden;
}
.news .lefts .img-wrap .img {
  width: 100%;
}
.news .lefts .img-wrap .img::after {
  content: '';
  display: block;
  width: 100%;
  padding: 27.5%;
}
.news .lefts .text p:nth-child(1) {
  height: 12px;
  font-size: 14px;
  color: #333333;
  margin-top: 20px;
}
.news .lefts .text p:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-top: 15px;
}
.news .lefts .text p:nth-child(3) {
  font-size: 14px;
  color: #666666;
  line-height: 35px;
  margin-top: 6px;
}
.news .lefts .text p:nth-child(4) {
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
}
.news .mids {
  width: calc(64.1%/2 - 20px);
  margin-right: 20px;
}
.news .mids:nth-last-child(1) {
  margin-right: 0;
}
.news .mids ul {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news .mids ul li {
  flex: 1;
  background: #F6F6F6;
  padding: 0 25px;
  box-sizing: border-box;
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news .mids ul li:hover {
  background: #0A6CEE;
}
.news .mids ul li:hover p {
  color: #fff !important;
}
.news .mids ul li:nth-child(1) {
  margin-top: 0;
}
.news .mids ul li p:nth-child(1) {
  font-size: 14px;
  color: #333333;
  line-height: 35px;
}
.news .mids ul li p:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 35px;
}
.news .mids ul li p:nth-child(3) {
  font-size: 14px;
  color: #666666;
  line-height: 35px;
}
.footer {
  display: flex;
  position: relative;
  padding-bottom: 55px;
  overflow: hidden;
}
.footer .back-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  object-fit: cover;
  z-index: 0;
}
.footer .wrap {
  position: relative;
  z-index: 1;
}
.footer .wrap .top-content {
  height: 110px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .wrap .top-content .nav {
  font-size: 14px;
}
.footer .wrap .top-content .nav a {
  color: #FFFFFF;
  margin: 0 32px;
}
.footer .wrap .top-content .nav a:hover {
  font-weight: 700;
}
.footer .wrap .top-content .nav a:nth-last-child(1) {
  margin-right: 0;
}
.footer .wrap .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
}
.footer .wrap .bottom .left {
  margin-top: 20px;
  font-size: 14px;
  color: #E8E8E9;
  line-height: 36px;
}
.footer .wrap .bottom .left h3 {
  font-size: 18px;
  color: #FFFFFF;
}
.footer .wrap .bottom .right img {
  width: 136px;
  height: 136px;
  border-radius: 4px;
}
.footer .wrap .bottom .right p {
  font-size: 14px;
  color: #FFFFFF;
  margin-top: 15px;
  text-align: center;
}
.copy-right {
  width: 100%;
  text-align: center;
  height: 80px;
  line-height: 80px;
  font-size: 12px;
  color: #E8E8E9;
  background: #040B17;
}
.copy-right .wrap {
  display: flex;
  justify-content: space-between;
}
.copy-right .wrap img {
  margin: 0 8px;
  position: relative;
  top: 4px;
}
.copy-right .ditu {
  font-size: 14px;
  color: #E8E8E9;
  display: flex;
  align-items: center;
}
.copy-right .ditu .iconfont {
  font-size: 18px;
  margin-right: 6px;
  color: #E8E8E9;
}
.copy-right a {
  color: #fff;
}
.ny-tip {
  height: 71px;
  background: #F8F8F8;
  font-size: 16px;
  color: #3A3A3A;
  display: flex;
  align-items: center;
}
.ny-tip a {
  color: #3A3A3A;
}
.ny-tip .iconfont {
  color: #707070;
  font-size: 26px;
  margin-right: 10px;
}
.common-left {
  width: 282px;
  float: left;
}
.common-left .wrap-top {
  width: 100%;
  background: #0A6CEE;
  padding: 0 15px;
  box-sizing: border-box;
}
.common-left .tit {
  height: 110px;
  color: #fff;
  display: flex;
  align-items: center;
  background: #0A6CEE;
  justify-content: center;
}
.common-left .tit .iconfont {
  font-size: 40px;
  margin-right: 10px;
}
.common-left .tit .text p:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
}
.common-left .tit .text p:nth-child(2) {
  font-size: 12px;
  color: #FFFFFF;
}
.common-left .list {
  width: 100%;
  padding: 0 10px;
  padding-top: 20px;
  padding-bottom: 28px;
  background: #fff;
  box-sizing: border-box;
  overflow-y: scroll;
}
.common-left .list::-webkit-scrollbar {
  width: 0px;
  height: 5px;
}
.common-left .list::-webkit-scrollbar-thumb {
  background: #f0efef;
  border-radius: 5px;
}
.common-left .list::-webkit-scrollbar-track {
  /*滚动条轨道的样式*/
  background: #fff;
  border-radius: 5px;
}
.common-left .list .li.active > a,
.common-left .list .li:hover > a {
  font-weight: bold;
}
.common-left .list .li.active .icon-a-jianhao2 {
  display: block!important;
}
.common-left .list .li.active .icon-a-jiahao7 {
  display: none;
}
.common-left .list .li.active .iconfont {
  transform: rotate(0);
}
.common-left .list .li.active .sub {
  display: block!important;
}
.common-left .list .li .icon-a-jianhao2 {
  display: none;
}
.common-left .list .li > a {
  width: 100%;
  display: block;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  line-height: 56px;
  color: #333;
  background: #0A6CEE;
  margin-top: 8px;
  padding: 0 18px;
  font-size: 16px;
  color: #fff;
}
.common-left .list .li > a .text {
  display: inline-block;
  width: 143px;
}
.common-left .list .li > a .iconfont {
  color: #fff;
  display: inline-block;
  transform: rotate(-90deg);
}
.common-left .list .li .sub {
  display: none;
  margin-bottom: 11px;
}
.common-left .list .li .sub li {
  width: 100%;
  line-height: 48px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  padding: 0 14px;
  color: #333333;
  border-bottom: 1px dashed #EEEEEE;
}
.common-left .list .li .sub li .iconfont {
  font-size: 12px;
  margin-right: 10px;
  font-weight: 700;
}
.common-left .list .li .sub li .overflow1 {
  width: 188px;
  display: block;
}
.common-left .list .li .sub li.on {
  color: #0A6CEE !important;
}
.common-left .list .li .sub li.on a {
  color: #0A6CEE !important;
}
.common-left .list .li .sub li:hover {
  color: #0A6CEE !important;
}
.common-left .list .li .sub li:hover a {
  color: #0A6CEE !important;
}
.common-left .list .li .sub li:hover .iconfont {
  color: #0A6CEE !important;
}
.common-left .list .li .sub li a {
  display: flex;
  color: #333333 !important;
}
.common-left .list .li .sub li a .iconfont {
  color: #333;
}
.common-left .tel-contact {
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0A6CEE;
}
.common-left .tel-contact > div:nth-child(1) {
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
}
.common-left .tel-contact > div:nth-child(2) p:nth-child(1) {
  font-size: 14px;
  color: #FFFFFF;
}
.common-left .tel-contact > div:nth-child(2) p:nth-child(2) {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
}
.common-left .no-children {
  border-top: 10px solid #fff;
}
.common-right {
  float: left;
  margin-left: 56px;
  width: calc(100% - 339px);
}
.common-right .tit {
  display: flex;
  justify-content: space-between;
  height: 60px;
  line-height: 60px;
  color: #333333;
  background: #F9F9F9;
  padding: 0 32px;
}
.ny-product {
  margin-top: 64px;
  margin-bottom: 80px;
}
.ny-product .pro-list {
  margin-top: 8px;
}
.ny-product .pro-list > ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-product .pro-list > ul li {
  width: calc(33% - 39px);
  margin-right: 32px;
  padding: 10px;
  padding-bottom: 0;
  background: #FFFFFF;
  margin-top: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: -1px 7px 46px 0px rgba(235, 235, 235, 0.78);
}
.ny-product .pro-list > ul li:hover::after {
  bottom: 0;
  transition: all 0.3s;
}
.ny-product .pro-list > ul li:hover .text2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.ny-product .pro-list > ul li::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #0a6deef5;
  bottom: -100%;
  position: absolute;
  left: 0;
}
.ny-product .pro-list > ul li:nth-child(3n) {
  margin-right: 0;
}
.ny-product .pro-list > ul li .img-wrap {
  width: 100%;
}
.ny-product .pro-list > ul li .img-wrap .img {
  width: 100%;
}
.ny-product .pro-list > ul li .img-wrap .img::after {
  content: '';
  display: block;
  padding-bottom: 85%;
}
.ny-product .pro-list > ul li .text {
  width: 100%;
  padding-bottom: 35px;
  color: #333333;
}
.ny-product .pro-list > ul li .text p {
  text-align: center;
}
.ny-product .pro-list > ul li .text p:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
  padding-top: 25px;
}
.ny-product .pro-list > ul li .text p:nth-child(2) {
  width: 117px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #DCDCDC;
  font-size: 14px;
  padding: 0 18px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-top: 20px;
}
.ny-product .pro-list > ul li .text p:nth-child(2) .iconfont {
  font-size: 11px;
  color: #333;
}
.ny-product .pro-list > ul li .text2 {
  width: 100%;
  color: #fff;
  position: absolute;
  z-index: 100;
  top: -50%;
}
.ny-product .pro-list > ul li .text2 p {
  text-align: center;
}
.ny-product .pro-list > ul li .text2 p:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
}
.ny-product .pro-list > ul li .text2 p:nth-child(2) {
  width: 117px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #DCDCDC;
  font-size: 14px;
  padding: 0 18px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-top: 20px;
}
.ny-product .pro-list > ul li .text2 p:nth-child(2) .iconfont {
  font-size: 11px;
  color: #fff;
}
.ny-news {
  margin-bottom: 80px;
  margin-top: 64px;
}
.ny-news .new-list {
  margin-top: 8px;
}
.ny-news .new-list > ul li {
  height: 236px;
  background: #F6F6F6;
  padding: 24px;
  box-sizing: border-box;
  margin-top: 32px;
}
.ny-news .new-list > ul li:hover {
  background: #0A6CEE;
}
.ny-news .new-list > ul li:hover span {
  color: #fff !important;
}
.ny-news .new-list > ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-news .new-list > ul li:hover p {
  color: #fff !important;
}
.ny-news .new-list > ul li:hover p:nth-child(2) {
  color: #C3D3F9 !important;
}
.ny-news .new-list > ul li:hover p:nth-child(3) {
  background: rgba(255, 255, 255, 0.16) !important;
}
.ny-news .new-list > ul li a {
  display: flex;
}
.ny-news .new-list > ul li a .img-wrap {
  width: 261px;
  height: 187px;
  margin-right: 20px;
  overflow: hidden;
}
.ny-news .new-list > ul li a .img-wrap .img {
  width: 100%;
  height: 100%;
}
.ny-news .new-list > ul li a .text {
  width: calc(100% - 286px);
}
.ny-news .new-list > ul li a .text p:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 40px;
  margin-top: 12px;
}
.ny-news .new-list > ul li a .text p:nth-child(1) span:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.ny-news .new-list > ul li a .text p:nth-child(1) span:nth-child(2) {
  font-size: 14px;
  color: #999999;
}
.ny-news .new-list > ul li a .text p:nth-child(2) {
  font-size: 16px;
  color: #999999;
  line-height: 35px;
}
.ny-news .new-list > ul li a .text p:nth-child(3) {
  width: 101px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #D9D9D9;
  font-size: 14px;
  color: #FFFFFF;
  margin-top: 20px;
}
.ny-com-nav {
  font-size: 14px;
  color: #333333;
  height: 72px;
  line-height: 72px;
  border-bottom: 1px dashed #EEEEEE;
  display: flex;
  align-items: center;
  margin-bottom: 37px;
}
.ny-com-nav a {
  margin: 0 5px;
}
.ny-com-nav .line {
  width: 9px;
  height: 17px;
  background: #333333;
  display: block;
  margin-right: 12px;
}
.ny-page {
  margin-bottom: 80px;
  margin-top: 64px;
}
.ny-page .cont {
  margin-top: 40px;
}
.ny-contact {
  margin-top: 64px;
  margin-bottom: 80px;
}
.ny-contact .conts .top-contact {
  margin-top: 40px;
}
.ny-contact .conts .top-contact h3 {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}
.ny-contact .conts .top-contact .contact-list {
  display: flex;
}
.ny-contact .conts .top-contact .contact-list > div {
  width: 45.2%;
  margin-top: 29px;
  padding: 20px 36px;
  line-height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: -1px 7px 46px 0px rgba(235, 235, 235, 0.78);
  margin-right: 24px;
  box-sizing: border-box;
}
.ny-contact .conts .top-contact .contact-list > div:nth-child(2) {
  margin-right: 0px;
  width: 53.7%;
}
.ny-contact .map {
  width: 100%;
  margin-top: 58px;
}
.ny-contact .map img {
  width: 100%;
  height: auto;
}
.message {
  margin-top: 50px;
  box-sizing: border-box;
  background: #FFFFFF;
  padding: 35px 24px 40px;
  box-shadow: -4px 4px 46px 0px rgba(235, 235, 235, 0.78);
}
.message h3 {
  font-size: 22px;
  font-weight: 700;
  color: #333333;
}
.message .input {
  display: flex;
  margin-top: 15px;
}
.message .input > div {
  width: calc(33% - 14px);
}
.message .input > div input {
  height: 100%;
  border: none;
  outline: none;
  margin-top: 14px;
  width: 100%;
  height: 45px;
  padding-left: 15px;
  box-sizing: border-box;
  background: #F7F7F7;
}
.message .input > div:nth-child(1),
.message .input > div:nth-child(2) {
  margin-right: 27px;
}
.message .input > div span {
  display: block;
  font-size: 14px;
  color: #666;
}
.message .input > div span i {
  color: #FF6731;
  margin-left: 3px;
}
.message .text-area {
  margin-top: 25px;
  width: 100%;
  box-sizing: border-box;
}
.message .text-area span {
  display: block;
  font-size: 14px;
  color: #666;
}
.message .text-area textarea {
  width: 100%;
  height: 126px;
  border: none;
  outline: none;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 10px;
  background: #F7F7F7;
}
.message .btn-group {
  display: flex;
  justify-content: flex-start;
  margin-top: 53px;
}
.message .btn {
  width: 118px;
  height: 38px;
  background: #0A6CEE;
  line-height: 38px;
  color: #fff;
  text-align: center;
}
.message .reset {
  width: 118px;
  height: 38px;
  background: #f4f4f4;
  color: #999999;
  line-height: 38px;
  text-align: center;
  margin-left: 23px;
}
.message-btn {
  width: 224px;
  height: 57px;
  background: #FF6731;
  border-radius: 10px;
  opacity: 1;
  border-radius: 17px;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
  border: none;
  outline: none;
  box-sizing: border-box;
}
.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: #14997E;
  display: inline;
}
.ny-about {
  margin-top: 56px;
  margin-bottom: 88px;
}
.ny-about .cont {
  margin-top: 45px;
}
.ny-detail {
  margin-top: 56px;
  margin-bottom: 80px;
}
/*悬浮*/
.float {
  width: 60px;
  position: fixed;
  right: 0px;
  transition: all 0.5s;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10000;
  background: #222;
  border-radius: 10px!important;
}
.float ul li {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #ffffff38;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.float ul li:nth-last-child(1) {
  border-bottom: none;
}
.float ul li:hover {
  background: #0A6CEE;
}
.float ul li span {
  display: block;
  width: 60px;
  height: 60px;
  float: left;
  text-align: center;
}
.float ul li.phone {
  display: flex;
  position: relative;
}
.float ul li.phone:hover .number {
  right: 60px;
}
.float ul li.phone .number {
  transition: all 0.3s linear;
  position: absolute;
  right: -300px;
  padding: 0 15px;
  background: #0A6CEE;
  font-size: 18px;
  color: #fff;
  height: 60px;
  line-height: 60px;
  z-index: -1;
}
.float ul li .iconfont {
  color: #ffffff;
  font-size: 26px;
}
.float ul li .icon-huidingbu {
  font-size: 20px !important;
}
.float ul li p {
  font-size: 18px;
  color: #ffffff;
}
.erw {
  position: relative;
}
.erw:hover .wx {
  display: block;
}
.float ul li .wx {
  position: absolute;
  width: 87px;
  height: 87px;
  border-radius: 4px;
  right: 65px;
  overflow: hidden;
  top: -15px;
  padding-bottom: 0;
  transition: all 0.5s;
  display: none;
}
.float ul li .wx img {
  width: 100%;
  height: 100%;
}
.page .cont,
.detail .cont {
  line-height: 33px;
  font-size: 16px;
  margin-top: 30px;
  color: #515151;
  padding-bottom: 50px;
}
.detail {
  margin-top: 30px;
}
.detail .title {
  font-size: 24px;
  color: #333;
  text-align: center;
}
.detail .related {
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 40px;
  margin-top: 10px;
}
.detail .other {
  margin-top: 40px;
}
.detail .other li {
  line-height: 30px;
}
.detail .other li:hover a {
  color: #0A6CEE;
}
.ny-download {
  margin-top: 64px;
  margin-bottom: 80px;
}
.ny-download .lists > ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.ny-download .lists > ul li {
  width: calc(50% - 15px);
  height: 89px;
  margin-left: 27px;
  border: 1px solid #F2F2F2;
  padding: 24px 25px;
  margin-bottom: 28px;
  box-sizing: border-box;
}
.ny-download .lists > ul li:nth-last-child(1),
.ny-download .lists > ul li:nth-last-child(2) {
  margin-bottom: 0;
}
.ny-download .lists > ul li:hover {
  border: none;
  box-shadow: 0px 1px 21px 0px rgba(224, 224, 224, 0.35);
}
.ny-download .lists > ul li:hover a > div:nth-child(3) {
  background: #0A6CEE;
}
.ny-download .lists > ul li:hover a > div:nth-child(3) span {
  color: #fff;
}
.ny-download .lists > ul li:nth-child(2n+1) {
  margin-left: 0;
}
.ny-download .lists > ul li a {
  display: flex;
  align-items: center;
}
.ny-download .lists > ul li a > div:nth-child(1) span {
  color: #FFBB63;
  font-size: 50px;
}
.ny-download .lists > ul li a > div:nth-child(2) {
  margin-left: 10px;
  margin-top: 5px;
  width: 60%;
}
.ny-download .lists > ul li a > div:nth-child(2) p:nth-child(1) {
  font-size: 16px;
  color: #333;
  width: 195px;
}
.ny-download .lists > ul li a > div:nth-child(2) p:nth-child(2) {
  font-size: 12px;
  color: #B4AEAE;
}
.ny-download .lists > ul li a > div:nth-child(3) {
  width: 47px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #F2F3F5;
  border-radius: 12px;
  margin-left: 70px;
}
.ny-download .lists > ul li a > div:nth-child(3) span {
  color: #7E858C;
  font-size: 20px;
}
.paging {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 56px 0 0 0;
}
.paging li {
  height: 57px !important;
  border-bottom: none !important;
}
.paging li a,
.paging li span {
  display: block;
  width: 57px;
  height: 57px;
  line-height: 57px;
  margin: 0 5px;
  text-align: center;
  box-sizing: border-box;
  color: #242422;
  font-size: 14px;
  border: 1px solid #E2E2E2;
}
.paging li.active a,
.paging li:hover a {
  background: #0A6CEE !important;
  color: #fff !important;
}
.paging li.active a a,
.paging li:hover a a {
  color: #fff !important;
}
.paging li.active a span,
.paging li:hover a span {
  color: #fff !important;
}
.paging li span {
  color: #737373;
}
.paging li.prev {
  transform: rotate(180deg);
}
.paging li.prev span {
  border: none;
  font-size: 20px;
  position: relative;
  left: -7px;
}
.paging li.next span {
  border: none;
  font-size: 20px;
  position: relative;
  left: -7px;
}
.crumbs {
  height: 58px;
  border-bottom: 1px solid #f2f2f2;
}
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: 1500px) {
  .about .right {
    padding-right: 7.5vw;
  }
  .about .a-left {
    padding-left: 7.5vw;
  }
}
@media screen and (max-width: 1680px) {
  .service .servive-list ul li {
    padding: 30px;
  }
  .service .servive-list ul li {
    margin-right: 2vw;
  }
}
@-webkit-keyframes yunMove2 {
  0% {
    margin-bottom: -5px;
  }
  100% {
    margin-bottom: 5px;
  }
}
@keyframes yunMove2 {
  0% {
    margin-bottom: -5px;
  }
  100% {
    margin-bottom: 5px;
  }
}
.fluxslider .images {
  position: static !important;
}
.fluxslider {
  position: static !important;
}
.fluxslider .surface {
  position: static !important;
}
.fluxslider .images > div {
  background-position-x: center !important;
  left: 50% !important;
  transform: translateX(-50%);
}