* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
  width: 100%;
  font-family: 'Microsoft YaHei';
}
.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: #36a6fd;
}
.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 {
  margin: 0 auto;
  width: 1200px;
}
.dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.overflow3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.clear {
  clear: both;
}
.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);
}
.top-head,
.ny-head {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10000;
}
.top-head .top-content,
.ny-head .top-content {
  height: 90px;
  background: #36a6fd;
  font-family: '宋体';
  font-weight: 700;
}
.top-head .top-content .wrap,
.ny-head .top-content .wrap {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-head .wrap,
.ny-head .wrap {
  position: relative;
}
.top-head .navBar,
.ny-head .navBar {
  display: flex;
}
.top-head .navBar li,
.ny-head .navBar li {
  position: relative;
  color: #333;
  margin: 0 1px;
  height: 100%;
}
.top-head .navBar li:nth-last-child(1)::before,
.ny-head .navBar li:nth-last-child(1)::before {
  display: none;
}
.top-head .navBar li::before,
.ny-head .navBar li::before {
  /*content: '|';*/
  display: block;
  position: absolute;
  right: 0;
  top: 49%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
}
.top-head .navBar li:hover .tit,
.ny-head .navBar li:hover .tit,
.top-head .navBar li.on .tit,
.ny-head .navBar li.on .tit {
  background: #ee833b;
  font-weight: 700;
}
.top-head .navBar li:hover .sub,
.ny-head .navBar li:hover .sub {
  display: block;
}
.top-head .navBar li:hover::before,
.ny-head .navBar li:hover::before {
  display: none;
}
.top-head .navBar .tit,
.ny-head .navBar .tit {
  font-size: 16px;
  line-height: 90px;
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-head .navBar .sub,
.ny-head .navBar .sub {
  position: absolute;
  left: 50%;
  transition: all 0.3s linear;
  overflow: hidden;
  min-width: 190px;
  z-index: 10000;
  display: none;
  transform: translateX(-50%);
  box-sizing: border-box;
  top: 60px;
  padding-top: 30px;
}
.top-head .navBar .sub a,
.ny-head .navBar .sub a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 26px;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.top-head .navBar .sub a:hover,
.ny-head .navBar .sub a:hover {
  background: #36a6fd;
  color: #fff;
}
.ny-head {
  background: #fff;
  height: 84px;
  position: fixed;
  box-shadow: rgba(243, 243, 243, 0.76) 2px 0px 10px 0px;
}
.ny-head .top-content {
  position: fixed;
  top: 0;
}
.com-tit {
  text-align: center;
}
.com-tit p:nth-child(1) {
  font-size: 22px;
  color: #36a6fd;
}
.com-tit p:nth-child(2) {
  font-size: 12px;
  color: #cccccc;
}
.about {
  width: 100%;
  overflow: hidden;
  position: relative;
  font-family: 'Microsoft YaHei';
  background: #f6f6f6;
}
.about .a-back-img {
  position: absolute;
  left: 0;
  top: 25px;
}
.about .a-top {
  /* width: 980px; */
  background: #f6f6f6;
  padding-bottom: 35px;
  float: right;
  position: relative;
}
.about .a-top::after {
  content: '';
  height: 100%;
  display: block;
  width: 1000px;
  position: absolute;
  left: 1200px;
  top: 0;
  background: #f6f6f6;
  transform: rotateY(180deg);
}
.about .a-top p:nth-child(1) {
  font-weight: bold;
  font-size: 32px;
  color: #333333;
  padding-top: 60px;
}
.about .a-top p:nth-child(2) {
  font-size: 19px;
  color: #333333;
  line-height: 38px;
  margin-top: 20px;
}
.about .a-top p:nth-child(3) {
  float: right;
  width: 197px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #36a6fd;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 30px;
}
.about .a-top p:nth-child(3) a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
}
.about .a-top p:nth-child(3) .iconfont {
  margin-left: 15px;
}
.about .a-bottom {
  width: 100%;
  height: 230px;
  background: #fff;
  position: relative;
}
.about .a-bottom .about-img {
  position: absolute;
  left: 0;
  top: -90px;
  width: 48%;
  height: 321px;
}
.about .a-bottom .about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .a-bottom .icon-list {
  float: right;
  width: 600px;
  height: 230px;
  display: flex;
  align-items: center;
  margin-left: 6px;
}
.about .a-bottom .icon-list li {
  margin: 0 34px;
}
.about .a-bottom .icon-list li:hover .icon {
  background: #36a6fd;
}
.about .a-bottom .icon-list li:hover .icon span {
  color: #fff;
  transform: rotateY(180deg);
  transition: all 0.3s;
}
.about .a-bottom .icon-list li:hover .text {
  color: #36a6fd;
}
.about .a-bottom .icon-list li:nth-last-child(1) {
  margin-right: 0;
}
.about .a-bottom .icon-list li .icon {
  width: 98px;
  height: 98px;
  background: #ffffff;
  box-shadow: 0px 0px 38px 0px rgba(223, 223, 223, 0.49);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .a-bottom .icon-list li .icon span {
  font-size: 40px;
  color: #36a6fd;
}
.about .a-bottom .icon-list li .text {
  font-size: 18px;
  color: #333;
  margin-top: 25px;
  text-align: center;
}
.product {
  background: url('../images/index_02_01.jpg') no-repeat center / cover;
  padding-top: 63px;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.product .p-content {
  display: flex;
  margin-top: 45px;
}
.product .p-content .com-left {
  width: 280px;
  box-sizing: border-box;
  position: relative;
}
.product .p-content .com-left .top-img {
  position: absolute;
  top: -15px;
  left: 0;
}
.product .p-content .com-left .l-tit {
  height: 68px;
  background: #36a6fd;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.product .p-content .com-left .l-tit p:nth-child(1) {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}
.product .p-content .com-left .l-tit p:nth-child(2) {
  font-size: 35px;
  color: #fff;
  opacity: 0.08;
  margin-top: -35px;
}
.product .p-content .com-left .menu-wrap {
  border: 2px solid #36a6fd;
  padding: 24px 15px;
  background: #ffffff;
  padding-top: 0;
}
.product .p-content .com-left .menu-wrap .menu {
  max-height: 480px;

  box-sizing: border-box;
  overflow-y: scroll;
}
.product .p-content .com-left .menu-wrap .menu::-webkit-scrollbar {
  width: 0;
}
.product .p-content .com-left .menu-wrap .menu ul {
  margin-top: 20px;
}
.product .p-content .com-left .menu-wrap .menu ul li {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #ececec;
  padding: 0 15px;
  box-sizing: border-box;
  font-size: 16px;
  margin-top: 8px;
}
.product .p-content .com-left .menu-wrap .menu ul li.on,
.product .p-content .com-left .menu-wrap .menu ul li:hover {
  background: #36a6fd;
}
.product .p-content .com-left .menu-wrap .menu ul li.on a,
.product .p-content .com-left .menu-wrap .menu ul li:hover a {
  color: #fff;
}
.product .p-content .com-left .menu-wrap .menu ul li:nth-child(1) {
  margin-top: 0;
}
.product .p-content .com-left .menu-wrap .menu ul li a {
  color: #333333;
}
.product .p-content .com-left .menu-wrap .tel {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.product .p-content .com-left .menu-wrap .tel .left {
  font-size: 35px;
  color: #36a6fd;
}
.product .p-content .com-left .menu-wrap .tel .text {
  margin-left: 10px;
}
.product .p-content .com-left .menu-wrap .tel .text p:nth-child(1) {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.32);
}
.product .p-content .com-left .menu-wrap .tel .text p:nth-child(2) {
  font-weight: bold;
  font-size: 22px;
  color: #333333;
}
.product .p-content .com-right {
  width: 890px;
  margin-left: 30px;
}
.product .p-content .com-right .tit {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
  padding-top: 13px;
  padding-bottom: 8px;
}
.product .p-content .com-right .tit .left {
  display: flex;
  align-items: center;
}
.product .p-content .com-right .tit .left span:nth-child(1) {
  font-weight: bold;
  font-size: 24px;
  color: #36a6fd;
}
.product .p-content .com-right .tit .left span:nth-child(2) {
  font-size: 14px;
  color: #c9c9c9;
  margin-left: 15px;
}
.product .p-content .com-right .tit .more {
  font-size: 14px;
  color: #666;
}
.product .p-content .com-right .tit .more:hover a {
  color: #36a6fd;
}
.product .p-content .list {
  width: 890px;
}
.product .p-content .list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.product .p-content .list ul li {
  margin-right: 24px;
  margin-bottom: 30px;
}
.product .p-content .list ul li:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.product .p-content .list ul li:hover .img-wrap {
  border: 2px solid #36a6fd;
  box-sizing: border-box;
}
.product .p-content .list ul li:nth-child(3n) {
  margin-right: 0;
}
.product .p-content .list ul li a .img-wrap {
  width: 280px;
  height: 210px;
  overflow: hidden;
  background: #ffffff;
}
.product .p-content .list ul li a .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product .p-content .list ul li a .text {
  height: 47px;
  line-height: 47px;
  font-size: 16px;
  color: #fff;
  border-top: none;
  padding: 0 15px;
  box-sizing: border-box;
  background: #36a6fd;
}
.case {
  margin-top: 65px;
}
.case .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.case .tit .top-t {
  font-weight: bold;
  font-size: 24px;
  color: #333;
  display: flex;
  align-items: center;
}
.case .tit .top-t .t {
  margin: 0 20px;
}
.case .tit .top-t .dot {
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 50%;
  border: 2px solid #36a6fd;
  position: relative;
}
.case .tit .top-t .dot-left {
  display: flex;
  align-items: center;
}
.case .tit .top-t .dot-left::before {
  content: '';
  display: block;
  width: 64px;
  height: 1px;
  background: #36a6fd;
  position: absolute;
  left: -65px;
}
.case .tit .top-t .dot-right {
  display: flex;
  align-items: center;
}
.case .tit .top-t .dot-right::before {
  content: '';
  display: block;
  width: 64px;
  height: 1px;
  background: #36a6fd;
  position: absolute;
  right: -65px;
}
.case .tit .e-tit {
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
  margin-top: 5px;
}
.case .c-list {
  margin-top: 30px;
  overflow: hidden;
  position: relative;
}
.case .c-list ul {
  display: flex;
}
.case .c-list ul li {
  width: 513px;
  margin-right: 19px;
  opacity: 0.2;
}
.case .c-list ul li.swiper-slide-active {
  opacity: 1;
}
.case .c-list ul li .img-wrap {
  width: 100%;
  max-height: 336px;
  overflow: hidden;
}
.case .c-list ul li .img-wrap img {
  width: 100%;
}
.case .c-list ul li .img-wrap img::before {
  content: '';
  display: block;
  padding-bottom: 61.76%;
}
.case .c-list ul li:hover .text {
  color: #fff;
}
.case .c-list ul li:hover .text::before {
  right: 0;
  transition: all 0.3s;
}
.case .c-list ul li:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.case .c-list ul li .text {
  height: 62px;
  line-height: 62px;
  font-size: 15px;
  color: #333333;
  background: #f4f4f4;
  padding: 0 25px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.case .c-list ul li .text p {
  position: relative;
  z-index: 10;
}
.case .c-list ul li .text::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: linear-gradient(
    45deg,
    #36a6fd,
    #36a6fd 50%,
    transparent 50%,
    transparent 100%
  );
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(180deg);
}
.case .c-list ul li .text::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #36a6fd;
  right: -100%;
  z-index: 0;
}
.case .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.case .bottom .c-prev,
.case .bottom .c-next {
  width: 51px;
  height: 51px;
  background: #ffffff;
  box-shadow: 0px 11px 24px 0px rgba(200, 200, 200, 0.31);
  border-radius: 50%;
  color: #333333;
  text-align: center;
  line-height: 61px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #36a6fd;
}
.case .bottom .c-prev:hover,
.case .bottom .c-next:hover {
  background: #36a6fd;
  color: #fff;
}
.case .bottom .c-prev {
  transform: rotate(180deg);
}
.case .bottom .swiper-pagination {
  position: relative;
  margin: 0 35px;
}
.case .bottom .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.case .bottom .swiper-pagination .swiper-pagination-bullet-active {
  width: 9px;
  height: 9px;
  background: #36a6fd !important;
  border-radius: 50%;
}
.case .bottom .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid #36a6fd;
  background: none;
  opacity: 1;
}
.new {
  margin-top: 60px;
  margin-bottom: 50px;
}
.new .tit {
  display: flex;
  justify-content: space-between;
}
.new .tit .left {
  display: flex;
  align-items: flex-end;
}
.new .tit .left > div:nth-child(1) {
  font-size: 24px;
  color: #333333;
}
.new .tit .left > div:nth-child(2) {
  font-weight: bold;
  font-size: 18px;
  color: #e4e4e4;
  margin-left: 10px;
}
.new .tit .more {
  width: 197px;
  height: 60px;
  line-height: 60px;
  background: #f1f2f6;
  font-size: 16px;
}
.new .tit .more a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  color: #999999;
}
.new .tit .more:hover {
  background: #36a6fd;
}
.new .tit .more:hover a {
  color: #fff;
}
.new .tit .more:hover .iconfont {
  color: #fff;
}
.new .tit .more .iconfont {
  margin-left: 15px;
}
.new .rec {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #efefef;
}
.new .rec:hover .r-right img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.new .rec:hover .r-left p:nth-child(2) {
  color: #36a6fd;
}
.new .rec a {
  display: flex;
}
.new .rec .r-left {
  width: 816px;
}
.new .rec .r-left p:nth-child(1) {
  font-size: 16px;
  color: #999999;
}
.new .rec .r-left p:nth-child(2) {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  margin-top: 10px;
}
.new .rec .r-left p:nth-child(3) {
  font-size: 16px;
  color: #666666;
  line-height: 38px;
  margin-top: 15px;
}
.new .rec .r-right {
  width: 344px;
  height: 211px;
  margin-left: 40px;
  overflow: hidden;
}
.new .rec .r-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new .list {
  margin-top: 4px;
}
.new .list ul {
  display: flex;
  flex-wrap: wrap;
}
.new .list ul li {
  width: 536px;
  margin-top: 22px;
}
.new .list ul li:hover .title {
  color: #36a6fd;
}
.new .list ul li:hover .time {
  color: #36a6fd;
}
.new .list ul li a {
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new .list ul li a .title {
  width: 80%;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}
.new .list ul li a .title span {
  display: inline-block;
}
.new .list ul li a .title span:nth-child(1) {
  margin-right: 15px;
  font-size: 14px;
}
.new .list ul li a .title span:nth-child(2) {
  width: 90%;
}
.new .list ul li a .time {
  font-size: 14px;
  color: #999999;
}
.new .list ul li:nth-child(2n + 1) {
  padding-right: 60px;
  border-right: 1px solid #dcdcdc;
}
.new .list ul li:nth-child(2n) {
  padding-left: 60px;
}
.footer {
  background: #29323b;
}
.footer .footer-top {
  border-bottom: 1px solid #5a5a5a48;
}
.footer .footer-top .wrap {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-top .wrap img{
  width: 90%;	
}
.footer .footer-top .nav {
  font-size: 14px;
}
.footer .footer-top .nav a {
  color: #ffffff;
  font-size: 16px; 
  font-family: '宋体';  
  font-weight: bold;
  padding: 0 11px;
  position: relative;
}
.footer .footer-top .nav a::after {
  content: '/';
  display: inline-block;
  position: absolute;
  right: 0;
  color: #646464;
}
.footer .footer-top .nav a:nth-last-child(1) {
  padding-right: 0;
}
.footer .footer-top .nav a:nth-last-child(1)::after {
  content: '';
  display: inline-block;
}
.footer .contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  padding-bottom: 22px;
}
.footer .contact .c-wrap {
  display: flex;
  align-items: center;
}
.footer .contact .tel,
.footer .contact .address {
  display: flex;
  align-items: center;
}
.footer .contact .tel .icon,
.footer .contact .address .icon {
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
}
.footer .contact .tel .text,
.footer .contact .address .text {
  margin-left: 10px;
}
.footer .contact .tel .text p:nth-child(1),
.footer .contact .address .text p:nth-child(1) {
  font-size: 14px;
  color: #7c8081;
}
.footer .contact .tel .text p:nth-child(2),
.footer .contact .address .text p:nth-child(2) {
  font-weight: bold;
  font-size: 22px;
  color: #ffffff;
}
.footer .contact .tel .text p:nth-child(2).ad-text,
.footer .contact .address .text p:nth-child(2).ad-text {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  margin-top: 5px;
}
.footer .contact .address {
  margin-left: 100px;
}
.footer .contact .erwei {
  text-align: center;
}
.footer .contact .erwei img {
  width: 105px;
  height: 105px;
}
.footer .contact .erwei p {
  font-size: 14px;
  color: #aaaaaa;
  margin-top: 5px;
}
.copy {
  height: 58px;
  line-height: 58px;
  background: #242c34;
  color: #cacaca;
  text-align: center;
}
.copy a {
  color: #cacaca;
}
.ny-tip {
  font-size: 14px;
  color: #333333;
  height: 58px;
  line-height: 58px;
  background: #f5f5f5;
}
.ny-tip .iconfont {
  color: #999999;
  margin-right: 5px;
  font-size: 18px;
}
.inner-banner {
  position: relative;
}
.inner-banner img {
  width: 100%;
  display: block;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 90px;
}
.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: 11px;
  height: 11px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 3px;
}
.banner .hd li.on {
  background: #ff8812;
}
.banner .more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
  z-index: 10000;
  text-align: center;
  color: #fff;
  font-size: 14px;
  animation: yunMove2 1s infinite;
}
.common-left {
  width: 276px;
  box-sizing: border-box;
  float: left;
}
.common-left .tit {
  font-size: 22px;
  color: #333333;
  height: 68px;
  background: #36a6fd;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 0 33px;
  box-sizing: border-box;
  position: relative;
}
.common-left .tit .text p:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.common-left .tit .text p:nth-child(2) {
  font-size: 16px;
  color: #ffffff;
  margin-top: 3px;
}
.common-left .tit .iconfont {
  font-size: 33px;
  margin-right: 9px;
  font-weight: 400;
  color: #fff;
}
.common-left .nav-list {
  padding-bottom: 20px;
  margin-top: 28px;
  position: relative;
}
.common-left .nav-list::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 10px solid;
  position: absolute;
  top: -29px;
  left: 50%;
  transform: translateX(-50%);
  border-color: #36a6fd transparent transparent transparent;
}
.common-left .nav-list .p-li {
  line-height: 72px;
  font-size: 16px;
  color: #333333;
  margin-top: 4px;
}
.common-left .nav-list .p-li.on .icon-a-jiahao8 {
  display: none;
}
.common-left .nav-list .p-li.on .icon-jian {
  display: block;
}
.common-left .nav-list .p-li .icon-jian {
  display: none;
}
.common-left .nav-list .p-li > a {
  width: 100%;
  height: 52px;
  display: flex;
  color: #333333;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 0 20px;
  padding-right: 20px;
  background: #f6f6f6;
}
.common-left .nav-list .p-li > a:hover,
.common-left .nav-list .p-li > a.on {
  background: #36a6fd;
}
.common-left .nav-list .p-li > a:hover span,
.common-left .nav-list .p-li > a.on span {
  color: #fff;
}
.common-left .nav-list .p-li > a:hover .iconfont,
.common-left .nav-list .p-li > a.on .iconfont {
  color: #fff;
}
.common-left .nav-list .p-li > a .left-tit {
  display: flex;
  align-items: center;
}
.common-left .nav-list .p-li > a .left-tit span.overflow1 {
  width: 175px;
  font-weight: bold;
  display: inline-block;
  margin-left: 10px;
}
.common-left .nav-list .p-li > a .left-tit .icon-you {
  position: relative;
  top: -2px;
}
.common-left .nav-list .p-li > a .left-tit .check {
  display: none;
}
.common-left .nav-list .p-li .iconfont {
  font-size: 16px;
  color: #515151;
  font-weight: 700;
}
.common-left .nav-list .p-li .sub {
  background: #fff;
  display: none;
}
.common-left .nav-list .p-li.on .sub {
  display: block;
}
.common-left .nav-list .p-li .sub li {
  height: 72px;
  margin-top: 4px;
}
.common-left .nav-list .p-li .sub li:hover,
.common-left .nav-list .p-li .sub li.active {
  color: #36a6fd !important;
}
.common-left .nav-list .p-li .sub li:hover span,
.common-left .nav-list .p-li .sub li.active span {
  color: #36a6fd !important;
}
.common-left .nav-list .p-li .sub li:nth-child(1) a {
  margin-top: 0;
}
.common-left .nav-list .p-li .sub li:hover a {
  color: #36a6fd;
}
.common-left .nav-list .p-li .sub li a {
  width: 100%;
  font-size: 16px;
  color: #333333;
  background: #f6f6f6;
  line-height: 72px;
  padding-left: 35px;
  padding-right: 20px;
  box-sizing: border-box;
  display: inline-block;
}
.common-left .nav-list .p-li .sub li a span {
  display: inline-block;
  color: #333;
}
.common-right {
  margin-left: 48px;
  width: calc(100% - 342px);
  float: left;
}
.common-right .top {
  height: 46px;
  line-height: 46px;
  font-size: 16;
  color: #333;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
}
.common-right .top > div:nth-child(1) {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  min-width: 110px;
  border-bottom: 3px solid #36a6fd;
  position: relative;
  top: 2px;
}
.common-right .top > div:nth-child(2) {
  font-size: 14px;
  color: #333333;
}
.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-product {
  margin-top: 65px;
  margin-bottom: 80px;
}
.ny-product .pro-list {
  margin-top: -32px;
}
.ny-product .pro-list ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-product .pro-list ul li {
  width: calc(33% - 20px);
  margin-right: 18px;
  margin-top: 32px;
}
.ny-product .pro-list ul li:hover .img-wrap {
  overflow: hidden;
}
.ny-product .pro-list ul li:hover .img-wrap .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-product .pro-list ul li:hover .text {
  background: #36a6fd;
  color: #fff;
}
.ny-product .pro-list ul li .img-wrap {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
}
.ny-product .pro-list ul li .img-wrap .img {
  width: 100%;
}
.ny-product .pro-list ul li .img-wrap .img::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 86%;
}
.ny-product .pro-list ul li .text {
  height: 45px;
  line-height: 45px;
  background: #36a6fd;
  padding: 0 18px;
  box-sizing: border-box;
  color: #fff;
}
.ny-product .pro-list ul li:nth-child(3n) {
  margin-right: 0;
}
.ny-new {
  margin-bottom: 80px;
  margin-top: 65px;
}
.ny-new .new-list {
  margin-top: -32px;
}
.ny-new .new-list ul li {
  padding: 24px 30px;
  height: 241px;
  background: #ffffff;
  box-shadow: 0px 4px 38px 0px rgba(220, 220, 220, 0.57);
  margin-top: 30px;
  box-sizing: border-box;
}
.ny-new .new-list ul li a {
  display: flex;
  justify-content: space-between;
}
.ny-new .new-list ul li:hover {
  background: #ffffff;
  background: #36a6fd;
  border: none;
}
.ny-new .new-list ul li:hover .text p {
  color: #fff !important;
}
.ny-new .new-list ul li:hover .img-wrap {
  overflow: hidden;
}
.ny-new .new-list ul li:hover .img-wrap .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-new .new-list ul li a {
  display: flex;
}
.ny-new .new-list ul li a .img-wrap {
  width: 29.6%;
  height: 193px;
}
.ny-new .new-list ul li a .img-wrap .img {
  width: 100%;
  height: 100%;
}
.ny-new .new-list ul li a .text {
  width: calc(69.9% - 19px);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.ny-new .new-list ul li a .text p:nth-child(1) {
  font-size: 16px;
  color: #666666;
  line-height: 35px;
}
.ny-new .new-list ul li a .text p:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-top: 10px;
}
.ny-new .new-list ul li a .text p:nth-child(3) {
  font-size: 14px;
  color: #999999;
  line-height: 35px;
  margin-top: 10px;
  text-align: justify;
}
.new-list {
  margin-top: -32px;
}
.new-list ul li {
  padding: 24px 30px;
  height: 241px;
  background: #ffffff;
  box-shadow: 0px 4px 38px 0px rgba(220, 220, 220, 0.57);
  margin-top: 30px;
  box-sizing: border-box;
}
.new-list ul li a {
  display: flex;
  justify-content: space-between;
}
.new-list ul li:hover {
  background: #ffffff;
  background: #36a6fd;
  border: none;
}
.new-list ul li:hover .text p {
  color: #fff !important;
}
.new-list ul li:hover .img-wrap {
  overflow: hidden;
}
.new-list ul li:hover .img-wrap .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.new-list ul li a {
  display: flex;
}
.new-list ul li a .img-wrap {
  width: 29.6%;
  height: 193px;
}
.new-list ul li a .img-wrap .img {
  width: 100%;
  height: 100%;
}
.new-list ul li a .text {
  width: calc(69.9% - 19px);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.new-list ul li a .text p:nth-child(1) {
  font-size: 16px;
  color: #666666;
  line-height: 35px;
}
.new-list ul li a .text p:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-top: 10px;
}
.new-list ul li a .text p:nth-child(3) {
  font-size: 14px;
  color: #999999;
  line-height: 35px;
  margin-top: 10px;
  text-align: justify;
}
.ny-page {
  margin-top: 65px;
  margin-bottom: 80px;
}
.ny-page .content {
  /* margin-top: 20px; */
}
.ny-contact {
  margin-top: 64px;
  margin-bottom: 80px;
}
.ny-contact .cont {
  display: flex;
  margin-top: 40px;
}
.ny-contact .cont .left {
  width: 388px;
}
.ny-contact .cont .left .company-name {
  font-size: 24px;
  color: #36a6fd;
  font-weight: bold;
}
.ny-contact .cont .left .english {
  font-size: 15px;
  color: #999999;
}
.ny-contact .cont .left .line {
  width: 18px;
  height: 1px;
  background: #848484;
  margin-top: 20px;
}
.ny-contact .cont .left .contact-details {
  font-size: 16px;
  color: #2a2c27;
  line-height: 48px;
  margin-top: 16px;
}
.ny-contact .cont .right {
  display: flex;
  padding-top: 56px;
  margin-left: 18%;
}
.ny-contact .cont .right .back-wrap:nth-last-child(1) {
  margin-left: 80px;
}
.ny-contact .cont .right .back {
  width: 150px;
  height: 150px;
  box-shadow: 0px -2px 21px 0px rgba(221, 221, 221, 0.76);
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ny-contact .cont .right img {
  width: 150px;
  height: 150px;
}
.ny-contact .cont .right p {
  width: 150px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  margin-top: 11px;
}
.ny-contact .map {
  margin-top: 44px;
}
.ny-prodetail {
  margin-bottom: 88px;
  margin-top: 64px;
}
.ny-prodetail .left .top-swiper {
  width: 413px;
  height: 476px;
  overflow: hidden;
}
.ny-prodetail .left .top-swiper .swiper-slide {
  width: 413px;
  height: 476px;
}
.ny-prodetail .left .top-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.ny-prodetail .left .img-list {
  margin-top: 8px;
}
.ny-prodetail .left .bottom-swiper {
  width: 370px;
  overflow: hidden;
  background: #fff;
}
.ny-prodetail .left .bottom-swiper .swiper-slide-thumb-active img {
  border: 1px solid #36a6fd;
}
.ny-prodetail .left .bottom-swiper img {
  width: 71px;
  height: 82px;
  margin-right: 6px;
  object-fit: cover;
}
.ny-prodetail .left .img-list {
  display: flex;
  background: #fff;
  width: 413px;
  box-sizing: border-box;
}
.ny-prodetail .left .button {
  width: 22px;
  height: 82px;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny-prodetail .left .button.iconfont {
  color: #fff;
  font-size: 14px;
  position: relative;
}
.ny-prodetail .left .button.iconfont::before {
  position: absolute;
  left: 2px;
  display: inline-block;
}
.ny-prodetail .left .button.prev {
  transform: rotateY(180deg);
}
.ny-prodetail .right {
  margin-left: 44px;
}
.ny-prodetail .right .top-text p.title {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  line-height: 41px;
  margin-top: 25px;
  margin-bottom: 18px;
}
.ny-prodetail .right .top-text p.class {
  font-size: 16px;
  color: #666666;
  line-height: 52px;
}
.ny-prodetail .right .top-text .tel {
  height: 27px;
  font-size: 37px;
  font-weight: bold;
  color: #36a6fd;
  line-height: 34px;
  margin-top: 63px;
}
.ny-prodetail .right .top-text .tel .iconfont {
  font-size: 34px;
  margin-right: 10px;
}
.ny-prodetail .right .pro-mark {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}
.ny-prodetail .right .pro-mark .remark {
  font-size: 16px;
  color: #666666;
  margin-right: 22px;
  margin-bottom: 10px;
}
.ny-prodetail .right .pro-mark .lists {
  display: flex;
  flex-wrap: wrap;
}
.ny-prodetail .right .pro-mark .lists > div {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.ny-prodetail .right .pro-mark .lists > div:nth-child(1) {
  margin-right: 22px;
}
.ny-prodetail .right .pro-mark .lists .iconfont {
  color: #36a6fd;
  font-size: 20px;
  margin-right: 5px;
}
.ny-prodetail .contents {
  display: flex;
}
.ny-prodetail .content-detail {
  margin-top: 65px;
}
.ny-prodetail .content-detail .top-nav {
  width: 100%;
  height: 57px;
  background: #f8f8f8;
}
.ny-prodetail .content-detail .top-nav .list {
  height: 100%;
  padding: 0 20px;
  background: #36a6fd;
  font-size: 18px;
  color: #ffffff;
  width: 164px;
  text-align: center;
  line-height: 57px;
  box-sizing: border-box;
}
.ny-prodetail .content-detail .conts {
  margin-top: 35px;
}
.message {
  /* margin-top: 40px; */
  box-sizing: border-box;
  color: #999999;
}
.message h3 {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
}
.message .input {
  display: flex;
  margin-top: 20px;
}
.message .input > div {
  width: calc(33% - 14px);
}
.message .input > div input {
  height: 100%;
  border: none;
  outline: none;
  margin-top: 11px;
  width: 100%;
  height: 54px;
  padding-left: 15px;
  box-sizing: border-box;
  background: #f7f7f7;
}
.message .input > div:nth-child(1),
.message .input > div:nth-child(2) {
  margin-right: 30px;
}
.message .input > div span {
  display: block;
  font-size: 16px;
  color: #666;
}
.message .input > div span i {
  color: #ff1f1f;
  margin-left: 3px;
}
.message .text-area {
  margin-top: 25px;
  width: 100%;
  height: 137px;
  box-sizing: border-box;
}
.message .text-area span {
  display: block;
  font-size: 16px;
  color: #666;
}
.message .text-area textarea {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 11px;
  background: #f7f7f7;
}
.message .btn-group {
  display: flex;
  justify-content: flex-start;
  margin-top: 70px;
}
.message .btn {
  width: 133px;
  height: 43px;
  background: #36a6fd;
  line-height: 43px;
  color: #fff;
  text-align: center;
}
.message .reset {
  width: 133px;
  height: 43px;
  background: #d6d6d6;
  color: #fff;
  line-height: 43px;
  text-align: center;
  margin-left: 26px;
}
.message-btn {
  width: 224px;
  height: 57px;
  background: #36a6fd;
  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: #36a6fd;
  display: inline;
}
.ny-about {
  margin-bottom: 80px;
}
.ny-about .cont {
  margin-top: 45px;
}
/*悬浮*/
.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: #36a6fd;
}
.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: #36a6fd;
  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%;
}
.ny-detail {
  margin-top: 56px;
  margin-bottom: 80px;
}
.ny-search {
  margin-top: 80px;
}
.page .cont,
.detail .cont {
  line-height: 33px;
  font-size: 16px;
  margin-top: 30px;
  color: #515151;
  padding-bottom: 50px;
}
.detail {
  padding-bottom: 60px;
  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 .photo img {
  max-width: 100%;
}
.detail .other {
  margin-top: 40px;
}
.detail .other li {
  line-height: 30px;
}
.detail .other li:hover a {
  color: #36a6fd;
}
.paging {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 56px 0 0 0;
}
.paging li {
  height: 40px !important;
  border-bottom: none !important;
}
.paging li a,
.paging li span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  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: #36a6fd !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: 1680px) {
  .about .text {
    width: 55.6%;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
.content-wrap {
  overflow-x: hidden;
}
