* {
  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: #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 {
  margin: 0 auto;
  width: 1200px;
}
.dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
.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);
}
.welcome {
  height: 27px;
  line-height: 27px;
  background: #EEEEEE;
  font-size: 12px;
  color: #999999;
}
.welcome .wrap {
  display: flex;
  justify-content: space-between;
}
.welcome .wrap .left {
  font-size: 12px;
  color: #999999;
}
.welcome .wrap .left .iconfont {
  color: #63a1ff;
  font-size: 15px;
  margin-right: 10px;
}
.welcome .wrap .right a {
  color: #999999;
}
.welcome .wrap .right a:hover {
  color: #63a1ff;
}
.top-head,
.ny-head {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10000;
}
.top-head .top-content,
.ny-head .top-content {
  background: #fff;
  height: 75px;
  box-sizing: border-box;
}
.top-head .top-content .wrap,
.ny-head .top-content .wrap {
  height: 75px;
  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;
}
.top-head .navBar li:hover,
.ny-head .navBar li:hover,
.top-head .navBar li.on,
.ny-head .navBar li.on {
  height: 75px;
  border-right: none;
  position: relative;
}
.top-head .navBar li:hover .tit,
.ny-head .navBar li:hover .tit,
.top-head .navBar li.on .tit,
.ny-head .navBar li.on .tit {
  height: 75px;
  background: #63a1ff;
  font-weight: 700;
  color: #fff;
}
.top-head .navBar li:hover .tit a,
.ny-head .navBar li:hover .tit a,
.top-head .navBar li.on .tit a,
.ny-head .navBar li.on .tit a {
  color: #fff;
}
.top-head .navBar li:hover .sub,
.ny-head .navBar li:hover .sub {
  display: block;
}
.top-head .navBar .tit,
.ny-head .navBar .tit {
  font-size: 16px;
  height: 75px;
  line-height: 75px;
  color: #333;
  position: relative;
  z-index: 2;
  padding: 0 35px;
  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-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: #63a1ff;
  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: #63a1ff;
}
.com-tit p:nth-child(2) {
  font-size: 12px;
  color: #CCCCCC;
}
.index-tip {
  height: 68px;
  background: #F4F4F4;
  box-shadow: 0px 9px 10px 0px rgba(40, 40, 40, 0.12);
}
.index-tip .wrap {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.index-tip .search {
  width: 286px;
  height: 37px;
  background: #FFFFFF;
  border-radius: 19px;
  border: 1px solid #E5E5E5;
  padding-left: 15px;
  box-sizing: border-box;
  position: relative;
}
.index-tip .search input {
  width: 82%;
  height: 98%;
  border: none;
  outline: none;
}
.index-tip .search .iconfont {
  color: #63a1ff;
  font-size: 22px;
  position: relative;
  top: 3px;
  right: -8px;
  display: inline-block;
}
.index-tip .keywords {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.index-tip .keywords .tit {
  font-size: 16px;
  color: #4D4D4D;
}
.index-tip .keywords .link {
  margin-left: 20px;
  width: 400px;
}
.index-tip .keywords .link a {
  font-size: 14px;
  color: #999999;
  margin-right: 15px;
  line-height: 25px;
}
.index-tip .keywords .link a:hover {
  color: #63a1ff;
  font-weight: 700;
}
.index-tip .tel {
  width: 283px;
  height: 113px;
  background: #63a1ff;
  border-radius: 8px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-tip .tel p:nth-child(1) {
  display: flex;
  align-items: flex-end;
}
.index-tip .tel p:nth-child(1) .iconfont {
  color: #fff;
  font-size: 42px;
}
.index-tip .tel p:nth-child(1) span:nth-child(2) {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  margin-left: 12px;
  font-weight: 700;
}
.index-tip .tel p:nth-child(2) {
  font-weight: bold;
  font-size: 33px;
  color: #FFFFFF;
}
.product {
  margin-top: 65px;
}
.product .list ul {
  display: flex;
  flex-wrap: wrap;
}
.product .list ul li {
  width: 378px;
  margin-right: 33px;
  margin-top: 35px;
}
.product .list ul li:hover {
  box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.11);
}
.product .list ul li:hover .icon {
  display: flex!important;
}
.product .list ul li:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.product .list ul li:hover .mask {
  left: 0!important;
  transition: all 0.3s;
}
.product .list ul li:nth-child(3n) {
  margin-right: 0;
}
.product .list ul li a {
  width: 100%;
}
.product .list ul li a .img-wrap {
  width: 100%;
  height: 243px;
  overflow: hidden;
  position: relative;
}
.product .list ul li a .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product .list ul li a .img-wrap .mask {
  font-size: 38px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: #001f3367;
}
.product .list ul li a .img-wrap .mask span {
  color: #fff;
  font-size: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  transform: translate(-50%, -50%);
}
.product .list ul li a .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 18px;
}
.product .list ul li a .text .t-dec {
  width: 80%;
}
.product .list ul li a .text .t-dec p:nth-child(1) {
  font-size: 18px;
  color: #333333;
}
.product .list ul li a .text .t-dec p:nth-child(2) {
  font-size: 14px;
  color: #B3B3B3;
  margin-top: 5px;
}
.product .list ul li a .text > div:nth-child(2) {
  width: 35px;
  height: 35px;
  background: #FFFFFF;
  border-radius: 50%;
  color: #333;
  box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.11);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.product .list ul li a .text > div:nth-child(2) .iconfont {
  font-size: 18px;
}
.product .more {
  width: 203px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 22px;
  border: 1px solid #E5E5E5;
  margin: 0 auto;
  margin-top: 30px;
}
.product .more:hover {
  background: #63a1ff;
}
.product .more:hover a {
  color: #fff;
}
.about {
  width: 100%;
  height: 586px;
  background: url('../images/index_26.png') no-repeat center / cover;
  padding-top: 35px;
  box-sizing: border-box;
  margin-top: 65px;
}
.about .wrap .com-tit p:nth-child(1) {
  color: #fff !important;
}
.about .wrap .com-tit p:nth-child(2) {
  color: #B3B3B3;
}
.about .wrap .conts {
  display: flex;
}
.about .wrap .conts .left {
  width: 654px;
  margin-top: 60px;
}
.about .wrap .conts .left p:nth-child(1) {
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
}
.about .wrap .conts .left p:nth-child(2) {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 43px;
  margin-top: 20px;
}
.about .wrap .conts .right {
  margin-left: 60px;
  margin-top: 23px;
}
.about .wrap .conts .right img {
  width: 484px;
  height: 416px;
  object-fit: cover;
}
.case {
  margin-top: 65px;
}
.case .classify {
  margin-top: 45px;
  width: 100%;
  overflow: hidden;
}
.case .classify ul {
  display: flex;
}
.case .classify ul li {
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  border-radius: 7px;
  width: auto!important;
  min-width: 183px;
}
.case .classify ul li.on,
.case .classify ul li:hover {
  border: none;
  background: #63a1ff;
}
.case .classify ul li.on a,
.case .classify ul li:hover a {
  color: #fff;
}
.case .classify ul li a {
  height: 41px;
  line-height: 41px;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
  display: block;
}
.case .list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 36px;
}
.case .list ul li {
  width: 385px;
  height: 270px;
  margin-right: 20px;
  position: relative;
  margin-top: 20px;
}
.case .list ul li:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.case .list ul li:hover .text {
  background: #63a1ff;
}
.case .list ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
.case .list ul li .img-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .list ul li .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .list ul li .text {
  width: 100%;
  height: 57px;
  line-height: 57px;
  background: #111111b4;
  font-size: 14px;
  color: #F4F4F4;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 20px;
  box-sizing: border-box;
}
.case .list ul li:nth-child(3n) {
  margin-right: 0;
}
.case .more {
  width: 203px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 22px;
  border: 1px solid #E5E5E5;
  margin: 0 auto;
  margin-top: 55px;
}
.case .more:hover {
  background: #63a1ff;
}
.case .more:hover a {
  color: #fff;
}
.new {
  margin-top: 60px;
  margin-bottom: 120px;
}
.new .list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 14px;
}
.new .list ul li {
  width: 577px;
  height: 140px;
  background: #FFFFFF;
  box-shadow: 0px 1px 27px 0px rgba(237, 237, 237, 0.57);
  margin-right: 45px;
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.new .list ul li:hover {
  background: #63a1ff;
}
.new .list ul li:hover p {
  color: #fff !important;
}
.new .list ul li:hover p span {
  color: #fff !important;
}
.new .list ul li:nth-child(2n) {
  margin-right: 0;
}
.new .list ul li p:nth-child(1) {
  display: flex;
  justify-content: space-between;
}
.new .list ul li p:nth-child(1) span {
  display: inline-block;
}
.new .list ul li p:nth-child(1) span:nth-child(1) {
  width: 363px;
  font-size: 16px;
  color: #333333;
}
.new .list ul li p:nth-child(1) span:nth-child(2) {
  font-size: 14px;
  color: #999999;
}
.new .list ul li p:nth-child(2) {
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  margin-top: 10px;
}
.footer .link {
  height: 60px;
  line-height: 60px;
  background: #EEEEEE;
}
.footer .link .wrap {
  display: flex;
  align-items: center;
}
.footer .link .tit {
  font-size: 20px;
  color: #333333;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
  top: -2px;
}
.footer .link .l-list {
  font-size: 14px;
  margin-left: 10px;
}
.footer .link .l-list a {
  color: #333333;
  margin-right: 30px;
}
.footer .link .l-list a:hover {
  color: #63a1ff;
  font-weight: 700;
}
.footer .foot-content {
  background: #303030;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 28px;
  height: 202px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer .foot-content .nav {
  font-size: 14px;
  color: #FFFFFF;
}
.footer .foot-content .nav a {
  color: #fff;
}
.footer .foot-content .nav a::after {
  content: '-';
  display: inline-block;
  margin: 0 3px;
}
.footer .foot-content .nav a:nth-last-child(1)::after {
  content: '';
}
.footer .foot-content .copy {
  width: 650px;
  margin: 0 auto;
}
.footer .foot-content .copy img {
  position: relative;
  top: 2px;
}
.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;
}

.common-left {
  width: 276px;
  box-sizing: border-box;
  float: left;
}
.common-left .tit {
  font-size: 22px;
  color: #333333;
  height: 90px;
  background: #63a1ff;
  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: #63a1ff transparent transparent transparent;
}
.common-left .nav-list .p-li {
  line-height: 72px;
  font-size: 16px;
  color: #333333;
  margin-top: 4px;a
}

.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.on .icon-jian:before{
    display: none;
}
.common-left .nav-list .p-li .icon-jian {
  display: none;
}
.common-left .nav-list .p-li > a {
  width: 100%;
  height: 66px;
  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: #63a1ff;
}
.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;
  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;
}
.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: #63a1ff !important;
}
.common-left .nav-list .p-li .sub li:hover span,
.common-left .nav-list .p-li .sub li.active span {
  color: #63a1ff !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: #63a1ff;
}
.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 #63a1ff;
  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: #63a1ff;
  color: #fff;
}
.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::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 68%;
}
.ny-product .pro-list ul li .text {
  height: 60px;
  line-height: 60px;
  background: #FFFFFF;
  padding: 0 18px;
  box-sizing: border-box;
  box-shadow: 0px 1px 46px 0px rgba(200, 200, 200, 0.31);
}
.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: #63a1ff;
  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: #63a1ff;
  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: #63a1ff;
  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 #63a1ff;
}
.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: #63a1ff;
  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: #63a1ff;
  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: #63a1ff;
  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: 22px;
  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(50% - 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){
  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: #63a1ff;
  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: #63a1ff;
  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-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: #63a1ff;
}
.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: #63a1ff;
  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;
  max-width: 100%;
}
.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 .other {
  margin-top: 40px;
}
.detail .other li {
  line-height: 30px;
}
.detail .other li:hover a {
  color: #63a1ff;
}
.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: #63a1ff !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: "微软雅黑";
}
.common-left .nav-list .on a{
    background: #63a1ff;
}
.common-left .nav-list .on a span{
    color:#FFFFFF ;
}
.common-left .nav-list .on a div .iconfont{
    color:#FFFFFF ;
}